SYMBOL INDEX (54120 symbols across 502 files) FILE: src/Aardvark.Base.Essentials/Camera/CameraProjectionOrtho.cs class CameraProjectionOrtho (line 6) | public class CameraProjectionOrtho : ICameraProjection method CameraProjectionOrtho (line 12) | public CameraProjectionOrtho(double left, double right, double bottom,... method Unproject (line 21) | public Ray3d Unproject(V2d xyOnNearPlane) method SetClippingParams (line 24) | public void SetClippingParams(double left, double right, double bottom... method Zoom (line 95) | public void Zoom(V2d center, double factor) method UpdateProjectionTrafo (line 105) | private void UpdateProjectionTrafo() FILE: src/Aardvark.Base.Essentials/Camera/CameraProjectionPerspective.cs class CameraProjectionPerspective (line 7) | public class CameraProjectionPerspective : ICameraProjectionPerspective method CameraProjectionPerspective (line 13) | public CameraProjectionPerspective(double horizontalFovInDegrees, doub... method CameraProjectionPerspective (line 18) | public CameraProjectionPerspective(double left, double right, double b... method Unproject (line 27) | public Ray3d Unproject(V2d xyOnNearPlane) method SetClippingParams (line 30) | public void SetClippingParams(double left, double right, double bottom... method SetClippingParams (line 42) | public void SetClippingParams(double horizontalFovInDegrees, double ne... method UpdateProjectionTrafo (line 120) | private void UpdateProjectionTrafo() FILE: src/Aardvark.Base.Essentials/Camera/CameraViewRaw.cs class CameraViewRaw (line 5) | public class CameraViewRaw : ICameraView method CameraViewRaw (line 10) | public CameraViewRaw() method Set (line 72) | public void Set(V3d location, V3d right, V3d up, V3d forward) FILE: src/Aardvark.Base.Essentials/Camera/CameraViewWithSky.cs class CameraViewWithSky (line 6) | public class CameraViewWithSky : ICameraView method Set (line 117) | public void Set(V3d location, V3d right, V3d up, V3d forward) FILE: src/Aardvark.Base.Essentials/Camera/ICameraProjection.cs type ICameraProjection (line 5) | public interface ICameraProjection method SetClippingParams (line 26) | void SetClippingParams(double left, double right, double bottom, doubl... type ICameraProjectionPerspective (line 52) | public interface ICameraProjectionPerspective : ICameraProjection FILE: src/Aardvark.Base.Essentials/Camera/ICameraProjectionExtensions.cs class ICameraProjectionExtensions (line 6) | public static class ICameraProjectionExtensions method Unproject (line 11) | public static Line3d Unproject(this ICameraProjection self, Ndc2d p) method Unproject (line 20) | public static V3d Unproject(this ICameraProjection self, Ndc3d p) method UnprojectPointOnNearPlane (line 26) | public static V3d UnprojectPointOnNearPlane(this ICameraProjection sel... method UnprojectPointOnFarPlane (line 32) | public static V3d UnprojectPointOnFarPlane(this ICameraProjection self... method TransformPos (line 38) | public static Ndc3d TransformPos(this ICameraProjection self, V3d posI... method Zoom (line 44) | public static void Zoom(this ICameraProjection self, V2d center, doubl... FILE: src/Aardvark.Base.Essentials/Camera/ICameraView.cs type ICameraView (line 5) | public interface ICameraView method Set (line 44) | void Set(V3d location, V3d right, V3d up, V3d forward); FILE: src/Aardvark.Base.Essentials/Camera/ICameraViewExtensions.cs class ICameraViewExtensions (line 8) | public static class ICameraViewExtensions method LookAt (line 13) | public static void LookAt(this ICameraView self, V3d p) FILE: src/Aardvark.Base.Essentials/Camera/IRenderView.cs type IViewProjection (line 9) | public interface IViewProjection type IRenderView (line 22) | public interface IRenderView: IViewProjection FILE: src/Aardvark.Base.Essentials/Camera/IRenderViewExtensions.cs class IRenderViewExtensions (line 9) | public static class IRenderViewExtensions method Project (line 14) | public static Ndc3d Project(this IRenderView rv, V3d point) method ProjectPixel (line 23) | public static PixelPosition ProjectPixel(this IRenderView rv, V3d point) method PixelsPerUnitOnNearPlane (line 33) | public static V2d PixelsPerUnitOnNearPlane(this IRenderView rv) method ViewProjTrafo (line 50) | public static Trafo3d ViewProjTrafo(this IViewProjection vp) method GetVisualHull (line 58) | public static Hull3d GetVisualHull(this IViewProjection vp) method CentralDirection (line 64) | public static V3d CentralDirection(this IViewProjection vp) FILE: src/Aardvark.Base.Essentials/Editing/BehaviorDragAbsolute.cs class BehaviorDragAbsolute (line 10) | public static class BehaviorDragAbsolute method DragAbsolute (line 15) | public static async Task DragAbsolute(this IBehavior self, FILE: src/Aardvark.Base.Essentials/Editing/BehaviorDragRelative.cs class BehaviorDragRelative (line 10) | public static class BehaviorDragRelative method DragRelative (line 15) | public static async Task DragRelative(this IBehavior self, FILE: src/Aardvark.Base.Essentials/Editing/IBehavior.cs type IBehavior (line 12) | public interface IBehavior FILE: src/Aardvark.Base.Essentials/Editing/IBehaviorDeletable.cs type IBehaviorDeletable (line 6) | public interface IBehaviorDeletable : IBehavior method Delete (line 11) | void Delete(); FILE: src/Aardvark.Base.Essentials/Editing/IBehaviorPosition2d.cs type IBehaviorPosition2d (line 6) | public interface IBehaviorPosition2d : IBehavior FILE: src/Aardvark.Base.Essentials/Editing/IBehaviorSplittableEdge2d.cs type IBehaviorSplittableEdge2d (line 6) | public interface IBehaviorSplittableEdge2d : IBehavior method Split (line 11) | void Split(V2d splitPosition); FILE: src/Aardvark.Base.Essentials/Editing/IBehaviorTransform2d.cs type IBehaviorTransform2d (line 6) | public interface IBehaviorTransform2d : IBehavior method Transform (line 11) | void Transform(M33d trafo); FILE: src/Aardvark.Base.Essentials/Editing/IEditableEdge2d.cs type IEditableEdge2d (line 6) | public interface IEditableEdge2d : FILE: src/Aardvark.Base.Essentials/Editing/IEditableFace2d.cs type IEditableFace2d (line 6) | public interface IEditableFace2d : method GetEditableVertex (line 14) | IEditableVertex2d GetEditableVertex(int index); method GetEditableEdge (line 19) | IEditableEdge2d GetEditableEdge(int index); FILE: src/Aardvark.Base.Essentials/Editing/IEditableSequence.cs type IEditableSequence (line 6) | public interface IEditableSequence FILE: src/Aardvark.Base.Essentials/Editing/IEditableVertex2d.cs type IEditableVertex2d (line 6) | public interface IEditableVertex2d : FILE: src/Aardvark.Base.Essentials/NormalizedDeviceCoordinates.cs type Ndc2d (line 9) | public readonly struct Ndc2d method Ndc2d (line 19) | public Ndc2d(V2d position) method Ndc2d (line 27) | public Ndc2d(double x, double y) method Ndc2d (line 35) | public Ndc2d(PixelPosition p) type Ndc3d (line 60) | public readonly struct Ndc3d method Ndc3d (line 70) | public Ndc3d(V3d position) method Ndc3d (line 78) | public Ndc3d(double x, double y, double z) FILE: src/Aardvark.Base.Essentials/PixelPosition.cs type PixelPosition (line 14) | public readonly struct PixelPosition method PixelPosition (line 33) | public PixelPosition(V2i position, Box2i bounds) method PixelPosition (line 43) | public PixelPosition(V2i position, int width, int height) method PixelPosition (line 53) | public PixelPosition(int x, int y, int width, int height) method PixelPosition (line 62) | public PixelPosition(Ndc2d ndc, V2i renderTargetSize) method PixelPosition (line 70) | public PixelPosition(Ndc2d ndc, Box2i renderTargetRegion) method PixelPosition (line 79) | public PixelPosition(Ndc3d ndc, V2i renderTargetSize) method PixelPosition (line 87) | public PixelPosition(Ndc3d ndc, Box2i renderTargetRegion) FILE: src/Aardvark.Base.Essentials/Screenshot.cs class HttpServer2Route (line 17) | public class HttpServer2Route type Mode (line 19) | private enum Mode method Matches (line 35) | public bool Matches(string s, Dictionary variables) method HttpServer2Route (line 73) | public HttpServer2Route(string route, Http.Verb verb, Action routes) method AddRoute (line 117) | public void AddRoute(HttpServer2Route route) method HttpServer2Dispatcher (line 122) | public HttpServer2Dispatcher() { } method HttpServer2Dispatcher (line 123) | public HttpServer2Dispatcher(params HttpServer2Route[] routes) method HttpServer2Dispatcher (line 127) | public HttpServer2Dispatcher(IEnumerable routes) method Dispatch (line 132) | public HttpServer2Route Dispatch(string uri, Http.Verb verb, Dictionar... class HttpServerRequestInfo (line 141) | public class HttpServerRequestInfo method Get (line 174) | public string Get(string paramName, string defaultValue) method Get (line 178) | public int Get(string paramName, int defaultValue) method Get (line 189) | public double Get(string paramName, double defaultValue) class HttpServerDispatcher (line 202) | public class HttpServerDispatcher method Register (line 209) | public void Register(Func handler) method Register (line 213) | public void Register(string prefix, Func ... method Register (line 223) | public void Register(Http.Verb verb, Func... method Register (line 227) | public void Register(string prefix, Http.Verb verb, Func q... method Get (line 367) | public static WebResponse Get(string uri) method Post (line 372) | public static WebResponse Post( method Post (line 379) | public static WebResponse Post( method Post (line 386) | public static WebResponse Post( method Post (line 392) | public static WebResponse Post( method Delete (line 398) | public static WebResponse Delete(string uri) method Put (line 403) | public static WebResponse Put(string uri) method Send (line 421) | public static WebResponse Send( class HttpServer (line 450) | public class HttpServer method SwitchToNewStyle (line 461) | public void SwitchToNewStyle() method Stop (line 494) | public void Stop() method Start (line 502) | public void Start() method ReportRequestProperties (line 669) | private void ReportRequestProperties(HttpListenerRequest request) class WebReponseExtensions (line 719) | public static class WebReponseExtensions method GetResponseAsString (line 721) | public static string GetResponseAsString(this WebResponse response) method GetResponseAsBytes (line 726) | public static byte[] GetResponseAsBytes(this WebResponse response) class HttpListenerContextExtensions (line 734) | public static class HttpListenerContextExtensions method SendReply (line 736) | public static void SendReply(this HttpListenerContext context) method SendReply (line 741) | public static void SendReply(this HttpListenerContext context, string ... method SendReply (line 746) | public static void SendReply(this HttpListenerContext context, method SendReply (line 760) | public static void SendReply(this HttpListenerContext context, byte[] ... method SendReply (line 765) | public static void SendReply(this HttpListenerContext context, class Screenshot (line 777) | public static class Screenshot method CreateImageDesktopFilename (line 779) | public static string CreateImageDesktopFilename() method CreateScreenShotFilePath (line 791) | public static string CreateScreenShotFilePath(string path) method SaveToDesktop (line 806) | public static void SaveToDesktop(PixImage image) method SaveToFileInPath (line 811) | public static void SaveToFileInPath(PixImage image, string path) method SaveToFile (line 819) | public static void SaveToFile(PixImage image, string fileName) method UploadImageDataToServer (line 825) | public static string UploadImageDataToServer(MemoryStream stream, stri... method UploadImageToServer (line 861) | public static string UploadImageToServer(PixImage image, string tags =... method UploadMetaInfoToServer (line 887) | public static void UploadMetaInfoToServer(XElement metaInfo) method BuildCompleteMetaInfo (line 909) | private static XElement BuildCompleteMetaInfo(XElement metaDataFromFor... method SaveAndUpload (line 942) | public static void SaveAndUpload(PixImage image, bool uploadToServer, ... FILE: src/Aardvark.Base.Essentials/System/Awaitable.cs class Awaitable (line 15) | public class Awaitable : IAwaitable, IEventEmitter method Awaitable (line 30) | public Awaitable(CancellationToken? ct = null) method Emit (line 65) | public void Emit() method Emit (line 100) | public void Emit(Unit value) method Subscribe (line 107) | public void Subscribe(Action continuation) method GetAwaiter (line 135) | public IAwaiter GetAwaiter() type Awaiter (line 142) | private readonly struct Awaiter : IAwaiter method Awaiter (line 148) | public Awaiter(Awaitable source) method GetResult (line 162) | public void GetResult() method OnCompleted (line 169) | public void OnCompleted(Action continuation) method Awaiter (line 386) | public Awaiter(Awaitable source) method GetResult (line 400) | public T GetResult() method OnCompleted (line 409) | public void OnCompleted(Action continuation) method GetResult (line 414) | void IAwaiter.GetResult() method Awaitable (line 203) | public Awaitable(CancellationToken? ct = null) method Emit (line 261) | public void Emit(T value) method Subscribe (line 305) | public void Subscribe(Action continuation) method Subscribe (line 329) | public void Subscribe(Action continuation) method GetAwaiter (line 357) | public IAwaiter GetAwaiter() method GetAwaiter (line 362) | IAwaiter IAwaitable.GetAwaiter() method Emit (line 373) | public void Emit() type Awaiter (line 380) | private readonly struct Awaiter : IAwaiter method Awaiter (line 148) | public Awaiter(Awaitable source) method GetResult (line 162) | public void GetResult() method OnCompleted (line 169) | public void OnCompleted(Action continuation) method Awaiter (line 386) | public Awaiter(Awaitable source) method GetResult (line 400) | public T GetResult() method OnCompleted (line 409) | public void OnCompleted(Action continuation) method GetResult (line 414) | void IAwaiter.GetResult() class Awaitable (line 185) | public class Awaitable : IAwaitable, IEventEmitter method Awaitable (line 30) | public Awaitable(CancellationToken? ct = null) method Emit (line 65) | public void Emit() method Emit (line 100) | public void Emit(Unit value) method Subscribe (line 107) | public void Subscribe(Action continuation) method GetAwaiter (line 135) | public IAwaiter GetAwaiter() type Awaiter (line 142) | private readonly struct Awaiter : IAwaiter method Awaiter (line 148) | public Awaiter(Awaitable source) method GetResult (line 162) | public void GetResult() method OnCompleted (line 169) | public void OnCompleted(Action continuation) method Awaiter (line 386) | public Awaiter(Awaitable source) method GetResult (line 400) | public T GetResult() method OnCompleted (line 409) | public void OnCompleted(Action continuation) method GetResult (line 414) | void IAwaiter.GetResult() method Awaitable (line 203) | public Awaitable(CancellationToken? ct = null) method Emit (line 261) | public void Emit(T value) method Subscribe (line 305) | public void Subscribe(Action continuation) method Subscribe (line 329) | public void Subscribe(Action continuation) method GetAwaiter (line 357) | public IAwaiter GetAwaiter() method GetAwaiter (line 362) | IAwaiter IAwaitable.GetAwaiter() method Emit (line 373) | public void Emit() type Awaiter (line 380) | private readonly struct Awaiter : IAwaiter method Awaiter (line 148) | public Awaiter(Awaitable source) method GetResult (line 162) | public void GetResult() method OnCompleted (line 169) | public void OnCompleted(Action continuation) method Awaiter (line 386) | public Awaiter(Awaitable source) method GetResult (line 400) | public T GetResult() method OnCompleted (line 409) | public void OnCompleted(Action continuation) method GetResult (line 414) | void IAwaiter.GetResult() class Await (line 427) | public static class Await method WithCancellation (line 439) | public static IAwaitable WithCancellation(this IAwaitable inp... method WithCancellation (line 450) | public static IAwaitable WithCancellation(this IAwaitable input, Cance... method WhenAny (line 464) | public static IAwaitable WhenAny(params IAwaitable[] inputs) method WhenAny (line 482) | public static IAwaitable> WhenAny(params IAwaitable WhenAll(params IAwaitable[] inputs) method WhenAll (line 533) | public static IAwaitable WhenAll(params IAwaitable[] inputs) method Select (line 560) | public static IAwaitable Select(this IAwaita... method Select (line 570) | public static IAwaitable Select(this IAwaitable inpu... method ContinueWith (line 584) | public static IAwaitable ContinueWith(this IAwait... method ContinueWith (line 599) | public static IAwaitable ContinueWith(this IAwaitable awaitable,... method ContinueWith (line 615) | public static IAwaitable ContinueWith(this IAwaitabl... method ContinueWith (line 630) | public static IAwaitable ContinueWith(this IAwaitable awaitab... method Delay (line 650) | public static IAwaitable Delay(uint milliseconds, Cancellat... method Delay (line 658) | public static IAwaitable Delay(uint milliseconds) method Delay (line 666) | public static IAwaitable Delay(TimeSpan delay, Cancellation... method Delay (line 674) | public static IAwaitable Delay(TimeSpan delay) class AwaitableTest (line 692) | public static class AwaitableTest method Run (line 694) | static async void Run(Awaitable a, Awaitable b, Cancellation... method Run (line 709) | public static void Run() class TaskAwaiter (line 730) | public class TaskAwaiter : IAwaiter method TaskAwaiter (line 736) | public TaskAwaiter(System.Runtime.CompilerServices.TaskAwaiter awai... method OnCompleted (line 743) | public void OnCompleted(Action continuation) method GetResult (line 757) | public T GetResult() method GetResult (line 764) | void IAwaiter.GetResult() method TaskAwaiter (line 778) | public TaskAwaiter(System.Runtime.CompilerServices.TaskAwaiter awaiter) method OnCompleted (line 785) | public void OnCompleted(Action continuation) method GetResult (line 797) | void IAwaiter.GetResult() class TaskAwaiter (line 772) | public class TaskAwaiter : IAwaiter method TaskAwaiter (line 736) | public TaskAwaiter(System.Runtime.CompilerServices.TaskAwaiter awai... method OnCompleted (line 743) | public void OnCompleted(Action continuation) method GetResult (line 757) | public T GetResult() method GetResult (line 764) | void IAwaiter.GetResult() method TaskAwaiter (line 778) | public TaskAwaiter(System.Runtime.CompilerServices.TaskAwaiter awaiter) method OnCompleted (line 785) | public void OnCompleted(Action continuation) method GetResult (line 797) | void IAwaiter.GetResult() class TaskAwaitable (line 805) | public class TaskAwaitable : IAwaitable method TaskAwaitable (line 811) | public TaskAwaitable(Task task) { m_task = task; } method GetAwaiter (line 815) | public IAwaiter GetAwaiter() method GetAwaiter (line 829) | IAwaiter IAwaitable.GetAwaiter() method TaskAwaitable (line 850) | public TaskAwaitable(Task task) { m_task = task; } method GetAwaiter (line 854) | public IAwaiter GetAwaiter() class TaskAwaitable (line 844) | public class TaskAwaitable : IAwaitable method TaskAwaitable (line 811) | public TaskAwaitable(Task task) { m_task = task; } method GetAwaiter (line 815) | public IAwaiter GetAwaiter() method GetAwaiter (line 829) | IAwaiter IAwaitable.GetAwaiter() method TaskAwaitable (line 850) | public TaskAwaitable(Task task) { m_task = task; } method GetAwaiter (line 854) | public IAwaiter GetAwaiter() class TaskAwaitableExtensions (line 867) | public static class TaskAwaitableExtensions method AsAwaitable (line 871) | public static TaskAwaitable AsAwaitable(this Task task) method AsAwaitable (line 878) | public static TaskAwaitable AsAwaitable(this Task task) FILE: src/Aardvark.Base.Essentials/System/Clock.cs class Clock (line 11) | public class Clock : IDisposable method Clock (line 26) | public Clock(int maxUpdateFrequency = 0) method GetTimeSpanForContinuation (line 70) | public TimeSpan GetTimeSpanForContinuation(Action continuation, out Da... method Enqueue (line 92) | public void Enqueue(Action a) method Run (line 101) | private void Run() method Dispose (line 154) | public void Dispose() class ClockExtensions (line 177) | public static class ClockExtensions type FutureAwaiter (line 185) | private struct FutureAwaiter : IAwaiter method FutureAwaiter (line 190) | public FutureAwaiter(FutureAwaitable f) method MakeSane (line 201) | private void MakeSane(ref TimeSpan span) method GetResult (line 215) | public TimeValue GetResult() method OnCompleted (line 226) | public void OnCompleted(Action continuation) method GetResult (line 247) | void IAwaiter.GetResult() class FutureAwaitable (line 254) | private class FutureAwaitable : IAwaitable method FutureAwaitable (line 259) | public FutureAwaitable(Clock time, int timeout = 0) method GetAwaiter (line 275) | public IAwaiter GetAwaiter() method GetAwaiter (line 280) | IAwaiter IAwaitable.GetAwaiter() method Future (line 304) | public static IAwaitable Future(this Clock clock, int timeo... method Tick (line 311) | public static IAwaitable Tick(this Clock clock) method TickEvent (line 318) | public static IEvent TickEvent(this Clock clock) FILE: src/Aardvark.Base.Essentials/System/Disposable.cs class IDisposableExtensions (line 8) | public static class IDisposableExtensions method TryDispose (line 14) | public static bool TryDispose(this IDisposable self) method TryDispose (line 25) | public static bool TryDispose(this object obj) method DisposeAll (line 36) | public static void DisposeAll(this IEnumerable disposables) method DisposeAll (line 44) | public static void DisposeAll(this List disposables) method DisposeAll (line 52) | public static void DisposeAll(this IDisposable[] disposables) method TryDisposeAll (line 60) | public static void TryDisposeAll(this IEnumerable disposa... method DisposeAllAndClear (line 68) | public static void DisposeAllAndClear(this ICollection di... method DisposeAllAndClear (line 78) | public static void DisposeAllAndClear(this List disposables) class Try (line 88) | public static class Try method Dispose (line 94) | public static void Dispose(ref T x) where T : IDisposable FILE: src/Aardvark.Base.Essentials/System/EventSource.cs class EventSourceSlim (line 6) | public class EventSourceSlim : IEvent method EventSourceSlim (line 12) | public EventSourceSlim(T defaultValue) method Emit (line 19) | public void Emit(T v) class EventSource (line 80) | public static class EventSource method Create (line 90) | public static EventSource Create(T initialValue) method Create (line 98) | public static EventSource> Create(T0 initialValu... method Create (line 106) | public static EventSource> Create(T0 ini... method Create (line 114) | public static EventSource> Create> Create fromObservable) method EventSource (line 167) | public EventSource(T initialValue, IObservable fromObservable) method Emit (line 245) | public virtual void Emit(T value) method Emit (line 301) | public void Emit() class EventSource (line 130) | public class EventSource : IEvent, IEventEmitter method Create (line 90) | public static EventSource Create(T initialValue) method Create (line 98) | public static EventSource> Create(T0 initialValu... method Create (line 106) | public static EventSource> Create(T0 ini... method Create (line 114) | public static EventSource> Create> Create fromObservable) method EventSource (line 167) | public EventSource(T initialValue, IObservable fromObservable) method Emit (line 245) | public virtual void Emit(T value) method Emit (line 301) | public void Emit() class EventSourceTelemetry (line 309) | internal static class EventSourceTelemetry FILE: src/Aardvark.Base.Essentials/System/EventSourceExtensions.cs class EventSourceExtensions (line 8) | public static class EventSourceExtensions method ToEventSource (line 13) | public static EventSource ToEventSource(this IObservable self) method ExecuteOnNextValue (line 21) | public static void ExecuteOnNextValue(this IEvent self, Action(this IEvent self, Action a... method RepeatUntilNext (line 38) | public static async Task RepeatUntilNext(this IEvent self, Func<... method RepeatUntilNext (line 54) | public static async Task RepeatUntilNext(this Task self, Func(this IEvent self, Func<... method RepeatUntilNext (line 85) | public static async Task RepeatUntilNext(this Task self, Func(this IAwaitable se... method RepeatUntilCompleted (line 115) | public static async Task RepeatUntilCompleted(this Task self, Fu... method RepeatUntilCompleted (line 130) | public static async Task RepeatUntilCompleted(this IAwaitable se... method RepeatUntilCompleted (line 145) | public static async Task RepeatUntilCompleted(this Task self, Fu... method RepeatUntilCompleted (line 159) | public static async Task RepeatUntilCompleted(this IAwaitable self, Fu... method RepeatUntilCompleted (line 173) | public static async Task RepeatUntilCompleted(this Task self, Func : IEvent type IEventEmitter (line 30) | public interface IEventEmitter : IEventEmitter method Emit (line 35) | void Emit(T value); method Emit (line 62) | void Emit(); type IEvent (line 41) | public interface IEvent type IEventEmitter (line 57) | public interface IEventEmitter method Emit (line 35) | void Emit(T value); method Emit (line 62) | void Emit(); FILE: src/Aardvark.Base.Essentials/System/EventSourceSpecials.cs class ConstEventSource (line 7) | public class ConstEventSource method Create (line 12) | public static ConstEventSource Create(T value) method Create (line 20) | public static ConstEventSource> Create(T0 initia... method Create (line 28) | public static ConstEventSource> Create(T... method Create (line 36) | public static ConstEventSource> Create> Create : IEvent method Create (line 12) | public static ConstEventSource Create(T value) method Create (line 20) | public static ConstEventSource> Create(T0 initia... method Create (line 28) | public static ConstEventSource> Create(T... method Create (line 36) | public static ConstEventSource> Create> Create : EventSource method FilteredEventSource (line 13) | public FilteredEventSource(Func predicate) method Emit (line 21) | public override void Emit(T value) FILE: src/Aardvark.Base.Essentials/System/IAwaitable.cs type IAwaitable (line 39) | public interface IAwaitable method GetAwaiter (line 43) | IAwaiter GetAwaiter(); method GetAwaiter (line 75) | new IAwaiter GetAwaiter(); type IAwaiter (line 52) | public interface IAwaiter : INotifyCompletion method GetResult (line 63) | void GetResult(); method GetResult (line 90) | new T GetResult(); type IAwaitable (line 71) | public interface IAwaitable : IAwaitable method GetAwaiter (line 43) | IAwaiter GetAwaiter(); method GetAwaiter (line 75) | new IAwaiter GetAwaiter(); type IAwaiter (line 84) | public interface IAwaiter : INotifyCompletion, IAwaiter method GetResult (line 63) | void GetResult(); method GetResult (line 90) | new T GetResult(); class IAwaitableExtensions (line 95) | public static class IAwaitableExtensions method Subscribe (line 99) | public static void Subscribe(this IAwaitable awaitable, Action : IDisposable method SubjectDisposable (line 19) | public SubjectDisposable(Dictionary, int> store, IObserve... method Dispose (line 25) | public void Dispose() class Subject (line 45) | internal class Subject : IObservable, IObserver method Subject (line 49) | public Subject() method OnCompleted (line 54) | public void OnCompleted() method OnNext (line 67) | public void OnNext(T value) method OnError (line 80) | public void OnError(Exception e) method Subscribe (line 93) | public IDisposable Subscribe(IObserver obs) class LambdaObserver (line 112) | internal class LambdaObserver : IObserver method LambdaObserver (line 116) | public LambdaObserver(Action action) method OnNext (line 121) | public void OnNext(T value) method OnCompleted (line 126) | public void OnCompleted() method OnError (line 129) | public void OnError(Exception e) class MapObserver (line 133) | internal class MapObserver : IObserver method MapObserver (line 138) | public MapObserver(IObserver target, Func mapping) method OnNext (line 144) | public void OnNext(T1 value) method OnCompleted (line 148) | public void OnCompleted() method OnError (line 152) | public void OnError(Exception error) class MapObservable (line 158) | internal class MapObservable : IObservable method MapObservable (line 163) | public MapObservable(IObservable input, Func mapping) method Subscribe (line 169) | public IDisposable Subscribe(IObserver obs) class NoDisposable (line 176) | internal class NoDisposable : IDisposable method NoDisposable (line 178) | public NoDisposable() { } method Dispose (line 179) | public void Dispose() class NeverObservable (line 182) | internal class NeverObservable : IObservable method NeverObservable (line 184) | public NeverObservable() method Subscribe (line 188) | public IDisposable Subscribe(IObserver observer) FILE: src/Aardvark.Base.Essentials/System/Time.cs type TimeValue (line 7) | public readonly struct TimeValue method TimeValue (line 21) | public TimeValue(DateTime t, double delta) FILE: src/Aardvark.Base.Essentials/System/WithCancellationExtension.cs class TaskWithCancellationExtensions (line 12) | public static class TaskWithCancellationExtensions method WithCancellation (line 18) | public static Task WithCancellation(this Task task, Cancellat... method WithCancellation (line 32) | public static Task WithCancellation(this Task task, Cancellat... method WithCancellationInternal (line 46) | private static async Task WithCancellationInternal(this Task ... FILE: src/Aardvark.Base.IO/Annotations.cs class AnnotatedExtensions (line 6) | internal static class AnnotatedExtensions method Annotate (line 8) | public static Annotated Annotate(this T self) method Annotate (line 12) | public static Annotated Annotate(this T self, string key, object... method Annotate (line 16) | public static Annotated Annotate(this T self, IEnumerable Annotate(this Annotated self, string ... method Annotate (line 24) | public static Annotated Annotate(this Annotated self, IEnumer... type Annotation (line 30) | internal struct Annotation method ToString (line 34) | public override readonly string ToString() { return string.Format("{0}... method Annotation (line 36) | public Annotation(string key, object value) type Annotated (line 44) | internal readonly struct Annotated method Annotated (line 50) | public Annotated(T value) method Annotated (line 55) | public Annotated(T value, string tagKey, object tagValue) method Annotated (line 60) | public Annotated(T value, IEnumerable tags) method Annotated (line 65) | public Annotated(Annotated a) method Annotated (line 70) | public Annotated(Annotated a, string tagKey, object tagValue) method Annotated (line 75) | public Annotated(Annotated a, IEnumerable tags) FILE: src/Aardvark.Base.IO/BaseCoder.cs type CoderDebugMode (line 8) | [Flags] class BaseCoder (line 22) | public class BaseCoder method BaseCoder (line 37) | public BaseCoder() method InitTypeInfos (line 51) | private static void InitTypeInfos() class BaseReadingCoder (line 112) | public class BaseReadingCoder : BaseCoder method BaseReadingCoder (line 120) | public BaseReadingCoder() : base() method Add (line 139) | public void Add(TypeInfo[] tia) method Del (line 155) | public void Del(TypeInfo[] tia) class BaseWritingCoder (line 178) | public class BaseWritingCoder : BaseCoder method BaseWritingCoder (line 186) | public BaseWritingCoder() : base() method TryGetTypeInfo (line 205) | internal bool TryGetTypeInfo(Type type, out TypeInfo ti) method Add (line 211) | public void Add(TypeInfo[] tia) method Del (line 227) | public void Del(TypeInfo[] tia) FILE: src/Aardvark.Base.IO/BinaryReadingCoder.cs class BinaryReadingCoder (line 13) | public partial class BinaryReadingCoder method BinaryReadingCoder (line 23) | public BinaryReadingCoder(Stream stream) : base() method BinaryReadingCoder (line 42) | public BinaryReadingCoder(string fileName) method ReadFirstObject (line 53) | public static object ReadFirstObject(string fileName) method ReadFirstObject (line 61) | public static object ReadFirstObject(Stream stream) method ReadFirst (line 69) | public static T ReadFirst(string fileName) method ReadFirst (line 77) | public static T ReadFirst(Stream stream) method TryGetTypeInfo (line 101) | internal bool TryGetTypeInfo(string name, out TypeInfo ti) method AddRef (line 108) | private int AddRef(object obj) method UseRef (line 119) | private object UseRef(int refNum) method UseRef (line 129) | private object UseRef(Guid guid) method Code (line 137) | public void Code(ref object obj) method CodeFields (line 307) | public void CodeFields(Type type, int version, IFieldCodeable obj) method CodeFields (line 326) | public void CodeFields(Type type, ITypedMap obj) method CodeT (line 353) | public void CodeT(ref T obj) method ReferenceObject (line 364) | public object ReferenceObject(int refNum) method CodeNull (line 369) | private bool CodeNull(ref T value) where T: class method CodeCount (line 377) | public int CodeCount(ref T value, Func creator) where T : c... method CodeLong (line 405) | private long CodeLong(long intValue) method CodeCountLong (line 413) | public long CodeCountLong(ref T value, Func creator) where... method CodeCountArray (line 445) | public long[] CodeCountArray(ref T value, Func creator) ... method CodeCountLong (line 487) | private long CodeCountLong(ref T[] array) method CodeCountLong (line 492) | private long[] CodeCountLong(ref T[,] array) method CodeCountLong (line 497) | private long[] CodeCountLong(ref T[,,] array) method CodeCountLong (line 502) | private long CodeCountLong(ref T[][] array) method CodeCountLong (line 507) | private long CodeCountLong(ref T[][][] array) method CodeCount (line 512) | private int CodeCount(ref List list) method CodeTArray (line 517) | public void CodeTArray(ref T[] value) method CodeList_of_T_ (line 524) | public void CodeList_of_T_(ref List value) method CodeHashSet_of_T_ (line 534) | public void CodeHashSet_of_T_(ref HashSet value) method Code (line 544) | public void Code(Type t, ref object o) method CreateArray (line 549) | private static Array CreateArray(Type t, long[] countArray) method Code (line 561) | public void Code(Type t, ref Array array) method CodeOld (line 597) | public void CodeOld(Type t, ref Array array) method Code (line 610) | public void Code(Type t, ref IList list) method Code (line 623) | public void Code(Type t, ref IDictionary dict) method Code (line 641) | public void Code(Type t, ref ICountableDict dict) method Code (line 660) | public void Code(Type t, ref ICountableDictSet dictSet) method Code (line 676) | public void Code(Type t, ref IArrayVector value) method Code (line 685) | public void Code(Type t, ref IArrayMatrix value) method Code (line 694) | public void Code(Type t, ref IArrayVolume value) method Code (line 703) | public void Code(Type t, ref IArrayTensor4 value) method Code (line 712) | public void Code(Type t, ref IArrayTensorN value) method CodeHashSet (line 721) | public void CodeHashSet(Type t, ref object obj) method CodeEnum (line 726) | public void CodeEnum(Type type, ref object value) method CodeBool (line 738) | public void CodeBool(ref bool value) method CodeByte (line 743) | public void CodeByte(ref byte value) method CodeSByte (line 748) | public void CodeSByte(ref sbyte value) method CodeShort (line 753) | public void CodeShort(ref short value) method CodeUShort (line 758) | public void CodeUShort(ref ushort value) method CodeInt (line 763) | public void CodeInt(ref int value) method CodeUInt (line 768) | public void CodeUInt(ref uint value) method CodeLong (line 773) | public void CodeLong(ref long value) method CodeULong (line 778) | public void CodeULong(ref ulong value) method CodeFloat (line 783) | public void CodeFloat(ref float value) method CodeDouble (line 788) | public void CodeDouble(ref double value) method CodeChar (line 793) | public void CodeChar(ref char value) method CodeString (line 798) | public void CodeString(ref string value) method CodeType (line 809) | public void CodeType(ref Type value) method CodeGuid (line 820) | public void CodeGuid(ref Guid value) { value = m_reader.ReadGuid(); } method CodeSymbol (line 822) | public void CodeSymbol(ref Symbol value) { value = m_reader.ReadSymbol... method CodeGuidSymbol (line 824) | public void CodeGuidSymbol(ref Symbol value) { value = m_reader.ReadGu... method CodePositiveSymbol (line 826) | public void CodePositiveSymbol(ref Symbol value) { value = m_reader.Re... method CodeIntSet (line 828) | public void CodeIntSet(ref IntSet set) method CodeSymbolSet (line 835) | public void CodeSymbolSet(ref SymbolSet set) method CodeFraction (line 842) | public void CodeFraction(ref Fraction value) method CodeStructArray (line 853) | public void CodeStructArray(ref T[] value) method CodeBoolArray (line 861) | public void CodeBoolArray(ref bool[] value) method CodeByteArray (line 868) | public void CodeByteArray(ref byte[] value) method CodeSByteArray (line 875) | public void CodeSByteArray(ref sbyte[] value) method CodeShortArray (line 882) | public void CodeShortArray(ref short[] value) method CodeUShortArray (line 889) | public void CodeUShortArray(ref ushort[] value) method CodeIntArray (line 896) | public void CodeIntArray(ref int[] value) method CodeUIntArray (line 903) | public void CodeUIntArray(ref uint[] value) method CodeLongArray (line 910) | public void CodeLongArray(ref long[] value) method CodeULongArray (line 917) | public void CodeULongArray(ref ulong[] value) method CodeFloatArray (line 924) | public void CodeFloatArray(ref float[] value) method CodeDoubleArray (line 931) | public void CodeDoubleArray(ref double[] value) method CodeCharArray (line 938) | public void CodeCharArray(ref char[] value) method CodeStringArray (line 945) | public void CodeStringArray(ref string[] value) method CodeTypeArray (line 952) | public void CodeTypeArray(ref Type[] value) method CodeGuidArray (line 969) | public void CodeGuidArray(ref Guid[] value) method CodeSymbolArray (line 976) | public void CodeSymbolArray(ref Symbol[] value) method CodeFractionArray (line 983) | public void CodeFractionArray(ref Fraction[] value) method CodeStructList (line 994) | public void CodeStructList(ref List value) method CodeList_of_Bool_ (line 1002) | public void CodeList_of_Bool_(ref List value) method CodeList_of_Byte_ (line 1009) | public void CodeList_of_Byte_(ref List value) method CodeList_of_SByte_ (line 1016) | public void CodeList_of_SByte_(ref List value) method CodeList_of_Short_ (line 1023) | public void CodeList_of_Short_(ref List value) method CodeList_of_UShort_ (line 1030) | public void CodeList_of_UShort_(ref List value) method CodeList_of_Int_ (line 1037) | public void CodeList_of_Int_(ref List value) method CodeList_of_UInt_ (line 1044) | public void CodeList_of_UInt_(ref List value) method CodeList_of_Long_ (line 1051) | public void CodeList_of_Long_(ref List value) method CodeList_of_ULong_ (line 1058) | public void CodeList_of_ULong_(ref List value) method CodeList_of_Float_ (line 1065) | public void CodeList_of_Float_(ref List value) method CodeList_of_Double_ (line 1072) | public void CodeList_of_Double_(ref List value) method CodeList_of_Char_ (line 1079) | public void CodeList_of_Char_(ref List value) method CodeList_of_String_ (line 1086) | public void CodeList_of_String_(ref List value) method CodeList_of_Type_ (line 1094) | public void CodeList_of_Type_(ref List value) method CodeList_of_Guid_ (line 1111) | public void CodeList_of_Guid_(ref List value) method CodeList_of_Symbol_ (line 1125) | public void CodeList_of_Symbol_(ref List value) method CodeList_of_Fraction_ (line 1137) | public void CodeList_of_Fraction_(ref List value) method Dispose (line 1148) | public void Dispose() FILE: src/Aardvark.Base.IO/BinaryReadingCoder_auto.cs class BinaryReadingCoder (line 9) | public partial class BinaryReadingCoder method CodeV2i (line 13) | public void CodeV2i(ref V2i value) method CodeV2ui (line 19) | public void CodeV2ui(ref V2ui value) method CodeV2l (line 25) | public void CodeV2l(ref V2l value) method CodeV2f (line 31) | public void CodeV2f(ref V2f value) method CodeV2d (line 37) | public void CodeV2d(ref V2d value) method CodeV3i (line 43) | public void CodeV3i(ref V3i value) method CodeV3ui (line 50) | public void CodeV3ui(ref V3ui value) method CodeV3l (line 57) | public void CodeV3l(ref V3l value) method CodeV3f (line 64) | public void CodeV3f(ref V3f value) method CodeV3d (line 71) | public void CodeV3d(ref V3d value) method CodeV4i (line 78) | public void CodeV4i(ref V4i value) method CodeV4ui (line 86) | public void CodeV4ui(ref V4ui value) method CodeV4l (line 94) | public void CodeV4l(ref V4l value) method CodeV4f (line 102) | public void CodeV4f(ref V4f value) method CodeV4d (line 110) | public void CodeV4d(ref V4d value) method CodeM22i (line 122) | public void CodeM22i(ref M22i value) { value = m_reader.ReadM22i(); } method CodeM22l (line 123) | public void CodeM22l(ref M22l value) { value = m_reader.ReadM22l(); } method CodeM22f (line 124) | public void CodeM22f(ref M22f value) { value = m_reader.ReadM22f(); } method CodeM22d (line 125) | public void CodeM22d(ref M22d value) { value = m_reader.ReadM22d(); } method CodeM23i (line 126) | public void CodeM23i(ref M23i value) { value = m_reader.ReadM23i(); } method CodeM23l (line 127) | public void CodeM23l(ref M23l value) { value = m_reader.ReadM23l(); } method CodeM23f (line 128) | public void CodeM23f(ref M23f value) { value = m_reader.ReadM23f(); } method CodeM23d (line 129) | public void CodeM23d(ref M23d value) { value = m_reader.ReadM23d(); } method CodeM33i (line 130) | public void CodeM33i(ref M33i value) { value = m_reader.ReadM33i(); } method CodeM33l (line 131) | public void CodeM33l(ref M33l value) { value = m_reader.ReadM33l(); } method CodeM33f (line 132) | public void CodeM33f(ref M33f value) { value = m_reader.ReadM33f(); } method CodeM33d (line 133) | public void CodeM33d(ref M33d value) { value = m_reader.ReadM33d(); } method CodeM34i (line 134) | public void CodeM34i(ref M34i value) { value = m_reader.ReadM34i(); } method CodeM34l (line 135) | public void CodeM34l(ref M34l value) { value = m_reader.ReadM34l(); } method CodeM34f (line 136) | public void CodeM34f(ref M34f value) { value = m_reader.ReadM34f(); } method CodeM34d (line 137) | public void CodeM34d(ref M34d value) { value = m_reader.ReadM34d(); } method CodeM44i (line 138) | public void CodeM44i(ref M44i value) { value = m_reader.ReadM44i(); } method CodeM44l (line 139) | public void CodeM44l(ref M44l value) { value = m_reader.ReadM44l(); } method CodeM44f (line 140) | public void CodeM44f(ref M44f value) { value = m_reader.ReadM44f(); } method CodeM44d (line 141) | public void CodeM44d(ref M44d value) { value = m_reader.ReadM44d(); } method CodeRange1b (line 147) | public void CodeRange1b(ref Range1b value) method CodeRange1sb (line 153) | public void CodeRange1sb(ref Range1sb value) method CodeRange1s (line 159) | public void CodeRange1s(ref Range1s value) method CodeRange1us (line 165) | public void CodeRange1us(ref Range1us value) method CodeRange1i (line 171) | public void CodeRange1i(ref Range1i value) method CodeRange1ui (line 177) | public void CodeRange1ui(ref Range1ui value) method CodeRange1l (line 183) | public void CodeRange1l(ref Range1l value) method CodeRange1ul (line 189) | public void CodeRange1ul(ref Range1ul value) method CodeRange1f (line 195) | public void CodeRange1f(ref Range1f value) method CodeRange1d (line 201) | public void CodeRange1d(ref Range1d value) method CodeBox2i (line 207) | public void CodeBox2i(ref Box2i value) method CodeBox2l (line 213) | public void CodeBox2l(ref Box2l value) method CodeBox2f (line 219) | public void CodeBox2f(ref Box2f value) method CodeBox2d (line 225) | public void CodeBox2d(ref Box2d value) method CodeBox3i (line 231) | public void CodeBox3i(ref Box3i value) method CodeBox3l (line 237) | public void CodeBox3l(ref Box3l value) method CodeBox3f (line 243) | public void CodeBox3f(ref Box3f value) method CodeBox3d (line 249) | public void CodeBox3d(ref Box3d value) method CodeCircle2f (line 259) | public void CodeCircle2f(ref Circle2f v) method CodeLine2f (line 264) | public void CodeLine2f(ref Line2f v) method CodeLine3f (line 269) | public void CodeLine3f(ref Line3f v) method CodePlane2f (line 274) | public void CodePlane2f(ref Plane2f v) method CodePlane3f (line 279) | public void CodePlane3f(ref Plane3f v) method CodePlaneWithPoint3f (line 284) | public void CodePlaneWithPoint3f(ref PlaneWithPoint3f v) method CodeQuad2f (line 289) | public void CodeQuad2f(ref Quad2f v) method CodeQuad3f (line 294) | public void CodeQuad3f(ref Quad3f v) method CodeRay2f (line 299) | public void CodeRay2f(ref Ray2f v) method CodeRay3f (line 304) | public void CodeRay3f(ref Ray3f v) method CodeSphere3f (line 309) | public void CodeSphere3f(ref Sphere3f v) method CodeTriangle2f (line 314) | public void CodeTriangle2f(ref Triangle2f v) method CodeTriangle3f (line 319) | public void CodeTriangle3f(ref Triangle3f v) method CodeCircle2d (line 324) | public void CodeCircle2d(ref Circle2d v) method CodeLine2d (line 329) | public void CodeLine2d(ref Line2d v) method CodeLine3d (line 334) | public void CodeLine3d(ref Line3d v) method CodePlane2d (line 339) | public void CodePlane2d(ref Plane2d v) method CodePlane3d (line 344) | public void CodePlane3d(ref Plane3d v) method CodePlaneWithPoint3d (line 349) | public void CodePlaneWithPoint3d(ref PlaneWithPoint3d v) method CodeQuad2d (line 354) | public void CodeQuad2d(ref Quad2d v) method CodeQuad3d (line 359) | public void CodeQuad3d(ref Quad3d v) method CodeRay2d (line 364) | public void CodeRay2d(ref Ray2d v) method CodeRay3d (line 369) | public void CodeRay3d(ref Ray3d v) method CodeSphere3d (line 374) | public void CodeSphere3d(ref Sphere3d v) method CodeTriangle2d (line 379) | public void CodeTriangle2d(ref Triangle2d v) method CodeTriangle3d (line 384) | public void CodeTriangle3d(ref Triangle3d v) method CodeC3b (line 393) | public void CodeC3b(ref C3b value) method CodeC3us (line 400) | public void CodeC3us(ref C3us value) method CodeC3ui (line 407) | public void CodeC3ui(ref C3ui value) method CodeC3f (line 414) | public void CodeC3f(ref C3f value) method CodeC3d (line 421) | public void CodeC3d(ref C3d value) method CodeC4b (line 428) | public void CodeC4b(ref C4b value) method CodeC4us (line 436) | public void CodeC4us(ref C4us value) method CodeC4ui (line 444) | public void CodeC4ui(ref C4ui value) method CodeC4f (line 452) | public void CodeC4f(ref C4f value) method CodeC4d (line 460) | public void CodeC4d(ref C4d value) method CodeEuclidean3f (line 472) | public void CodeEuclidean3f(ref Euclidean3f value) { value = m_reader.... method CodeEuclidean3d (line 473) | public void CodeEuclidean3d(ref Euclidean3d value) { value = m_reader.... method CodeRot2f (line 474) | public void CodeRot2f(ref Rot2f value) { value = m_reader.ReadRot2f(); } method CodeRot2d (line 475) | public void CodeRot2d(ref Rot2d value) { value = m_reader.ReadRot2d(); } method CodeRot3f (line 476) | public void CodeRot3f(ref Rot3f value) { value = m_reader.ReadRot3f(); } method CodeRot3d (line 477) | public void CodeRot3d(ref Rot3d value) { value = m_reader.ReadRot3d(); } method CodeScale3f (line 478) | public void CodeScale3f(ref Scale3f value) { value = m_reader.ReadScal... method CodeScale3d (line 479) | public void CodeScale3d(ref Scale3d value) { value = m_reader.ReadScal... method CodeShift3f (line 480) | public void CodeShift3f(ref Shift3f value) { value = m_reader.ReadShif... method CodeShift3d (line 481) | public void CodeShift3d(ref Shift3d value) { value = m_reader.ReadShif... method CodeTrafo2f (line 482) | public void CodeTrafo2f(ref Trafo2f value) { value = m_reader.ReadTraf... method CodeTrafo2d (line 483) | public void CodeTrafo2d(ref Trafo2d value) { value = m_reader.ReadTraf... method CodeTrafo3f (line 484) | public void CodeTrafo3f(ref Trafo3f value) { value = m_reader.ReadTraf... method CodeTrafo3d (line 485) | public void CodeTrafo3d(ref Trafo3d value) { value = m_reader.ReadTraf... method CodeVector_of_Byte_ (line 491) | public void CodeVector_of_Byte_(ref Vector value) method CodeVector_of_SByte_ (line 500) | public void CodeVector_of_SByte_(ref Vector value) method CodeVector_of_Short_ (line 509) | public void CodeVector_of_Short_(ref Vector value) method CodeVector_of_UShort_ (line 518) | public void CodeVector_of_UShort_(ref Vector value) method CodeVector_of_Int_ (line 527) | public void CodeVector_of_Int_(ref Vector value) method CodeVector_of_UInt_ (line 536) | public void CodeVector_of_UInt_(ref Vector value) method CodeVector_of_Long_ (line 545) | public void CodeVector_of_Long_(ref Vector value) method CodeVector_of_ULong_ (line 554) | public void CodeVector_of_ULong_(ref Vector value) method CodeVector_of_Float_ (line 563) | public void CodeVector_of_Float_(ref Vector value) method CodeVector_of_Double_ (line 572) | public void CodeVector_of_Double_(ref Vector value) method CodeVector_of_Fraction_ (line 581) | public void CodeVector_of_Fraction_(ref Vector value) method CodeVector_of_V2i_ (line 590) | public void CodeVector_of_V2i_(ref Vector value) method CodeVector_of_V2l_ (line 599) | public void CodeVector_of_V2l_(ref Vector value) method CodeVector_of_V2f_ (line 608) | public void CodeVector_of_V2f_(ref Vector value) method CodeVector_of_V2d_ (line 617) | public void CodeVector_of_V2d_(ref Vector value) method CodeVector_of_V3i_ (line 626) | public void CodeVector_of_V3i_(ref Vector value) method CodeVector_of_V3l_ (line 635) | public void CodeVector_of_V3l_(ref Vector value) method CodeVector_of_V3f_ (line 644) | public void CodeVector_of_V3f_(ref Vector value) method CodeVector_of_V3d_ (line 653) | public void CodeVector_of_V3d_(ref Vector value) method CodeVector_of_V4i_ (line 662) | public void CodeVector_of_V4i_(ref Vector value) method CodeVector_of_V4l_ (line 671) | public void CodeVector_of_V4l_(ref Vector value) method CodeVector_of_V4f_ (line 680) | public void CodeVector_of_V4f_(ref Vector value) method CodeVector_of_V4d_ (line 689) | public void CodeVector_of_V4d_(ref Vector value) method CodeVector_of_M22i_ (line 698) | public void CodeVector_of_M22i_(ref Vector value) method CodeVector_of_M22l_ (line 707) | public void CodeVector_of_M22l_(ref Vector value) method CodeVector_of_M22f_ (line 716) | public void CodeVector_of_M22f_(ref Vector value) method CodeVector_of_M22d_ (line 725) | public void CodeVector_of_M22d_(ref Vector value) method CodeVector_of_M23i_ (line 734) | public void CodeVector_of_M23i_(ref Vector value) method CodeVector_of_M23l_ (line 743) | public void CodeVector_of_M23l_(ref Vector value) method CodeVector_of_M23f_ (line 752) | public void CodeVector_of_M23f_(ref Vector value) method CodeVector_of_M23d_ (line 761) | public void CodeVector_of_M23d_(ref Vector value) method CodeVector_of_M33i_ (line 770) | public void CodeVector_of_M33i_(ref Vector value) method CodeVector_of_M33l_ (line 779) | public void CodeVector_of_M33l_(ref Vector value) method CodeVector_of_M33f_ (line 788) | public void CodeVector_of_M33f_(ref Vector value) method CodeVector_of_M33d_ (line 797) | public void CodeVector_of_M33d_(ref Vector value) method CodeVector_of_M34i_ (line 806) | public void CodeVector_of_M34i_(ref Vector value) method CodeVector_of_M34l_ (line 815) | public void CodeVector_of_M34l_(ref Vector value) method CodeVector_of_M34f_ (line 824) | public void CodeVector_of_M34f_(ref Vector value) method CodeVector_of_M34d_ (line 833) | public void CodeVector_of_M34d_(ref Vector value) method CodeVector_of_M44i_ (line 842) | public void CodeVector_of_M44i_(ref Vector value) method CodeVector_of_M44l_ (line 851) | public void CodeVector_of_M44l_(ref Vector value) method CodeVector_of_M44f_ (line 860) | public void CodeVector_of_M44f_(ref Vector value) method CodeVector_of_M44d_ (line 869) | public void CodeVector_of_M44d_(ref Vector value) method CodeVector_of_C3b_ (line 878) | public void CodeVector_of_C3b_(ref Vector value) method CodeVector_of_C3us_ (line 887) | public void CodeVector_of_C3us_(ref Vector value) method CodeVector_of_C3ui_ (line 896) | public void CodeVector_of_C3ui_(ref Vector value) method CodeVector_of_C3f_ (line 905) | public void CodeVector_of_C3f_(ref Vector value) method CodeVector_of_C3d_ (line 914) | public void CodeVector_of_C3d_(ref Vector value) method CodeVector_of_C4b_ (line 923) | public void CodeVector_of_C4b_(ref Vector value) method CodeVector_of_C4us_ (line 932) | public void CodeVector_of_C4us_(ref Vector value) method CodeVector_of_C4ui_ (line 941) | public void CodeVector_of_C4ui_(ref Vector value) method CodeVector_of_C4f_ (line 950) | public void CodeVector_of_C4f_(ref Vector value) method CodeVector_of_C4d_ (line 959) | public void CodeVector_of_C4d_(ref Vector value) method CodeVector_of_Range1b_ (line 968) | public void CodeVector_of_Range1b_(ref Vector value) method CodeVector_of_Range1sb_ (line 977) | public void CodeVector_of_Range1sb_(ref Vector value) method CodeVector_of_Range1s_ (line 986) | public void CodeVector_of_Range1s_(ref Vector value) method CodeVector_of_Range1us_ (line 995) | public void CodeVector_of_Range1us_(ref Vector value) method CodeVector_of_Range1i_ (line 1004) | public void CodeVector_of_Range1i_(ref Vector value) method CodeVector_of_Range1ui_ (line 1013) | public void CodeVector_of_Range1ui_(ref Vector value) method CodeVector_of_Range1l_ (line 1022) | public void CodeVector_of_Range1l_(ref Vector value) method CodeVector_of_Range1ul_ (line 1031) | public void CodeVector_of_Range1ul_(ref Vector value) method CodeVector_of_Range1f_ (line 1040) | public void CodeVector_of_Range1f_(ref Vector value) method CodeVector_of_Range1d_ (line 1049) | public void CodeVector_of_Range1d_(ref Vector value) method CodeVector_of_Box2i_ (line 1058) | public void CodeVector_of_Box2i_(ref Vector value) method CodeVector_of_Box2l_ (line 1067) | public void CodeVector_of_Box2l_(ref Vector value) method CodeVector_of_Box2f_ (line 1076) | public void CodeVector_of_Box2f_(ref Vector value) method CodeVector_of_Box2d_ (line 1085) | public void CodeVector_of_Box2d_(ref Vector value) method CodeVector_of_Box3i_ (line 1094) | public void CodeVector_of_Box3i_(ref Vector value) method CodeVector_of_Box3l_ (line 1103) | public void CodeVector_of_Box3l_(ref Vector value) method CodeVector_of_Box3f_ (line 1112) | public void CodeVector_of_Box3f_(ref Vector value) method CodeVector_of_Box3d_ (line 1121) | public void CodeVector_of_Box3d_(ref Vector value) method CodeVector_of_Euclidean3f_ (line 1130) | public void CodeVector_of_Euclidean3f_(ref Vector value) method CodeVector_of_Euclidean3d_ (line 1139) | public void CodeVector_of_Euclidean3d_(ref Vector value) method CodeVector_of_Rot2f_ (line 1148) | public void CodeVector_of_Rot2f_(ref Vector value) method CodeVector_of_Rot2d_ (line 1157) | public void CodeVector_of_Rot2d_(ref Vector value) method CodeVector_of_Rot3f_ (line 1166) | public void CodeVector_of_Rot3f_(ref Vector value) method CodeVector_of_Rot3d_ (line 1175) | public void CodeVector_of_Rot3d_(ref Vector value) method CodeVector_of_Scale3f_ (line 1184) | public void CodeVector_of_Scale3f_(ref Vector value) method CodeVector_of_Scale3d_ (line 1193) | public void CodeVector_of_Scale3d_(ref Vector value) method CodeVector_of_Shift3f_ (line 1202) | public void CodeVector_of_Shift3f_(ref Vector value) method CodeVector_of_Shift3d_ (line 1211) | public void CodeVector_of_Shift3d_(ref Vector value) method CodeVector_of_Trafo2f_ (line 1220) | public void CodeVector_of_Trafo2f_(ref Vector value) method CodeVector_of_Trafo2d_ (line 1229) | public void CodeVector_of_Trafo2d_(ref Vector value) method CodeVector_of_Trafo3f_ (line 1238) | public void CodeVector_of_Trafo3f_(ref Vector value) method CodeVector_of_Trafo3d_ (line 1247) | public void CodeVector_of_Trafo3d_(ref Vector value) method CodeVector_of_Bool_ (line 1256) | public void CodeVector_of_Bool_(ref Vector value) method CodeVector_of_Char_ (line 1265) | public void CodeVector_of_Char_(ref Vector value) method CodeVector_of_String_ (line 1274) | public void CodeVector_of_String_(ref Vector value) method CodeVector_of_Type_ (line 1283) | public void CodeVector_of_Type_(ref Vector value) method CodeVector_of_Guid_ (line 1292) | public void CodeVector_of_Guid_(ref Vector value) method CodeVector_of_Symbol_ (line 1301) | public void CodeVector_of_Symbol_(ref Vector value) method CodeVector_of_Circle2d_ (line 1310) | public void CodeVector_of_Circle2d_(ref Vector value) method CodeVector_of_Line2d_ (line 1319) | public void CodeVector_of_Line2d_(ref Vector value) method CodeVector_of_Line3d_ (line 1328) | public void CodeVector_of_Line3d_(ref Vector value) method CodeVector_of_Plane2d_ (line 1337) | public void CodeVector_of_Plane2d_(ref Vector value) method CodeVector_of_Plane3d_ (line 1346) | public void CodeVector_of_Plane3d_(ref Vector value) method CodeVector_of_PlaneWithPoint3d_ (line 1355) | public void CodeVector_of_PlaneWithPoint3d_(ref Vector value) method CodeVector_of_Quad3d_ (line 1373) | public void CodeVector_of_Quad3d_(ref Vector value) method CodeVector_of_Ray2d_ (line 1382) | public void CodeVector_of_Ray2d_(ref Vector value) method CodeVector_of_Ray3d_ (line 1391) | public void CodeVector_of_Ray3d_(ref Vector value) method CodeVector_of_Sphere3d_ (line 1400) | public void CodeVector_of_Sphere3d_(ref Vector value) method CodeVector_of_Triangle2d_ (line 1409) | public void CodeVector_of_Triangle2d_(ref Vector value) method CodeVector_of_Triangle3d_ (line 1418) | public void CodeVector_of_Triangle3d_(ref Vector value) method CodeVector_of_Circle2f_ (line 1427) | public void CodeVector_of_Circle2f_(ref Vector value) method CodeVector_of_Line2f_ (line 1436) | public void CodeVector_of_Line2f_(ref Vector value) method CodeVector_of_Line3f_ (line 1445) | public void CodeVector_of_Line3f_(ref Vector value) method CodeVector_of_Plane2f_ (line 1454) | public void CodeVector_of_Plane2f_(ref Vector value) method CodeVector_of_Plane3f_ (line 1463) | public void CodeVector_of_Plane3f_(ref Vector value) method CodeVector_of_PlaneWithPoint3f_ (line 1472) | public void CodeVector_of_PlaneWithPoint3f_(ref Vector value) method CodeVector_of_Quad3f_ (line 1490) | public void CodeVector_of_Quad3f_(ref Vector value) method CodeVector_of_Ray2f_ (line 1499) | public void CodeVector_of_Ray2f_(ref Vector value) method CodeVector_of_Ray3f_ (line 1508) | public void CodeVector_of_Ray3f_(ref Vector value) method CodeVector_of_Sphere3f_ (line 1517) | public void CodeVector_of_Sphere3f_(ref Vector value) method CodeVector_of_Triangle2f_ (line 1526) | public void CodeVector_of_Triangle2f_(ref Vector value) method CodeVector_of_Triangle3f_ (line 1535) | public void CodeVector_of_Triangle3f_(ref Vector value) method CodeMatrix_of_Byte_ (line 1544) | public void CodeMatrix_of_Byte_(ref Matrix value) method CodeMatrix_of_SByte_ (line 1553) | public void CodeMatrix_of_SByte_(ref Matrix value) method CodeMatrix_of_Short_ (line 1562) | public void CodeMatrix_of_Short_(ref Matrix value) method CodeMatrix_of_UShort_ (line 1571) | public void CodeMatrix_of_UShort_(ref Matrix value) method CodeMatrix_of_Int_ (line 1580) | public void CodeMatrix_of_Int_(ref Matrix value) method CodeMatrix_of_UInt_ (line 1589) | public void CodeMatrix_of_UInt_(ref Matrix value) method CodeMatrix_of_Long_ (line 1598) | public void CodeMatrix_of_Long_(ref Matrix value) method CodeMatrix_of_ULong_ (line 1607) | public void CodeMatrix_of_ULong_(ref Matrix value) method CodeMatrix_of_Float_ (line 1616) | public void CodeMatrix_of_Float_(ref Matrix value) method CodeMatrix_of_Double_ (line 1625) | public void CodeMatrix_of_Double_(ref Matrix value) method CodeMatrix_of_Fraction_ (line 1634) | public void CodeMatrix_of_Fraction_(ref Matrix value) method CodeMatrix_of_V2i_ (line 1643) | public void CodeMatrix_of_V2i_(ref Matrix value) method CodeMatrix_of_V2l_ (line 1652) | public void CodeMatrix_of_V2l_(ref Matrix value) method CodeMatrix_of_V2f_ (line 1661) | public void CodeMatrix_of_V2f_(ref Matrix value) method CodeMatrix_of_V2d_ (line 1670) | public void CodeMatrix_of_V2d_(ref Matrix value) method CodeMatrix_of_V3i_ (line 1679) | public void CodeMatrix_of_V3i_(ref Matrix value) method CodeMatrix_of_V3l_ (line 1688) | public void CodeMatrix_of_V3l_(ref Matrix value) method CodeMatrix_of_V3f_ (line 1697) | public void CodeMatrix_of_V3f_(ref Matrix value) method CodeMatrix_of_V3d_ (line 1706) | public void CodeMatrix_of_V3d_(ref Matrix value) method CodeMatrix_of_V4i_ (line 1715) | public void CodeMatrix_of_V4i_(ref Matrix value) method CodeMatrix_of_V4l_ (line 1724) | public void CodeMatrix_of_V4l_(ref Matrix value) method CodeMatrix_of_V4f_ (line 1733) | public void CodeMatrix_of_V4f_(ref Matrix value) method CodeMatrix_of_V4d_ (line 1742) | public void CodeMatrix_of_V4d_(ref Matrix value) method CodeMatrix_of_M22i_ (line 1751) | public void CodeMatrix_of_M22i_(ref Matrix value) method CodeMatrix_of_M22l_ (line 1760) | public void CodeMatrix_of_M22l_(ref Matrix value) method CodeMatrix_of_M22f_ (line 1769) | public void CodeMatrix_of_M22f_(ref Matrix value) method CodeMatrix_of_M22d_ (line 1778) | public void CodeMatrix_of_M22d_(ref Matrix value) method CodeMatrix_of_M23i_ (line 1787) | public void CodeMatrix_of_M23i_(ref Matrix value) method CodeMatrix_of_M23l_ (line 1796) | public void CodeMatrix_of_M23l_(ref Matrix value) method CodeMatrix_of_M23f_ (line 1805) | public void CodeMatrix_of_M23f_(ref Matrix value) method CodeMatrix_of_M23d_ (line 1814) | public void CodeMatrix_of_M23d_(ref Matrix value) method CodeMatrix_of_M33i_ (line 1823) | public void CodeMatrix_of_M33i_(ref Matrix value) method CodeMatrix_of_M33l_ (line 1832) | public void CodeMatrix_of_M33l_(ref Matrix value) method CodeMatrix_of_M33f_ (line 1841) | public void CodeMatrix_of_M33f_(ref Matrix value) method CodeMatrix_of_M33d_ (line 1850) | public void CodeMatrix_of_M33d_(ref Matrix value) method CodeMatrix_of_M34i_ (line 1859) | public void CodeMatrix_of_M34i_(ref Matrix value) method CodeMatrix_of_M34l_ (line 1868) | public void CodeMatrix_of_M34l_(ref Matrix value) method CodeMatrix_of_M34f_ (line 1877) | public void CodeMatrix_of_M34f_(ref Matrix value) method CodeMatrix_of_M34d_ (line 1886) | public void CodeMatrix_of_M34d_(ref Matrix value) method CodeMatrix_of_M44i_ (line 1895) | public void CodeMatrix_of_M44i_(ref Matrix value) method CodeMatrix_of_M44l_ (line 1904) | public void CodeMatrix_of_M44l_(ref Matrix value) method CodeMatrix_of_M44f_ (line 1913) | public void CodeMatrix_of_M44f_(ref Matrix value) method CodeMatrix_of_M44d_ (line 1922) | public void CodeMatrix_of_M44d_(ref Matrix value) method CodeMatrix_of_C3b_ (line 1931) | public void CodeMatrix_of_C3b_(ref Matrix value) method CodeMatrix_of_C3us_ (line 1940) | public void CodeMatrix_of_C3us_(ref Matrix value) method CodeMatrix_of_C3ui_ (line 1949) | public void CodeMatrix_of_C3ui_(ref Matrix value) method CodeMatrix_of_C3f_ (line 1958) | public void CodeMatrix_of_C3f_(ref Matrix value) method CodeMatrix_of_C3d_ (line 1967) | public void CodeMatrix_of_C3d_(ref Matrix value) method CodeMatrix_of_C4b_ (line 1976) | public void CodeMatrix_of_C4b_(ref Matrix value) method CodeMatrix_of_C4us_ (line 1985) | public void CodeMatrix_of_C4us_(ref Matrix value) method CodeMatrix_of_C4ui_ (line 1994) | public void CodeMatrix_of_C4ui_(ref Matrix value) method CodeMatrix_of_C4f_ (line 2003) | public void CodeMatrix_of_C4f_(ref Matrix value) method CodeMatrix_of_C4d_ (line 2012) | public void CodeMatrix_of_C4d_(ref Matrix value) method CodeMatrix_of_Range1b_ (line 2021) | public void CodeMatrix_of_Range1b_(ref Matrix value) method CodeMatrix_of_Range1sb_ (line 2030) | public void CodeMatrix_of_Range1sb_(ref Matrix value) method CodeMatrix_of_Range1s_ (line 2039) | public void CodeMatrix_of_Range1s_(ref Matrix value) method CodeMatrix_of_Range1us_ (line 2048) | public void CodeMatrix_of_Range1us_(ref Matrix value) method CodeMatrix_of_Range1i_ (line 2057) | public void CodeMatrix_of_Range1i_(ref Matrix value) method CodeMatrix_of_Range1ui_ (line 2066) | public void CodeMatrix_of_Range1ui_(ref Matrix value) method CodeMatrix_of_Range1l_ (line 2075) | public void CodeMatrix_of_Range1l_(ref Matrix value) method CodeMatrix_of_Range1ul_ (line 2084) | public void CodeMatrix_of_Range1ul_(ref Matrix value) method CodeMatrix_of_Range1f_ (line 2093) | public void CodeMatrix_of_Range1f_(ref Matrix value) method CodeMatrix_of_Range1d_ (line 2102) | public void CodeMatrix_of_Range1d_(ref Matrix value) method CodeMatrix_of_Box2i_ (line 2111) | public void CodeMatrix_of_Box2i_(ref Matrix value) method CodeMatrix_of_Box2l_ (line 2120) | public void CodeMatrix_of_Box2l_(ref Matrix value) method CodeMatrix_of_Box2f_ (line 2129) | public void CodeMatrix_of_Box2f_(ref Matrix value) method CodeMatrix_of_Box2d_ (line 2138) | public void CodeMatrix_of_Box2d_(ref Matrix value) method CodeMatrix_of_Box3i_ (line 2147) | public void CodeMatrix_of_Box3i_(ref Matrix value) method CodeMatrix_of_Box3l_ (line 2156) | public void CodeMatrix_of_Box3l_(ref Matrix value) method CodeMatrix_of_Box3f_ (line 2165) | public void CodeMatrix_of_Box3f_(ref Matrix value) method CodeMatrix_of_Box3d_ (line 2174) | public void CodeMatrix_of_Box3d_(ref Matrix value) method CodeMatrix_of_Euclidean3f_ (line 2183) | public void CodeMatrix_of_Euclidean3f_(ref Matrix value) method CodeMatrix_of_Euclidean3d_ (line 2192) | public void CodeMatrix_of_Euclidean3d_(ref Matrix value) method CodeMatrix_of_Rot2f_ (line 2201) | public void CodeMatrix_of_Rot2f_(ref Matrix value) method CodeMatrix_of_Rot2d_ (line 2210) | public void CodeMatrix_of_Rot2d_(ref Matrix value) method CodeMatrix_of_Rot3f_ (line 2219) | public void CodeMatrix_of_Rot3f_(ref Matrix value) method CodeMatrix_of_Rot3d_ (line 2228) | public void CodeMatrix_of_Rot3d_(ref Matrix value) method CodeMatrix_of_Scale3f_ (line 2237) | public void CodeMatrix_of_Scale3f_(ref Matrix value) method CodeMatrix_of_Scale3d_ (line 2246) | public void CodeMatrix_of_Scale3d_(ref Matrix value) method CodeMatrix_of_Shift3f_ (line 2255) | public void CodeMatrix_of_Shift3f_(ref Matrix value) method CodeMatrix_of_Shift3d_ (line 2264) | public void CodeMatrix_of_Shift3d_(ref Matrix value) method CodeMatrix_of_Trafo2f_ (line 2273) | public void CodeMatrix_of_Trafo2f_(ref Matrix value) method CodeMatrix_of_Trafo2d_ (line 2282) | public void CodeMatrix_of_Trafo2d_(ref Matrix value) method CodeMatrix_of_Trafo3f_ (line 2291) | public void CodeMatrix_of_Trafo3f_(ref Matrix value) method CodeMatrix_of_Trafo3d_ (line 2300) | public void CodeMatrix_of_Trafo3d_(ref Matrix value) method CodeMatrix_of_Bool_ (line 2309) | public void CodeMatrix_of_Bool_(ref Matrix value) method CodeMatrix_of_Char_ (line 2318) | public void CodeMatrix_of_Char_(ref Matrix value) method CodeMatrix_of_String_ (line 2327) | public void CodeMatrix_of_String_(ref Matrix value) method CodeMatrix_of_Type_ (line 2336) | public void CodeMatrix_of_Type_(ref Matrix value) method CodeMatrix_of_Guid_ (line 2345) | public void CodeMatrix_of_Guid_(ref Matrix value) method CodeMatrix_of_Symbol_ (line 2354) | public void CodeMatrix_of_Symbol_(ref Matrix value) method CodeMatrix_of_Circle2d_ (line 2363) | public void CodeMatrix_of_Circle2d_(ref Matrix value) method CodeMatrix_of_Line2d_ (line 2372) | public void CodeMatrix_of_Line2d_(ref Matrix value) method CodeMatrix_of_Line3d_ (line 2381) | public void CodeMatrix_of_Line3d_(ref Matrix value) method CodeMatrix_of_Plane2d_ (line 2390) | public void CodeMatrix_of_Plane2d_(ref Matrix value) method CodeMatrix_of_Plane3d_ (line 2399) | public void CodeMatrix_of_Plane3d_(ref Matrix value) method CodeMatrix_of_PlaneWithPoint3d_ (line 2408) | public void CodeMatrix_of_PlaneWithPoint3d_(ref Matrix value) method CodeMatrix_of_Quad3d_ (line 2426) | public void CodeMatrix_of_Quad3d_(ref Matrix value) method CodeMatrix_of_Ray2d_ (line 2435) | public void CodeMatrix_of_Ray2d_(ref Matrix value) method CodeMatrix_of_Ray3d_ (line 2444) | public void CodeMatrix_of_Ray3d_(ref Matrix value) method CodeMatrix_of_Sphere3d_ (line 2453) | public void CodeMatrix_of_Sphere3d_(ref Matrix value) method CodeMatrix_of_Triangle2d_ (line 2462) | public void CodeMatrix_of_Triangle2d_(ref Matrix value) method CodeMatrix_of_Triangle3d_ (line 2471) | public void CodeMatrix_of_Triangle3d_(ref Matrix value) method CodeMatrix_of_Circle2f_ (line 2480) | public void CodeMatrix_of_Circle2f_(ref Matrix value) method CodeMatrix_of_Line2f_ (line 2489) | public void CodeMatrix_of_Line2f_(ref Matrix value) method CodeMatrix_of_Line3f_ (line 2498) | public void CodeMatrix_of_Line3f_(ref Matrix value) method CodeMatrix_of_Plane2f_ (line 2507) | public void CodeMatrix_of_Plane2f_(ref Matrix value) method CodeMatrix_of_Plane3f_ (line 2516) | public void CodeMatrix_of_Plane3f_(ref Matrix value) method CodeMatrix_of_PlaneWithPoint3f_ (line 2525) | public void CodeMatrix_of_PlaneWithPoint3f_(ref Matrix value) method CodeMatrix_of_Quad3f_ (line 2543) | public void CodeMatrix_of_Quad3f_(ref Matrix value) method CodeMatrix_of_Ray2f_ (line 2552) | public void CodeMatrix_of_Ray2f_(ref Matrix value) method CodeMatrix_of_Ray3f_ (line 2561) | public void CodeMatrix_of_Ray3f_(ref Matrix value) method CodeMatrix_of_Sphere3f_ (line 2570) | public void CodeMatrix_of_Sphere3f_(ref Matrix value) method CodeMatrix_of_Triangle2f_ (line 2579) | public void CodeMatrix_of_Triangle2f_(ref Matrix value) method CodeMatrix_of_Triangle3f_ (line 2588) | public void CodeMatrix_of_Triangle3f_(ref Matrix value) method CodeVolume_of_Byte_ (line 2597) | public void CodeVolume_of_Byte_(ref Volume value) method CodeVolume_of_SByte_ (line 2606) | public void CodeVolume_of_SByte_(ref Volume value) method CodeVolume_of_Short_ (line 2615) | public void CodeVolume_of_Short_(ref Volume value) method CodeVolume_of_UShort_ (line 2624) | public void CodeVolume_of_UShort_(ref Volume value) method CodeVolume_of_Int_ (line 2633) | public void CodeVolume_of_Int_(ref Volume value) method CodeVolume_of_UInt_ (line 2642) | public void CodeVolume_of_UInt_(ref Volume value) method CodeVolume_of_Long_ (line 2651) | public void CodeVolume_of_Long_(ref Volume value) method CodeVolume_of_ULong_ (line 2660) | public void CodeVolume_of_ULong_(ref Volume value) method CodeVolume_of_Float_ (line 2669) | public void CodeVolume_of_Float_(ref Volume value) method CodeVolume_of_Double_ (line 2678) | public void CodeVolume_of_Double_(ref Volume value) method CodeVolume_of_Fraction_ (line 2687) | public void CodeVolume_of_Fraction_(ref Volume value) method CodeVolume_of_V2i_ (line 2696) | public void CodeVolume_of_V2i_(ref Volume value) method CodeVolume_of_V2l_ (line 2705) | public void CodeVolume_of_V2l_(ref Volume value) method CodeVolume_of_V2f_ (line 2714) | public void CodeVolume_of_V2f_(ref Volume value) method CodeVolume_of_V2d_ (line 2723) | public void CodeVolume_of_V2d_(ref Volume value) method CodeVolume_of_V3i_ (line 2732) | public void CodeVolume_of_V3i_(ref Volume value) method CodeVolume_of_V3l_ (line 2741) | public void CodeVolume_of_V3l_(ref Volume value) method CodeVolume_of_V3f_ (line 2750) | public void CodeVolume_of_V3f_(ref Volume value) method CodeVolume_of_V3d_ (line 2759) | public void CodeVolume_of_V3d_(ref Volume value) method CodeVolume_of_V4i_ (line 2768) | public void CodeVolume_of_V4i_(ref Volume value) method CodeVolume_of_V4l_ (line 2777) | public void CodeVolume_of_V4l_(ref Volume value) method CodeVolume_of_V4f_ (line 2786) | public void CodeVolume_of_V4f_(ref Volume value) method CodeVolume_of_V4d_ (line 2795) | public void CodeVolume_of_V4d_(ref Volume value) method CodeVolume_of_M22i_ (line 2804) | public void CodeVolume_of_M22i_(ref Volume value) method CodeVolume_of_M22l_ (line 2813) | public void CodeVolume_of_M22l_(ref Volume value) method CodeVolume_of_M22f_ (line 2822) | public void CodeVolume_of_M22f_(ref Volume value) method CodeVolume_of_M22d_ (line 2831) | public void CodeVolume_of_M22d_(ref Volume value) method CodeVolume_of_M23i_ (line 2840) | public void CodeVolume_of_M23i_(ref Volume value) method CodeVolume_of_M23l_ (line 2849) | public void CodeVolume_of_M23l_(ref Volume value) method CodeVolume_of_M23f_ (line 2858) | public void CodeVolume_of_M23f_(ref Volume value) method CodeVolume_of_M23d_ (line 2867) | public void CodeVolume_of_M23d_(ref Volume value) method CodeVolume_of_M33i_ (line 2876) | public void CodeVolume_of_M33i_(ref Volume value) method CodeVolume_of_M33l_ (line 2885) | public void CodeVolume_of_M33l_(ref Volume value) method CodeVolume_of_M33f_ (line 2894) | public void CodeVolume_of_M33f_(ref Volume value) method CodeVolume_of_M33d_ (line 2903) | public void CodeVolume_of_M33d_(ref Volume value) method CodeVolume_of_M34i_ (line 2912) | public void CodeVolume_of_M34i_(ref Volume value) method CodeVolume_of_M34l_ (line 2921) | public void CodeVolume_of_M34l_(ref Volume value) method CodeVolume_of_M34f_ (line 2930) | public void CodeVolume_of_M34f_(ref Volume value) method CodeVolume_of_M34d_ (line 2939) | public void CodeVolume_of_M34d_(ref Volume value) method CodeVolume_of_M44i_ (line 2948) | public void CodeVolume_of_M44i_(ref Volume value) method CodeVolume_of_M44l_ (line 2957) | public void CodeVolume_of_M44l_(ref Volume value) method CodeVolume_of_M44f_ (line 2966) | public void CodeVolume_of_M44f_(ref Volume value) method CodeVolume_of_M44d_ (line 2975) | public void CodeVolume_of_M44d_(ref Volume value) method CodeVolume_of_C3b_ (line 2984) | public void CodeVolume_of_C3b_(ref Volume value) method CodeVolume_of_C3us_ (line 2993) | public void CodeVolume_of_C3us_(ref Volume value) method CodeVolume_of_C3ui_ (line 3002) | public void CodeVolume_of_C3ui_(ref Volume value) method CodeVolume_of_C3f_ (line 3011) | public void CodeVolume_of_C3f_(ref Volume value) method CodeVolume_of_C3d_ (line 3020) | public void CodeVolume_of_C3d_(ref Volume value) method CodeVolume_of_C4b_ (line 3029) | public void CodeVolume_of_C4b_(ref Volume value) method CodeVolume_of_C4us_ (line 3038) | public void CodeVolume_of_C4us_(ref Volume value) method CodeVolume_of_C4ui_ (line 3047) | public void CodeVolume_of_C4ui_(ref Volume value) method CodeVolume_of_C4f_ (line 3056) | public void CodeVolume_of_C4f_(ref Volume value) method CodeVolume_of_C4d_ (line 3065) | public void CodeVolume_of_C4d_(ref Volume value) method CodeVolume_of_Range1b_ (line 3074) | public void CodeVolume_of_Range1b_(ref Volume value) method CodeVolume_of_Range1sb_ (line 3083) | public void CodeVolume_of_Range1sb_(ref Volume value) method CodeVolume_of_Range1s_ (line 3092) | public void CodeVolume_of_Range1s_(ref Volume value) method CodeVolume_of_Range1us_ (line 3101) | public void CodeVolume_of_Range1us_(ref Volume value) method CodeVolume_of_Range1i_ (line 3110) | public void CodeVolume_of_Range1i_(ref Volume value) method CodeVolume_of_Range1ui_ (line 3119) | public void CodeVolume_of_Range1ui_(ref Volume value) method CodeVolume_of_Range1l_ (line 3128) | public void CodeVolume_of_Range1l_(ref Volume value) method CodeVolume_of_Range1ul_ (line 3137) | public void CodeVolume_of_Range1ul_(ref Volume value) method CodeVolume_of_Range1f_ (line 3146) | public void CodeVolume_of_Range1f_(ref Volume value) method CodeVolume_of_Range1d_ (line 3155) | public void CodeVolume_of_Range1d_(ref Volume value) method CodeVolume_of_Box2i_ (line 3164) | public void CodeVolume_of_Box2i_(ref Volume value) method CodeVolume_of_Box2l_ (line 3173) | public void CodeVolume_of_Box2l_(ref Volume value) method CodeVolume_of_Box2f_ (line 3182) | public void CodeVolume_of_Box2f_(ref Volume value) method CodeVolume_of_Box2d_ (line 3191) | public void CodeVolume_of_Box2d_(ref Volume value) method CodeVolume_of_Box3i_ (line 3200) | public void CodeVolume_of_Box3i_(ref Volume value) method CodeVolume_of_Box3l_ (line 3209) | public void CodeVolume_of_Box3l_(ref Volume value) method CodeVolume_of_Box3f_ (line 3218) | public void CodeVolume_of_Box3f_(ref Volume value) method CodeVolume_of_Box3d_ (line 3227) | public void CodeVolume_of_Box3d_(ref Volume value) method CodeVolume_of_Euclidean3f_ (line 3236) | public void CodeVolume_of_Euclidean3f_(ref Volume value) method CodeVolume_of_Euclidean3d_ (line 3245) | public void CodeVolume_of_Euclidean3d_(ref Volume value) method CodeVolume_of_Rot2f_ (line 3254) | public void CodeVolume_of_Rot2f_(ref Volume value) method CodeVolume_of_Rot2d_ (line 3263) | public void CodeVolume_of_Rot2d_(ref Volume value) method CodeVolume_of_Rot3f_ (line 3272) | public void CodeVolume_of_Rot3f_(ref Volume value) method CodeVolume_of_Rot3d_ (line 3281) | public void CodeVolume_of_Rot3d_(ref Volume value) method CodeVolume_of_Scale3f_ (line 3290) | public void CodeVolume_of_Scale3f_(ref Volume value) method CodeVolume_of_Scale3d_ (line 3299) | public void CodeVolume_of_Scale3d_(ref Volume value) method CodeVolume_of_Shift3f_ (line 3308) | public void CodeVolume_of_Shift3f_(ref Volume value) method CodeVolume_of_Shift3d_ (line 3317) | public void CodeVolume_of_Shift3d_(ref Volume value) method CodeVolume_of_Trafo2f_ (line 3326) | public void CodeVolume_of_Trafo2f_(ref Volume value) method CodeVolume_of_Trafo2d_ (line 3335) | public void CodeVolume_of_Trafo2d_(ref Volume value) method CodeVolume_of_Trafo3f_ (line 3344) | public void CodeVolume_of_Trafo3f_(ref Volume value) method CodeVolume_of_Trafo3d_ (line 3353) | public void CodeVolume_of_Trafo3d_(ref Volume value) method CodeVolume_of_Bool_ (line 3362) | public void CodeVolume_of_Bool_(ref Volume value) method CodeVolume_of_Char_ (line 3371) | public void CodeVolume_of_Char_(ref Volume value) method CodeVolume_of_String_ (line 3380) | public void CodeVolume_of_String_(ref Volume value) method CodeVolume_of_Type_ (line 3389) | public void CodeVolume_of_Type_(ref Volume value) method CodeVolume_of_Guid_ (line 3398) | public void CodeVolume_of_Guid_(ref Volume value) method CodeVolume_of_Symbol_ (line 3407) | public void CodeVolume_of_Symbol_(ref Volume value) method CodeVolume_of_Circle2d_ (line 3416) | public void CodeVolume_of_Circle2d_(ref Volume value) method CodeVolume_of_Line2d_ (line 3425) | public void CodeVolume_of_Line2d_(ref Volume value) method CodeVolume_of_Line3d_ (line 3434) | public void CodeVolume_of_Line3d_(ref Volume value) method CodeVolume_of_Plane2d_ (line 3443) | public void CodeVolume_of_Plane2d_(ref Volume value) method CodeVolume_of_Plane3d_ (line 3452) | public void CodeVolume_of_Plane3d_(ref Volume value) method CodeVolume_of_PlaneWithPoint3d_ (line 3461) | public void CodeVolume_of_PlaneWithPoint3d_(ref Volume value) method CodeVolume_of_Quad3d_ (line 3479) | public void CodeVolume_of_Quad3d_(ref Volume value) method CodeVolume_of_Ray2d_ (line 3488) | public void CodeVolume_of_Ray2d_(ref Volume value) method CodeVolume_of_Ray3d_ (line 3497) | public void CodeVolume_of_Ray3d_(ref Volume value) method CodeVolume_of_Sphere3d_ (line 3506) | public void CodeVolume_of_Sphere3d_(ref Volume value) method CodeVolume_of_Triangle2d_ (line 3515) | public void CodeVolume_of_Triangle2d_(ref Volume value) method CodeVolume_of_Triangle3d_ (line 3524) | public void CodeVolume_of_Triangle3d_(ref Volume value) method CodeVolume_of_Circle2f_ (line 3533) | public void CodeVolume_of_Circle2f_(ref Volume value) method CodeVolume_of_Line2f_ (line 3542) | public void CodeVolume_of_Line2f_(ref Volume value) method CodeVolume_of_Line3f_ (line 3551) | public void CodeVolume_of_Line3f_(ref Volume value) method CodeVolume_of_Plane2f_ (line 3560) | public void CodeVolume_of_Plane2f_(ref Volume value) method CodeVolume_of_Plane3f_ (line 3569) | public void CodeVolume_of_Plane3f_(ref Volume value) method CodeVolume_of_PlaneWithPoint3f_ (line 3578) | public void CodeVolume_of_PlaneWithPoint3f_(ref Volume value) method CodeVolume_of_Quad3f_ (line 3596) | public void CodeVolume_of_Quad3f_(ref Volume value) method CodeVolume_of_Ray2f_ (line 3605) | public void CodeVolume_of_Ray2f_(ref Volume value) method CodeVolume_of_Ray3f_ (line 3614) | public void CodeVolume_of_Ray3f_(ref Volume value) method CodeVolume_of_Sphere3f_ (line 3623) | public void CodeVolume_of_Sphere3f_(ref Volume value) method CodeVolume_of_Triangle2f_ (line 3632) | public void CodeVolume_of_Triangle2f_(ref Volume value) method CodeVolume_of_Triangle3f_ (line 3641) | public void CodeVolume_of_Triangle3f_(ref Volume value) method CodeTensor_of_Byte_ (line 3650) | public void CodeTensor_of_Byte_(ref Tensor value) method CodeTensor_of_SByte_ (line 3659) | public void CodeTensor_of_SByte_(ref Tensor value) method CodeTensor_of_Short_ (line 3668) | public void CodeTensor_of_Short_(ref Tensor value) method CodeTensor_of_UShort_ (line 3677) | public void CodeTensor_of_UShort_(ref Tensor value) method CodeTensor_of_Int_ (line 3686) | public void CodeTensor_of_Int_(ref Tensor value) method CodeTensor_of_UInt_ (line 3695) | public void CodeTensor_of_UInt_(ref Tensor value) method CodeTensor_of_Long_ (line 3704) | public void CodeTensor_of_Long_(ref Tensor value) method CodeTensor_of_ULong_ (line 3713) | public void CodeTensor_of_ULong_(ref Tensor value) method CodeTensor_of_Float_ (line 3722) | public void CodeTensor_of_Float_(ref Tensor value) method CodeTensor_of_Double_ (line 3731) | public void CodeTensor_of_Double_(ref Tensor value) method CodeTensor_of_Fraction_ (line 3740) | public void CodeTensor_of_Fraction_(ref Tensor value) method CodeTensor_of_V2i_ (line 3749) | public void CodeTensor_of_V2i_(ref Tensor value) method CodeTensor_of_V2l_ (line 3758) | public void CodeTensor_of_V2l_(ref Tensor value) method CodeTensor_of_V2f_ (line 3767) | public void CodeTensor_of_V2f_(ref Tensor value) method CodeTensor_of_V2d_ (line 3776) | public void CodeTensor_of_V2d_(ref Tensor value) method CodeTensor_of_V3i_ (line 3785) | public void CodeTensor_of_V3i_(ref Tensor value) method CodeTensor_of_V3l_ (line 3794) | public void CodeTensor_of_V3l_(ref Tensor value) method CodeTensor_of_V3f_ (line 3803) | public void CodeTensor_of_V3f_(ref Tensor value) method CodeTensor_of_V3d_ (line 3812) | public void CodeTensor_of_V3d_(ref Tensor value) method CodeTensor_of_V4i_ (line 3821) | public void CodeTensor_of_V4i_(ref Tensor value) method CodeTensor_of_V4l_ (line 3830) | public void CodeTensor_of_V4l_(ref Tensor value) method CodeTensor_of_V4f_ (line 3839) | public void CodeTensor_of_V4f_(ref Tensor value) method CodeTensor_of_V4d_ (line 3848) | public void CodeTensor_of_V4d_(ref Tensor value) method CodeTensor_of_M22i_ (line 3857) | public void CodeTensor_of_M22i_(ref Tensor value) method CodeTensor_of_M22l_ (line 3866) | public void CodeTensor_of_M22l_(ref Tensor value) method CodeTensor_of_M22f_ (line 3875) | public void CodeTensor_of_M22f_(ref Tensor value) method CodeTensor_of_M22d_ (line 3884) | public void CodeTensor_of_M22d_(ref Tensor value) method CodeTensor_of_M23i_ (line 3893) | public void CodeTensor_of_M23i_(ref Tensor value) method CodeTensor_of_M23l_ (line 3902) | public void CodeTensor_of_M23l_(ref Tensor value) method CodeTensor_of_M23f_ (line 3911) | public void CodeTensor_of_M23f_(ref Tensor value) method CodeTensor_of_M23d_ (line 3920) | public void CodeTensor_of_M23d_(ref Tensor value) method CodeTensor_of_M33i_ (line 3929) | public void CodeTensor_of_M33i_(ref Tensor value) method CodeTensor_of_M33l_ (line 3938) | public void CodeTensor_of_M33l_(ref Tensor value) method CodeTensor_of_M33f_ (line 3947) | public void CodeTensor_of_M33f_(ref Tensor value) method CodeTensor_of_M33d_ (line 3956) | public void CodeTensor_of_M33d_(ref Tensor value) method CodeTensor_of_M34i_ (line 3965) | public void CodeTensor_of_M34i_(ref Tensor value) method CodeTensor_of_M34l_ (line 3974) | public void CodeTensor_of_M34l_(ref Tensor value) method CodeTensor_of_M34f_ (line 3983) | public void CodeTensor_of_M34f_(ref Tensor value) method CodeTensor_of_M34d_ (line 3992) | public void CodeTensor_of_M34d_(ref Tensor value) method CodeTensor_of_M44i_ (line 4001) | public void CodeTensor_of_M44i_(ref Tensor value) method CodeTensor_of_M44l_ (line 4010) | public void CodeTensor_of_M44l_(ref Tensor value) method CodeTensor_of_M44f_ (line 4019) | public void CodeTensor_of_M44f_(ref Tensor value) method CodeTensor_of_M44d_ (line 4028) | public void CodeTensor_of_M44d_(ref Tensor value) method CodeTensor_of_C3b_ (line 4037) | public void CodeTensor_of_C3b_(ref Tensor value) method CodeTensor_of_C3us_ (line 4046) | public void CodeTensor_of_C3us_(ref Tensor value) method CodeTensor_of_C3ui_ (line 4055) | public void CodeTensor_of_C3ui_(ref Tensor value) method CodeTensor_of_C3f_ (line 4064) | public void CodeTensor_of_C3f_(ref Tensor value) method CodeTensor_of_C3d_ (line 4073) | public void CodeTensor_of_C3d_(ref Tensor value) method CodeTensor_of_C4b_ (line 4082) | public void CodeTensor_of_C4b_(ref Tensor value) method CodeTensor_of_C4us_ (line 4091) | public void CodeTensor_of_C4us_(ref Tensor value) method CodeTensor_of_C4ui_ (line 4100) | public void CodeTensor_of_C4ui_(ref Tensor value) method CodeTensor_of_C4f_ (line 4109) | public void CodeTensor_of_C4f_(ref Tensor value) method CodeTensor_of_C4d_ (line 4118) | public void CodeTensor_of_C4d_(ref Tensor value) method CodeTensor_of_Range1b_ (line 4127) | public void CodeTensor_of_Range1b_(ref Tensor value) method CodeTensor_of_Range1sb_ (line 4136) | public void CodeTensor_of_Range1sb_(ref Tensor value) method CodeTensor_of_Range1s_ (line 4145) | public void CodeTensor_of_Range1s_(ref Tensor value) method CodeTensor_of_Range1us_ (line 4154) | public void CodeTensor_of_Range1us_(ref Tensor value) method CodeTensor_of_Range1i_ (line 4163) | public void CodeTensor_of_Range1i_(ref Tensor value) method CodeTensor_of_Range1ui_ (line 4172) | public void CodeTensor_of_Range1ui_(ref Tensor value) method CodeTensor_of_Range1l_ (line 4181) | public void CodeTensor_of_Range1l_(ref Tensor value) method CodeTensor_of_Range1ul_ (line 4190) | public void CodeTensor_of_Range1ul_(ref Tensor value) method CodeTensor_of_Range1f_ (line 4199) | public void CodeTensor_of_Range1f_(ref Tensor value) method CodeTensor_of_Range1d_ (line 4208) | public void CodeTensor_of_Range1d_(ref Tensor value) method CodeTensor_of_Box2i_ (line 4217) | public void CodeTensor_of_Box2i_(ref Tensor value) method CodeTensor_of_Box2l_ (line 4226) | public void CodeTensor_of_Box2l_(ref Tensor value) method CodeTensor_of_Box2f_ (line 4235) | public void CodeTensor_of_Box2f_(ref Tensor value) method CodeTensor_of_Box2d_ (line 4244) | public void CodeTensor_of_Box2d_(ref Tensor value) method CodeTensor_of_Box3i_ (line 4253) | public void CodeTensor_of_Box3i_(ref Tensor value) method CodeTensor_of_Box3l_ (line 4262) | public void CodeTensor_of_Box3l_(ref Tensor value) method CodeTensor_of_Box3f_ (line 4271) | public void CodeTensor_of_Box3f_(ref Tensor value) method CodeTensor_of_Box3d_ (line 4280) | public void CodeTensor_of_Box3d_(ref Tensor value) method CodeTensor_of_Euclidean3f_ (line 4289) | public void CodeTensor_of_Euclidean3f_(ref Tensor value) method CodeTensor_of_Euclidean3d_ (line 4298) | public void CodeTensor_of_Euclidean3d_(ref Tensor value) method CodeTensor_of_Rot2f_ (line 4307) | public void CodeTensor_of_Rot2f_(ref Tensor value) method CodeTensor_of_Rot2d_ (line 4316) | public void CodeTensor_of_Rot2d_(ref Tensor value) method CodeTensor_of_Rot3f_ (line 4325) | public void CodeTensor_of_Rot3f_(ref Tensor value) method CodeTensor_of_Rot3d_ (line 4334) | public void CodeTensor_of_Rot3d_(ref Tensor value) method CodeTensor_of_Scale3f_ (line 4343) | public void CodeTensor_of_Scale3f_(ref Tensor value) method CodeTensor_of_Scale3d_ (line 4352) | public void CodeTensor_of_Scale3d_(ref Tensor value) method CodeTensor_of_Shift3f_ (line 4361) | public void CodeTensor_of_Shift3f_(ref Tensor value) method CodeTensor_of_Shift3d_ (line 4370) | public void CodeTensor_of_Shift3d_(ref Tensor value) method CodeTensor_of_Trafo2f_ (line 4379) | public void CodeTensor_of_Trafo2f_(ref Tensor value) method CodeTensor_of_Trafo2d_ (line 4388) | public void CodeTensor_of_Trafo2d_(ref Tensor value) method CodeTensor_of_Trafo3f_ (line 4397) | public void CodeTensor_of_Trafo3f_(ref Tensor value) method CodeTensor_of_Trafo3d_ (line 4406) | public void CodeTensor_of_Trafo3d_(ref Tensor value) method CodeTensor_of_Bool_ (line 4415) | public void CodeTensor_of_Bool_(ref Tensor value) method CodeTensor_of_Char_ (line 4424) | public void CodeTensor_of_Char_(ref Tensor value) method CodeTensor_of_String_ (line 4433) | public void CodeTensor_of_String_(ref Tensor value) method CodeTensor_of_Type_ (line 4442) | public void CodeTensor_of_Type_(ref Tensor value) method CodeTensor_of_Guid_ (line 4451) | public void CodeTensor_of_Guid_(ref Tensor value) method CodeTensor_of_Symbol_ (line 4460) | public void CodeTensor_of_Symbol_(ref Tensor value) method CodeTensor_of_Circle2d_ (line 4469) | public void CodeTensor_of_Circle2d_(ref Tensor value) method CodeTensor_of_Line2d_ (line 4478) | public void CodeTensor_of_Line2d_(ref Tensor value) method CodeTensor_of_Line3d_ (line 4487) | public void CodeTensor_of_Line3d_(ref Tensor value) method CodeTensor_of_Plane2d_ (line 4496) | public void CodeTensor_of_Plane2d_(ref Tensor value) method CodeTensor_of_Plane3d_ (line 4505) | public void CodeTensor_of_Plane3d_(ref Tensor value) method CodeTensor_of_PlaneWithPoint3d_ (line 4514) | public void CodeTensor_of_PlaneWithPoint3d_(ref Tensor value) method CodeTensor_of_Quad3d_ (line 4532) | public void CodeTensor_of_Quad3d_(ref Tensor value) method CodeTensor_of_Ray2d_ (line 4541) | public void CodeTensor_of_Ray2d_(ref Tensor value) method CodeTensor_of_Ray3d_ (line 4550) | public void CodeTensor_of_Ray3d_(ref Tensor value) method CodeTensor_of_Sphere3d_ (line 4559) | public void CodeTensor_of_Sphere3d_(ref Tensor value) method CodeTensor_of_Triangle2d_ (line 4568) | public void CodeTensor_of_Triangle2d_(ref Tensor value) method CodeTensor_of_Triangle3d_ (line 4577) | public void CodeTensor_of_Triangle3d_(ref Tensor value) method CodeTensor_of_Circle2f_ (line 4586) | public void CodeTensor_of_Circle2f_(ref Tensor value) method CodeTensor_of_Line2f_ (line 4595) | public void CodeTensor_of_Line2f_(ref Tensor value) method CodeTensor_of_Line3f_ (line 4604) | public void CodeTensor_of_Line3f_(ref Tensor value) method CodeTensor_of_Plane2f_ (line 4613) | public void CodeTensor_of_Plane2f_(ref Tensor value) method CodeTensor_of_Plane3f_ (line 4622) | public void CodeTensor_of_Plane3f_(ref Tensor value) method CodeTensor_of_PlaneWithPoint3f_ (line 4631) | public void CodeTensor_of_PlaneWithPoint3f_(ref Tensor value) method CodeTensor_of_Quad3f_ (line 4649) | public void CodeTensor_of_Quad3f_(ref Tensor value) method CodeTensor_of_Ray2f_ (line 4658) | public void CodeTensor_of_Ray2f_(ref Tensor value) method CodeTensor_of_Ray3f_ (line 4667) | public void CodeTensor_of_Ray3f_(ref Tensor value) method CodeTensor_of_Sphere3f_ (line 4676) | public void CodeTensor_of_Sphere3f_(ref Tensor value) method CodeTensor_of_Triangle2f_ (line 4685) | public void CodeTensor_of_Triangle2f_(ref Tensor value) method CodeTensor_of_Triangle3f_ (line 4694) | public void CodeTensor_of_Triangle3f_(ref Tensor value) method CodeV2iArray (line 4707) | public void CodeV2iArray(ref V2i[] value) method CodeV2uiArray (line 4714) | public void CodeV2uiArray(ref V2ui[] value) method CodeV2lArray (line 4721) | public void CodeV2lArray(ref V2l[] value) method CodeV2fArray (line 4728) | public void CodeV2fArray(ref V2f[] value) method CodeV2dArray (line 4735) | public void CodeV2dArray(ref V2d[] value) method CodeV3iArray (line 4742) | public void CodeV3iArray(ref V3i[] value) method CodeV3uiArray (line 4749) | public void CodeV3uiArray(ref V3ui[] value) method CodeV3lArray (line 4756) | public void CodeV3lArray(ref V3l[] value) method CodeV3fArray (line 4763) | public void CodeV3fArray(ref V3f[] value) method CodeV3dArray (line 4770) | public void CodeV3dArray(ref V3d[] value) method CodeV4iArray (line 4777) | public void CodeV4iArray(ref V4i[] value) method CodeV4uiArray (line 4784) | public void CodeV4uiArray(ref V4ui[] value) method CodeV4lArray (line 4791) | public void CodeV4lArray(ref V4l[] value) method CodeV4fArray (line 4798) | public void CodeV4fArray(ref V4f[] value) method CodeV4dArray (line 4805) | public void CodeV4dArray(ref V4d[] value) method CodeM22iArray (line 4812) | public void CodeM22iArray(ref M22i[] value) method CodeM22lArray (line 4819) | public void CodeM22lArray(ref M22l[] value) method CodeM22fArray (line 4826) | public void CodeM22fArray(ref M22f[] value) method CodeM22dArray (line 4833) | public void CodeM22dArray(ref M22d[] value) method CodeM23iArray (line 4840) | public void CodeM23iArray(ref M23i[] value) method CodeM23lArray (line 4847) | public void CodeM23lArray(ref M23l[] value) method CodeM23fArray (line 4854) | public void CodeM23fArray(ref M23f[] value) method CodeM23dArray (line 4861) | public void CodeM23dArray(ref M23d[] value) method CodeM33iArray (line 4868) | public void CodeM33iArray(ref M33i[] value) method CodeM33lArray (line 4875) | public void CodeM33lArray(ref M33l[] value) method CodeM33fArray (line 4882) | public void CodeM33fArray(ref M33f[] value) method CodeM33dArray (line 4889) | public void CodeM33dArray(ref M33d[] value) method CodeM34iArray (line 4896) | public void CodeM34iArray(ref M34i[] value) method CodeM34lArray (line 4903) | public void CodeM34lArray(ref M34l[] value) method CodeM34fArray (line 4910) | public void CodeM34fArray(ref M34f[] value) method CodeM34dArray (line 4917) | public void CodeM34dArray(ref M34d[] value) method CodeM44iArray (line 4924) | public void CodeM44iArray(ref M44i[] value) method CodeM44lArray (line 4931) | public void CodeM44lArray(ref M44l[] value) method CodeM44fArray (line 4938) | public void CodeM44fArray(ref M44f[] value) method CodeM44dArray (line 4945) | public void CodeM44dArray(ref M44d[] value) method CodeRange1bArray (line 4952) | public void CodeRange1bArray(ref Range1b[] value) method CodeRange1sbArray (line 4959) | public void CodeRange1sbArray(ref Range1sb[] value) method CodeRange1sArray (line 4966) | public void CodeRange1sArray(ref Range1s[] value) method CodeRange1usArray (line 4973) | public void CodeRange1usArray(ref Range1us[] value) method CodeRange1iArray (line 4980) | public void CodeRange1iArray(ref Range1i[] value) method CodeRange1uiArray (line 4987) | public void CodeRange1uiArray(ref Range1ui[] value) method CodeRange1lArray (line 4994) | public void CodeRange1lArray(ref Range1l[] value) method CodeRange1ulArray (line 5001) | public void CodeRange1ulArray(ref Range1ul[] value) method CodeRange1fArray (line 5008) | public void CodeRange1fArray(ref Range1f[] value) method CodeRange1dArray (line 5015) | public void CodeRange1dArray(ref Range1d[] value) method CodeBox2iArray (line 5022) | public void CodeBox2iArray(ref Box2i[] value) method CodeBox2lArray (line 5029) | public void CodeBox2lArray(ref Box2l[] value) method CodeBox2fArray (line 5036) | public void CodeBox2fArray(ref Box2f[] value) method CodeBox2dArray (line 5043) | public void CodeBox2dArray(ref Box2d[] value) method CodeBox3iArray (line 5050) | public void CodeBox3iArray(ref Box3i[] value) method CodeBox3lArray (line 5057) | public void CodeBox3lArray(ref Box3l[] value) method CodeBox3fArray (line 5064) | public void CodeBox3fArray(ref Box3f[] value) method CodeBox3dArray (line 5071) | public void CodeBox3dArray(ref Box3d[] value) method CodeC3bArray (line 5078) | public void CodeC3bArray(ref C3b[] value) method CodeC3usArray (line 5085) | public void CodeC3usArray(ref C3us[] value) method CodeC3uiArray (line 5092) | public void CodeC3uiArray(ref C3ui[] value) method CodeC3fArray (line 5099) | public void CodeC3fArray(ref C3f[] value) method CodeC3dArray (line 5106) | public void CodeC3dArray(ref C3d[] value) method CodeC4bArray (line 5113) | public void CodeC4bArray(ref C4b[] value) method CodeC4usArray (line 5120) | public void CodeC4usArray(ref C4us[] value) method CodeC4uiArray (line 5127) | public void CodeC4uiArray(ref C4ui[] value) method CodeC4fArray (line 5134) | public void CodeC4fArray(ref C4f[] value) method CodeC4dArray (line 5141) | public void CodeC4dArray(ref C4d[] value) method CodeEuclidean3fArray (line 5148) | public void CodeEuclidean3fArray(ref Euclidean3f[] value) method CodeEuclidean3dArray (line 5155) | public void CodeEuclidean3dArray(ref Euclidean3d[] value) method CodeRot2fArray (line 5162) | public void CodeRot2fArray(ref Rot2f[] value) method CodeRot2dArray (line 5169) | public void CodeRot2dArray(ref Rot2d[] value) method CodeRot3fArray (line 5176) | public void CodeRot3fArray(ref Rot3f[] value) method CodeRot3dArray (line 5183) | public void CodeRot3dArray(ref Rot3d[] value) method CodeScale3fArray (line 5190) | public void CodeScale3fArray(ref Scale3f[] value) method CodeScale3dArray (line 5197) | public void CodeScale3dArray(ref Scale3d[] value) method CodeShift3fArray (line 5204) | public void CodeShift3fArray(ref Shift3f[] value) method CodeShift3dArray (line 5211) | public void CodeShift3dArray(ref Shift3d[] value) method CodeTrafo2fArray (line 5218) | public void CodeTrafo2fArray(ref Trafo2f[] value) method CodeTrafo2dArray (line 5225) | public void CodeTrafo2dArray(ref Trafo2d[] value) method CodeTrafo3fArray (line 5232) | public void CodeTrafo3fArray(ref Trafo3f[] value) method CodeTrafo3dArray (line 5239) | public void CodeTrafo3dArray(ref Trafo3d[] value) method CodeCircle2dArray (line 5246) | public void CodeCircle2dArray(ref Circle2d[] value) method CodeLine2dArray (line 5253) | public void CodeLine2dArray(ref Line2d[] value) method CodeLine3dArray (line 5260) | public void CodeLine3dArray(ref Line3d[] value) method CodePlane2dArray (line 5267) | public void CodePlane2dArray(ref Plane2d[] value) method CodePlane3dArray (line 5274) | public void CodePlane3dArray(ref Plane3d[] value) method CodePlaneWithPoint3dArray (line 5281) | public void CodePlaneWithPoint3dArray(ref PlaneWithPoint3d[] value) method CodeQuad2dArray (line 5288) | public void CodeQuad2dArray(ref Quad2d[] value) method CodeQuad3dArray (line 5295) | public void CodeQuad3dArray(ref Quad3d[] value) method CodeRay2dArray (line 5302) | public void CodeRay2dArray(ref Ray2d[] value) method CodeRay3dArray (line 5309) | public void CodeRay3dArray(ref Ray3d[] value) method CodeSphere3dArray (line 5316) | public void CodeSphere3dArray(ref Sphere3d[] value) method CodeTriangle2dArray (line 5323) | public void CodeTriangle2dArray(ref Triangle2d[] value) method CodeTriangle3dArray (line 5330) | public void CodeTriangle3dArray(ref Triangle3d[] value) method CodeCircle2fArray (line 5337) | public void CodeCircle2fArray(ref Circle2f[] value) method CodeLine2fArray (line 5344) | public void CodeLine2fArray(ref Line2f[] value) method CodeLine3fArray (line 5351) | public void CodeLine3fArray(ref Line3f[] value) method CodePlane2fArray (line 5358) | public void CodePlane2fArray(ref Plane2f[] value) method CodePlane3fArray (line 5365) | public void CodePlane3fArray(ref Plane3f[] value) method CodePlaneWithPoint3fArray (line 5372) | public void CodePlaneWithPoint3fArray(ref PlaneWithPoint3f[] value) method CodeQuad2fArray (line 5379) | public void CodeQuad2fArray(ref Quad2f[] value) method CodeQuad3fArray (line 5386) | public void CodeQuad3fArray(ref Quad3f[] value) method CodeRay2fArray (line 5393) | public void CodeRay2fArray(ref Ray2f[] value) method CodeRay3fArray (line 5400) | public void CodeRay3fArray(ref Ray3f[] value) method CodeSphere3fArray (line 5407) | public void CodeSphere3fArray(ref Sphere3f[] value) method CodeTriangle2fArray (line 5414) | public void CodeTriangle2fArray(ref Triangle2f[] value) method CodeTriangle3fArray (line 5421) | public void CodeTriangle3fArray(ref Triangle3f[] value) method CodeVector_of_Byte_Array (line 5428) | public void CodeVector_of_Byte_Array(ref Vector[] value) method CodeVector_of_SByte_Array (line 5435) | public void CodeVector_of_SByte_Array(ref Vector[] value) method CodeVector_of_Short_Array (line 5442) | public void CodeVector_of_Short_Array(ref Vector[] value) method CodeVector_of_UShort_Array (line 5449) | public void CodeVector_of_UShort_Array(ref Vector[] value) method CodeVector_of_Int_Array (line 5456) | public void CodeVector_of_Int_Array(ref Vector[] value) method CodeVector_of_UInt_Array (line 5463) | public void CodeVector_of_UInt_Array(ref Vector[] value) method CodeVector_of_Long_Array (line 5470) | public void CodeVector_of_Long_Array(ref Vector[] value) method CodeVector_of_ULong_Array (line 5477) | public void CodeVector_of_ULong_Array(ref Vector[] value) method CodeVector_of_Float_Array (line 5484) | public void CodeVector_of_Float_Array(ref Vector[] value) method CodeVector_of_Double_Array (line 5491) | public void CodeVector_of_Double_Array(ref Vector[] value) method CodeVector_of_Fraction_Array (line 5498) | public void CodeVector_of_Fraction_Array(ref Vector[] value) method CodeVector_of_V2i_Array (line 5505) | public void CodeVector_of_V2i_Array(ref Vector[] value) method CodeVector_of_V2l_Array (line 5512) | public void CodeVector_of_V2l_Array(ref Vector[] value) method CodeVector_of_V2f_Array (line 5519) | public void CodeVector_of_V2f_Array(ref Vector[] value) method CodeVector_of_V2d_Array (line 5526) | public void CodeVector_of_V2d_Array(ref Vector[] value) method CodeVector_of_V3i_Array (line 5533) | public void CodeVector_of_V3i_Array(ref Vector[] value) method CodeVector_of_V3l_Array (line 5540) | public void CodeVector_of_V3l_Array(ref Vector[] value) method CodeVector_of_V3f_Array (line 5547) | public void CodeVector_of_V3f_Array(ref Vector[] value) method CodeVector_of_V3d_Array (line 5554) | public void CodeVector_of_V3d_Array(ref Vector[] value) method CodeVector_of_V4i_Array (line 5561) | public void CodeVector_of_V4i_Array(ref Vector[] value) method CodeVector_of_V4l_Array (line 5568) | public void CodeVector_of_V4l_Array(ref Vector[] value) method CodeVector_of_V4f_Array (line 5575) | public void CodeVector_of_V4f_Array(ref Vector[] value) method CodeVector_of_V4d_Array (line 5582) | public void CodeVector_of_V4d_Array(ref Vector[] value) method CodeVector_of_M22i_Array (line 5589) | public void CodeVector_of_M22i_Array(ref Vector[] value) method CodeVector_of_M22l_Array (line 5596) | public void CodeVector_of_M22l_Array(ref Vector[] value) method CodeVector_of_M22f_Array (line 5603) | public void CodeVector_of_M22f_Array(ref Vector[] value) method CodeVector_of_M22d_Array (line 5610) | public void CodeVector_of_M22d_Array(ref Vector[] value) method CodeVector_of_M23i_Array (line 5617) | public void CodeVector_of_M23i_Array(ref Vector[] value) method CodeVector_of_M23l_Array (line 5624) | public void CodeVector_of_M23l_Array(ref Vector[] value) method CodeVector_of_M23f_Array (line 5631) | public void CodeVector_of_M23f_Array(ref Vector[] value) method CodeVector_of_M23d_Array (line 5638) | public void CodeVector_of_M23d_Array(ref Vector[] value) method CodeVector_of_M33i_Array (line 5645) | public void CodeVector_of_M33i_Array(ref Vector[] value) method CodeVector_of_M33l_Array (line 5652) | public void CodeVector_of_M33l_Array(ref Vector[] value) method CodeVector_of_M33f_Array (line 5659) | public void CodeVector_of_M33f_Array(ref Vector[] value) method CodeVector_of_M33d_Array (line 5666) | public void CodeVector_of_M33d_Array(ref Vector[] value) method CodeVector_of_M34i_Array (line 5673) | public void CodeVector_of_M34i_Array(ref Vector[] value) method CodeVector_of_M34l_Array (line 5680) | public void CodeVector_of_M34l_Array(ref Vector[] value) method CodeVector_of_M34f_Array (line 5687) | public void CodeVector_of_M34f_Array(ref Vector[] value) method CodeVector_of_M34d_Array (line 5694) | public void CodeVector_of_M34d_Array(ref Vector[] value) method CodeVector_of_M44i_Array (line 5701) | public void CodeVector_of_M44i_Array(ref Vector[] value) method CodeVector_of_M44l_Array (line 5708) | public void CodeVector_of_M44l_Array(ref Vector[] value) method CodeVector_of_M44f_Array (line 5715) | public void CodeVector_of_M44f_Array(ref Vector[] value) method CodeVector_of_M44d_Array (line 5722) | public void CodeVector_of_M44d_Array(ref Vector[] value) method CodeVector_of_C3b_Array (line 5729) | public void CodeVector_of_C3b_Array(ref Vector[] value) method CodeVector_of_C3us_Array (line 5736) | public void CodeVector_of_C3us_Array(ref Vector[] value) method CodeVector_of_C3ui_Array (line 5743) | public void CodeVector_of_C3ui_Array(ref Vector[] value) method CodeVector_of_C3f_Array (line 5750) | public void CodeVector_of_C3f_Array(ref Vector[] value) method CodeVector_of_C3d_Array (line 5757) | public void CodeVector_of_C3d_Array(ref Vector[] value) method CodeVector_of_C4b_Array (line 5764) | public void CodeVector_of_C4b_Array(ref Vector[] value) method CodeVector_of_C4us_Array (line 5771) | public void CodeVector_of_C4us_Array(ref Vector[] value) method CodeVector_of_C4ui_Array (line 5778) | public void CodeVector_of_C4ui_Array(ref Vector[] value) method CodeVector_of_C4f_Array (line 5785) | public void CodeVector_of_C4f_Array(ref Vector[] value) method CodeVector_of_C4d_Array (line 5792) | public void CodeVector_of_C4d_Array(ref Vector[] value) method CodeVector_of_Range1b_Array (line 5799) | public void CodeVector_of_Range1b_Array(ref Vector[] value) method CodeVector_of_Range1sb_Array (line 5806) | public void CodeVector_of_Range1sb_Array(ref Vector[] value) method CodeVector_of_Range1s_Array (line 5813) | public void CodeVector_of_Range1s_Array(ref Vector[] value) method CodeVector_of_Range1us_Array (line 5820) | public void CodeVector_of_Range1us_Array(ref Vector[] value) method CodeVector_of_Range1i_Array (line 5827) | public void CodeVector_of_Range1i_Array(ref Vector[] value) method CodeVector_of_Range1ui_Array (line 5834) | public void CodeVector_of_Range1ui_Array(ref Vector[] value) method CodeVector_of_Range1l_Array (line 5841) | public void CodeVector_of_Range1l_Array(ref Vector[] value) method CodeVector_of_Range1ul_Array (line 5848) | public void CodeVector_of_Range1ul_Array(ref Vector[] value) method CodeVector_of_Range1f_Array (line 5855) | public void CodeVector_of_Range1f_Array(ref Vector[] value) method CodeVector_of_Range1d_Array (line 5862) | public void CodeVector_of_Range1d_Array(ref Vector[] value) method CodeVector_of_Box2i_Array (line 5869) | public void CodeVector_of_Box2i_Array(ref Vector[] value) method CodeVector_of_Box2l_Array (line 5876) | public void CodeVector_of_Box2l_Array(ref Vector[] value) method CodeVector_of_Box2f_Array (line 5883) | public void CodeVector_of_Box2f_Array(ref Vector[] value) method CodeVector_of_Box2d_Array (line 5890) | public void CodeVector_of_Box2d_Array(ref Vector[] value) method CodeVector_of_Box3i_Array (line 5897) | public void CodeVector_of_Box3i_Array(ref Vector[] value) method CodeVector_of_Box3l_Array (line 5904) | public void CodeVector_of_Box3l_Array(ref Vector[] value) method CodeVector_of_Box3f_Array (line 5911) | public void CodeVector_of_Box3f_Array(ref Vector[] value) method CodeVector_of_Box3d_Array (line 5918) | public void CodeVector_of_Box3d_Array(ref Vector[] value) method CodeVector_of_Euclidean3f_Array (line 5925) | public void CodeVector_of_Euclidean3f_Array(ref Vector[] ... method CodeVector_of_Euclidean3d_Array (line 5932) | public void CodeVector_of_Euclidean3d_Array(ref Vector[] ... method CodeVector_of_Rot2f_Array (line 5939) | public void CodeVector_of_Rot2f_Array(ref Vector[] value) method CodeVector_of_Rot2d_Array (line 5946) | public void CodeVector_of_Rot2d_Array(ref Vector[] value) method CodeVector_of_Rot3f_Array (line 5953) | public void CodeVector_of_Rot3f_Array(ref Vector[] value) method CodeVector_of_Rot3d_Array (line 5960) | public void CodeVector_of_Rot3d_Array(ref Vector[] value) method CodeVector_of_Scale3f_Array (line 5967) | public void CodeVector_of_Scale3f_Array(ref Vector[] value) method CodeVector_of_Scale3d_Array (line 5974) | public void CodeVector_of_Scale3d_Array(ref Vector[] value) method CodeVector_of_Shift3f_Array (line 5981) | public void CodeVector_of_Shift3f_Array(ref Vector[] value) method CodeVector_of_Shift3d_Array (line 5988) | public void CodeVector_of_Shift3d_Array(ref Vector[] value) method CodeVector_of_Trafo2f_Array (line 5995) | public void CodeVector_of_Trafo2f_Array(ref Vector[] value) method CodeVector_of_Trafo2d_Array (line 6002) | public void CodeVector_of_Trafo2d_Array(ref Vector[] value) method CodeVector_of_Trafo3f_Array (line 6009) | public void CodeVector_of_Trafo3f_Array(ref Vector[] value) method CodeVector_of_Trafo3d_Array (line 6016) | public void CodeVector_of_Trafo3d_Array(ref Vector[] value) method CodeVector_of_Bool_Array (line 6023) | public void CodeVector_of_Bool_Array(ref Vector[] value) method CodeVector_of_Char_Array (line 6030) | public void CodeVector_of_Char_Array(ref Vector[] value) method CodeVector_of_String_Array (line 6037) | public void CodeVector_of_String_Array(ref Vector[] value) method CodeVector_of_Type_Array (line 6044) | public void CodeVector_of_Type_Array(ref Vector[] value) method CodeVector_of_Guid_Array (line 6051) | public void CodeVector_of_Guid_Array(ref Vector[] value) method CodeVector_of_Symbol_Array (line 6058) | public void CodeVector_of_Symbol_Array(ref Vector[] value) method CodeVector_of_Circle2d_Array (line 6065) | public void CodeVector_of_Circle2d_Array(ref Vector[] value) method CodeVector_of_Line2d_Array (line 6072) | public void CodeVector_of_Line2d_Array(ref Vector[] value) method CodeVector_of_Line3d_Array (line 6079) | public void CodeVector_of_Line3d_Array(ref Vector[] value) method CodeVector_of_Plane2d_Array (line 6086) | public void CodeVector_of_Plane2d_Array(ref Vector[] value) method CodeVector_of_Plane3d_Array (line 6093) | public void CodeVector_of_Plane3d_Array(ref Vector[] value) method CodeVector_of_PlaneWithPoint3d_Array (line 6100) | public void CodeVector_of_PlaneWithPoint3d_Array(ref Vector[] value) method CodeVector_of_Quad3d_Array (line 6114) | public void CodeVector_of_Quad3d_Array(ref Vector[] value) method CodeVector_of_Ray2d_Array (line 6121) | public void CodeVector_of_Ray2d_Array(ref Vector[] value) method CodeVector_of_Ray3d_Array (line 6128) | public void CodeVector_of_Ray3d_Array(ref Vector[] value) method CodeVector_of_Sphere3d_Array (line 6135) | public void CodeVector_of_Sphere3d_Array(ref Vector[] value) method CodeVector_of_Triangle2d_Array (line 6142) | public void CodeVector_of_Triangle2d_Array(ref Vector[] va... method CodeVector_of_Triangle3d_Array (line 6149) | public void CodeVector_of_Triangle3d_Array(ref Vector[] va... method CodeVector_of_Circle2f_Array (line 6156) | public void CodeVector_of_Circle2f_Array(ref Vector[] value) method CodeVector_of_Line2f_Array (line 6163) | public void CodeVector_of_Line2f_Array(ref Vector[] value) method CodeVector_of_Line3f_Array (line 6170) | public void CodeVector_of_Line3f_Array(ref Vector[] value) method CodeVector_of_Plane2f_Array (line 6177) | public void CodeVector_of_Plane2f_Array(ref Vector[] value) method CodeVector_of_Plane3f_Array (line 6184) | public void CodeVector_of_Plane3f_Array(ref Vector[] value) method CodeVector_of_PlaneWithPoint3f_Array (line 6191) | public void CodeVector_of_PlaneWithPoint3f_Array(ref Vector[] value) method CodeVector_of_Quad3f_Array (line 6205) | public void CodeVector_of_Quad3f_Array(ref Vector[] value) method CodeVector_of_Ray2f_Array (line 6212) | public void CodeVector_of_Ray2f_Array(ref Vector[] value) method CodeVector_of_Ray3f_Array (line 6219) | public void CodeVector_of_Ray3f_Array(ref Vector[] value) method CodeVector_of_Sphere3f_Array (line 6226) | public void CodeVector_of_Sphere3f_Array(ref Vector[] value) method CodeVector_of_Triangle2f_Array (line 6233) | public void CodeVector_of_Triangle2f_Array(ref Vector[] va... method CodeVector_of_Triangle3f_Array (line 6240) | public void CodeVector_of_Triangle3f_Array(ref Vector[] va... method CodeMatrix_of_Byte_Array (line 6247) | public void CodeMatrix_of_Byte_Array(ref Matrix[] value) method CodeMatrix_of_SByte_Array (line 6254) | public void CodeMatrix_of_SByte_Array(ref Matrix[] value) method CodeMatrix_of_Short_Array (line 6261) | public void CodeMatrix_of_Short_Array(ref Matrix[] value) method CodeMatrix_of_UShort_Array (line 6268) | public void CodeMatrix_of_UShort_Array(ref Matrix[] value) method CodeMatrix_of_Int_Array (line 6275) | public void CodeMatrix_of_Int_Array(ref Matrix[] value) method CodeMatrix_of_UInt_Array (line 6282) | public void CodeMatrix_of_UInt_Array(ref Matrix[] value) method CodeMatrix_of_Long_Array (line 6289) | public void CodeMatrix_of_Long_Array(ref Matrix[] value) method CodeMatrix_of_ULong_Array (line 6296) | public void CodeMatrix_of_ULong_Array(ref Matrix[] value) method CodeMatrix_of_Float_Array (line 6303) | public void CodeMatrix_of_Float_Array(ref Matrix[] value) method CodeMatrix_of_Double_Array (line 6310) | public void CodeMatrix_of_Double_Array(ref Matrix[] value) method CodeMatrix_of_Fraction_Array (line 6317) | public void CodeMatrix_of_Fraction_Array(ref Matrix[] value) method CodeMatrix_of_V2i_Array (line 6324) | public void CodeMatrix_of_V2i_Array(ref Matrix[] value) method CodeMatrix_of_V2l_Array (line 6331) | public void CodeMatrix_of_V2l_Array(ref Matrix[] value) method CodeMatrix_of_V2f_Array (line 6338) | public void CodeMatrix_of_V2f_Array(ref Matrix[] value) method CodeMatrix_of_V2d_Array (line 6345) | public void CodeMatrix_of_V2d_Array(ref Matrix[] value) method CodeMatrix_of_V3i_Array (line 6352) | public void CodeMatrix_of_V3i_Array(ref Matrix[] value) method CodeMatrix_of_V3l_Array (line 6359) | public void CodeMatrix_of_V3l_Array(ref Matrix[] value) method CodeMatrix_of_V3f_Array (line 6366) | public void CodeMatrix_of_V3f_Array(ref Matrix[] value) method CodeMatrix_of_V3d_Array (line 6373) | public void CodeMatrix_of_V3d_Array(ref Matrix[] value) method CodeMatrix_of_V4i_Array (line 6380) | public void CodeMatrix_of_V4i_Array(ref Matrix[] value) method CodeMatrix_of_V4l_Array (line 6387) | public void CodeMatrix_of_V4l_Array(ref Matrix[] value) method CodeMatrix_of_V4f_Array (line 6394) | public void CodeMatrix_of_V4f_Array(ref Matrix[] value) method CodeMatrix_of_V4d_Array (line 6401) | public void CodeMatrix_of_V4d_Array(ref Matrix[] value) method CodeMatrix_of_M22i_Array (line 6408) | public void CodeMatrix_of_M22i_Array(ref Matrix[] value) method CodeMatrix_of_M22l_Array (line 6415) | public void CodeMatrix_of_M22l_Array(ref Matrix[] value) method CodeMatrix_of_M22f_Array (line 6422) | public void CodeMatrix_of_M22f_Array(ref Matrix[] value) method CodeMatrix_of_M22d_Array (line 6429) | public void CodeMatrix_of_M22d_Array(ref Matrix[] value) method CodeMatrix_of_M23i_Array (line 6436) | public void CodeMatrix_of_M23i_Array(ref Matrix[] value) method CodeMatrix_of_M23l_Array (line 6443) | public void CodeMatrix_of_M23l_Array(ref Matrix[] value) method CodeMatrix_of_M23f_Array (line 6450) | public void CodeMatrix_of_M23f_Array(ref Matrix[] value) method CodeMatrix_of_M23d_Array (line 6457) | public void CodeMatrix_of_M23d_Array(ref Matrix[] value) method CodeMatrix_of_M33i_Array (line 6464) | public void CodeMatrix_of_M33i_Array(ref Matrix[] value) method CodeMatrix_of_M33l_Array (line 6471) | public void CodeMatrix_of_M33l_Array(ref Matrix[] value) method CodeMatrix_of_M33f_Array (line 6478) | public void CodeMatrix_of_M33f_Array(ref Matrix[] value) method CodeMatrix_of_M33d_Array (line 6485) | public void CodeMatrix_of_M33d_Array(ref Matrix[] value) method CodeMatrix_of_M34i_Array (line 6492) | public void CodeMatrix_of_M34i_Array(ref Matrix[] value) method CodeMatrix_of_M34l_Array (line 6499) | public void CodeMatrix_of_M34l_Array(ref Matrix[] value) method CodeMatrix_of_M34f_Array (line 6506) | public void CodeMatrix_of_M34f_Array(ref Matrix[] value) method CodeMatrix_of_M34d_Array (line 6513) | public void CodeMatrix_of_M34d_Array(ref Matrix[] value) method CodeMatrix_of_M44i_Array (line 6520) | public void CodeMatrix_of_M44i_Array(ref Matrix[] value) method CodeMatrix_of_M44l_Array (line 6527) | public void CodeMatrix_of_M44l_Array(ref Matrix[] value) method CodeMatrix_of_M44f_Array (line 6534) | public void CodeMatrix_of_M44f_Array(ref Matrix[] value) method CodeMatrix_of_M44d_Array (line 6541) | public void CodeMatrix_of_M44d_Array(ref Matrix[] value) method CodeMatrix_of_C3b_Array (line 6548) | public void CodeMatrix_of_C3b_Array(ref Matrix[] value) method CodeMatrix_of_C3us_Array (line 6555) | public void CodeMatrix_of_C3us_Array(ref Matrix[] value) method CodeMatrix_of_C3ui_Array (line 6562) | public void CodeMatrix_of_C3ui_Array(ref Matrix[] value) method CodeMatrix_of_C3f_Array (line 6569) | public void CodeMatrix_of_C3f_Array(ref Matrix[] value) method CodeMatrix_of_C3d_Array (line 6576) | public void CodeMatrix_of_C3d_Array(ref Matrix[] value) method CodeMatrix_of_C4b_Array (line 6583) | public void CodeMatrix_of_C4b_Array(ref Matrix[] value) method CodeMatrix_of_C4us_Array (line 6590) | public void CodeMatrix_of_C4us_Array(ref Matrix[] value) method CodeMatrix_of_C4ui_Array (line 6597) | public void CodeMatrix_of_C4ui_Array(ref Matrix[] value) method CodeMatrix_of_C4f_Array (line 6604) | public void CodeMatrix_of_C4f_Array(ref Matrix[] value) method CodeMatrix_of_C4d_Array (line 6611) | public void CodeMatrix_of_C4d_Array(ref Matrix[] value) method CodeMatrix_of_Range1b_Array (line 6618) | public void CodeMatrix_of_Range1b_Array(ref Matrix[] value) method CodeMatrix_of_Range1sb_Array (line 6625) | public void CodeMatrix_of_Range1sb_Array(ref Matrix[] value) method CodeMatrix_of_Range1s_Array (line 6632) | public void CodeMatrix_of_Range1s_Array(ref Matrix[] value) method CodeMatrix_of_Range1us_Array (line 6639) | public void CodeMatrix_of_Range1us_Array(ref Matrix[] value) method CodeMatrix_of_Range1i_Array (line 6646) | public void CodeMatrix_of_Range1i_Array(ref Matrix[] value) method CodeMatrix_of_Range1ui_Array (line 6653) | public void CodeMatrix_of_Range1ui_Array(ref Matrix[] value) method CodeMatrix_of_Range1l_Array (line 6660) | public void CodeMatrix_of_Range1l_Array(ref Matrix[] value) method CodeMatrix_of_Range1ul_Array (line 6667) | public void CodeMatrix_of_Range1ul_Array(ref Matrix[] value) method CodeMatrix_of_Range1f_Array (line 6674) | public void CodeMatrix_of_Range1f_Array(ref Matrix[] value) method CodeMatrix_of_Range1d_Array (line 6681) | public void CodeMatrix_of_Range1d_Array(ref Matrix[] value) method CodeMatrix_of_Box2i_Array (line 6688) | public void CodeMatrix_of_Box2i_Array(ref Matrix[] value) method CodeMatrix_of_Box2l_Array (line 6695) | public void CodeMatrix_of_Box2l_Array(ref Matrix[] value) method CodeMatrix_of_Box2f_Array (line 6702) | public void CodeMatrix_of_Box2f_Array(ref Matrix[] value) method CodeMatrix_of_Box2d_Array (line 6709) | public void CodeMatrix_of_Box2d_Array(ref Matrix[] value) method CodeMatrix_of_Box3i_Array (line 6716) | public void CodeMatrix_of_Box3i_Array(ref Matrix[] value) method CodeMatrix_of_Box3l_Array (line 6723) | public void CodeMatrix_of_Box3l_Array(ref Matrix[] value) method CodeMatrix_of_Box3f_Array (line 6730) | public void CodeMatrix_of_Box3f_Array(ref Matrix[] value) method CodeMatrix_of_Box3d_Array (line 6737) | public void CodeMatrix_of_Box3d_Array(ref Matrix[] value) method CodeMatrix_of_Euclidean3f_Array (line 6744) | public void CodeMatrix_of_Euclidean3f_Array(ref Matrix[] ... method CodeMatrix_of_Euclidean3d_Array (line 6751) | public void CodeMatrix_of_Euclidean3d_Array(ref Matrix[] ... method CodeMatrix_of_Rot2f_Array (line 6758) | public void CodeMatrix_of_Rot2f_Array(ref Matrix[] value) method CodeMatrix_of_Rot2d_Array (line 6765) | public void CodeMatrix_of_Rot2d_Array(ref Matrix[] value) method CodeMatrix_of_Rot3f_Array (line 6772) | public void CodeMatrix_of_Rot3f_Array(ref Matrix[] value) method CodeMatrix_of_Rot3d_Array (line 6779) | public void CodeMatrix_of_Rot3d_Array(ref Matrix[] value) method CodeMatrix_of_Scale3f_Array (line 6786) | public void CodeMatrix_of_Scale3f_Array(ref Matrix[] value) method CodeMatrix_of_Scale3d_Array (line 6793) | public void CodeMatrix_of_Scale3d_Array(ref Matrix[] value) method CodeMatrix_of_Shift3f_Array (line 6800) | public void CodeMatrix_of_Shift3f_Array(ref Matrix[] value) method CodeMatrix_of_Shift3d_Array (line 6807) | public void CodeMatrix_of_Shift3d_Array(ref Matrix[] value) method CodeMatrix_of_Trafo2f_Array (line 6814) | public void CodeMatrix_of_Trafo2f_Array(ref Matrix[] value) method CodeMatrix_of_Trafo2d_Array (line 6821) | public void CodeMatrix_of_Trafo2d_Array(ref Matrix[] value) method CodeMatrix_of_Trafo3f_Array (line 6828) | public void CodeMatrix_of_Trafo3f_Array(ref Matrix[] value) method CodeMatrix_of_Trafo3d_Array (line 6835) | public void CodeMatrix_of_Trafo3d_Array(ref Matrix[] value) method CodeMatrix_of_Bool_Array (line 6842) | public void CodeMatrix_of_Bool_Array(ref Matrix[] value) method CodeMatrix_of_Char_Array (line 6849) | public void CodeMatrix_of_Char_Array(ref Matrix[] value) method CodeMatrix_of_String_Array (line 6856) | public void CodeMatrix_of_String_Array(ref Matrix[] value) method CodeMatrix_of_Type_Array (line 6863) | public void CodeMatrix_of_Type_Array(ref Matrix[] value) method CodeMatrix_of_Guid_Array (line 6870) | public void CodeMatrix_of_Guid_Array(ref Matrix[] value) method CodeMatrix_of_Symbol_Array (line 6877) | public void CodeMatrix_of_Symbol_Array(ref Matrix[] value) method CodeMatrix_of_Circle2d_Array (line 6884) | public void CodeMatrix_of_Circle2d_Array(ref Matrix[] value) method CodeMatrix_of_Line2d_Array (line 6891) | public void CodeMatrix_of_Line2d_Array(ref Matrix[] value) method CodeMatrix_of_Line3d_Array (line 6898) | public void CodeMatrix_of_Line3d_Array(ref Matrix[] value) method CodeMatrix_of_Plane2d_Array (line 6905) | public void CodeMatrix_of_Plane2d_Array(ref Matrix[] value) method CodeMatrix_of_Plane3d_Array (line 6912) | public void CodeMatrix_of_Plane3d_Array(ref Matrix[] value) method CodeMatrix_of_PlaneWithPoint3d_Array (line 6919) | public void CodeMatrix_of_PlaneWithPoint3d_Array(ref Matrix[] value) method CodeMatrix_of_Quad3d_Array (line 6933) | public void CodeMatrix_of_Quad3d_Array(ref Matrix[] value) method CodeMatrix_of_Ray2d_Array (line 6940) | public void CodeMatrix_of_Ray2d_Array(ref Matrix[] value) method CodeMatrix_of_Ray3d_Array (line 6947) | public void CodeMatrix_of_Ray3d_Array(ref Matrix[] value) method CodeMatrix_of_Sphere3d_Array (line 6954) | public void CodeMatrix_of_Sphere3d_Array(ref Matrix[] value) method CodeMatrix_of_Triangle2d_Array (line 6961) | public void CodeMatrix_of_Triangle2d_Array(ref Matrix[] va... method CodeMatrix_of_Triangle3d_Array (line 6968) | public void CodeMatrix_of_Triangle3d_Array(ref Matrix[] va... method CodeMatrix_of_Circle2f_Array (line 6975) | public void CodeMatrix_of_Circle2f_Array(ref Matrix[] value) method CodeMatrix_of_Line2f_Array (line 6982) | public void CodeMatrix_of_Line2f_Array(ref Matrix[] value) method CodeMatrix_of_Line3f_Array (line 6989) | public void CodeMatrix_of_Line3f_Array(ref Matrix[] value) method CodeMatrix_of_Plane2f_Array (line 6996) | public void CodeMatrix_of_Plane2f_Array(ref Matrix[] value) method CodeMatrix_of_Plane3f_Array (line 7003) | public void CodeMatrix_of_Plane3f_Array(ref Matrix[] value) method CodeMatrix_of_PlaneWithPoint3f_Array (line 7010) | public void CodeMatrix_of_PlaneWithPoint3f_Array(ref Matrix[] value) method CodeMatrix_of_Quad3f_Array (line 7024) | public void CodeMatrix_of_Quad3f_Array(ref Matrix[] value) method CodeMatrix_of_Ray2f_Array (line 7031) | public void CodeMatrix_of_Ray2f_Array(ref Matrix[] value) method CodeMatrix_of_Ray3f_Array (line 7038) | public void CodeMatrix_of_Ray3f_Array(ref Matrix[] value) method CodeMatrix_of_Sphere3f_Array (line 7045) | public void CodeMatrix_of_Sphere3f_Array(ref Matrix[] value) method CodeMatrix_of_Triangle2f_Array (line 7052) | public void CodeMatrix_of_Triangle2f_Array(ref Matrix[] va... method CodeMatrix_of_Triangle3f_Array (line 7059) | public void CodeMatrix_of_Triangle3f_Array(ref Matrix[] va... method CodeVolume_of_Byte_Array (line 7066) | public void CodeVolume_of_Byte_Array(ref Volume[] value) method CodeVolume_of_SByte_Array (line 7073) | public void CodeVolume_of_SByte_Array(ref Volume[] value) method CodeVolume_of_Short_Array (line 7080) | public void CodeVolume_of_Short_Array(ref Volume[] value) method CodeVolume_of_UShort_Array (line 7087) | public void CodeVolume_of_UShort_Array(ref Volume[] value) method CodeVolume_of_Int_Array (line 7094) | public void CodeVolume_of_Int_Array(ref Volume[] value) method CodeVolume_of_UInt_Array (line 7101) | public void CodeVolume_of_UInt_Array(ref Volume[] value) method CodeVolume_of_Long_Array (line 7108) | public void CodeVolume_of_Long_Array(ref Volume[] value) method CodeVolume_of_ULong_Array (line 7115) | public void CodeVolume_of_ULong_Array(ref Volume[] value) method CodeVolume_of_Float_Array (line 7122) | public void CodeVolume_of_Float_Array(ref Volume[] value) method CodeVolume_of_Double_Array (line 7129) | public void CodeVolume_of_Double_Array(ref Volume[] value) method CodeVolume_of_Fraction_Array (line 7136) | public void CodeVolume_of_Fraction_Array(ref Volume[] value) method CodeVolume_of_V2i_Array (line 7143) | public void CodeVolume_of_V2i_Array(ref Volume[] value) method CodeVolume_of_V2l_Array (line 7150) | public void CodeVolume_of_V2l_Array(ref Volume[] value) method CodeVolume_of_V2f_Array (line 7157) | public void CodeVolume_of_V2f_Array(ref Volume[] value) method CodeVolume_of_V2d_Array (line 7164) | public void CodeVolume_of_V2d_Array(ref Volume[] value) method CodeVolume_of_V3i_Array (line 7171) | public void CodeVolume_of_V3i_Array(ref Volume[] value) method CodeVolume_of_V3l_Array (line 7178) | public void CodeVolume_of_V3l_Array(ref Volume[] value) method CodeVolume_of_V3f_Array (line 7185) | public void CodeVolume_of_V3f_Array(ref Volume[] value) method CodeVolume_of_V3d_Array (line 7192) | public void CodeVolume_of_V3d_Array(ref Volume[] value) method CodeVolume_of_V4i_Array (line 7199) | public void CodeVolume_of_V4i_Array(ref Volume[] value) method CodeVolume_of_V4l_Array (line 7206) | public void CodeVolume_of_V4l_Array(ref Volume[] value) method CodeVolume_of_V4f_Array (line 7213) | public void CodeVolume_of_V4f_Array(ref Volume[] value) method CodeVolume_of_V4d_Array (line 7220) | public void CodeVolume_of_V4d_Array(ref Volume[] value) method CodeVolume_of_M22i_Array (line 7227) | public void CodeVolume_of_M22i_Array(ref Volume[] value) method CodeVolume_of_M22l_Array (line 7234) | public void CodeVolume_of_M22l_Array(ref Volume[] value) method CodeVolume_of_M22f_Array (line 7241) | public void CodeVolume_of_M22f_Array(ref Volume[] value) method CodeVolume_of_M22d_Array (line 7248) | public void CodeVolume_of_M22d_Array(ref Volume[] value) method CodeVolume_of_M23i_Array (line 7255) | public void CodeVolume_of_M23i_Array(ref Volume[] value) method CodeVolume_of_M23l_Array (line 7262) | public void CodeVolume_of_M23l_Array(ref Volume[] value) method CodeVolume_of_M23f_Array (line 7269) | public void CodeVolume_of_M23f_Array(ref Volume[] value) method CodeVolume_of_M23d_Array (line 7276) | public void CodeVolume_of_M23d_Array(ref Volume[] value) method CodeVolume_of_M33i_Array (line 7283) | public void CodeVolume_of_M33i_Array(ref Volume[] value) method CodeVolume_of_M33l_Array (line 7290) | public void CodeVolume_of_M33l_Array(ref Volume[] value) method CodeVolume_of_M33f_Array (line 7297) | public void CodeVolume_of_M33f_Array(ref Volume[] value) method CodeVolume_of_M33d_Array (line 7304) | public void CodeVolume_of_M33d_Array(ref Volume[] value) method CodeVolume_of_M34i_Array (line 7311) | public void CodeVolume_of_M34i_Array(ref Volume[] value) method CodeVolume_of_M34l_Array (line 7318) | public void CodeVolume_of_M34l_Array(ref Volume[] value) method CodeVolume_of_M34f_Array (line 7325) | public void CodeVolume_of_M34f_Array(ref Volume[] value) method CodeVolume_of_M34d_Array (line 7332) | public void CodeVolume_of_M34d_Array(ref Volume[] value) method CodeVolume_of_M44i_Array (line 7339) | public void CodeVolume_of_M44i_Array(ref Volume[] value) method CodeVolume_of_M44l_Array (line 7346) | public void CodeVolume_of_M44l_Array(ref Volume[] value) method CodeVolume_of_M44f_Array (line 7353) | public void CodeVolume_of_M44f_Array(ref Volume[] value) method CodeVolume_of_M44d_Array (line 7360) | public void CodeVolume_of_M44d_Array(ref Volume[] value) method CodeVolume_of_C3b_Array (line 7367) | public void CodeVolume_of_C3b_Array(ref Volume[] value) method CodeVolume_of_C3us_Array (line 7374) | public void CodeVolume_of_C3us_Array(ref Volume[] value) method CodeVolume_of_C3ui_Array (line 7381) | public void CodeVolume_of_C3ui_Array(ref Volume[] value) method CodeVolume_of_C3f_Array (line 7388) | public void CodeVolume_of_C3f_Array(ref Volume[] value) method CodeVolume_of_C3d_Array (line 7395) | public void CodeVolume_of_C3d_Array(ref Volume[] value) method CodeVolume_of_C4b_Array (line 7402) | public void CodeVolume_of_C4b_Array(ref Volume[] value) method CodeVolume_of_C4us_Array (line 7409) | public void CodeVolume_of_C4us_Array(ref Volume[] value) method CodeVolume_of_C4ui_Array (line 7416) | public void CodeVolume_of_C4ui_Array(ref Volume[] value) method CodeVolume_of_C4f_Array (line 7423) | public void CodeVolume_of_C4f_Array(ref Volume[] value) method CodeVolume_of_C4d_Array (line 7430) | public void CodeVolume_of_C4d_Array(ref Volume[] value) method CodeVolume_of_Range1b_Array (line 7437) | public void CodeVolume_of_Range1b_Array(ref Volume[] value) method CodeVolume_of_Range1sb_Array (line 7444) | public void CodeVolume_of_Range1sb_Array(ref Volume[] value) method CodeVolume_of_Range1s_Array (line 7451) | public void CodeVolume_of_Range1s_Array(ref Volume[] value) method CodeVolume_of_Range1us_Array (line 7458) | public void CodeVolume_of_Range1us_Array(ref Volume[] value) method CodeVolume_of_Range1i_Array (line 7465) | public void CodeVolume_of_Range1i_Array(ref Volume[] value) method CodeVolume_of_Range1ui_Array (line 7472) | public void CodeVolume_of_Range1ui_Array(ref Volume[] value) method CodeVolume_of_Range1l_Array (line 7479) | public void CodeVolume_of_Range1l_Array(ref Volume[] value) method CodeVolume_of_Range1ul_Array (line 7486) | public void CodeVolume_of_Range1ul_Array(ref Volume[] value) method CodeVolume_of_Range1f_Array (line 7493) | public void CodeVolume_of_Range1f_Array(ref Volume[] value) method CodeVolume_of_Range1d_Array (line 7500) | public void CodeVolume_of_Range1d_Array(ref Volume[] value) method CodeVolume_of_Box2i_Array (line 7507) | public void CodeVolume_of_Box2i_Array(ref Volume[] value) method CodeVolume_of_Box2l_Array (line 7514) | public void CodeVolume_of_Box2l_Array(ref Volume[] value) method CodeVolume_of_Box2f_Array (line 7521) | public void CodeVolume_of_Box2f_Array(ref Volume[] value) method CodeVolume_of_Box2d_Array (line 7528) | public void CodeVolume_of_Box2d_Array(ref Volume[] value) method CodeVolume_of_Box3i_Array (line 7535) | public void CodeVolume_of_Box3i_Array(ref Volume[] value) method CodeVolume_of_Box3l_Array (line 7542) | public void CodeVolume_of_Box3l_Array(ref Volume[] value) method CodeVolume_of_Box3f_Array (line 7549) | public void CodeVolume_of_Box3f_Array(ref Volume[] value) method CodeVolume_of_Box3d_Array (line 7556) | public void CodeVolume_of_Box3d_Array(ref Volume[] value) method CodeVolume_of_Euclidean3f_Array (line 7563) | public void CodeVolume_of_Euclidean3f_Array(ref Volume[] ... method CodeVolume_of_Euclidean3d_Array (line 7570) | public void CodeVolume_of_Euclidean3d_Array(ref Volume[] ... method CodeVolume_of_Rot2f_Array (line 7577) | public void CodeVolume_of_Rot2f_Array(ref Volume[] value) method CodeVolume_of_Rot2d_Array (line 7584) | public void CodeVolume_of_Rot2d_Array(ref Volume[] value) method CodeVolume_of_Rot3f_Array (line 7591) | public void CodeVolume_of_Rot3f_Array(ref Volume[] value) method CodeVolume_of_Rot3d_Array (line 7598) | public void CodeVolume_of_Rot3d_Array(ref Volume[] value) method CodeVolume_of_Scale3f_Array (line 7605) | public void CodeVolume_of_Scale3f_Array(ref Volume[] value) method CodeVolume_of_Scale3d_Array (line 7612) | public void CodeVolume_of_Scale3d_Array(ref Volume[] value) method CodeVolume_of_Shift3f_Array (line 7619) | public void CodeVolume_of_Shift3f_Array(ref Volume[] value) method CodeVolume_of_Shift3d_Array (line 7626) | public void CodeVolume_of_Shift3d_Array(ref Volume[] value) method CodeVolume_of_Trafo2f_Array (line 7633) | public void CodeVolume_of_Trafo2f_Array(ref Volume[] value) method CodeVolume_of_Trafo2d_Array (line 7640) | public void CodeVolume_of_Trafo2d_Array(ref Volume[] value) method CodeVolume_of_Trafo3f_Array (line 7647) | public void CodeVolume_of_Trafo3f_Array(ref Volume[] value) method CodeVolume_of_Trafo3d_Array (line 7654) | public void CodeVolume_of_Trafo3d_Array(ref Volume[] value) method CodeVolume_of_Bool_Array (line 7661) | public void CodeVolume_of_Bool_Array(ref Volume[] value) method CodeVolume_of_Char_Array (line 7668) | public void CodeVolume_of_Char_Array(ref Volume[] value) method CodeVolume_of_String_Array (line 7675) | public void CodeVolume_of_String_Array(ref Volume[] value) method CodeVolume_of_Type_Array (line 7682) | public void CodeVolume_of_Type_Array(ref Volume[] value) method CodeVolume_of_Guid_Array (line 7689) | public void CodeVolume_of_Guid_Array(ref Volume[] value) method CodeVolume_of_Symbol_Array (line 7696) | public void CodeVolume_of_Symbol_Array(ref Volume[] value) method CodeVolume_of_Circle2d_Array (line 7703) | public void CodeVolume_of_Circle2d_Array(ref Volume[] value) method CodeVolume_of_Line2d_Array (line 7710) | public void CodeVolume_of_Line2d_Array(ref Volume[] value) method CodeVolume_of_Line3d_Array (line 7717) | public void CodeVolume_of_Line3d_Array(ref Volume[] value) method CodeVolume_of_Plane2d_Array (line 7724) | public void CodeVolume_of_Plane2d_Array(ref Volume[] value) method CodeVolume_of_Plane3d_Array (line 7731) | public void CodeVolume_of_Plane3d_Array(ref Volume[] value) method CodeVolume_of_PlaneWithPoint3d_Array (line 7738) | public void CodeVolume_of_PlaneWithPoint3d_Array(ref Volume[] value) method CodeVolume_of_Quad3d_Array (line 7752) | public void CodeVolume_of_Quad3d_Array(ref Volume[] value) method CodeVolume_of_Ray2d_Array (line 7759) | public void CodeVolume_of_Ray2d_Array(ref Volume[] value) method CodeVolume_of_Ray3d_Array (line 7766) | public void CodeVolume_of_Ray3d_Array(ref Volume[] value) method CodeVolume_of_Sphere3d_Array (line 7773) | public void CodeVolume_of_Sphere3d_Array(ref Volume[] value) method CodeVolume_of_Triangle2d_Array (line 7780) | public void CodeVolume_of_Triangle2d_Array(ref Volume[] va... method CodeVolume_of_Triangle3d_Array (line 7787) | public void CodeVolume_of_Triangle3d_Array(ref Volume[] va... method CodeVolume_of_Circle2f_Array (line 7794) | public void CodeVolume_of_Circle2f_Array(ref Volume[] value) method CodeVolume_of_Line2f_Array (line 7801) | public void CodeVolume_of_Line2f_Array(ref Volume[] value) method CodeVolume_of_Line3f_Array (line 7808) | public void CodeVolume_of_Line3f_Array(ref Volume[] value) method CodeVolume_of_Plane2f_Array (line 7815) | public void CodeVolume_of_Plane2f_Array(ref Volume[] value) method CodeVolume_of_Plane3f_Array (line 7822) | public void CodeVolume_of_Plane3f_Array(ref Volume[] value) method CodeVolume_of_PlaneWithPoint3f_Array (line 7829) | public void CodeVolume_of_PlaneWithPoint3f_Array(ref Volume[] value) method CodeVolume_of_Quad3f_Array (line 7843) | public void CodeVolume_of_Quad3f_Array(ref Volume[] value) method CodeVolume_of_Ray2f_Array (line 7850) | public void CodeVolume_of_Ray2f_Array(ref Volume[] value) method CodeVolume_of_Ray3f_Array (line 7857) | public void CodeVolume_of_Ray3f_Array(ref Volume[] value) method CodeVolume_of_Sphere3f_Array (line 7864) | public void CodeVolume_of_Sphere3f_Array(ref Volume[] value) method CodeVolume_of_Triangle2f_Array (line 7871) | public void CodeVolume_of_Triangle2f_Array(ref Volume[] va... method CodeVolume_of_Triangle3f_Array (line 7878) | public void CodeVolume_of_Triangle3f_Array(ref Volume[] va... method CodeTensor_of_Byte_Array (line 7885) | public void CodeTensor_of_Byte_Array(ref Tensor[] value) method CodeTensor_of_SByte_Array (line 7892) | public void CodeTensor_of_SByte_Array(ref Tensor[] value) method CodeTensor_of_Short_Array (line 7899) | public void CodeTensor_of_Short_Array(ref Tensor[] value) method CodeTensor_of_UShort_Array (line 7906) | public void CodeTensor_of_UShort_Array(ref Tensor[] value) method CodeTensor_of_Int_Array (line 7913) | public void CodeTensor_of_Int_Array(ref Tensor[] value) method CodeTensor_of_UInt_Array (line 7920) | public void CodeTensor_of_UInt_Array(ref Tensor[] value) method CodeTensor_of_Long_Array (line 7927) | public void CodeTensor_of_Long_Array(ref Tensor[] value) method CodeTensor_of_ULong_Array (line 7934) | public void CodeTensor_of_ULong_Array(ref Tensor[] value) method CodeTensor_of_Float_Array (line 7941) | public void CodeTensor_of_Float_Array(ref Tensor[] value) method CodeTensor_of_Double_Array (line 7948) | public void CodeTensor_of_Double_Array(ref Tensor[] value) method CodeTensor_of_Fraction_Array (line 7955) | public void CodeTensor_of_Fraction_Array(ref Tensor[] value) method CodeTensor_of_V2i_Array (line 7962) | public void CodeTensor_of_V2i_Array(ref Tensor[] value) method CodeTensor_of_V2l_Array (line 7969) | public void CodeTensor_of_V2l_Array(ref Tensor[] value) method CodeTensor_of_V2f_Array (line 7976) | public void CodeTensor_of_V2f_Array(ref Tensor[] value) method CodeTensor_of_V2d_Array (line 7983) | public void CodeTensor_of_V2d_Array(ref Tensor[] value) method CodeTensor_of_V3i_Array (line 7990) | public void CodeTensor_of_V3i_Array(ref Tensor[] value) method CodeTensor_of_V3l_Array (line 7997) | public void CodeTensor_of_V3l_Array(ref Tensor[] value) method CodeTensor_of_V3f_Array (line 8004) | public void CodeTensor_of_V3f_Array(ref Tensor[] value) method CodeTensor_of_V3d_Array (line 8011) | public void CodeTensor_of_V3d_Array(ref Tensor[] value) method CodeTensor_of_V4i_Array (line 8018) | public void CodeTensor_of_V4i_Array(ref Tensor[] value) method CodeTensor_of_V4l_Array (line 8025) | public void CodeTensor_of_V4l_Array(ref Tensor[] value) method CodeTensor_of_V4f_Array (line 8032) | public void CodeTensor_of_V4f_Array(ref Tensor[] value) method CodeTensor_of_V4d_Array (line 8039) | public void CodeTensor_of_V4d_Array(ref Tensor[] value) method CodeTensor_of_M22i_Array (line 8046) | public void CodeTensor_of_M22i_Array(ref Tensor[] value) method CodeTensor_of_M22l_Array (line 8053) | public void CodeTensor_of_M22l_Array(ref Tensor[] value) method CodeTensor_of_M22f_Array (line 8060) | public void CodeTensor_of_M22f_Array(ref Tensor[] value) method CodeTensor_of_M22d_Array (line 8067) | public void CodeTensor_of_M22d_Array(ref Tensor[] value) method CodeTensor_of_M23i_Array (line 8074) | public void CodeTensor_of_M23i_Array(ref Tensor[] value) method CodeTensor_of_M23l_Array (line 8081) | public void CodeTensor_of_M23l_Array(ref Tensor[] value) method CodeTensor_of_M23f_Array (line 8088) | public void CodeTensor_of_M23f_Array(ref Tensor[] value) method CodeTensor_of_M23d_Array (line 8095) | public void CodeTensor_of_M23d_Array(ref Tensor[] value) method CodeTensor_of_M33i_Array (line 8102) | public void CodeTensor_of_M33i_Array(ref Tensor[] value) method CodeTensor_of_M33l_Array (line 8109) | public void CodeTensor_of_M33l_Array(ref Tensor[] value) method CodeTensor_of_M33f_Array (line 8116) | public void CodeTensor_of_M33f_Array(ref Tensor[] value) method CodeTensor_of_M33d_Array (line 8123) | public void CodeTensor_of_M33d_Array(ref Tensor[] value) method CodeTensor_of_M34i_Array (line 8130) | public void CodeTensor_of_M34i_Array(ref Tensor[] value) method CodeTensor_of_M34l_Array (line 8137) | public void CodeTensor_of_M34l_Array(ref Tensor[] value) method CodeTensor_of_M34f_Array (line 8144) | public void CodeTensor_of_M34f_Array(ref Tensor[] value) method CodeTensor_of_M34d_Array (line 8151) | public void CodeTensor_of_M34d_Array(ref Tensor[] value) method CodeTensor_of_M44i_Array (line 8158) | public void CodeTensor_of_M44i_Array(ref Tensor[] value) method CodeTensor_of_M44l_Array (line 8165) | public void CodeTensor_of_M44l_Array(ref Tensor[] value) method CodeTensor_of_M44f_Array (line 8172) | public void CodeTensor_of_M44f_Array(ref Tensor[] value) method CodeTensor_of_M44d_Array (line 8179) | public void CodeTensor_of_M44d_Array(ref Tensor[] value) method CodeTensor_of_C3b_Array (line 8186) | public void CodeTensor_of_C3b_Array(ref Tensor[] value) method CodeTensor_of_C3us_Array (line 8193) | public void CodeTensor_of_C3us_Array(ref Tensor[] value) method CodeTensor_of_C3ui_Array (line 8200) | public void CodeTensor_of_C3ui_Array(ref Tensor[] value) method CodeTensor_of_C3f_Array (line 8207) | public void CodeTensor_of_C3f_Array(ref Tensor[] value) method CodeTensor_of_C3d_Array (line 8214) | public void CodeTensor_of_C3d_Array(ref Tensor[] value) method CodeTensor_of_C4b_Array (line 8221) | public void CodeTensor_of_C4b_Array(ref Tensor[] value) method CodeTensor_of_C4us_Array (line 8228) | public void CodeTensor_of_C4us_Array(ref Tensor[] value) method CodeTensor_of_C4ui_Array (line 8235) | public void CodeTensor_of_C4ui_Array(ref Tensor[] value) method CodeTensor_of_C4f_Array (line 8242) | public void CodeTensor_of_C4f_Array(ref Tensor[] value) method CodeTensor_of_C4d_Array (line 8249) | public void CodeTensor_of_C4d_Array(ref Tensor[] value) method CodeTensor_of_Range1b_Array (line 8256) | public void CodeTensor_of_Range1b_Array(ref Tensor[] value) method CodeTensor_of_Range1sb_Array (line 8263) | public void CodeTensor_of_Range1sb_Array(ref Tensor[] value) method CodeTensor_of_Range1s_Array (line 8270) | public void CodeTensor_of_Range1s_Array(ref Tensor[] value) method CodeTensor_of_Range1us_Array (line 8277) | public void CodeTensor_of_Range1us_Array(ref Tensor[] value) method CodeTensor_of_Range1i_Array (line 8284) | public void CodeTensor_of_Range1i_Array(ref Tensor[] value) method CodeTensor_of_Range1ui_Array (line 8291) | public void CodeTensor_of_Range1ui_Array(ref Tensor[] value) method CodeTensor_of_Range1l_Array (line 8298) | public void CodeTensor_of_Range1l_Array(ref Tensor[] value) method CodeTensor_of_Range1ul_Array (line 8305) | public void CodeTensor_of_Range1ul_Array(ref Tensor[] value) method CodeTensor_of_Range1f_Array (line 8312) | public void CodeTensor_of_Range1f_Array(ref Tensor[] value) method CodeTensor_of_Range1d_Array (line 8319) | public void CodeTensor_of_Range1d_Array(ref Tensor[] value) method CodeTensor_of_Box2i_Array (line 8326) | public void CodeTensor_of_Box2i_Array(ref Tensor[] value) method CodeTensor_of_Box2l_Array (line 8333) | public void CodeTensor_of_Box2l_Array(ref Tensor[] value) method CodeTensor_of_Box2f_Array (line 8340) | public void CodeTensor_of_Box2f_Array(ref Tensor[] value) method CodeTensor_of_Box2d_Array (line 8347) | public void CodeTensor_of_Box2d_Array(ref Tensor[] value) method CodeTensor_of_Box3i_Array (line 8354) | public void CodeTensor_of_Box3i_Array(ref Tensor[] value) method CodeTensor_of_Box3l_Array (line 8361) | public void CodeTensor_of_Box3l_Array(ref Tensor[] value) method CodeTensor_of_Box3f_Array (line 8368) | public void CodeTensor_of_Box3f_Array(ref Tensor[] value) method CodeTensor_of_Box3d_Array (line 8375) | public void CodeTensor_of_Box3d_Array(ref Tensor[] value) method CodeTensor_of_Euclidean3f_Array (line 8382) | public void CodeTensor_of_Euclidean3f_Array(ref Tensor[] ... method CodeTensor_of_Euclidean3d_Array (line 8389) | public void CodeTensor_of_Euclidean3d_Array(ref Tensor[] ... method CodeTensor_of_Rot2f_Array (line 8396) | public void CodeTensor_of_Rot2f_Array(ref Tensor[] value) method CodeTensor_of_Rot2d_Array (line 8403) | public void CodeTensor_of_Rot2d_Array(ref Tensor[] value) method CodeTensor_of_Rot3f_Array (line 8410) | public void CodeTensor_of_Rot3f_Array(ref Tensor[] value) method CodeTensor_of_Rot3d_Array (line 8417) | public void CodeTensor_of_Rot3d_Array(ref Tensor[] value) method CodeTensor_of_Scale3f_Array (line 8424) | public void CodeTensor_of_Scale3f_Array(ref Tensor[] value) method CodeTensor_of_Scale3d_Array (line 8431) | public void CodeTensor_of_Scale3d_Array(ref Tensor[] value) method CodeTensor_of_Shift3f_Array (line 8438) | public void CodeTensor_of_Shift3f_Array(ref Tensor[] value) method CodeTensor_of_Shift3d_Array (line 8445) | public void CodeTensor_of_Shift3d_Array(ref Tensor[] value) method CodeTensor_of_Trafo2f_Array (line 8452) | public void CodeTensor_of_Trafo2f_Array(ref Tensor[] value) method CodeTensor_of_Trafo2d_Array (line 8459) | public void CodeTensor_of_Trafo2d_Array(ref Tensor[] value) method CodeTensor_of_Trafo3f_Array (line 8466) | public void CodeTensor_of_Trafo3f_Array(ref Tensor[] value) method CodeTensor_of_Trafo3d_Array (line 8473) | public void CodeTensor_of_Trafo3d_Array(ref Tensor[] value) method CodeTensor_of_Bool_Array (line 8480) | public void CodeTensor_of_Bool_Array(ref Tensor[] value) method CodeTensor_of_Char_Array (line 8487) | public void CodeTensor_of_Char_Array(ref Tensor[] value) method CodeTensor_of_String_Array (line 8494) | public void CodeTensor_of_String_Array(ref Tensor[] value) method CodeTensor_of_Type_Array (line 8501) | public void CodeTensor_of_Type_Array(ref Tensor[] value) method CodeTensor_of_Guid_Array (line 8508) | public void CodeTensor_of_Guid_Array(ref Tensor[] value) method CodeTensor_of_Symbol_Array (line 8515) | public void CodeTensor_of_Symbol_Array(ref Tensor[] value) method CodeTensor_of_Circle2d_Array (line 8522) | public void CodeTensor_of_Circle2d_Array(ref Tensor[] value) method CodeTensor_of_Line2d_Array (line 8529) | public void CodeTensor_of_Line2d_Array(ref Tensor[] value) method CodeTensor_of_Line3d_Array (line 8536) | public void CodeTensor_of_Line3d_Array(ref Tensor[] value) method CodeTensor_of_Plane2d_Array (line 8543) | public void CodeTensor_of_Plane2d_Array(ref Tensor[] value) method CodeTensor_of_Plane3d_Array (line 8550) | public void CodeTensor_of_Plane3d_Array(ref Tensor[] value) method CodeTensor_of_PlaneWithPoint3d_Array (line 8557) | public void CodeTensor_of_PlaneWithPoint3d_Array(ref Tensor[] value) method CodeTensor_of_Quad3d_Array (line 8571) | public void CodeTensor_of_Quad3d_Array(ref Tensor[] value) method CodeTensor_of_Ray2d_Array (line 8578) | public void CodeTensor_of_Ray2d_Array(ref Tensor[] value) method CodeTensor_of_Ray3d_Array (line 8585) | public void CodeTensor_of_Ray3d_Array(ref Tensor[] value) method CodeTensor_of_Sphere3d_Array (line 8592) | public void CodeTensor_of_Sphere3d_Array(ref Tensor[] value) method CodeTensor_of_Triangle2d_Array (line 8599) | public void CodeTensor_of_Triangle2d_Array(ref Tensor[] va... method CodeTensor_of_Triangle3d_Array (line 8606) | public void CodeTensor_of_Triangle3d_Array(ref Tensor[] va... method CodeTensor_of_Circle2f_Array (line 8613) | public void CodeTensor_of_Circle2f_Array(ref Tensor[] value) method CodeTensor_of_Line2f_Array (line 8620) | public void CodeTensor_of_Line2f_Array(ref Tensor[] value) method CodeTensor_of_Line3f_Array (line 8627) | public void CodeTensor_of_Line3f_Array(ref Tensor[] value) method CodeTensor_of_Plane2f_Array (line 8634) | public void CodeTensor_of_Plane2f_Array(ref Tensor[] value) method CodeTensor_of_Plane3f_Array (line 8641) | public void CodeTensor_of_Plane3f_Array(ref Tensor[] value) method CodeTensor_of_PlaneWithPoint3f_Array (line 8648) | public void CodeTensor_of_PlaneWithPoint3f_Array(ref Tensor[] value) method CodeTensor_of_Quad3f_Array (line 8662) | public void CodeTensor_of_Quad3f_Array(ref Tensor[] value) method CodeTensor_of_Ray2f_Array (line 8669) | public void CodeTensor_of_Ray2f_Array(ref Tensor[] value) method CodeTensor_of_Ray3f_Array (line 8676) | public void CodeTensor_of_Ray3f_Array(ref Tensor[] value) method CodeTensor_of_Sphere3f_Array (line 8683) | public void CodeTensor_of_Sphere3f_Array(ref Tensor[] value) method CodeTensor_of_Triangle2f_Array (line 8690) | public void CodeTensor_of_Triangle2f_Array(ref Tensor[] va... method CodeTensor_of_Triangle3f_Array (line 8697) | public void CodeTensor_of_Triangle3f_Array(ref Tensor[] va... method CodeByteArray2d (line 8708) | public void CodeByteArray2d(ref byte[,] value) method CodeByteArray3d (line 8716) | public void CodeByteArray3d(ref byte[, ,] value) method CodeSByteArray2d (line 8725) | public void CodeSByteArray2d(ref sbyte[,] value) method CodeSByteArray3d (line 8733) | public void CodeSByteArray3d(ref sbyte[, ,] value) method CodeShortArray2d (line 8742) | public void CodeShortArray2d(ref short[,] value) method CodeShortArray3d (line 8750) | public void CodeShortArray3d(ref short[, ,] value) method CodeUShortArray2d (line 8759) | public void CodeUShortArray2d(ref ushort[,] value) method CodeUShortArray3d (line 8767) | public void CodeUShortArray3d(ref ushort[, ,] value) method CodeIntArray2d (line 8776) | public void CodeIntArray2d(ref int[,] value) method CodeIntArray3d (line 8784) | public void CodeIntArray3d(ref int[, ,] value) method CodeUIntArray2d (line 8793) | public void CodeUIntArray2d(ref uint[,] value) method CodeUIntArray3d (line 8801) | public void CodeUIntArray3d(ref uint[, ,] value) method CodeLongArray2d (line 8810) | public void CodeLongArray2d(ref long[,] value) method CodeLongArray3d (line 8818) | public void CodeLongArray3d(ref long[, ,] value) method CodeULongArray2d (line 8827) | public void CodeULongArray2d(ref ulong[,] value) method CodeULongArray3d (line 8835) | public void CodeULongArray3d(ref ulong[, ,] value) method CodeFloatArray2d (line 8844) | public void CodeFloatArray2d(ref float[,] value) method CodeFloatArray3d (line 8852) | public void CodeFloatArray3d(ref float[, ,] value) method CodeDoubleArray2d (line 8861) | public void CodeDoubleArray2d(ref double[,] value) method CodeDoubleArray3d (line 8869) | public void CodeDoubleArray3d(ref double[, ,] value) method CodeFractionArray2d (line 8878) | public void CodeFractionArray2d(ref Fraction[,] value) method CodeFractionArray3d (line 8886) | public void CodeFractionArray3d(ref Fraction[, ,] value) method CodeV2iArray2d (line 8895) | public void CodeV2iArray2d(ref V2i[,] value) method CodeV2iArray3d (line 8903) | public void CodeV2iArray3d(ref V2i[, ,] value) method CodeV2lArray2d (line 8912) | public void CodeV2lArray2d(ref V2l[,] value) method CodeV2lArray3d (line 8920) | public void CodeV2lArray3d(ref V2l[, ,] value) method CodeV2fArray2d (line 8929) | public void CodeV2fArray2d(ref V2f[,] value) method CodeV2fArray3d (line 8937) | public void CodeV2fArray3d(ref V2f[, ,] value) method CodeV2dArray2d (line 8946) | public void CodeV2dArray2d(ref V2d[,] value) method CodeV2dArray3d (line 8954) | public void CodeV2dArray3d(ref V2d[, ,] value) method CodeV3iArray2d (line 8963) | public void CodeV3iArray2d(ref V3i[,] value) method CodeV3iArray3d (line 8971) | public void CodeV3iArray3d(ref V3i[, ,] value) method CodeV3lArray2d (line 8980) | public void CodeV3lArray2d(ref V3l[,] value) method CodeV3lArray3d (line 8988) | public void CodeV3lArray3d(ref V3l[, ,] value) method CodeV3fArray2d (line 8997) | public void CodeV3fArray2d(ref V3f[,] value) method CodeV3fArray3d (line 9005) | public void CodeV3fArray3d(ref V3f[, ,] value) method CodeV3dArray2d (line 9014) | public void CodeV3dArray2d(ref V3d[,] value) method CodeV3dArray3d (line 9022) | public void CodeV3dArray3d(ref V3d[, ,] value) method CodeV4iArray2d (line 9031) | public void CodeV4iArray2d(ref V4i[,] value) method CodeV4iArray3d (line 9039) | public void CodeV4iArray3d(ref V4i[, ,] value) method CodeV4lArray2d (line 9048) | public void CodeV4lArray2d(ref V4l[,] value) method CodeV4lArray3d (line 9056) | public void CodeV4lArray3d(ref V4l[, ,] value) method CodeV4fArray2d (line 9065) | public void CodeV4fArray2d(ref V4f[,] value) method CodeV4fArray3d (line 9073) | public void CodeV4fArray3d(ref V4f[, ,] value) method CodeV4dArray2d (line 9082) | public void CodeV4dArray2d(ref V4d[,] value) method CodeV4dArray3d (line 9090) | public void CodeV4dArray3d(ref V4d[, ,] value) method CodeM22iArray2d (line 9099) | public void CodeM22iArray2d(ref M22i[,] value) method CodeM22iArray3d (line 9107) | public void CodeM22iArray3d(ref M22i[, ,] value) method CodeM22lArray2d (line 9116) | public void CodeM22lArray2d(ref M22l[,] value) method CodeM22lArray3d (line 9124) | public void CodeM22lArray3d(ref M22l[, ,] value) method CodeM22fArray2d (line 9133) | public void CodeM22fArray2d(ref M22f[,] value) method CodeM22fArray3d (line 9141) | public void CodeM22fArray3d(ref M22f[, ,] value) method CodeM22dArray2d (line 9150) | public void CodeM22dArray2d(ref M22d[,] value) method CodeM22dArray3d (line 9158) | public void CodeM22dArray3d(ref M22d[, ,] value) method CodeM23iArray2d (line 9167) | public void CodeM23iArray2d(ref M23i[,] value) method CodeM23iArray3d (line 9175) | public void CodeM23iArray3d(ref M23i[, ,] value) method CodeM23lArray2d (line 9184) | public void CodeM23lArray2d(ref M23l[,] value) method CodeM23lArray3d (line 9192) | public void CodeM23lArray3d(ref M23l[, ,] value) method CodeM23fArray2d (line 9201) | public void CodeM23fArray2d(ref M23f[,] value) method CodeM23fArray3d (line 9209) | public void CodeM23fArray3d(ref M23f[, ,] value) method CodeM23dArray2d (line 9218) | public void CodeM23dArray2d(ref M23d[,] value) method CodeM23dArray3d (line 9226) | public void CodeM23dArray3d(ref M23d[, ,] value) method CodeM33iArray2d (line 9235) | public void CodeM33iArray2d(ref M33i[,] value) method CodeM33iArray3d (line 9243) | public void CodeM33iArray3d(ref M33i[, ,] value) method CodeM33lArray2d (line 9252) | public void CodeM33lArray2d(ref M33l[,] value) method CodeM33lArray3d (line 9260) | public void CodeM33lArray3d(ref M33l[, ,] value) method CodeM33fArray2d (line 9269) | public void CodeM33fArray2d(ref M33f[,] value) method CodeM33fArray3d (line 9277) | public void CodeM33fArray3d(ref M33f[, ,] value) method CodeM33dArray2d (line 9286) | public void CodeM33dArray2d(ref M33d[,] value) method CodeM33dArray3d (line 9294) | public void CodeM33dArray3d(ref M33d[, ,] value) method CodeM34iArray2d (line 9303) | public void CodeM34iArray2d(ref M34i[,] value) method CodeM34iArray3d (line 9311) | public void CodeM34iArray3d(ref M34i[, ,] value) method CodeM34lArray2d (line 9320) | public void CodeM34lArray2d(ref M34l[,] value) method CodeM34lArray3d (line 9328) | public void CodeM34lArray3d(ref M34l[, ,] value) method CodeM34fArray2d (line 9337) | public void CodeM34fArray2d(ref M34f[,] value) method CodeM34fArray3d (line 9345) | public void CodeM34fArray3d(ref M34f[, ,] value) method CodeM34dArray2d (line 9354) | public void CodeM34dArray2d(ref M34d[,] value) method CodeM34dArray3d (line 9362) | public void CodeM34dArray3d(ref M34d[, ,] value) method CodeM44iArray2d (line 9371) | public void CodeM44iArray2d(ref M44i[,] value) method CodeM44iArray3d (line 9379) | public void CodeM44iArray3d(ref M44i[, ,] value) method CodeM44lArray2d (line 9388) | public void CodeM44lArray2d(ref M44l[,] value) method CodeM44lArray3d (line 9396) | public void CodeM44lArray3d(ref M44l[, ,] value) method CodeM44fArray2d (line 9405) | public void CodeM44fArray2d(ref M44f[,] value) method CodeM44fArray3d (line 9413) | public void CodeM44fArray3d(ref M44f[, ,] value) method CodeM44dArray2d (line 9422) | public void CodeM44dArray2d(ref M44d[,] value) method CodeM44dArray3d (line 9430) | public void CodeM44dArray3d(ref M44d[, ,] value) method CodeC3bArray2d (line 9439) | public void CodeC3bArray2d(ref C3b[,] value) method CodeC3bArray3d (line 9447) | public void CodeC3bArray3d(ref C3b[, ,] value) method CodeC3usArray2d (line 9456) | public void CodeC3usArray2d(ref C3us[,] value) method CodeC3usArray3d (line 9464) | public void CodeC3usArray3d(ref C3us[, ,] value) method CodeC3uiArray2d (line 9473) | public void CodeC3uiArray2d(ref C3ui[,] value) method CodeC3uiArray3d (line 9481) | public void CodeC3uiArray3d(ref C3ui[, ,] value) method CodeC3fArray2d (line 9490) | public void CodeC3fArray2d(ref C3f[,] value) method CodeC3fArray3d (line 9498) | public void CodeC3fArray3d(ref C3f[, ,] value) method CodeC3dArray2d (line 9507) | public void CodeC3dArray2d(ref C3d[,] value) method CodeC3dArray3d (line 9515) | public void CodeC3dArray3d(ref C3d[, ,] value) method CodeC4bArray2d (line 9524) | public void CodeC4bArray2d(ref C4b[,] value) method CodeC4bArray3d (line 9532) | public void CodeC4bArray3d(ref C4b[, ,] value) method CodeC4usArray2d (line 9541) | public void CodeC4usArray2d(ref C4us[,] value) method CodeC4usArray3d (line 9549) | public void CodeC4usArray3d(ref C4us[, ,] value) method CodeC4uiArray2d (line 9558) | public void CodeC4uiArray2d(ref C4ui[,] value) method CodeC4uiArray3d (line 9566) | public void CodeC4uiArray3d(ref C4ui[, ,] value) method CodeC4fArray2d (line 9575) | public void CodeC4fArray2d(ref C4f[,] value) method CodeC4fArray3d (line 9583) | public void CodeC4fArray3d(ref C4f[, ,] value) method CodeC4dArray2d (line 9592) | public void CodeC4dArray2d(ref C4d[,] value) method CodeC4dArray3d (line 9600) | public void CodeC4dArray3d(ref C4d[, ,] value) method CodeRange1bArray2d (line 9609) | public void CodeRange1bArray2d(ref Range1b[,] value) method CodeRange1bArray3d (line 9617) | public void CodeRange1bArray3d(ref Range1b[, ,] value) method CodeRange1sbArray2d (line 9626) | public void CodeRange1sbArray2d(ref Range1sb[,] value) method CodeRange1sbArray3d (line 9634) | public void CodeRange1sbArray3d(ref Range1sb[, ,] value) method CodeRange1sArray2d (line 9643) | public void CodeRange1sArray2d(ref Range1s[,] value) method CodeRange1sArray3d (line 9651) | public void CodeRange1sArray3d(ref Range1s[, ,] value) method CodeRange1usArray2d (line 9660) | public void CodeRange1usArray2d(ref Range1us[,] value) method CodeRange1usArray3d (line 9668) | public void CodeRange1usArray3d(ref Range1us[, ,] value) method CodeRange1iArray2d (line 9677) | public void CodeRange1iArray2d(ref Range1i[,] value) method CodeRange1iArray3d (line 9685) | public void CodeRange1iArray3d(ref Range1i[, ,] value) method CodeRange1uiArray2d (line 9694) | public void CodeRange1uiArray2d(ref Range1ui[,] value) method CodeRange1uiArray3d (line 9702) | public void CodeRange1uiArray3d(ref Range1ui[, ,] value) method CodeRange1lArray2d (line 9711) | public void CodeRange1lArray2d(ref Range1l[,] value) method CodeRange1lArray3d (line 9719) | public void CodeRange1lArray3d(ref Range1l[, ,] value) method CodeRange1ulArray2d (line 9728) | public void CodeRange1ulArray2d(ref Range1ul[,] value) method CodeRange1ulArray3d (line 9736) | public void CodeRange1ulArray3d(ref Range1ul[, ,] value) method CodeRange1fArray2d (line 9745) | public void CodeRange1fArray2d(ref Range1f[,] value) method CodeRange1fArray3d (line 9753) | public void CodeRange1fArray3d(ref Range1f[, ,] value) method CodeRange1dArray2d (line 9762) | public void CodeRange1dArray2d(ref Range1d[,] value) method CodeRange1dArray3d (line 9770) | public void CodeRange1dArray3d(ref Range1d[, ,] value) method CodeBox2iArray2d (line 9779) | public void CodeBox2iArray2d(ref Box2i[,] value) method CodeBox2iArray3d (line 9787) | public void CodeBox2iArray3d(ref Box2i[, ,] value) method CodeBox2lArray2d (line 9796) | public void CodeBox2lArray2d(ref Box2l[,] value) method CodeBox2lArray3d (line 9804) | public void CodeBox2lArray3d(ref Box2l[, ,] value) method CodeBox2fArray2d (line 9813) | public void CodeBox2fArray2d(ref Box2f[,] value) method CodeBox2fArray3d (line 9821) | public void CodeBox2fArray3d(ref Box2f[, ,] value) method CodeBox2dArray2d (line 9830) | public void CodeBox2dArray2d(ref Box2d[,] value) method CodeBox2dArray3d (line 9838) | public void CodeBox2dArray3d(ref Box2d[, ,] value) method CodeBox3iArray2d (line 9847) | public void CodeBox3iArray2d(ref Box3i[,] value) method CodeBox3iArray3d (line 9855) | public void CodeBox3iArray3d(ref Box3i[, ,] value) method CodeBox3lArray2d (line 9864) | public void CodeBox3lArray2d(ref Box3l[,] value) method CodeBox3lArray3d (line 9872) | public void CodeBox3lArray3d(ref Box3l[, ,] value) method CodeBox3fArray2d (line 9881) | public void CodeBox3fArray2d(ref Box3f[,] value) method CodeBox3fArray3d (line 9889) | public void CodeBox3fArray3d(ref Box3f[, ,] value) method CodeBox3dArray2d (line 9898) | public void CodeBox3dArray2d(ref Box3d[,] value) method CodeBox3dArray3d (line 9906) | public void CodeBox3dArray3d(ref Box3d[, ,] value) method CodeEuclidean3fArray2d (line 9915) | public void CodeEuclidean3fArray2d(ref Euclidean3f[,] value) method CodeEuclidean3fArray3d (line 9923) | public void CodeEuclidean3fArray3d(ref Euclidean3f[, ,] value) method CodeEuclidean3dArray2d (line 9932) | public void CodeEuclidean3dArray2d(ref Euclidean3d[,] value) method CodeEuclidean3dArray3d (line 9940) | public void CodeEuclidean3dArray3d(ref Euclidean3d[, ,] value) method CodeRot2fArray2d (line 9949) | public void CodeRot2fArray2d(ref Rot2f[,] value) method CodeRot2fArray3d (line 9957) | public void CodeRot2fArray3d(ref Rot2f[, ,] value) method CodeRot2dArray2d (line 9966) | public void CodeRot2dArray2d(ref Rot2d[,] value) method CodeRot2dArray3d (line 9974) | public void CodeRot2dArray3d(ref Rot2d[, ,] value) method CodeRot3fArray2d (line 9983) | public void CodeRot3fArray2d(ref Rot3f[,] value) method CodeRot3fArray3d (line 9991) | public void CodeRot3fArray3d(ref Rot3f[, ,] value) method CodeRot3dArray2d (line 10000) | public void CodeRot3dArray2d(ref Rot3d[,] value) method CodeRot3dArray3d (line 10008) | public void CodeRot3dArray3d(ref Rot3d[, ,] value) method CodeScale3fArray2d (line 10017) | public void CodeScale3fArray2d(ref Scale3f[,] value) method CodeScale3fArray3d (line 10025) | public void CodeScale3fArray3d(ref Scale3f[, ,] value) method CodeScale3dArray2d (line 10034) | public void CodeScale3dArray2d(ref Scale3d[,] value) method CodeScale3dArray3d (line 10042) | public void CodeScale3dArray3d(ref Scale3d[, ,] value) method CodeShift3fArray2d (line 10051) | public void CodeShift3fArray2d(ref Shift3f[,] value) method CodeShift3fArray3d (line 10059) | public void CodeShift3fArray3d(ref Shift3f[, ,] value) method CodeShift3dArray2d (line 10068) | public void CodeShift3dArray2d(ref Shift3d[,] value) method CodeShift3dArray3d (line 10076) | public void CodeShift3dArray3d(ref Shift3d[, ,] value) method CodeTrafo2fArray2d (line 10085) | public void CodeTrafo2fArray2d(ref Trafo2f[,] value) method CodeTrafo2fArray3d (line 10093) | public void CodeTrafo2fArray3d(ref Trafo2f[, ,] value) method CodeTrafo2dArray2d (line 10102) | public void CodeTrafo2dArray2d(ref Trafo2d[,] value) method CodeTrafo2dArray3d (line 10110) | public void CodeTrafo2dArray3d(ref Trafo2d[, ,] value) method CodeTrafo3fArray2d (line 10119) | public void CodeTrafo3fArray2d(ref Trafo3f[,] value) method CodeTrafo3fArray3d (line 10127) | public void CodeTrafo3fArray3d(ref Trafo3f[, ,] value) method CodeTrafo3dArray2d (line 10136) | public void CodeTrafo3dArray2d(ref Trafo3d[,] value) method CodeTrafo3dArray3d (line 10144) | public void CodeTrafo3dArray3d(ref Trafo3d[, ,] value) method CodeByteArrayArray (line 10157) | public void CodeByteArrayArray(ref byte[][] value) method CodeByteArrayArrayArray (line 10164) | public void CodeByteArrayArrayArray(ref byte[][][] value) method CodeSByteArrayArray (line 10171) | public void CodeSByteArrayArray(ref sbyte[][] value) method CodeSByteArrayArrayArray (line 10178) | public void CodeSByteArrayArrayArray(ref sbyte[][][] value) method CodeShortArrayArray (line 10185) | public void CodeShortArrayArray(ref short[][] value) method CodeShortArrayArrayArray (line 10192) | public void CodeShortArrayArrayArray(ref short[][][] value) method CodeUShortArrayArray (line 10199) | public void CodeUShortArrayArray(ref ushort[][] value) method CodeUShortArrayArrayArray (line 10206) | public void CodeUShortArrayArrayArray(ref ushort[][][] value) method CodeIntArrayArray (line 10213) | public void CodeIntArrayArray(ref int[][] value) method CodeIntArrayArrayArray (line 10220) | public void CodeIntArrayArrayArray(ref int[][][] value) method CodeUIntArrayArray (line 10227) | public void CodeUIntArrayArray(ref uint[][] value) method CodeUIntArrayArrayArray (line 10234) | public void CodeUIntArrayArrayArray(ref uint[][][] value) method CodeLongArrayArray (line 10241) | public void CodeLongArrayArray(ref long[][] value) method CodeLongArrayArrayArray (line 10248) | public void CodeLongArrayArrayArray(ref long[][][] value) method CodeULongArrayArray (line 10255) | public void CodeULongArrayArray(ref ulong[][] value) method CodeULongArrayArrayArray (line 10262) | public void CodeULongArrayArrayArray(ref ulong[][][] value) method CodeFloatArrayArray (line 10269) | public void CodeFloatArrayArray(ref float[][] value) method CodeFloatArrayArrayArray (line 10276) | public void CodeFloatArrayArrayArray(ref float[][][] value) method CodeDoubleArrayArray (line 10283) | public void CodeDoubleArrayArray(ref double[][] value) method CodeDoubleArrayArrayArray (line 10290) | public void CodeDoubleArrayArrayArray(ref double[][][] value) method CodeFractionArrayArray (line 10297) | public void CodeFractionArrayArray(ref Fraction[][] value) method CodeFractionArrayArrayArray (line 10304) | public void CodeFractionArrayArrayArray(ref Fraction[][][] value) method CodeV2iArrayArray (line 10311) | public void CodeV2iArrayArray(ref V2i[][] value) method CodeV2iArrayArrayArray (line 10318) | public void CodeV2iArrayArrayArray(ref V2i[][][] value) method CodeV2lArrayArray (line 10325) | public void CodeV2lArrayArray(ref V2l[][] value) method CodeV2lArrayArrayArray (line 10332) | public void CodeV2lArrayArrayArray(ref V2l[][][] value) method CodeV2fArrayArray (line 10339) | public void CodeV2fArrayArray(ref V2f[][] value) method CodeV2fArrayArrayArray (line 10346) | public void CodeV2fArrayArrayArray(ref V2f[][][] value) method CodeV2dArrayArray (line 10353) | public void CodeV2dArrayArray(ref V2d[][] value) method CodeV2dArrayArrayArray (line 10360) | public void CodeV2dArrayArrayArray(ref V2d[][][] value) method CodeV3iArrayArray (line 10367) | public void CodeV3iArrayArray(ref V3i[][] value) method CodeV3iArrayArrayArray (line 10374) | public void CodeV3iArrayArrayArray(ref V3i[][][] value) method CodeV3lArrayArray (line 10381) | public void CodeV3lArrayArray(ref V3l[][] value) method CodeV3lArrayArrayArray (line 10388) | public void CodeV3lArrayArrayArray(ref V3l[][][] value) method CodeV3fArrayArray (line 10395) | public void CodeV3fArrayArray(ref V3f[][] value) method CodeV3fArrayArrayArray (line 10402) | public void CodeV3fArrayArrayArray(ref V3f[][][] value) method CodeV3dArrayArray (line 10409) | public void CodeV3dArrayArray(ref V3d[][] value) method CodeV3dArrayArrayArray (line 10416) | public void CodeV3dArrayArrayArray(ref V3d[][][] value) method CodeV4iArrayArray (line 10423) | public void CodeV4iArrayArray(ref V4i[][] value) method CodeV4iArrayArrayArray (line 10430) | public void CodeV4iArrayArrayArray(ref V4i[][][] value) method CodeV4lArrayArray (line 10437) | public void CodeV4lArrayArray(ref V4l[][] value) method CodeV4lArrayArrayArray (line 10444) | public void CodeV4lArrayArrayArray(ref V4l[][][] value) method CodeV4fArrayArray (line 10451) | public void CodeV4fArrayArray(ref V4f[][] value) method CodeV4fArrayArrayArray (line 10458) | public void CodeV4fArrayArrayArray(ref V4f[][][] value) method CodeV4dArrayArray (line 10465) | public void CodeV4dArrayArray(ref V4d[][] value) method CodeV4dArrayArrayArray (line 10472) | public void CodeV4dArrayArrayArray(ref V4d[][][] value) method CodeM22iArrayArray (line 10479) | public void CodeM22iArrayArray(ref M22i[][] value) method CodeM22iArrayArrayArray (line 10486) | public void CodeM22iArrayArrayArray(ref M22i[][][] value) method CodeM22lArrayArray (line 10493) | public void CodeM22lArrayArray(ref M22l[][] value) method CodeM22lArrayArrayArray (line 10500) | public void CodeM22lArrayArrayArray(ref M22l[][][] value) method CodeM22fArrayArray (line 10507) | public void CodeM22fArrayArray(ref M22f[][] value) method CodeM22fArrayArrayArray (line 10514) | public void CodeM22fArrayArrayArray(ref M22f[][][] value) method CodeM22dArrayArray (line 10521) | public void CodeM22dArrayArray(ref M22d[][] value) method CodeM22dArrayArrayArray (line 10528) | public void CodeM22dArrayArrayArray(ref M22d[][][] value) method CodeM23iArrayArray (line 10535) | public void CodeM23iArrayArray(ref M23i[][] value) method CodeM23iArrayArrayArray (line 10542) | public void CodeM23iArrayArrayArray(ref M23i[][][] value) method CodeM23lArrayArray (line 10549) | public void CodeM23lArrayArray(ref M23l[][] value) method CodeM23lArrayArrayArray (line 10556) | public void CodeM23lArrayArrayArray(ref M23l[][][] value) method CodeM23fArrayArray (line 10563) | public void CodeM23fArrayArray(ref M23f[][] value) method CodeM23fArrayArrayArray (line 10570) | public void CodeM23fArrayArrayArray(ref M23f[][][] value) method CodeM23dArrayArray (line 10577) | public void CodeM23dArrayArray(ref M23d[][] value) method CodeM23dArrayArrayArray (line 10584) | public void CodeM23dArrayArrayArray(ref M23d[][][] value) method CodeM33iArrayArray (line 10591) | public void CodeM33iArrayArray(ref M33i[][] value) method CodeM33iArrayArrayArray (line 10598) | public void CodeM33iArrayArrayArray(ref M33i[][][] value) method CodeM33lArrayArray (line 10605) | public void CodeM33lArrayArray(ref M33l[][] value) method CodeM33lArrayArrayArray (line 10612) | public void CodeM33lArrayArrayArray(ref M33l[][][] value) method CodeM33fArrayArray (line 10619) | public void CodeM33fArrayArray(ref M33f[][] value) method CodeM33fArrayArrayArray (line 10626) | public void CodeM33fArrayArrayArray(ref M33f[][][] value) method CodeM33dArrayArray (line 10633) | public void CodeM33dArrayArray(ref M33d[][] value) method CodeM33dArrayArrayArray (line 10640) | public void CodeM33dArrayArrayArray(ref M33d[][][] value) method CodeM34iArrayArray (line 10647) | public void CodeM34iArrayArray(ref M34i[][] value) method CodeM34iArrayArrayArray (line 10654) | public void CodeM34iArrayArrayArray(ref M34i[][][] value) method CodeM34lArrayArray (line 10661) | public void CodeM34lArrayArray(ref M34l[][] value) method CodeM34lArrayArrayArray (line 10668) | public void CodeM34lArrayArrayArray(ref M34l[][][] value) method CodeM34fArrayArray (line 10675) | public void CodeM34fArrayArray(ref M34f[][] value) method CodeM34fArrayArrayArray (line 10682) | public void CodeM34fArrayArrayArray(ref M34f[][][] value) method CodeM34dArrayArray (line 10689) | public void CodeM34dArrayArray(ref M34d[][] value) method CodeM34dArrayArrayArray (line 10696) | public void CodeM34dArrayArrayArray(ref M34d[][][] value) method CodeM44iArrayArray (line 10703) | public void CodeM44iArrayArray(ref M44i[][] value) method CodeM44iArrayArrayArray (line 10710) | public void CodeM44iArrayArrayArray(ref M44i[][][] value) method CodeM44lArrayArray (line 10717) | public void CodeM44lArrayArray(ref M44l[][] value) method CodeM44lArrayArrayArray (line 10724) | public void CodeM44lArrayArrayArray(ref M44l[][][] value) method CodeM44fArrayArray (line 10731) | public void CodeM44fArrayArray(ref M44f[][] value) method CodeM44fArrayArrayArray (line 10738) | public void CodeM44fArrayArrayArray(ref M44f[][][] value) method CodeM44dArrayArray (line 10745) | public void CodeM44dArrayArray(ref M44d[][] value) method CodeM44dArrayArrayArray (line 10752) | public void CodeM44dArrayArrayArray(ref M44d[][][] value) method CodeC3bArrayArray (line 10759) | public void CodeC3bArrayArray(ref C3b[][] value) method CodeC3bArrayArrayArray (line 10766) | public void CodeC3bArrayArrayArray(ref C3b[][][] value) method CodeC3usArrayArray (line 10773) | public void CodeC3usArrayArray(ref C3us[][] value) method CodeC3usArrayArrayArray (line 10780) | public void CodeC3usArrayArrayArray(ref C3us[][][] value) method CodeC3uiArrayArray (line 10787) | public void CodeC3uiArrayArray(ref C3ui[][] value) method CodeC3uiArrayArrayArray (line 10794) | public void CodeC3uiArrayArrayArray(ref C3ui[][][] value) method CodeC3fArrayArray (line 10801) | public void CodeC3fArrayArray(ref C3f[][] value) method CodeC3fArrayArrayArray (line 10808) | public void CodeC3fArrayArrayArray(ref C3f[][][] value) method CodeC3dArrayArray (line 10815) | public void CodeC3dArrayArray(ref C3d[][] value) method CodeC3dArrayArrayArray (line 10822) | public void CodeC3dArrayArrayArray(ref C3d[][][] value) method CodeC4bArrayArray (line 10829) | public void CodeC4bArrayArray(ref C4b[][] value) method CodeC4bArrayArrayArray (line 10836) | public void CodeC4bArrayArrayArray(ref C4b[][][] value) method CodeC4usArrayArray (line 10843) | public void CodeC4usArrayArray(ref C4us[][] value) method CodeC4usArrayArrayArray (line 10850) | public void CodeC4usArrayArrayArray(ref C4us[][][] value) method CodeC4uiArrayArray (line 10857) | public void CodeC4uiArrayArray(ref C4ui[][] value) method CodeC4uiArrayArrayArray (line 10864) | public void CodeC4uiArrayArrayArray(ref C4ui[][][] value) method CodeC4fArrayArray (line 10871) | public void CodeC4fArrayArray(ref C4f[][] value) method CodeC4fArrayArrayArray (line 10878) | public void CodeC4fArrayArrayArray(ref C4f[][][] value) method CodeC4dArrayArray (line 10885) | public void CodeC4dArrayArray(ref C4d[][] value) method CodeC4dArrayArrayArray (line 10892) | public void CodeC4dArrayArrayArray(ref C4d[][][] value) method CodeRange1bArrayArray (line 10899) | public void CodeRange1bArrayArray(ref Range1b[][] value) method CodeRange1bArrayArrayArray (line 10906) | public void CodeRange1bArrayArrayArray(ref Range1b[][][] value) method CodeRange1sbArrayArray (line 10913) | public void CodeRange1sbArrayArray(ref Range1sb[][] value) method CodeRange1sbArrayArrayArray (line 10920) | public void CodeRange1sbArrayArrayArray(ref Range1sb[][][] value) method CodeRange1sArrayArray (line 10927) | public void CodeRange1sArrayArray(ref Range1s[][] value) method CodeRange1sArrayArrayArray (line 10934) | public void CodeRange1sArrayArrayArray(ref Range1s[][][] value) method CodeRange1usArrayArray (line 10941) | public void CodeRange1usArrayArray(ref Range1us[][] value) method CodeRange1usArrayArrayArray (line 10948) | public void CodeRange1usArrayArrayArray(ref Range1us[][][] value) method CodeRange1iArrayArray (line 10955) | public void CodeRange1iArrayArray(ref Range1i[][] value) method CodeRange1iArrayArrayArray (line 10962) | public void CodeRange1iArrayArrayArray(ref Range1i[][][] value) method CodeRange1uiArrayArray (line 10969) | public void CodeRange1uiArrayArray(ref Range1ui[][] value) method CodeRange1uiArrayArrayArray (line 10976) | public void CodeRange1uiArrayArrayArray(ref Range1ui[][][] value) method CodeRange1lArrayArray (line 10983) | public void CodeRange1lArrayArray(ref Range1l[][] value) method CodeRange1lArrayArrayArray (line 10990) | public void CodeRange1lArrayArrayArray(ref Range1l[][][] value) method CodeRange1ulArrayArray (line 10997) | public void CodeRange1ulArrayArray(ref Range1ul[][] value) method CodeRange1ulArrayArrayArray (line 11004) | public void CodeRange1ulArrayArrayArray(ref Range1ul[][][] value) method CodeRange1fArrayArray (line 11011) | public void CodeRange1fArrayArray(ref Range1f[][] value) method CodeRange1fArrayArrayArray (line 11018) | public void CodeRange1fArrayArrayArray(ref Range1f[][][] value) method CodeRange1dArrayArray (line 11025) | public void CodeRange1dArrayArray(ref Range1d[][] value) method CodeRange1dArrayArrayArray (line 11032) | public void CodeRange1dArrayArrayArray(ref Range1d[][][] value) method CodeBox2iArrayArray (line 11039) | public void CodeBox2iArrayArray(ref Box2i[][] value) method CodeBox2iArrayArrayArray (line 11046) | public void CodeBox2iArrayArrayArray(ref Box2i[][][] value) method CodeBox2lArrayArray (line 11053) | public void CodeBox2lArrayArray(ref Box2l[][] value) method CodeBox2lArrayArrayArray (line 11060) | public void CodeBox2lArrayArrayArray(ref Box2l[][][] value) method CodeBox2fArrayArray (line 11067) | public void CodeBox2fArrayArray(ref Box2f[][] value) method CodeBox2fArrayArrayArray (line 11074) | public void CodeBox2fArrayArrayArray(ref Box2f[][][] value) method CodeBox2dArrayArray (line 11081) | public void CodeBox2dArrayArray(ref Box2d[][] value) method CodeBox2dArrayArrayArray (line 11088) | public void CodeBox2dArrayArrayArray(ref Box2d[][][] value) method CodeBox3iArrayArray (line 11095) | public void CodeBox3iArrayArray(ref Box3i[][] value) method CodeBox3iArrayArrayArray (line 11102) | public void CodeBox3iArrayArrayArray(ref Box3i[][][] value) method CodeBox3lArrayArray (line 11109) | public void CodeBox3lArrayArray(ref Box3l[][] value) method CodeBox3lArrayArrayArray (line 11116) | public void CodeBox3lArrayArrayArray(ref Box3l[][][] value) method CodeBox3fArrayArray (line 11123) | public void CodeBox3fArrayArray(ref Box3f[][] value) method CodeBox3fArrayArrayArray (line 11130) | public void CodeBox3fArrayArrayArray(ref Box3f[][][] value) method CodeBox3dArrayArray (line 11137) | public void CodeBox3dArrayArray(ref Box3d[][] value) method CodeBox3dArrayArrayArray (line 11144) | public void CodeBox3dArrayArrayArray(ref Box3d[][][] value) method CodeEuclidean3fArrayArray (line 11151) | public void CodeEuclidean3fArrayArray(ref Euclidean3f[][] value) method CodeEuclidean3fArrayArrayArray (line 11158) | public void CodeEuclidean3fArrayArrayArray(ref Euclidean3f[][][] value) method CodeEuclidean3dArrayArray (line 11165) | public void CodeEuclidean3dArrayArray(ref Euclidean3d[][] value) method CodeEuclidean3dArrayArrayArray (line 11172) | public void CodeEuclidean3dArrayArrayArray(ref Euclidean3d[][][] value) method CodeRot2fArrayArray (line 11179) | public void CodeRot2fArrayArray(ref Rot2f[][] value) method CodeRot2fArrayArrayArray (line 11186) | public void CodeRot2fArrayArrayArray(ref Rot2f[][][] value) method CodeRot2dArrayArray (line 11193) | public void CodeRot2dArrayArray(ref Rot2d[][] value) method CodeRot2dArrayArrayArray (line 11200) | public void CodeRot2dArrayArrayArray(ref Rot2d[][][] value) method CodeRot3fArrayArray (line 11207) | public void CodeRot3fArrayArray(ref Rot3f[][] value) method CodeRot3fArrayArrayArray (line 11214) | public void CodeRot3fArrayArrayArray(ref Rot3f[][][] value) method CodeRot3dArrayArray (line 11221) | public void CodeRot3dArrayArray(ref Rot3d[][] value) method CodeRot3dArrayArrayArray (line 11228) | public void CodeRot3dArrayArrayArray(ref Rot3d[][][] value) method CodeScale3fArrayArray (line 11235) | public void CodeScale3fArrayArray(ref Scale3f[][] value) method CodeScale3fArrayArrayArray (line 11242) | public void CodeScale3fArrayArrayArray(ref Scale3f[][][] value) method CodeScale3dArrayArray (line 11249) | public void CodeScale3dArrayArray(ref Scale3d[][] value) method CodeScale3dArrayArrayArray (line 11256) | public void CodeScale3dArrayArrayArray(ref Scale3d[][][] value) method CodeShift3fArrayArray (line 11263) | public void CodeShift3fArrayArray(ref Shift3f[][] value) method CodeShift3fArrayArrayArray (line 11270) | public void CodeShift3fArrayArrayArray(ref Shift3f[][][] value) method CodeShift3dArrayArray (line 11277) | public void CodeShift3dArrayArray(ref Shift3d[][] value) method CodeShift3dArrayArrayArray (line 11284) | public void CodeShift3dArrayArrayArray(ref Shift3d[][][] value) method CodeTrafo2fArrayArray (line 11291) | public void CodeTrafo2fArrayArray(ref Trafo2f[][] value) method CodeTrafo2fArrayArrayArray (line 11298) | public void CodeTrafo2fArrayArrayArray(ref Trafo2f[][][] value) method CodeTrafo2dArrayArray (line 11305) | public void CodeTrafo2dArrayArray(ref Trafo2d[][] value) method CodeTrafo2dArrayArrayArray (line 11312) | public void CodeTrafo2dArrayArrayArray(ref Trafo2d[][][] value) method CodeTrafo3fArrayArray (line 11319) | public void CodeTrafo3fArrayArray(ref Trafo3f[][] value) method CodeTrafo3fArrayArrayArray (line 11326) | public void CodeTrafo3fArrayArrayArray(ref Trafo3f[][][] value) method CodeTrafo3dArrayArray (line 11333) | public void CodeTrafo3dArrayArray(ref Trafo3d[][] value) method CodeTrafo3dArrayArrayArray (line 11340) | public void CodeTrafo3dArrayArrayArray(ref Trafo3d[][][] value) method CodeList_of_V2i_ (line 11351) | public void CodeList_of_V2i_(ref List value) method CodeList_of_V2ui_ (line 11358) | public void CodeList_of_V2ui_(ref List value) method CodeList_of_V2l_ (line 11365) | public void CodeList_of_V2l_(ref List value) method CodeList_of_V2f_ (line 11372) | public void CodeList_of_V2f_(ref List value) method CodeList_of_V2d_ (line 11379) | public void CodeList_of_V2d_(ref List value) method CodeList_of_V3i_ (line 11386) | public void CodeList_of_V3i_(ref List value) method CodeList_of_V3ui_ (line 11393) | public void CodeList_of_V3ui_(ref List value) method CodeList_of_V3l_ (line 11400) | public void CodeList_of_V3l_(ref List value) method CodeList_of_V3f_ (line 11407) | public void CodeList_of_V3f_(ref List value) method CodeList_of_V3d_ (line 11414) | public void CodeList_of_V3d_(ref List value) method CodeList_of_V4i_ (line 11421) | public void CodeList_of_V4i_(ref List value) method CodeList_of_V4ui_ (line 11428) | public void CodeList_of_V4ui_(ref List value) method CodeList_of_V4l_ (line 11435) | public void CodeList_of_V4l_(ref List value) method CodeList_of_V4f_ (line 11442) | public void CodeList_of_V4f_(ref List value) method CodeList_of_V4d_ (line 11449) | public void CodeList_of_V4d_(ref List value) method CodeList_of_M22i_ (line 11456) | public void CodeList_of_M22i_(ref List value) method CodeList_of_M22l_ (line 11463) | public void CodeList_of_M22l_(ref List value) method CodeList_of_M22f_ (line 11470) | public void CodeList_of_M22f_(ref List value) method CodeList_of_M22d_ (line 11477) | public void CodeList_of_M22d_(ref List value) method CodeList_of_M23i_ (line 11484) | public void CodeList_of_M23i_(ref List value) method CodeList_of_M23l_ (line 11491) | public void CodeList_of_M23l_(ref List value) method CodeList_of_M23f_ (line 11498) | public void CodeList_of_M23f_(ref List value) method CodeList_of_M23d_ (line 11505) | public void CodeList_of_M23d_(ref List value) method CodeList_of_M33i_ (line 11512) | public void CodeList_of_M33i_(ref List value) method CodeList_of_M33l_ (line 11519) | public void CodeList_of_M33l_(ref List value) method CodeList_of_M33f_ (line 11526) | public void CodeList_of_M33f_(ref List value) method CodeList_of_M33d_ (line 11533) | public void CodeList_of_M33d_(ref List value) method CodeList_of_M34i_ (line 11540) | public void CodeList_of_M34i_(ref List value) method CodeList_of_M34l_ (line 11547) | public void CodeList_of_M34l_(ref List value) method CodeList_of_M34f_ (line 11554) | public void CodeList_of_M34f_(ref List value) method CodeList_of_M34d_ (line 11561) | public void CodeList_of_M34d_(ref List value) method CodeList_of_M44i_ (line 11568) | public void CodeList_of_M44i_(ref List value) method CodeList_of_M44l_ (line 11575) | public void CodeList_of_M44l_(ref List value) method CodeList_of_M44f_ (line 11582) | public void CodeList_of_M44f_(ref List value) method CodeList_of_M44d_ (line 11589) | public void CodeList_of_M44d_(ref List value) method CodeList_of_Range1b_ (line 11596) | public void CodeList_of_Range1b_(ref List value) method CodeList_of_Range1sb_ (line 11603) | public void CodeList_of_Range1sb_(ref List value) method CodeList_of_Range1s_ (line 11610) | public void CodeList_of_Range1s_(ref List value) method CodeList_of_Range1us_ (line 11617) | public void CodeList_of_Range1us_(ref List value) method CodeList_of_Range1i_ (line 11624) | public void CodeList_of_Range1i_(ref List value) method CodeList_of_Range1ui_ (line 11631) | public void CodeList_of_Range1ui_(ref List value) method CodeList_of_Range1l_ (line 11638) | public void CodeList_of_Range1l_(ref List value) method CodeList_of_Range1ul_ (line 11645) | public void CodeList_of_Range1ul_(ref List value) method CodeList_of_Range1f_ (line 11652) | public void CodeList_of_Range1f_(ref List value) method CodeList_of_Range1d_ (line 11659) | public void CodeList_of_Range1d_(ref List value) method CodeList_of_Box2i_ (line 11666) | public void CodeList_of_Box2i_(ref List value) method CodeList_of_Box2l_ (line 11673) | public void CodeList_of_Box2l_(ref List value) method CodeList_of_Box2f_ (line 11680) | public void CodeList_of_Box2f_(ref List value) method CodeList_of_Box2d_ (line 11687) | public void CodeList_of_Box2d_(ref List value) method CodeList_of_Box3i_ (line 11694) | public void CodeList_of_Box3i_(ref List value) method CodeList_of_Box3l_ (line 11701) | public void CodeList_of_Box3l_(ref List value) method CodeList_of_Box3f_ (line 11708) | public void CodeList_of_Box3f_(ref List value) method CodeList_of_Box3d_ (line 11715) | public void CodeList_of_Box3d_(ref List value) method CodeList_of_C3b_ (line 11722) | public void CodeList_of_C3b_(ref List value) method CodeList_of_C3us_ (line 11729) | public void CodeList_of_C3us_(ref List value) method CodeList_of_C3ui_ (line 11736) | public void CodeList_of_C3ui_(ref List value) method CodeList_of_C3f_ (line 11743) | public void CodeList_of_C3f_(ref List value) method CodeList_of_C3d_ (line 11750) | public void CodeList_of_C3d_(ref List value) method CodeList_of_C4b_ (line 11757) | public void CodeList_of_C4b_(ref List value) method CodeList_of_C4us_ (line 11764) | public void CodeList_of_C4us_(ref List value) method CodeList_of_C4ui_ (line 11771) | public void CodeList_of_C4ui_(ref List value) method CodeList_of_C4f_ (line 11778) | public void CodeList_of_C4f_(ref List value) method CodeList_of_C4d_ (line 11785) | public void CodeList_of_C4d_(ref List value) method CodeList_of_Euclidean3f_ (line 11792) | public void CodeList_of_Euclidean3f_(ref List value) method CodeList_of_Euclidean3d_ (line 11802) | public void CodeList_of_Euclidean3d_(ref List value) method CodeList_of_Rot2f_ (line 11812) | public void CodeList_of_Rot2f_(ref List value) method CodeList_of_Rot2d_ (line 11822) | public void CodeList_of_Rot2d_(ref List value) method CodeList_of_Rot3f_ (line 11832) | public void CodeList_of_Rot3f_(ref List value) method CodeList_of_Rot3d_ (line 11842) | public void CodeList_of_Rot3d_(ref List value) method CodeList_of_Scale3f_ (line 11852) | public void CodeList_of_Scale3f_(ref List value) method CodeList_of_Scale3d_ (line 11862) | public void CodeList_of_Scale3d_(ref List value) method CodeList_of_Shift3f_ (line 11872) | public void CodeList_of_Shift3f_(ref List value) method CodeList_of_Shift3d_ (line 11882) | public void CodeList_of_Shift3d_(ref List value) method CodeList_of_Trafo2f_ (line 11892) | public void CodeList_of_Trafo2f_(ref List value) method CodeList_of_Trafo2d_ (line 11902) | public void CodeList_of_Trafo2d_(ref List value) method CodeList_of_Trafo3f_ (line 11912) | public void CodeList_of_Trafo3f_(ref List value) method CodeList_of_Trafo3d_ (line 11922) | public void CodeList_of_Trafo3d_(ref List value) method CodeList_of_Circle2d_ (line 11932) | public void CodeList_of_Circle2d_(ref List value) method CodeList_of_Line2d_ (line 11942) | public void CodeList_of_Line2d_(ref List value) method CodeList_of_Line3d_ (line 11952) | public void CodeList_of_Line3d_(ref List value) method CodeList_of_Plane2d_ (line 11962) | public void CodeList_of_Plane2d_(ref List value) method CodeList_of_Plane3d_ (line 11972) | public void CodeList_of_Plane3d_(ref List value) method CodeList_of_PlaneWithPoint3d_ (line 11982) | public void CodeList_of_PlaneWithPoint3d_(ref List v... method CodeList_of_Quad2d_ (line 11992) | public void CodeList_of_Quad2d_(ref List value) method CodeList_of_Quad3d_ (line 12002) | public void CodeList_of_Quad3d_(ref List value) method CodeList_of_Ray2d_ (line 12012) | public void CodeList_of_Ray2d_(ref List value) method CodeList_of_Ray3d_ (line 12022) | public void CodeList_of_Ray3d_(ref List value) method CodeList_of_Sphere3d_ (line 12032) | public void CodeList_of_Sphere3d_(ref List value) method CodeList_of_Triangle2d_ (line 12042) | public void CodeList_of_Triangle2d_(ref List value) method CodeList_of_Triangle3d_ (line 12052) | public void CodeList_of_Triangle3d_(ref List value) method CodeList_of_Circle2f_ (line 12062) | public void CodeList_of_Circle2f_(ref List value) method CodeList_of_Line2f_ (line 12072) | public void CodeList_of_Line2f_(ref List value) method CodeList_of_Line3f_ (line 12082) | public void CodeList_of_Line3f_(ref List value) method CodeList_of_Plane2f_ (line 12092) | public void CodeList_of_Plane2f_(ref List value) method CodeList_of_Plane3f_ (line 12102) | public void CodeList_of_Plane3f_(ref List value) method CodeList_of_PlaneWithPoint3f_ (line 12112) | public void CodeList_of_PlaneWithPoint3f_(ref List v... method CodeList_of_Quad2f_ (line 12122) | public void CodeList_of_Quad2f_(ref List value) method CodeList_of_Quad3f_ (line 12132) | public void CodeList_of_Quad3f_(ref List value) method CodeList_of_Ray2f_ (line 12142) | public void CodeList_of_Ray2f_(ref List value) method CodeList_of_Ray3f_ (line 12152) | public void CodeList_of_Ray3f_(ref List value) method CodeList_of_Sphere3f_ (line 12162) | public void CodeList_of_Sphere3f_(ref List value) method CodeList_of_Triangle2f_ (line 12172) | public void CodeList_of_Triangle2f_(ref List value) method CodeList_of_Triangle3f_ (line 12182) | public void CodeList_of_Triangle3f_(ref List value) method CodeList_of_Vector_of_Byte__ (line 12192) | public void CodeList_of_Vector_of_Byte__(ref List> value) method CodeList_of_Vector_of_SByte__ (line 12202) | public void CodeList_of_Vector_of_SByte__(ref List> value) method CodeList_of_Vector_of_Short__ (line 12212) | public void CodeList_of_Vector_of_Short__(ref List> value) method CodeList_of_Vector_of_UShort__ (line 12222) | public void CodeList_of_Vector_of_UShort__(ref List> va... method CodeList_of_Vector_of_Int__ (line 12232) | public void CodeList_of_Vector_of_Int__(ref List> value) method CodeList_of_Vector_of_UInt__ (line 12242) | public void CodeList_of_Vector_of_UInt__(ref List> value) method CodeList_of_Vector_of_Long__ (line 12252) | public void CodeList_of_Vector_of_Long__(ref List> value) method CodeList_of_Vector_of_ULong__ (line 12262) | public void CodeList_of_Vector_of_ULong__(ref List> value) method CodeList_of_Vector_of_Float__ (line 12272) | public void CodeList_of_Vector_of_Float__(ref List> value) method CodeList_of_Vector_of_Double__ (line 12282) | public void CodeList_of_Vector_of_Double__(ref List> va... method CodeList_of_Vector_of_Fraction__ (line 12292) | public void CodeList_of_Vector_of_Fraction__(ref List... method CodeList_of_Vector_of_V2i__ (line 12302) | public void CodeList_of_Vector_of_V2i__(ref List> value) method CodeList_of_Vector_of_V2l__ (line 12312) | public void CodeList_of_Vector_of_V2l__(ref List> value) method CodeList_of_Vector_of_V2f__ (line 12322) | public void CodeList_of_Vector_of_V2f__(ref List> value) method CodeList_of_Vector_of_V2d__ (line 12332) | public void CodeList_of_Vector_of_V2d__(ref List> value) method CodeList_of_Vector_of_V3i__ (line 12342) | public void CodeList_of_Vector_of_V3i__(ref List> value) method CodeList_of_Vector_of_V3l__ (line 12352) | public void CodeList_of_Vector_of_V3l__(ref List> value) method CodeList_of_Vector_of_V3f__ (line 12362) | public void CodeList_of_Vector_of_V3f__(ref List> value) method CodeList_of_Vector_of_V3d__ (line 12372) | public void CodeList_of_Vector_of_V3d__(ref List> value) method CodeList_of_Vector_of_V4i__ (line 12382) | public void CodeList_of_Vector_of_V4i__(ref List> value) method CodeList_of_Vector_of_V4l__ (line 12392) | public void CodeList_of_Vector_of_V4l__(ref List> value) method CodeList_of_Vector_of_V4f__ (line 12402) | public void CodeList_of_Vector_of_V4f__(ref List> value) method CodeList_of_Vector_of_V4d__ (line 12412) | public void CodeList_of_Vector_of_V4d__(ref List> value) method CodeList_of_Vector_of_M22i__ (line 12422) | public void CodeList_of_Vector_of_M22i__(ref List> value) method CodeList_of_Vector_of_M22l__ (line 12432) | public void CodeList_of_Vector_of_M22l__(ref List> value) method CodeList_of_Vector_of_M22f__ (line 12442) | public void CodeList_of_Vector_of_M22f__(ref List> value) method CodeList_of_Vector_of_M22d__ (line 12452) | public void CodeList_of_Vector_of_M22d__(ref List> value) method CodeList_of_Vector_of_M23i__ (line 12462) | public void CodeList_of_Vector_of_M23i__(ref List> value) method CodeList_of_Vector_of_M23l__ (line 12472) | public void CodeList_of_Vector_of_M23l__(ref List> value) method CodeList_of_Vector_of_M23f__ (line 12482) | public void CodeList_of_Vector_of_M23f__(ref List> value) method CodeList_of_Vector_of_M23d__ (line 12492) | public void CodeList_of_Vector_of_M23d__(ref List> value) method CodeList_of_Vector_of_M33i__ (line 12502) | public void CodeList_of_Vector_of_M33i__(ref List> value) method CodeList_of_Vector_of_M33l__ (line 12512) | public void CodeList_of_Vector_of_M33l__(ref List> value) method CodeList_of_Vector_of_M33f__ (line 12522) | public void CodeList_of_Vector_of_M33f__(ref List> value) method CodeList_of_Vector_of_M33d__ (line 12532) | public void CodeList_of_Vector_of_M33d__(ref List> value) method CodeList_of_Vector_of_M34i__ (line 12542) | public void CodeList_of_Vector_of_M34i__(ref List> value) method CodeList_of_Vector_of_M34l__ (line 12552) | public void CodeList_of_Vector_of_M34l__(ref List> value) method CodeList_of_Vector_of_M34f__ (line 12562) | public void CodeList_of_Vector_of_M34f__(ref List> value) method CodeList_of_Vector_of_M34d__ (line 12572) | public void CodeList_of_Vector_of_M34d__(ref List> value) method CodeList_of_Vector_of_M44i__ (line 12582) | public void CodeList_of_Vector_of_M44i__(ref List> value) method CodeList_of_Vector_of_M44l__ (line 12592) | public void CodeList_of_Vector_of_M44l__(ref List> value) method CodeList_of_Vector_of_M44f__ (line 12602) | public void CodeList_of_Vector_of_M44f__(ref List> value) method CodeList_of_Vector_of_M44d__ (line 12612) | public void CodeList_of_Vector_of_M44d__(ref List> value) method CodeList_of_Vector_of_C3b__ (line 12622) | public void CodeList_of_Vector_of_C3b__(ref List> value) method CodeList_of_Vector_of_C3us__ (line 12632) | public void CodeList_of_Vector_of_C3us__(ref List> value) method CodeList_of_Vector_of_C3ui__ (line 12642) | public void CodeList_of_Vector_of_C3ui__(ref List> value) method CodeList_of_Vector_of_C3f__ (line 12652) | public void CodeList_of_Vector_of_C3f__(ref List> value) method CodeList_of_Vector_of_C3d__ (line 12662) | public void CodeList_of_Vector_of_C3d__(ref List> value) method CodeList_of_Vector_of_C4b__ (line 12672) | public void CodeList_of_Vector_of_C4b__(ref List> value) method CodeList_of_Vector_of_C4us__ (line 12682) | public void CodeList_of_Vector_of_C4us__(ref List> value) method CodeList_of_Vector_of_C4ui__ (line 12692) | public void CodeList_of_Vector_of_C4ui__(ref List> value) method CodeList_of_Vector_of_C4f__ (line 12702) | public void CodeList_of_Vector_of_C4f__(ref List> value) method CodeList_of_Vector_of_C4d__ (line 12712) | public void CodeList_of_Vector_of_C4d__(ref List> value) method CodeList_of_Vector_of_Range1b__ (line 12722) | public void CodeList_of_Vector_of_Range1b__(ref List> ... method CodeList_of_Vector_of_Range1sb__ (line 12732) | public void CodeList_of_Vector_of_Range1sb__(ref List... method CodeList_of_Vector_of_Range1s__ (line 12742) | public void CodeList_of_Vector_of_Range1s__(ref List> ... method CodeList_of_Vector_of_Range1us__ (line 12752) | public void CodeList_of_Vector_of_Range1us__(ref List... method CodeList_of_Vector_of_Range1i__ (line 12762) | public void CodeList_of_Vector_of_Range1i__(ref List> ... method CodeList_of_Vector_of_Range1ui__ (line 12772) | public void CodeList_of_Vector_of_Range1ui__(ref List... method CodeList_of_Vector_of_Range1l__ (line 12782) | public void CodeList_of_Vector_of_Range1l__(ref List> ... method CodeList_of_Vector_of_Range1ul__ (line 12792) | public void CodeList_of_Vector_of_Range1ul__(ref List... method CodeList_of_Vector_of_Range1f__ (line 12802) | public void CodeList_of_Vector_of_Range1f__(ref List> ... method CodeList_of_Vector_of_Range1d__ (line 12812) | public void CodeList_of_Vector_of_Range1d__(ref List> ... method CodeList_of_Vector_of_Box2i__ (line 12822) | public void CodeList_of_Vector_of_Box2i__(ref List> value) method CodeList_of_Vector_of_Box2l__ (line 12832) | public void CodeList_of_Vector_of_Box2l__(ref List> value) method CodeList_of_Vector_of_Box2f__ (line 12842) | public void CodeList_of_Vector_of_Box2f__(ref List> value) method CodeList_of_Vector_of_Box2d__ (line 12852) | public void CodeList_of_Vector_of_Box2d__(ref List> value) method CodeList_of_Vector_of_Box3i__ (line 12862) | public void CodeList_of_Vector_of_Box3i__(ref List> value) method CodeList_of_Vector_of_Box3l__ (line 12872) | public void CodeList_of_Vector_of_Box3l__(ref List> value) method CodeList_of_Vector_of_Box3f__ (line 12882) | public void CodeList_of_Vector_of_Box3f__(ref List> value) method CodeList_of_Vector_of_Box3d__ (line 12892) | public void CodeList_of_Vector_of_Box3d__(ref List> value) method CodeList_of_Vector_of_Euclidean3f__ (line 12902) | public void CodeList_of_Vector_of_Euclidean3f__(ref List> value) method CodeList_of_Vector_of_Rot2d__ (line 12932) | public void CodeList_of_Vector_of_Rot2d__(ref List> value) method CodeList_of_Vector_of_Rot3f__ (line 12942) | public void CodeList_of_Vector_of_Rot3f__(ref List> value) method CodeList_of_Vector_of_Rot3d__ (line 12952) | public void CodeList_of_Vector_of_Rot3d__(ref List> value) method CodeList_of_Vector_of_Scale3f__ (line 12962) | public void CodeList_of_Vector_of_Scale3f__(ref List> ... method CodeList_of_Vector_of_Scale3d__ (line 12972) | public void CodeList_of_Vector_of_Scale3d__(ref List> ... method CodeList_of_Vector_of_Shift3f__ (line 12982) | public void CodeList_of_Vector_of_Shift3f__(ref List> ... method CodeList_of_Vector_of_Shift3d__ (line 12992) | public void CodeList_of_Vector_of_Shift3d__(ref List> ... method CodeList_of_Vector_of_Trafo2f__ (line 13002) | public void CodeList_of_Vector_of_Trafo2f__(ref List> ... method CodeList_of_Vector_of_Trafo2d__ (line 13012) | public void CodeList_of_Vector_of_Trafo2d__(ref List> ... method CodeList_of_Vector_of_Trafo3f__ (line 13022) | public void CodeList_of_Vector_of_Trafo3f__(ref List> ... method CodeList_of_Vector_of_Trafo3d__ (line 13032) | public void CodeList_of_Vector_of_Trafo3d__(ref List> ... method CodeList_of_Vector_of_Bool__ (line 13042) | public void CodeList_of_Vector_of_Bool__(ref List> value) method CodeList_of_Vector_of_Char__ (line 13052) | public void CodeList_of_Vector_of_Char__(ref List> value) method CodeList_of_Vector_of_String__ (line 13062) | public void CodeList_of_Vector_of_String__(ref List> va... method CodeList_of_Vector_of_Type__ (line 13072) | public void CodeList_of_Vector_of_Type__(ref List> value) method CodeList_of_Vector_of_Guid__ (line 13082) | public void CodeList_of_Vector_of_Guid__(ref List> value) method CodeList_of_Vector_of_Symbol__ (line 13092) | public void CodeList_of_Vector_of_Symbol__(ref List> va... method CodeList_of_Vector_of_Circle2d__ (line 13102) | public void CodeList_of_Vector_of_Circle2d__(ref List... method CodeList_of_Vector_of_Line2d__ (line 13112) | public void CodeList_of_Vector_of_Line2d__(ref List> va... method CodeList_of_Vector_of_Line3d__ (line 13122) | public void CodeList_of_Vector_of_Line3d__(ref List> va... method CodeList_of_Vector_of_Plane2d__ (line 13132) | public void CodeList_of_Vector_of_Plane2d__(ref List> ... method CodeList_of_Vector_of_Plane3d__ (line 13142) | public void CodeList_of_Vector_of_Plane3d__(ref List> ... method CodeList_of_Vector_of_PlaneWithPoint3d__ (line 13152) | public void CodeList_of_Vector_of_PlaneWithPoint3d__(ref List> va... method CodeList_of_Vector_of_Quad3d__ (line 13172) | public void CodeList_of_Vector_of_Quad3d__(ref List> va... method CodeList_of_Vector_of_Ray2d__ (line 13182) | public void CodeList_of_Vector_of_Ray2d__(ref List> value) method CodeList_of_Vector_of_Ray3d__ (line 13192) | public void CodeList_of_Vector_of_Ray3d__(ref List> value) method CodeList_of_Vector_of_Sphere3d__ (line 13202) | public void CodeList_of_Vector_of_Sphere3d__(ref List... method CodeList_of_Vector_of_Triangle2d__ (line 13212) | public void CodeList_of_Vector_of_Triangle2d__(ref List... method CodeList_of_Vector_of_Line2f__ (line 13242) | public void CodeList_of_Vector_of_Line2f__(ref List> va... method CodeList_of_Vector_of_Line3f__ (line 13252) | public void CodeList_of_Vector_of_Line3f__(ref List> va... method CodeList_of_Vector_of_Plane2f__ (line 13262) | public void CodeList_of_Vector_of_Plane2f__(ref List> ... method CodeList_of_Vector_of_Plane3f__ (line 13272) | public void CodeList_of_Vector_of_Plane3f__(ref List> ... method CodeList_of_Vector_of_PlaneWithPoint3f__ (line 13282) | public void CodeList_of_Vector_of_PlaneWithPoint3f__(ref List> va... method CodeList_of_Vector_of_Quad3f__ (line 13302) | public void CodeList_of_Vector_of_Quad3f__(ref List> va... method CodeList_of_Vector_of_Ray2f__ (line 13312) | public void CodeList_of_Vector_of_Ray2f__(ref List> value) method CodeList_of_Vector_of_Ray3f__ (line 13322) | public void CodeList_of_Vector_of_Ray3f__(ref List> value) method CodeList_of_Vector_of_Sphere3f__ (line 13332) | public void CodeList_of_Vector_of_Sphere3f__(ref List... method CodeList_of_Vector_of_Triangle2f__ (line 13342) | public void CodeList_of_Vector_of_Triangle2f__(ref List> value) method CodeList_of_Matrix_of_SByte__ (line 13372) | public void CodeList_of_Matrix_of_SByte__(ref List> value) method CodeList_of_Matrix_of_Short__ (line 13382) | public void CodeList_of_Matrix_of_Short__(ref List> value) method CodeList_of_Matrix_of_UShort__ (line 13392) | public void CodeList_of_Matrix_of_UShort__(ref List> va... method CodeList_of_Matrix_of_Int__ (line 13402) | public void CodeList_of_Matrix_of_Int__(ref List> value) method CodeList_of_Matrix_of_UInt__ (line 13412) | public void CodeList_of_Matrix_of_UInt__(ref List> value) method CodeList_of_Matrix_of_Long__ (line 13422) | public void CodeList_of_Matrix_of_Long__(ref List> value) method CodeList_of_Matrix_of_ULong__ (line 13432) | public void CodeList_of_Matrix_of_ULong__(ref List> value) method CodeList_of_Matrix_of_Float__ (line 13442) | public void CodeList_of_Matrix_of_Float__(ref List> value) method CodeList_of_Matrix_of_Double__ (line 13452) | public void CodeList_of_Matrix_of_Double__(ref List> va... method CodeList_of_Matrix_of_Fraction__ (line 13462) | public void CodeList_of_Matrix_of_Fraction__(ref List... method CodeList_of_Matrix_of_V2i__ (line 13472) | public void CodeList_of_Matrix_of_V2i__(ref List> value) method CodeList_of_Matrix_of_V2l__ (line 13482) | public void CodeList_of_Matrix_of_V2l__(ref List> value) method CodeList_of_Matrix_of_V2f__ (line 13492) | public void CodeList_of_Matrix_of_V2f__(ref List> value) method CodeList_of_Matrix_of_V2d__ (line 13502) | public void CodeList_of_Matrix_of_V2d__(ref List> value) method CodeList_of_Matrix_of_V3i__ (line 13512) | public void CodeList_of_Matrix_of_V3i__(ref List> value) method CodeList_of_Matrix_of_V3l__ (line 13522) | public void CodeList_of_Matrix_of_V3l__(ref List> value) method CodeList_of_Matrix_of_V3f__ (line 13532) | public void CodeList_of_Matrix_of_V3f__(ref List> value) method CodeList_of_Matrix_of_V3d__ (line 13542) | public void CodeList_of_Matrix_of_V3d__(ref List> value) method CodeList_of_Matrix_of_V4i__ (line 13552) | public void CodeList_of_Matrix_of_V4i__(ref List> value) method CodeList_of_Matrix_of_V4l__ (line 13562) | public void CodeList_of_Matrix_of_V4l__(ref List> value) method CodeList_of_Matrix_of_V4f__ (line 13572) | public void CodeList_of_Matrix_of_V4f__(ref List> value) method CodeList_of_Matrix_of_V4d__ (line 13582) | public void CodeList_of_Matrix_of_V4d__(ref List> value) method CodeList_of_Matrix_of_M22i__ (line 13592) | public void CodeList_of_Matrix_of_M22i__(ref List> value) method CodeList_of_Matrix_of_M22l__ (line 13602) | public void CodeList_of_Matrix_of_M22l__(ref List> value) method CodeList_of_Matrix_of_M22f__ (line 13612) | public void CodeList_of_Matrix_of_M22f__(ref List> value) method CodeList_of_Matrix_of_M22d__ (line 13622) | public void CodeList_of_Matrix_of_M22d__(ref List> value) method CodeList_of_Matrix_of_M23i__ (line 13632) | public void CodeList_of_Matrix_of_M23i__(ref List> value) method CodeList_of_Matrix_of_M23l__ (line 13642) | public void CodeList_of_Matrix_of_M23l__(ref List> value) method CodeList_of_Matrix_of_M23f__ (line 13652) | public void CodeList_of_Matrix_of_M23f__(ref List> value) method CodeList_of_Matrix_of_M23d__ (line 13662) | public void CodeList_of_Matrix_of_M23d__(ref List> value) method CodeList_of_Matrix_of_M33i__ (line 13672) | public void CodeList_of_Matrix_of_M33i__(ref List> value) method CodeList_of_Matrix_of_M33l__ (line 13682) | public void CodeList_of_Matrix_of_M33l__(ref List> value) method CodeList_of_Matrix_of_M33f__ (line 13692) | public void CodeList_of_Matrix_of_M33f__(ref List> value) method CodeList_of_Matrix_of_M33d__ (line 13702) | public void CodeList_of_Matrix_of_M33d__(ref List> value) method CodeList_of_Matrix_of_M34i__ (line 13712) | public void CodeList_of_Matrix_of_M34i__(ref List> value) method CodeList_of_Matrix_of_M34l__ (line 13722) | public void CodeList_of_Matrix_of_M34l__(ref List> value) method CodeList_of_Matrix_of_M34f__ (line 13732) | public void CodeList_of_Matrix_of_M34f__(ref List> value) method CodeList_of_Matrix_of_M34d__ (line 13742) | public void CodeList_of_Matrix_of_M34d__(ref List> value) method CodeList_of_Matrix_of_M44i__ (line 13752) | public void CodeList_of_Matrix_of_M44i__(ref List> value) method CodeList_of_Matrix_of_M44l__ (line 13762) | public void CodeList_of_Matrix_of_M44l__(ref List> value) method CodeList_of_Matrix_of_M44f__ (line 13772) | public void CodeList_of_Matrix_of_M44f__(ref List> value) method CodeList_of_Matrix_of_M44d__ (line 13782) | public void CodeList_of_Matrix_of_M44d__(ref List> value) method CodeList_of_Matrix_of_C3b__ (line 13792) | public void CodeList_of_Matrix_of_C3b__(ref List> value) method CodeList_of_Matrix_of_C3us__ (line 13802) | public void CodeList_of_Matrix_of_C3us__(ref List> value) method CodeList_of_Matrix_of_C3ui__ (line 13812) | public void CodeList_of_Matrix_of_C3ui__(ref List> value) method CodeList_of_Matrix_of_C3f__ (line 13822) | public void CodeList_of_Matrix_of_C3f__(ref List> value) method CodeList_of_Matrix_of_C3d__ (line 13832) | public void CodeList_of_Matrix_of_C3d__(ref List> value) method CodeList_of_Matrix_of_C4b__ (line 13842) | public void CodeList_of_Matrix_of_C4b__(ref List> value) method CodeList_of_Matrix_of_C4us__ (line 13852) | public void CodeList_of_Matrix_of_C4us__(ref List> value) method CodeList_of_Matrix_of_C4ui__ (line 13862) | public void CodeList_of_Matrix_of_C4ui__(ref List> value) method CodeList_of_Matrix_of_C4f__ (line 13872) | public void CodeList_of_Matrix_of_C4f__(ref List> value) method CodeList_of_Matrix_of_C4d__ (line 13882) | public void CodeList_of_Matrix_of_C4d__(ref List> value) method CodeList_of_Matrix_of_Range1b__ (line 13892) | public void CodeList_of_Matrix_of_Range1b__(ref List> ... method CodeList_of_Matrix_of_Range1sb__ (line 13902) | public void CodeList_of_Matrix_of_Range1sb__(ref List... method CodeList_of_Matrix_of_Range1s__ (line 13912) | public void CodeList_of_Matrix_of_Range1s__(ref List> ... method CodeList_of_Matrix_of_Range1us__ (line 13922) | public void CodeList_of_Matrix_of_Range1us__(ref List... method CodeList_of_Matrix_of_Range1i__ (line 13932) | public void CodeList_of_Matrix_of_Range1i__(ref List> ... method CodeList_of_Matrix_of_Range1ui__ (line 13942) | public void CodeList_of_Matrix_of_Range1ui__(ref List... method CodeList_of_Matrix_of_Range1l__ (line 13952) | public void CodeList_of_Matrix_of_Range1l__(ref List> ... method CodeList_of_Matrix_of_Range1ul__ (line 13962) | public void CodeList_of_Matrix_of_Range1ul__(ref List... method CodeList_of_Matrix_of_Range1f__ (line 13972) | public void CodeList_of_Matrix_of_Range1f__(ref List> ... method CodeList_of_Matrix_of_Range1d__ (line 13982) | public void CodeList_of_Matrix_of_Range1d__(ref List> ... method CodeList_of_Matrix_of_Box2i__ (line 13992) | public void CodeList_of_Matrix_of_Box2i__(ref List> value) method CodeList_of_Matrix_of_Box2l__ (line 14002) | public void CodeList_of_Matrix_of_Box2l__(ref List> value) method CodeList_of_Matrix_of_Box2f__ (line 14012) | public void CodeList_of_Matrix_of_Box2f__(ref List> value) method CodeList_of_Matrix_of_Box2d__ (line 14022) | public void CodeList_of_Matrix_of_Box2d__(ref List> value) method CodeList_of_Matrix_of_Box3i__ (line 14032) | public void CodeList_of_Matrix_of_Box3i__(ref List> value) method CodeList_of_Matrix_of_Box3l__ (line 14042) | public void CodeList_of_Matrix_of_Box3l__(ref List> value) method CodeList_of_Matrix_of_Box3f__ (line 14052) | public void CodeList_of_Matrix_of_Box3f__(ref List> value) method CodeList_of_Matrix_of_Box3d__ (line 14062) | public void CodeList_of_Matrix_of_Box3d__(ref List> value) method CodeList_of_Matrix_of_Euclidean3f__ (line 14072) | public void CodeList_of_Matrix_of_Euclidean3f__(ref List> value) method CodeList_of_Matrix_of_Rot2d__ (line 14102) | public void CodeList_of_Matrix_of_Rot2d__(ref List> value) method CodeList_of_Matrix_of_Rot3f__ (line 14112) | public void CodeList_of_Matrix_of_Rot3f__(ref List> value) method CodeList_of_Matrix_of_Rot3d__ (line 14122) | public void CodeList_of_Matrix_of_Rot3d__(ref List> value) method CodeList_of_Matrix_of_Scale3f__ (line 14132) | public void CodeList_of_Matrix_of_Scale3f__(ref List> ... method CodeList_of_Matrix_of_Scale3d__ (line 14142) | public void CodeList_of_Matrix_of_Scale3d__(ref List> ... method CodeList_of_Matrix_of_Shift3f__ (line 14152) | public void CodeList_of_Matrix_of_Shift3f__(ref List> ... method CodeList_of_Matrix_of_Shift3d__ (line 14162) | public void CodeList_of_Matrix_of_Shift3d__(ref List> ... method CodeList_of_Matrix_of_Trafo2f__ (line 14172) | public void CodeList_of_Matrix_of_Trafo2f__(ref List> ... method CodeList_of_Matrix_of_Trafo2d__ (line 14182) | public void CodeList_of_Matrix_of_Trafo2d__(ref List> ... method CodeList_of_Matrix_of_Trafo3f__ (line 14192) | public void CodeList_of_Matrix_of_Trafo3f__(ref List> ... method CodeList_of_Matrix_of_Trafo3d__ (line 14202) | public void CodeList_of_Matrix_of_Trafo3d__(ref List> ... method CodeList_of_Matrix_of_Bool__ (line 14212) | public void CodeList_of_Matrix_of_Bool__(ref List> value) method CodeList_of_Matrix_of_Char__ (line 14222) | public void CodeList_of_Matrix_of_Char__(ref List> value) method CodeList_of_Matrix_of_String__ (line 14232) | public void CodeList_of_Matrix_of_String__(ref List> va... method CodeList_of_Matrix_of_Type__ (line 14242) | public void CodeList_of_Matrix_of_Type__(ref List> value) method CodeList_of_Matrix_of_Guid__ (line 14252) | public void CodeList_of_Matrix_of_Guid__(ref List> value) method CodeList_of_Matrix_of_Symbol__ (line 14262) | public void CodeList_of_Matrix_of_Symbol__(ref List> va... method CodeList_of_Matrix_of_Circle2d__ (line 14272) | public void CodeList_of_Matrix_of_Circle2d__(ref List... method CodeList_of_Matrix_of_Line2d__ (line 14282) | public void CodeList_of_Matrix_of_Line2d__(ref List> va... method CodeList_of_Matrix_of_Line3d__ (line 14292) | public void CodeList_of_Matrix_of_Line3d__(ref List> va... method CodeList_of_Matrix_of_Plane2d__ (line 14302) | public void CodeList_of_Matrix_of_Plane2d__(ref List> ... method CodeList_of_Matrix_of_Plane3d__ (line 14312) | public void CodeList_of_Matrix_of_Plane3d__(ref List> ... method CodeList_of_Matrix_of_PlaneWithPoint3d__ (line 14322) | public void CodeList_of_Matrix_of_PlaneWithPoint3d__(ref List> va... method CodeList_of_Matrix_of_Quad3d__ (line 14342) | public void CodeList_of_Matrix_of_Quad3d__(ref List> va... method CodeList_of_Matrix_of_Ray2d__ (line 14352) | public void CodeList_of_Matrix_of_Ray2d__(ref List> value) method CodeList_of_Matrix_of_Ray3d__ (line 14362) | public void CodeList_of_Matrix_of_Ray3d__(ref List> value) method CodeList_of_Matrix_of_Sphere3d__ (line 14372) | public void CodeList_of_Matrix_of_Sphere3d__(ref List... method CodeList_of_Matrix_of_Triangle2d__ (line 14382) | public void CodeList_of_Matrix_of_Triangle2d__(ref List... method CodeList_of_Matrix_of_Line2f__ (line 14412) | public void CodeList_of_Matrix_of_Line2f__(ref List> va... method CodeList_of_Matrix_of_Line3f__ (line 14422) | public void CodeList_of_Matrix_of_Line3f__(ref List> va... method CodeList_of_Matrix_of_Plane2f__ (line 14432) | public void CodeList_of_Matrix_of_Plane2f__(ref List> ... method CodeList_of_Matrix_of_Plane3f__ (line 14442) | public void CodeList_of_Matrix_of_Plane3f__(ref List> ... method CodeList_of_Matrix_of_PlaneWithPoint3f__ (line 14452) | public void CodeList_of_Matrix_of_PlaneWithPoint3f__(ref List> va... method CodeList_of_Matrix_of_Quad3f__ (line 14472) | public void CodeList_of_Matrix_of_Quad3f__(ref List> va... method CodeList_of_Matrix_of_Ray2f__ (line 14482) | public void CodeList_of_Matrix_of_Ray2f__(ref List> value) method CodeList_of_Matrix_of_Ray3f__ (line 14492) | public void CodeList_of_Matrix_of_Ray3f__(ref List> value) method CodeList_of_Matrix_of_Sphere3f__ (line 14502) | public void CodeList_of_Matrix_of_Sphere3f__(ref List... method CodeList_of_Matrix_of_Triangle2f__ (line 14512) | public void CodeList_of_Matrix_of_Triangle2f__(ref List> value) method CodeList_of_Volume_of_SByte__ (line 14542) | public void CodeList_of_Volume_of_SByte__(ref List> value) method CodeList_of_Volume_of_Short__ (line 14552) | public void CodeList_of_Volume_of_Short__(ref List> value) method CodeList_of_Volume_of_UShort__ (line 14562) | public void CodeList_of_Volume_of_UShort__(ref List> va... method CodeList_of_Volume_of_Int__ (line 14572) | public void CodeList_of_Volume_of_Int__(ref List> value) method CodeList_of_Volume_of_UInt__ (line 14582) | public void CodeList_of_Volume_of_UInt__(ref List> value) method CodeList_of_Volume_of_Long__ (line 14592) | public void CodeList_of_Volume_of_Long__(ref List> value) method CodeList_of_Volume_of_ULong__ (line 14602) | public void CodeList_of_Volume_of_ULong__(ref List> value) method CodeList_of_Volume_of_Float__ (line 14612) | public void CodeList_of_Volume_of_Float__(ref List> value) method CodeList_of_Volume_of_Double__ (line 14622) | public void CodeList_of_Volume_of_Double__(ref List> va... method CodeList_of_Volume_of_Fraction__ (line 14632) | public void CodeList_of_Volume_of_Fraction__(ref List... method CodeList_of_Volume_of_V2i__ (line 14642) | public void CodeList_of_Volume_of_V2i__(ref List> value) method CodeList_of_Volume_of_V2l__ (line 14652) | public void CodeList_of_Volume_of_V2l__(ref List> value) method CodeList_of_Volume_of_V2f__ (line 14662) | public void CodeList_of_Volume_of_V2f__(ref List> value) method CodeList_of_Volume_of_V2d__ (line 14672) | public void CodeList_of_Volume_of_V2d__(ref List> value) method CodeList_of_Volume_of_V3i__ (line 14682) | public void CodeList_of_Volume_of_V3i__(ref List> value) method CodeList_of_Volume_of_V3l__ (line 14692) | public void CodeList_of_Volume_of_V3l__(ref List> value) method CodeList_of_Volume_of_V3f__ (line 14702) | public void CodeList_of_Volume_of_V3f__(ref List> value) method CodeList_of_Volume_of_V3d__ (line 14712) | public void CodeList_of_Volume_of_V3d__(ref List> value) method CodeList_of_Volume_of_V4i__ (line 14722) | public void CodeList_of_Volume_of_V4i__(ref List> value) method CodeList_of_Volume_of_V4l__ (line 14732) | public void CodeList_of_Volume_of_V4l__(ref List> value) method CodeList_of_Volume_of_V4f__ (line 14742) | public void CodeList_of_Volume_of_V4f__(ref List> value) method CodeList_of_Volume_of_V4d__ (line 14752) | public void CodeList_of_Volume_of_V4d__(ref List> value) method CodeList_of_Volume_of_M22i__ (line 14762) | public void CodeList_of_Volume_of_M22i__(ref List> value) method CodeList_of_Volume_of_M22l__ (line 14772) | public void CodeList_of_Volume_of_M22l__(ref List> value) method CodeList_of_Volume_of_M22f__ (line 14782) | public void CodeList_of_Volume_of_M22f__(ref List> value) method CodeList_of_Volume_of_M22d__ (line 14792) | public void CodeList_of_Volume_of_M22d__(ref List> value) method CodeList_of_Volume_of_M23i__ (line 14802) | public void CodeList_of_Volume_of_M23i__(ref List> value) method CodeList_of_Volume_of_M23l__ (line 14812) | public void CodeList_of_Volume_of_M23l__(ref List> value) method CodeList_of_Volume_of_M23f__ (line 14822) | public void CodeList_of_Volume_of_M23f__(ref List> value) method CodeList_of_Volume_of_M23d__ (line 14832) | public void CodeList_of_Volume_of_M23d__(ref List> value) method CodeList_of_Volume_of_M33i__ (line 14842) | public void CodeList_of_Volume_of_M33i__(ref List> value) method CodeList_of_Volume_of_M33l__ (line 14852) | public void CodeList_of_Volume_of_M33l__(ref List> value) method CodeList_of_Volume_of_M33f__ (line 14862) | public void CodeList_of_Volume_of_M33f__(ref List> value) method CodeList_of_Volume_of_M33d__ (line 14872) | public void CodeList_of_Volume_of_M33d__(ref List> value) method CodeList_of_Volume_of_M34i__ (line 14882) | public void CodeList_of_Volume_of_M34i__(ref List> value) method CodeList_of_Volume_of_M34l__ (line 14892) | public void CodeList_of_Volume_of_M34l__(ref List> value) method CodeList_of_Volume_of_M34f__ (line 14902) | public void CodeList_of_Volume_of_M34f__(ref List> value) method CodeList_of_Volume_of_M34d__ (line 14912) | public void CodeList_of_Volume_of_M34d__(ref List> value) method CodeList_of_Volume_of_M44i__ (line 14922) | public void CodeList_of_Volume_of_M44i__(ref List> value) method CodeList_of_Volume_of_M44l__ (line 14932) | public void CodeList_of_Volume_of_M44l__(ref List> value) method CodeList_of_Volume_of_M44f__ (line 14942) | public void CodeList_of_Volume_of_M44f__(ref List> value) method CodeList_of_Volume_of_M44d__ (line 14952) | public void CodeList_of_Volume_of_M44d__(ref List> value) method CodeList_of_Volume_of_C3b__ (line 14962) | public void CodeList_of_Volume_of_C3b__(ref List> value) method CodeList_of_Volume_of_C3us__ (line 14972) | public void CodeList_of_Volume_of_C3us__(ref List> value) method CodeList_of_Volume_of_C3ui__ (line 14982) | public void CodeList_of_Volume_of_C3ui__(ref List> value) method CodeList_of_Volume_of_C3f__ (line 14992) | public void CodeList_of_Volume_of_C3f__(ref List> value) method CodeList_of_Volume_of_C3d__ (line 15002) | public void CodeList_of_Volume_of_C3d__(ref List> value) method CodeList_of_Volume_of_C4b__ (line 15012) | public void CodeList_of_Volume_of_C4b__(ref List> value) method CodeList_of_Volume_of_C4us__ (line 15022) | public void CodeList_of_Volume_of_C4us__(ref List> value) method CodeList_of_Volume_of_C4ui__ (line 15032) | public void CodeList_of_Volume_of_C4ui__(ref List> value) method CodeList_of_Volume_of_C4f__ (line 15042) | public void CodeList_of_Volume_of_C4f__(ref List> value) method CodeList_of_Volume_of_C4d__ (line 15052) | public void CodeList_of_Volume_of_C4d__(ref List> value) method CodeList_of_Volume_of_Range1b__ (line 15062) | public void CodeList_of_Volume_of_Range1b__(ref List> ... method CodeList_of_Volume_of_Range1sb__ (line 15072) | public void CodeList_of_Volume_of_Range1sb__(ref List... method CodeList_of_Volume_of_Range1s__ (line 15082) | public void CodeList_of_Volume_of_Range1s__(ref List> ... method CodeList_of_Volume_of_Range1us__ (line 15092) | public void CodeList_of_Volume_of_Range1us__(ref List... method CodeList_of_Volume_of_Range1i__ (line 15102) | public void CodeList_of_Volume_of_Range1i__(ref List> ... method CodeList_of_Volume_of_Range1ui__ (line 15112) | public void CodeList_of_Volume_of_Range1ui__(ref List... method CodeList_of_Volume_of_Range1l__ (line 15122) | public void CodeList_of_Volume_of_Range1l__(ref List> ... method CodeList_of_Volume_of_Range1ul__ (line 15132) | public void CodeList_of_Volume_of_Range1ul__(ref List... method CodeList_of_Volume_of_Range1f__ (line 15142) | public void CodeList_of_Volume_of_Range1f__(ref List> ... method CodeList_of_Volume_of_Range1d__ (line 15152) | public void CodeList_of_Volume_of_Range1d__(ref List> ... method CodeList_of_Volume_of_Box2i__ (line 15162) | public void CodeList_of_Volume_of_Box2i__(ref List> value) method CodeList_of_Volume_of_Box2l__ (line 15172) | public void CodeList_of_Volume_of_Box2l__(ref List> value) method CodeList_of_Volume_of_Box2f__ (line 15182) | public void CodeList_of_Volume_of_Box2f__(ref List> value) method CodeList_of_Volume_of_Box2d__ (line 15192) | public void CodeList_of_Volume_of_Box2d__(ref List> value) method CodeList_of_Volume_of_Box3i__ (line 15202) | public void CodeList_of_Volume_of_Box3i__(ref List> value) method CodeList_of_Volume_of_Box3l__ (line 15212) | public void CodeList_of_Volume_of_Box3l__(ref List> value) method CodeList_of_Volume_of_Box3f__ (line 15222) | public void CodeList_of_Volume_of_Box3f__(ref List> value) method CodeList_of_Volume_of_Box3d__ (line 15232) | public void CodeList_of_Volume_of_Box3d__(ref List> value) method CodeList_of_Volume_of_Euclidean3f__ (line 15242) | public void CodeList_of_Volume_of_Euclidean3f__(ref List> value) method CodeList_of_Volume_of_Rot2d__ (line 15272) | public void CodeList_of_Volume_of_Rot2d__(ref List> value) method CodeList_of_Volume_of_Rot3f__ (line 15282) | public void CodeList_of_Volume_of_Rot3f__(ref List> value) method CodeList_of_Volume_of_Rot3d__ (line 15292) | public void CodeList_of_Volume_of_Rot3d__(ref List> value) method CodeList_of_Volume_of_Scale3f__ (line 15302) | public void CodeList_of_Volume_of_Scale3f__(ref List> ... method CodeList_of_Volume_of_Scale3d__ (line 15312) | public void CodeList_of_Volume_of_Scale3d__(ref List> ... method CodeList_of_Volume_of_Shift3f__ (line 15322) | public void CodeList_of_Volume_of_Shift3f__(ref List> ... method CodeList_of_Volume_of_Shift3d__ (line 15332) | public void CodeList_of_Volume_of_Shift3d__(ref List> ... method CodeList_of_Volume_of_Trafo2f__ (line 15342) | public void CodeList_of_Volume_of_Trafo2f__(ref List> ... method CodeList_of_Volume_of_Trafo2d__ (line 15352) | public void CodeList_of_Volume_of_Trafo2d__(ref List> ... method CodeList_of_Volume_of_Trafo3f__ (line 15362) | public void CodeList_of_Volume_of_Trafo3f__(ref List> ... method CodeList_of_Volume_of_Trafo3d__ (line 15372) | public void CodeList_of_Volume_of_Trafo3d__(ref List> ... method CodeList_of_Volume_of_Bool__ (line 15382) | public void CodeList_of_Volume_of_Bool__(ref List> value) method CodeList_of_Volume_of_Char__ (line 15392) | public void CodeList_of_Volume_of_Char__(ref List> value) method CodeList_of_Volume_of_String__ (line 15402) | public void CodeList_of_Volume_of_String__(ref List> va... method CodeList_of_Volume_of_Type__ (line 15412) | public void CodeList_of_Volume_of_Type__(ref List> value) method CodeList_of_Volume_of_Guid__ (line 15422) | public void CodeList_of_Volume_of_Guid__(ref List> value) method CodeList_of_Volume_of_Symbol__ (line 15432) | public void CodeList_of_Volume_of_Symbol__(ref List> va... method CodeList_of_Volume_of_Circle2d__ (line 15442) | public void CodeList_of_Volume_of_Circle2d__(ref List... method CodeList_of_Volume_of_Line2d__ (line 15452) | public void CodeList_of_Volume_of_Line2d__(ref List> va... method CodeList_of_Volume_of_Line3d__ (line 15462) | public void CodeList_of_Volume_of_Line3d__(ref List> va... method CodeList_of_Volume_of_Plane2d__ (line 15472) | public void CodeList_of_Volume_of_Plane2d__(ref List> ... method CodeList_of_Volume_of_Plane3d__ (line 15482) | public void CodeList_of_Volume_of_Plane3d__(ref List> ... method CodeList_of_Volume_of_PlaneWithPoint3d__ (line 15492) | public void CodeList_of_Volume_of_PlaneWithPoint3d__(ref List> va... method CodeList_of_Volume_of_Quad3d__ (line 15512) | public void CodeList_of_Volume_of_Quad3d__(ref List> va... method CodeList_of_Volume_of_Ray2d__ (line 15522) | public void CodeList_of_Volume_of_Ray2d__(ref List> value) method CodeList_of_Volume_of_Ray3d__ (line 15532) | public void CodeList_of_Volume_of_Ray3d__(ref List> value) method CodeList_of_Volume_of_Sphere3d__ (line 15542) | public void CodeList_of_Volume_of_Sphere3d__(ref List... method CodeList_of_Volume_of_Triangle2d__ (line 15552) | public void CodeList_of_Volume_of_Triangle2d__(ref List... method CodeList_of_Volume_of_Line2f__ (line 15582) | public void CodeList_of_Volume_of_Line2f__(ref List> va... method CodeList_of_Volume_of_Line3f__ (line 15592) | public void CodeList_of_Volume_of_Line3f__(ref List> va... method CodeList_of_Volume_of_Plane2f__ (line 15602) | public void CodeList_of_Volume_of_Plane2f__(ref List> ... method CodeList_of_Volume_of_Plane3f__ (line 15612) | public void CodeList_of_Volume_of_Plane3f__(ref List> ... method CodeList_of_Volume_of_PlaneWithPoint3f__ (line 15622) | public void CodeList_of_Volume_of_PlaneWithPoint3f__(ref List> va... method CodeList_of_Volume_of_Quad3f__ (line 15642) | public void CodeList_of_Volume_of_Quad3f__(ref List> va... method CodeList_of_Volume_of_Ray2f__ (line 15652) | public void CodeList_of_Volume_of_Ray2f__(ref List> value) method CodeList_of_Volume_of_Ray3f__ (line 15662) | public void CodeList_of_Volume_of_Ray3f__(ref List> value) method CodeList_of_Volume_of_Sphere3f__ (line 15672) | public void CodeList_of_Volume_of_Sphere3f__(ref List... method CodeList_of_Volume_of_Triangle2f__ (line 15682) | public void CodeList_of_Volume_of_Triangle2f__(ref List> value) method CodeList_of_Tensor_of_SByte__ (line 15712) | public void CodeList_of_Tensor_of_SByte__(ref List> value) method CodeList_of_Tensor_of_Short__ (line 15722) | public void CodeList_of_Tensor_of_Short__(ref List> value) method CodeList_of_Tensor_of_UShort__ (line 15732) | public void CodeList_of_Tensor_of_UShort__(ref List> va... method CodeList_of_Tensor_of_Int__ (line 15742) | public void CodeList_of_Tensor_of_Int__(ref List> value) method CodeList_of_Tensor_of_UInt__ (line 15752) | public void CodeList_of_Tensor_of_UInt__(ref List> value) method CodeList_of_Tensor_of_Long__ (line 15762) | public void CodeList_of_Tensor_of_Long__(ref List> value) method CodeList_of_Tensor_of_ULong__ (line 15772) | public void CodeList_of_Tensor_of_ULong__(ref List> value) method CodeList_of_Tensor_of_Float__ (line 15782) | public void CodeList_of_Tensor_of_Float__(ref List> value) method CodeList_of_Tensor_of_Double__ (line 15792) | public void CodeList_of_Tensor_of_Double__(ref List> va... method CodeList_of_Tensor_of_Fraction__ (line 15802) | public void CodeList_of_Tensor_of_Fraction__(ref List... method CodeList_of_Tensor_of_V2i__ (line 15812) | public void CodeList_of_Tensor_of_V2i__(ref List> value) method CodeList_of_Tensor_of_V2l__ (line 15822) | public void CodeList_of_Tensor_of_V2l__(ref List> value) method CodeList_of_Tensor_of_V2f__ (line 15832) | public void CodeList_of_Tensor_of_V2f__(ref List> value) method CodeList_of_Tensor_of_V2d__ (line 15842) | public void CodeList_of_Tensor_of_V2d__(ref List> value) method CodeList_of_Tensor_of_V3i__ (line 15852) | public void CodeList_of_Tensor_of_V3i__(ref List> value) method CodeList_of_Tensor_of_V3l__ (line 15862) | public void CodeList_of_Tensor_of_V3l__(ref List> value) method CodeList_of_Tensor_of_V3f__ (line 15872) | public void CodeList_of_Tensor_of_V3f__(ref List> value) method CodeList_of_Tensor_of_V3d__ (line 15882) | public void CodeList_of_Tensor_of_V3d__(ref List> value) method CodeList_of_Tensor_of_V4i__ (line 15892) | public void CodeList_of_Tensor_of_V4i__(ref List> value) method CodeList_of_Tensor_of_V4l__ (line 15902) | public void CodeList_of_Tensor_of_V4l__(ref List> value) method CodeList_of_Tensor_of_V4f__ (line 15912) | public void CodeList_of_Tensor_of_V4f__(ref List> value) method CodeList_of_Tensor_of_V4d__ (line 15922) | public void CodeList_of_Tensor_of_V4d__(ref List> value) method CodeList_of_Tensor_of_M22i__ (line 15932) | public void CodeList_of_Tensor_of_M22i__(ref List> value) method CodeList_of_Tensor_of_M22l__ (line 15942) | public void CodeList_of_Tensor_of_M22l__(ref List> value) method CodeList_of_Tensor_of_M22f__ (line 15952) | public void CodeList_of_Tensor_of_M22f__(ref List> value) method CodeList_of_Tensor_of_M22d__ (line 15962) | public void CodeList_of_Tensor_of_M22d__(ref List> value) method CodeList_of_Tensor_of_M23i__ (line 15972) | public void CodeList_of_Tensor_of_M23i__(ref List> value) method CodeList_of_Tensor_of_M23l__ (line 15982) | public void CodeList_of_Tensor_of_M23l__(ref List> value) method CodeList_of_Tensor_of_M23f__ (line 15992) | public void CodeList_of_Tensor_of_M23f__(ref List> value) method CodeList_of_Tensor_of_M23d__ (line 16002) | public void CodeList_of_Tensor_of_M23d__(ref List> value) method CodeList_of_Tensor_of_M33i__ (line 16012) | public void CodeList_of_Tensor_of_M33i__(ref List> value) method CodeList_of_Tensor_of_M33l__ (line 16022) | public void CodeList_of_Tensor_of_M33l__(ref List> value) method CodeList_of_Tensor_of_M33f__ (line 16032) | public void CodeList_of_Tensor_of_M33f__(ref List> value) method CodeList_of_Tensor_of_M33d__ (line 16042) | public void CodeList_of_Tensor_of_M33d__(ref List> value) method CodeList_of_Tensor_of_M34i__ (line 16052) | public void CodeList_of_Tensor_of_M34i__(ref List> value) method CodeList_of_Tensor_of_M34l__ (line 16062) | public void CodeList_of_Tensor_of_M34l__(ref List> value) method CodeList_of_Tensor_of_M34f__ (line 16072) | public void CodeList_of_Tensor_of_M34f__(ref List> value) method CodeList_of_Tensor_of_M34d__ (line 16082) | public void CodeList_of_Tensor_of_M34d__(ref List> value) method CodeList_of_Tensor_of_M44i__ (line 16092) | public void CodeList_of_Tensor_of_M44i__(ref List> value) method CodeList_of_Tensor_of_M44l__ (line 16102) | public void CodeList_of_Tensor_of_M44l__(ref List> value) method CodeList_of_Tensor_of_M44f__ (line 16112) | public void CodeList_of_Tensor_of_M44f__(ref List> value) method CodeList_of_Tensor_of_M44d__ (line 16122) | public void CodeList_of_Tensor_of_M44d__(ref List> value) method CodeList_of_Tensor_of_C3b__ (line 16132) | public void CodeList_of_Tensor_of_C3b__(ref List> value) method CodeList_of_Tensor_of_C3us__ (line 16142) | public void CodeList_of_Tensor_of_C3us__(ref List> value) method CodeList_of_Tensor_of_C3ui__ (line 16152) | public void CodeList_of_Tensor_of_C3ui__(ref List> value) method CodeList_of_Tensor_of_C3f__ (line 16162) | public void CodeList_of_Tensor_of_C3f__(ref List> value) method CodeList_of_Tensor_of_C3d__ (line 16172) | public void CodeList_of_Tensor_of_C3d__(ref List> value) method CodeList_of_Tensor_of_C4b__ (line 16182) | public void CodeList_of_Tensor_of_C4b__(ref List> value) method CodeList_of_Tensor_of_C4us__ (line 16192) | public void CodeList_of_Tensor_of_C4us__(ref List> value) method CodeList_of_Tensor_of_C4ui__ (line 16202) | public void CodeList_of_Tensor_of_C4ui__(ref List> value) method CodeList_of_Tensor_of_C4f__ (line 16212) | public void CodeList_of_Tensor_of_C4f__(ref List> value) method CodeList_of_Tensor_of_C4d__ (line 16222) | public void CodeList_of_Tensor_of_C4d__(ref List> value) method CodeList_of_Tensor_of_Range1b__ (line 16232) | public void CodeList_of_Tensor_of_Range1b__(ref List> ... method CodeList_of_Tensor_of_Range1sb__ (line 16242) | public void CodeList_of_Tensor_of_Range1sb__(ref List... method CodeList_of_Tensor_of_Range1s__ (line 16252) | public void CodeList_of_Tensor_of_Range1s__(ref List> ... method CodeList_of_Tensor_of_Range1us__ (line 16262) | public void CodeList_of_Tensor_of_Range1us__(ref List... method CodeList_of_Tensor_of_Range1i__ (line 16272) | public void CodeList_of_Tensor_of_Range1i__(ref List> ... method CodeList_of_Tensor_of_Range1ui__ (line 16282) | public void CodeList_of_Tensor_of_Range1ui__(ref List... method CodeList_of_Tensor_of_Range1l__ (line 16292) | public void CodeList_of_Tensor_of_Range1l__(ref List> ... method CodeList_of_Tensor_of_Range1ul__ (line 16302) | public void CodeList_of_Tensor_of_Range1ul__(ref List... method CodeList_of_Tensor_of_Range1f__ (line 16312) | public void CodeList_of_Tensor_of_Range1f__(ref List> ... method CodeList_of_Tensor_of_Range1d__ (line 16322) | public void CodeList_of_Tensor_of_Range1d__(ref List> ... method CodeList_of_Tensor_of_Box2i__ (line 16332) | public void CodeList_of_Tensor_of_Box2i__(ref List> value) method CodeList_of_Tensor_of_Box2l__ (line 16342) | public void CodeList_of_Tensor_of_Box2l__(ref List> value) method CodeList_of_Tensor_of_Box2f__ (line 16352) | public void CodeList_of_Tensor_of_Box2f__(ref List> value) method CodeList_of_Tensor_of_Box2d__ (line 16362) | public void CodeList_of_Tensor_of_Box2d__(ref List> value) method CodeList_of_Tensor_of_Box3i__ (line 16372) | public void CodeList_of_Tensor_of_Box3i__(ref List> value) method CodeList_of_Tensor_of_Box3l__ (line 16382) | public void CodeList_of_Tensor_of_Box3l__(ref List> value) method CodeList_of_Tensor_of_Box3f__ (line 16392) | public void CodeList_of_Tensor_of_Box3f__(ref List> value) method CodeList_of_Tensor_of_Box3d__ (line 16402) | public void CodeList_of_Tensor_of_Box3d__(ref List> value) method CodeList_of_Tensor_of_Euclidean3f__ (line 16412) | public void CodeList_of_Tensor_of_Euclidean3f__(ref List> value) method CodeList_of_Tensor_of_Rot2d__ (line 16442) | public void CodeList_of_Tensor_of_Rot2d__(ref List> value) method CodeList_of_Tensor_of_Rot3f__ (line 16452) | public void CodeList_of_Tensor_of_Rot3f__(ref List> value) method CodeList_of_Tensor_of_Rot3d__ (line 16462) | public void CodeList_of_Tensor_of_Rot3d__(ref List> value) method CodeList_of_Tensor_of_Scale3f__ (line 16472) | public void CodeList_of_Tensor_of_Scale3f__(ref List> ... method CodeList_of_Tensor_of_Scale3d__ (line 16482) | public void CodeList_of_Tensor_of_Scale3d__(ref List> ... method CodeList_of_Tensor_of_Shift3f__ (line 16492) | public void CodeList_of_Tensor_of_Shift3f__(ref List> ... method CodeList_of_Tensor_of_Shift3d__ (line 16502) | public void CodeList_of_Tensor_of_Shift3d__(ref List> ... method CodeList_of_Tensor_of_Trafo2f__ (line 16512) | public void CodeList_of_Tensor_of_Trafo2f__(ref List> ... method CodeList_of_Tensor_of_Trafo2d__ (line 16522) | public void CodeList_of_Tensor_of_Trafo2d__(ref List> ... method CodeList_of_Tensor_of_Trafo3f__ (line 16532) | public void CodeList_of_Tensor_of_Trafo3f__(ref List> ... method CodeList_of_Tensor_of_Trafo3d__ (line 16542) | public void CodeList_of_Tensor_of_Trafo3d__(ref List> ... method CodeList_of_Tensor_of_Bool__ (line 16552) | public void CodeList_of_Tensor_of_Bool__(ref List> value) method CodeList_of_Tensor_of_Char__ (line 16562) | public void CodeList_of_Tensor_of_Char__(ref List> value) method CodeList_of_Tensor_of_String__ (line 16572) | public void CodeList_of_Tensor_of_String__(ref List> va... method CodeList_of_Tensor_of_Type__ (line 16582) | public void CodeList_of_Tensor_of_Type__(ref List> value) method CodeList_of_Tensor_of_Guid__ (line 16592) | public void CodeList_of_Tensor_of_Guid__(ref List> value) method CodeList_of_Tensor_of_Symbol__ (line 16602) | public void CodeList_of_Tensor_of_Symbol__(ref List> va... method CodeList_of_Tensor_of_Circle2d__ (line 16612) | public void CodeList_of_Tensor_of_Circle2d__(ref List... method CodeList_of_Tensor_of_Line2d__ (line 16622) | public void CodeList_of_Tensor_of_Line2d__(ref List> va... method CodeList_of_Tensor_of_Line3d__ (line 16632) | public void CodeList_of_Tensor_of_Line3d__(ref List> va... method CodeList_of_Tensor_of_Plane2d__ (line 16642) | public void CodeList_of_Tensor_of_Plane2d__(ref List> ... method CodeList_of_Tensor_of_Plane3d__ (line 16652) | public void CodeList_of_Tensor_of_Plane3d__(ref List> ... method CodeList_of_Tensor_of_PlaneWithPoint3d__ (line 16662) | public void CodeList_of_Tensor_of_PlaneWithPoint3d__(ref List> va... method CodeList_of_Tensor_of_Quad3d__ (line 16682) | public void CodeList_of_Tensor_of_Quad3d__(ref List> va... method CodeList_of_Tensor_of_Ray2d__ (line 16692) | public void CodeList_of_Tensor_of_Ray2d__(ref List> value) method CodeList_of_Tensor_of_Ray3d__ (line 16702) | public void CodeList_of_Tensor_of_Ray3d__(ref List> value) method CodeList_of_Tensor_of_Sphere3d__ (line 16712) | public void CodeList_of_Tensor_of_Sphere3d__(ref List... method CodeList_of_Tensor_of_Triangle2d__ (line 16722) | public void CodeList_of_Tensor_of_Triangle2d__(ref List... method CodeList_of_Tensor_of_Line2f__ (line 16752) | public void CodeList_of_Tensor_of_Line2f__(ref List> va... method CodeList_of_Tensor_of_Line3f__ (line 16762) | public void CodeList_of_Tensor_of_Line3f__(ref List> va... method CodeList_of_Tensor_of_Plane2f__ (line 16772) | public void CodeList_of_Tensor_of_Plane2f__(ref List> ... method CodeList_of_Tensor_of_Plane3f__ (line 16782) | public void CodeList_of_Tensor_of_Plane3f__(ref List> ... method CodeList_of_Tensor_of_PlaneWithPoint3f__ (line 16792) | public void CodeList_of_Tensor_of_PlaneWithPoint3f__(ref List> va... method CodeList_of_Tensor_of_Quad3f__ (line 16812) | public void CodeList_of_Tensor_of_Quad3f__(ref List> va... method CodeList_of_Tensor_of_Ray2f__ (line 16822) | public void CodeList_of_Tensor_of_Ray2f__(ref List> value) method CodeList_of_Tensor_of_Ray3f__ (line 16832) | public void CodeList_of_Tensor_of_Ray3f__(ref List> value) method CodeList_of_Tensor_of_Sphere3f__ (line 16842) | public void CodeList_of_Tensor_of_Sphere3f__(ref List... method CodeList_of_Tensor_of_Triangle2f__ (line 16852) | public void CodeList_of_Tensor_of_Triangle2f__(ref List value) method Code__name__ (line 263) | public void Code__name__(ref List<__t__> value) FILE: src/Aardvark.Base.IO/BinaryWritingCoder.cs class BinaryWritingCoder (line 13) | public partial class BinaryWritingCoder method BinaryWritingCoder (line 25) | public BinaryWritingCoder(Stream stream) : base() method BinaryWritingCoder (line 37) | public BinaryWritingCoder(string fileName) method WriteObject (line 48) | public static void WriteObject(string fileName, object obj) method WriteObject (line 54) | public static void WriteObject(Stream stream, object obj) method AddRef (line 76) | private void AddRef(object obj) method HandleRef (line 86) | private bool HandleRef(ref object obj) method Code (line 122) | public void Code(ref object obj) method CodeFields (line 249) | public void CodeFields(Type type, int version, IFieldCodeable obj) method CodeFields (line 266) | public void CodeFields(Type type, ITypedMap obj) method CodeT (line 303) | public void CodeT(ref T obj) method Code (line 312) | public void Code(Type t, ref object o) method CodeNull (line 317) | public bool CodeNull(ref T value) where T : class method CodeCount (line 324) | public int CodeCount(ref T value, Func counter) where T : c... method CodeLong (line 343) | private void CodeLong(long value) method CodeCountLong (line 357) | public long CodeCountLong(ref T value, Func counter) where... method CodeCountArray (line 379) | public long[] CodeCountArray(ref T value, Func counter) ... method CodeCountLong (line 410) | private long CodeCountLong(ref T[] array) method CodeCountLong (line 415) | private long[] CodeCountLong(ref T[,] array) method CodeCountLong (line 421) | private long[] CodeCountLong(ref T[,,] array) method CodeCountLong (line 427) | private long CodeCountLong(ref T[][] array) method CodeCountLong (line 432) | private long CodeCountLong(ref T[][][] array) method CodeCount (line 437) | private int CodeCount(ref List list) method CodeTArray (line 442) | public void CodeTArray(ref T[] value) method CodeList_of_T_ (line 449) | public void CodeList_of_T_(ref List value) method CodeHashSet_of_T_ (line 460) | public void CodeHashSet_of_T_(ref HashSet value) method LengthArray (line 471) | private static long[] LengthArray(Array array) method Code (line 483) | public void Code(Type t, ref Array value) method CodeOld (line 519) | public void CodeOld(Type t, ref Array value) method Code (line 530) | public void Code(Type t, ref IList list) method Code (line 541) | public void Code(Type t, ref IDictionary dict) method Code (line 555) | public void Code(Type t, ref ICountableDict dict) method Code (line 570) | public void Code(Type t, ref ICountableDictSet dictSet) method Code (line 582) | public void Code(Type t, ref IArrayVector value) method Code (line 590) | public void Code(Type t, ref IArrayMatrix value) method Code (line 598) | public void Code(Type t, ref IArrayVolume value) method Code (line 606) | public void Code(Type t, ref IArrayTensor4 value) method Code (line 614) | public void Code(Type t, ref IArrayTensorN value) method CodeHashSet (line 622) | public void CodeHashSet(Type t, ref object obj) method CodeEnum (line 627) | public void CodeEnum(Type type, ref object value) method CodeBool (line 638) | public void CodeBool(ref bool value) { m_writer.Write(value); } method CodeByte (line 639) | public void CodeByte(ref byte value) { m_writer.Write(value); } method CodeSByte (line 640) | public void CodeSByte(ref sbyte value) { m_writer.Write(value); } method CodeShort (line 641) | public void CodeShort(ref short value) { m_writer.Write(value); } method CodeUShort (line 642) | public void CodeUShort(ref ushort value) { m_writer.Write(value); } method CodeInt (line 643) | public void CodeInt(ref int value) { m_writer.Write(value); } method CodeUInt (line 644) | public void CodeUInt(ref uint value) { m_writer.Write(value); } method CodeLong (line 645) | public void CodeLong(ref long value) { m_writer.Write(value); } method CodeULong (line 646) | public void CodeULong(ref ulong value) { m_writer.Write(value); } method CodeFloat (line 647) | public void CodeFloat(ref float value) { m_writer.Write(value); } method CodeDouble (line 648) | public void CodeDouble(ref double value) { m_writer.Write(value); } method CodeChar (line 649) | public void CodeChar(ref char value) { m_writer.Write(value); } method CodeString (line 651) | public void CodeString(ref string value) method CodeType (line 657) | public void CodeType(ref Type value) method CodeGuid (line 670) | public void CodeGuid(ref Guid value) { m_writer.Write(value); } method CodeSymbol (line 672) | public void CodeSymbol(ref Symbol value) { m_writer.Write(value); } method CodeGuidSymbol (line 674) | public void CodeGuidSymbol(ref Symbol value) { m_writer.WriteGuidSymbo... method CodePositiveSymbol (line 676) | public void CodePositiveSymbol(ref Symbol value) { m_writer.WritePosit... method CodeIntSet (line 678) | public void CodeIntSet(ref IntSet set) method CodeSymbolSet (line 685) | public void CodeSymbolSet(ref SymbolSet set) method CodeFraction (line 692) | public void CodeFraction(ref Fraction value) method CodeStructArray (line 702) | public void CodeStructArray(ref T[] value) method CodeBoolArray (line 710) | public void CodeBoolArray(ref bool[] value) method CodeByteArray (line 717) | public void CodeByteArray(ref byte[] value) method CodeSByteArray (line 724) | public void CodeSByteArray(ref sbyte[] value) method CodeShortArray (line 731) | public void CodeShortArray(ref short[] value) method CodeUShortArray (line 738) | public void CodeUShortArray(ref ushort[] value) method CodeIntArray (line 745) | public void CodeIntArray(ref int[] value) method CodeUIntArray (line 752) | public void CodeUIntArray(ref uint[] value) method CodeLongArray (line 759) | public void CodeLongArray(ref long[] value) method CodeULongArray (line 766) | public void CodeULongArray(ref ulong[] value) method CodeFloatArray (line 773) | public void CodeFloatArray(ref float[] value) method CodeDoubleArray (line 780) | public void CodeDoubleArray(ref double[] value) method CodeCharArray (line 787) | public void CodeCharArray(ref char[] value) method CodeStringArray (line 794) | public void CodeStringArray(ref string[] value) method CodeTypeArray (line 801) | public void CodeTypeArray(ref Type[] value) method CodeGuidArray (line 820) | public void CodeGuidArray(ref Guid[] value) method CodeSymbolArray (line 827) | public void CodeSymbolArray(ref Symbol[] value) method CodeFractionArray (line 834) | public void CodeFractionArray(ref Fraction[] value) method CodeStructList (line 845) | public void CodeStructList(ref List value) method CodeList_of_Bool_ (line 853) | public void CodeList_of_Bool_(ref List value) method CodeList_of_Byte_ (line 860) | public void CodeList_of_Byte_(ref List value) method CodeList_of_SByte_ (line 867) | public void CodeList_of_SByte_(ref List value) method CodeList_of_Short_ (line 874) | public void CodeList_of_Short_(ref List value) method CodeList_of_UShort_ (line 881) | public void CodeList_of_UShort_(ref List value) method CodeList_of_Int_ (line 888) | public void CodeList_of_Int_(ref List value) method CodeList_of_UInt_ (line 895) | public void CodeList_of_UInt_(ref List value) method CodeList_of_Long_ (line 902) | public void CodeList_of_Long_(ref List value) method CodeList_of_ULong_ (line 909) | public void CodeList_of_ULong_(ref List value) method CodeList_of_Float_ (line 916) | public void CodeList_of_Float_(ref List value) method CodeList_of_Double_ (line 923) | public void CodeList_of_Double_(ref List value) method CodeList_of_Char_ (line 930) | public void CodeList_of_Char_(ref List value) method CodeList_of_String_ (line 937) | public void CodeList_of_String_(ref List value) method CodeList_of_Type_ (line 944) | public void CodeList_of_Type_(ref List value) method CodeList_of_Guid_ (line 963) | public void CodeList_of_Guid_(ref List value) method CodeList_of_Symbol_ (line 970) | public void CodeList_of_Symbol_(ref List value) method CodeList_of_Fraction_ (line 977) | public void CodeList_of_Fraction_(ref List value) method Dispose (line 988) | public void Dispose() FILE: src/Aardvark.Base.IO/BinaryWritingCoder_auto.cs class BinaryWritingCoder (line 9) | public partial class BinaryWritingCoder method CodeV2i (line 13) | public void CodeV2i(ref V2i value) method CodeV2ui (line 19) | public void CodeV2ui(ref V2ui value) method CodeV2l (line 25) | public void CodeV2l(ref V2l value) method CodeV2f (line 31) | public void CodeV2f(ref V2f value) method CodeV2d (line 37) | public void CodeV2d(ref V2d value) method CodeV3i (line 43) | public void CodeV3i(ref V3i value) method CodeV3ui (line 50) | public void CodeV3ui(ref V3ui value) method CodeV3l (line 57) | public void CodeV3l(ref V3l value) method CodeV3f (line 64) | public void CodeV3f(ref V3f value) method CodeV3d (line 71) | public void CodeV3d(ref V3d value) method CodeV4i (line 78) | public void CodeV4i(ref V4i value) method CodeV4ui (line 86) | public void CodeV4ui(ref V4ui value) method CodeV4l (line 94) | public void CodeV4l(ref V4l value) method CodeV4f (line 102) | public void CodeV4f(ref V4f value) method CodeV4d (line 110) | public void CodeV4d(ref V4d value) method CodeM22i (line 122) | public void CodeM22i(ref M22i value) { m_writer.Write(value); } method CodeM22l (line 123) | public void CodeM22l(ref M22l value) { m_writer.Write(value); } method CodeM22f (line 124) | public void CodeM22f(ref M22f value) { m_writer.Write(value); } method CodeM22d (line 125) | public void CodeM22d(ref M22d value) { m_writer.Write(value); } method CodeM23i (line 126) | public void CodeM23i(ref M23i value) { m_writer.Write(value); } method CodeM23l (line 127) | public void CodeM23l(ref M23l value) { m_writer.Write(value); } method CodeM23f (line 128) | public void CodeM23f(ref M23f value) { m_writer.Write(value); } method CodeM23d (line 129) | public void CodeM23d(ref M23d value) { m_writer.Write(value); } method CodeM33i (line 130) | public void CodeM33i(ref M33i value) { m_writer.Write(value); } method CodeM33l (line 131) | public void CodeM33l(ref M33l value) { m_writer.Write(value); } method CodeM33f (line 132) | public void CodeM33f(ref M33f value) { m_writer.Write(value); } method CodeM33d (line 133) | public void CodeM33d(ref M33d value) { m_writer.Write(value); } method CodeM34i (line 134) | public void CodeM34i(ref M34i value) { m_writer.Write(value); } method CodeM34l (line 135) | public void CodeM34l(ref M34l value) { m_writer.Write(value); } method CodeM34f (line 136) | public void CodeM34f(ref M34f value) { m_writer.Write(value); } method CodeM34d (line 137) | public void CodeM34d(ref M34d value) { m_writer.Write(value); } method CodeM44i (line 138) | public void CodeM44i(ref M44i value) { m_writer.Write(value); } method CodeM44l (line 139) | public void CodeM44l(ref M44l value) { m_writer.Write(value); } method CodeM44f (line 140) | public void CodeM44f(ref M44f value) { m_writer.Write(value); } method CodeM44d (line 141) | public void CodeM44d(ref M44d value) { m_writer.Write(value); } method CodeRange1b (line 147) | public void CodeRange1b(ref Range1b value) method CodeRange1sb (line 152) | public void CodeRange1sb(ref Range1sb value) method CodeRange1s (line 157) | public void CodeRange1s(ref Range1s value) method CodeRange1us (line 162) | public void CodeRange1us(ref Range1us value) method CodeRange1i (line 167) | public void CodeRange1i(ref Range1i value) method CodeRange1ui (line 172) | public void CodeRange1ui(ref Range1ui value) method CodeRange1l (line 177) | public void CodeRange1l(ref Range1l value) method CodeRange1ul (line 182) | public void CodeRange1ul(ref Range1ul value) method CodeRange1f (line 187) | public void CodeRange1f(ref Range1f value) method CodeRange1d (line 192) | public void CodeRange1d(ref Range1d value) method CodeBox2i (line 197) | public void CodeBox2i(ref Box2i value) method CodeBox2l (line 202) | public void CodeBox2l(ref Box2l value) method CodeBox2f (line 207) | public void CodeBox2f(ref Box2f value) method CodeBox2d (line 212) | public void CodeBox2d(ref Box2d value) method CodeBox3i (line 217) | public void CodeBox3i(ref Box3i value) method CodeBox3l (line 222) | public void CodeBox3l(ref Box3l value) method CodeBox3f (line 227) | public void CodeBox3f(ref Box3f value) method CodeBox3d (line 232) | public void CodeBox3d(ref Box3d value) method CodeCircle2f (line 241) | public void CodeCircle2f(ref Circle2f v) method CodeLine2f (line 246) | public void CodeLine2f(ref Line2f v) method CodeLine3f (line 251) | public void CodeLine3f(ref Line3f v) method CodePlane2f (line 256) | public void CodePlane2f(ref Plane2f v) method CodePlane3f (line 261) | public void CodePlane3f(ref Plane3f v) method CodePlaneWithPoint3f (line 266) | public void CodePlaneWithPoint3f(ref PlaneWithPoint3f v) method CodeQuad2f (line 271) | public void CodeQuad2f(ref Quad2f v) method CodeQuad3f (line 276) | public void CodeQuad3f(ref Quad3f v) method CodeRay2f (line 281) | public void CodeRay2f(ref Ray2f v) method CodeRay3f (line 286) | public void CodeRay3f(ref Ray3f v) method CodeSphere3f (line 291) | public void CodeSphere3f(ref Sphere3f v) method CodeTriangle2f (line 296) | public void CodeTriangle2f(ref Triangle2f v) method CodeTriangle3f (line 301) | public void CodeTriangle3f(ref Triangle3f v) method CodeCircle2d (line 306) | public void CodeCircle2d(ref Circle2d v) method CodeLine2d (line 311) | public void CodeLine2d(ref Line2d v) method CodeLine3d (line 316) | public void CodeLine3d(ref Line3d v) method CodePlane2d (line 321) | public void CodePlane2d(ref Plane2d v) method CodePlane3d (line 326) | public void CodePlane3d(ref Plane3d v) method CodePlaneWithPoint3d (line 331) | public void CodePlaneWithPoint3d(ref PlaneWithPoint3d v) method CodeQuad2d (line 336) | public void CodeQuad2d(ref Quad2d v) method CodeQuad3d (line 341) | public void CodeQuad3d(ref Quad3d v) method CodeRay2d (line 346) | public void CodeRay2d(ref Ray2d v) method CodeRay3d (line 351) | public void CodeRay3d(ref Ray3d v) method CodeSphere3d (line 356) | public void CodeSphere3d(ref Sphere3d v) method CodeTriangle2d (line 361) | public void CodeTriangle2d(ref Triangle2d v) method CodeTriangle3d (line 366) | public void CodeTriangle3d(ref Triangle3d v) method CodeC3b (line 375) | public void CodeC3b(ref C3b value) method CodeC3us (line 382) | public void CodeC3us(ref C3us value) method CodeC3ui (line 389) | public void CodeC3ui(ref C3ui value) method CodeC3f (line 396) | public void CodeC3f(ref C3f value) method CodeC3d (line 403) | public void CodeC3d(ref C3d value) method CodeC4b (line 410) | public void CodeC4b(ref C4b value) method CodeC4us (line 418) | public void CodeC4us(ref C4us value) method CodeC4ui (line 426) | public void CodeC4ui(ref C4ui value) method CodeC4f (line 434) | public void CodeC4f(ref C4f value) method CodeC4d (line 442) | public void CodeC4d(ref C4d value) method CodeEuclidean3f (line 454) | public void CodeEuclidean3f(ref Euclidean3f value) { m_writer.Write(va... method CodeEuclidean3d (line 455) | public void CodeEuclidean3d(ref Euclidean3d value) { m_writer.Write(va... method CodeRot2f (line 456) | public void CodeRot2f(ref Rot2f value) { m_writer.Write(value); } method CodeRot2d (line 457) | public void CodeRot2d(ref Rot2d value) { m_writer.Write(value); } method CodeRot3f (line 458) | public void CodeRot3f(ref Rot3f value) { m_writer.Write(value); } method CodeRot3d (line 459) | public void CodeRot3d(ref Rot3d value) { m_writer.Write(value); } method CodeScale3f (line 460) | public void CodeScale3f(ref Scale3f value) { m_writer.Write(value); } method CodeScale3d (line 461) | public void CodeScale3d(ref Scale3d value) { m_writer.Write(value); } method CodeShift3f (line 462) | public void CodeShift3f(ref Shift3f value) { m_writer.Write(value); } method CodeShift3d (line 463) | public void CodeShift3d(ref Shift3d value) { m_writer.Write(value); } method CodeTrafo2f (line 464) | public void CodeTrafo2f(ref Trafo2f value) { m_writer.Write(value); } method CodeTrafo2d (line 465) | public void CodeTrafo2d(ref Trafo2d value) { m_writer.Write(value); } method CodeTrafo3f (line 466) | public void CodeTrafo3f(ref Trafo3f value) { m_writer.Write(value); } method CodeTrafo3d (line 467) | public void CodeTrafo3d(ref Trafo3d value) { m_writer.Write(value); } method CodeVector_of_Byte_ (line 473) | public void CodeVector_of_Byte_(ref Vector value) method CodeVector_of_SByte_ (line 481) | public void CodeVector_of_SByte_(ref Vector value) method CodeVector_of_Short_ (line 489) | public void CodeVector_of_Short_(ref Vector value) method CodeVector_of_UShort_ (line 497) | public void CodeVector_of_UShort_(ref Vector value) method CodeVector_of_Int_ (line 505) | public void CodeVector_of_Int_(ref Vector value) method CodeVector_of_UInt_ (line 513) | public void CodeVector_of_UInt_(ref Vector value) method CodeVector_of_Long_ (line 521) | public void CodeVector_of_Long_(ref Vector value) method CodeVector_of_ULong_ (line 529) | public void CodeVector_of_ULong_(ref Vector value) method CodeVector_of_Float_ (line 537) | public void CodeVector_of_Float_(ref Vector value) method CodeVector_of_Double_ (line 545) | public void CodeVector_of_Double_(ref Vector value) method CodeVector_of_Fraction_ (line 553) | public void CodeVector_of_Fraction_(ref Vector value) method CodeVector_of_V2i_ (line 561) | public void CodeVector_of_V2i_(ref Vector value) method CodeVector_of_V2l_ (line 569) | public void CodeVector_of_V2l_(ref Vector value) method CodeVector_of_V2f_ (line 577) | public void CodeVector_of_V2f_(ref Vector value) method CodeVector_of_V2d_ (line 585) | public void CodeVector_of_V2d_(ref Vector value) method CodeVector_of_V3i_ (line 593) | public void CodeVector_of_V3i_(ref Vector value) method CodeVector_of_V3l_ (line 601) | public void CodeVector_of_V3l_(ref Vector value) method CodeVector_of_V3f_ (line 609) | public void CodeVector_of_V3f_(ref Vector value) method CodeVector_of_V3d_ (line 617) | public void CodeVector_of_V3d_(ref Vector value) method CodeVector_of_V4i_ (line 625) | public void CodeVector_of_V4i_(ref Vector value) method CodeVector_of_V4l_ (line 633) | public void CodeVector_of_V4l_(ref Vector value) method CodeVector_of_V4f_ (line 641) | public void CodeVector_of_V4f_(ref Vector value) method CodeVector_of_V4d_ (line 649) | public void CodeVector_of_V4d_(ref Vector value) method CodeVector_of_M22i_ (line 657) | public void CodeVector_of_M22i_(ref Vector value) method CodeVector_of_M22l_ (line 665) | public void CodeVector_of_M22l_(ref Vector value) method CodeVector_of_M22f_ (line 673) | public void CodeVector_of_M22f_(ref Vector value) method CodeVector_of_M22d_ (line 681) | public void CodeVector_of_M22d_(ref Vector value) method CodeVector_of_M23i_ (line 689) | public void CodeVector_of_M23i_(ref Vector value) method CodeVector_of_M23l_ (line 697) | public void CodeVector_of_M23l_(ref Vector value) method CodeVector_of_M23f_ (line 705) | public void CodeVector_of_M23f_(ref Vector value) method CodeVector_of_M23d_ (line 713) | public void CodeVector_of_M23d_(ref Vector value) method CodeVector_of_M33i_ (line 721) | public void CodeVector_of_M33i_(ref Vector value) method CodeVector_of_M33l_ (line 729) | public void CodeVector_of_M33l_(ref Vector value) method CodeVector_of_M33f_ (line 737) | public void CodeVector_of_M33f_(ref Vector value) method CodeVector_of_M33d_ (line 745) | public void CodeVector_of_M33d_(ref Vector value) method CodeVector_of_M34i_ (line 753) | public void CodeVector_of_M34i_(ref Vector value) method CodeVector_of_M34l_ (line 761) | public void CodeVector_of_M34l_(ref Vector value) method CodeVector_of_M34f_ (line 769) | public void CodeVector_of_M34f_(ref Vector value) method CodeVector_of_M34d_ (line 777) | public void CodeVector_of_M34d_(ref Vector value) method CodeVector_of_M44i_ (line 785) | public void CodeVector_of_M44i_(ref Vector value) method CodeVector_of_M44l_ (line 793) | public void CodeVector_of_M44l_(ref Vector value) method CodeVector_of_M44f_ (line 801) | public void CodeVector_of_M44f_(ref Vector value) method CodeVector_of_M44d_ (line 809) | public void CodeVector_of_M44d_(ref Vector value) method CodeVector_of_C3b_ (line 817) | public void CodeVector_of_C3b_(ref Vector value) method CodeVector_of_C3us_ (line 825) | public void CodeVector_of_C3us_(ref Vector value) method CodeVector_of_C3ui_ (line 833) | public void CodeVector_of_C3ui_(ref Vector value) method CodeVector_of_C3f_ (line 841) | public void CodeVector_of_C3f_(ref Vector value) method CodeVector_of_C3d_ (line 849) | public void CodeVector_of_C3d_(ref Vector value) method CodeVector_of_C4b_ (line 857) | public void CodeVector_of_C4b_(ref Vector value) method CodeVector_of_C4us_ (line 865) | public void CodeVector_of_C4us_(ref Vector value) method CodeVector_of_C4ui_ (line 873) | public void CodeVector_of_C4ui_(ref Vector value) method CodeVector_of_C4f_ (line 881) | public void CodeVector_of_C4f_(ref Vector value) method CodeVector_of_C4d_ (line 889) | public void CodeVector_of_C4d_(ref Vector value) method CodeVector_of_Range1b_ (line 897) | public void CodeVector_of_Range1b_(ref Vector value) method CodeVector_of_Range1sb_ (line 905) | public void CodeVector_of_Range1sb_(ref Vector value) method CodeVector_of_Range1s_ (line 913) | public void CodeVector_of_Range1s_(ref Vector value) method CodeVector_of_Range1us_ (line 921) | public void CodeVector_of_Range1us_(ref Vector value) method CodeVector_of_Range1i_ (line 929) | public void CodeVector_of_Range1i_(ref Vector value) method CodeVector_of_Range1ui_ (line 937) | public void CodeVector_of_Range1ui_(ref Vector value) method CodeVector_of_Range1l_ (line 945) | public void CodeVector_of_Range1l_(ref Vector value) method CodeVector_of_Range1ul_ (line 953) | public void CodeVector_of_Range1ul_(ref Vector value) method CodeVector_of_Range1f_ (line 961) | public void CodeVector_of_Range1f_(ref Vector value) method CodeVector_of_Range1d_ (line 969) | public void CodeVector_of_Range1d_(ref Vector value) method CodeVector_of_Box2i_ (line 977) | public void CodeVector_of_Box2i_(ref Vector value) method CodeVector_of_Box2l_ (line 985) | public void CodeVector_of_Box2l_(ref Vector value) method CodeVector_of_Box2f_ (line 993) | public void CodeVector_of_Box2f_(ref Vector value) method CodeVector_of_Box2d_ (line 1001) | public void CodeVector_of_Box2d_(ref Vector value) method CodeVector_of_Box3i_ (line 1009) | public void CodeVector_of_Box3i_(ref Vector value) method CodeVector_of_Box3l_ (line 1017) | public void CodeVector_of_Box3l_(ref Vector value) method CodeVector_of_Box3f_ (line 1025) | public void CodeVector_of_Box3f_(ref Vector value) method CodeVector_of_Box3d_ (line 1033) | public void CodeVector_of_Box3d_(ref Vector value) method CodeVector_of_Euclidean3f_ (line 1041) | public void CodeVector_of_Euclidean3f_(ref Vector value) method CodeVector_of_Euclidean3d_ (line 1049) | public void CodeVector_of_Euclidean3d_(ref Vector value) method CodeVector_of_Rot2f_ (line 1057) | public void CodeVector_of_Rot2f_(ref Vector value) method CodeVector_of_Rot2d_ (line 1065) | public void CodeVector_of_Rot2d_(ref Vector value) method CodeVector_of_Rot3f_ (line 1073) | public void CodeVector_of_Rot3f_(ref Vector value) method CodeVector_of_Rot3d_ (line 1081) | public void CodeVector_of_Rot3d_(ref Vector value) method CodeVector_of_Scale3f_ (line 1089) | public void CodeVector_of_Scale3f_(ref Vector value) method CodeVector_of_Scale3d_ (line 1097) | public void CodeVector_of_Scale3d_(ref Vector value) method CodeVector_of_Shift3f_ (line 1105) | public void CodeVector_of_Shift3f_(ref Vector value) method CodeVector_of_Shift3d_ (line 1113) | public void CodeVector_of_Shift3d_(ref Vector value) method CodeVector_of_Trafo2f_ (line 1121) | public void CodeVector_of_Trafo2f_(ref Vector value) method CodeVector_of_Trafo2d_ (line 1129) | public void CodeVector_of_Trafo2d_(ref Vector value) method CodeVector_of_Trafo3f_ (line 1137) | public void CodeVector_of_Trafo3f_(ref Vector value) method CodeVector_of_Trafo3d_ (line 1145) | public void CodeVector_of_Trafo3d_(ref Vector value) method CodeVector_of_Bool_ (line 1153) | public void CodeVector_of_Bool_(ref Vector value) method CodeVector_of_Char_ (line 1161) | public void CodeVector_of_Char_(ref Vector value) method CodeVector_of_String_ (line 1169) | public void CodeVector_of_String_(ref Vector value) method CodeVector_of_Type_ (line 1177) | public void CodeVector_of_Type_(ref Vector value) method CodeVector_of_Guid_ (line 1185) | public void CodeVector_of_Guid_(ref Vector value) method CodeVector_of_Symbol_ (line 1193) | public void CodeVector_of_Symbol_(ref Vector value) method CodeVector_of_Circle2d_ (line 1201) | public void CodeVector_of_Circle2d_(ref Vector value) method CodeVector_of_Line2d_ (line 1209) | public void CodeVector_of_Line2d_(ref Vector value) method CodeVector_of_Line3d_ (line 1217) | public void CodeVector_of_Line3d_(ref Vector value) method CodeVector_of_Plane2d_ (line 1225) | public void CodeVector_of_Plane2d_(ref Vector value) method CodeVector_of_Plane3d_ (line 1233) | public void CodeVector_of_Plane3d_(ref Vector value) method CodeVector_of_PlaneWithPoint3d_ (line 1241) | public void CodeVector_of_PlaneWithPoint3d_(ref Vector value) method CodeVector_of_Quad3d_ (line 1257) | public void CodeVector_of_Quad3d_(ref Vector value) method CodeVector_of_Ray2d_ (line 1265) | public void CodeVector_of_Ray2d_(ref Vector value) method CodeVector_of_Ray3d_ (line 1273) | public void CodeVector_of_Ray3d_(ref Vector value) method CodeVector_of_Sphere3d_ (line 1281) | public void CodeVector_of_Sphere3d_(ref Vector value) method CodeVector_of_Triangle2d_ (line 1289) | public void CodeVector_of_Triangle2d_(ref Vector value) method CodeVector_of_Triangle3d_ (line 1297) | public void CodeVector_of_Triangle3d_(ref Vector value) method CodeVector_of_Circle2f_ (line 1305) | public void CodeVector_of_Circle2f_(ref Vector value) method CodeVector_of_Line2f_ (line 1313) | public void CodeVector_of_Line2f_(ref Vector value) method CodeVector_of_Line3f_ (line 1321) | public void CodeVector_of_Line3f_(ref Vector value) method CodeVector_of_Plane2f_ (line 1329) | public void CodeVector_of_Plane2f_(ref Vector value) method CodeVector_of_Plane3f_ (line 1337) | public void CodeVector_of_Plane3f_(ref Vector value) method CodeVector_of_PlaneWithPoint3f_ (line 1345) | public void CodeVector_of_PlaneWithPoint3f_(ref Vector value) method CodeVector_of_Quad3f_ (line 1361) | public void CodeVector_of_Quad3f_(ref Vector value) method CodeVector_of_Ray2f_ (line 1369) | public void CodeVector_of_Ray2f_(ref Vector value) method CodeVector_of_Ray3f_ (line 1377) | public void CodeVector_of_Ray3f_(ref Vector value) method CodeVector_of_Sphere3f_ (line 1385) | public void CodeVector_of_Sphere3f_(ref Vector value) method CodeVector_of_Triangle2f_ (line 1393) | public void CodeVector_of_Triangle2f_(ref Vector value) method CodeVector_of_Triangle3f_ (line 1401) | public void CodeVector_of_Triangle3f_(ref Vector value) method CodeMatrix_of_Byte_ (line 1409) | public void CodeMatrix_of_Byte_(ref Matrix value) method CodeMatrix_of_SByte_ (line 1417) | public void CodeMatrix_of_SByte_(ref Matrix value) method CodeMatrix_of_Short_ (line 1425) | public void CodeMatrix_of_Short_(ref Matrix value) method CodeMatrix_of_UShort_ (line 1433) | public void CodeMatrix_of_UShort_(ref Matrix value) method CodeMatrix_of_Int_ (line 1441) | public void CodeMatrix_of_Int_(ref Matrix value) method CodeMatrix_of_UInt_ (line 1449) | public void CodeMatrix_of_UInt_(ref Matrix value) method CodeMatrix_of_Long_ (line 1457) | public void CodeMatrix_of_Long_(ref Matrix value) method CodeMatrix_of_ULong_ (line 1465) | public void CodeMatrix_of_ULong_(ref Matrix value) method CodeMatrix_of_Float_ (line 1473) | public void CodeMatrix_of_Float_(ref Matrix value) method CodeMatrix_of_Double_ (line 1481) | public void CodeMatrix_of_Double_(ref Matrix value) method CodeMatrix_of_Fraction_ (line 1489) | public void CodeMatrix_of_Fraction_(ref Matrix value) method CodeMatrix_of_V2i_ (line 1497) | public void CodeMatrix_of_V2i_(ref Matrix value) method CodeMatrix_of_V2l_ (line 1505) | public void CodeMatrix_of_V2l_(ref Matrix value) method CodeMatrix_of_V2f_ (line 1513) | public void CodeMatrix_of_V2f_(ref Matrix value) method CodeMatrix_of_V2d_ (line 1521) | public void CodeMatrix_of_V2d_(ref Matrix value) method CodeMatrix_of_V3i_ (line 1529) | public void CodeMatrix_of_V3i_(ref Matrix value) method CodeMatrix_of_V3l_ (line 1537) | public void CodeMatrix_of_V3l_(ref Matrix value) method CodeMatrix_of_V3f_ (line 1545) | public void CodeMatrix_of_V3f_(ref Matrix value) method CodeMatrix_of_V3d_ (line 1553) | public void CodeMatrix_of_V3d_(ref Matrix value) method CodeMatrix_of_V4i_ (line 1561) | public void CodeMatrix_of_V4i_(ref Matrix value) method CodeMatrix_of_V4l_ (line 1569) | public void CodeMatrix_of_V4l_(ref Matrix value) method CodeMatrix_of_V4f_ (line 1577) | public void CodeMatrix_of_V4f_(ref Matrix value) method CodeMatrix_of_V4d_ (line 1585) | public void CodeMatrix_of_V4d_(ref Matrix value) method CodeMatrix_of_M22i_ (line 1593) | public void CodeMatrix_of_M22i_(ref Matrix value) method CodeMatrix_of_M22l_ (line 1601) | public void CodeMatrix_of_M22l_(ref Matrix value) method CodeMatrix_of_M22f_ (line 1609) | public void CodeMatrix_of_M22f_(ref Matrix value) method CodeMatrix_of_M22d_ (line 1617) | public void CodeMatrix_of_M22d_(ref Matrix value) method CodeMatrix_of_M23i_ (line 1625) | public void CodeMatrix_of_M23i_(ref Matrix value) method CodeMatrix_of_M23l_ (line 1633) | public void CodeMatrix_of_M23l_(ref Matrix value) method CodeMatrix_of_M23f_ (line 1641) | public void CodeMatrix_of_M23f_(ref Matrix value) method CodeMatrix_of_M23d_ (line 1649) | public void CodeMatrix_of_M23d_(ref Matrix value) method CodeMatrix_of_M33i_ (line 1657) | public void CodeMatrix_of_M33i_(ref Matrix value) method CodeMatrix_of_M33l_ (line 1665) | public void CodeMatrix_of_M33l_(ref Matrix value) method CodeMatrix_of_M33f_ (line 1673) | public void CodeMatrix_of_M33f_(ref Matrix value) method CodeMatrix_of_M33d_ (line 1681) | public void CodeMatrix_of_M33d_(ref Matrix value) method CodeMatrix_of_M34i_ (line 1689) | public void CodeMatrix_of_M34i_(ref Matrix value) method CodeMatrix_of_M34l_ (line 1697) | public void CodeMatrix_of_M34l_(ref Matrix value) method CodeMatrix_of_M34f_ (line 1705) | public void CodeMatrix_of_M34f_(ref Matrix value) method CodeMatrix_of_M34d_ (line 1713) | public void CodeMatrix_of_M34d_(ref Matrix value) method CodeMatrix_of_M44i_ (line 1721) | public void CodeMatrix_of_M44i_(ref Matrix value) method CodeMatrix_of_M44l_ (line 1729) | public void CodeMatrix_of_M44l_(ref Matrix value) method CodeMatrix_of_M44f_ (line 1737) | public void CodeMatrix_of_M44f_(ref Matrix value) method CodeMatrix_of_M44d_ (line 1745) | public void CodeMatrix_of_M44d_(ref Matrix value) method CodeMatrix_of_C3b_ (line 1753) | public void CodeMatrix_of_C3b_(ref Matrix value) method CodeMatrix_of_C3us_ (line 1761) | public void CodeMatrix_of_C3us_(ref Matrix value) method CodeMatrix_of_C3ui_ (line 1769) | public void CodeMatrix_of_C3ui_(ref Matrix value) method CodeMatrix_of_C3f_ (line 1777) | public void CodeMatrix_of_C3f_(ref Matrix value) method CodeMatrix_of_C3d_ (line 1785) | public void CodeMatrix_of_C3d_(ref Matrix value) method CodeMatrix_of_C4b_ (line 1793) | public void CodeMatrix_of_C4b_(ref Matrix value) method CodeMatrix_of_C4us_ (line 1801) | public void CodeMatrix_of_C4us_(ref Matrix value) method CodeMatrix_of_C4ui_ (line 1809) | public void CodeMatrix_of_C4ui_(ref Matrix value) method CodeMatrix_of_C4f_ (line 1817) | public void CodeMatrix_of_C4f_(ref Matrix value) method CodeMatrix_of_C4d_ (line 1825) | public void CodeMatrix_of_C4d_(ref Matrix value) method CodeMatrix_of_Range1b_ (line 1833) | public void CodeMatrix_of_Range1b_(ref Matrix value) method CodeMatrix_of_Range1sb_ (line 1841) | public void CodeMatrix_of_Range1sb_(ref Matrix value) method CodeMatrix_of_Range1s_ (line 1849) | public void CodeMatrix_of_Range1s_(ref Matrix value) method CodeMatrix_of_Range1us_ (line 1857) | public void CodeMatrix_of_Range1us_(ref Matrix value) method CodeMatrix_of_Range1i_ (line 1865) | public void CodeMatrix_of_Range1i_(ref Matrix value) method CodeMatrix_of_Range1ui_ (line 1873) | public void CodeMatrix_of_Range1ui_(ref Matrix value) method CodeMatrix_of_Range1l_ (line 1881) | public void CodeMatrix_of_Range1l_(ref Matrix value) method CodeMatrix_of_Range1ul_ (line 1889) | public void CodeMatrix_of_Range1ul_(ref Matrix value) method CodeMatrix_of_Range1f_ (line 1897) | public void CodeMatrix_of_Range1f_(ref Matrix value) method CodeMatrix_of_Range1d_ (line 1905) | public void CodeMatrix_of_Range1d_(ref Matrix value) method CodeMatrix_of_Box2i_ (line 1913) | public void CodeMatrix_of_Box2i_(ref Matrix value) method CodeMatrix_of_Box2l_ (line 1921) | public void CodeMatrix_of_Box2l_(ref Matrix value) method CodeMatrix_of_Box2f_ (line 1929) | public void CodeMatrix_of_Box2f_(ref Matrix value) method CodeMatrix_of_Box2d_ (line 1937) | public void CodeMatrix_of_Box2d_(ref Matrix value) method CodeMatrix_of_Box3i_ (line 1945) | public void CodeMatrix_of_Box3i_(ref Matrix value) method CodeMatrix_of_Box3l_ (line 1953) | public void CodeMatrix_of_Box3l_(ref Matrix value) method CodeMatrix_of_Box3f_ (line 1961) | public void CodeMatrix_of_Box3f_(ref Matrix value) method CodeMatrix_of_Box3d_ (line 1969) | public void CodeMatrix_of_Box3d_(ref Matrix value) method CodeMatrix_of_Euclidean3f_ (line 1977) | public void CodeMatrix_of_Euclidean3f_(ref Matrix value) method CodeMatrix_of_Euclidean3d_ (line 1985) | public void CodeMatrix_of_Euclidean3d_(ref Matrix value) method CodeMatrix_of_Rot2f_ (line 1993) | public void CodeMatrix_of_Rot2f_(ref Matrix value) method CodeMatrix_of_Rot2d_ (line 2001) | public void CodeMatrix_of_Rot2d_(ref Matrix value) method CodeMatrix_of_Rot3f_ (line 2009) | public void CodeMatrix_of_Rot3f_(ref Matrix value) method CodeMatrix_of_Rot3d_ (line 2017) | public void CodeMatrix_of_Rot3d_(ref Matrix value) method CodeMatrix_of_Scale3f_ (line 2025) | public void CodeMatrix_of_Scale3f_(ref Matrix value) method CodeMatrix_of_Scale3d_ (line 2033) | public void CodeMatrix_of_Scale3d_(ref Matrix value) method CodeMatrix_of_Shift3f_ (line 2041) | public void CodeMatrix_of_Shift3f_(ref Matrix value) method CodeMatrix_of_Shift3d_ (line 2049) | public void CodeMatrix_of_Shift3d_(ref Matrix value) method CodeMatrix_of_Trafo2f_ (line 2057) | public void CodeMatrix_of_Trafo2f_(ref Matrix value) method CodeMatrix_of_Trafo2d_ (line 2065) | public void CodeMatrix_of_Trafo2d_(ref Matrix value) method CodeMatrix_of_Trafo3f_ (line 2073) | public void CodeMatrix_of_Trafo3f_(ref Matrix value) method CodeMatrix_of_Trafo3d_ (line 2081) | public void CodeMatrix_of_Trafo3d_(ref Matrix value) method CodeMatrix_of_Bool_ (line 2089) | public void CodeMatrix_of_Bool_(ref Matrix value) method CodeMatrix_of_Char_ (line 2097) | public void CodeMatrix_of_Char_(ref Matrix value) method CodeMatrix_of_String_ (line 2105) | public void CodeMatrix_of_String_(ref Matrix value) method CodeMatrix_of_Type_ (line 2113) | public void CodeMatrix_of_Type_(ref Matrix value) method CodeMatrix_of_Guid_ (line 2121) | public void CodeMatrix_of_Guid_(ref Matrix value) method CodeMatrix_of_Symbol_ (line 2129) | public void CodeMatrix_of_Symbol_(ref Matrix value) method CodeMatrix_of_Circle2d_ (line 2137) | public void CodeMatrix_of_Circle2d_(ref Matrix value) method CodeMatrix_of_Line2d_ (line 2145) | public void CodeMatrix_of_Line2d_(ref Matrix value) method CodeMatrix_of_Line3d_ (line 2153) | public void CodeMatrix_of_Line3d_(ref Matrix value) method CodeMatrix_of_Plane2d_ (line 2161) | public void CodeMatrix_of_Plane2d_(ref Matrix value) method CodeMatrix_of_Plane3d_ (line 2169) | public void CodeMatrix_of_Plane3d_(ref Matrix value) method CodeMatrix_of_PlaneWithPoint3d_ (line 2177) | public void CodeMatrix_of_PlaneWithPoint3d_(ref Matrix value) method CodeMatrix_of_Quad3d_ (line 2193) | public void CodeMatrix_of_Quad3d_(ref Matrix value) method CodeMatrix_of_Ray2d_ (line 2201) | public void CodeMatrix_of_Ray2d_(ref Matrix value) method CodeMatrix_of_Ray3d_ (line 2209) | public void CodeMatrix_of_Ray3d_(ref Matrix value) method CodeMatrix_of_Sphere3d_ (line 2217) | public void CodeMatrix_of_Sphere3d_(ref Matrix value) method CodeMatrix_of_Triangle2d_ (line 2225) | public void CodeMatrix_of_Triangle2d_(ref Matrix value) method CodeMatrix_of_Triangle3d_ (line 2233) | public void CodeMatrix_of_Triangle3d_(ref Matrix value) method CodeMatrix_of_Circle2f_ (line 2241) | public void CodeMatrix_of_Circle2f_(ref Matrix value) method CodeMatrix_of_Line2f_ (line 2249) | public void CodeMatrix_of_Line2f_(ref Matrix value) method CodeMatrix_of_Line3f_ (line 2257) | public void CodeMatrix_of_Line3f_(ref Matrix value) method CodeMatrix_of_Plane2f_ (line 2265) | public void CodeMatrix_of_Plane2f_(ref Matrix value) method CodeMatrix_of_Plane3f_ (line 2273) | public void CodeMatrix_of_Plane3f_(ref Matrix value) method CodeMatrix_of_PlaneWithPoint3f_ (line 2281) | public void CodeMatrix_of_PlaneWithPoint3f_(ref Matrix value) method CodeMatrix_of_Quad3f_ (line 2297) | public void CodeMatrix_of_Quad3f_(ref Matrix value) method CodeMatrix_of_Ray2f_ (line 2305) | public void CodeMatrix_of_Ray2f_(ref Matrix value) method CodeMatrix_of_Ray3f_ (line 2313) | public void CodeMatrix_of_Ray3f_(ref Matrix value) method CodeMatrix_of_Sphere3f_ (line 2321) | public void CodeMatrix_of_Sphere3f_(ref Matrix value) method CodeMatrix_of_Triangle2f_ (line 2329) | public void CodeMatrix_of_Triangle2f_(ref Matrix value) method CodeMatrix_of_Triangle3f_ (line 2337) | public void CodeMatrix_of_Triangle3f_(ref Matrix value) method CodeVolume_of_Byte_ (line 2345) | public void CodeVolume_of_Byte_(ref Volume value) method CodeVolume_of_SByte_ (line 2353) | public void CodeVolume_of_SByte_(ref Volume value) method CodeVolume_of_Short_ (line 2361) | public void CodeVolume_of_Short_(ref Volume value) method CodeVolume_of_UShort_ (line 2369) | public void CodeVolume_of_UShort_(ref Volume value) method CodeVolume_of_Int_ (line 2377) | public void CodeVolume_of_Int_(ref Volume value) method CodeVolume_of_UInt_ (line 2385) | public void CodeVolume_of_UInt_(ref Volume value) method CodeVolume_of_Long_ (line 2393) | public void CodeVolume_of_Long_(ref Volume value) method CodeVolume_of_ULong_ (line 2401) | public void CodeVolume_of_ULong_(ref Volume value) method CodeVolume_of_Float_ (line 2409) | public void CodeVolume_of_Float_(ref Volume value) method CodeVolume_of_Double_ (line 2417) | public void CodeVolume_of_Double_(ref Volume value) method CodeVolume_of_Fraction_ (line 2425) | public void CodeVolume_of_Fraction_(ref Volume value) method CodeVolume_of_V2i_ (line 2433) | public void CodeVolume_of_V2i_(ref Volume value) method CodeVolume_of_V2l_ (line 2441) | public void CodeVolume_of_V2l_(ref Volume value) method CodeVolume_of_V2f_ (line 2449) | public void CodeVolume_of_V2f_(ref Volume value) method CodeVolume_of_V2d_ (line 2457) | public void CodeVolume_of_V2d_(ref Volume value) method CodeVolume_of_V3i_ (line 2465) | public void CodeVolume_of_V3i_(ref Volume value) method CodeVolume_of_V3l_ (line 2473) | public void CodeVolume_of_V3l_(ref Volume value) method CodeVolume_of_V3f_ (line 2481) | public void CodeVolume_of_V3f_(ref Volume value) method CodeVolume_of_V3d_ (line 2489) | public void CodeVolume_of_V3d_(ref Volume value) method CodeVolume_of_V4i_ (line 2497) | public void CodeVolume_of_V4i_(ref Volume value) method CodeVolume_of_V4l_ (line 2505) | public void CodeVolume_of_V4l_(ref Volume value) method CodeVolume_of_V4f_ (line 2513) | public void CodeVolume_of_V4f_(ref Volume value) method CodeVolume_of_V4d_ (line 2521) | public void CodeVolume_of_V4d_(ref Volume value) method CodeVolume_of_M22i_ (line 2529) | public void CodeVolume_of_M22i_(ref Volume value) method CodeVolume_of_M22l_ (line 2537) | public void CodeVolume_of_M22l_(ref Volume value) method CodeVolume_of_M22f_ (line 2545) | public void CodeVolume_of_M22f_(ref Volume value) method CodeVolume_of_M22d_ (line 2553) | public void CodeVolume_of_M22d_(ref Volume value) method CodeVolume_of_M23i_ (line 2561) | public void CodeVolume_of_M23i_(ref Volume value) method CodeVolume_of_M23l_ (line 2569) | public void CodeVolume_of_M23l_(ref Volume value) method CodeVolume_of_M23f_ (line 2577) | public void CodeVolume_of_M23f_(ref Volume value) method CodeVolume_of_M23d_ (line 2585) | public void CodeVolume_of_M23d_(ref Volume value) method CodeVolume_of_M33i_ (line 2593) | public void CodeVolume_of_M33i_(ref Volume value) method CodeVolume_of_M33l_ (line 2601) | public void CodeVolume_of_M33l_(ref Volume value) method CodeVolume_of_M33f_ (line 2609) | public void CodeVolume_of_M33f_(ref Volume value) method CodeVolume_of_M33d_ (line 2617) | public void CodeVolume_of_M33d_(ref Volume value) method CodeVolume_of_M34i_ (line 2625) | public void CodeVolume_of_M34i_(ref Volume value) method CodeVolume_of_M34l_ (line 2633) | public void CodeVolume_of_M34l_(ref Volume value) method CodeVolume_of_M34f_ (line 2641) | public void CodeVolume_of_M34f_(ref Volume value) method CodeVolume_of_M34d_ (line 2649) | public void CodeVolume_of_M34d_(ref Volume value) method CodeVolume_of_M44i_ (line 2657) | public void CodeVolume_of_M44i_(ref Volume value) method CodeVolume_of_M44l_ (line 2665) | public void CodeVolume_of_M44l_(ref Volume value) method CodeVolume_of_M44f_ (line 2673) | public void CodeVolume_of_M44f_(ref Volume value) method CodeVolume_of_M44d_ (line 2681) | public void CodeVolume_of_M44d_(ref Volume value) method CodeVolume_of_C3b_ (line 2689) | public void CodeVolume_of_C3b_(ref Volume value) method CodeVolume_of_C3us_ (line 2697) | public void CodeVolume_of_C3us_(ref Volume value) method CodeVolume_of_C3ui_ (line 2705) | public void CodeVolume_of_C3ui_(ref Volume value) method CodeVolume_of_C3f_ (line 2713) | public void CodeVolume_of_C3f_(ref Volume value) method CodeVolume_of_C3d_ (line 2721) | public void CodeVolume_of_C3d_(ref Volume value) method CodeVolume_of_C4b_ (line 2729) | public void CodeVolume_of_C4b_(ref Volume value) method CodeVolume_of_C4us_ (line 2737) | public void CodeVolume_of_C4us_(ref Volume value) method CodeVolume_of_C4ui_ (line 2745) | public void CodeVolume_of_C4ui_(ref Volume value) method CodeVolume_of_C4f_ (line 2753) | public void CodeVolume_of_C4f_(ref Volume value) method CodeVolume_of_C4d_ (line 2761) | public void CodeVolume_of_C4d_(ref Volume value) method CodeVolume_of_Range1b_ (line 2769) | public void CodeVolume_of_Range1b_(ref Volume value) method CodeVolume_of_Range1sb_ (line 2777) | public void CodeVolume_of_Range1sb_(ref Volume value) method CodeVolume_of_Range1s_ (line 2785) | public void CodeVolume_of_Range1s_(ref Volume value) method CodeVolume_of_Range1us_ (line 2793) | public void CodeVolume_of_Range1us_(ref Volume value) method CodeVolume_of_Range1i_ (line 2801) | public void CodeVolume_of_Range1i_(ref Volume value) method CodeVolume_of_Range1ui_ (line 2809) | public void CodeVolume_of_Range1ui_(ref Volume value) method CodeVolume_of_Range1l_ (line 2817) | public void CodeVolume_of_Range1l_(ref Volume value) method CodeVolume_of_Range1ul_ (line 2825) | public void CodeVolume_of_Range1ul_(ref Volume value) method CodeVolume_of_Range1f_ (line 2833) | public void CodeVolume_of_Range1f_(ref Volume value) method CodeVolume_of_Range1d_ (line 2841) | public void CodeVolume_of_Range1d_(ref Volume value) method CodeVolume_of_Box2i_ (line 2849) | public void CodeVolume_of_Box2i_(ref Volume value) method CodeVolume_of_Box2l_ (line 2857) | public void CodeVolume_of_Box2l_(ref Volume value) method CodeVolume_of_Box2f_ (line 2865) | public void CodeVolume_of_Box2f_(ref Volume value) method CodeVolume_of_Box2d_ (line 2873) | public void CodeVolume_of_Box2d_(ref Volume value) method CodeVolume_of_Box3i_ (line 2881) | public void CodeVolume_of_Box3i_(ref Volume value) method CodeVolume_of_Box3l_ (line 2889) | public void CodeVolume_of_Box3l_(ref Volume value) method CodeVolume_of_Box3f_ (line 2897) | public void CodeVolume_of_Box3f_(ref Volume value) method CodeVolume_of_Box3d_ (line 2905) | public void CodeVolume_of_Box3d_(ref Volume value) method CodeVolume_of_Euclidean3f_ (line 2913) | public void CodeVolume_of_Euclidean3f_(ref Volume value) method CodeVolume_of_Euclidean3d_ (line 2921) | public void CodeVolume_of_Euclidean3d_(ref Volume value) method CodeVolume_of_Rot2f_ (line 2929) | public void CodeVolume_of_Rot2f_(ref Volume value) method CodeVolume_of_Rot2d_ (line 2937) | public void CodeVolume_of_Rot2d_(ref Volume value) method CodeVolume_of_Rot3f_ (line 2945) | public void CodeVolume_of_Rot3f_(ref Volume value) method CodeVolume_of_Rot3d_ (line 2953) | public void CodeVolume_of_Rot3d_(ref Volume value) method CodeVolume_of_Scale3f_ (line 2961) | public void CodeVolume_of_Scale3f_(ref Volume value) method CodeVolume_of_Scale3d_ (line 2969) | public void CodeVolume_of_Scale3d_(ref Volume value) method CodeVolume_of_Shift3f_ (line 2977) | public void CodeVolume_of_Shift3f_(ref Volume value) method CodeVolume_of_Shift3d_ (line 2985) | public void CodeVolume_of_Shift3d_(ref Volume value) method CodeVolume_of_Trafo2f_ (line 2993) | public void CodeVolume_of_Trafo2f_(ref Volume value) method CodeVolume_of_Trafo2d_ (line 3001) | public void CodeVolume_of_Trafo2d_(ref Volume value) method CodeVolume_of_Trafo3f_ (line 3009) | public void CodeVolume_of_Trafo3f_(ref Volume value) method CodeVolume_of_Trafo3d_ (line 3017) | public void CodeVolume_of_Trafo3d_(ref Volume value) method CodeVolume_of_Bool_ (line 3025) | public void CodeVolume_of_Bool_(ref Volume value) method CodeVolume_of_Char_ (line 3033) | public void CodeVolume_of_Char_(ref Volume value) method CodeVolume_of_String_ (line 3041) | public void CodeVolume_of_String_(ref Volume value) method CodeVolume_of_Type_ (line 3049) | public void CodeVolume_of_Type_(ref Volume value) method CodeVolume_of_Guid_ (line 3057) | public void CodeVolume_of_Guid_(ref Volume value) method CodeVolume_of_Symbol_ (line 3065) | public void CodeVolume_of_Symbol_(ref Volume value) method CodeVolume_of_Circle2d_ (line 3073) | public void CodeVolume_of_Circle2d_(ref Volume value) method CodeVolume_of_Line2d_ (line 3081) | public void CodeVolume_of_Line2d_(ref Volume value) method CodeVolume_of_Line3d_ (line 3089) | public void CodeVolume_of_Line3d_(ref Volume value) method CodeVolume_of_Plane2d_ (line 3097) | public void CodeVolume_of_Plane2d_(ref Volume value) method CodeVolume_of_Plane3d_ (line 3105) | public void CodeVolume_of_Plane3d_(ref Volume value) method CodeVolume_of_PlaneWithPoint3d_ (line 3113) | public void CodeVolume_of_PlaneWithPoint3d_(ref Volume value) method CodeVolume_of_Quad3d_ (line 3129) | public void CodeVolume_of_Quad3d_(ref Volume value) method CodeVolume_of_Ray2d_ (line 3137) | public void CodeVolume_of_Ray2d_(ref Volume value) method CodeVolume_of_Ray3d_ (line 3145) | public void CodeVolume_of_Ray3d_(ref Volume value) method CodeVolume_of_Sphere3d_ (line 3153) | public void CodeVolume_of_Sphere3d_(ref Volume value) method CodeVolume_of_Triangle2d_ (line 3161) | public void CodeVolume_of_Triangle2d_(ref Volume value) method CodeVolume_of_Triangle3d_ (line 3169) | public void CodeVolume_of_Triangle3d_(ref Volume value) method CodeVolume_of_Circle2f_ (line 3177) | public void CodeVolume_of_Circle2f_(ref Volume value) method CodeVolume_of_Line2f_ (line 3185) | public void CodeVolume_of_Line2f_(ref Volume value) method CodeVolume_of_Line3f_ (line 3193) | public void CodeVolume_of_Line3f_(ref Volume value) method CodeVolume_of_Plane2f_ (line 3201) | public void CodeVolume_of_Plane2f_(ref Volume value) method CodeVolume_of_Plane3f_ (line 3209) | public void CodeVolume_of_Plane3f_(ref Volume value) method CodeVolume_of_PlaneWithPoint3f_ (line 3217) | public void CodeVolume_of_PlaneWithPoint3f_(ref Volume value) method CodeVolume_of_Quad3f_ (line 3233) | public void CodeVolume_of_Quad3f_(ref Volume value) method CodeVolume_of_Ray2f_ (line 3241) | public void CodeVolume_of_Ray2f_(ref Volume value) method CodeVolume_of_Ray3f_ (line 3249) | public void CodeVolume_of_Ray3f_(ref Volume value) method CodeVolume_of_Sphere3f_ (line 3257) | public void CodeVolume_of_Sphere3f_(ref Volume value) method CodeVolume_of_Triangle2f_ (line 3265) | public void CodeVolume_of_Triangle2f_(ref Volume value) method CodeVolume_of_Triangle3f_ (line 3273) | public void CodeVolume_of_Triangle3f_(ref Volume value) method CodeTensor_of_Byte_ (line 3281) | public void CodeTensor_of_Byte_(ref Tensor value) method CodeTensor_of_SByte_ (line 3289) | public void CodeTensor_of_SByte_(ref Tensor value) method CodeTensor_of_Short_ (line 3297) | public void CodeTensor_of_Short_(ref Tensor value) method CodeTensor_of_UShort_ (line 3305) | public void CodeTensor_of_UShort_(ref Tensor value) method CodeTensor_of_Int_ (line 3313) | public void CodeTensor_of_Int_(ref Tensor value) method CodeTensor_of_UInt_ (line 3321) | public void CodeTensor_of_UInt_(ref Tensor value) method CodeTensor_of_Long_ (line 3329) | public void CodeTensor_of_Long_(ref Tensor value) method CodeTensor_of_ULong_ (line 3337) | public void CodeTensor_of_ULong_(ref Tensor value) method CodeTensor_of_Float_ (line 3345) | public void CodeTensor_of_Float_(ref Tensor value) method CodeTensor_of_Double_ (line 3353) | public void CodeTensor_of_Double_(ref Tensor value) method CodeTensor_of_Fraction_ (line 3361) | public void CodeTensor_of_Fraction_(ref Tensor value) method CodeTensor_of_V2i_ (line 3369) | public void CodeTensor_of_V2i_(ref Tensor value) method CodeTensor_of_V2l_ (line 3377) | public void CodeTensor_of_V2l_(ref Tensor value) method CodeTensor_of_V2f_ (line 3385) | public void CodeTensor_of_V2f_(ref Tensor value) method CodeTensor_of_V2d_ (line 3393) | public void CodeTensor_of_V2d_(ref Tensor value) method CodeTensor_of_V3i_ (line 3401) | public void CodeTensor_of_V3i_(ref Tensor value) method CodeTensor_of_V3l_ (line 3409) | public void CodeTensor_of_V3l_(ref Tensor value) method CodeTensor_of_V3f_ (line 3417) | public void CodeTensor_of_V3f_(ref Tensor value) method CodeTensor_of_V3d_ (line 3425) | public void CodeTensor_of_V3d_(ref Tensor value) method CodeTensor_of_V4i_ (line 3433) | public void CodeTensor_of_V4i_(ref Tensor value) method CodeTensor_of_V4l_ (line 3441) | public void CodeTensor_of_V4l_(ref Tensor value) method CodeTensor_of_V4f_ (line 3449) | public void CodeTensor_of_V4f_(ref Tensor value) method CodeTensor_of_V4d_ (line 3457) | public void CodeTensor_of_V4d_(ref Tensor value) method CodeTensor_of_M22i_ (line 3465) | public void CodeTensor_of_M22i_(ref Tensor value) method CodeTensor_of_M22l_ (line 3473) | public void CodeTensor_of_M22l_(ref Tensor value) method CodeTensor_of_M22f_ (line 3481) | public void CodeTensor_of_M22f_(ref Tensor value) method CodeTensor_of_M22d_ (line 3489) | public void CodeTensor_of_M22d_(ref Tensor value) method CodeTensor_of_M23i_ (line 3497) | public void CodeTensor_of_M23i_(ref Tensor value) method CodeTensor_of_M23l_ (line 3505) | public void CodeTensor_of_M23l_(ref Tensor value) method CodeTensor_of_M23f_ (line 3513) | public void CodeTensor_of_M23f_(ref Tensor value) method CodeTensor_of_M23d_ (line 3521) | public void CodeTensor_of_M23d_(ref Tensor value) method CodeTensor_of_M33i_ (line 3529) | public void CodeTensor_of_M33i_(ref Tensor value) method CodeTensor_of_M33l_ (line 3537) | public void CodeTensor_of_M33l_(ref Tensor value) method CodeTensor_of_M33f_ (line 3545) | public void CodeTensor_of_M33f_(ref Tensor value) method CodeTensor_of_M33d_ (line 3553) | public void CodeTensor_of_M33d_(ref Tensor value) method CodeTensor_of_M34i_ (line 3561) | public void CodeTensor_of_M34i_(ref Tensor value) method CodeTensor_of_M34l_ (line 3569) | public void CodeTensor_of_M34l_(ref Tensor value) method CodeTensor_of_M34f_ (line 3577) | public void CodeTensor_of_M34f_(ref Tensor value) method CodeTensor_of_M34d_ (line 3585) | public void CodeTensor_of_M34d_(ref Tensor value) method CodeTensor_of_M44i_ (line 3593) | public void CodeTensor_of_M44i_(ref Tensor value) method CodeTensor_of_M44l_ (line 3601) | public void CodeTensor_of_M44l_(ref Tensor value) method CodeTensor_of_M44f_ (line 3609) | public void CodeTensor_of_M44f_(ref Tensor value) method CodeTensor_of_M44d_ (line 3617) | public void CodeTensor_of_M44d_(ref Tensor value) method CodeTensor_of_C3b_ (line 3625) | public void CodeTensor_of_C3b_(ref Tensor value) method CodeTensor_of_C3us_ (line 3633) | public void CodeTensor_of_C3us_(ref Tensor value) method CodeTensor_of_C3ui_ (line 3641) | public void CodeTensor_of_C3ui_(ref Tensor value) method CodeTensor_of_C3f_ (line 3649) | public void CodeTensor_of_C3f_(ref Tensor value) method CodeTensor_of_C3d_ (line 3657) | public void CodeTensor_of_C3d_(ref Tensor value) method CodeTensor_of_C4b_ (line 3665) | public void CodeTensor_of_C4b_(ref Tensor value) method CodeTensor_of_C4us_ (line 3673) | public void CodeTensor_of_C4us_(ref Tensor value) method CodeTensor_of_C4ui_ (line 3681) | public void CodeTensor_of_C4ui_(ref Tensor value) method CodeTensor_of_C4f_ (line 3689) | public void CodeTensor_of_C4f_(ref Tensor value) method CodeTensor_of_C4d_ (line 3697) | public void CodeTensor_of_C4d_(ref Tensor value) method CodeTensor_of_Range1b_ (line 3705) | public void CodeTensor_of_Range1b_(ref Tensor value) method CodeTensor_of_Range1sb_ (line 3713) | public void CodeTensor_of_Range1sb_(ref Tensor value) method CodeTensor_of_Range1s_ (line 3721) | public void CodeTensor_of_Range1s_(ref Tensor value) method CodeTensor_of_Range1us_ (line 3729) | public void CodeTensor_of_Range1us_(ref Tensor value) method CodeTensor_of_Range1i_ (line 3737) | public void CodeTensor_of_Range1i_(ref Tensor value) method CodeTensor_of_Range1ui_ (line 3745) | public void CodeTensor_of_Range1ui_(ref Tensor value) method CodeTensor_of_Range1l_ (line 3753) | public void CodeTensor_of_Range1l_(ref Tensor value) method CodeTensor_of_Range1ul_ (line 3761) | public void CodeTensor_of_Range1ul_(ref Tensor value) method CodeTensor_of_Range1f_ (line 3769) | public void CodeTensor_of_Range1f_(ref Tensor value) method CodeTensor_of_Range1d_ (line 3777) | public void CodeTensor_of_Range1d_(ref Tensor value) method CodeTensor_of_Box2i_ (line 3785) | public void CodeTensor_of_Box2i_(ref Tensor value) method CodeTensor_of_Box2l_ (line 3793) | public void CodeTensor_of_Box2l_(ref Tensor value) method CodeTensor_of_Box2f_ (line 3801) | public void CodeTensor_of_Box2f_(ref Tensor value) method CodeTensor_of_Box2d_ (line 3809) | public void CodeTensor_of_Box2d_(ref Tensor value) method CodeTensor_of_Box3i_ (line 3817) | public void CodeTensor_of_Box3i_(ref Tensor value) method CodeTensor_of_Box3l_ (line 3825) | public void CodeTensor_of_Box3l_(ref Tensor value) method CodeTensor_of_Box3f_ (line 3833) | public void CodeTensor_of_Box3f_(ref Tensor value) method CodeTensor_of_Box3d_ (line 3841) | public void CodeTensor_of_Box3d_(ref Tensor value) method CodeTensor_of_Euclidean3f_ (line 3849) | public void CodeTensor_of_Euclidean3f_(ref Tensor value) method CodeTensor_of_Euclidean3d_ (line 3857) | public void CodeTensor_of_Euclidean3d_(ref Tensor value) method CodeTensor_of_Rot2f_ (line 3865) | public void CodeTensor_of_Rot2f_(ref Tensor value) method CodeTensor_of_Rot2d_ (line 3873) | public void CodeTensor_of_Rot2d_(ref Tensor value) method CodeTensor_of_Rot3f_ (line 3881) | public void CodeTensor_of_Rot3f_(ref Tensor value) method CodeTensor_of_Rot3d_ (line 3889) | public void CodeTensor_of_Rot3d_(ref Tensor value) method CodeTensor_of_Scale3f_ (line 3897) | public void CodeTensor_of_Scale3f_(ref Tensor value) method CodeTensor_of_Scale3d_ (line 3905) | public void CodeTensor_of_Scale3d_(ref Tensor value) method CodeTensor_of_Shift3f_ (line 3913) | public void CodeTensor_of_Shift3f_(ref Tensor value) method CodeTensor_of_Shift3d_ (line 3921) | public void CodeTensor_of_Shift3d_(ref Tensor value) method CodeTensor_of_Trafo2f_ (line 3929) | public void CodeTensor_of_Trafo2f_(ref Tensor value) method CodeTensor_of_Trafo2d_ (line 3937) | public void CodeTensor_of_Trafo2d_(ref Tensor value) method CodeTensor_of_Trafo3f_ (line 3945) | public void CodeTensor_of_Trafo3f_(ref Tensor value) method CodeTensor_of_Trafo3d_ (line 3953) | public void CodeTensor_of_Trafo3d_(ref Tensor value) method CodeTensor_of_Bool_ (line 3961) | public void CodeTensor_of_Bool_(ref Tensor value) method CodeTensor_of_Char_ (line 3969) | public void CodeTensor_of_Char_(ref Tensor value) method CodeTensor_of_String_ (line 3977) | public void CodeTensor_of_String_(ref Tensor value) method CodeTensor_of_Type_ (line 3985) | public void CodeTensor_of_Type_(ref Tensor value) method CodeTensor_of_Guid_ (line 3993) | public void CodeTensor_of_Guid_(ref Tensor value) method CodeTensor_of_Symbol_ (line 4001) | public void CodeTensor_of_Symbol_(ref Tensor value) method CodeTensor_of_Circle2d_ (line 4009) | public void CodeTensor_of_Circle2d_(ref Tensor value) method CodeTensor_of_Line2d_ (line 4017) | public void CodeTensor_of_Line2d_(ref Tensor value) method CodeTensor_of_Line3d_ (line 4025) | public void CodeTensor_of_Line3d_(ref Tensor value) method CodeTensor_of_Plane2d_ (line 4033) | public void CodeTensor_of_Plane2d_(ref Tensor value) method CodeTensor_of_Plane3d_ (line 4041) | public void CodeTensor_of_Plane3d_(ref Tensor value) method CodeTensor_of_PlaneWithPoint3d_ (line 4049) | public void CodeTensor_of_PlaneWithPoint3d_(ref Tensor value) method CodeTensor_of_Quad3d_ (line 4065) | public void CodeTensor_of_Quad3d_(ref Tensor value) method CodeTensor_of_Ray2d_ (line 4073) | public void CodeTensor_of_Ray2d_(ref Tensor value) method CodeTensor_of_Ray3d_ (line 4081) | public void CodeTensor_of_Ray3d_(ref Tensor value) method CodeTensor_of_Sphere3d_ (line 4089) | public void CodeTensor_of_Sphere3d_(ref Tensor value) method CodeTensor_of_Triangle2d_ (line 4097) | public void CodeTensor_of_Triangle2d_(ref Tensor value) method CodeTensor_of_Triangle3d_ (line 4105) | public void CodeTensor_of_Triangle3d_(ref Tensor value) method CodeTensor_of_Circle2f_ (line 4113) | public void CodeTensor_of_Circle2f_(ref Tensor value) method CodeTensor_of_Line2f_ (line 4121) | public void CodeTensor_of_Line2f_(ref Tensor value) method CodeTensor_of_Line3f_ (line 4129) | public void CodeTensor_of_Line3f_(ref Tensor value) method CodeTensor_of_Plane2f_ (line 4137) | public void CodeTensor_of_Plane2f_(ref Tensor value) method CodeTensor_of_Plane3f_ (line 4145) | public void CodeTensor_of_Plane3f_(ref Tensor value) method CodeTensor_of_PlaneWithPoint3f_ (line 4153) | public void CodeTensor_of_PlaneWithPoint3f_(ref Tensor value) method CodeTensor_of_Quad3f_ (line 4169) | public void CodeTensor_of_Quad3f_(ref Tensor value) method CodeTensor_of_Ray2f_ (line 4177) | public void CodeTensor_of_Ray2f_(ref Tensor value) method CodeTensor_of_Ray3f_ (line 4185) | public void CodeTensor_of_Ray3f_(ref Tensor value) method CodeTensor_of_Sphere3f_ (line 4193) | public void CodeTensor_of_Sphere3f_(ref Tensor value) method CodeTensor_of_Triangle2f_ (line 4201) | public void CodeTensor_of_Triangle2f_(ref Tensor value) method CodeTensor_of_Triangle3f_ (line 4209) | public void CodeTensor_of_Triangle3f_(ref Tensor value) method CodeV2iArray (line 4221) | public void CodeV2iArray(ref V2i[] value) method CodeV2uiArray (line 4228) | public void CodeV2uiArray(ref V2ui[] value) method CodeV2lArray (line 4235) | public void CodeV2lArray(ref V2l[] value) method CodeV2fArray (line 4242) | public void CodeV2fArray(ref V2f[] value) method CodeV2dArray (line 4249) | public void CodeV2dArray(ref V2d[] value) method CodeV3iArray (line 4256) | public void CodeV3iArray(ref V3i[] value) method CodeV3uiArray (line 4263) | public void CodeV3uiArray(ref V3ui[] value) method CodeV3lArray (line 4270) | public void CodeV3lArray(ref V3l[] value) method CodeV3fArray (line 4277) | public void CodeV3fArray(ref V3f[] value) method CodeV3dArray (line 4284) | public void CodeV3dArray(ref V3d[] value) method CodeV4iArray (line 4291) | public void CodeV4iArray(ref V4i[] value) method CodeV4uiArray (line 4298) | public void CodeV4uiArray(ref V4ui[] value) method CodeV4lArray (line 4305) | public void CodeV4lArray(ref V4l[] value) method CodeV4fArray (line 4312) | public void CodeV4fArray(ref V4f[] value) method CodeV4dArray (line 4319) | public void CodeV4dArray(ref V4d[] value) method CodeM22iArray (line 4326) | public void CodeM22iArray(ref M22i[] value) method CodeM22lArray (line 4333) | public void CodeM22lArray(ref M22l[] value) method CodeM22fArray (line 4340) | public void CodeM22fArray(ref M22f[] value) method CodeM22dArray (line 4347) | public void CodeM22dArray(ref M22d[] value) method CodeM23iArray (line 4354) | public void CodeM23iArray(ref M23i[] value) method CodeM23lArray (line 4361) | public void CodeM23lArray(ref M23l[] value) method CodeM23fArray (line 4368) | public void CodeM23fArray(ref M23f[] value) method CodeM23dArray (line 4375) | public void CodeM23dArray(ref M23d[] value) method CodeM33iArray (line 4382) | public void CodeM33iArray(ref M33i[] value) method CodeM33lArray (line 4389) | public void CodeM33lArray(ref M33l[] value) method CodeM33fArray (line 4396) | public void CodeM33fArray(ref M33f[] value) method CodeM33dArray (line 4403) | public void CodeM33dArray(ref M33d[] value) method CodeM34iArray (line 4410) | public void CodeM34iArray(ref M34i[] value) method CodeM34lArray (line 4417) | public void CodeM34lArray(ref M34l[] value) method CodeM34fArray (line 4424) | public void CodeM34fArray(ref M34f[] value) method CodeM34dArray (line 4431) | public void CodeM34dArray(ref M34d[] value) method CodeM44iArray (line 4438) | public void CodeM44iArray(ref M44i[] value) method CodeM44lArray (line 4445) | public void CodeM44lArray(ref M44l[] value) method CodeM44fArray (line 4452) | public void CodeM44fArray(ref M44f[] value) method CodeM44dArray (line 4459) | public void CodeM44dArray(ref M44d[] value) method CodeRange1bArray (line 4466) | public void CodeRange1bArray(ref Range1b[] value) method CodeRange1sbArray (line 4473) | public void CodeRange1sbArray(ref Range1sb[] value) method CodeRange1sArray (line 4480) | public void CodeRange1sArray(ref Range1s[] value) method CodeRange1usArray (line 4487) | public void CodeRange1usArray(ref Range1us[] value) method CodeRange1iArray (line 4494) | public void CodeRange1iArray(ref Range1i[] value) method CodeRange1uiArray (line 4501) | public void CodeRange1uiArray(ref Range1ui[] value) method CodeRange1lArray (line 4508) | public void CodeRange1lArray(ref Range1l[] value) method CodeRange1ulArray (line 4515) | public void CodeRange1ulArray(ref Range1ul[] value) method CodeRange1fArray (line 4522) | public void CodeRange1fArray(ref Range1f[] value) method CodeRange1dArray (line 4529) | public void CodeRange1dArray(ref Range1d[] value) method CodeBox2iArray (line 4536) | public void CodeBox2iArray(ref Box2i[] value) method CodeBox2lArray (line 4543) | public void CodeBox2lArray(ref Box2l[] value) method CodeBox2fArray (line 4550) | public void CodeBox2fArray(ref Box2f[] value) method CodeBox2dArray (line 4557) | public void CodeBox2dArray(ref Box2d[] value) method CodeBox3iArray (line 4564) | public void CodeBox3iArray(ref Box3i[] value) method CodeBox3lArray (line 4571) | public void CodeBox3lArray(ref Box3l[] value) method CodeBox3fArray (line 4578) | public void CodeBox3fArray(ref Box3f[] value) method CodeBox3dArray (line 4585) | public void CodeBox3dArray(ref Box3d[] value) method CodeC3bArray (line 4592) | public void CodeC3bArray(ref C3b[] value) method CodeC3usArray (line 4599) | public void CodeC3usArray(ref C3us[] value) method CodeC3uiArray (line 4606) | public void CodeC3uiArray(ref C3ui[] value) method CodeC3fArray (line 4613) | public void CodeC3fArray(ref C3f[] value) method CodeC3dArray (line 4620) | public void CodeC3dArray(ref C3d[] value) method CodeC4bArray (line 4627) | public void CodeC4bArray(ref C4b[] value) method CodeC4usArray (line 4634) | public void CodeC4usArray(ref C4us[] value) method CodeC4uiArray (line 4641) | public void CodeC4uiArray(ref C4ui[] value) method CodeC4fArray (line 4648) | public void CodeC4fArray(ref C4f[] value) method CodeC4dArray (line 4655) | public void CodeC4dArray(ref C4d[] value) method CodeEuclidean3fArray (line 4662) | public void CodeEuclidean3fArray(ref Euclidean3f[] value) method CodeEuclidean3dArray (line 4669) | public void CodeEuclidean3dArray(ref Euclidean3d[] value) method CodeRot2fArray (line 4676) | public void CodeRot2fArray(ref Rot2f[] value) method CodeRot2dArray (line 4683) | public void CodeRot2dArray(ref Rot2d[] value) method CodeRot3fArray (line 4690) | public void CodeRot3fArray(ref Rot3f[] value) method CodeRot3dArray (line 4697) | public void CodeRot3dArray(ref Rot3d[] value) method CodeScale3fArray (line 4704) | public void CodeScale3fArray(ref Scale3f[] value) method CodeScale3dArray (line 4711) | public void CodeScale3dArray(ref Scale3d[] value) method CodeShift3fArray (line 4718) | public void CodeShift3fArray(ref Shift3f[] value) method CodeShift3dArray (line 4725) | public void CodeShift3dArray(ref Shift3d[] value) method CodeTrafo2fArray (line 4732) | public void CodeTrafo2fArray(ref Trafo2f[] value) method CodeTrafo2dArray (line 4739) | public void CodeTrafo2dArray(ref Trafo2d[] value) method CodeTrafo3fArray (line 4746) | public void CodeTrafo3fArray(ref Trafo3f[] value) method CodeTrafo3dArray (line 4753) | public void CodeTrafo3dArray(ref Trafo3d[] value) method CodeCircle2dArray (line 4760) | public void CodeCircle2dArray(ref Circle2d[] value) method CodeLine2dArray (line 4767) | public void CodeLine2dArray(ref Line2d[] value) method CodeLine3dArray (line 4774) | public void CodeLine3dArray(ref Line3d[] value) method CodePlane2dArray (line 4781) | public void CodePlane2dArray(ref Plane2d[] value) method CodePlane3dArray (line 4788) | public void CodePlane3dArray(ref Plane3d[] value) method CodePlaneWithPoint3dArray (line 4795) | public void CodePlaneWithPoint3dArray(ref PlaneWithPoint3d[] value) method CodeQuad2dArray (line 4802) | public void CodeQuad2dArray(ref Quad2d[] value) method CodeQuad3dArray (line 4809) | public void CodeQuad3dArray(ref Quad3d[] value) method CodeRay2dArray (line 4816) | public void CodeRay2dArray(ref Ray2d[] value) method CodeRay3dArray (line 4823) | public void CodeRay3dArray(ref Ray3d[] value) method CodeSphere3dArray (line 4830) | public void CodeSphere3dArray(ref Sphere3d[] value) method CodeTriangle2dArray (line 4837) | public void CodeTriangle2dArray(ref Triangle2d[] value) method CodeTriangle3dArray (line 4844) | public void CodeTriangle3dArray(ref Triangle3d[] value) method CodeCircle2fArray (line 4851) | public void CodeCircle2fArray(ref Circle2f[] value) method CodeLine2fArray (line 4858) | public void CodeLine2fArray(ref Line2f[] value) method CodeLine3fArray (line 4865) | public void CodeLine3fArray(ref Line3f[] value) method CodePlane2fArray (line 4872) | public void CodePlane2fArray(ref Plane2f[] value) method CodePlane3fArray (line 4879) | public void CodePlane3fArray(ref Plane3f[] value) method CodePlaneWithPoint3fArray (line 4886) | public void CodePlaneWithPoint3fArray(ref PlaneWithPoint3f[] value) method CodeQuad2fArray (line 4893) | public void CodeQuad2fArray(ref Quad2f[] value) method CodeQuad3fArray (line 4900) | public void CodeQuad3fArray(ref Quad3f[] value) method CodeRay2fArray (line 4907) | public void CodeRay2fArray(ref Ray2f[] value) method CodeRay3fArray (line 4914) | public void CodeRay3fArray(ref Ray3f[] value) method CodeSphere3fArray (line 4921) | public void CodeSphere3fArray(ref Sphere3f[] value) method CodeTriangle2fArray (line 4928) | public void CodeTriangle2fArray(ref Triangle2f[] value) method CodeTriangle3fArray (line 4935) | public void CodeTriangle3fArray(ref Triangle3f[] value) method CodeVector_of_Byte_Array (line 4942) | public void CodeVector_of_Byte_Array(ref Vector[] value) method CodeVector_of_SByte_Array (line 4949) | public void CodeVector_of_SByte_Array(ref Vector[] value) method CodeVector_of_Short_Array (line 4956) | public void CodeVector_of_Short_Array(ref Vector[] value) method CodeVector_of_UShort_Array (line 4963) | public void CodeVector_of_UShort_Array(ref Vector[] value) method CodeVector_of_Int_Array (line 4970) | public void CodeVector_of_Int_Array(ref Vector[] value) method CodeVector_of_UInt_Array (line 4977) | public void CodeVector_of_UInt_Array(ref Vector[] value) method CodeVector_of_Long_Array (line 4984) | public void CodeVector_of_Long_Array(ref Vector[] value) method CodeVector_of_ULong_Array (line 4991) | public void CodeVector_of_ULong_Array(ref Vector[] value) method CodeVector_of_Float_Array (line 4998) | public void CodeVector_of_Float_Array(ref Vector[] value) method CodeVector_of_Double_Array (line 5005) | public void CodeVector_of_Double_Array(ref Vector[] value) method CodeVector_of_Fraction_Array (line 5012) | public void CodeVector_of_Fraction_Array(ref Vector[] value) method CodeVector_of_V2i_Array (line 5019) | public void CodeVector_of_V2i_Array(ref Vector[] value) method CodeVector_of_V2l_Array (line 5026) | public void CodeVector_of_V2l_Array(ref Vector[] value) method CodeVector_of_V2f_Array (line 5033) | public void CodeVector_of_V2f_Array(ref Vector[] value) method CodeVector_of_V2d_Array (line 5040) | public void CodeVector_of_V2d_Array(ref Vector[] value) method CodeVector_of_V3i_Array (line 5047) | public void CodeVector_of_V3i_Array(ref Vector[] value) method CodeVector_of_V3l_Array (line 5054) | public void CodeVector_of_V3l_Array(ref Vector[] value) method CodeVector_of_V3f_Array (line 5061) | public void CodeVector_of_V3f_Array(ref Vector[] value) method CodeVector_of_V3d_Array (line 5068) | public void CodeVector_of_V3d_Array(ref Vector[] value) method CodeVector_of_V4i_Array (line 5075) | public void CodeVector_of_V4i_Array(ref Vector[] value) method CodeVector_of_V4l_Array (line 5082) | public void CodeVector_of_V4l_Array(ref Vector[] value) method CodeVector_of_V4f_Array (line 5089) | public void CodeVector_of_V4f_Array(ref Vector[] value) method CodeVector_of_V4d_Array (line 5096) | public void CodeVector_of_V4d_Array(ref Vector[] value) method CodeVector_of_M22i_Array (line 5103) | public void CodeVector_of_M22i_Array(ref Vector[] value) method CodeVector_of_M22l_Array (line 5110) | public void CodeVector_of_M22l_Array(ref Vector[] value) method CodeVector_of_M22f_Array (line 5117) | public void CodeVector_of_M22f_Array(ref Vector[] value) method CodeVector_of_M22d_Array (line 5124) | public void CodeVector_of_M22d_Array(ref Vector[] value) method CodeVector_of_M23i_Array (line 5131) | public void CodeVector_of_M23i_Array(ref Vector[] value) method CodeVector_of_M23l_Array (line 5138) | public void CodeVector_of_M23l_Array(ref Vector[] value) method CodeVector_of_M23f_Array (line 5145) | public void CodeVector_of_M23f_Array(ref Vector[] value) method CodeVector_of_M23d_Array (line 5152) | public void CodeVector_of_M23d_Array(ref Vector[] value) method CodeVector_of_M33i_Array (line 5159) | public void CodeVector_of_M33i_Array(ref Vector[] value) method CodeVector_of_M33l_Array (line 5166) | public void CodeVector_of_M33l_Array(ref Vector[] value) method CodeVector_of_M33f_Array (line 5173) | public void CodeVector_of_M33f_Array(ref Vector[] value) method CodeVector_of_M33d_Array (line 5180) | public void CodeVector_of_M33d_Array(ref Vector[] value) method CodeVector_of_M34i_Array (line 5187) | public void CodeVector_of_M34i_Array(ref Vector[] value) method CodeVector_of_M34l_Array (line 5194) | public void CodeVector_of_M34l_Array(ref Vector[] value) method CodeVector_of_M34f_Array (line 5201) | public void CodeVector_of_M34f_Array(ref Vector[] value) method CodeVector_of_M34d_Array (line 5208) | public void CodeVector_of_M34d_Array(ref Vector[] value) method CodeVector_of_M44i_Array (line 5215) | public void CodeVector_of_M44i_Array(ref Vector[] value) method CodeVector_of_M44l_Array (line 5222) | public void CodeVector_of_M44l_Array(ref Vector[] value) method CodeVector_of_M44f_Array (line 5229) | public void CodeVector_of_M44f_Array(ref Vector[] value) method CodeVector_of_M44d_Array (line 5236) | public void CodeVector_of_M44d_Array(ref Vector[] value) method CodeVector_of_C3b_Array (line 5243) | public void CodeVector_of_C3b_Array(ref Vector[] value) method CodeVector_of_C3us_Array (line 5250) | public void CodeVector_of_C3us_Array(ref Vector[] value) method CodeVector_of_C3ui_Array (line 5257) | public void CodeVector_of_C3ui_Array(ref Vector[] value) method CodeVector_of_C3f_Array (line 5264) | public void CodeVector_of_C3f_Array(ref Vector[] value) method CodeVector_of_C3d_Array (line 5271) | public void CodeVector_of_C3d_Array(ref Vector[] value) method CodeVector_of_C4b_Array (line 5278) | public void CodeVector_of_C4b_Array(ref Vector[] value) method CodeVector_of_C4us_Array (line 5285) | public void CodeVector_of_C4us_Array(ref Vector[] value) method CodeVector_of_C4ui_Array (line 5292) | public void CodeVector_of_C4ui_Array(ref Vector[] value) method CodeVector_of_C4f_Array (line 5299) | public void CodeVector_of_C4f_Array(ref Vector[] value) method CodeVector_of_C4d_Array (line 5306) | public void CodeVector_of_C4d_Array(ref Vector[] value) method CodeVector_of_Range1b_Array (line 5313) | public void CodeVector_of_Range1b_Array(ref Vector[] value) method CodeVector_of_Range1sb_Array (line 5320) | public void CodeVector_of_Range1sb_Array(ref Vector[] value) method CodeVector_of_Range1s_Array (line 5327) | public void CodeVector_of_Range1s_Array(ref Vector[] value) method CodeVector_of_Range1us_Array (line 5334) | public void CodeVector_of_Range1us_Array(ref Vector[] value) method CodeVector_of_Range1i_Array (line 5341) | public void CodeVector_of_Range1i_Array(ref Vector[] value) method CodeVector_of_Range1ui_Array (line 5348) | public void CodeVector_of_Range1ui_Array(ref Vector[] value) method CodeVector_of_Range1l_Array (line 5355) | public void CodeVector_of_Range1l_Array(ref Vector[] value) method CodeVector_of_Range1ul_Array (line 5362) | public void CodeVector_of_Range1ul_Array(ref Vector[] value) method CodeVector_of_Range1f_Array (line 5369) | public void CodeVector_of_Range1f_Array(ref Vector[] value) method CodeVector_of_Range1d_Array (line 5376) | public void CodeVector_of_Range1d_Array(ref Vector[] value) method CodeVector_of_Box2i_Array (line 5383) | public void CodeVector_of_Box2i_Array(ref Vector[] value) method CodeVector_of_Box2l_Array (line 5390) | public void CodeVector_of_Box2l_Array(ref Vector[] value) method CodeVector_of_Box2f_Array (line 5397) | public void CodeVector_of_Box2f_Array(ref Vector[] value) method CodeVector_of_Box2d_Array (line 5404) | public void CodeVector_of_Box2d_Array(ref Vector[] value) method CodeVector_of_Box3i_Array (line 5411) | public void CodeVector_of_Box3i_Array(ref Vector[] value) method CodeVector_of_Box3l_Array (line 5418) | public void CodeVector_of_Box3l_Array(ref Vector[] value) method CodeVector_of_Box3f_Array (line 5425) | public void CodeVector_of_Box3f_Array(ref Vector[] value) method CodeVector_of_Box3d_Array (line 5432) | public void CodeVector_of_Box3d_Array(ref Vector[] value) method CodeVector_of_Euclidean3f_Array (line 5439) | public void CodeVector_of_Euclidean3f_Array(ref Vector[] ... method CodeVector_of_Euclidean3d_Array (line 5446) | public void CodeVector_of_Euclidean3d_Array(ref Vector[] ... method CodeVector_of_Rot2f_Array (line 5453) | public void CodeVector_of_Rot2f_Array(ref Vector[] value) method CodeVector_of_Rot2d_Array (line 5460) | public void CodeVector_of_Rot2d_Array(ref Vector[] value) method CodeVector_of_Rot3f_Array (line 5467) | public void CodeVector_of_Rot3f_Array(ref Vector[] value) method CodeVector_of_Rot3d_Array (line 5474) | public void CodeVector_of_Rot3d_Array(ref Vector[] value) method CodeVector_of_Scale3f_Array (line 5481) | public void CodeVector_of_Scale3f_Array(ref Vector[] value) method CodeVector_of_Scale3d_Array (line 5488) | public void CodeVector_of_Scale3d_Array(ref Vector[] value) method CodeVector_of_Shift3f_Array (line 5495) | public void CodeVector_of_Shift3f_Array(ref Vector[] value) method CodeVector_of_Shift3d_Array (line 5502) | public void CodeVector_of_Shift3d_Array(ref Vector[] value) method CodeVector_of_Trafo2f_Array (line 5509) | public void CodeVector_of_Trafo2f_Array(ref Vector[] value) method CodeVector_of_Trafo2d_Array (line 5516) | public void CodeVector_of_Trafo2d_Array(ref Vector[] value) method CodeVector_of_Trafo3f_Array (line 5523) | public void CodeVector_of_Trafo3f_Array(ref Vector[] value) method CodeVector_of_Trafo3d_Array (line 5530) | public void CodeVector_of_Trafo3d_Array(ref Vector[] value) method CodeVector_of_Bool_Array (line 5537) | public void CodeVector_of_Bool_Array(ref Vector[] value) method CodeVector_of_Char_Array (line 5544) | public void CodeVector_of_Char_Array(ref Vector[] value) method CodeVector_of_String_Array (line 5551) | public void CodeVector_of_String_Array(ref Vector[] value) method CodeVector_of_Type_Array (line 5558) | public void CodeVector_of_Type_Array(ref Vector[] value) method CodeVector_of_Guid_Array (line 5565) | public void CodeVector_of_Guid_Array(ref Vector[] value) method CodeVector_of_Symbol_Array (line 5572) | public void CodeVector_of_Symbol_Array(ref Vector[] value) method CodeVector_of_Circle2d_Array (line 5579) | public void CodeVector_of_Circle2d_Array(ref Vector[] value) method CodeVector_of_Line2d_Array (line 5586) | public void CodeVector_of_Line2d_Array(ref Vector[] value) method CodeVector_of_Line3d_Array (line 5593) | public void CodeVector_of_Line3d_Array(ref Vector[] value) method CodeVector_of_Plane2d_Array (line 5600) | public void CodeVector_of_Plane2d_Array(ref Vector[] value) method CodeVector_of_Plane3d_Array (line 5607) | public void CodeVector_of_Plane3d_Array(ref Vector[] value) method CodeVector_of_PlaneWithPoint3d_Array (line 5614) | public void CodeVector_of_PlaneWithPoint3d_Array(ref Vector[] value) method CodeVector_of_Quad3d_Array (line 5628) | public void CodeVector_of_Quad3d_Array(ref Vector[] value) method CodeVector_of_Ray2d_Array (line 5635) | public void CodeVector_of_Ray2d_Array(ref Vector[] value) method CodeVector_of_Ray3d_Array (line 5642) | public void CodeVector_of_Ray3d_Array(ref Vector[] value) method CodeVector_of_Sphere3d_Array (line 5649) | public void CodeVector_of_Sphere3d_Array(ref Vector[] value) method CodeVector_of_Triangle2d_Array (line 5656) | public void CodeVector_of_Triangle2d_Array(ref Vector[] va... method CodeVector_of_Triangle3d_Array (line 5663) | public void CodeVector_of_Triangle3d_Array(ref Vector[] va... method CodeVector_of_Circle2f_Array (line 5670) | public void CodeVector_of_Circle2f_Array(ref Vector[] value) method CodeVector_of_Line2f_Array (line 5677) | public void CodeVector_of_Line2f_Array(ref Vector[] value) method CodeVector_of_Line3f_Array (line 5684) | public void CodeVector_of_Line3f_Array(ref Vector[] value) method CodeVector_of_Plane2f_Array (line 5691) | public void CodeVector_of_Plane2f_Array(ref Vector[] value) method CodeVector_of_Plane3f_Array (line 5698) | public void CodeVector_of_Plane3f_Array(ref Vector[] value) method CodeVector_of_PlaneWithPoint3f_Array (line 5705) | public void CodeVector_of_PlaneWithPoint3f_Array(ref Vector[] value) method CodeVector_of_Quad3f_Array (line 5719) | public void CodeVector_of_Quad3f_Array(ref Vector[] value) method CodeVector_of_Ray2f_Array (line 5726) | public void CodeVector_of_Ray2f_Array(ref Vector[] value) method CodeVector_of_Ray3f_Array (line 5733) | public void CodeVector_of_Ray3f_Array(ref Vector[] value) method CodeVector_of_Sphere3f_Array (line 5740) | public void CodeVector_of_Sphere3f_Array(ref Vector[] value) method CodeVector_of_Triangle2f_Array (line 5747) | public void CodeVector_of_Triangle2f_Array(ref Vector[] va... method CodeVector_of_Triangle3f_Array (line 5754) | public void CodeVector_of_Triangle3f_Array(ref Vector[] va... method CodeMatrix_of_Byte_Array (line 5761) | public void CodeMatrix_of_Byte_Array(ref Matrix[] value) method CodeMatrix_of_SByte_Array (line 5768) | public void CodeMatrix_of_SByte_Array(ref Matrix[] value) method CodeMatrix_of_Short_Array (line 5775) | public void CodeMatrix_of_Short_Array(ref Matrix[] value) method CodeMatrix_of_UShort_Array (line 5782) | public void CodeMatrix_of_UShort_Array(ref Matrix[] value) method CodeMatrix_of_Int_Array (line 5789) | public void CodeMatrix_of_Int_Array(ref Matrix[] value) method CodeMatrix_of_UInt_Array (line 5796) | public void CodeMatrix_of_UInt_Array(ref Matrix[] value) method CodeMatrix_of_Long_Array (line 5803) | public void CodeMatrix_of_Long_Array(ref Matrix[] value) method CodeMatrix_of_ULong_Array (line 5810) | public void CodeMatrix_of_ULong_Array(ref Matrix[] value) method CodeMatrix_of_Float_Array (line 5817) | public void CodeMatrix_of_Float_Array(ref Matrix[] value) method CodeMatrix_of_Double_Array (line 5824) | public void CodeMatrix_of_Double_Array(ref Matrix[] value) method CodeMatrix_of_Fraction_Array (line 5831) | public void CodeMatrix_of_Fraction_Array(ref Matrix[] value) method CodeMatrix_of_V2i_Array (line 5838) | public void CodeMatrix_of_V2i_Array(ref Matrix[] value) method CodeMatrix_of_V2l_Array (line 5845) | public void CodeMatrix_of_V2l_Array(ref Matrix[] value) method CodeMatrix_of_V2f_Array (line 5852) | public void CodeMatrix_of_V2f_Array(ref Matrix[] value) method CodeMatrix_of_V2d_Array (line 5859) | public void CodeMatrix_of_V2d_Array(ref Matrix[] value) method CodeMatrix_of_V3i_Array (line 5866) | public void CodeMatrix_of_V3i_Array(ref Matrix[] value) method CodeMatrix_of_V3l_Array (line 5873) | public void CodeMatrix_of_V3l_Array(ref Matrix[] value) method CodeMatrix_of_V3f_Array (line 5880) | public void CodeMatrix_of_V3f_Array(ref Matrix[] value) method CodeMatrix_of_V3d_Array (line 5887) | public void CodeMatrix_of_V3d_Array(ref Matrix[] value) method CodeMatrix_of_V4i_Array (line 5894) | public void CodeMatrix_of_V4i_Array(ref Matrix[] value) method CodeMatrix_of_V4l_Array (line 5901) | public void CodeMatrix_of_V4l_Array(ref Matrix[] value) method CodeMatrix_of_V4f_Array (line 5908) | public void CodeMatrix_of_V4f_Array(ref Matrix[] value) method CodeMatrix_of_V4d_Array (line 5915) | public void CodeMatrix_of_V4d_Array(ref Matrix[] value) method CodeMatrix_of_M22i_Array (line 5922) | public void CodeMatrix_of_M22i_Array(ref Matrix[] value) method CodeMatrix_of_M22l_Array (line 5929) | public void CodeMatrix_of_M22l_Array(ref Matrix[] value) method CodeMatrix_of_M22f_Array (line 5936) | public void CodeMatrix_of_M22f_Array(ref Matrix[] value) method CodeMatrix_of_M22d_Array (line 5943) | public void CodeMatrix_of_M22d_Array(ref Matrix[] value) method CodeMatrix_of_M23i_Array (line 5950) | public void CodeMatrix_of_M23i_Array(ref Matrix[] value) method CodeMatrix_of_M23l_Array (line 5957) | public void CodeMatrix_of_M23l_Array(ref Matrix[] value) method CodeMatrix_of_M23f_Array (line 5964) | public void CodeMatrix_of_M23f_Array(ref Matrix[] value) method CodeMatrix_of_M23d_Array (line 5971) | public void CodeMatrix_of_M23d_Array(ref Matrix[] value) method CodeMatrix_of_M33i_Array (line 5978) | public void CodeMatrix_of_M33i_Array(ref Matrix[] value) method CodeMatrix_of_M33l_Array (line 5985) | public void CodeMatrix_of_M33l_Array(ref Matrix[] value) method CodeMatrix_of_M33f_Array (line 5992) | public void CodeMatrix_of_M33f_Array(ref Matrix[] value) method CodeMatrix_of_M33d_Array (line 5999) | public void CodeMatrix_of_M33d_Array(ref Matrix[] value) method CodeMatrix_of_M34i_Array (line 6006) | public void CodeMatrix_of_M34i_Array(ref Matrix[] value) method CodeMatrix_of_M34l_Array (line 6013) | public void CodeMatrix_of_M34l_Array(ref Matrix[] value) method CodeMatrix_of_M34f_Array (line 6020) | public void CodeMatrix_of_M34f_Array(ref Matrix[] value) method CodeMatrix_of_M34d_Array (line 6027) | public void CodeMatrix_of_M34d_Array(ref Matrix[] value) method CodeMatrix_of_M44i_Array (line 6034) | public void CodeMatrix_of_M44i_Array(ref Matrix[] value) method CodeMatrix_of_M44l_Array (line 6041) | public void CodeMatrix_of_M44l_Array(ref Matrix[] value) method CodeMatrix_of_M44f_Array (line 6048) | public void CodeMatrix_of_M44f_Array(ref Matrix[] value) method CodeMatrix_of_M44d_Array (line 6055) | public void CodeMatrix_of_M44d_Array(ref Matrix[] value) method CodeMatrix_of_C3b_Array (line 6062) | public void CodeMatrix_of_C3b_Array(ref Matrix[] value) method CodeMatrix_of_C3us_Array (line 6069) | public void CodeMatrix_of_C3us_Array(ref Matrix[] value) method CodeMatrix_of_C3ui_Array (line 6076) | public void CodeMatrix_of_C3ui_Array(ref Matrix[] value) method CodeMatrix_of_C3f_Array (line 6083) | public void CodeMatrix_of_C3f_Array(ref Matrix[] value) method CodeMatrix_of_C3d_Array (line 6090) | public void CodeMatrix_of_C3d_Array(ref Matrix[] value) method CodeMatrix_of_C4b_Array (line 6097) | public void CodeMatrix_of_C4b_Array(ref Matrix[] value) method CodeMatrix_of_C4us_Array (line 6104) | public void CodeMatrix_of_C4us_Array(ref Matrix[] value) method CodeMatrix_of_C4ui_Array (line 6111) | public void CodeMatrix_of_C4ui_Array(ref Matrix[] value) method CodeMatrix_of_C4f_Array (line 6118) | public void CodeMatrix_of_C4f_Array(ref Matrix[] value) method CodeMatrix_of_C4d_Array (line 6125) | public void CodeMatrix_of_C4d_Array(ref Matrix[] value) method CodeMatrix_of_Range1b_Array (line 6132) | public void CodeMatrix_of_Range1b_Array(ref Matrix[] value) method CodeMatrix_of_Range1sb_Array (line 6139) | public void CodeMatrix_of_Range1sb_Array(ref Matrix[] value) method CodeMatrix_of_Range1s_Array (line 6146) | public void CodeMatrix_of_Range1s_Array(ref Matrix[] value) method CodeMatrix_of_Range1us_Array (line 6153) | public void CodeMatrix_of_Range1us_Array(ref Matrix[] value) method CodeMatrix_of_Range1i_Array (line 6160) | public void CodeMatrix_of_Range1i_Array(ref Matrix[] value) method CodeMatrix_of_Range1ui_Array (line 6167) | public void CodeMatrix_of_Range1ui_Array(ref Matrix[] value) method CodeMatrix_of_Range1l_Array (line 6174) | public void CodeMatrix_of_Range1l_Array(ref Matrix[] value) method CodeMatrix_of_Range1ul_Array (line 6181) | public void CodeMatrix_of_Range1ul_Array(ref Matrix[] value) method CodeMatrix_of_Range1f_Array (line 6188) | public void CodeMatrix_of_Range1f_Array(ref Matrix[] value) method CodeMatrix_of_Range1d_Array (line 6195) | public void CodeMatrix_of_Range1d_Array(ref Matrix[] value) method CodeMatrix_of_Box2i_Array (line 6202) | public void CodeMatrix_of_Box2i_Array(ref Matrix[] value) method CodeMatrix_of_Box2l_Array (line 6209) | public void CodeMatrix_of_Box2l_Array(ref Matrix[] value) method CodeMatrix_of_Box2f_Array (line 6216) | public void CodeMatrix_of_Box2f_Array(ref Matrix[] value) method CodeMatrix_of_Box2d_Array (line 6223) | public void CodeMatrix_of_Box2d_Array(ref Matrix[] value) method CodeMatrix_of_Box3i_Array (line 6230) | public void CodeMatrix_of_Box3i_Array(ref Matrix[] value) method CodeMatrix_of_Box3l_Array (line 6237) | public void CodeMatrix_of_Box3l_Array(ref Matrix[] value) method CodeMatrix_of_Box3f_Array (line 6244) | public void CodeMatrix_of_Box3f_Array(ref Matrix[] value) method CodeMatrix_of_Box3d_Array (line 6251) | public void CodeMatrix_of_Box3d_Array(ref Matrix[] value) method CodeMatrix_of_Euclidean3f_Array (line 6258) | public void CodeMatrix_of_Euclidean3f_Array(ref Matrix[] ... method CodeMatrix_of_Euclidean3d_Array (line 6265) | public void CodeMatrix_of_Euclidean3d_Array(ref Matrix[] ... method CodeMatrix_of_Rot2f_Array (line 6272) | public void CodeMatrix_of_Rot2f_Array(ref Matrix[] value) method CodeMatrix_of_Rot2d_Array (line 6279) | public void CodeMatrix_of_Rot2d_Array(ref Matrix[] value) method CodeMatrix_of_Rot3f_Array (line 6286) | public void CodeMatrix_of_Rot3f_Array(ref Matrix[] value) method CodeMatrix_of_Rot3d_Array (line 6293) | public void CodeMatrix_of_Rot3d_Array(ref Matrix[] value) method CodeMatrix_of_Scale3f_Array (line 6300) | public void CodeMatrix_of_Scale3f_Array(ref Matrix[] value) method CodeMatrix_of_Scale3d_Array (line 6307) | public void CodeMatrix_of_Scale3d_Array(ref Matrix[] value) method CodeMatrix_of_Shift3f_Array (line 6314) | public void CodeMatrix_of_Shift3f_Array(ref Matrix[] value) method CodeMatrix_of_Shift3d_Array (line 6321) | public void CodeMatrix_of_Shift3d_Array(ref Matrix[] value) method CodeMatrix_of_Trafo2f_Array (line 6328) | public void CodeMatrix_of_Trafo2f_Array(ref Matrix[] value) method CodeMatrix_of_Trafo2d_Array (line 6335) | public void CodeMatrix_of_Trafo2d_Array(ref Matrix[] value) method CodeMatrix_of_Trafo3f_Array (line 6342) | public void CodeMatrix_of_Trafo3f_Array(ref Matrix[] value) method CodeMatrix_of_Trafo3d_Array (line 6349) | public void CodeMatrix_of_Trafo3d_Array(ref Matrix[] value) method CodeMatrix_of_Bool_Array (line 6356) | public void CodeMatrix_of_Bool_Array(ref Matrix[] value) method CodeMatrix_of_Char_Array (line 6363) | public void CodeMatrix_of_Char_Array(ref Matrix[] value) method CodeMatrix_of_String_Array (line 6370) | public void CodeMatrix_of_String_Array(ref Matrix[] value) method CodeMatrix_of_Type_Array (line 6377) | public void CodeMatrix_of_Type_Array(ref Matrix[] value) method CodeMatrix_of_Guid_Array (line 6384) | public void CodeMatrix_of_Guid_Array(ref Matrix[] value) method CodeMatrix_of_Symbol_Array (line 6391) | public void CodeMatrix_of_Symbol_Array(ref Matrix[] value) method CodeMatrix_of_Circle2d_Array (line 6398) | public void CodeMatrix_of_Circle2d_Array(ref Matrix[] value) method CodeMatrix_of_Line2d_Array (line 6405) | public void CodeMatrix_of_Line2d_Array(ref Matrix[] value) method CodeMatrix_of_Line3d_Array (line 6412) | public void CodeMatrix_of_Line3d_Array(ref Matrix[] value) method CodeMatrix_of_Plane2d_Array (line 6419) | public void CodeMatrix_of_Plane2d_Array(ref Matrix[] value) method CodeMatrix_of_Plane3d_Array (line 6426) | public void CodeMatrix_of_Plane3d_Array(ref Matrix[] value) method CodeMatrix_of_PlaneWithPoint3d_Array (line 6433) | public void CodeMatrix_of_PlaneWithPoint3d_Array(ref Matrix[] value) method CodeMatrix_of_Quad3d_Array (line 6447) | public void CodeMatrix_of_Quad3d_Array(ref Matrix[] value) method CodeMatrix_of_Ray2d_Array (line 6454) | public void CodeMatrix_of_Ray2d_Array(ref Matrix[] value) method CodeMatrix_of_Ray3d_Array (line 6461) | public void CodeMatrix_of_Ray3d_Array(ref Matrix[] value) method CodeMatrix_of_Sphere3d_Array (line 6468) | public void CodeMatrix_of_Sphere3d_Array(ref Matrix[] value) method CodeMatrix_of_Triangle2d_Array (line 6475) | public void CodeMatrix_of_Triangle2d_Array(ref Matrix[] va... method CodeMatrix_of_Triangle3d_Array (line 6482) | public void CodeMatrix_of_Triangle3d_Array(ref Matrix[] va... method CodeMatrix_of_Circle2f_Array (line 6489) | public void CodeMatrix_of_Circle2f_Array(ref Matrix[] value) method CodeMatrix_of_Line2f_Array (line 6496) | public void CodeMatrix_of_Line2f_Array(ref Matrix[] value) method CodeMatrix_of_Line3f_Array (line 6503) | public void CodeMatrix_of_Line3f_Array(ref Matrix[] value) method CodeMatrix_of_Plane2f_Array (line 6510) | public void CodeMatrix_of_Plane2f_Array(ref Matrix[] value) method CodeMatrix_of_Plane3f_Array (line 6517) | public void CodeMatrix_of_Plane3f_Array(ref Matrix[] value) method CodeMatrix_of_PlaneWithPoint3f_Array (line 6524) | public void CodeMatrix_of_PlaneWithPoint3f_Array(ref Matrix[] value) method CodeMatrix_of_Quad3f_Array (line 6538) | public void CodeMatrix_of_Quad3f_Array(ref Matrix[] value) method CodeMatrix_of_Ray2f_Array (line 6545) | public void CodeMatrix_of_Ray2f_Array(ref Matrix[] value) method CodeMatrix_of_Ray3f_Array (line 6552) | public void CodeMatrix_of_Ray3f_Array(ref Matrix[] value) method CodeMatrix_of_Sphere3f_Array (line 6559) | public void CodeMatrix_of_Sphere3f_Array(ref Matrix[] value) method CodeMatrix_of_Triangle2f_Array (line 6566) | public void CodeMatrix_of_Triangle2f_Array(ref Matrix[] va... method CodeMatrix_of_Triangle3f_Array (line 6573) | public void CodeMatrix_of_Triangle3f_Array(ref Matrix[] va... method CodeVolume_of_Byte_Array (line 6580) | public void CodeVolume_of_Byte_Array(ref Volume[] value) method CodeVolume_of_SByte_Array (line 6587) | public void CodeVolume_of_SByte_Array(ref Volume[] value) method CodeVolume_of_Short_Array (line 6594) | public void CodeVolume_of_Short_Array(ref Volume[] value) method CodeVolume_of_UShort_Array (line 6601) | public void CodeVolume_of_UShort_Array(ref Volume[] value) method CodeVolume_of_Int_Array (line 6608) | public void CodeVolume_of_Int_Array(ref Volume[] value) method CodeVolume_of_UInt_Array (line 6615) | public void CodeVolume_of_UInt_Array(ref Volume[] value) method CodeVolume_of_Long_Array (line 6622) | public void CodeVolume_of_Long_Array(ref Volume[] value) method CodeVolume_of_ULong_Array (line 6629) | public void CodeVolume_of_ULong_Array(ref Volume[] value) method CodeVolume_of_Float_Array (line 6636) | public void CodeVolume_of_Float_Array(ref Volume[] value) method CodeVolume_of_Double_Array (line 6643) | public void CodeVolume_of_Double_Array(ref Volume[] value) method CodeVolume_of_Fraction_Array (line 6650) | public void CodeVolume_of_Fraction_Array(ref Volume[] value) method CodeVolume_of_V2i_Array (line 6657) | public void CodeVolume_of_V2i_Array(ref Volume[] value) method CodeVolume_of_V2l_Array (line 6664) | public void CodeVolume_of_V2l_Array(ref Volume[] value) method CodeVolume_of_V2f_Array (line 6671) | public void CodeVolume_of_V2f_Array(ref Volume[] value) method CodeVolume_of_V2d_Array (line 6678) | public void CodeVolume_of_V2d_Array(ref Volume[] value) method CodeVolume_of_V3i_Array (line 6685) | public void CodeVolume_of_V3i_Array(ref Volume[] value) method CodeVolume_of_V3l_Array (line 6692) | public void CodeVolume_of_V3l_Array(ref Volume[] value) method CodeVolume_of_V3f_Array (line 6699) | public void CodeVolume_of_V3f_Array(ref Volume[] value) method CodeVolume_of_V3d_Array (line 6706) | public void CodeVolume_of_V3d_Array(ref Volume[] value) method CodeVolume_of_V4i_Array (line 6713) | public void CodeVolume_of_V4i_Array(ref Volume[] value) method CodeVolume_of_V4l_Array (line 6720) | public void CodeVolume_of_V4l_Array(ref Volume[] value) method CodeVolume_of_V4f_Array (line 6727) | public void CodeVolume_of_V4f_Array(ref Volume[] value) method CodeVolume_of_V4d_Array (line 6734) | public void CodeVolume_of_V4d_Array(ref Volume[] value) method CodeVolume_of_M22i_Array (line 6741) | public void CodeVolume_of_M22i_Array(ref Volume[] value) method CodeVolume_of_M22l_Array (line 6748) | public void CodeVolume_of_M22l_Array(ref Volume[] value) method CodeVolume_of_M22f_Array (line 6755) | public void CodeVolume_of_M22f_Array(ref Volume[] value) method CodeVolume_of_M22d_Array (line 6762) | public void CodeVolume_of_M22d_Array(ref Volume[] value) method CodeVolume_of_M23i_Array (line 6769) | public void CodeVolume_of_M23i_Array(ref Volume[] value) method CodeVolume_of_M23l_Array (line 6776) | public void CodeVolume_of_M23l_Array(ref Volume[] value) method CodeVolume_of_M23f_Array (line 6783) | public void CodeVolume_of_M23f_Array(ref Volume[] value) method CodeVolume_of_M23d_Array (line 6790) | public void CodeVolume_of_M23d_Array(ref Volume[] value) method CodeVolume_of_M33i_Array (line 6797) | public void CodeVolume_of_M33i_Array(ref Volume[] value) method CodeVolume_of_M33l_Array (line 6804) | public void CodeVolume_of_M33l_Array(ref Volume[] value) method CodeVolume_of_M33f_Array (line 6811) | public void CodeVolume_of_M33f_Array(ref Volume[] value) method CodeVolume_of_M33d_Array (line 6818) | public void CodeVolume_of_M33d_Array(ref Volume[] value) method CodeVolume_of_M34i_Array (line 6825) | public void CodeVolume_of_M34i_Array(ref Volume[] value) method CodeVolume_of_M34l_Array (line 6832) | public void CodeVolume_of_M34l_Array(ref Volume[] value) method CodeVolume_of_M34f_Array (line 6839) | public void CodeVolume_of_M34f_Array(ref Volume[] value) method CodeVolume_of_M34d_Array (line 6846) | public void CodeVolume_of_M34d_Array(ref Volume[] value) method CodeVolume_of_M44i_Array (line 6853) | public void CodeVolume_of_M44i_Array(ref Volume[] value) method CodeVolume_of_M44l_Array (line 6860) | public void CodeVolume_of_M44l_Array(ref Volume[] value) method CodeVolume_of_M44f_Array (line 6867) | public void CodeVolume_of_M44f_Array(ref Volume[] value) method CodeVolume_of_M44d_Array (line 6874) | public void CodeVolume_of_M44d_Array(ref Volume[] value) method CodeVolume_of_C3b_Array (line 6881) | public void CodeVolume_of_C3b_Array(ref Volume[] value) method CodeVolume_of_C3us_Array (line 6888) | public void CodeVolume_of_C3us_Array(ref Volume[] value) method CodeVolume_of_C3ui_Array (line 6895) | public void CodeVolume_of_C3ui_Array(ref Volume[] value) method CodeVolume_of_C3f_Array (line 6902) | public void CodeVolume_of_C3f_Array(ref Volume[] value) method CodeVolume_of_C3d_Array (line 6909) | public void CodeVolume_of_C3d_Array(ref Volume[] value) method CodeVolume_of_C4b_Array (line 6916) | public void CodeVolume_of_C4b_Array(ref Volume[] value) method CodeVolume_of_C4us_Array (line 6923) | public void CodeVolume_of_C4us_Array(ref Volume[] value) method CodeVolume_of_C4ui_Array (line 6930) | public void CodeVolume_of_C4ui_Array(ref Volume[] value) method CodeVolume_of_C4f_Array (line 6937) | public void CodeVolume_of_C4f_Array(ref Volume[] value) method CodeVolume_of_C4d_Array (line 6944) | public void CodeVolume_of_C4d_Array(ref Volume[] value) method CodeVolume_of_Range1b_Array (line 6951) | public void CodeVolume_of_Range1b_Array(ref Volume[] value) method CodeVolume_of_Range1sb_Array (line 6958) | public void CodeVolume_of_Range1sb_Array(ref Volume[] value) method CodeVolume_of_Range1s_Array (line 6965) | public void CodeVolume_of_Range1s_Array(ref Volume[] value) method CodeVolume_of_Range1us_Array (line 6972) | public void CodeVolume_of_Range1us_Array(ref Volume[] value) method CodeVolume_of_Range1i_Array (line 6979) | public void CodeVolume_of_Range1i_Array(ref Volume[] value) method CodeVolume_of_Range1ui_Array (line 6986) | public void CodeVolume_of_Range1ui_Array(ref Volume[] value) method CodeVolume_of_Range1l_Array (line 6993) | public void CodeVolume_of_Range1l_Array(ref Volume[] value) method CodeVolume_of_Range1ul_Array (line 7000) | public void CodeVolume_of_Range1ul_Array(ref Volume[] value) method CodeVolume_of_Range1f_Array (line 7007) | public void CodeVolume_of_Range1f_Array(ref Volume[] value) method CodeVolume_of_Range1d_Array (line 7014) | public void CodeVolume_of_Range1d_Array(ref Volume[] value) method CodeVolume_of_Box2i_Array (line 7021) | public void CodeVolume_of_Box2i_Array(ref Volume[] value) method CodeVolume_of_Box2l_Array (line 7028) | public void CodeVolume_of_Box2l_Array(ref Volume[] value) method CodeVolume_of_Box2f_Array (line 7035) | public void CodeVolume_of_Box2f_Array(ref Volume[] value) method CodeVolume_of_Box2d_Array (line 7042) | public void CodeVolume_of_Box2d_Array(ref Volume[] value) method CodeVolume_of_Box3i_Array (line 7049) | public void CodeVolume_of_Box3i_Array(ref Volume[] value) method CodeVolume_of_Box3l_Array (line 7056) | public void CodeVolume_of_Box3l_Array(ref Volume[] value) method CodeVolume_of_Box3f_Array (line 7063) | public void CodeVolume_of_Box3f_Array(ref Volume[] value) method CodeVolume_of_Box3d_Array (line 7070) | public void CodeVolume_of_Box3d_Array(ref Volume[] value) method CodeVolume_of_Euclidean3f_Array (line 7077) | public void CodeVolume_of_Euclidean3f_Array(ref Volume[] ... method CodeVolume_of_Euclidean3d_Array (line 7084) | public void CodeVolume_of_Euclidean3d_Array(ref Volume[] ... method CodeVolume_of_Rot2f_Array (line 7091) | public void CodeVolume_of_Rot2f_Array(ref Volume[] value) method CodeVolume_of_Rot2d_Array (line 7098) | public void CodeVolume_of_Rot2d_Array(ref Volume[] value) method CodeVolume_of_Rot3f_Array (line 7105) | public void CodeVolume_of_Rot3f_Array(ref Volume[] value) method CodeVolume_of_Rot3d_Array (line 7112) | public void CodeVolume_of_Rot3d_Array(ref Volume[] value) method CodeVolume_of_Scale3f_Array (line 7119) | public void CodeVolume_of_Scale3f_Array(ref Volume[] value) method CodeVolume_of_Scale3d_Array (line 7126) | public void CodeVolume_of_Scale3d_Array(ref Volume[] value) method CodeVolume_of_Shift3f_Array (line 7133) | public void CodeVolume_of_Shift3f_Array(ref Volume[] value) method CodeVolume_of_Shift3d_Array (line 7140) | public void CodeVolume_of_Shift3d_Array(ref Volume[] value) method CodeVolume_of_Trafo2f_Array (line 7147) | public void CodeVolume_of_Trafo2f_Array(ref Volume[] value) method CodeVolume_of_Trafo2d_Array (line 7154) | public void CodeVolume_of_Trafo2d_Array(ref Volume[] value) method CodeVolume_of_Trafo3f_Array (line 7161) | public void CodeVolume_of_Trafo3f_Array(ref Volume[] value) method CodeVolume_of_Trafo3d_Array (line 7168) | public void CodeVolume_of_Trafo3d_Array(ref Volume[] value) method CodeVolume_of_Bool_Array (line 7175) | public void CodeVolume_of_Bool_Array(ref Volume[] value) method CodeVolume_of_Char_Array (line 7182) | public void CodeVolume_of_Char_Array(ref Volume[] value) method CodeVolume_of_String_Array (line 7189) | public void CodeVolume_of_String_Array(ref Volume[] value) method CodeVolume_of_Type_Array (line 7196) | public void CodeVolume_of_Type_Array(ref Volume[] value) method CodeVolume_of_Guid_Array (line 7203) | public void CodeVolume_of_Guid_Array(ref Volume[] value) method CodeVolume_of_Symbol_Array (line 7210) | public void CodeVolume_of_Symbol_Array(ref Volume[] value) method CodeVolume_of_Circle2d_Array (line 7217) | public void CodeVolume_of_Circle2d_Array(ref Volume[] value) method CodeVolume_of_Line2d_Array (line 7224) | public void CodeVolume_of_Line2d_Array(ref Volume[] value) method CodeVolume_of_Line3d_Array (line 7231) | public void CodeVolume_of_Line3d_Array(ref Volume[] value) method CodeVolume_of_Plane2d_Array (line 7238) | public void CodeVolume_of_Plane2d_Array(ref Volume[] value) method CodeVolume_of_Plane3d_Array (line 7245) | public void CodeVolume_of_Plane3d_Array(ref Volume[] value) method CodeVolume_of_PlaneWithPoint3d_Array (line 7252) | public void CodeVolume_of_PlaneWithPoint3d_Array(ref Volume[] value) method CodeVolume_of_Quad3d_Array (line 7266) | public void CodeVolume_of_Quad3d_Array(ref Volume[] value) method CodeVolume_of_Ray2d_Array (line 7273) | public void CodeVolume_of_Ray2d_Array(ref Volume[] value) method CodeVolume_of_Ray3d_Array (line 7280) | public void CodeVolume_of_Ray3d_Array(ref Volume[] value) method CodeVolume_of_Sphere3d_Array (line 7287) | public void CodeVolume_of_Sphere3d_Array(ref Volume[] value) method CodeVolume_of_Triangle2d_Array (line 7294) | public void CodeVolume_of_Triangle2d_Array(ref Volume[] va... method CodeVolume_of_Triangle3d_Array (line 7301) | public void CodeVolume_of_Triangle3d_Array(ref Volume[] va... method CodeVolume_of_Circle2f_Array (line 7308) | public void CodeVolume_of_Circle2f_Array(ref Volume[] value) method CodeVolume_of_Line2f_Array (line 7315) | public void CodeVolume_of_Line2f_Array(ref Volume[] value) method CodeVolume_of_Line3f_Array (line 7322) | public void CodeVolume_of_Line3f_Array(ref Volume[] value) method CodeVolume_of_Plane2f_Array (line 7329) | public void CodeVolume_of_Plane2f_Array(ref Volume[] value) method CodeVolume_of_Plane3f_Array (line 7336) | public void CodeVolume_of_Plane3f_Array(ref Volume[] value) method CodeVolume_of_PlaneWithPoint3f_Array (line 7343) | public void CodeVolume_of_PlaneWithPoint3f_Array(ref Volume[] value) method CodeVolume_of_Quad3f_Array (line 7357) | public void CodeVolume_of_Quad3f_Array(ref Volume[] value) method CodeVolume_of_Ray2f_Array (line 7364) | public void CodeVolume_of_Ray2f_Array(ref Volume[] value) method CodeVolume_of_Ray3f_Array (line 7371) | public void CodeVolume_of_Ray3f_Array(ref Volume[] value) method CodeVolume_of_Sphere3f_Array (line 7378) | public void CodeVolume_of_Sphere3f_Array(ref Volume[] value) method CodeVolume_of_Triangle2f_Array (line 7385) | public void CodeVolume_of_Triangle2f_Array(ref Volume[] va... method CodeVolume_of_Triangle3f_Array (line 7392) | public void CodeVolume_of_Triangle3f_Array(ref Volume[] va... method CodeTensor_of_Byte_Array (line 7399) | public void CodeTensor_of_Byte_Array(ref Tensor[] value) method CodeTensor_of_SByte_Array (line 7406) | public void CodeTensor_of_SByte_Array(ref Tensor[] value) method CodeTensor_of_Short_Array (line 7413) | public void CodeTensor_of_Short_Array(ref Tensor[] value) method CodeTensor_of_UShort_Array (line 7420) | public void CodeTensor_of_UShort_Array(ref Tensor[] value) method CodeTensor_of_Int_Array (line 7427) | public void CodeTensor_of_Int_Array(ref Tensor[] value) method CodeTensor_of_UInt_Array (line 7434) | public void CodeTensor_of_UInt_Array(ref Tensor[] value) method CodeTensor_of_Long_Array (line 7441) | public void CodeTensor_of_Long_Array(ref Tensor[] value) method CodeTensor_of_ULong_Array (line 7448) | public void CodeTensor_of_ULong_Array(ref Tensor[] value) method CodeTensor_of_Float_Array (line 7455) | public void CodeTensor_of_Float_Array(ref Tensor[] value) method CodeTensor_of_Double_Array (line 7462) | public void CodeTensor_of_Double_Array(ref Tensor[] value) method CodeTensor_of_Fraction_Array (line 7469) | public void CodeTensor_of_Fraction_Array(ref Tensor[] value) method CodeTensor_of_V2i_Array (line 7476) | public void CodeTensor_of_V2i_Array(ref Tensor[] value) method CodeTensor_of_V2l_Array (line 7483) | public void CodeTensor_of_V2l_Array(ref Tensor[] value) method CodeTensor_of_V2f_Array (line 7490) | public void CodeTensor_of_V2f_Array(ref Tensor[] value) method CodeTensor_of_V2d_Array (line 7497) | public void CodeTensor_of_V2d_Array(ref Tensor[] value) method CodeTensor_of_V3i_Array (line 7504) | public void CodeTensor_of_V3i_Array(ref Tensor[] value) method CodeTensor_of_V3l_Array (line 7511) | public void CodeTensor_of_V3l_Array(ref Tensor[] value) method CodeTensor_of_V3f_Array (line 7518) | public void CodeTensor_of_V3f_Array(ref Tensor[] value) method CodeTensor_of_V3d_Array (line 7525) | public void CodeTensor_of_V3d_Array(ref Tensor[] value) method CodeTensor_of_V4i_Array (line 7532) | public void CodeTensor_of_V4i_Array(ref Tensor[] value) method CodeTensor_of_V4l_Array (line 7539) | public void CodeTensor_of_V4l_Array(ref Tensor[] value) method CodeTensor_of_V4f_Array (line 7546) | public void CodeTensor_of_V4f_Array(ref Tensor[] value) method CodeTensor_of_V4d_Array (line 7553) | public void CodeTensor_of_V4d_Array(ref Tensor[] value) method CodeTensor_of_M22i_Array (line 7560) | public void CodeTensor_of_M22i_Array(ref Tensor[] value) method CodeTensor_of_M22l_Array (line 7567) | public void CodeTensor_of_M22l_Array(ref Tensor[] value) method CodeTensor_of_M22f_Array (line 7574) | public void CodeTensor_of_M22f_Array(ref Tensor[] value) method CodeTensor_of_M22d_Array (line 7581) | public void CodeTensor_of_M22d_Array(ref Tensor[] value) method CodeTensor_of_M23i_Array (line 7588) | public void CodeTensor_of_M23i_Array(ref Tensor[] value) method CodeTensor_of_M23l_Array (line 7595) | public void CodeTensor_of_M23l_Array(ref Tensor[] value) method CodeTensor_of_M23f_Array (line 7602) | public void CodeTensor_of_M23f_Array(ref Tensor[] value) method CodeTensor_of_M23d_Array (line 7609) | public void CodeTensor_of_M23d_Array(ref Tensor[] value) method CodeTensor_of_M33i_Array (line 7616) | public void CodeTensor_of_M33i_Array(ref Tensor[] value) method CodeTensor_of_M33l_Array (line 7623) | public void CodeTensor_of_M33l_Array(ref Tensor[] value) method CodeTensor_of_M33f_Array (line 7630) | public void CodeTensor_of_M33f_Array(ref Tensor[] value) method CodeTensor_of_M33d_Array (line 7637) | public void CodeTensor_of_M33d_Array(ref Tensor[] value) method CodeTensor_of_M34i_Array (line 7644) | public void CodeTensor_of_M34i_Array(ref Tensor[] value) method CodeTensor_of_M34l_Array (line 7651) | public void CodeTensor_of_M34l_Array(ref Tensor[] value) method CodeTensor_of_M34f_Array (line 7658) | public void CodeTensor_of_M34f_Array(ref Tensor[] value) method CodeTensor_of_M34d_Array (line 7665) | public void CodeTensor_of_M34d_Array(ref Tensor[] value) method CodeTensor_of_M44i_Array (line 7672) | public void CodeTensor_of_M44i_Array(ref Tensor[] value) method CodeTensor_of_M44l_Array (line 7679) | public void CodeTensor_of_M44l_Array(ref Tensor[] value) method CodeTensor_of_M44f_Array (line 7686) | public void CodeTensor_of_M44f_Array(ref Tensor[] value) method CodeTensor_of_M44d_Array (line 7693) | public void CodeTensor_of_M44d_Array(ref Tensor[] value) method CodeTensor_of_C3b_Array (line 7700) | public void CodeTensor_of_C3b_Array(ref Tensor[] value) method CodeTensor_of_C3us_Array (line 7707) | public void CodeTensor_of_C3us_Array(ref Tensor[] value) method CodeTensor_of_C3ui_Array (line 7714) | public void CodeTensor_of_C3ui_Array(ref Tensor[] value) method CodeTensor_of_C3f_Array (line 7721) | public void CodeTensor_of_C3f_Array(ref Tensor[] value) method CodeTensor_of_C3d_Array (line 7728) | public void CodeTensor_of_C3d_Array(ref Tensor[] value) method CodeTensor_of_C4b_Array (line 7735) | public void CodeTensor_of_C4b_Array(ref Tensor[] value) method CodeTensor_of_C4us_Array (line 7742) | public void CodeTensor_of_C4us_Array(ref Tensor[] value) method CodeTensor_of_C4ui_Array (line 7749) | public void CodeTensor_of_C4ui_Array(ref Tensor[] value) method CodeTensor_of_C4f_Array (line 7756) | public void CodeTensor_of_C4f_Array(ref Tensor[] value) method CodeTensor_of_C4d_Array (line 7763) | public void CodeTensor_of_C4d_Array(ref Tensor[] value) method CodeTensor_of_Range1b_Array (line 7770) | public void CodeTensor_of_Range1b_Array(ref Tensor[] value) method CodeTensor_of_Range1sb_Array (line 7777) | public void CodeTensor_of_Range1sb_Array(ref Tensor[] value) method CodeTensor_of_Range1s_Array (line 7784) | public void CodeTensor_of_Range1s_Array(ref Tensor[] value) method CodeTensor_of_Range1us_Array (line 7791) | public void CodeTensor_of_Range1us_Array(ref Tensor[] value) method CodeTensor_of_Range1i_Array (line 7798) | public void CodeTensor_of_Range1i_Array(ref Tensor[] value) method CodeTensor_of_Range1ui_Array (line 7805) | public void CodeTensor_of_Range1ui_Array(ref Tensor[] value) method CodeTensor_of_Range1l_Array (line 7812) | public void CodeTensor_of_Range1l_Array(ref Tensor[] value) method CodeTensor_of_Range1ul_Array (line 7819) | public void CodeTensor_of_Range1ul_Array(ref Tensor[] value) method CodeTensor_of_Range1f_Array (line 7826) | public void CodeTensor_of_Range1f_Array(ref Tensor[] value) method CodeTensor_of_Range1d_Array (line 7833) | public void CodeTensor_of_Range1d_Array(ref Tensor[] value) method CodeTensor_of_Box2i_Array (line 7840) | public void CodeTensor_of_Box2i_Array(ref Tensor[] value) method CodeTensor_of_Box2l_Array (line 7847) | public void CodeTensor_of_Box2l_Array(ref Tensor[] value) method CodeTensor_of_Box2f_Array (line 7854) | public void CodeTensor_of_Box2f_Array(ref Tensor[] value) method CodeTensor_of_Box2d_Array (line 7861) | public void CodeTensor_of_Box2d_Array(ref Tensor[] value) method CodeTensor_of_Box3i_Array (line 7868) | public void CodeTensor_of_Box3i_Array(ref Tensor[] value) method CodeTensor_of_Box3l_Array (line 7875) | public void CodeTensor_of_Box3l_Array(ref Tensor[] value) method CodeTensor_of_Box3f_Array (line 7882) | public void CodeTensor_of_Box3f_Array(ref Tensor[] value) method CodeTensor_of_Box3d_Array (line 7889) | public void CodeTensor_of_Box3d_Array(ref Tensor[] value) method CodeTensor_of_Euclidean3f_Array (line 7896) | public void CodeTensor_of_Euclidean3f_Array(ref Tensor[] ... method CodeTensor_of_Euclidean3d_Array (line 7903) | public void CodeTensor_of_Euclidean3d_Array(ref Tensor[] ... method CodeTensor_of_Rot2f_Array (line 7910) | public void CodeTensor_of_Rot2f_Array(ref Tensor[] value) method CodeTensor_of_Rot2d_Array (line 7917) | public void CodeTensor_of_Rot2d_Array(ref Tensor[] value) method CodeTensor_of_Rot3f_Array (line 7924) | public void CodeTensor_of_Rot3f_Array(ref Tensor[] value) method CodeTensor_of_Rot3d_Array (line 7931) | public void CodeTensor_of_Rot3d_Array(ref Tensor[] value) method CodeTensor_of_Scale3f_Array (line 7938) | public void CodeTensor_of_Scale3f_Array(ref Tensor[] value) method CodeTensor_of_Scale3d_Array (line 7945) | public void CodeTensor_of_Scale3d_Array(ref Tensor[] value) method CodeTensor_of_Shift3f_Array (line 7952) | public void CodeTensor_of_Shift3f_Array(ref Tensor[] value) method CodeTensor_of_Shift3d_Array (line 7959) | public void CodeTensor_of_Shift3d_Array(ref Tensor[] value) method CodeTensor_of_Trafo2f_Array (line 7966) | public void CodeTensor_of_Trafo2f_Array(ref Tensor[] value) method CodeTensor_of_Trafo2d_Array (line 7973) | public void CodeTensor_of_Trafo2d_Array(ref Tensor[] value) method CodeTensor_of_Trafo3f_Array (line 7980) | public void CodeTensor_of_Trafo3f_Array(ref Tensor[] value) method CodeTensor_of_Trafo3d_Array (line 7987) | public void CodeTensor_of_Trafo3d_Array(ref Tensor[] value) method CodeTensor_of_Bool_Array (line 7994) | public void CodeTensor_of_Bool_Array(ref Tensor[] value) method CodeTensor_of_Char_Array (line 8001) | public void CodeTensor_of_Char_Array(ref Tensor[] value) method CodeTensor_of_String_Array (line 8008) | public void CodeTensor_of_String_Array(ref Tensor[] value) method CodeTensor_of_Type_Array (line 8015) | public void CodeTensor_of_Type_Array(ref Tensor[] value) method CodeTensor_of_Guid_Array (line 8022) | public void CodeTensor_of_Guid_Array(ref Tensor[] value) method CodeTensor_of_Symbol_Array (line 8029) | public void CodeTensor_of_Symbol_Array(ref Tensor[] value) method CodeTensor_of_Circle2d_Array (line 8036) | public void CodeTensor_of_Circle2d_Array(ref Tensor[] value) method CodeTensor_of_Line2d_Array (line 8043) | public void CodeTensor_of_Line2d_Array(ref Tensor[] value) method CodeTensor_of_Line3d_Array (line 8050) | public void CodeTensor_of_Line3d_Array(ref Tensor[] value) method CodeTensor_of_Plane2d_Array (line 8057) | public void CodeTensor_of_Plane2d_Array(ref Tensor[] value) method CodeTensor_of_Plane3d_Array (line 8064) | public void CodeTensor_of_Plane3d_Array(ref Tensor[] value) method CodeTensor_of_PlaneWithPoint3d_Array (line 8071) | public void CodeTensor_of_PlaneWithPoint3d_Array(ref Tensor[] value) method CodeTensor_of_Quad3d_Array (line 8085) | public void CodeTensor_of_Quad3d_Array(ref Tensor[] value) method CodeTensor_of_Ray2d_Array (line 8092) | public void CodeTensor_of_Ray2d_Array(ref Tensor[] value) method CodeTensor_of_Ray3d_Array (line 8099) | public void CodeTensor_of_Ray3d_Array(ref Tensor[] value) method CodeTensor_of_Sphere3d_Array (line 8106) | public void CodeTensor_of_Sphere3d_Array(ref Tensor[] value) method CodeTensor_of_Triangle2d_Array (line 8113) | public void CodeTensor_of_Triangle2d_Array(ref Tensor[] va... method CodeTensor_of_Triangle3d_Array (line 8120) | public void CodeTensor_of_Triangle3d_Array(ref Tensor[] va... method CodeTensor_of_Circle2f_Array (line 8127) | public void CodeTensor_of_Circle2f_Array(ref Tensor[] value) method CodeTensor_of_Line2f_Array (line 8134) | public void CodeTensor_of_Line2f_Array(ref Tensor[] value) method CodeTensor_of_Line3f_Array (line 8141) | public void CodeTensor_of_Line3f_Array(ref Tensor[] value) method CodeTensor_of_Plane2f_Array (line 8148) | public void CodeTensor_of_Plane2f_Array(ref Tensor[] value) method CodeTensor_of_Plane3f_Array (line 8155) | public void CodeTensor_of_Plane3f_Array(ref Tensor[] value) method CodeTensor_of_PlaneWithPoint3f_Array (line 8162) | public void CodeTensor_of_PlaneWithPoint3f_Array(ref Tensor[] value) method CodeTensor_of_Quad3f_Array (line 8176) | public void CodeTensor_of_Quad3f_Array(ref Tensor[] value) method CodeTensor_of_Ray2f_Array (line 8183) | public void CodeTensor_of_Ray2f_Array(ref Tensor[] value) method CodeTensor_of_Ray3f_Array (line 8190) | public void CodeTensor_of_Ray3f_Array(ref Tensor[] value) method CodeTensor_of_Sphere3f_Array (line 8197) | public void CodeTensor_of_Sphere3f_Array(ref Tensor[] value) method CodeTensor_of_Triangle2f_Array (line 8204) | public void CodeTensor_of_Triangle2f_Array(ref Tensor[] va... method CodeTensor_of_Triangle3f_Array (line 8211) | public void CodeTensor_of_Triangle3f_Array(ref Tensor[] va... method CodeByteArray2d (line 8222) | public void CodeByteArray2d(ref byte[,] value) method CodeByteArray3d (line 8230) | public void CodeByteArray3d(ref byte[, ,] value) method CodeSByteArray2d (line 8239) | public void CodeSByteArray2d(ref sbyte[,] value) method CodeSByteArray3d (line 8247) | public void CodeSByteArray3d(ref sbyte[, ,] value) method CodeShortArray2d (line 8256) | public void CodeShortArray2d(ref short[,] value) method CodeShortArray3d (line 8264) | public void CodeShortArray3d(ref short[, ,] value) method CodeUShortArray2d (line 8273) | public void CodeUShortArray2d(ref ushort[,] value) method CodeUShortArray3d (line 8281) | public void CodeUShortArray3d(ref ushort[, ,] value) method CodeIntArray2d (line 8290) | public void CodeIntArray2d(ref int[,] value) method CodeIntArray3d (line 8298) | public void CodeIntArray3d(ref int[, ,] value) method CodeUIntArray2d (line 8307) | public void CodeUIntArray2d(ref uint[,] value) method CodeUIntArray3d (line 8315) | public void CodeUIntArray3d(ref uint[, ,] value) method CodeLongArray2d (line 8324) | public void CodeLongArray2d(ref long[,] value) method CodeLongArray3d (line 8332) | public void CodeLongArray3d(ref long[, ,] value) method CodeULongArray2d (line 8341) | public void CodeULongArray2d(ref ulong[,] value) method CodeULongArray3d (line 8349) | public void CodeULongArray3d(ref ulong[, ,] value) method CodeFloatArray2d (line 8358) | public void CodeFloatArray2d(ref float[,] value) method CodeFloatArray3d (line 8366) | public void CodeFloatArray3d(ref float[, ,] value) method CodeDoubleArray2d (line 8375) | public void CodeDoubleArray2d(ref double[,] value) method CodeDoubleArray3d (line 8383) | public void CodeDoubleArray3d(ref double[, ,] value) method CodeFractionArray2d (line 8392) | public void CodeFractionArray2d(ref Fraction[,] value) method CodeFractionArray3d (line 8400) | public void CodeFractionArray3d(ref Fraction[, ,] value) method CodeV2iArray2d (line 8409) | public void CodeV2iArray2d(ref V2i[,] value) method CodeV2iArray3d (line 8417) | public void CodeV2iArray3d(ref V2i[, ,] value) method CodeV2lArray2d (line 8426) | public void CodeV2lArray2d(ref V2l[,] value) method CodeV2lArray3d (line 8434) | public void CodeV2lArray3d(ref V2l[, ,] value) method CodeV2fArray2d (line 8443) | public void CodeV2fArray2d(ref V2f[,] value) method CodeV2fArray3d (line 8451) | public void CodeV2fArray3d(ref V2f[, ,] value) method CodeV2dArray2d (line 8460) | public void CodeV2dArray2d(ref V2d[,] value) method CodeV2dArray3d (line 8468) | public void CodeV2dArray3d(ref V2d[, ,] value) method CodeV3iArray2d (line 8477) | public void CodeV3iArray2d(ref V3i[,] value) method CodeV3iArray3d (line 8485) | public void CodeV3iArray3d(ref V3i[, ,] value) method CodeV3lArray2d (line 8494) | public void CodeV3lArray2d(ref V3l[,] value) method CodeV3lArray3d (line 8502) | public void CodeV3lArray3d(ref V3l[, ,] value) method CodeV3fArray2d (line 8511) | public void CodeV3fArray2d(ref V3f[,] value) method CodeV3fArray3d (line 8519) | public void CodeV3fArray3d(ref V3f[, ,] value) method CodeV3dArray2d (line 8528) | public void CodeV3dArray2d(ref V3d[,] value) method CodeV3dArray3d (line 8536) | public void CodeV3dArray3d(ref V3d[, ,] value) method CodeV4iArray2d (line 8545) | public void CodeV4iArray2d(ref V4i[,] value) method CodeV4iArray3d (line 8553) | public void CodeV4iArray3d(ref V4i[, ,] value) method CodeV4lArray2d (line 8562) | public void CodeV4lArray2d(ref V4l[,] value) method CodeV4lArray3d (line 8570) | public void CodeV4lArray3d(ref V4l[, ,] value) method CodeV4fArray2d (line 8579) | public void CodeV4fArray2d(ref V4f[,] value) method CodeV4fArray3d (line 8587) | public void CodeV4fArray3d(ref V4f[, ,] value) method CodeV4dArray2d (line 8596) | public void CodeV4dArray2d(ref V4d[,] value) method CodeV4dArray3d (line 8604) | public void CodeV4dArray3d(ref V4d[, ,] value) method CodeM22iArray2d (line 8613) | public void CodeM22iArray2d(ref M22i[,] value) method CodeM22iArray3d (line 8621) | public void CodeM22iArray3d(ref M22i[, ,] value) method CodeM22lArray2d (line 8630) | public void CodeM22lArray2d(ref M22l[,] value) method CodeM22lArray3d (line 8638) | public void CodeM22lArray3d(ref M22l[, ,] value) method CodeM22fArray2d (line 8647) | public void CodeM22fArray2d(ref M22f[,] value) method CodeM22fArray3d (line 8655) | public void CodeM22fArray3d(ref M22f[, ,] value) method CodeM22dArray2d (line 8664) | public void CodeM22dArray2d(ref M22d[,] value) method CodeM22dArray3d (line 8672) | public void CodeM22dArray3d(ref M22d[, ,] value) method CodeM23iArray2d (line 8681) | public void CodeM23iArray2d(ref M23i[,] value) method CodeM23iArray3d (line 8689) | public void CodeM23iArray3d(ref M23i[, ,] value) method CodeM23lArray2d (line 8698) | public void CodeM23lArray2d(ref M23l[,] value) method CodeM23lArray3d (line 8706) | public void CodeM23lArray3d(ref M23l[, ,] value) method CodeM23fArray2d (line 8715) | public void CodeM23fArray2d(ref M23f[,] value) method CodeM23fArray3d (line 8723) | public void CodeM23fArray3d(ref M23f[, ,] value) method CodeM23dArray2d (line 8732) | public void CodeM23dArray2d(ref M23d[,] value) method CodeM23dArray3d (line 8740) | public void CodeM23dArray3d(ref M23d[, ,] value) method CodeM33iArray2d (line 8749) | public void CodeM33iArray2d(ref M33i[,] value) method CodeM33iArray3d (line 8757) | public void CodeM33iArray3d(ref M33i[, ,] value) method CodeM33lArray2d (line 8766) | public void CodeM33lArray2d(ref M33l[,] value) method CodeM33lArray3d (line 8774) | public void CodeM33lArray3d(ref M33l[, ,] value) method CodeM33fArray2d (line 8783) | public void CodeM33fArray2d(ref M33f[,] value) method CodeM33fArray3d (line 8791) | public void CodeM33fArray3d(ref M33f[, ,] value) method CodeM33dArray2d (line 8800) | public void CodeM33dArray2d(ref M33d[,] value) method CodeM33dArray3d (line 8808) | public void CodeM33dArray3d(ref M33d[, ,] value) method CodeM34iArray2d (line 8817) | public void CodeM34iArray2d(ref M34i[,] value) method CodeM34iArray3d (line 8825) | public void CodeM34iArray3d(ref M34i[, ,] value) method CodeM34lArray2d (line 8834) | public void CodeM34lArray2d(ref M34l[,] value) method CodeM34lArray3d (line 8842) | public void CodeM34lArray3d(ref M34l[, ,] value) method CodeM34fArray2d (line 8851) | public void CodeM34fArray2d(ref M34f[,] value) method CodeM34fArray3d (line 8859) | public void CodeM34fArray3d(ref M34f[, ,] value) method CodeM34dArray2d (line 8868) | public void CodeM34dArray2d(ref M34d[,] value) method CodeM34dArray3d (line 8876) | public void CodeM34dArray3d(ref M34d[, ,] value) method CodeM44iArray2d (line 8885) | public void CodeM44iArray2d(ref M44i[,] value) method CodeM44iArray3d (line 8893) | public void CodeM44iArray3d(ref M44i[, ,] value) method CodeM44lArray2d (line 8902) | public void CodeM44lArray2d(ref M44l[,] value) method CodeM44lArray3d (line 8910) | public void CodeM44lArray3d(ref M44l[, ,] value) method CodeM44fArray2d (line 8919) | public void CodeM44fArray2d(ref M44f[,] value) method CodeM44fArray3d (line 8927) | public void CodeM44fArray3d(ref M44f[, ,] value) method CodeM44dArray2d (line 8936) | public void CodeM44dArray2d(ref M44d[,] value) method CodeM44dArray3d (line 8944) | public void CodeM44dArray3d(ref M44d[, ,] value) method CodeC3bArray2d (line 8953) | public void CodeC3bArray2d(ref C3b[,] value) method CodeC3bArray3d (line 8961) | public void CodeC3bArray3d(ref C3b[, ,] value) method CodeC3usArray2d (line 8970) | public void CodeC3usArray2d(ref C3us[,] value) method CodeC3usArray3d (line 8978) | public void CodeC3usArray3d(ref C3us[, ,] value) method CodeC3uiArray2d (line 8987) | public void CodeC3uiArray2d(ref C3ui[,] value) method CodeC3uiArray3d (line 8995) | public void CodeC3uiArray3d(ref C3ui[, ,] value) method CodeC3fArray2d (line 9004) | public void CodeC3fArray2d(ref C3f[,] value) method CodeC3fArray3d (line 9012) | public void CodeC3fArray3d(ref C3f[, ,] value) method CodeC3dArray2d (line 9021) | public void CodeC3dArray2d(ref C3d[,] value) method CodeC3dArray3d (line 9029) | public void CodeC3dArray3d(ref C3d[, ,] value) method CodeC4bArray2d (line 9038) | public void CodeC4bArray2d(ref C4b[,] value) method CodeC4bArray3d (line 9046) | public void CodeC4bArray3d(ref C4b[, ,] value) method CodeC4usArray2d (line 9055) | public void CodeC4usArray2d(ref C4us[,] value) method CodeC4usArray3d (line 9063) | public void CodeC4usArray3d(ref C4us[, ,] value) method CodeC4uiArray2d (line 9072) | public void CodeC4uiArray2d(ref C4ui[,] value) method CodeC4uiArray3d (line 9080) | public void CodeC4uiArray3d(ref C4ui[, ,] value) method CodeC4fArray2d (line 9089) | public void CodeC4fArray2d(ref C4f[,] value) method CodeC4fArray3d (line 9097) | public void CodeC4fArray3d(ref C4f[, ,] value) method CodeC4dArray2d (line 9106) | public void CodeC4dArray2d(ref C4d[,] value) method CodeC4dArray3d (line 9114) | public void CodeC4dArray3d(ref C4d[, ,] value) method CodeRange1bArray2d (line 9123) | public void CodeRange1bArray2d(ref Range1b[,] value) method CodeRange1bArray3d (line 9131) | public void CodeRange1bArray3d(ref Range1b[, ,] value) method CodeRange1sbArray2d (line 9140) | public void CodeRange1sbArray2d(ref Range1sb[,] value) method CodeRange1sbArray3d (line 9148) | public void CodeRange1sbArray3d(ref Range1sb[, ,] value) method CodeRange1sArray2d (line 9157) | public void CodeRange1sArray2d(ref Range1s[,] value) method CodeRange1sArray3d (line 9165) | public void CodeRange1sArray3d(ref Range1s[, ,] value) method CodeRange1usArray2d (line 9174) | public void CodeRange1usArray2d(ref Range1us[,] value) method CodeRange1usArray3d (line 9182) | public void CodeRange1usArray3d(ref Range1us[, ,] value) method CodeRange1iArray2d (line 9191) | public void CodeRange1iArray2d(ref Range1i[,] value) method CodeRange1iArray3d (line 9199) | public void CodeRange1iArray3d(ref Range1i[, ,] value) method CodeRange1uiArray2d (line 9208) | public void CodeRange1uiArray2d(ref Range1ui[,] value) method CodeRange1uiArray3d (line 9216) | public void CodeRange1uiArray3d(ref Range1ui[, ,] value) method CodeRange1lArray2d (line 9225) | public void CodeRange1lArray2d(ref Range1l[,] value) method CodeRange1lArray3d (line 9233) | public void CodeRange1lArray3d(ref Range1l[, ,] value) method CodeRange1ulArray2d (line 9242) | public void CodeRange1ulArray2d(ref Range1ul[,] value) method CodeRange1ulArray3d (line 9250) | public void CodeRange1ulArray3d(ref Range1ul[, ,] value) method CodeRange1fArray2d (line 9259) | public void CodeRange1fArray2d(ref Range1f[,] value) method CodeRange1fArray3d (line 9267) | public void CodeRange1fArray3d(ref Range1f[, ,] value) method CodeRange1dArray2d (line 9276) | public void CodeRange1dArray2d(ref Range1d[,] value) method CodeRange1dArray3d (line 9284) | public void CodeRange1dArray3d(ref Range1d[, ,] value) method CodeBox2iArray2d (line 9293) | public void CodeBox2iArray2d(ref Box2i[,] value) method CodeBox2iArray3d (line 9301) | public void CodeBox2iArray3d(ref Box2i[, ,] value) method CodeBox2lArray2d (line 9310) | public void CodeBox2lArray2d(ref Box2l[,] value) method CodeBox2lArray3d (line 9318) | public void CodeBox2lArray3d(ref Box2l[, ,] value) method CodeBox2fArray2d (line 9327) | public void CodeBox2fArray2d(ref Box2f[,] value) method CodeBox2fArray3d (line 9335) | public void CodeBox2fArray3d(ref Box2f[, ,] value) method CodeBox2dArray2d (line 9344) | public void CodeBox2dArray2d(ref Box2d[,] value) method CodeBox2dArray3d (line 9352) | public void CodeBox2dArray3d(ref Box2d[, ,] value) method CodeBox3iArray2d (line 9361) | public void CodeBox3iArray2d(ref Box3i[,] value) method CodeBox3iArray3d (line 9369) | public void CodeBox3iArray3d(ref Box3i[, ,] value) method CodeBox3lArray2d (line 9378) | public void CodeBox3lArray2d(ref Box3l[,] value) method CodeBox3lArray3d (line 9386) | public void CodeBox3lArray3d(ref Box3l[, ,] value) method CodeBox3fArray2d (line 9395) | public void CodeBox3fArray2d(ref Box3f[,] value) method CodeBox3fArray3d (line 9403) | public void CodeBox3fArray3d(ref Box3f[, ,] value) method CodeBox3dArray2d (line 9412) | public void CodeBox3dArray2d(ref Box3d[,] value) method CodeBox3dArray3d (line 9420) | public void CodeBox3dArray3d(ref Box3d[, ,] value) method CodeEuclidean3fArray2d (line 9429) | public void CodeEuclidean3fArray2d(ref Euclidean3f[,] value) method CodeEuclidean3fArray3d (line 9437) | public void CodeEuclidean3fArray3d(ref Euclidean3f[, ,] value) method CodeEuclidean3dArray2d (line 9446) | public void CodeEuclidean3dArray2d(ref Euclidean3d[,] value) method CodeEuclidean3dArray3d (line 9454) | public void CodeEuclidean3dArray3d(ref Euclidean3d[, ,] value) method CodeRot2fArray2d (line 9463) | public void CodeRot2fArray2d(ref Rot2f[,] value) method CodeRot2fArray3d (line 9471) | public void CodeRot2fArray3d(ref Rot2f[, ,] value) method CodeRot2dArray2d (line 9480) | public void CodeRot2dArray2d(ref Rot2d[,] value) method CodeRot2dArray3d (line 9488) | public void CodeRot2dArray3d(ref Rot2d[, ,] value) method CodeRot3fArray2d (line 9497) | public void CodeRot3fArray2d(ref Rot3f[,] value) method CodeRot3fArray3d (line 9505) | public void CodeRot3fArray3d(ref Rot3f[, ,] value) method CodeRot3dArray2d (line 9514) | public void CodeRot3dArray2d(ref Rot3d[,] value) method CodeRot3dArray3d (line 9522) | public void CodeRot3dArray3d(ref Rot3d[, ,] value) method CodeScale3fArray2d (line 9531) | public void CodeScale3fArray2d(ref Scale3f[,] value) method CodeScale3fArray3d (line 9539) | public void CodeScale3fArray3d(ref Scale3f[, ,] value) method CodeScale3dArray2d (line 9548) | public void CodeScale3dArray2d(ref Scale3d[,] value) method CodeScale3dArray3d (line 9556) | public void CodeScale3dArray3d(ref Scale3d[, ,] value) method CodeShift3fArray2d (line 9565) | public void CodeShift3fArray2d(ref Shift3f[,] value) method CodeShift3fArray3d (line 9573) | public void CodeShift3fArray3d(ref Shift3f[, ,] value) method CodeShift3dArray2d (line 9582) | public void CodeShift3dArray2d(ref Shift3d[,] value) method CodeShift3dArray3d (line 9590) | public void CodeShift3dArray3d(ref Shift3d[, ,] value) method CodeTrafo2fArray2d (line 9599) | public void CodeTrafo2fArray2d(ref Trafo2f[,] value) method CodeTrafo2fArray3d (line 9607) | public void CodeTrafo2fArray3d(ref Trafo2f[, ,] value) method CodeTrafo2dArray2d (line 9616) | public void CodeTrafo2dArray2d(ref Trafo2d[,] value) method CodeTrafo2dArray3d (line 9624) | public void CodeTrafo2dArray3d(ref Trafo2d[, ,] value) method CodeTrafo3fArray2d (line 9633) | public void CodeTrafo3fArray2d(ref Trafo3f[,] value) method CodeTrafo3fArray3d (line 9641) | public void CodeTrafo3fArray3d(ref Trafo3f[, ,] value) method CodeTrafo3dArray2d (line 9650) | public void CodeTrafo3dArray2d(ref Trafo3d[,] value) method CodeTrafo3dArray3d (line 9658) | public void CodeTrafo3dArray3d(ref Trafo3d[, ,] value) method CodeByteArrayArray (line 9671) | public void CodeByteArrayArray(ref byte[][] value) method CodeByteArrayArrayArray (line 9678) | public void CodeByteArrayArrayArray(ref byte[][][] value) method CodeSByteArrayArray (line 9685) | public void CodeSByteArrayArray(ref sbyte[][] value) method CodeSByteArrayArrayArray (line 9692) | public void CodeSByteArrayArrayArray(ref sbyte[][][] value) method CodeShortArrayArray (line 9699) | public void CodeShortArrayArray(ref short[][] value) method CodeShortArrayArrayArray (line 9706) | public void CodeShortArrayArrayArray(ref short[][][] value) method CodeUShortArrayArray (line 9713) | public void CodeUShortArrayArray(ref ushort[][] value) method CodeUShortArrayArrayArray (line 9720) | public void CodeUShortArrayArrayArray(ref ushort[][][] value) method CodeIntArrayArray (line 9727) | public void CodeIntArrayArray(ref int[][] value) method CodeIntArrayArrayArray (line 9734) | public void CodeIntArrayArrayArray(ref int[][][] value) method CodeUIntArrayArray (line 9741) | public void CodeUIntArrayArray(ref uint[][] value) method CodeUIntArrayArrayArray (line 9748) | public void CodeUIntArrayArrayArray(ref uint[][][] value) method CodeLongArrayArray (line 9755) | public void CodeLongArrayArray(ref long[][] value) method CodeLongArrayArrayArray (line 9762) | public void CodeLongArrayArrayArray(ref long[][][] value) method CodeULongArrayArray (line 9769) | public void CodeULongArrayArray(ref ulong[][] value) method CodeULongArrayArrayArray (line 9776) | public void CodeULongArrayArrayArray(ref ulong[][][] value) method CodeFloatArrayArray (line 9783) | public void CodeFloatArrayArray(ref float[][] value) method CodeFloatArrayArrayArray (line 9790) | public void CodeFloatArrayArrayArray(ref float[][][] value) method CodeDoubleArrayArray (line 9797) | public void CodeDoubleArrayArray(ref double[][] value) method CodeDoubleArrayArrayArray (line 9804) | public void CodeDoubleArrayArrayArray(ref double[][][] value) method CodeFractionArrayArray (line 9811) | public void CodeFractionArrayArray(ref Fraction[][] value) method CodeFractionArrayArrayArray (line 9818) | public void CodeFractionArrayArrayArray(ref Fraction[][][] value) method CodeV2iArrayArray (line 9825) | public void CodeV2iArrayArray(ref V2i[][] value) method CodeV2iArrayArrayArray (line 9832) | public void CodeV2iArrayArrayArray(ref V2i[][][] value) method CodeV2lArrayArray (line 9839) | public void CodeV2lArrayArray(ref V2l[][] value) method CodeV2lArrayArrayArray (line 9846) | public void CodeV2lArrayArrayArray(ref V2l[][][] value) method CodeV2fArrayArray (line 9853) | public void CodeV2fArrayArray(ref V2f[][] value) method CodeV2fArrayArrayArray (line 9860) | public void CodeV2fArrayArrayArray(ref V2f[][][] value) method CodeV2dArrayArray (line 9867) | public void CodeV2dArrayArray(ref V2d[][] value) method CodeV2dArrayArrayArray (line 9874) | public void CodeV2dArrayArrayArray(ref V2d[][][] value) method CodeV3iArrayArray (line 9881) | public void CodeV3iArrayArray(ref V3i[][] value) method CodeV3iArrayArrayArray (line 9888) | public void CodeV3iArrayArrayArray(ref V3i[][][] value) method CodeV3lArrayArray (line 9895) | public void CodeV3lArrayArray(ref V3l[][] value) method CodeV3lArrayArrayArray (line 9902) | public void CodeV3lArrayArrayArray(ref V3l[][][] value) method CodeV3fArrayArray (line 9909) | public void CodeV3fArrayArray(ref V3f[][] value) method CodeV3fArrayArrayArray (line 9916) | public void CodeV3fArrayArrayArray(ref V3f[][][] value) method CodeV3dArrayArray (line 9923) | public void CodeV3dArrayArray(ref V3d[][] value) method CodeV3dArrayArrayArray (line 9930) | public void CodeV3dArrayArrayArray(ref V3d[][][] value) method CodeV4iArrayArray (line 9937) | public void CodeV4iArrayArray(ref V4i[][] value) method CodeV4iArrayArrayArray (line 9944) | public void CodeV4iArrayArrayArray(ref V4i[][][] value) method CodeV4lArrayArray (line 9951) | public void CodeV4lArrayArray(ref V4l[][] value) method CodeV4lArrayArrayArray (line 9958) | public void CodeV4lArrayArrayArray(ref V4l[][][] value) method CodeV4fArrayArray (line 9965) | public void CodeV4fArrayArray(ref V4f[][] value) method CodeV4fArrayArrayArray (line 9972) | public void CodeV4fArrayArrayArray(ref V4f[][][] value) method CodeV4dArrayArray (line 9979) | public void CodeV4dArrayArray(ref V4d[][] value) method CodeV4dArrayArrayArray (line 9986) | public void CodeV4dArrayArrayArray(ref V4d[][][] value) method CodeM22iArrayArray (line 9993) | public void CodeM22iArrayArray(ref M22i[][] value) method CodeM22iArrayArrayArray (line 10000) | public void CodeM22iArrayArrayArray(ref M22i[][][] value) method CodeM22lArrayArray (line 10007) | public void CodeM22lArrayArray(ref M22l[][] value) method CodeM22lArrayArrayArray (line 10014) | public void CodeM22lArrayArrayArray(ref M22l[][][] value) method CodeM22fArrayArray (line 10021) | public void CodeM22fArrayArray(ref M22f[][] value) method CodeM22fArrayArrayArray (line 10028) | public void CodeM22fArrayArrayArray(ref M22f[][][] value) method CodeM22dArrayArray (line 10035) | public void CodeM22dArrayArray(ref M22d[][] value) method CodeM22dArrayArrayArray (line 10042) | public void CodeM22dArrayArrayArray(ref M22d[][][] value) method CodeM23iArrayArray (line 10049) | public void CodeM23iArrayArray(ref M23i[][] value) method CodeM23iArrayArrayArray (line 10056) | public void CodeM23iArrayArrayArray(ref M23i[][][] value) method CodeM23lArrayArray (line 10063) | public void CodeM23lArrayArray(ref M23l[][] value) method CodeM23lArrayArrayArray (line 10070) | public void CodeM23lArrayArrayArray(ref M23l[][][] value) method CodeM23fArrayArray (line 10077) | public void CodeM23fArrayArray(ref M23f[][] value) method CodeM23fArrayArrayArray (line 10084) | public void CodeM23fArrayArrayArray(ref M23f[][][] value) method CodeM23dArrayArray (line 10091) | public void CodeM23dArrayArray(ref M23d[][] value) method CodeM23dArrayArrayArray (line 10098) | public void CodeM23dArrayArrayArray(ref M23d[][][] value) method CodeM33iArrayArray (line 10105) | public void CodeM33iArrayArray(ref M33i[][] value) method CodeM33iArrayArrayArray (line 10112) | public void CodeM33iArrayArrayArray(ref M33i[][][] value) method CodeM33lArrayArray (line 10119) | public void CodeM33lArrayArray(ref M33l[][] value) method CodeM33lArrayArrayArray (line 10126) | public void CodeM33lArrayArrayArray(ref M33l[][][] value) method CodeM33fArrayArray (line 10133) | public void CodeM33fArrayArray(ref M33f[][] value) method CodeM33fArrayArrayArray (line 10140) | public void CodeM33fArrayArrayArray(ref M33f[][][] value) method CodeM33dArrayArray (line 10147) | public void CodeM33dArrayArray(ref M33d[][] value) method CodeM33dArrayArrayArray (line 10154) | public void CodeM33dArrayArrayArray(ref M33d[][][] value) method CodeM34iArrayArray (line 10161) | public void CodeM34iArrayArray(ref M34i[][] value) method CodeM34iArrayArrayArray (line 10168) | public void CodeM34iArrayArrayArray(ref M34i[][][] value) method CodeM34lArrayArray (line 10175) | public void CodeM34lArrayArray(ref M34l[][] value) method CodeM34lArrayArrayArray (line 10182) | public void CodeM34lArrayArrayArray(ref M34l[][][] value) method CodeM34fArrayArray (line 10189) | public void CodeM34fArrayArray(ref M34f[][] value) method CodeM34fArrayArrayArray (line 10196) | public void CodeM34fArrayArrayArray(ref M34f[][][] value) method CodeM34dArrayArray (line 10203) | public void CodeM34dArrayArray(ref M34d[][] value) method CodeM34dArrayArrayArray (line 10210) | public void CodeM34dArrayArrayArray(ref M34d[][][] value) method CodeM44iArrayArray (line 10217) | public void CodeM44iArrayArray(ref M44i[][] value) method CodeM44iArrayArrayArray (line 10224) | public void CodeM44iArrayArrayArray(ref M44i[][][] value) method CodeM44lArrayArray (line 10231) | public void CodeM44lArrayArray(ref M44l[][] value) method CodeM44lArrayArrayArray (line 10238) | public void CodeM44lArrayArrayArray(ref M44l[][][] value) method CodeM44fArrayArray (line 10245) | public void CodeM44fArrayArray(ref M44f[][] value) method CodeM44fArrayArrayArray (line 10252) | public void CodeM44fArrayArrayArray(ref M44f[][][] value) method CodeM44dArrayArray (line 10259) | public void CodeM44dArrayArray(ref M44d[][] value) method CodeM44dArrayArrayArray (line 10266) | public void CodeM44dArrayArrayArray(ref M44d[][][] value) method CodeC3bArrayArray (line 10273) | public void CodeC3bArrayArray(ref C3b[][] value) method CodeC3bArrayArrayArray (line 10280) | public void CodeC3bArrayArrayArray(ref C3b[][][] value) method CodeC3usArrayArray (line 10287) | public void CodeC3usArrayArray(ref C3us[][] value) method CodeC3usArrayArrayArray (line 10294) | public void CodeC3usArrayArrayArray(ref C3us[][][] value) method CodeC3uiArrayArray (line 10301) | public void CodeC3uiArrayArray(ref C3ui[][] value) method CodeC3uiArrayArrayArray (line 10308) | public void CodeC3uiArrayArrayArray(ref C3ui[][][] value) method CodeC3fArrayArray (line 10315) | public void CodeC3fArrayArray(ref C3f[][] value) method CodeC3fArrayArrayArray (line 10322) | public void CodeC3fArrayArrayArray(ref C3f[][][] value) method CodeC3dArrayArray (line 10329) | public void CodeC3dArrayArray(ref C3d[][] value) method CodeC3dArrayArrayArray (line 10336) | public void CodeC3dArrayArrayArray(ref C3d[][][] value) method CodeC4bArrayArray (line 10343) | public void CodeC4bArrayArray(ref C4b[][] value) method CodeC4bArrayArrayArray (line 10350) | public void CodeC4bArrayArrayArray(ref C4b[][][] value) method CodeC4usArrayArray (line 10357) | public void CodeC4usArrayArray(ref C4us[][] value) method CodeC4usArrayArrayArray (line 10364) | public void CodeC4usArrayArrayArray(ref C4us[][][] value) method CodeC4uiArrayArray (line 10371) | public void CodeC4uiArrayArray(ref C4ui[][] value) method CodeC4uiArrayArrayArray (line 10378) | public void CodeC4uiArrayArrayArray(ref C4ui[][][] value) method CodeC4fArrayArray (line 10385) | public void CodeC4fArrayArray(ref C4f[][] value) method CodeC4fArrayArrayArray (line 10392) | public void CodeC4fArrayArrayArray(ref C4f[][][] value) method CodeC4dArrayArray (line 10399) | public void CodeC4dArrayArray(ref C4d[][] value) method CodeC4dArrayArrayArray (line 10406) | public void CodeC4dArrayArrayArray(ref C4d[][][] value) method CodeRange1bArrayArray (line 10413) | public void CodeRange1bArrayArray(ref Range1b[][] value) method CodeRange1bArrayArrayArray (line 10420) | public void CodeRange1bArrayArrayArray(ref Range1b[][][] value) method CodeRange1sbArrayArray (line 10427) | public void CodeRange1sbArrayArray(ref Range1sb[][] value) method CodeRange1sbArrayArrayArray (line 10434) | public void CodeRange1sbArrayArrayArray(ref Range1sb[][][] value) method CodeRange1sArrayArray (line 10441) | public void CodeRange1sArrayArray(ref Range1s[][] value) method CodeRange1sArrayArrayArray (line 10448) | public void CodeRange1sArrayArrayArray(ref Range1s[][][] value) method CodeRange1usArrayArray (line 10455) | public void CodeRange1usArrayArray(ref Range1us[][] value) method CodeRange1usArrayArrayArray (line 10462) | public void CodeRange1usArrayArrayArray(ref Range1us[][][] value) method CodeRange1iArrayArray (line 10469) | public void CodeRange1iArrayArray(ref Range1i[][] value) method CodeRange1iArrayArrayArray (line 10476) | public void CodeRange1iArrayArrayArray(ref Range1i[][][] value) method CodeRange1uiArrayArray (line 10483) | public void CodeRange1uiArrayArray(ref Range1ui[][] value) method CodeRange1uiArrayArrayArray (line 10490) | public void CodeRange1uiArrayArrayArray(ref Range1ui[][][] value) method CodeRange1lArrayArray (line 10497) | public void CodeRange1lArrayArray(ref Range1l[][] value) method CodeRange1lArrayArrayArray (line 10504) | public void CodeRange1lArrayArrayArray(ref Range1l[][][] value) method CodeRange1ulArrayArray (line 10511) | public void CodeRange1ulArrayArray(ref Range1ul[][] value) method CodeRange1ulArrayArrayArray (line 10518) | public void CodeRange1ulArrayArrayArray(ref Range1ul[][][] value) method CodeRange1fArrayArray (line 10525) | public void CodeRange1fArrayArray(ref Range1f[][] value) method CodeRange1fArrayArrayArray (line 10532) | public void CodeRange1fArrayArrayArray(ref Range1f[][][] value) method CodeRange1dArrayArray (line 10539) | public void CodeRange1dArrayArray(ref Range1d[][] value) method CodeRange1dArrayArrayArray (line 10546) | public void CodeRange1dArrayArrayArray(ref Range1d[][][] value) method CodeBox2iArrayArray (line 10553) | public void CodeBox2iArrayArray(ref Box2i[][] value) method CodeBox2iArrayArrayArray (line 10560) | public void CodeBox2iArrayArrayArray(ref Box2i[][][] value) method CodeBox2lArrayArray (line 10567) | public void CodeBox2lArrayArray(ref Box2l[][] value) method CodeBox2lArrayArrayArray (line 10574) | public void CodeBox2lArrayArrayArray(ref Box2l[][][] value) method CodeBox2fArrayArray (line 10581) | public void CodeBox2fArrayArray(ref Box2f[][] value) method CodeBox2fArrayArrayArray (line 10588) | public void CodeBox2fArrayArrayArray(ref Box2f[][][] value) method CodeBox2dArrayArray (line 10595) | public void CodeBox2dArrayArray(ref Box2d[][] value) method CodeBox2dArrayArrayArray (line 10602) | public void CodeBox2dArrayArrayArray(ref Box2d[][][] value) method CodeBox3iArrayArray (line 10609) | public void CodeBox3iArrayArray(ref Box3i[][] value) method CodeBox3iArrayArrayArray (line 10616) | public void CodeBox3iArrayArrayArray(ref Box3i[][][] value) method CodeBox3lArrayArray (line 10623) | public void CodeBox3lArrayArray(ref Box3l[][] value) method CodeBox3lArrayArrayArray (line 10630) | public void CodeBox3lArrayArrayArray(ref Box3l[][][] value) method CodeBox3fArrayArray (line 10637) | public void CodeBox3fArrayArray(ref Box3f[][] value) method CodeBox3fArrayArrayArray (line 10644) | public void CodeBox3fArrayArrayArray(ref Box3f[][][] value) method CodeBox3dArrayArray (line 10651) | public void CodeBox3dArrayArray(ref Box3d[][] value) method CodeBox3dArrayArrayArray (line 10658) | public void CodeBox3dArrayArrayArray(ref Box3d[][][] value) method CodeEuclidean3fArrayArray (line 10665) | public void CodeEuclidean3fArrayArray(ref Euclidean3f[][] value) method CodeEuclidean3fArrayArrayArray (line 10672) | public void CodeEuclidean3fArrayArrayArray(ref Euclidean3f[][][] value) method CodeEuclidean3dArrayArray (line 10679) | public void CodeEuclidean3dArrayArray(ref Euclidean3d[][] value) method CodeEuclidean3dArrayArrayArray (line 10686) | public void CodeEuclidean3dArrayArrayArray(ref Euclidean3d[][][] value) method CodeRot2fArrayArray (line 10693) | public void CodeRot2fArrayArray(ref Rot2f[][] value) method CodeRot2fArrayArrayArray (line 10700) | public void CodeRot2fArrayArrayArray(ref Rot2f[][][] value) method CodeRot2dArrayArray (line 10707) | public void CodeRot2dArrayArray(ref Rot2d[][] value) method CodeRot2dArrayArrayArray (line 10714) | public void CodeRot2dArrayArrayArray(ref Rot2d[][][] value) method CodeRot3fArrayArray (line 10721) | public void CodeRot3fArrayArray(ref Rot3f[][] value) method CodeRot3fArrayArrayArray (line 10728) | public void CodeRot3fArrayArrayArray(ref Rot3f[][][] value) method CodeRot3dArrayArray (line 10735) | public void CodeRot3dArrayArray(ref Rot3d[][] value) method CodeRot3dArrayArrayArray (line 10742) | public void CodeRot3dArrayArrayArray(ref Rot3d[][][] value) method CodeScale3fArrayArray (line 10749) | public void CodeScale3fArrayArray(ref Scale3f[][] value) method CodeScale3fArrayArrayArray (line 10756) | public void CodeScale3fArrayArrayArray(ref Scale3f[][][] value) method CodeScale3dArrayArray (line 10763) | public void CodeScale3dArrayArray(ref Scale3d[][] value) method CodeScale3dArrayArrayArray (line 10770) | public void CodeScale3dArrayArrayArray(ref Scale3d[][][] value) method CodeShift3fArrayArray (line 10777) | public void CodeShift3fArrayArray(ref Shift3f[][] value) method CodeShift3fArrayArrayArray (line 10784) | public void CodeShift3fArrayArrayArray(ref Shift3f[][][] value) method CodeShift3dArrayArray (line 10791) | public void CodeShift3dArrayArray(ref Shift3d[][] value) method CodeShift3dArrayArrayArray (line 10798) | public void CodeShift3dArrayArrayArray(ref Shift3d[][][] value) method CodeTrafo2fArrayArray (line 10805) | public void CodeTrafo2fArrayArray(ref Trafo2f[][] value) method CodeTrafo2fArrayArrayArray (line 10812) | public void CodeTrafo2fArrayArrayArray(ref Trafo2f[][][] value) method CodeTrafo2dArrayArray (line 10819) | public void CodeTrafo2dArrayArray(ref Trafo2d[][] value) method CodeTrafo2dArrayArrayArray (line 10826) | public void CodeTrafo2dArrayArrayArray(ref Trafo2d[][][] value) method CodeTrafo3fArrayArray (line 10833) | public void CodeTrafo3fArrayArray(ref Trafo3f[][] value) method CodeTrafo3fArrayArrayArray (line 10840) | public void CodeTrafo3fArrayArrayArray(ref Trafo3f[][][] value) method CodeTrafo3dArrayArray (line 10847) | public void CodeTrafo3dArrayArray(ref Trafo3d[][] value) method CodeTrafo3dArrayArrayArray (line 10854) | public void CodeTrafo3dArrayArrayArray(ref Trafo3d[][][] value) method CodeList_of_V2i_ (line 10865) | public void CodeList_of_V2i_(ref List value) method CodeList_of_V2ui_ (line 10872) | public void CodeList_of_V2ui_(ref List value) method CodeList_of_V2l_ (line 10879) | public void CodeList_of_V2l_(ref List value) method CodeList_of_V2f_ (line 10886) | public void CodeList_of_V2f_(ref List value) method CodeList_of_V2d_ (line 10893) | public void CodeList_of_V2d_(ref List value) method CodeList_of_V3i_ (line 10900) | public void CodeList_of_V3i_(ref List value) method CodeList_of_V3ui_ (line 10907) | public void CodeList_of_V3ui_(ref List value) method CodeList_of_V3l_ (line 10914) | public void CodeList_of_V3l_(ref List value) method CodeList_of_V3f_ (line 10921) | public void CodeList_of_V3f_(ref List value) method CodeList_of_V3d_ (line 10928) | public void CodeList_of_V3d_(ref List value) method CodeList_of_V4i_ (line 10935) | public void CodeList_of_V4i_(ref List value) method CodeList_of_V4ui_ (line 10942) | public void CodeList_of_V4ui_(ref List value) method CodeList_of_V4l_ (line 10949) | public void CodeList_of_V4l_(ref List value) method CodeList_of_V4f_ (line 10956) | public void CodeList_of_V4f_(ref List value) method CodeList_of_V4d_ (line 10963) | public void CodeList_of_V4d_(ref List value) method CodeList_of_M22i_ (line 10970) | public void CodeList_of_M22i_(ref List value) method CodeList_of_M22l_ (line 10977) | public void CodeList_of_M22l_(ref List value) method CodeList_of_M22f_ (line 10984) | public void CodeList_of_M22f_(ref List value) method CodeList_of_M22d_ (line 10991) | public void CodeList_of_M22d_(ref List value) method CodeList_of_M23i_ (line 10998) | public void CodeList_of_M23i_(ref List value) method CodeList_of_M23l_ (line 11005) | public void CodeList_of_M23l_(ref List value) method CodeList_of_M23f_ (line 11012) | public void CodeList_of_M23f_(ref List value) method CodeList_of_M23d_ (line 11019) | public void CodeList_of_M23d_(ref List value) method CodeList_of_M33i_ (line 11026) | public void CodeList_of_M33i_(ref List value) method CodeList_of_M33l_ (line 11033) | public void CodeList_of_M33l_(ref List value) method CodeList_of_M33f_ (line 11040) | public void CodeList_of_M33f_(ref List value) method CodeList_of_M33d_ (line 11047) | public void CodeList_of_M33d_(ref List value) method CodeList_of_M34i_ (line 11054) | public void CodeList_of_M34i_(ref List value) method CodeList_of_M34l_ (line 11061) | public void CodeList_of_M34l_(ref List value) method CodeList_of_M34f_ (line 11068) | public void CodeList_of_M34f_(ref List value) method CodeList_of_M34d_ (line 11075) | public void CodeList_of_M34d_(ref List value) method CodeList_of_M44i_ (line 11082) | public void CodeList_of_M44i_(ref List value) method CodeList_of_M44l_ (line 11089) | public void CodeList_of_M44l_(ref List value) method CodeList_of_M44f_ (line 11096) | public void CodeList_of_M44f_(ref List value) method CodeList_of_M44d_ (line 11103) | public void CodeList_of_M44d_(ref List value) method CodeList_of_Range1b_ (line 11110) | public void CodeList_of_Range1b_(ref List value) method CodeList_of_Range1sb_ (line 11117) | public void CodeList_of_Range1sb_(ref List value) method CodeList_of_Range1s_ (line 11124) | public void CodeList_of_Range1s_(ref List value) method CodeList_of_Range1us_ (line 11131) | public void CodeList_of_Range1us_(ref List value) method CodeList_of_Range1i_ (line 11138) | public void CodeList_of_Range1i_(ref List value) method CodeList_of_Range1ui_ (line 11145) | public void CodeList_of_Range1ui_(ref List value) method CodeList_of_Range1l_ (line 11152) | public void CodeList_of_Range1l_(ref List value) method CodeList_of_Range1ul_ (line 11159) | public void CodeList_of_Range1ul_(ref List value) method CodeList_of_Range1f_ (line 11166) | public void CodeList_of_Range1f_(ref List value) method CodeList_of_Range1d_ (line 11173) | public void CodeList_of_Range1d_(ref List value) method CodeList_of_Box2i_ (line 11180) | public void CodeList_of_Box2i_(ref List value) method CodeList_of_Box2l_ (line 11187) | public void CodeList_of_Box2l_(ref List value) method CodeList_of_Box2f_ (line 11194) | public void CodeList_of_Box2f_(ref List value) method CodeList_of_Box2d_ (line 11201) | public void CodeList_of_Box2d_(ref List value) method CodeList_of_Box3i_ (line 11208) | public void CodeList_of_Box3i_(ref List value) method CodeList_of_Box3l_ (line 11215) | public void CodeList_of_Box3l_(ref List value) method CodeList_of_Box3f_ (line 11222) | public void CodeList_of_Box3f_(ref List value) method CodeList_of_Box3d_ (line 11229) | public void CodeList_of_Box3d_(ref List value) method CodeList_of_C3b_ (line 11236) | public void CodeList_of_C3b_(ref List value) method CodeList_of_C3us_ (line 11243) | public void CodeList_of_C3us_(ref List value) method CodeList_of_C3ui_ (line 11250) | public void CodeList_of_C3ui_(ref List value) method CodeList_of_C3f_ (line 11257) | public void CodeList_of_C3f_(ref List value) method CodeList_of_C3d_ (line 11264) | public void CodeList_of_C3d_(ref List value) method CodeList_of_C4b_ (line 11271) | public void CodeList_of_C4b_(ref List value) method CodeList_of_C4us_ (line 11278) | public void CodeList_of_C4us_(ref List value) method CodeList_of_C4ui_ (line 11285) | public void CodeList_of_C4ui_(ref List value) method CodeList_of_C4f_ (line 11292) | public void CodeList_of_C4f_(ref List value) method CodeList_of_C4d_ (line 11299) | public void CodeList_of_C4d_(ref List value) method CodeList_of_Euclidean3f_ (line 11306) | public void CodeList_of_Euclidean3f_(ref List value) method CodeList_of_Euclidean3d_ (line 11313) | public void CodeList_of_Euclidean3d_(ref List value) method CodeList_of_Rot2f_ (line 11320) | public void CodeList_of_Rot2f_(ref List value) method CodeList_of_Rot2d_ (line 11327) | public void CodeList_of_Rot2d_(ref List value) method CodeList_of_Rot3f_ (line 11334) | public void CodeList_of_Rot3f_(ref List value) method CodeList_of_Rot3d_ (line 11341) | public void CodeList_of_Rot3d_(ref List value) method CodeList_of_Scale3f_ (line 11348) | public void CodeList_of_Scale3f_(ref List value) method CodeList_of_Scale3d_ (line 11355) | public void CodeList_of_Scale3d_(ref List value) method CodeList_of_Shift3f_ (line 11362) | public void CodeList_of_Shift3f_(ref List value) method CodeList_of_Shift3d_ (line 11369) | public void CodeList_of_Shift3d_(ref List value) method CodeList_of_Trafo2f_ (line 11376) | public void CodeList_of_Trafo2f_(ref List value) method CodeList_of_Trafo2d_ (line 11383) | public void CodeList_of_Trafo2d_(ref List value) method CodeList_of_Trafo3f_ (line 11390) | public void CodeList_of_Trafo3f_(ref List value) method CodeList_of_Trafo3d_ (line 11397) | public void CodeList_of_Trafo3d_(ref List value) method CodeList_of_Circle2d_ (line 11404) | public void CodeList_of_Circle2d_(ref List value) method CodeList_of_Line2d_ (line 11411) | public void CodeList_of_Line2d_(ref List value) method CodeList_of_Line3d_ (line 11418) | public void CodeList_of_Line3d_(ref List value) method CodeList_of_Plane2d_ (line 11425) | public void CodeList_of_Plane2d_(ref List value) method CodeList_of_Plane3d_ (line 11432) | public void CodeList_of_Plane3d_(ref List value) method CodeList_of_PlaneWithPoint3d_ (line 11439) | public void CodeList_of_PlaneWithPoint3d_(ref List v... method CodeList_of_Quad2d_ (line 11446) | public void CodeList_of_Quad2d_(ref List value) method CodeList_of_Quad3d_ (line 11453) | public void CodeList_of_Quad3d_(ref List value) method CodeList_of_Ray2d_ (line 11460) | public void CodeList_of_Ray2d_(ref List value) method CodeList_of_Ray3d_ (line 11467) | public void CodeList_of_Ray3d_(ref List value) method CodeList_of_Sphere3d_ (line 11474) | public void CodeList_of_Sphere3d_(ref List value) method CodeList_of_Triangle2d_ (line 11481) | public void CodeList_of_Triangle2d_(ref List value) method CodeList_of_Triangle3d_ (line 11488) | public void CodeList_of_Triangle3d_(ref List value) method CodeList_of_Circle2f_ (line 11495) | public void CodeList_of_Circle2f_(ref List value) method CodeList_of_Line2f_ (line 11502) | public void CodeList_of_Line2f_(ref List value) method CodeList_of_Line3f_ (line 11509) | public void CodeList_of_Line3f_(ref List value) method CodeList_of_Plane2f_ (line 11516) | public void CodeList_of_Plane2f_(ref List value) method CodeList_of_Plane3f_ (line 11523) | public void CodeList_of_Plane3f_(ref List value) method CodeList_of_PlaneWithPoint3f_ (line 11530) | public void CodeList_of_PlaneWithPoint3f_(ref List v... method CodeList_of_Quad2f_ (line 11537) | public void CodeList_of_Quad2f_(ref List value) method CodeList_of_Quad3f_ (line 11544) | public void CodeList_of_Quad3f_(ref List value) method CodeList_of_Ray2f_ (line 11551) | public void CodeList_of_Ray2f_(ref List value) method CodeList_of_Ray3f_ (line 11558) | public void CodeList_of_Ray3f_(ref List value) method CodeList_of_Sphere3f_ (line 11565) | public void CodeList_of_Sphere3f_(ref List value) method CodeList_of_Triangle2f_ (line 11572) | public void CodeList_of_Triangle2f_(ref List value) method CodeList_of_Triangle3f_ (line 11579) | public void CodeList_of_Triangle3f_(ref List value) method CodeList_of_Vector_of_Byte__ (line 11586) | public void CodeList_of_Vector_of_Byte__(ref List> value) method CodeList_of_Vector_of_SByte__ (line 11593) | public void CodeList_of_Vector_of_SByte__(ref List> value) method CodeList_of_Vector_of_Short__ (line 11600) | public void CodeList_of_Vector_of_Short__(ref List> value) method CodeList_of_Vector_of_UShort__ (line 11607) | public void CodeList_of_Vector_of_UShort__(ref List> va... method CodeList_of_Vector_of_Int__ (line 11614) | public void CodeList_of_Vector_of_Int__(ref List> value) method CodeList_of_Vector_of_UInt__ (line 11621) | public void CodeList_of_Vector_of_UInt__(ref List> value) method CodeList_of_Vector_of_Long__ (line 11628) | public void CodeList_of_Vector_of_Long__(ref List> value) method CodeList_of_Vector_of_ULong__ (line 11635) | public void CodeList_of_Vector_of_ULong__(ref List> value) method CodeList_of_Vector_of_Float__ (line 11642) | public void CodeList_of_Vector_of_Float__(ref List> value) method CodeList_of_Vector_of_Double__ (line 11649) | public void CodeList_of_Vector_of_Double__(ref List> va... method CodeList_of_Vector_of_Fraction__ (line 11656) | public void CodeList_of_Vector_of_Fraction__(ref List... method CodeList_of_Vector_of_V2i__ (line 11663) | public void CodeList_of_Vector_of_V2i__(ref List> value) method CodeList_of_Vector_of_V2l__ (line 11670) | public void CodeList_of_Vector_of_V2l__(ref List> value) method CodeList_of_Vector_of_V2f__ (line 11677) | public void CodeList_of_Vector_of_V2f__(ref List> value) method CodeList_of_Vector_of_V2d__ (line 11684) | public void CodeList_of_Vector_of_V2d__(ref List> value) method CodeList_of_Vector_of_V3i__ (line 11691) | public void CodeList_of_Vector_of_V3i__(ref List> value) method CodeList_of_Vector_of_V3l__ (line 11698) | public void CodeList_of_Vector_of_V3l__(ref List> value) method CodeList_of_Vector_of_V3f__ (line 11705) | public void CodeList_of_Vector_of_V3f__(ref List> value) method CodeList_of_Vector_of_V3d__ (line 11712) | public void CodeList_of_Vector_of_V3d__(ref List> value) method CodeList_of_Vector_of_V4i__ (line 11719) | public void CodeList_of_Vector_of_V4i__(ref List> value) method CodeList_of_Vector_of_V4l__ (line 11726) | public void CodeList_of_Vector_of_V4l__(ref List> value) method CodeList_of_Vector_of_V4f__ (line 11733) | public void CodeList_of_Vector_of_V4f__(ref List> value) method CodeList_of_Vector_of_V4d__ (line 11740) | public void CodeList_of_Vector_of_V4d__(ref List> value) method CodeList_of_Vector_of_M22i__ (line 11747) | public void CodeList_of_Vector_of_M22i__(ref List> value) method CodeList_of_Vector_of_M22l__ (line 11754) | public void CodeList_of_Vector_of_M22l__(ref List> value) method CodeList_of_Vector_of_M22f__ (line 11761) | public void CodeList_of_Vector_of_M22f__(ref List> value) method CodeList_of_Vector_of_M22d__ (line 11768) | public void CodeList_of_Vector_of_M22d__(ref List> value) method CodeList_of_Vector_of_M23i__ (line 11775) | public void CodeList_of_Vector_of_M23i__(ref List> value) method CodeList_of_Vector_of_M23l__ (line 11782) | public void CodeList_of_Vector_of_M23l__(ref List> value) method CodeList_of_Vector_of_M23f__ (line 11789) | public void CodeList_of_Vector_of_M23f__(ref List> value) method CodeList_of_Vector_of_M23d__ (line 11796) | public void CodeList_of_Vector_of_M23d__(ref List> value) method CodeList_of_Vector_of_M33i__ (line 11803) | public void CodeList_of_Vector_of_M33i__(ref List> value) method CodeList_of_Vector_of_M33l__ (line 11810) | public void CodeList_of_Vector_of_M33l__(ref List> value) method CodeList_of_Vector_of_M33f__ (line 11817) | public void CodeList_of_Vector_of_M33f__(ref List> value) method CodeList_of_Vector_of_M33d__ (line 11824) | public void CodeList_of_Vector_of_M33d__(ref List> value) method CodeList_of_Vector_of_M34i__ (line 11831) | public void CodeList_of_Vector_of_M34i__(ref List> value) method CodeList_of_Vector_of_M34l__ (line 11838) | public void CodeList_of_Vector_of_M34l__(ref List> value) method CodeList_of_Vector_of_M34f__ (line 11845) | public void CodeList_of_Vector_of_M34f__(ref List> value) method CodeList_of_Vector_of_M34d__ (line 11852) | public void CodeList_of_Vector_of_M34d__(ref List> value) method CodeList_of_Vector_of_M44i__ (line 11859) | public void CodeList_of_Vector_of_M44i__(ref List> value) method CodeList_of_Vector_of_M44l__ (line 11866) | public void CodeList_of_Vector_of_M44l__(ref List> value) method CodeList_of_Vector_of_M44f__ (line 11873) | public void CodeList_of_Vector_of_M44f__(ref List> value) method CodeList_of_Vector_of_M44d__ (line 11880) | public void CodeList_of_Vector_of_M44d__(ref List> value) method CodeList_of_Vector_of_C3b__ (line 11887) | public void CodeList_of_Vector_of_C3b__(ref List> value) method CodeList_of_Vector_of_C3us__ (line 11894) | public void CodeList_of_Vector_of_C3us__(ref List> value) method CodeList_of_Vector_of_C3ui__ (line 11901) | public void CodeList_of_Vector_of_C3ui__(ref List> value) method CodeList_of_Vector_of_C3f__ (line 11908) | public void CodeList_of_Vector_of_C3f__(ref List> value) method CodeList_of_Vector_of_C3d__ (line 11915) | public void CodeList_of_Vector_of_C3d__(ref List> value) method CodeList_of_Vector_of_C4b__ (line 11922) | public void CodeList_of_Vector_of_C4b__(ref List> value) method CodeList_of_Vector_of_C4us__ (line 11929) | public void CodeList_of_Vector_of_C4us__(ref List> value) method CodeList_of_Vector_of_C4ui__ (line 11936) | public void CodeList_of_Vector_of_C4ui__(ref List> value) method CodeList_of_Vector_of_C4f__ (line 11943) | public void CodeList_of_Vector_of_C4f__(ref List> value) method CodeList_of_Vector_of_C4d__ (line 11950) | public void CodeList_of_Vector_of_C4d__(ref List> value) method CodeList_of_Vector_of_Range1b__ (line 11957) | public void CodeList_of_Vector_of_Range1b__(ref List> ... method CodeList_of_Vector_of_Range1sb__ (line 11964) | public void CodeList_of_Vector_of_Range1sb__(ref List... method CodeList_of_Vector_of_Range1s__ (line 11971) | public void CodeList_of_Vector_of_Range1s__(ref List> ... method CodeList_of_Vector_of_Range1us__ (line 11978) | public void CodeList_of_Vector_of_Range1us__(ref List... method CodeList_of_Vector_of_Range1i__ (line 11985) | public void CodeList_of_Vector_of_Range1i__(ref List> ... method CodeList_of_Vector_of_Range1ui__ (line 11992) | public void CodeList_of_Vector_of_Range1ui__(ref List... method CodeList_of_Vector_of_Range1l__ (line 11999) | public void CodeList_of_Vector_of_Range1l__(ref List> ... method CodeList_of_Vector_of_Range1ul__ (line 12006) | public void CodeList_of_Vector_of_Range1ul__(ref List... method CodeList_of_Vector_of_Range1f__ (line 12013) | public void CodeList_of_Vector_of_Range1f__(ref List> ... method CodeList_of_Vector_of_Range1d__ (line 12020) | public void CodeList_of_Vector_of_Range1d__(ref List> ... method CodeList_of_Vector_of_Box2i__ (line 12027) | public void CodeList_of_Vector_of_Box2i__(ref List> value) method CodeList_of_Vector_of_Box2l__ (line 12034) | public void CodeList_of_Vector_of_Box2l__(ref List> value) method CodeList_of_Vector_of_Box2f__ (line 12041) | public void CodeList_of_Vector_of_Box2f__(ref List> value) method CodeList_of_Vector_of_Box2d__ (line 12048) | public void CodeList_of_Vector_of_Box2d__(ref List> value) method CodeList_of_Vector_of_Box3i__ (line 12055) | public void CodeList_of_Vector_of_Box3i__(ref List> value) method CodeList_of_Vector_of_Box3l__ (line 12062) | public void CodeList_of_Vector_of_Box3l__(ref List> value) method CodeList_of_Vector_of_Box3f__ (line 12069) | public void CodeList_of_Vector_of_Box3f__(ref List> value) method CodeList_of_Vector_of_Box3d__ (line 12076) | public void CodeList_of_Vector_of_Box3d__(ref List> value) method CodeList_of_Vector_of_Euclidean3f__ (line 12083) | public void CodeList_of_Vector_of_Euclidean3f__(ref List> value) method CodeList_of_Vector_of_Rot2d__ (line 12104) | public void CodeList_of_Vector_of_Rot2d__(ref List> value) method CodeList_of_Vector_of_Rot3f__ (line 12111) | public void CodeList_of_Vector_of_Rot3f__(ref List> value) method CodeList_of_Vector_of_Rot3d__ (line 12118) | public void CodeList_of_Vector_of_Rot3d__(ref List> value) method CodeList_of_Vector_of_Scale3f__ (line 12125) | public void CodeList_of_Vector_of_Scale3f__(ref List> ... method CodeList_of_Vector_of_Scale3d__ (line 12132) | public void CodeList_of_Vector_of_Scale3d__(ref List> ... method CodeList_of_Vector_of_Shift3f__ (line 12139) | public void CodeList_of_Vector_of_Shift3f__(ref List> ... method CodeList_of_Vector_of_Shift3d__ (line 12146) | public void CodeList_of_Vector_of_Shift3d__(ref List> ... method CodeList_of_Vector_of_Trafo2f__ (line 12153) | public void CodeList_of_Vector_of_Trafo2f__(ref List> ... method CodeList_of_Vector_of_Trafo2d__ (line 12160) | public void CodeList_of_Vector_of_Trafo2d__(ref List> ... method CodeList_of_Vector_of_Trafo3f__ (line 12167) | public void CodeList_of_Vector_of_Trafo3f__(ref List> ... method CodeList_of_Vector_of_Trafo3d__ (line 12174) | public void CodeList_of_Vector_of_Trafo3d__(ref List> ... method CodeList_of_Vector_of_Bool__ (line 12181) | public void CodeList_of_Vector_of_Bool__(ref List> value) method CodeList_of_Vector_of_Char__ (line 12188) | public void CodeList_of_Vector_of_Char__(ref List> value) method CodeList_of_Vector_of_String__ (line 12195) | public void CodeList_of_Vector_of_String__(ref List> va... method CodeList_of_Vector_of_Type__ (line 12202) | public void CodeList_of_Vector_of_Type__(ref List> value) method CodeList_of_Vector_of_Guid__ (line 12209) | public void CodeList_of_Vector_of_Guid__(ref List> value) method CodeList_of_Vector_of_Symbol__ (line 12216) | public void CodeList_of_Vector_of_Symbol__(ref List> va... method CodeList_of_Vector_of_Circle2d__ (line 12223) | public void CodeList_of_Vector_of_Circle2d__(ref List... method CodeList_of_Vector_of_Line2d__ (line 12230) | public void CodeList_of_Vector_of_Line2d__(ref List> va... method CodeList_of_Vector_of_Line3d__ (line 12237) | public void CodeList_of_Vector_of_Line3d__(ref List> va... method CodeList_of_Vector_of_Plane2d__ (line 12244) | public void CodeList_of_Vector_of_Plane2d__(ref List> ... method CodeList_of_Vector_of_Plane3d__ (line 12251) | public void CodeList_of_Vector_of_Plane3d__(ref List> ... method CodeList_of_Vector_of_PlaneWithPoint3d__ (line 12258) | public void CodeList_of_Vector_of_PlaneWithPoint3d__(ref List> va... method CodeList_of_Vector_of_Quad3d__ (line 12272) | public void CodeList_of_Vector_of_Quad3d__(ref List> va... method CodeList_of_Vector_of_Ray2d__ (line 12279) | public void CodeList_of_Vector_of_Ray2d__(ref List> value) method CodeList_of_Vector_of_Ray3d__ (line 12286) | public void CodeList_of_Vector_of_Ray3d__(ref List> value) method CodeList_of_Vector_of_Sphere3d__ (line 12293) | public void CodeList_of_Vector_of_Sphere3d__(ref List... method CodeList_of_Vector_of_Triangle2d__ (line 12300) | public void CodeList_of_Vector_of_Triangle2d__(ref List... method CodeList_of_Vector_of_Line2f__ (line 12321) | public void CodeList_of_Vector_of_Line2f__(ref List> va... method CodeList_of_Vector_of_Line3f__ (line 12328) | public void CodeList_of_Vector_of_Line3f__(ref List> va... method CodeList_of_Vector_of_Plane2f__ (line 12335) | public void CodeList_of_Vector_of_Plane2f__(ref List> ... method CodeList_of_Vector_of_Plane3f__ (line 12342) | public void CodeList_of_Vector_of_Plane3f__(ref List> ... method CodeList_of_Vector_of_PlaneWithPoint3f__ (line 12349) | public void CodeList_of_Vector_of_PlaneWithPoint3f__(ref List> va... method CodeList_of_Vector_of_Quad3f__ (line 12363) | public void CodeList_of_Vector_of_Quad3f__(ref List> va... method CodeList_of_Vector_of_Ray2f__ (line 12370) | public void CodeList_of_Vector_of_Ray2f__(ref List> value) method CodeList_of_Vector_of_Ray3f__ (line 12377) | public void CodeList_of_Vector_of_Ray3f__(ref List> value) method CodeList_of_Vector_of_Sphere3f__ (line 12384) | public void CodeList_of_Vector_of_Sphere3f__(ref List... method CodeList_of_Vector_of_Triangle2f__ (line 12391) | public void CodeList_of_Vector_of_Triangle2f__(ref List> value) method CodeList_of_Matrix_of_SByte__ (line 12412) | public void CodeList_of_Matrix_of_SByte__(ref List> value) method CodeList_of_Matrix_of_Short__ (line 12419) | public void CodeList_of_Matrix_of_Short__(ref List> value) method CodeList_of_Matrix_of_UShort__ (line 12426) | public void CodeList_of_Matrix_of_UShort__(ref List> va... method CodeList_of_Matrix_of_Int__ (line 12433) | public void CodeList_of_Matrix_of_Int__(ref List> value) method CodeList_of_Matrix_of_UInt__ (line 12440) | public void CodeList_of_Matrix_of_UInt__(ref List> value) method CodeList_of_Matrix_of_Long__ (line 12447) | public void CodeList_of_Matrix_of_Long__(ref List> value) method CodeList_of_Matrix_of_ULong__ (line 12454) | public void CodeList_of_Matrix_of_ULong__(ref List> value) method CodeList_of_Matrix_of_Float__ (line 12461) | public void CodeList_of_Matrix_of_Float__(ref List> value) method CodeList_of_Matrix_of_Double__ (line 12468) | public void CodeList_of_Matrix_of_Double__(ref List> va... method CodeList_of_Matrix_of_Fraction__ (line 12475) | public void CodeList_of_Matrix_of_Fraction__(ref List... method CodeList_of_Matrix_of_V2i__ (line 12482) | public void CodeList_of_Matrix_of_V2i__(ref List> value) method CodeList_of_Matrix_of_V2l__ (line 12489) | public void CodeList_of_Matrix_of_V2l__(ref List> value) method CodeList_of_Matrix_of_V2f__ (line 12496) | public void CodeList_of_Matrix_of_V2f__(ref List> value) method CodeList_of_Matrix_of_V2d__ (line 12503) | public void CodeList_of_Matrix_of_V2d__(ref List> value) method CodeList_of_Matrix_of_V3i__ (line 12510) | public void CodeList_of_Matrix_of_V3i__(ref List> value) method CodeList_of_Matrix_of_V3l__ (line 12517) | public void CodeList_of_Matrix_of_V3l__(ref List> value) method CodeList_of_Matrix_of_V3f__ (line 12524) | public void CodeList_of_Matrix_of_V3f__(ref List> value) method CodeList_of_Matrix_of_V3d__ (line 12531) | public void CodeList_of_Matrix_of_V3d__(ref List> value) method CodeList_of_Matrix_of_V4i__ (line 12538) | public void CodeList_of_Matrix_of_V4i__(ref List> value) method CodeList_of_Matrix_of_V4l__ (line 12545) | public void CodeList_of_Matrix_of_V4l__(ref List> value) method CodeList_of_Matrix_of_V4f__ (line 12552) | public void CodeList_of_Matrix_of_V4f__(ref List> value) method CodeList_of_Matrix_of_V4d__ (line 12559) | public void CodeList_of_Matrix_of_V4d__(ref List> value) method CodeList_of_Matrix_of_M22i__ (line 12566) | public void CodeList_of_Matrix_of_M22i__(ref List> value) method CodeList_of_Matrix_of_M22l__ (line 12573) | public void CodeList_of_Matrix_of_M22l__(ref List> value) method CodeList_of_Matrix_of_M22f__ (line 12580) | public void CodeList_of_Matrix_of_M22f__(ref List> value) method CodeList_of_Matrix_of_M22d__ (line 12587) | public void CodeList_of_Matrix_of_M22d__(ref List> value) method CodeList_of_Matrix_of_M23i__ (line 12594) | public void CodeList_of_Matrix_of_M23i__(ref List> value) method CodeList_of_Matrix_of_M23l__ (line 12601) | public void CodeList_of_Matrix_of_M23l__(ref List> value) method CodeList_of_Matrix_of_M23f__ (line 12608) | public void CodeList_of_Matrix_of_M23f__(ref List> value) method CodeList_of_Matrix_of_M23d__ (line 12615) | public void CodeList_of_Matrix_of_M23d__(ref List> value) method CodeList_of_Matrix_of_M33i__ (line 12622) | public void CodeList_of_Matrix_of_M33i__(ref List> value) method CodeList_of_Matrix_of_M33l__ (line 12629) | public void CodeList_of_Matrix_of_M33l__(ref List> value) method CodeList_of_Matrix_of_M33f__ (line 12636) | public void CodeList_of_Matrix_of_M33f__(ref List> value) method CodeList_of_Matrix_of_M33d__ (line 12643) | public void CodeList_of_Matrix_of_M33d__(ref List> value) method CodeList_of_Matrix_of_M34i__ (line 12650) | public void CodeList_of_Matrix_of_M34i__(ref List> value) method CodeList_of_Matrix_of_M34l__ (line 12657) | public void CodeList_of_Matrix_of_M34l__(ref List> value) method CodeList_of_Matrix_of_M34f__ (line 12664) | public void CodeList_of_Matrix_of_M34f__(ref List> value) method CodeList_of_Matrix_of_M34d__ (line 12671) | public void CodeList_of_Matrix_of_M34d__(ref List> value) method CodeList_of_Matrix_of_M44i__ (line 12678) | public void CodeList_of_Matrix_of_M44i__(ref List> value) method CodeList_of_Matrix_of_M44l__ (line 12685) | public void CodeList_of_Matrix_of_M44l__(ref List> value) method CodeList_of_Matrix_of_M44f__ (line 12692) | public void CodeList_of_Matrix_of_M44f__(ref List> value) method CodeList_of_Matrix_of_M44d__ (line 12699) | public void CodeList_of_Matrix_of_M44d__(ref List> value) method CodeList_of_Matrix_of_C3b__ (line 12706) | public void CodeList_of_Matrix_of_C3b__(ref List> value) method CodeList_of_Matrix_of_C3us__ (line 12713) | public void CodeList_of_Matrix_of_C3us__(ref List> value) method CodeList_of_Matrix_of_C3ui__ (line 12720) | public void CodeList_of_Matrix_of_C3ui__(ref List> value) method CodeList_of_Matrix_of_C3f__ (line 12727) | public void CodeList_of_Matrix_of_C3f__(ref List> value) method CodeList_of_Matrix_of_C3d__ (line 12734) | public void CodeList_of_Matrix_of_C3d__(ref List> value) method CodeList_of_Matrix_of_C4b__ (line 12741) | public void CodeList_of_Matrix_of_C4b__(ref List> value) method CodeList_of_Matrix_of_C4us__ (line 12748) | public void CodeList_of_Matrix_of_C4us__(ref List> value) method CodeList_of_Matrix_of_C4ui__ (line 12755) | public void CodeList_of_Matrix_of_C4ui__(ref List> value) method CodeList_of_Matrix_of_C4f__ (line 12762) | public void CodeList_of_Matrix_of_C4f__(ref List> value) method CodeList_of_Matrix_of_C4d__ (line 12769) | public void CodeList_of_Matrix_of_C4d__(ref List> value) method CodeList_of_Matrix_of_Range1b__ (line 12776) | public void CodeList_of_Matrix_of_Range1b__(ref List> ... method CodeList_of_Matrix_of_Range1sb__ (line 12783) | public void CodeList_of_Matrix_of_Range1sb__(ref List... method CodeList_of_Matrix_of_Range1s__ (line 12790) | public void CodeList_of_Matrix_of_Range1s__(ref List> ... method CodeList_of_Matrix_of_Range1us__ (line 12797) | public void CodeList_of_Matrix_of_Range1us__(ref List... method CodeList_of_Matrix_of_Range1i__ (line 12804) | public void CodeList_of_Matrix_of_Range1i__(ref List> ... method CodeList_of_Matrix_of_Range1ui__ (line 12811) | public void CodeList_of_Matrix_of_Range1ui__(ref List... method CodeList_of_Matrix_of_Range1l__ (line 12818) | public void CodeList_of_Matrix_of_Range1l__(ref List> ... method CodeList_of_Matrix_of_Range1ul__ (line 12825) | public void CodeList_of_Matrix_of_Range1ul__(ref List... method CodeList_of_Matrix_of_Range1f__ (line 12832) | public void CodeList_of_Matrix_of_Range1f__(ref List> ... method CodeList_of_Matrix_of_Range1d__ (line 12839) | public void CodeList_of_Matrix_of_Range1d__(ref List> ... method CodeList_of_Matrix_of_Box2i__ (line 12846) | public void CodeList_of_Matrix_of_Box2i__(ref List> value) method CodeList_of_Matrix_of_Box2l__ (line 12853) | public void CodeList_of_Matrix_of_Box2l__(ref List> value) method CodeList_of_Matrix_of_Box2f__ (line 12860) | public void CodeList_of_Matrix_of_Box2f__(ref List> value) method CodeList_of_Matrix_of_Box2d__ (line 12867) | public void CodeList_of_Matrix_of_Box2d__(ref List> value) method CodeList_of_Matrix_of_Box3i__ (line 12874) | public void CodeList_of_Matrix_of_Box3i__(ref List> value) method CodeList_of_Matrix_of_Box3l__ (line 12881) | public void CodeList_of_Matrix_of_Box3l__(ref List> value) method CodeList_of_Matrix_of_Box3f__ (line 12888) | public void CodeList_of_Matrix_of_Box3f__(ref List> value) method CodeList_of_Matrix_of_Box3d__ (line 12895) | public void CodeList_of_Matrix_of_Box3d__(ref List> value) method CodeList_of_Matrix_of_Euclidean3f__ (line 12902) | public void CodeList_of_Matrix_of_Euclidean3f__(ref List> value) method CodeList_of_Matrix_of_Rot2d__ (line 12923) | public void CodeList_of_Matrix_of_Rot2d__(ref List> value) method CodeList_of_Matrix_of_Rot3f__ (line 12930) | public void CodeList_of_Matrix_of_Rot3f__(ref List> value) method CodeList_of_Matrix_of_Rot3d__ (line 12937) | public void CodeList_of_Matrix_of_Rot3d__(ref List> value) method CodeList_of_Matrix_of_Scale3f__ (line 12944) | public void CodeList_of_Matrix_of_Scale3f__(ref List> ... method CodeList_of_Matrix_of_Scale3d__ (line 12951) | public void CodeList_of_Matrix_of_Scale3d__(ref List> ... method CodeList_of_Matrix_of_Shift3f__ (line 12958) | public void CodeList_of_Matrix_of_Shift3f__(ref List> ... method CodeList_of_Matrix_of_Shift3d__ (line 12965) | public void CodeList_of_Matrix_of_Shift3d__(ref List> ... method CodeList_of_Matrix_of_Trafo2f__ (line 12972) | public void CodeList_of_Matrix_of_Trafo2f__(ref List> ... method CodeList_of_Matrix_of_Trafo2d__ (line 12979) | public void CodeList_of_Matrix_of_Trafo2d__(ref List> ... method CodeList_of_Matrix_of_Trafo3f__ (line 12986) | public void CodeList_of_Matrix_of_Trafo3f__(ref List> ... method CodeList_of_Matrix_of_Trafo3d__ (line 12993) | public void CodeList_of_Matrix_of_Trafo3d__(ref List> ... method CodeList_of_Matrix_of_Bool__ (line 13000) | public void CodeList_of_Matrix_of_Bool__(ref List> value) method CodeList_of_Matrix_of_Char__ (line 13007) | public void CodeList_of_Matrix_of_Char__(ref List> value) method CodeList_of_Matrix_of_String__ (line 13014) | public void CodeList_of_Matrix_of_String__(ref List> va... method CodeList_of_Matrix_of_Type__ (line 13021) | public void CodeList_of_Matrix_of_Type__(ref List> value) method CodeList_of_Matrix_of_Guid__ (line 13028) | public void CodeList_of_Matrix_of_Guid__(ref List> value) method CodeList_of_Matrix_of_Symbol__ (line 13035) | public void CodeList_of_Matrix_of_Symbol__(ref List> va... method CodeList_of_Matrix_of_Circle2d__ (line 13042) | public void CodeList_of_Matrix_of_Circle2d__(ref List... method CodeList_of_Matrix_of_Line2d__ (line 13049) | public void CodeList_of_Matrix_of_Line2d__(ref List> va... method CodeList_of_Matrix_of_Line3d__ (line 13056) | public void CodeList_of_Matrix_of_Line3d__(ref List> va... method CodeList_of_Matrix_of_Plane2d__ (line 13063) | public void CodeList_of_Matrix_of_Plane2d__(ref List> ... method CodeList_of_Matrix_of_Plane3d__ (line 13070) | public void CodeList_of_Matrix_of_Plane3d__(ref List> ... method CodeList_of_Matrix_of_PlaneWithPoint3d__ (line 13077) | public void CodeList_of_Matrix_of_PlaneWithPoint3d__(ref List> va... method CodeList_of_Matrix_of_Quad3d__ (line 13091) | public void CodeList_of_Matrix_of_Quad3d__(ref List> va... method CodeList_of_Matrix_of_Ray2d__ (line 13098) | public void CodeList_of_Matrix_of_Ray2d__(ref List> value) method CodeList_of_Matrix_of_Ray3d__ (line 13105) | public void CodeList_of_Matrix_of_Ray3d__(ref List> value) method CodeList_of_Matrix_of_Sphere3d__ (line 13112) | public void CodeList_of_Matrix_of_Sphere3d__(ref List... method CodeList_of_Matrix_of_Triangle2d__ (line 13119) | public void CodeList_of_Matrix_of_Triangle2d__(ref List... method CodeList_of_Matrix_of_Line2f__ (line 13140) | public void CodeList_of_Matrix_of_Line2f__(ref List> va... method CodeList_of_Matrix_of_Line3f__ (line 13147) | public void CodeList_of_Matrix_of_Line3f__(ref List> va... method CodeList_of_Matrix_of_Plane2f__ (line 13154) | public void CodeList_of_Matrix_of_Plane2f__(ref List> ... method CodeList_of_Matrix_of_Plane3f__ (line 13161) | public void CodeList_of_Matrix_of_Plane3f__(ref List> ... method CodeList_of_Matrix_of_PlaneWithPoint3f__ (line 13168) | public void CodeList_of_Matrix_of_PlaneWithPoint3f__(ref List> va... method CodeList_of_Matrix_of_Quad3f__ (line 13182) | public void CodeList_of_Matrix_of_Quad3f__(ref List> va... method CodeList_of_Matrix_of_Ray2f__ (line 13189) | public void CodeList_of_Matrix_of_Ray2f__(ref List> value) method CodeList_of_Matrix_of_Ray3f__ (line 13196) | public void CodeList_of_Matrix_of_Ray3f__(ref List> value) method CodeList_of_Matrix_of_Sphere3f__ (line 13203) | public void CodeList_of_Matrix_of_Sphere3f__(ref List... method CodeList_of_Matrix_of_Triangle2f__ (line 13210) | public void CodeList_of_Matrix_of_Triangle2f__(ref List> value) method CodeList_of_Volume_of_SByte__ (line 13231) | public void CodeList_of_Volume_of_SByte__(ref List> value) method CodeList_of_Volume_of_Short__ (line 13238) | public void CodeList_of_Volume_of_Short__(ref List> value) method CodeList_of_Volume_of_UShort__ (line 13245) | public void CodeList_of_Volume_of_UShort__(ref List> va... method CodeList_of_Volume_of_Int__ (line 13252) | public void CodeList_of_Volume_of_Int__(ref List> value) method CodeList_of_Volume_of_UInt__ (line 13259) | public void CodeList_of_Volume_of_UInt__(ref List> value) method CodeList_of_Volume_of_Long__ (line 13266) | public void CodeList_of_Volume_of_Long__(ref List> value) method CodeList_of_Volume_of_ULong__ (line 13273) | public void CodeList_of_Volume_of_ULong__(ref List> value) method CodeList_of_Volume_of_Float__ (line 13280) | public void CodeList_of_Volume_of_Float__(ref List> value) method CodeList_of_Volume_of_Double__ (line 13287) | public void CodeList_of_Volume_of_Double__(ref List> va... method CodeList_of_Volume_of_Fraction__ (line 13294) | public void CodeList_of_Volume_of_Fraction__(ref List... method CodeList_of_Volume_of_V2i__ (line 13301) | public void CodeList_of_Volume_of_V2i__(ref List> value) method CodeList_of_Volume_of_V2l__ (line 13308) | public void CodeList_of_Volume_of_V2l__(ref List> value) method CodeList_of_Volume_of_V2f__ (line 13315) | public void CodeList_of_Volume_of_V2f__(ref List> value) method CodeList_of_Volume_of_V2d__ (line 13322) | public void CodeList_of_Volume_of_V2d__(ref List> value) method CodeList_of_Volume_of_V3i__ (line 13329) | public void CodeList_of_Volume_of_V3i__(ref List> value) method CodeList_of_Volume_of_V3l__ (line 13336) | public void CodeList_of_Volume_of_V3l__(ref List> value) method CodeList_of_Volume_of_V3f__ (line 13343) | public void CodeList_of_Volume_of_V3f__(ref List> value) method CodeList_of_Volume_of_V3d__ (line 13350) | public void CodeList_of_Volume_of_V3d__(ref List> value) method CodeList_of_Volume_of_V4i__ (line 13357) | public void CodeList_of_Volume_of_V4i__(ref List> value) method CodeList_of_Volume_of_V4l__ (line 13364) | public void CodeList_of_Volume_of_V4l__(ref List> value) method CodeList_of_Volume_of_V4f__ (line 13371) | public void CodeList_of_Volume_of_V4f__(ref List> value) method CodeList_of_Volume_of_V4d__ (line 13378) | public void CodeList_of_Volume_of_V4d__(ref List> value) method CodeList_of_Volume_of_M22i__ (line 13385) | public void CodeList_of_Volume_of_M22i__(ref List> value) method CodeList_of_Volume_of_M22l__ (line 13392) | public void CodeList_of_Volume_of_M22l__(ref List> value) method CodeList_of_Volume_of_M22f__ (line 13399) | public void CodeList_of_Volume_of_M22f__(ref List> value) method CodeList_of_Volume_of_M22d__ (line 13406) | public void CodeList_of_Volume_of_M22d__(ref List> value) method CodeList_of_Volume_of_M23i__ (line 13413) | public void CodeList_of_Volume_of_M23i__(ref List> value) method CodeList_of_Volume_of_M23l__ (line 13420) | public void CodeList_of_Volume_of_M23l__(ref List> value) method CodeList_of_Volume_of_M23f__ (line 13427) | public void CodeList_of_Volume_of_M23f__(ref List> value) method CodeList_of_Volume_of_M23d__ (line 13434) | public void CodeList_of_Volume_of_M23d__(ref List> value) method CodeList_of_Volume_of_M33i__ (line 13441) | public void CodeList_of_Volume_of_M33i__(ref List> value) method CodeList_of_Volume_of_M33l__ (line 13448) | public void CodeList_of_Volume_of_M33l__(ref List> value) method CodeList_of_Volume_of_M33f__ (line 13455) | public void CodeList_of_Volume_of_M33f__(ref List> value) method CodeList_of_Volume_of_M33d__ (line 13462) | public void CodeList_of_Volume_of_M33d__(ref List> value) method CodeList_of_Volume_of_M34i__ (line 13469) | public void CodeList_of_Volume_of_M34i__(ref List> value) method CodeList_of_Volume_of_M34l__ (line 13476) | public void CodeList_of_Volume_of_M34l__(ref List> value) method CodeList_of_Volume_of_M34f__ (line 13483) | public void CodeList_of_Volume_of_M34f__(ref List> value) method CodeList_of_Volume_of_M34d__ (line 13490) | public void CodeList_of_Volume_of_M34d__(ref List> value) method CodeList_of_Volume_of_M44i__ (line 13497) | public void CodeList_of_Volume_of_M44i__(ref List> value) method CodeList_of_Volume_of_M44l__ (line 13504) | public void CodeList_of_Volume_of_M44l__(ref List> value) method CodeList_of_Volume_of_M44f__ (line 13511) | public void CodeList_of_Volume_of_M44f__(ref List> value) method CodeList_of_Volume_of_M44d__ (line 13518) | public void CodeList_of_Volume_of_M44d__(ref List> value) method CodeList_of_Volume_of_C3b__ (line 13525) | public void CodeList_of_Volume_of_C3b__(ref List> value) method CodeList_of_Volume_of_C3us__ (line 13532) | public void CodeList_of_Volume_of_C3us__(ref List> value) method CodeList_of_Volume_of_C3ui__ (line 13539) | public void CodeList_of_Volume_of_C3ui__(ref List> value) method CodeList_of_Volume_of_C3f__ (line 13546) | public void CodeList_of_Volume_of_C3f__(ref List> value) method CodeList_of_Volume_of_C3d__ (line 13553) | public void CodeList_of_Volume_of_C3d__(ref List> value) method CodeList_of_Volume_of_C4b__ (line 13560) | public void CodeList_of_Volume_of_C4b__(ref List> value) method CodeList_of_Volume_of_C4us__ (line 13567) | public void CodeList_of_Volume_of_C4us__(ref List> value) method CodeList_of_Volume_of_C4ui__ (line 13574) | public void CodeList_of_Volume_of_C4ui__(ref List> value) method CodeList_of_Volume_of_C4f__ (line 13581) | public void CodeList_of_Volume_of_C4f__(ref List> value) method CodeList_of_Volume_of_C4d__ (line 13588) | public void CodeList_of_Volume_of_C4d__(ref List> value) method CodeList_of_Volume_of_Range1b__ (line 13595) | public void CodeList_of_Volume_of_Range1b__(ref List> ... method CodeList_of_Volume_of_Range1sb__ (line 13602) | public void CodeList_of_Volume_of_Range1sb__(ref List... method CodeList_of_Volume_of_Range1s__ (line 13609) | public void CodeList_of_Volume_of_Range1s__(ref List> ... method CodeList_of_Volume_of_Range1us__ (line 13616) | public void CodeList_of_Volume_of_Range1us__(ref List... method CodeList_of_Volume_of_Range1i__ (line 13623) | public void CodeList_of_Volume_of_Range1i__(ref List> ... method CodeList_of_Volume_of_Range1ui__ (line 13630) | public void CodeList_of_Volume_of_Range1ui__(ref List... method CodeList_of_Volume_of_Range1l__ (line 13637) | public void CodeList_of_Volume_of_Range1l__(ref List> ... method CodeList_of_Volume_of_Range1ul__ (line 13644) | public void CodeList_of_Volume_of_Range1ul__(ref List... method CodeList_of_Volume_of_Range1f__ (line 13651) | public void CodeList_of_Volume_of_Range1f__(ref List> ... method CodeList_of_Volume_of_Range1d__ (line 13658) | public void CodeList_of_Volume_of_Range1d__(ref List> ... method CodeList_of_Volume_of_Box2i__ (line 13665) | public void CodeList_of_Volume_of_Box2i__(ref List> value) method CodeList_of_Volume_of_Box2l__ (line 13672) | public void CodeList_of_Volume_of_Box2l__(ref List> value) method CodeList_of_Volume_of_Box2f__ (line 13679) | public void CodeList_of_Volume_of_Box2f__(ref List> value) method CodeList_of_Volume_of_Box2d__ (line 13686) | public void CodeList_of_Volume_of_Box2d__(ref List> value) method CodeList_of_Volume_of_Box3i__ (line 13693) | public void CodeList_of_Volume_of_Box3i__(ref List> value) method CodeList_of_Volume_of_Box3l__ (line 13700) | public void CodeList_of_Volume_of_Box3l__(ref List> value) method CodeList_of_Volume_of_Box3f__ (line 13707) | public void CodeList_of_Volume_of_Box3f__(ref List> value) method CodeList_of_Volume_of_Box3d__ (line 13714) | public void CodeList_of_Volume_of_Box3d__(ref List> value) method CodeList_of_Volume_of_Euclidean3f__ (line 13721) | public void CodeList_of_Volume_of_Euclidean3f__(ref List> value) method CodeList_of_Volume_of_Rot2d__ (line 13742) | public void CodeList_of_Volume_of_Rot2d__(ref List> value) method CodeList_of_Volume_of_Rot3f__ (line 13749) | public void CodeList_of_Volume_of_Rot3f__(ref List> value) method CodeList_of_Volume_of_Rot3d__ (line 13756) | public void CodeList_of_Volume_of_Rot3d__(ref List> value) method CodeList_of_Volume_of_Scale3f__ (line 13763) | public void CodeList_of_Volume_of_Scale3f__(ref List> ... method CodeList_of_Volume_of_Scale3d__ (line 13770) | public void CodeList_of_Volume_of_Scale3d__(ref List> ... method CodeList_of_Volume_of_Shift3f__ (line 13777) | public void CodeList_of_Volume_of_Shift3f__(ref List> ... method CodeList_of_Volume_of_Shift3d__ (line 13784) | public void CodeList_of_Volume_of_Shift3d__(ref List> ... method CodeList_of_Volume_of_Trafo2f__ (line 13791) | public void CodeList_of_Volume_of_Trafo2f__(ref List> ... method CodeList_of_Volume_of_Trafo2d__ (line 13798) | public void CodeList_of_Volume_of_Trafo2d__(ref List> ... method CodeList_of_Volume_of_Trafo3f__ (line 13805) | public void CodeList_of_Volume_of_Trafo3f__(ref List> ... method CodeList_of_Volume_of_Trafo3d__ (line 13812) | public void CodeList_of_Volume_of_Trafo3d__(ref List> ... method CodeList_of_Volume_of_Bool__ (line 13819) | public void CodeList_of_Volume_of_Bool__(ref List> value) method CodeList_of_Volume_of_Char__ (line 13826) | public void CodeList_of_Volume_of_Char__(ref List> value) method CodeList_of_Volume_of_String__ (line 13833) | public void CodeList_of_Volume_of_String__(ref List> va... method CodeList_of_Volume_of_Type__ (line 13840) | public void CodeList_of_Volume_of_Type__(ref List> value) method CodeList_of_Volume_of_Guid__ (line 13847) | public void CodeList_of_Volume_of_Guid__(ref List> value) method CodeList_of_Volume_of_Symbol__ (line 13854) | public void CodeList_of_Volume_of_Symbol__(ref List> va... method CodeList_of_Volume_of_Circle2d__ (line 13861) | public void CodeList_of_Volume_of_Circle2d__(ref List... method CodeList_of_Volume_of_Line2d__ (line 13868) | public void CodeList_of_Volume_of_Line2d__(ref List> va... method CodeList_of_Volume_of_Line3d__ (line 13875) | public void CodeList_of_Volume_of_Line3d__(ref List> va... method CodeList_of_Volume_of_Plane2d__ (line 13882) | public void CodeList_of_Volume_of_Plane2d__(ref List> ... method CodeList_of_Volume_of_Plane3d__ (line 13889) | public void CodeList_of_Volume_of_Plane3d__(ref List> ... method CodeList_of_Volume_of_PlaneWithPoint3d__ (line 13896) | public void CodeList_of_Volume_of_PlaneWithPoint3d__(ref List> va... method CodeList_of_Volume_of_Quad3d__ (line 13910) | public void CodeList_of_Volume_of_Quad3d__(ref List> va... method CodeList_of_Volume_of_Ray2d__ (line 13917) | public void CodeList_of_Volume_of_Ray2d__(ref List> value) method CodeList_of_Volume_of_Ray3d__ (line 13924) | public void CodeList_of_Volume_of_Ray3d__(ref List> value) method CodeList_of_Volume_of_Sphere3d__ (line 13931) | public void CodeList_of_Volume_of_Sphere3d__(ref List... method CodeList_of_Volume_of_Triangle2d__ (line 13938) | public void CodeList_of_Volume_of_Triangle2d__(ref List... method CodeList_of_Volume_of_Line2f__ (line 13959) | public void CodeList_of_Volume_of_Line2f__(ref List> va... method CodeList_of_Volume_of_Line3f__ (line 13966) | public void CodeList_of_Volume_of_Line3f__(ref List> va... method CodeList_of_Volume_of_Plane2f__ (line 13973) | public void CodeList_of_Volume_of_Plane2f__(ref List> ... method CodeList_of_Volume_of_Plane3f__ (line 13980) | public void CodeList_of_Volume_of_Plane3f__(ref List> ... method CodeList_of_Volume_of_PlaneWithPoint3f__ (line 13987) | public void CodeList_of_Volume_of_PlaneWithPoint3f__(ref List> va... method CodeList_of_Volume_of_Quad3f__ (line 14001) | public void CodeList_of_Volume_of_Quad3f__(ref List> va... method CodeList_of_Volume_of_Ray2f__ (line 14008) | public void CodeList_of_Volume_of_Ray2f__(ref List> value) method CodeList_of_Volume_of_Ray3f__ (line 14015) | public void CodeList_of_Volume_of_Ray3f__(ref List> value) method CodeList_of_Volume_of_Sphere3f__ (line 14022) | public void CodeList_of_Volume_of_Sphere3f__(ref List... method CodeList_of_Volume_of_Triangle2f__ (line 14029) | public void CodeList_of_Volume_of_Triangle2f__(ref List> value) method CodeList_of_Tensor_of_SByte__ (line 14050) | public void CodeList_of_Tensor_of_SByte__(ref List> value) method CodeList_of_Tensor_of_Short__ (line 14057) | public void CodeList_of_Tensor_of_Short__(ref List> value) method CodeList_of_Tensor_of_UShort__ (line 14064) | public void CodeList_of_Tensor_of_UShort__(ref List> va... method CodeList_of_Tensor_of_Int__ (line 14071) | public void CodeList_of_Tensor_of_Int__(ref List> value) method CodeList_of_Tensor_of_UInt__ (line 14078) | public void CodeList_of_Tensor_of_UInt__(ref List> value) method CodeList_of_Tensor_of_Long__ (line 14085) | public void CodeList_of_Tensor_of_Long__(ref List> value) method CodeList_of_Tensor_of_ULong__ (line 14092) | public void CodeList_of_Tensor_of_ULong__(ref List> value) method CodeList_of_Tensor_of_Float__ (line 14099) | public void CodeList_of_Tensor_of_Float__(ref List> value) method CodeList_of_Tensor_of_Double__ (line 14106) | public void CodeList_of_Tensor_of_Double__(ref List> va... method CodeList_of_Tensor_of_Fraction__ (line 14113) | public void CodeList_of_Tensor_of_Fraction__(ref List... method CodeList_of_Tensor_of_V2i__ (line 14120) | public void CodeList_of_Tensor_of_V2i__(ref List> value) method CodeList_of_Tensor_of_V2l__ (line 14127) | public void CodeList_of_Tensor_of_V2l__(ref List> value) method CodeList_of_Tensor_of_V2f__ (line 14134) | public void CodeList_of_Tensor_of_V2f__(ref List> value) method CodeList_of_Tensor_of_V2d__ (line 14141) | public void CodeList_of_Tensor_of_V2d__(ref List> value) method CodeList_of_Tensor_of_V3i__ (line 14148) | public void CodeList_of_Tensor_of_V3i__(ref List> value) method CodeList_of_Tensor_of_V3l__ (line 14155) | public void CodeList_of_Tensor_of_V3l__(ref List> value) method CodeList_of_Tensor_of_V3f__ (line 14162) | public void CodeList_of_Tensor_of_V3f__(ref List> value) method CodeList_of_Tensor_of_V3d__ (line 14169) | public void CodeList_of_Tensor_of_V3d__(ref List> value) method CodeList_of_Tensor_of_V4i__ (line 14176) | public void CodeList_of_Tensor_of_V4i__(ref List> value) method CodeList_of_Tensor_of_V4l__ (line 14183) | public void CodeList_of_Tensor_of_V4l__(ref List> value) method CodeList_of_Tensor_of_V4f__ (line 14190) | public void CodeList_of_Tensor_of_V4f__(ref List> value) method CodeList_of_Tensor_of_V4d__ (line 14197) | public void CodeList_of_Tensor_of_V4d__(ref List> value) method CodeList_of_Tensor_of_M22i__ (line 14204) | public void CodeList_of_Tensor_of_M22i__(ref List> value) method CodeList_of_Tensor_of_M22l__ (line 14211) | public void CodeList_of_Tensor_of_M22l__(ref List> value) method CodeList_of_Tensor_of_M22f__ (line 14218) | public void CodeList_of_Tensor_of_M22f__(ref List> value) method CodeList_of_Tensor_of_M22d__ (line 14225) | public void CodeList_of_Tensor_of_M22d__(ref List> value) method CodeList_of_Tensor_of_M23i__ (line 14232) | public void CodeList_of_Tensor_of_M23i__(ref List> value) method CodeList_of_Tensor_of_M23l__ (line 14239) | public void CodeList_of_Tensor_of_M23l__(ref List> value) method CodeList_of_Tensor_of_M23f__ (line 14246) | public void CodeList_of_Tensor_of_M23f__(ref List> value) method CodeList_of_Tensor_of_M23d__ (line 14253) | public void CodeList_of_Tensor_of_M23d__(ref List> value) method CodeList_of_Tensor_of_M33i__ (line 14260) | public void CodeList_of_Tensor_of_M33i__(ref List> value) method CodeList_of_Tensor_of_M33l__ (line 14267) | public void CodeList_of_Tensor_of_M33l__(ref List> value) method CodeList_of_Tensor_of_M33f__ (line 14274) | public void CodeList_of_Tensor_of_M33f__(ref List> value) method CodeList_of_Tensor_of_M33d__ (line 14281) | public void CodeList_of_Tensor_of_M33d__(ref List> value) method CodeList_of_Tensor_of_M34i__ (line 14288) | public void CodeList_of_Tensor_of_M34i__(ref List> value) method CodeList_of_Tensor_of_M34l__ (line 14295) | public void CodeList_of_Tensor_of_M34l__(ref List> value) method CodeList_of_Tensor_of_M34f__ (line 14302) | public void CodeList_of_Tensor_of_M34f__(ref List> value) method CodeList_of_Tensor_of_M34d__ (line 14309) | public void CodeList_of_Tensor_of_M34d__(ref List> value) method CodeList_of_Tensor_of_M44i__ (line 14316) | public void CodeList_of_Tensor_of_M44i__(ref List> value) method CodeList_of_Tensor_of_M44l__ (line 14323) | public void CodeList_of_Tensor_of_M44l__(ref List> value) method CodeList_of_Tensor_of_M44f__ (line 14330) | public void CodeList_of_Tensor_of_M44f__(ref List> value) method CodeList_of_Tensor_of_M44d__ (line 14337) | public void CodeList_of_Tensor_of_M44d__(ref List> value) method CodeList_of_Tensor_of_C3b__ (line 14344) | public void CodeList_of_Tensor_of_C3b__(ref List> value) method CodeList_of_Tensor_of_C3us__ (line 14351) | public void CodeList_of_Tensor_of_C3us__(ref List> value) method CodeList_of_Tensor_of_C3ui__ (line 14358) | public void CodeList_of_Tensor_of_C3ui__(ref List> value) method CodeList_of_Tensor_of_C3f__ (line 14365) | public void CodeList_of_Tensor_of_C3f__(ref List> value) method CodeList_of_Tensor_of_C3d__ (line 14372) | public void CodeList_of_Tensor_of_C3d__(ref List> value) method CodeList_of_Tensor_of_C4b__ (line 14379) | public void CodeList_of_Tensor_of_C4b__(ref List> value) method CodeList_of_Tensor_of_C4us__ (line 14386) | public void CodeList_of_Tensor_of_C4us__(ref List> value) method CodeList_of_Tensor_of_C4ui__ (line 14393) | public void CodeList_of_Tensor_of_C4ui__(ref List> value) method CodeList_of_Tensor_of_C4f__ (line 14400) | public void CodeList_of_Tensor_of_C4f__(ref List> value) method CodeList_of_Tensor_of_C4d__ (line 14407) | public void CodeList_of_Tensor_of_C4d__(ref List> value) method CodeList_of_Tensor_of_Range1b__ (line 14414) | public void CodeList_of_Tensor_of_Range1b__(ref List> ... method CodeList_of_Tensor_of_Range1sb__ (line 14421) | public void CodeList_of_Tensor_of_Range1sb__(ref List... method CodeList_of_Tensor_of_Range1s__ (line 14428) | public void CodeList_of_Tensor_of_Range1s__(ref List> ... method CodeList_of_Tensor_of_Range1us__ (line 14435) | public void CodeList_of_Tensor_of_Range1us__(ref List... method CodeList_of_Tensor_of_Range1i__ (line 14442) | public void CodeList_of_Tensor_of_Range1i__(ref List> ... method CodeList_of_Tensor_of_Range1ui__ (line 14449) | public void CodeList_of_Tensor_of_Range1ui__(ref List... method CodeList_of_Tensor_of_Range1l__ (line 14456) | public void CodeList_of_Tensor_of_Range1l__(ref List> ... method CodeList_of_Tensor_of_Range1ul__ (line 14463) | public void CodeList_of_Tensor_of_Range1ul__(ref List... method CodeList_of_Tensor_of_Range1f__ (line 14470) | public void CodeList_of_Tensor_of_Range1f__(ref List> ... method CodeList_of_Tensor_of_Range1d__ (line 14477) | public void CodeList_of_Tensor_of_Range1d__(ref List> ... method CodeList_of_Tensor_of_Box2i__ (line 14484) | public void CodeList_of_Tensor_of_Box2i__(ref List> value) method CodeList_of_Tensor_of_Box2l__ (line 14491) | public void CodeList_of_Tensor_of_Box2l__(ref List> value) method CodeList_of_Tensor_of_Box2f__ (line 14498) | public void CodeList_of_Tensor_of_Box2f__(ref List> value) method CodeList_of_Tensor_of_Box2d__ (line 14505) | public void CodeList_of_Tensor_of_Box2d__(ref List> value) method CodeList_of_Tensor_of_Box3i__ (line 14512) | public void CodeList_of_Tensor_of_Box3i__(ref List> value) method CodeList_of_Tensor_of_Box3l__ (line 14519) | public void CodeList_of_Tensor_of_Box3l__(ref List> value) method CodeList_of_Tensor_of_Box3f__ (line 14526) | public void CodeList_of_Tensor_of_Box3f__(ref List> value) method CodeList_of_Tensor_of_Box3d__ (line 14533) | public void CodeList_of_Tensor_of_Box3d__(ref List> value) method CodeList_of_Tensor_of_Euclidean3f__ (line 14540) | public void CodeList_of_Tensor_of_Euclidean3f__(ref List> value) method CodeList_of_Tensor_of_Rot2d__ (line 14561) | public void CodeList_of_Tensor_of_Rot2d__(ref List> value) method CodeList_of_Tensor_of_Rot3f__ (line 14568) | public void CodeList_of_Tensor_of_Rot3f__(ref List> value) method CodeList_of_Tensor_of_Rot3d__ (line 14575) | public void CodeList_of_Tensor_of_Rot3d__(ref List> value) method CodeList_of_Tensor_of_Scale3f__ (line 14582) | public void CodeList_of_Tensor_of_Scale3f__(ref List> ... method CodeList_of_Tensor_of_Scale3d__ (line 14589) | public void CodeList_of_Tensor_of_Scale3d__(ref List> ... method CodeList_of_Tensor_of_Shift3f__ (line 14596) | public void CodeList_of_Tensor_of_Shift3f__(ref List> ... method CodeList_of_Tensor_of_Shift3d__ (line 14603) | public void CodeList_of_Tensor_of_Shift3d__(ref List> ... method CodeList_of_Tensor_of_Trafo2f__ (line 14610) | public void CodeList_of_Tensor_of_Trafo2f__(ref List> ... method CodeList_of_Tensor_of_Trafo2d__ (line 14617) | public void CodeList_of_Tensor_of_Trafo2d__(ref List> ... method CodeList_of_Tensor_of_Trafo3f__ (line 14624) | public void CodeList_of_Tensor_of_Trafo3f__(ref List> ... method CodeList_of_Tensor_of_Trafo3d__ (line 14631) | public void CodeList_of_Tensor_of_Trafo3d__(ref List> ... method CodeList_of_Tensor_of_Bool__ (line 14638) | public void CodeList_of_Tensor_of_Bool__(ref List> value) method CodeList_of_Tensor_of_Char__ (line 14645) | public void CodeList_of_Tensor_of_Char__(ref List> value) method CodeList_of_Tensor_of_String__ (line 14652) | public void CodeList_of_Tensor_of_String__(ref List> va... method CodeList_of_Tensor_of_Type__ (line 14659) | public void CodeList_of_Tensor_of_Type__(ref List> value) method CodeList_of_Tensor_of_Guid__ (line 14666) | public void CodeList_of_Tensor_of_Guid__(ref List> value) method CodeList_of_Tensor_of_Symbol__ (line 14673) | public void CodeList_of_Tensor_of_Symbol__(ref List> va... method CodeList_of_Tensor_of_Circle2d__ (line 14680) | public void CodeList_of_Tensor_of_Circle2d__(ref List... method CodeList_of_Tensor_of_Line2d__ (line 14687) | public void CodeList_of_Tensor_of_Line2d__(ref List> va... method CodeList_of_Tensor_of_Line3d__ (line 14694) | public void CodeList_of_Tensor_of_Line3d__(ref List> va... method CodeList_of_Tensor_of_Plane2d__ (line 14701) | public void CodeList_of_Tensor_of_Plane2d__(ref List> ... method CodeList_of_Tensor_of_Plane3d__ (line 14708) | public void CodeList_of_Tensor_of_Plane3d__(ref List> ... method CodeList_of_Tensor_of_PlaneWithPoint3d__ (line 14715) | public void CodeList_of_Tensor_of_PlaneWithPoint3d__(ref List> va... method CodeList_of_Tensor_of_Quad3d__ (line 14729) | public void CodeList_of_Tensor_of_Quad3d__(ref List> va... method CodeList_of_Tensor_of_Ray2d__ (line 14736) | public void CodeList_of_Tensor_of_Ray2d__(ref List> value) method CodeList_of_Tensor_of_Ray3d__ (line 14743) | public void CodeList_of_Tensor_of_Ray3d__(ref List> value) method CodeList_of_Tensor_of_Sphere3d__ (line 14750) | public void CodeList_of_Tensor_of_Sphere3d__(ref List... method CodeList_of_Tensor_of_Triangle2d__ (line 14757) | public void CodeList_of_Tensor_of_Triangle2d__(ref List... method CodeList_of_Tensor_of_Line2f__ (line 14778) | public void CodeList_of_Tensor_of_Line2f__(ref List> va... method CodeList_of_Tensor_of_Line3f__ (line 14785) | public void CodeList_of_Tensor_of_Line3f__(ref List> va... method CodeList_of_Tensor_of_Plane2f__ (line 14792) | public void CodeList_of_Tensor_of_Plane2f__(ref List> ... method CodeList_of_Tensor_of_Plane3f__ (line 14799) | public void CodeList_of_Tensor_of_Plane3f__(ref List> ... method CodeList_of_Tensor_of_PlaneWithPoint3f__ (line 14806) | public void CodeList_of_Tensor_of_PlaneWithPoint3f__(ref List> va... method CodeList_of_Tensor_of_Quad3f__ (line 14820) | public void CodeList_of_Tensor_of_Quad3f__(ref List> va... method CodeList_of_Tensor_of_Ray2f__ (line 14827) | public void CodeList_of_Tensor_of_Ray2f__(ref List> value) method CodeList_of_Tensor_of_Ray3f__ (line 14834) | public void CodeList_of_Tensor_of_Ray3f__(ref List> value) method CodeList_of_Tensor_of_Sphere3f__ (line 14841) | public void CodeList_of_Tensor_of_Sphere3f__(ref List... method CodeList_of_Tensor_of_Triangle2f__ (line 14848) | public void CodeList_of_Tensor_of_Triangle2f__(ref List value) method Code__name__ (line 261) | public void Code__name__(ref List<__t__> value) FILE: src/Aardvark.Base.IO/ChunkedMemoryStream.cs class ChunkedMemoryStream (line 7) | public class ChunkedMemoryStream : Stream method ChunkedMemoryStream (line 19) | public ChunkedMemoryStream(long chunkSize) method Flush (line 76) | public override void Flush() method ReadByte (line 80) | public override int ReadByte() method Read (line 93) | public override int Read(byte[] buffer, int offset, int count) method Seek (line 113) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 126) | public override void SetLength(long value) method WriteByte (line 146) | public override void WriteByte(byte value) method Write (line 158) | public override void Write(byte[] buffer, int offset, int count) FILE: src/Aardvark.Base.IO/CodingExtensions.cs class CodingExtensions (line 7) | public static class CodingExtensions method Encode (line 9) | public static byte[] Encode(this T self) method Decode (line 21) | public static T Decode(this byte[] self) method CodeColFormat (line 31) | public static void CodeColFormat(this ICoder coder, ref Col.Format col... method CodePixFormat (line 39) | public static void CodePixFormat(this ICoder coder, ref PixFormat pixF... FILE: src/Aardvark.Base.IO/Converter.cs class Convertible (line 10) | [RegisterTypeInfo] class IllegalSizeException (line 13) | public class IllegalSizeException : Exception method IllegalSizeException (line 15) | public IllegalSizeException(string message) method Convertible (line 25) | public Convertible() { } method Convertible (line 27) | public Convertible(string descriptor) method Convertible (line 31) | public Convertible(string descriptor, object data) method FromDescriptor (line 65) | public static Convertible FromDescriptor(string descriptor) method FromFile (line 73) | public static Convertible FromFile(string fileName) method FromFile (line 82) | public static Convertible FromFile(string fileName, Convertible prefer... method FromFile (line 91) | public static Convertible FromFile(string fileName, string preferrable... method FindMatchingRaw (line 100) | public static Convertible FindMatchingRaw(Convertible c) method FindMatchingRaw (line 110) | public static Convertible FindMatchingRaw(Convertible c, Convertible p... method FindMatchingRaw (line 120) | public static Convertible FindMatchingRaw(Convertible c, string prefer... method SetTo (line 132) | public void SetTo(Convertible convertible) method ChangeInto (line 142) | public Convertible ChangeInto(Convertible target) method ConvertInto (line 153) | public void ConvertInto(Convertible target) method ConvertedTo (line 162) | public Convertible ConvertedTo(Convertible target) method IsDirectConvertibleTo (line 176) | public bool IsDirectConvertibleTo(Convertible target) method IsConvertibleTo (line 184) | public bool IsConvertibleTo(Convertible target) method GetFieldCoders (line 201) | public IEnumerable GetFieldCoders(int coderVersion) method Equals (line 211) | public bool Equals(Convertible other) method GetHashCode (line 222) | public override int GetHashCode() method Equals (line 227) | public override bool Equals(object other) class Converter (line 255) | internal class Converter type RoutingEntry (line 271) | private struct RoutingEntry method Converter (line 310) | static Converter() method Init (line 318) | public static void Init() method Converter (line 326) | public Converter() method Converter (line 333) | public Converter(Converter converter) method Clone (line 360) | private Converter Clone() method Clone (line 368) | private Dictionary> Clone(Dictionary creator) method RegisterRaw (line 677) | public void RegisterRaw(string descriptor, Func creator) method RegisterExtension (line 701) | public void RegisterExtension(string fileExtension, Func descriptors) method Register (line 779) | public void Register(string sourceDescriptor, string targetDescriptor, method AddNewRoutingObject (line 792) | private void AddNewRoutingObject(String descriptor) method AddDirectRoute (line 808) | private void AddDirectRoute((string, string) conversion) method BuildRoutingTables (line 817) | public void BuildRoutingTables() method CloneRoutingTable (line 848) | private Dictionary> CloneRout... method UpdateRoutingTable (line 871) | private void UpdateRoutingTable((string, string) conversion) method FromDescriptor (line 918) | public Convertible FromDescriptor(string descriptor) method FindMatchingRaw (line 934) | public Convertible FindMatchingRaw(Convertible c) method FindMatchingRaw (line 952) | public Convertible FindMatchingRaw(Convertible conv, Convertible prefe... method FindMatchingRaw (line 961) | public Convertible FindMatchingRaw(Convertible conv, string preferrabl... method FindConvertibleByFileName (line 979) | public Convertible FindConvertibleByFileName(string fileName) method FindConvertibleByFileName (line 1001) | public Convertible FindConvertibleByFileName(string fileName, Converti... method FindConvertibleByFileName (line 1010) | public Convertible FindConvertibleByFileName(string fileName, string p... method SetResourceAvailability (line 1037) | public void SetResourceAvailability(string resource, bool available) method SetResourceAvailability (line 1061) | public void SetResourceAvailability(List resources, bool avail... method InternalSetAvailability (line 1083) | private void InternalSetAvailability(string resource, bool available) method RequiredResources (line 1096) | private List RequiredResources(string descriptor) method AreAllResourcesAvailable (line 1113) | private bool AreAllResourcesAvailable(string descriptor) type Entry (line 1133) | public struct Entry method GetConversion (line 1156) | public Entry GetConversion(string sourceDescription, string targetDesc... method GetConversionChain (line 1176) | public IEnumerable GetConversionChain( method GetAnnotations (line 1191) | public IEnumerable GetAnnotations(string source, string ta... method EnumerateChain (line 1202) | private IEnumerable EnumerateChain(string source, string target) method FindLastDistance (line 1215) | private int FindLastDistance(string source, string target) class ConversionNotPossibleException (line 1226) | internal class ConversionNotPossibleException : Exception method ConversionNotPossibleException (line 1228) | public ConversionNotPossibleException( FILE: src/Aardvark.Base.IO/FastObjectFactory.cs class FastObjectFactory (line 8) | public static class FastObjectFactory method ObjectFactory (line 17) | public static Func ObjectFactory(Type type) FILE: src/Aardvark.Base.IO/FieldCoderExtensions.cs class FieldCoderExtensions (line 9) | public static class FieldCoderExtensions method CreateFieldCoders (line 11) | public static IEnumerable CreateFieldCoders(this IFieldCod... method CreateFieldCoders (line 16) | public static IEnumerable CreateFieldCoders(this Type type... method CreateFieldCoders (line 21) | public static IEnumerable CreateFieldCoders(this Type type... method CreateFieldCoder (line 32) | public static FieldCoder CreateFieldCoder(this IFieldCodeable self, st... method CreateFieldCoder (line 37) | public static FieldCoder CreateFieldCoder(this IFieldCodeable self, st... method CreateFieldCoder (line 42) | public static FieldCoder CreateFieldCoder(this Type type, string name,... method EmitFieldCoder (line 91) | private static void EmitFieldCoder(ILGenerator gen, Type type, FieldIn... method EmitPropertyCoder (line 103) | private static void EmitPropertyCoder(ILGenerator gen, Type type, Prop... method GetCodeMethodOverloadFor (line 161) | private static MethodInfo GetCodeMethodOverloadFor(Type t) method FieldCoderExtensions (line 199) | static FieldCoderExtensions() class EmitDebug (line 227) | public static class EmitDebug method BeginDebug (line 230) | private static void BeginDebug(string debugAssemblyName) method CreateDebugMethod (line 242) | public static ILGenerator CreateDebugMethod(string name, Type returnTy... FILE: src/Aardvark.Base.IO/GzipUtils.cs class GzipUtils (line 7) | public static class GzipUtils method GzipFile (line 9) | public static void GzipFile(string fileName) method UnGzipFile (line 36) | public static void UnGzipFile(string fileName) method UnGzipFileToStream (line 62) | public static Stream UnGzipFileToStream(string fileName) FILE: src/Aardvark.Base.IO/IAwakeable.cs type IAwakeable (line 8) | public interface IAwakeable method Awake (line 15) | void Awake(int codedVersion); FILE: src/Aardvark.Base.IO/ICoder.cs type ICoder (line 15) | public partial interface ICoder method Add (line 43) | void Add(TypeInfo[] typeInfoArray); method Del (line 44) | void Del(TypeInfo[] typeInfoArray); method Code (line 46) | void Code(ref object obj); method CodeT (line 48) | void CodeT(ref T obj); method CodeTArray (line 49) | void CodeTArray(ref T[] array); method CodeList_of_T_ (line 50) | void CodeList_of_T_(ref List list); method CodeHashSet_of_T_ (line 51) | void CodeHashSet_of_T_(ref HashSet set); method Code (line 53) | void Code(Type t, ref object o); method Code (line 55) | void Code(Type t, ref Array array); method Code (line 56) | void Code(Type t, ref IList list); method Code (line 57) | void Code(Type t, ref IDictionary dict); method Code (line 59) | void Code(Type t, ref ICountableDict dict); method Code (line 60) | void Code(Type t, ref ICountableDictSet dictSet); method Code (line 62) | void Code(Type t, ref IArrayVector vector); method Code (line 63) | void Code(Type t, ref IArrayMatrix matrix); method Code (line 64) | void Code(Type t, ref IArrayVolume volume); method Code (line 65) | void Code(Type t, ref IArrayTensor4 tensor4); method Code (line 66) | void Code(Type t, ref IArrayTensorN tensor); method CodeHashSet (line 68) | void CodeHashSet(Type t, ref object o); method CodeEnum (line 70) | void CodeEnum(Type t, ref object value); method CodeGuidSymbol (line 75) | void CodeGuidSymbol(ref Symbol v); method CodePositiveSymbol (line 80) | void CodePositiveSymbol(ref Symbol v); method CodeIntSet (line 82) | void CodeIntSet(ref IntSet v); method CodeSymbolSet (line 83) | void CodeSymbolSet(ref SymbolSet v); method CodeStructArray (line 85) | void CodeStructArray(ref T[] a) where T : struct; method CodeStructList (line 86) | void CodeStructList(ref List l) where T : struct; type IReadingCoder (line 93) | public interface IReadingCoder : ICoder method CodeCount (line 95) | int CodeCount(ref T value, Func creator) where T : class; type IWritingCoder (line 102) | public interface IWritingCoder : ICoder method CodeCount (line 104) | int CodeCount(ref T value, Func counter) where T : class; FILE: src/Aardvark.Base.IO/ICoder_auto.cs type ICoder (line 10) | public partial interface ICoder method CodeBool (line 14) | void CodeBool(ref bool value); method CodeChar (line 15) | void CodeChar(ref char value); method CodeString (line 16) | void CodeString(ref string value); method CodeType (line 17) | void CodeType(ref Type value); method CodeGuid (line 18) | void CodeGuid(ref Guid value); method CodeSymbol (line 19) | void CodeSymbol(ref Symbol value); method CodeByte (line 20) | void CodeByte(ref byte value); method CodeSByte (line 21) | void CodeSByte(ref sbyte value); method CodeShort (line 22) | void CodeShort(ref short value); method CodeUShort (line 23) | void CodeUShort(ref ushort value); method CodeInt (line 24) | void CodeInt(ref int value); method CodeUInt (line 25) | void CodeUInt(ref uint value); method CodeLong (line 26) | void CodeLong(ref long value); method CodeULong (line 27) | void CodeULong(ref ulong value); method CodeFloat (line 28) | void CodeFloat(ref float value); method CodeDouble (line 29) | void CodeDouble(ref double value); method CodeFraction (line 30) | void CodeFraction(ref Fraction value); method CodeV2i (line 31) | void CodeV2i(ref V2i value); method CodeV2l (line 32) | void CodeV2l(ref V2l value); method CodeV2f (line 33) | void CodeV2f(ref V2f value); method CodeV2d (line 34) | void CodeV2d(ref V2d value); method CodeV3i (line 35) | void CodeV3i(ref V3i value); method CodeV3l (line 36) | void CodeV3l(ref V3l value); method CodeV3f (line 37) | void CodeV3f(ref V3f value); method CodeV3d (line 38) | void CodeV3d(ref V3d value); method CodeV4i (line 39) | void CodeV4i(ref V4i value); method CodeV4l (line 40) | void CodeV4l(ref V4l value); method CodeV4f (line 41) | void CodeV4f(ref V4f value); method CodeV4d (line 42) | void CodeV4d(ref V4d value); method CodeM22i (line 43) | void CodeM22i(ref M22i value); method CodeM22l (line 44) | void CodeM22l(ref M22l value); method CodeM22f (line 45) | void CodeM22f(ref M22f value); method CodeM22d (line 46) | void CodeM22d(ref M22d value); method CodeM23i (line 47) | void CodeM23i(ref M23i value); method CodeM23l (line 48) | void CodeM23l(ref M23l value); method CodeM23f (line 49) | void CodeM23f(ref M23f value); method CodeM23d (line 50) | void CodeM23d(ref M23d value); method CodeM33i (line 51) | void CodeM33i(ref M33i value); method CodeM33l (line 52) | void CodeM33l(ref M33l value); method CodeM33f (line 53) | void CodeM33f(ref M33f value); method CodeM33d (line 54) | void CodeM33d(ref M33d value); method CodeM34i (line 55) | void CodeM34i(ref M34i value); method CodeM34l (line 56) | void CodeM34l(ref M34l value); method CodeM34f (line 57) | void CodeM34f(ref M34f value); method CodeM34d (line 58) | void CodeM34d(ref M34d value); method CodeM44i (line 59) | void CodeM44i(ref M44i value); method CodeM44l (line 60) | void CodeM44l(ref M44l value); method CodeM44f (line 61) | void CodeM44f(ref M44f value); method CodeM44d (line 62) | void CodeM44d(ref M44d value); method CodeC3b (line 63) | void CodeC3b(ref C3b value); method CodeC3us (line 64) | void CodeC3us(ref C3us value); method CodeC3ui (line 65) | void CodeC3ui(ref C3ui value); method CodeC3f (line 66) | void CodeC3f(ref C3f value); method CodeC3d (line 67) | void CodeC3d(ref C3d value); method CodeC4b (line 68) | void CodeC4b(ref C4b value); method CodeC4us (line 69) | void CodeC4us(ref C4us value); method CodeC4ui (line 70) | void CodeC4ui(ref C4ui value); method CodeC4f (line 71) | void CodeC4f(ref C4f value); method CodeC4d (line 72) | void CodeC4d(ref C4d value); method CodeRange1b (line 73) | void CodeRange1b(ref Range1b value); method CodeRange1sb (line 74) | void CodeRange1sb(ref Range1sb value); method CodeRange1s (line 75) | void CodeRange1s(ref Range1s value); method CodeRange1us (line 76) | void CodeRange1us(ref Range1us value); method CodeRange1i (line 77) | void CodeRange1i(ref Range1i value); method CodeRange1ui (line 78) | void CodeRange1ui(ref Range1ui value); method CodeRange1l (line 79) | void CodeRange1l(ref Range1l value); method CodeRange1ul (line 80) | void CodeRange1ul(ref Range1ul value); method CodeRange1f (line 81) | void CodeRange1f(ref Range1f value); method CodeRange1d (line 82) | void CodeRange1d(ref Range1d value); method CodeBox2i (line 83) | void CodeBox2i(ref Box2i value); method CodeBox2l (line 84) | void CodeBox2l(ref Box2l value); method CodeBox2f (line 85) | void CodeBox2f(ref Box2f value); method CodeBox2d (line 86) | void CodeBox2d(ref Box2d value); method CodeBox3i (line 87) | void CodeBox3i(ref Box3i value); method CodeBox3l (line 88) | void CodeBox3l(ref Box3l value); method CodeBox3f (line 89) | void CodeBox3f(ref Box3f value); method CodeBox3d (line 90) | void CodeBox3d(ref Box3d value); method CodeEuclidean3f (line 91) | void CodeEuclidean3f(ref Euclidean3f value); method CodeEuclidean3d (line 92) | void CodeEuclidean3d(ref Euclidean3d value); method CodeRot2f (line 93) | void CodeRot2f(ref Rot2f value); method CodeRot2d (line 94) | void CodeRot2d(ref Rot2d value); method CodeRot3f (line 95) | void CodeRot3f(ref Rot3f value); method CodeRot3d (line 96) | void CodeRot3d(ref Rot3d value); method CodeScale3f (line 97) | void CodeScale3f(ref Scale3f value); method CodeScale3d (line 98) | void CodeScale3d(ref Scale3d value); method CodeShift3f (line 99) | void CodeShift3f(ref Shift3f value); method CodeShift3d (line 100) | void CodeShift3d(ref Shift3d value); method CodeTrafo2f (line 101) | void CodeTrafo2f(ref Trafo2f value); method CodeTrafo2d (line 102) | void CodeTrafo2d(ref Trafo2d value); method CodeTrafo3f (line 103) | void CodeTrafo3f(ref Trafo3f value); method CodeTrafo3d (line 104) | void CodeTrafo3d(ref Trafo3d value); method CodeVector_of_Byte_ (line 110) | void CodeVector_of_Byte_(ref Vector value); method CodeVector_of_SByte_ (line 111) | void CodeVector_of_SByte_(ref Vector value); method CodeVector_of_Short_ (line 112) | void CodeVector_of_Short_(ref Vector value); method CodeVector_of_UShort_ (line 113) | void CodeVector_of_UShort_(ref Vector value); method CodeVector_of_Int_ (line 114) | void CodeVector_of_Int_(ref Vector value); method CodeVector_of_UInt_ (line 115) | void CodeVector_of_UInt_(ref Vector value); method CodeVector_of_Long_ (line 116) | void CodeVector_of_Long_(ref Vector value); method CodeVector_of_ULong_ (line 117) | void CodeVector_of_ULong_(ref Vector value); method CodeVector_of_Float_ (line 118) | void CodeVector_of_Float_(ref Vector value); method CodeVector_of_Double_ (line 119) | void CodeVector_of_Double_(ref Vector value); method CodeVector_of_Fraction_ (line 120) | void CodeVector_of_Fraction_(ref Vector value); method CodeVector_of_V2i_ (line 121) | void CodeVector_of_V2i_(ref Vector value); method CodeVector_of_V2l_ (line 122) | void CodeVector_of_V2l_(ref Vector value); method CodeVector_of_V2f_ (line 123) | void CodeVector_of_V2f_(ref Vector value); method CodeVector_of_V2d_ (line 124) | void CodeVector_of_V2d_(ref Vector value); method CodeVector_of_V3i_ (line 125) | void CodeVector_of_V3i_(ref Vector value); method CodeVector_of_V3l_ (line 126) | void CodeVector_of_V3l_(ref Vector value); method CodeVector_of_V3f_ (line 127) | void CodeVector_of_V3f_(ref Vector value); method CodeVector_of_V3d_ (line 128) | void CodeVector_of_V3d_(ref Vector value); method CodeVector_of_V4i_ (line 129) | void CodeVector_of_V4i_(ref Vector value); method CodeVector_of_V4l_ (line 130) | void CodeVector_of_V4l_(ref Vector value); method CodeVector_of_V4f_ (line 131) | void CodeVector_of_V4f_(ref Vector value); method CodeVector_of_V4d_ (line 132) | void CodeVector_of_V4d_(ref Vector value); method CodeVector_of_M22i_ (line 133) | void CodeVector_of_M22i_(ref Vector value); method CodeVector_of_M22l_ (line 134) | void CodeVector_of_M22l_(ref Vector value); method CodeVector_of_M22f_ (line 135) | void CodeVector_of_M22f_(ref Vector value); method CodeVector_of_M22d_ (line 136) | void CodeVector_of_M22d_(ref Vector value); method CodeVector_of_M23i_ (line 137) | void CodeVector_of_M23i_(ref Vector value); method CodeVector_of_M23l_ (line 138) | void CodeVector_of_M23l_(ref Vector value); method CodeVector_of_M23f_ (line 139) | void CodeVector_of_M23f_(ref Vector value); method CodeVector_of_M23d_ (line 140) | void CodeVector_of_M23d_(ref Vector value); method CodeVector_of_M33i_ (line 141) | void CodeVector_of_M33i_(ref Vector value); method CodeVector_of_M33l_ (line 142) | void CodeVector_of_M33l_(ref Vector value); method CodeVector_of_M33f_ (line 143) | void CodeVector_of_M33f_(ref Vector value); method CodeVector_of_M33d_ (line 144) | void CodeVector_of_M33d_(ref Vector value); method CodeVector_of_M34i_ (line 145) | void CodeVector_of_M34i_(ref Vector value); method CodeVector_of_M34l_ (line 146) | void CodeVector_of_M34l_(ref Vector value); method CodeVector_of_M34f_ (line 147) | void CodeVector_of_M34f_(ref Vector value); method CodeVector_of_M34d_ (line 148) | void CodeVector_of_M34d_(ref Vector value); method CodeVector_of_M44i_ (line 149) | void CodeVector_of_M44i_(ref Vector value); method CodeVector_of_M44l_ (line 150) | void CodeVector_of_M44l_(ref Vector value); method CodeVector_of_M44f_ (line 151) | void CodeVector_of_M44f_(ref Vector value); method CodeVector_of_M44d_ (line 152) | void CodeVector_of_M44d_(ref Vector value); method CodeVector_of_C3b_ (line 153) | void CodeVector_of_C3b_(ref Vector value); method CodeVector_of_C3us_ (line 154) | void CodeVector_of_C3us_(ref Vector value); method CodeVector_of_C3ui_ (line 155) | void CodeVector_of_C3ui_(ref Vector value); method CodeVector_of_C3f_ (line 156) | void CodeVector_of_C3f_(ref Vector value); method CodeVector_of_C3d_ (line 157) | void CodeVector_of_C3d_(ref Vector value); method CodeVector_of_C4b_ (line 158) | void CodeVector_of_C4b_(ref Vector value); method CodeVector_of_C4us_ (line 159) | void CodeVector_of_C4us_(ref Vector value); method CodeVector_of_C4ui_ (line 160) | void CodeVector_of_C4ui_(ref Vector value); method CodeVector_of_C4f_ (line 161) | void CodeVector_of_C4f_(ref Vector value); method CodeVector_of_C4d_ (line 162) | void CodeVector_of_C4d_(ref Vector value); method CodeVector_of_Range1b_ (line 163) | void CodeVector_of_Range1b_(ref Vector value); method CodeVector_of_Range1sb_ (line 164) | void CodeVector_of_Range1sb_(ref Vector value); method CodeVector_of_Range1s_ (line 165) | void CodeVector_of_Range1s_(ref Vector value); method CodeVector_of_Range1us_ (line 166) | void CodeVector_of_Range1us_(ref Vector value); method CodeVector_of_Range1i_ (line 167) | void CodeVector_of_Range1i_(ref Vector value); method CodeVector_of_Range1ui_ (line 168) | void CodeVector_of_Range1ui_(ref Vector value); method CodeVector_of_Range1l_ (line 169) | void CodeVector_of_Range1l_(ref Vector value); method CodeVector_of_Range1ul_ (line 170) | void CodeVector_of_Range1ul_(ref Vector value); method CodeVector_of_Range1f_ (line 171) | void CodeVector_of_Range1f_(ref Vector value); method CodeVector_of_Range1d_ (line 172) | void CodeVector_of_Range1d_(ref Vector value); method CodeVector_of_Box2i_ (line 173) | void CodeVector_of_Box2i_(ref Vector value); method CodeVector_of_Box2l_ (line 174) | void CodeVector_of_Box2l_(ref Vector value); method CodeVector_of_Box2f_ (line 175) | void CodeVector_of_Box2f_(ref Vector value); method CodeVector_of_Box2d_ (line 176) | void CodeVector_of_Box2d_(ref Vector value); method CodeVector_of_Box3i_ (line 177) | void CodeVector_of_Box3i_(ref Vector value); method CodeVector_of_Box3l_ (line 178) | void CodeVector_of_Box3l_(ref Vector value); method CodeVector_of_Box3f_ (line 179) | void CodeVector_of_Box3f_(ref Vector value); method CodeVector_of_Box3d_ (line 180) | void CodeVector_of_Box3d_(ref Vector value); method CodeVector_of_Euclidean3f_ (line 181) | void CodeVector_of_Euclidean3f_(ref Vector value); method CodeVector_of_Euclidean3d_ (line 182) | void CodeVector_of_Euclidean3d_(ref Vector value); method CodeVector_of_Rot2f_ (line 183) | void CodeVector_of_Rot2f_(ref Vector value); method CodeVector_of_Rot2d_ (line 184) | void CodeVector_of_Rot2d_(ref Vector value); method CodeVector_of_Rot3f_ (line 185) | void CodeVector_of_Rot3f_(ref Vector value); method CodeVector_of_Rot3d_ (line 186) | void CodeVector_of_Rot3d_(ref Vector value); method CodeVector_of_Scale3f_ (line 187) | void CodeVector_of_Scale3f_(ref Vector value); method CodeVector_of_Scale3d_ (line 188) | void CodeVector_of_Scale3d_(ref Vector value); method CodeVector_of_Shift3f_ (line 189) | void CodeVector_of_Shift3f_(ref Vector value); method CodeVector_of_Shift3d_ (line 190) | void CodeVector_of_Shift3d_(ref Vector value); method CodeVector_of_Trafo2f_ (line 191) | void CodeVector_of_Trafo2f_(ref Vector value); method CodeVector_of_Trafo2d_ (line 192) | void CodeVector_of_Trafo2d_(ref Vector value); method CodeVector_of_Trafo3f_ (line 193) | void CodeVector_of_Trafo3f_(ref Vector value); method CodeVector_of_Trafo3d_ (line 194) | void CodeVector_of_Trafo3d_(ref Vector value); method CodeVector_of_Bool_ (line 195) | void CodeVector_of_Bool_(ref Vector value); method CodeVector_of_Char_ (line 196) | void CodeVector_of_Char_(ref Vector value); method CodeVector_of_String_ (line 197) | void CodeVector_of_String_(ref Vector value); method CodeVector_of_Type_ (line 198) | void CodeVector_of_Type_(ref Vector value); method CodeVector_of_Guid_ (line 199) | void CodeVector_of_Guid_(ref Vector value); method CodeVector_of_Symbol_ (line 200) | void CodeVector_of_Symbol_(ref Vector value); method CodeVector_of_Circle2d_ (line 201) | void CodeVector_of_Circle2d_(ref Vector value); method CodeVector_of_Line2d_ (line 202) | void CodeVector_of_Line2d_(ref Vector value); method CodeVector_of_Line3d_ (line 203) | void CodeVector_of_Line3d_(ref Vector value); method CodeVector_of_Plane2d_ (line 204) | void CodeVector_of_Plane2d_(ref Vector value); method CodeVector_of_Plane3d_ (line 205) | void CodeVector_of_Plane3d_(ref Vector value); method CodeVector_of_PlaneWithPoint3d_ (line 206) | void CodeVector_of_PlaneWithPoint3d_(ref Vector value); method CodeVector_of_Quad2d_ (line 207) | void CodeVector_of_Quad2d_(ref Vector value); method CodeVector_of_Quad3d_ (line 208) | void CodeVector_of_Quad3d_(ref Vector value); method CodeVector_of_Ray2d_ (line 209) | void CodeVector_of_Ray2d_(ref Vector value); method CodeVector_of_Ray3d_ (line 210) | void CodeVector_of_Ray3d_(ref Vector value); method CodeVector_of_Sphere3d_ (line 211) | void CodeVector_of_Sphere3d_(ref Vector value); method CodeVector_of_Triangle2d_ (line 212) | void CodeVector_of_Triangle2d_(ref Vector value); method CodeVector_of_Triangle3d_ (line 213) | void CodeVector_of_Triangle3d_(ref Vector value); method CodeVector_of_Circle2f_ (line 214) | void CodeVector_of_Circle2f_(ref Vector value); method CodeVector_of_Line2f_ (line 215) | void CodeVector_of_Line2f_(ref Vector value); method CodeVector_of_Line3f_ (line 216) | void CodeVector_of_Line3f_(ref Vector value); method CodeVector_of_Plane2f_ (line 217) | void CodeVector_of_Plane2f_(ref Vector value); method CodeVector_of_Plane3f_ (line 218) | void CodeVector_of_Plane3f_(ref Vector value); method CodeVector_of_PlaneWithPoint3f_ (line 219) | void CodeVector_of_PlaneWithPoint3f_(ref Vector value); method CodeVector_of_Quad2f_ (line 220) | void CodeVector_of_Quad2f_(ref Vector value); method CodeVector_of_Quad3f_ (line 221) | void CodeVector_of_Quad3f_(ref Vector value); method CodeVector_of_Ray2f_ (line 222) | void CodeVector_of_Ray2f_(ref Vector value); method CodeVector_of_Ray3f_ (line 223) | void CodeVector_of_Ray3f_(ref Vector value); method CodeVector_of_Sphere3f_ (line 224) | void CodeVector_of_Sphere3f_(ref Vector value); method CodeVector_of_Triangle2f_ (line 225) | void CodeVector_of_Triangle2f_(ref Vector value); method CodeVector_of_Triangle3f_ (line 226) | void CodeVector_of_Triangle3f_(ref Vector value); method CodeMatrix_of_Byte_ (line 227) | void CodeMatrix_of_Byte_(ref Matrix value); method CodeMatrix_of_SByte_ (line 228) | void CodeMatrix_of_SByte_(ref Matrix value); method CodeMatrix_of_Short_ (line 229) | void CodeMatrix_of_Short_(ref Matrix value); method CodeMatrix_of_UShort_ (line 230) | void CodeMatrix_of_UShort_(ref Matrix value); method CodeMatrix_of_Int_ (line 231) | void CodeMatrix_of_Int_(ref Matrix value); method CodeMatrix_of_UInt_ (line 232) | void CodeMatrix_of_UInt_(ref Matrix value); method CodeMatrix_of_Long_ (line 233) | void CodeMatrix_of_Long_(ref Matrix value); method CodeMatrix_of_ULong_ (line 234) | void CodeMatrix_of_ULong_(ref Matrix value); method CodeMatrix_of_Float_ (line 235) | void CodeMatrix_of_Float_(ref Matrix value); method CodeMatrix_of_Double_ (line 236) | void CodeMatrix_of_Double_(ref Matrix value); method CodeMatrix_of_Fraction_ (line 237) | void CodeMatrix_of_Fraction_(ref Matrix value); method CodeMatrix_of_V2i_ (line 238) | void CodeMatrix_of_V2i_(ref Matrix value); method CodeMatrix_of_V2l_ (line 239) | void CodeMatrix_of_V2l_(ref Matrix value); method CodeMatrix_of_V2f_ (line 240) | void CodeMatrix_of_V2f_(ref Matrix value); method CodeMatrix_of_V2d_ (line 241) | void CodeMatrix_of_V2d_(ref Matrix value); method CodeMatrix_of_V3i_ (line 242) | void CodeMatrix_of_V3i_(ref Matrix value); method CodeMatrix_of_V3l_ (line 243) | void CodeMatrix_of_V3l_(ref Matrix value); method CodeMatrix_of_V3f_ (line 244) | void CodeMatrix_of_V3f_(ref Matrix value); method CodeMatrix_of_V3d_ (line 245) | void CodeMatrix_of_V3d_(ref Matrix value); method CodeMatrix_of_V4i_ (line 246) | void CodeMatrix_of_V4i_(ref Matrix value); method CodeMatrix_of_V4l_ (line 247) | void CodeMatrix_of_V4l_(ref Matrix value); method CodeMatrix_of_V4f_ (line 248) | void CodeMatrix_of_V4f_(ref Matrix value); method CodeMatrix_of_V4d_ (line 249) | void CodeMatrix_of_V4d_(ref Matrix value); method CodeMatrix_of_M22i_ (line 250) | void CodeMatrix_of_M22i_(ref Matrix value); method CodeMatrix_of_M22l_ (line 251) | void CodeMatrix_of_M22l_(ref Matrix value); method CodeMatrix_of_M22f_ (line 252) | void CodeMatrix_of_M22f_(ref Matrix value); method CodeMatrix_of_M22d_ (line 253) | void CodeMatrix_of_M22d_(ref Matrix value); method CodeMatrix_of_M23i_ (line 254) | void CodeMatrix_of_M23i_(ref Matrix value); method CodeMatrix_of_M23l_ (line 255) | void CodeMatrix_of_M23l_(ref Matrix value); method CodeMatrix_of_M23f_ (line 256) | void CodeMatrix_of_M23f_(ref Matrix value); method CodeMatrix_of_M23d_ (line 257) | void CodeMatrix_of_M23d_(ref Matrix value); method CodeMatrix_of_M33i_ (line 258) | void CodeMatrix_of_M33i_(ref Matrix value); method CodeMatrix_of_M33l_ (line 259) | void CodeMatrix_of_M33l_(ref Matrix value); method CodeMatrix_of_M33f_ (line 260) | void CodeMatrix_of_M33f_(ref Matrix value); method CodeMatrix_of_M33d_ (line 261) | void CodeMatrix_of_M33d_(ref Matrix value); method CodeMatrix_of_M34i_ (line 262) | void CodeMatrix_of_M34i_(ref Matrix value); method CodeMatrix_of_M34l_ (line 263) | void CodeMatrix_of_M34l_(ref Matrix value); method CodeMatrix_of_M34f_ (line 264) | void CodeMatrix_of_M34f_(ref Matrix value); method CodeMatrix_of_M34d_ (line 265) | void CodeMatrix_of_M34d_(ref Matrix value); method CodeMatrix_of_M44i_ (line 266) | void CodeMatrix_of_M44i_(ref Matrix value); method CodeMatrix_of_M44l_ (line 267) | void CodeMatrix_of_M44l_(ref Matrix value); method CodeMatrix_of_M44f_ (line 268) | void CodeMatrix_of_M44f_(ref Matrix value); method CodeMatrix_of_M44d_ (line 269) | void CodeMatrix_of_M44d_(ref Matrix value); method CodeMatrix_of_C3b_ (line 270) | void CodeMatrix_of_C3b_(ref Matrix value); method CodeMatrix_of_C3us_ (line 271) | void CodeMatrix_of_C3us_(ref Matrix value); method CodeMatrix_of_C3ui_ (line 272) | void CodeMatrix_of_C3ui_(ref Matrix value); method CodeMatrix_of_C3f_ (line 273) | void CodeMatrix_of_C3f_(ref Matrix value); method CodeMatrix_of_C3d_ (line 274) | void CodeMatrix_of_C3d_(ref Matrix value); method CodeMatrix_of_C4b_ (line 275) | void CodeMatrix_of_C4b_(ref Matrix value); method CodeMatrix_of_C4us_ (line 276) | void CodeMatrix_of_C4us_(ref Matrix value); method CodeMatrix_of_C4ui_ (line 277) | void CodeMatrix_of_C4ui_(ref Matrix value); method CodeMatrix_of_C4f_ (line 278) | void CodeMatrix_of_C4f_(ref Matrix value); method CodeMatrix_of_C4d_ (line 279) | void CodeMatrix_of_C4d_(ref Matrix value); method CodeMatrix_of_Range1b_ (line 280) | void CodeMatrix_of_Range1b_(ref Matrix value); method CodeMatrix_of_Range1sb_ (line 281) | void CodeMatrix_of_Range1sb_(ref Matrix value); method CodeMatrix_of_Range1s_ (line 282) | void CodeMatrix_of_Range1s_(ref Matrix value); method CodeMatrix_of_Range1us_ (line 283) | void CodeMatrix_of_Range1us_(ref Matrix value); method CodeMatrix_of_Range1i_ (line 284) | void CodeMatrix_of_Range1i_(ref Matrix value); method CodeMatrix_of_Range1ui_ (line 285) | void CodeMatrix_of_Range1ui_(ref Matrix value); method CodeMatrix_of_Range1l_ (line 286) | void CodeMatrix_of_Range1l_(ref Matrix value); method CodeMatrix_of_Range1ul_ (line 287) | void CodeMatrix_of_Range1ul_(ref Matrix value); method CodeMatrix_of_Range1f_ (line 288) | void CodeMatrix_of_Range1f_(ref Matrix value); method CodeMatrix_of_Range1d_ (line 289) | void CodeMatrix_of_Range1d_(ref Matrix value); method CodeMatrix_of_Box2i_ (line 290) | void CodeMatrix_of_Box2i_(ref Matrix value); method CodeMatrix_of_Box2l_ (line 291) | void CodeMatrix_of_Box2l_(ref Matrix value); method CodeMatrix_of_Box2f_ (line 292) | void CodeMatrix_of_Box2f_(ref Matrix value); method CodeMatrix_of_Box2d_ (line 293) | void CodeMatrix_of_Box2d_(ref Matrix value); method CodeMatrix_of_Box3i_ (line 294) | void CodeMatrix_of_Box3i_(ref Matrix value); method CodeMatrix_of_Box3l_ (line 295) | void CodeMatrix_of_Box3l_(ref Matrix value); method CodeMatrix_of_Box3f_ (line 296) | void CodeMatrix_of_Box3f_(ref Matrix value); method CodeMatrix_of_Box3d_ (line 297) | void CodeMatrix_of_Box3d_(ref Matrix value); method CodeMatrix_of_Euclidean3f_ (line 298) | void CodeMatrix_of_Euclidean3f_(ref Matrix value); method CodeMatrix_of_Euclidean3d_ (line 299) | void CodeMatrix_of_Euclidean3d_(ref Matrix value); method CodeMatrix_of_Rot2f_ (line 300) | void CodeMatrix_of_Rot2f_(ref Matrix value); method CodeMatrix_of_Rot2d_ (line 301) | void CodeMatrix_of_Rot2d_(ref Matrix value); method CodeMatrix_of_Rot3f_ (line 302) | void CodeMatrix_of_Rot3f_(ref Matrix value); method CodeMatrix_of_Rot3d_ (line 303) | void CodeMatrix_of_Rot3d_(ref Matrix value); method CodeMatrix_of_Scale3f_ (line 304) | void CodeMatrix_of_Scale3f_(ref Matrix value); method CodeMatrix_of_Scale3d_ (line 305) | void CodeMatrix_of_Scale3d_(ref Matrix value); method CodeMatrix_of_Shift3f_ (line 306) | void CodeMatrix_of_Shift3f_(ref Matrix value); method CodeMatrix_of_Shift3d_ (line 307) | void CodeMatrix_of_Shift3d_(ref Matrix value); method CodeMatrix_of_Trafo2f_ (line 308) | void CodeMatrix_of_Trafo2f_(ref Matrix value); method CodeMatrix_of_Trafo2d_ (line 309) | void CodeMatrix_of_Trafo2d_(ref Matrix value); method CodeMatrix_of_Trafo3f_ (line 310) | void CodeMatrix_of_Trafo3f_(ref Matrix value); method CodeMatrix_of_Trafo3d_ (line 311) | void CodeMatrix_of_Trafo3d_(ref Matrix value); method CodeMatrix_of_Bool_ (line 312) | void CodeMatrix_of_Bool_(ref Matrix value); method CodeMatrix_of_Char_ (line 313) | void CodeMatrix_of_Char_(ref Matrix value); method CodeMatrix_of_String_ (line 314) | void CodeMatrix_of_String_(ref Matrix value); method CodeMatrix_of_Type_ (line 315) | void CodeMatrix_of_Type_(ref Matrix value); method CodeMatrix_of_Guid_ (line 316) | void CodeMatrix_of_Guid_(ref Matrix value); method CodeMatrix_of_Symbol_ (line 317) | void CodeMatrix_of_Symbol_(ref Matrix value); method CodeMatrix_of_Circle2d_ (line 318) | void CodeMatrix_of_Circle2d_(ref Matrix value); method CodeMatrix_of_Line2d_ (line 319) | void CodeMatrix_of_Line2d_(ref Matrix value); method CodeMatrix_of_Line3d_ (line 320) | void CodeMatrix_of_Line3d_(ref Matrix value); method CodeMatrix_of_Plane2d_ (line 321) | void CodeMatrix_of_Plane2d_(ref Matrix value); method CodeMatrix_of_Plane3d_ (line 322) | void CodeMatrix_of_Plane3d_(ref Matrix value); method CodeMatrix_of_PlaneWithPoint3d_ (line 323) | void CodeMatrix_of_PlaneWithPoint3d_(ref Matrix value); method CodeMatrix_of_Quad2d_ (line 324) | void CodeMatrix_of_Quad2d_(ref Matrix value); method CodeMatrix_of_Quad3d_ (line 325) | void CodeMatrix_of_Quad3d_(ref Matrix value); method CodeMatrix_of_Ray2d_ (line 326) | void CodeMatrix_of_Ray2d_(ref Matrix value); method CodeMatrix_of_Ray3d_ (line 327) | void CodeMatrix_of_Ray3d_(ref Matrix value); method CodeMatrix_of_Sphere3d_ (line 328) | void CodeMatrix_of_Sphere3d_(ref Matrix value); method CodeMatrix_of_Triangle2d_ (line 329) | void CodeMatrix_of_Triangle2d_(ref Matrix value); method CodeMatrix_of_Triangle3d_ (line 330) | void CodeMatrix_of_Triangle3d_(ref Matrix value); method CodeMatrix_of_Circle2f_ (line 331) | void CodeMatrix_of_Circle2f_(ref Matrix value); method CodeMatrix_of_Line2f_ (line 332) | void CodeMatrix_of_Line2f_(ref Matrix value); method CodeMatrix_of_Line3f_ (line 333) | void CodeMatrix_of_Line3f_(ref Matrix value); method CodeMatrix_of_Plane2f_ (line 334) | void CodeMatrix_of_Plane2f_(ref Matrix value); method CodeMatrix_of_Plane3f_ (line 335) | void CodeMatrix_of_Plane3f_(ref Matrix value); method CodeMatrix_of_PlaneWithPoint3f_ (line 336) | void CodeMatrix_of_PlaneWithPoint3f_(ref Matrix value); method CodeMatrix_of_Quad2f_ (line 337) | void CodeMatrix_of_Quad2f_(ref Matrix value); method CodeMatrix_of_Quad3f_ (line 338) | void CodeMatrix_of_Quad3f_(ref Matrix value); method CodeMatrix_of_Ray2f_ (line 339) | void CodeMatrix_of_Ray2f_(ref Matrix value); method CodeMatrix_of_Ray3f_ (line 340) | void CodeMatrix_of_Ray3f_(ref Matrix value); method CodeMatrix_of_Sphere3f_ (line 341) | void CodeMatrix_of_Sphere3f_(ref Matrix value); method CodeMatrix_of_Triangle2f_ (line 342) | void CodeMatrix_of_Triangle2f_(ref Matrix value); method CodeMatrix_of_Triangle3f_ (line 343) | void CodeMatrix_of_Triangle3f_(ref Matrix value); method CodeVolume_of_Byte_ (line 344) | void CodeVolume_of_Byte_(ref Volume value); method CodeVolume_of_SByte_ (line 345) | void CodeVolume_of_SByte_(ref Volume value); method CodeVolume_of_Short_ (line 346) | void CodeVolume_of_Short_(ref Volume value); method CodeVolume_of_UShort_ (line 347) | void CodeVolume_of_UShort_(ref Volume value); method CodeVolume_of_Int_ (line 348) | void CodeVolume_of_Int_(ref Volume value); method CodeVolume_of_UInt_ (line 349) | void CodeVolume_of_UInt_(ref Volume value); method CodeVolume_of_Long_ (line 350) | void CodeVolume_of_Long_(ref Volume value); method CodeVolume_of_ULong_ (line 351) | void CodeVolume_of_ULong_(ref Volume value); method CodeVolume_of_Float_ (line 352) | void CodeVolume_of_Float_(ref Volume value); method CodeVolume_of_Double_ (line 353) | void CodeVolume_of_Double_(ref Volume value); method CodeVolume_of_Fraction_ (line 354) | void CodeVolume_of_Fraction_(ref Volume value); method CodeVolume_of_V2i_ (line 355) | void CodeVolume_of_V2i_(ref Volume value); method CodeVolume_of_V2l_ (line 356) | void CodeVolume_of_V2l_(ref Volume value); method CodeVolume_of_V2f_ (line 357) | void CodeVolume_of_V2f_(ref Volume value); method CodeVolume_of_V2d_ (line 358) | void CodeVolume_of_V2d_(ref Volume value); method CodeVolume_of_V3i_ (line 359) | void CodeVolume_of_V3i_(ref Volume value); method CodeVolume_of_V3l_ (line 360) | void CodeVolume_of_V3l_(ref Volume value); method CodeVolume_of_V3f_ (line 361) | void CodeVolume_of_V3f_(ref Volume value); method CodeVolume_of_V3d_ (line 362) | void CodeVolume_of_V3d_(ref Volume value); method CodeVolume_of_V4i_ (line 363) | void CodeVolume_of_V4i_(ref Volume value); method CodeVolume_of_V4l_ (line 364) | void CodeVolume_of_V4l_(ref Volume value); method CodeVolume_of_V4f_ (line 365) | void CodeVolume_of_V4f_(ref Volume value); method CodeVolume_of_V4d_ (line 366) | void CodeVolume_of_V4d_(ref Volume value); method CodeVolume_of_M22i_ (line 367) | void CodeVolume_of_M22i_(ref Volume value); method CodeVolume_of_M22l_ (line 368) | void CodeVolume_of_M22l_(ref Volume value); method CodeVolume_of_M22f_ (line 369) | void CodeVolume_of_M22f_(ref Volume value); method CodeVolume_of_M22d_ (line 370) | void CodeVolume_of_M22d_(ref Volume value); method CodeVolume_of_M23i_ (line 371) | void CodeVolume_of_M23i_(ref Volume value); method CodeVolume_of_M23l_ (line 372) | void CodeVolume_of_M23l_(ref Volume value); method CodeVolume_of_M23f_ (line 373) | void CodeVolume_of_M23f_(ref Volume value); method CodeVolume_of_M23d_ (line 374) | void CodeVolume_of_M23d_(ref Volume value); method CodeVolume_of_M33i_ (line 375) | void CodeVolume_of_M33i_(ref Volume value); method CodeVolume_of_M33l_ (line 376) | void CodeVolume_of_M33l_(ref Volume value); method CodeVolume_of_M33f_ (line 377) | void CodeVolume_of_M33f_(ref Volume value); method CodeVolume_of_M33d_ (line 378) | void CodeVolume_of_M33d_(ref Volume value); method CodeVolume_of_M34i_ (line 379) | void CodeVolume_of_M34i_(ref Volume value); method CodeVolume_of_M34l_ (line 380) | void CodeVolume_of_M34l_(ref Volume value); method CodeVolume_of_M34f_ (line 381) | void CodeVolume_of_M34f_(ref Volume value); method CodeVolume_of_M34d_ (line 382) | void CodeVolume_of_M34d_(ref Volume value); method CodeVolume_of_M44i_ (line 383) | void CodeVolume_of_M44i_(ref Volume value); method CodeVolume_of_M44l_ (line 384) | void CodeVolume_of_M44l_(ref Volume value); method CodeVolume_of_M44f_ (line 385) | void CodeVolume_of_M44f_(ref Volume value); method CodeVolume_of_M44d_ (line 386) | void CodeVolume_of_M44d_(ref Volume value); method CodeVolume_of_C3b_ (line 387) | void CodeVolume_of_C3b_(ref Volume value); method CodeVolume_of_C3us_ (line 388) | void CodeVolume_of_C3us_(ref Volume value); method CodeVolume_of_C3ui_ (line 389) | void CodeVolume_of_C3ui_(ref Volume value); method CodeVolume_of_C3f_ (line 390) | void CodeVolume_of_C3f_(ref Volume value); method CodeVolume_of_C3d_ (line 391) | void CodeVolume_of_C3d_(ref Volume value); method CodeVolume_of_C4b_ (line 392) | void CodeVolume_of_C4b_(ref Volume value); method CodeVolume_of_C4us_ (line 393) | void CodeVolume_of_C4us_(ref Volume value); method CodeVolume_of_C4ui_ (line 394) | void CodeVolume_of_C4ui_(ref Volume value); method CodeVolume_of_C4f_ (line 395) | void CodeVolume_of_C4f_(ref Volume value); method CodeVolume_of_C4d_ (line 396) | void CodeVolume_of_C4d_(ref Volume value); method CodeVolume_of_Range1b_ (line 397) | void CodeVolume_of_Range1b_(ref Volume value); method CodeVolume_of_Range1sb_ (line 398) | void CodeVolume_of_Range1sb_(ref Volume value); method CodeVolume_of_Range1s_ (line 399) | void CodeVolume_of_Range1s_(ref Volume value); method CodeVolume_of_Range1us_ (line 400) | void CodeVolume_of_Range1us_(ref Volume value); method CodeVolume_of_Range1i_ (line 401) | void CodeVolume_of_Range1i_(ref Volume value); method CodeVolume_of_Range1ui_ (line 402) | void CodeVolume_of_Range1ui_(ref Volume value); method CodeVolume_of_Range1l_ (line 403) | void CodeVolume_of_Range1l_(ref Volume value); method CodeVolume_of_Range1ul_ (line 404) | void CodeVolume_of_Range1ul_(ref Volume value); method CodeVolume_of_Range1f_ (line 405) | void CodeVolume_of_Range1f_(ref Volume value); method CodeVolume_of_Range1d_ (line 406) | void CodeVolume_of_Range1d_(ref Volume value); method CodeVolume_of_Box2i_ (line 407) | void CodeVolume_of_Box2i_(ref Volume value); method CodeVolume_of_Box2l_ (line 408) | void CodeVolume_of_Box2l_(ref Volume value); method CodeVolume_of_Box2f_ (line 409) | void CodeVolume_of_Box2f_(ref Volume value); method CodeVolume_of_Box2d_ (line 410) | void CodeVolume_of_Box2d_(ref Volume value); method CodeVolume_of_Box3i_ (line 411) | void CodeVolume_of_Box3i_(ref Volume value); method CodeVolume_of_Box3l_ (line 412) | void CodeVolume_of_Box3l_(ref Volume value); method CodeVolume_of_Box3f_ (line 413) | void CodeVolume_of_Box3f_(ref Volume value); method CodeVolume_of_Box3d_ (line 414) | void CodeVolume_of_Box3d_(ref Volume value); method CodeVolume_of_Euclidean3f_ (line 415) | void CodeVolume_of_Euclidean3f_(ref Volume value); method CodeVolume_of_Euclidean3d_ (line 416) | void CodeVolume_of_Euclidean3d_(ref Volume value); method CodeVolume_of_Rot2f_ (line 417) | void CodeVolume_of_Rot2f_(ref Volume value); method CodeVolume_of_Rot2d_ (line 418) | void CodeVolume_of_Rot2d_(ref Volume value); method CodeVolume_of_Rot3f_ (line 419) | void CodeVolume_of_Rot3f_(ref Volume value); method CodeVolume_of_Rot3d_ (line 420) | void CodeVolume_of_Rot3d_(ref Volume value); method CodeVolume_of_Scale3f_ (line 421) | void CodeVolume_of_Scale3f_(ref Volume value); method CodeVolume_of_Scale3d_ (line 422) | void CodeVolume_of_Scale3d_(ref Volume value); method CodeVolume_of_Shift3f_ (line 423) | void CodeVolume_of_Shift3f_(ref Volume value); method CodeVolume_of_Shift3d_ (line 424) | void CodeVolume_of_Shift3d_(ref Volume value); method CodeVolume_of_Trafo2f_ (line 425) | void CodeVolume_of_Trafo2f_(ref Volume value); method CodeVolume_of_Trafo2d_ (line 426) | void CodeVolume_of_Trafo2d_(ref Volume value); method CodeVolume_of_Trafo3f_ (line 427) | void CodeVolume_of_Trafo3f_(ref Volume value); method CodeVolume_of_Trafo3d_ (line 428) | void CodeVolume_of_Trafo3d_(ref Volume value); method CodeVolume_of_Bool_ (line 429) | void CodeVolume_of_Bool_(ref Volume value); method CodeVolume_of_Char_ (line 430) | void CodeVolume_of_Char_(ref Volume value); method CodeVolume_of_String_ (line 431) | void CodeVolume_of_String_(ref Volume value); method CodeVolume_of_Type_ (line 432) | void CodeVolume_of_Type_(ref Volume value); method CodeVolume_of_Guid_ (line 433) | void CodeVolume_of_Guid_(ref Volume value); method CodeVolume_of_Symbol_ (line 434) | void CodeVolume_of_Symbol_(ref Volume value); method CodeVolume_of_Circle2d_ (line 435) | void CodeVolume_of_Circle2d_(ref Volume value); method CodeVolume_of_Line2d_ (line 436) | void CodeVolume_of_Line2d_(ref Volume value); method CodeVolume_of_Line3d_ (line 437) | void CodeVolume_of_Line3d_(ref Volume value); method CodeVolume_of_Plane2d_ (line 438) | void CodeVolume_of_Plane2d_(ref Volume value); method CodeVolume_of_Plane3d_ (line 439) | void CodeVolume_of_Plane3d_(ref Volume value); method CodeVolume_of_PlaneWithPoint3d_ (line 440) | void CodeVolume_of_PlaneWithPoint3d_(ref Volume value); method CodeVolume_of_Quad2d_ (line 441) | void CodeVolume_of_Quad2d_(ref Volume value); method CodeVolume_of_Quad3d_ (line 442) | void CodeVolume_of_Quad3d_(ref Volume value); method CodeVolume_of_Ray2d_ (line 443) | void CodeVolume_of_Ray2d_(ref Volume value); method CodeVolume_of_Ray3d_ (line 444) | void CodeVolume_of_Ray3d_(ref Volume value); method CodeVolume_of_Sphere3d_ (line 445) | void CodeVolume_of_Sphere3d_(ref Volume value); method CodeVolume_of_Triangle2d_ (line 446) | void CodeVolume_of_Triangle2d_(ref Volume value); method CodeVolume_of_Triangle3d_ (line 447) | void CodeVolume_of_Triangle3d_(ref Volume value); method CodeVolume_of_Circle2f_ (line 448) | void CodeVolume_of_Circle2f_(ref Volume value); method CodeVolume_of_Line2f_ (line 449) | void CodeVolume_of_Line2f_(ref Volume value); method CodeVolume_of_Line3f_ (line 450) | void CodeVolume_of_Line3f_(ref Volume value); method CodeVolume_of_Plane2f_ (line 451) | void CodeVolume_of_Plane2f_(ref Volume value); method CodeVolume_of_Plane3f_ (line 452) | void CodeVolume_of_Plane3f_(ref Volume value); method CodeVolume_of_PlaneWithPoint3f_ (line 453) | void CodeVolume_of_PlaneWithPoint3f_(ref Volume value); method CodeVolume_of_Quad2f_ (line 454) | void CodeVolume_of_Quad2f_(ref Volume value); method CodeVolume_of_Quad3f_ (line 455) | void CodeVolume_of_Quad3f_(ref Volume value); method CodeVolume_of_Ray2f_ (line 456) | void CodeVolume_of_Ray2f_(ref Volume value); method CodeVolume_of_Ray3f_ (line 457) | void CodeVolume_of_Ray3f_(ref Volume value); method CodeVolume_of_Sphere3f_ (line 458) | void CodeVolume_of_Sphere3f_(ref Volume value); method CodeVolume_of_Triangle2f_ (line 459) | void CodeVolume_of_Triangle2f_(ref Volume value); method CodeVolume_of_Triangle3f_ (line 460) | void CodeVolume_of_Triangle3f_(ref Volume value); method CodeTensor_of_Byte_ (line 461) | void CodeTensor_of_Byte_(ref Tensor value); method CodeTensor_of_SByte_ (line 462) | void CodeTensor_of_SByte_(ref Tensor value); method CodeTensor_of_Short_ (line 463) | void CodeTensor_of_Short_(ref Tensor value); method CodeTensor_of_UShort_ (line 464) | void CodeTensor_of_UShort_(ref Tensor value); method CodeTensor_of_Int_ (line 465) | void CodeTensor_of_Int_(ref Tensor value); method CodeTensor_of_UInt_ (line 466) | void CodeTensor_of_UInt_(ref Tensor value); method CodeTensor_of_Long_ (line 467) | void CodeTensor_of_Long_(ref Tensor value); method CodeTensor_of_ULong_ (line 468) | void CodeTensor_of_ULong_(ref Tensor value); method CodeTensor_of_Float_ (line 469) | void CodeTensor_of_Float_(ref Tensor value); method CodeTensor_of_Double_ (line 470) | void CodeTensor_of_Double_(ref Tensor value); method CodeTensor_of_Fraction_ (line 471) | void CodeTensor_of_Fraction_(ref Tensor value); method CodeTensor_of_V2i_ (line 472) | void CodeTensor_of_V2i_(ref Tensor value); method CodeTensor_of_V2l_ (line 473) | void CodeTensor_of_V2l_(ref Tensor value); method CodeTensor_of_V2f_ (line 474) | void CodeTensor_of_V2f_(ref Tensor value); method CodeTensor_of_V2d_ (line 475) | void CodeTensor_of_V2d_(ref Tensor value); method CodeTensor_of_V3i_ (line 476) | void CodeTensor_of_V3i_(ref Tensor value); method CodeTensor_of_V3l_ (line 477) | void CodeTensor_of_V3l_(ref Tensor value); method CodeTensor_of_V3f_ (line 478) | void CodeTensor_of_V3f_(ref Tensor value); method CodeTensor_of_V3d_ (line 479) | void CodeTensor_of_V3d_(ref Tensor value); method CodeTensor_of_V4i_ (line 480) | void CodeTensor_of_V4i_(ref Tensor value); method CodeTensor_of_V4l_ (line 481) | void CodeTensor_of_V4l_(ref Tensor value); method CodeTensor_of_V4f_ (line 482) | void CodeTensor_of_V4f_(ref Tensor value); method CodeTensor_of_V4d_ (line 483) | void CodeTensor_of_V4d_(ref Tensor value); method CodeTensor_of_M22i_ (line 484) | void CodeTensor_of_M22i_(ref Tensor value); method CodeTensor_of_M22l_ (line 485) | void CodeTensor_of_M22l_(ref Tensor value); method CodeTensor_of_M22f_ (line 486) | void CodeTensor_of_M22f_(ref Tensor value); method CodeTensor_of_M22d_ (line 487) | void CodeTensor_of_M22d_(ref Tensor value); method CodeTensor_of_M23i_ (line 488) | void CodeTensor_of_M23i_(ref Tensor value); method CodeTensor_of_M23l_ (line 489) | void CodeTensor_of_M23l_(ref Tensor value); method CodeTensor_of_M23f_ (line 490) | void CodeTensor_of_M23f_(ref Tensor value); method CodeTensor_of_M23d_ (line 491) | void CodeTensor_of_M23d_(ref Tensor value); method CodeTensor_of_M33i_ (line 492) | void CodeTensor_of_M33i_(ref Tensor value); method CodeTensor_of_M33l_ (line 493) | void CodeTensor_of_M33l_(ref Tensor value); method CodeTensor_of_M33f_ (line 494) | void CodeTensor_of_M33f_(ref Tensor value); method CodeTensor_of_M33d_ (line 495) | void CodeTensor_of_M33d_(ref Tensor value); method CodeTensor_of_M34i_ (line 496) | void CodeTensor_of_M34i_(ref Tensor value); method CodeTensor_of_M34l_ (line 497) | void CodeTensor_of_M34l_(ref Tensor value); method CodeTensor_of_M34f_ (line 498) | void CodeTensor_of_M34f_(ref Tensor value); method CodeTensor_of_M34d_ (line 499) | void CodeTensor_of_M34d_(ref Tensor value); method CodeTensor_of_M44i_ (line 500) | void CodeTensor_of_M44i_(ref Tensor value); method CodeTensor_of_M44l_ (line 501) | void CodeTensor_of_M44l_(ref Tensor value); method CodeTensor_of_M44f_ (line 502) | void CodeTensor_of_M44f_(ref Tensor value); method CodeTensor_of_M44d_ (line 503) | void CodeTensor_of_M44d_(ref Tensor value); method CodeTensor_of_C3b_ (line 504) | void CodeTensor_of_C3b_(ref Tensor value); method CodeTensor_of_C3us_ (line 505) | void CodeTensor_of_C3us_(ref Tensor value); method CodeTensor_of_C3ui_ (line 506) | void CodeTensor_of_C3ui_(ref Tensor value); method CodeTensor_of_C3f_ (line 507) | void CodeTensor_of_C3f_(ref Tensor value); method CodeTensor_of_C3d_ (line 508) | void CodeTensor_of_C3d_(ref Tensor value); method CodeTensor_of_C4b_ (line 509) | void CodeTensor_of_C4b_(ref Tensor value); method CodeTensor_of_C4us_ (line 510) | void CodeTensor_of_C4us_(ref Tensor value); method CodeTensor_of_C4ui_ (line 511) | void CodeTensor_of_C4ui_(ref Tensor value); method CodeTensor_of_C4f_ (line 512) | void CodeTensor_of_C4f_(ref Tensor value); method CodeTensor_of_C4d_ (line 513) | void CodeTensor_of_C4d_(ref Tensor value); method CodeTensor_of_Range1b_ (line 514) | void CodeTensor_of_Range1b_(ref Tensor value); method CodeTensor_of_Range1sb_ (line 515) | void CodeTensor_of_Range1sb_(ref Tensor value); method CodeTensor_of_Range1s_ (line 516) | void CodeTensor_of_Range1s_(ref Tensor value); method CodeTensor_of_Range1us_ (line 517) | void CodeTensor_of_Range1us_(ref Tensor value); method CodeTensor_of_Range1i_ (line 518) | void CodeTensor_of_Range1i_(ref Tensor value); method CodeTensor_of_Range1ui_ (line 519) | void CodeTensor_of_Range1ui_(ref Tensor value); method CodeTensor_of_Range1l_ (line 520) | void CodeTensor_of_Range1l_(ref Tensor value); method CodeTensor_of_Range1ul_ (line 521) | void CodeTensor_of_Range1ul_(ref Tensor value); method CodeTensor_of_Range1f_ (line 522) | void CodeTensor_of_Range1f_(ref Tensor value); method CodeTensor_of_Range1d_ (line 523) | void CodeTensor_of_Range1d_(ref Tensor value); method CodeTensor_of_Box2i_ (line 524) | void CodeTensor_of_Box2i_(ref Tensor value); method CodeTensor_of_Box2l_ (line 525) | void CodeTensor_of_Box2l_(ref Tensor value); method CodeTensor_of_Box2f_ (line 526) | void CodeTensor_of_Box2f_(ref Tensor value); method CodeTensor_of_Box2d_ (line 527) | void CodeTensor_of_Box2d_(ref Tensor value); method CodeTensor_of_Box3i_ (line 528) | void CodeTensor_of_Box3i_(ref Tensor value); method CodeTensor_of_Box3l_ (line 529) | void CodeTensor_of_Box3l_(ref Tensor value); method CodeTensor_of_Box3f_ (line 530) | void CodeTensor_of_Box3f_(ref Tensor value); method CodeTensor_of_Box3d_ (line 531) | void CodeTensor_of_Box3d_(ref Tensor value); method CodeTensor_of_Euclidean3f_ (line 532) | void CodeTensor_of_Euclidean3f_(ref Tensor value); method CodeTensor_of_Euclidean3d_ (line 533) | void CodeTensor_of_Euclidean3d_(ref Tensor value); method CodeTensor_of_Rot2f_ (line 534) | void CodeTensor_of_Rot2f_(ref Tensor value); method CodeTensor_of_Rot2d_ (line 535) | void CodeTensor_of_Rot2d_(ref Tensor value); method CodeTensor_of_Rot3f_ (line 536) | void CodeTensor_of_Rot3f_(ref Tensor value); method CodeTensor_of_Rot3d_ (line 537) | void CodeTensor_of_Rot3d_(ref Tensor value); method CodeTensor_of_Scale3f_ (line 538) | void CodeTensor_of_Scale3f_(ref Tensor value); method CodeTensor_of_Scale3d_ (line 539) | void CodeTensor_of_Scale3d_(ref Tensor value); method CodeTensor_of_Shift3f_ (line 540) | void CodeTensor_of_Shift3f_(ref Tensor value); method CodeTensor_of_Shift3d_ (line 541) | void CodeTensor_of_Shift3d_(ref Tensor value); method CodeTensor_of_Trafo2f_ (line 542) | void CodeTensor_of_Trafo2f_(ref Tensor value); method CodeTensor_of_Trafo2d_ (line 543) | void CodeTensor_of_Trafo2d_(ref Tensor value); method CodeTensor_of_Trafo3f_ (line 544) | void CodeTensor_of_Trafo3f_(ref Tensor value); method CodeTensor_of_Trafo3d_ (line 545) | void CodeTensor_of_Trafo3d_(ref Tensor value); method CodeTensor_of_Bool_ (line 546) | void CodeTensor_of_Bool_(ref Tensor value); method CodeTensor_of_Char_ (line 547) | void CodeTensor_of_Char_(ref Tensor value); method CodeTensor_of_String_ (line 548) | void CodeTensor_of_String_(ref Tensor value); method CodeTensor_of_Type_ (line 549) | void CodeTensor_of_Type_(ref Tensor value); method CodeTensor_of_Guid_ (line 550) | void CodeTensor_of_Guid_(ref Tensor value); method CodeTensor_of_Symbol_ (line 551) | void CodeTensor_of_Symbol_(ref Tensor value); method CodeTensor_of_Circle2d_ (line 552) | void CodeTensor_of_Circle2d_(ref Tensor value); method CodeTensor_of_Line2d_ (line 553) | void CodeTensor_of_Line2d_(ref Tensor value); method CodeTensor_of_Line3d_ (line 554) | void CodeTensor_of_Line3d_(ref Tensor value); method CodeTensor_of_Plane2d_ (line 555) | void CodeTensor_of_Plane2d_(ref Tensor value); method CodeTensor_of_Plane3d_ (line 556) | void CodeTensor_of_Plane3d_(ref Tensor value); method CodeTensor_of_PlaneWithPoint3d_ (line 557) | void CodeTensor_of_PlaneWithPoint3d_(ref Tensor value); method CodeTensor_of_Quad2d_ (line 558) | void CodeTensor_of_Quad2d_(ref Tensor value); method CodeTensor_of_Quad3d_ (line 559) | void CodeTensor_of_Quad3d_(ref Tensor value); method CodeTensor_of_Ray2d_ (line 560) | void CodeTensor_of_Ray2d_(ref Tensor value); method CodeTensor_of_Ray3d_ (line 561) | void CodeTensor_of_Ray3d_(ref Tensor value); method CodeTensor_of_Sphere3d_ (line 562) | void CodeTensor_of_Sphere3d_(ref Tensor value); method CodeTensor_of_Triangle2d_ (line 563) | void CodeTensor_of_Triangle2d_(ref Tensor value); method CodeTensor_of_Triangle3d_ (line 564) | void CodeTensor_of_Triangle3d_(ref Tensor value); method CodeTensor_of_Circle2f_ (line 565) | void CodeTensor_of_Circle2f_(ref Tensor value); method CodeTensor_of_Line2f_ (line 566) | void CodeTensor_of_Line2f_(ref Tensor value); method CodeTensor_of_Line3f_ (line 567) | void CodeTensor_of_Line3f_(ref Tensor value); method CodeTensor_of_Plane2f_ (line 568) | void CodeTensor_of_Plane2f_(ref Tensor value); method CodeTensor_of_Plane3f_ (line 569) | void CodeTensor_of_Plane3f_(ref Tensor value); method CodeTensor_of_PlaneWithPoint3f_ (line 570) | void CodeTensor_of_PlaneWithPoint3f_(ref Tensor value); method CodeTensor_of_Quad2f_ (line 571) | void CodeTensor_of_Quad2f_(ref Tensor value); method CodeTensor_of_Quad3f_ (line 572) | void CodeTensor_of_Quad3f_(ref Tensor value); method CodeTensor_of_Ray2f_ (line 573) | void CodeTensor_of_Ray2f_(ref Tensor value); method CodeTensor_of_Ray3f_ (line 574) | void CodeTensor_of_Ray3f_(ref Tensor value); method CodeTensor_of_Sphere3f_ (line 575) | void CodeTensor_of_Sphere3f_(ref Tensor value); method CodeTensor_of_Triangle2f_ (line 576) | void CodeTensor_of_Triangle2f_(ref Tensor value); method CodeTensor_of_Triangle3f_ (line 577) | void CodeTensor_of_Triangle3f_(ref Tensor value); method CodeBoolArray (line 583) | void CodeBoolArray(ref bool[] value); method CodeCharArray (line 584) | void CodeCharArray(ref char[] value); method CodeStringArray (line 585) | void CodeStringArray(ref string[] value); method CodeTypeArray (line 586) | void CodeTypeArray(ref Type[] value); method CodeGuidArray (line 587) | void CodeGuidArray(ref Guid[] value); method CodeSymbolArray (line 588) | void CodeSymbolArray(ref Symbol[] value); method CodeByteArray (line 589) | void CodeByteArray(ref byte[] value); method CodeSByteArray (line 590) | void CodeSByteArray(ref sbyte[] value); method CodeShortArray (line 591) | void CodeShortArray(ref short[] value); method CodeUShortArray (line 592) | void CodeUShortArray(ref ushort[] value); method CodeIntArray (line 593) | void CodeIntArray(ref int[] value); method CodeUIntArray (line 594) | void CodeUIntArray(ref uint[] value); method CodeLongArray (line 595) | void CodeLongArray(ref long[] value); method CodeULongArray (line 596) | void CodeULongArray(ref ulong[] value); method CodeFloatArray (line 597) | void CodeFloatArray(ref float[] value); method CodeDoubleArray (line 598) | void CodeDoubleArray(ref double[] value); method CodeFractionArray (line 599) | void CodeFractionArray(ref Fraction[] value); method CodeV2iArray (line 600) | void CodeV2iArray(ref V2i[] value); method CodeV2lArray (line 601) | void CodeV2lArray(ref V2l[] value); method CodeV2fArray (line 602) | void CodeV2fArray(ref V2f[] value); method CodeV2dArray (line 603) | void CodeV2dArray(ref V2d[] value); method CodeV3iArray (line 604) | void CodeV3iArray(ref V3i[] value); method CodeV3lArray (line 605) | void CodeV3lArray(ref V3l[] value); method CodeV3fArray (line 606) | void CodeV3fArray(ref V3f[] value); method CodeV3dArray (line 607) | void CodeV3dArray(ref V3d[] value); method CodeV4iArray (line 608) | void CodeV4iArray(ref V4i[] value); method CodeV4lArray (line 609) | void CodeV4lArray(ref V4l[] value); method CodeV4fArray (line 610) | void CodeV4fArray(ref V4f[] value); method CodeV4dArray (line 611) | void CodeV4dArray(ref V4d[] value); method CodeM22iArray (line 612) | void CodeM22iArray(ref M22i[] value); method CodeM22lArray (line 613) | void CodeM22lArray(ref M22l[] value); method CodeM22fArray (line 614) | void CodeM22fArray(ref M22f[] value); method CodeM22dArray (line 615) | void CodeM22dArray(ref M22d[] value); method CodeM23iArray (line 616) | void CodeM23iArray(ref M23i[] value); method CodeM23lArray (line 617) | void CodeM23lArray(ref M23l[] value); method CodeM23fArray (line 618) | void CodeM23fArray(ref M23f[] value); method CodeM23dArray (line 619) | void CodeM23dArray(ref M23d[] value); method CodeM33iArray (line 620) | void CodeM33iArray(ref M33i[] value); method CodeM33lArray (line 621) | void CodeM33lArray(ref M33l[] value); method CodeM33fArray (line 622) | void CodeM33fArray(ref M33f[] value); method CodeM33dArray (line 623) | void CodeM33dArray(ref M33d[] value); method CodeM34iArray (line 624) | void CodeM34iArray(ref M34i[] value); method CodeM34lArray (line 625) | void CodeM34lArray(ref M34l[] value); method CodeM34fArray (line 626) | void CodeM34fArray(ref M34f[] value); method CodeM34dArray (line 627) | void CodeM34dArray(ref M34d[] value); method CodeM44iArray (line 628) | void CodeM44iArray(ref M44i[] value); method CodeM44lArray (line 629) | void CodeM44lArray(ref M44l[] value); method CodeM44fArray (line 630) | void CodeM44fArray(ref M44f[] value); method CodeM44dArray (line 631) | void CodeM44dArray(ref M44d[] value); method CodeC3bArray (line 632) | void CodeC3bArray(ref C3b[] value); method CodeC3usArray (line 633) | void CodeC3usArray(ref C3us[] value); method CodeC3uiArray (line 634) | void CodeC3uiArray(ref C3ui[] value); method CodeC3fArray (line 635) | void CodeC3fArray(ref C3f[] value); method CodeC3dArray (line 636) | void CodeC3dArray(ref C3d[] value); method CodeC4bArray (line 637) | void CodeC4bArray(ref C4b[] value); method CodeC4usArray (line 638) | void CodeC4usArray(ref C4us[] value); method CodeC4uiArray (line 639) | void CodeC4uiArray(ref C4ui[] value); method CodeC4fArray (line 640) | void CodeC4fArray(ref C4f[] value); method CodeC4dArray (line 641) | void CodeC4dArray(ref C4d[] value); method CodeRange1bArray (line 642) | void CodeRange1bArray(ref Range1b[] value); method CodeRange1sbArray (line 643) | void CodeRange1sbArray(ref Range1sb[] value); method CodeRange1sArray (line 644) | void CodeRange1sArray(ref Range1s[] value); method CodeRange1usArray (line 645) | void CodeRange1usArray(ref Range1us[] value); method CodeRange1iArray (line 646) | void CodeRange1iArray(ref Range1i[] value); method CodeRange1uiArray (line 647) | void CodeRange1uiArray(ref Range1ui[] value); method CodeRange1lArray (line 648) | void CodeRange1lArray(ref Range1l[] value); method CodeRange1ulArray (line 649) | void CodeRange1ulArray(ref Range1ul[] value); method CodeRange1fArray (line 650) | void CodeRange1fArray(ref Range1f[] value); method CodeRange1dArray (line 651) | void CodeRange1dArray(ref Range1d[] value); method CodeBox2iArray (line 652) | void CodeBox2iArray(ref Box2i[] value); method CodeBox2lArray (line 653) | void CodeBox2lArray(ref Box2l[] value); method CodeBox2fArray (line 654) | void CodeBox2fArray(ref Box2f[] value); method CodeBox2dArray (line 655) | void CodeBox2dArray(ref Box2d[] value); method CodeBox3iArray (line 656) | void CodeBox3iArray(ref Box3i[] value); method CodeBox3lArray (line 657) | void CodeBox3lArray(ref Box3l[] value); method CodeBox3fArray (line 658) | void CodeBox3fArray(ref Box3f[] value); method CodeBox3dArray (line 659) | void CodeBox3dArray(ref Box3d[] value); method CodeEuclidean3fArray (line 660) | void CodeEuclidean3fArray(ref Euclidean3f[] value); method CodeEuclidean3dArray (line 661) | void CodeEuclidean3dArray(ref Euclidean3d[] value); method CodeRot2fArray (line 662) | void CodeRot2fArray(ref Rot2f[] value); method CodeRot2dArray (line 663) | void CodeRot2dArray(ref Rot2d[] value); method CodeRot3fArray (line 664) | void CodeRot3fArray(ref Rot3f[] value); method CodeRot3dArray (line 665) | void CodeRot3dArray(ref Rot3d[] value); method CodeScale3fArray (line 666) | void CodeScale3fArray(ref Scale3f[] value); method CodeScale3dArray (line 667) | void CodeScale3dArray(ref Scale3d[] value); method CodeShift3fArray (line 668) | void CodeShift3fArray(ref Shift3f[] value); method CodeShift3dArray (line 669) | void CodeShift3dArray(ref Shift3d[] value); method CodeTrafo2fArray (line 670) | void CodeTrafo2fArray(ref Trafo2f[] value); method CodeTrafo2dArray (line 671) | void CodeTrafo2dArray(ref Trafo2d[] value); method CodeTrafo3fArray (line 672) | void CodeTrafo3fArray(ref Trafo3f[] value); method CodeTrafo3dArray (line 673) | void CodeTrafo3dArray(ref Trafo3d[] value); method CodeCircle2dArray (line 674) | void CodeCircle2dArray(ref Circle2d[] value); method CodeLine2dArray (line 675) | void CodeLine2dArray(ref Line2d[] value); method CodeLine3dArray (line 676) | void CodeLine3dArray(ref Line3d[] value); method CodePlane2dArray (line 677) | void CodePlane2dArray(ref Plane2d[] value); method CodePlane3dArray (line 678) | void CodePlane3dArray(ref Plane3d[] value); method CodePlaneWithPoint3dArray (line 679) | void CodePlaneWithPoint3dArray(ref PlaneWithPoint3d[] value); method CodeQuad2dArray (line 680) | void CodeQuad2dArray(ref Quad2d[] value); method CodeQuad3dArray (line 681) | void CodeQuad3dArray(ref Quad3d[] value); method CodeRay2dArray (line 682) | void CodeRay2dArray(ref Ray2d[] value); method CodeRay3dArray (line 683) | void CodeRay3dArray(ref Ray3d[] value); method CodeSphere3dArray (line 684) | void CodeSphere3dArray(ref Sphere3d[] value); method CodeTriangle2dArray (line 685) | void CodeTriangle2dArray(ref Triangle2d[] value); method CodeTriangle3dArray (line 686) | void CodeTriangle3dArray(ref Triangle3d[] value); method CodeCircle2fArray (line 687) | void CodeCircle2fArray(ref Circle2f[] value); method CodeLine2fArray (line 688) | void CodeLine2fArray(ref Line2f[] value); method CodeLine3fArray (line 689) | void CodeLine3fArray(ref Line3f[] value); method CodePlane2fArray (line 690) | void CodePlane2fArray(ref Plane2f[] value); method CodePlane3fArray (line 691) | void CodePlane3fArray(ref Plane3f[] value); method CodePlaneWithPoint3fArray (line 692) | void CodePlaneWithPoint3fArray(ref PlaneWithPoint3f[] value); method CodeQuad2fArray (line 693) | void CodeQuad2fArray(ref Quad2f[] value); method CodeQuad3fArray (line 694) | void CodeQuad3fArray(ref Quad3f[] value); method CodeRay2fArray (line 695) | void CodeRay2fArray(ref Ray2f[] value); method CodeRay3fArray (line 696) | void CodeRay3fArray(ref Ray3f[] value); method CodeSphere3fArray (line 697) | void CodeSphere3fArray(ref Sphere3f[] value); method CodeTriangle2fArray (line 698) | void CodeTriangle2fArray(ref Triangle2f[] value); method CodeTriangle3fArray (line 699) | void CodeTriangle3fArray(ref Triangle3f[] value); method CodeVector_of_Byte_Array (line 700) | void CodeVector_of_Byte_Array(ref Vector[] value); method CodeVector_of_SByte_Array (line 701) | void CodeVector_of_SByte_Array(ref Vector[] value); method CodeVector_of_Short_Array (line 702) | void CodeVector_of_Short_Array(ref Vector[] value); method CodeVector_of_UShort_Array (line 703) | void CodeVector_of_UShort_Array(ref Vector[] value); method CodeVector_of_Int_Array (line 704) | void CodeVector_of_Int_Array(ref Vector[] value); method CodeVector_of_UInt_Array (line 705) | void CodeVector_of_UInt_Array(ref Vector[] value); method CodeVector_of_Long_Array (line 706) | void CodeVector_of_Long_Array(ref Vector[] value); method CodeVector_of_ULong_Array (line 707) | void CodeVector_of_ULong_Array(ref Vector[] value); method CodeVector_of_Float_Array (line 708) | void CodeVector_of_Float_Array(ref Vector[] value); method CodeVector_of_Double_Array (line 709) | void CodeVector_of_Double_Array(ref Vector[] value); method CodeVector_of_Fraction_Array (line 710) | void CodeVector_of_Fraction_Array(ref Vector[] value); method CodeVector_of_V2i_Array (line 711) | void CodeVector_of_V2i_Array(ref Vector[] value); method CodeVector_of_V2l_Array (line 712) | void CodeVector_of_V2l_Array(ref Vector[] value); method CodeVector_of_V2f_Array (line 713) | void CodeVector_of_V2f_Array(ref Vector[] value); method CodeVector_of_V2d_Array (line 714) | void CodeVector_of_V2d_Array(ref Vector[] value); method CodeVector_of_V3i_Array (line 715) | void CodeVector_of_V3i_Array(ref Vector[] value); method CodeVector_of_V3l_Array (line 716) | void CodeVector_of_V3l_Array(ref Vector[] value); method CodeVector_of_V3f_Array (line 717) | void CodeVector_of_V3f_Array(ref Vector[] value); method CodeVector_of_V3d_Array (line 718) | void CodeVector_of_V3d_Array(ref Vector[] value); method CodeVector_of_V4i_Array (line 719) | void CodeVector_of_V4i_Array(ref Vector[] value); method CodeVector_of_V4l_Array (line 720) | void CodeVector_of_V4l_Array(ref Vector[] value); method CodeVector_of_V4f_Array (line 721) | void CodeVector_of_V4f_Array(ref Vector[] value); method CodeVector_of_V4d_Array (line 722) | void CodeVector_of_V4d_Array(ref Vector[] value); method CodeVector_of_M22i_Array (line 723) | void CodeVector_of_M22i_Array(ref Vector[] value); method CodeVector_of_M22l_Array (line 724) | void CodeVector_of_M22l_Array(ref Vector[] value); method CodeVector_of_M22f_Array (line 725) | void CodeVector_of_M22f_Array(ref Vector[] value); method CodeVector_of_M22d_Array (line 726) | void CodeVector_of_M22d_Array(ref Vector[] value); method CodeVector_of_M23i_Array (line 727) | void CodeVector_of_M23i_Array(ref Vector[] value); method CodeVector_of_M23l_Array (line 728) | void CodeVector_of_M23l_Array(ref Vector[] value); method CodeVector_of_M23f_Array (line 729) | void CodeVector_of_M23f_Array(ref Vector[] value); method CodeVector_of_M23d_Array (line 730) | void CodeVector_of_M23d_Array(ref Vector[] value); method CodeVector_of_M33i_Array (line 731) | void CodeVector_of_M33i_Array(ref Vector[] value); method CodeVector_of_M33l_Array (line 732) | void CodeVector_of_M33l_Array(ref Vector[] value); method CodeVector_of_M33f_Array (line 733) | void CodeVector_of_M33f_Array(ref Vector[] value); method CodeVector_of_M33d_Array (line 734) | void CodeVector_of_M33d_Array(ref Vector[] value); method CodeVector_of_M34i_Array (line 735) | void CodeVector_of_M34i_Array(ref Vector[] value); method CodeVector_of_M34l_Array (line 736) | void CodeVector_of_M34l_Array(ref Vector[] value); method CodeVector_of_M34f_Array (line 737) | void CodeVector_of_M34f_Array(ref Vector[] value); method CodeVector_of_M34d_Array (line 738) | void CodeVector_of_M34d_Array(ref Vector[] value); method CodeVector_of_M44i_Array (line 739) | void CodeVector_of_M44i_Array(ref Vector[] value); method CodeVector_of_M44l_Array (line 740) | void CodeVector_of_M44l_Array(ref Vector[] value); method CodeVector_of_M44f_Array (line 741) | void CodeVector_of_M44f_Array(ref Vector[] value); method CodeVector_of_M44d_Array (line 742) | void CodeVector_of_M44d_Array(ref Vector[] value); method CodeVector_of_C3b_Array (line 743) | void CodeVector_of_C3b_Array(ref Vector[] value); method CodeVector_of_C3us_Array (line 744) | void CodeVector_of_C3us_Array(ref Vector[] value); method CodeVector_of_C3ui_Array (line 745) | void CodeVector_of_C3ui_Array(ref Vector[] value); method CodeVector_of_C3f_Array (line 746) | void CodeVector_of_C3f_Array(ref Vector[] value); method CodeVector_of_C3d_Array (line 747) | void CodeVector_of_C3d_Array(ref Vector[] value); method CodeVector_of_C4b_Array (line 748) | void CodeVector_of_C4b_Array(ref Vector[] value); method CodeVector_of_C4us_Array (line 749) | void CodeVector_of_C4us_Array(ref Vector[] value); method CodeVector_of_C4ui_Array (line 750) | void CodeVector_of_C4ui_Array(ref Vector[] value); method CodeVector_of_C4f_Array (line 751) | void CodeVector_of_C4f_Array(ref Vector[] value); method CodeVector_of_C4d_Array (line 752) | void CodeVector_of_C4d_Array(ref Vector[] value); method CodeVector_of_Range1b_Array (line 753) | void CodeVector_of_Range1b_Array(ref Vector[] value); method CodeVector_of_Range1sb_Array (line 754) | void CodeVector_of_Range1sb_Array(ref Vector[] value); method CodeVector_of_Range1s_Array (line 755) | void CodeVector_of_Range1s_Array(ref Vector[] value); method CodeVector_of_Range1us_Array (line 756) | void CodeVector_of_Range1us_Array(ref Vector[] value); method CodeVector_of_Range1i_Array (line 757) | void CodeVector_of_Range1i_Array(ref Vector[] value); method CodeVector_of_Range1ui_Array (line 758) | void CodeVector_of_Range1ui_Array(ref Vector[] value); method CodeVector_of_Range1l_Array (line 759) | void CodeVector_of_Range1l_Array(ref Vector[] value); method CodeVector_of_Range1ul_Array (line 760) | void CodeVector_of_Range1ul_Array(ref Vector[] value); method CodeVector_of_Range1f_Array (line 761) | void CodeVector_of_Range1f_Array(ref Vector[] value); method CodeVector_of_Range1d_Array (line 762) | void CodeVector_of_Range1d_Array(ref Vector[] value); method CodeVector_of_Box2i_Array (line 763) | void CodeVector_of_Box2i_Array(ref Vector[] value); method CodeVector_of_Box2l_Array (line 764) | void CodeVector_of_Box2l_Array(ref Vector[] value); method CodeVector_of_Box2f_Array (line 765) | void CodeVector_of_Box2f_Array(ref Vector[] value); method CodeVector_of_Box2d_Array (line 766) | void CodeVector_of_Box2d_Array(ref Vector[] value); method CodeVector_of_Box3i_Array (line 767) | void CodeVector_of_Box3i_Array(ref Vector[] value); method CodeVector_of_Box3l_Array (line 768) | void CodeVector_of_Box3l_Array(ref Vector[] value); method CodeVector_of_Box3f_Array (line 769) | void CodeVector_of_Box3f_Array(ref Vector[] value); method CodeVector_of_Box3d_Array (line 770) | void CodeVector_of_Box3d_Array(ref Vector[] value); method CodeVector_of_Euclidean3f_Array (line 771) | void CodeVector_of_Euclidean3f_Array(ref Vector[] value); method CodeVector_of_Euclidean3d_Array (line 772) | void CodeVector_of_Euclidean3d_Array(ref Vector[] value); method CodeVector_of_Rot2f_Array (line 773) | void CodeVector_of_Rot2f_Array(ref Vector[] value); method CodeVector_of_Rot2d_Array (line 774) | void CodeVector_of_Rot2d_Array(ref Vector[] value); method CodeVector_of_Rot3f_Array (line 775) | void CodeVector_of_Rot3f_Array(ref Vector[] value); method CodeVector_of_Rot3d_Array (line 776) | void CodeVector_of_Rot3d_Array(ref Vector[] value); method CodeVector_of_Scale3f_Array (line 777) | void CodeVector_of_Scale3f_Array(ref Vector[] value); method CodeVector_of_Scale3d_Array (line 778) | void CodeVector_of_Scale3d_Array(ref Vector[] value); method CodeVector_of_Shift3f_Array (line 779) | void CodeVector_of_Shift3f_Array(ref Vector[] value); method CodeVector_of_Shift3d_Array (line 780) | void CodeVector_of_Shift3d_Array(ref Vector[] value); method CodeVector_of_Trafo2f_Array (line 781) | void CodeVector_of_Trafo2f_Array(ref Vector[] value); method CodeVector_of_Trafo2d_Array (line 782) | void CodeVector_of_Trafo2d_Array(ref Vector[] value); method CodeVector_of_Trafo3f_Array (line 783) | void CodeVector_of_Trafo3f_Array(ref Vector[] value); method CodeVector_of_Trafo3d_Array (line 784) | void CodeVector_of_Trafo3d_Array(ref Vector[] value); method CodeVector_of_Bool_Array (line 785) | void CodeVector_of_Bool_Array(ref Vector[] value); method CodeVector_of_Char_Array (line 786) | void CodeVector_of_Char_Array(ref Vector[] value); method CodeVector_of_String_Array (line 787) | void CodeVector_of_String_Array(ref Vector[] value); method CodeVector_of_Type_Array (line 788) | void CodeVector_of_Type_Array(ref Vector[] value); method CodeVector_of_Guid_Array (line 789) | void CodeVector_of_Guid_Array(ref Vector[] value); method CodeVector_of_Symbol_Array (line 790) | void CodeVector_of_Symbol_Array(ref Vector[] value); method CodeVector_of_Circle2d_Array (line 791) | void CodeVector_of_Circle2d_Array(ref Vector[] value); method CodeVector_of_Line2d_Array (line 792) | void CodeVector_of_Line2d_Array(ref Vector[] value); method CodeVector_of_Line3d_Array (line 793) | void CodeVector_of_Line3d_Array(ref Vector[] value); method CodeVector_of_Plane2d_Array (line 794) | void CodeVector_of_Plane2d_Array(ref Vector[] value); method CodeVector_of_Plane3d_Array (line 795) | void CodeVector_of_Plane3d_Array(ref Vector[] value); method CodeVector_of_PlaneWithPoint3d_Array (line 796) | void CodeVector_of_PlaneWithPoint3d_Array(ref Vector... method CodeVector_of_Quad2d_Array (line 797) | void CodeVector_of_Quad2d_Array(ref Vector[] value); method CodeVector_of_Quad3d_Array (line 798) | void CodeVector_of_Quad3d_Array(ref Vector[] value); method CodeVector_of_Ray2d_Array (line 799) | void CodeVector_of_Ray2d_Array(ref Vector[] value); method CodeVector_of_Ray3d_Array (line 800) | void CodeVector_of_Ray3d_Array(ref Vector[] value); method CodeVector_of_Sphere3d_Array (line 801) | void CodeVector_of_Sphere3d_Array(ref Vector[] value); method CodeVector_of_Triangle2d_Array (line 802) | void CodeVector_of_Triangle2d_Array(ref Vector[] value); method CodeVector_of_Triangle3d_Array (line 803) | void CodeVector_of_Triangle3d_Array(ref Vector[] value); method CodeVector_of_Circle2f_Array (line 804) | void CodeVector_of_Circle2f_Array(ref Vector[] value); method CodeVector_of_Line2f_Array (line 805) | void CodeVector_of_Line2f_Array(ref Vector[] value); method CodeVector_of_Line3f_Array (line 806) | void CodeVector_of_Line3f_Array(ref Vector[] value); method CodeVector_of_Plane2f_Array (line 807) | void CodeVector_of_Plane2f_Array(ref Vector[] value); method CodeVector_of_Plane3f_Array (line 808) | void CodeVector_of_Plane3f_Array(ref Vector[] value); method CodeVector_of_PlaneWithPoint3f_Array (line 809) | void CodeVector_of_PlaneWithPoint3f_Array(ref Vector... method CodeVector_of_Quad2f_Array (line 810) | void CodeVector_of_Quad2f_Array(ref Vector[] value); method CodeVector_of_Quad3f_Array (line 811) | void CodeVector_of_Quad3f_Array(ref Vector[] value); method CodeVector_of_Ray2f_Array (line 812) | void CodeVector_of_Ray2f_Array(ref Vector[] value); method CodeVector_of_Ray3f_Array (line 813) | void CodeVector_of_Ray3f_Array(ref Vector[] value); method CodeVector_of_Sphere3f_Array (line 814) | void CodeVector_of_Sphere3f_Array(ref Vector[] value); method CodeVector_of_Triangle2f_Array (line 815) | void CodeVector_of_Triangle2f_Array(ref Vector[] value); method CodeVector_of_Triangle3f_Array (line 816) | void CodeVector_of_Triangle3f_Array(ref Vector[] value); method CodeMatrix_of_Byte_Array (line 817) | void CodeMatrix_of_Byte_Array(ref Matrix[] value); method CodeMatrix_of_SByte_Array (line 818) | void CodeMatrix_of_SByte_Array(ref Matrix[] value); method CodeMatrix_of_Short_Array (line 819) | void CodeMatrix_of_Short_Array(ref Matrix[] value); method CodeMatrix_of_UShort_Array (line 820) | void CodeMatrix_of_UShort_Array(ref Matrix[] value); method CodeMatrix_of_Int_Array (line 821) | void CodeMatrix_of_Int_Array(ref Matrix[] value); method CodeMatrix_of_UInt_Array (line 822) | void CodeMatrix_of_UInt_Array(ref Matrix[] value); method CodeMatrix_of_Long_Array (line 823) | void CodeMatrix_of_Long_Array(ref Matrix[] value); method CodeMatrix_of_ULong_Array (line 824) | void CodeMatrix_of_ULong_Array(ref Matrix[] value); method CodeMatrix_of_Float_Array (line 825) | void CodeMatrix_of_Float_Array(ref Matrix[] value); method CodeMatrix_of_Double_Array (line 826) | void CodeMatrix_of_Double_Array(ref Matrix[] value); method CodeMatrix_of_Fraction_Array (line 827) | void CodeMatrix_of_Fraction_Array(ref Matrix[] value); method CodeMatrix_of_V2i_Array (line 828) | void CodeMatrix_of_V2i_Array(ref Matrix[] value); method CodeMatrix_of_V2l_Array (line 829) | void CodeMatrix_of_V2l_Array(ref Matrix[] value); method CodeMatrix_of_V2f_Array (line 830) | void CodeMatrix_of_V2f_Array(ref Matrix[] value); method CodeMatrix_of_V2d_Array (line 831) | void CodeMatrix_of_V2d_Array(ref Matrix[] value); method CodeMatrix_of_V3i_Array (line 832) | void CodeMatrix_of_V3i_Array(ref Matrix[] value); method CodeMatrix_of_V3l_Array (line 833) | void CodeMatrix_of_V3l_Array(ref Matrix[] value); method CodeMatrix_of_V3f_Array (line 834) | void CodeMatrix_of_V3f_Array(ref Matrix[] value); method CodeMatrix_of_V3d_Array (line 835) | void CodeMatrix_of_V3d_Array(ref Matrix[] value); method CodeMatrix_of_V4i_Array (line 836) | void CodeMatrix_of_V4i_Array(ref Matrix[] value); method CodeMatrix_of_V4l_Array (line 837) | void CodeMatrix_of_V4l_Array(ref Matrix[] value); method CodeMatrix_of_V4f_Array (line 838) | void CodeMatrix_of_V4f_Array(ref Matrix[] value); method CodeMatrix_of_V4d_Array (line 839) | void CodeMatrix_of_V4d_Array(ref Matrix[] value); method CodeMatrix_of_M22i_Array (line 840) | void CodeMatrix_of_M22i_Array(ref Matrix[] value); method CodeMatrix_of_M22l_Array (line 841) | void CodeMatrix_of_M22l_Array(ref Matrix[] value); method CodeMatrix_of_M22f_Array (line 842) | void CodeMatrix_of_M22f_Array(ref Matrix[] value); method CodeMatrix_of_M22d_Array (line 843) | void CodeMatrix_of_M22d_Array(ref Matrix[] value); method CodeMatrix_of_M23i_Array (line 844) | void CodeMatrix_of_M23i_Array(ref Matrix[] value); method CodeMatrix_of_M23l_Array (line 845) | void CodeMatrix_of_M23l_Array(ref Matrix[] value); method CodeMatrix_of_M23f_Array (line 846) | void CodeMatrix_of_M23f_Array(ref Matrix[] value); method CodeMatrix_of_M23d_Array (line 847) | void CodeMatrix_of_M23d_Array(ref Matrix[] value); method CodeMatrix_of_M33i_Array (line 848) | void CodeMatrix_of_M33i_Array(ref Matrix[] value); method CodeMatrix_of_M33l_Array (line 849) | void CodeMatrix_of_M33l_Array(ref Matrix[] value); method CodeMatrix_of_M33f_Array (line 850) | void CodeMatrix_of_M33f_Array(ref Matrix[] value); method CodeMatrix_of_M33d_Array (line 851) | void CodeMatrix_of_M33d_Array(ref Matrix[] value); method CodeMatrix_of_M34i_Array (line 852) | void CodeMatrix_of_M34i_Array(ref Matrix[] value); method CodeMatrix_of_M34l_Array (line 853) | void CodeMatrix_of_M34l_Array(ref Matrix[] value); method CodeMatrix_of_M34f_Array (line 854) | void CodeMatrix_of_M34f_Array(ref Matrix[] value); method CodeMatrix_of_M34d_Array (line 855) | void CodeMatrix_of_M34d_Array(ref Matrix[] value); method CodeMatrix_of_M44i_Array (line 856) | void CodeMatrix_of_M44i_Array(ref Matrix[] value); method CodeMatrix_of_M44l_Array (line 857) | void CodeMatrix_of_M44l_Array(ref Matrix[] value); method CodeMatrix_of_M44f_Array (line 858) | void CodeMatrix_of_M44f_Array(ref Matrix[] value); method CodeMatrix_of_M44d_Array (line 859) | void CodeMatrix_of_M44d_Array(ref Matrix[] value); method CodeMatrix_of_C3b_Array (line 860) | void CodeMatrix_of_C3b_Array(ref Matrix[] value); method CodeMatrix_of_C3us_Array (line 861) | void CodeMatrix_of_C3us_Array(ref Matrix[] value); method CodeMatrix_of_C3ui_Array (line 862) | void CodeMatrix_of_C3ui_Array(ref Matrix[] value); method CodeMatrix_of_C3f_Array (line 863) | void CodeMatrix_of_C3f_Array(ref Matrix[] value); method CodeMatrix_of_C3d_Array (line 864) | void CodeMatrix_of_C3d_Array(ref Matrix[] value); method CodeMatrix_of_C4b_Array (line 865) | void CodeMatrix_of_C4b_Array(ref Matrix[] value); method CodeMatrix_of_C4us_Array (line 866) | void CodeMatrix_of_C4us_Array(ref Matrix[] value); method CodeMatrix_of_C4ui_Array (line 867) | void CodeMatrix_of_C4ui_Array(ref Matrix[] value); method CodeMatrix_of_C4f_Array (line 868) | void CodeMatrix_of_C4f_Array(ref Matrix[] value); method CodeMatrix_of_C4d_Array (line 869) | void CodeMatrix_of_C4d_Array(ref Matrix[] value); method CodeMatrix_of_Range1b_Array (line 870) | void CodeMatrix_of_Range1b_Array(ref Matrix[] value); method CodeMatrix_of_Range1sb_Array (line 871) | void CodeMatrix_of_Range1sb_Array(ref Matrix[] value); method CodeMatrix_of_Range1s_Array (line 872) | void CodeMatrix_of_Range1s_Array(ref Matrix[] value); method CodeMatrix_of_Range1us_Array (line 873) | void CodeMatrix_of_Range1us_Array(ref Matrix[] value); method CodeMatrix_of_Range1i_Array (line 874) | void CodeMatrix_of_Range1i_Array(ref Matrix[] value); method CodeMatrix_of_Range1ui_Array (line 875) | void CodeMatrix_of_Range1ui_Array(ref Matrix[] value); method CodeMatrix_of_Range1l_Array (line 876) | void CodeMatrix_of_Range1l_Array(ref Matrix[] value); method CodeMatrix_of_Range1ul_Array (line 877) | void CodeMatrix_of_Range1ul_Array(ref Matrix[] value); method CodeMatrix_of_Range1f_Array (line 878) | void CodeMatrix_of_Range1f_Array(ref Matrix[] value); method CodeMatrix_of_Range1d_Array (line 879) | void CodeMatrix_of_Range1d_Array(ref Matrix[] value); method CodeMatrix_of_Box2i_Array (line 880) | void CodeMatrix_of_Box2i_Array(ref Matrix[] value); method CodeMatrix_of_Box2l_Array (line 881) | void CodeMatrix_of_Box2l_Array(ref Matrix[] value); method CodeMatrix_of_Box2f_Array (line 882) | void CodeMatrix_of_Box2f_Array(ref Matrix[] value); method CodeMatrix_of_Box2d_Array (line 883) | void CodeMatrix_of_Box2d_Array(ref Matrix[] value); method CodeMatrix_of_Box3i_Array (line 884) | void CodeMatrix_of_Box3i_Array(ref Matrix[] value); method CodeMatrix_of_Box3l_Array (line 885) | void CodeMatrix_of_Box3l_Array(ref Matrix[] value); method CodeMatrix_of_Box3f_Array (line 886) | void CodeMatrix_of_Box3f_Array(ref Matrix[] value); method CodeMatrix_of_Box3d_Array (line 887) | void CodeMatrix_of_Box3d_Array(ref Matrix[] value); method CodeMatrix_of_Euclidean3f_Array (line 888) | void CodeMatrix_of_Euclidean3f_Array(ref Matrix[] value); method CodeMatrix_of_Euclidean3d_Array (line 889) | void CodeMatrix_of_Euclidean3d_Array(ref Matrix[] value); method CodeMatrix_of_Rot2f_Array (line 890) | void CodeMatrix_of_Rot2f_Array(ref Matrix[] value); method CodeMatrix_of_Rot2d_Array (line 891) | void CodeMatrix_of_Rot2d_Array(ref Matrix[] value); method CodeMatrix_of_Rot3f_Array (line 892) | void CodeMatrix_of_Rot3f_Array(ref Matrix[] value); method CodeMatrix_of_Rot3d_Array (line 893) | void CodeMatrix_of_Rot3d_Array(ref Matrix[] value); method CodeMatrix_of_Scale3f_Array (line 894) | void CodeMatrix_of_Scale3f_Array(ref Matrix[] value); method CodeMatrix_of_Scale3d_Array (line 895) | void CodeMatrix_of_Scale3d_Array(ref Matrix[] value); method CodeMatrix_of_Shift3f_Array (line 896) | void CodeMatrix_of_Shift3f_Array(ref Matrix[] value); method CodeMatrix_of_Shift3d_Array (line 897) | void CodeMatrix_of_Shift3d_Array(ref Matrix[] value); method CodeMatrix_of_Trafo2f_Array (line 898) | void CodeMatrix_of_Trafo2f_Array(ref Matrix[] value); method CodeMatrix_of_Trafo2d_Array (line 899) | void CodeMatrix_of_Trafo2d_Array(ref Matrix[] value); method CodeMatrix_of_Trafo3f_Array (line 900) | void CodeMatrix_of_Trafo3f_Array(ref Matrix[] value); method CodeMatrix_of_Trafo3d_Array (line 901) | void CodeMatrix_of_Trafo3d_Array(ref Matrix[] value); method CodeMatrix_of_Bool_Array (line 902) | void CodeMatrix_of_Bool_Array(ref Matrix[] value); method CodeMatrix_of_Char_Array (line 903) | void CodeMatrix_of_Char_Array(ref Matrix[] value); method CodeMatrix_of_String_Array (line 904) | void CodeMatrix_of_String_Array(ref Matrix[] value); method CodeMatrix_of_Type_Array (line 905) | void CodeMatrix_of_Type_Array(ref Matrix[] value); method CodeMatrix_of_Guid_Array (line 906) | void CodeMatrix_of_Guid_Array(ref Matrix[] value); method CodeMatrix_of_Symbol_Array (line 907) | void CodeMatrix_of_Symbol_Array(ref Matrix[] value); method CodeMatrix_of_Circle2d_Array (line 908) | void CodeMatrix_of_Circle2d_Array(ref Matrix[] value); method CodeMatrix_of_Line2d_Array (line 909) | void CodeMatrix_of_Line2d_Array(ref Matrix[] value); method CodeMatrix_of_Line3d_Array (line 910) | void CodeMatrix_of_Line3d_Array(ref Matrix[] value); method CodeMatrix_of_Plane2d_Array (line 911) | void CodeMatrix_of_Plane2d_Array(ref Matrix[] value); method CodeMatrix_of_Plane3d_Array (line 912) | void CodeMatrix_of_Plane3d_Array(ref Matrix[] value); method CodeMatrix_of_PlaneWithPoint3d_Array (line 913) | void CodeMatrix_of_PlaneWithPoint3d_Array(ref Matrix... method CodeMatrix_of_Quad2d_Array (line 914) | void CodeMatrix_of_Quad2d_Array(ref Matrix[] value); method CodeMatrix_of_Quad3d_Array (line 915) | void CodeMatrix_of_Quad3d_Array(ref Matrix[] value); method CodeMatrix_of_Ray2d_Array (line 916) | void CodeMatrix_of_Ray2d_Array(ref Matrix[] value); method CodeMatrix_of_Ray3d_Array (line 917) | void CodeMatrix_of_Ray3d_Array(ref Matrix[] value); method CodeMatrix_of_Sphere3d_Array (line 918) | void CodeMatrix_of_Sphere3d_Array(ref Matrix[] value); method CodeMatrix_of_Triangle2d_Array (line 919) | void CodeMatrix_of_Triangle2d_Array(ref Matrix[] value); method CodeMatrix_of_Triangle3d_Array (line 920) | void CodeMatrix_of_Triangle3d_Array(ref Matrix[] value); method CodeMatrix_of_Circle2f_Array (line 921) | void CodeMatrix_of_Circle2f_Array(ref Matrix[] value); method CodeMatrix_of_Line2f_Array (line 922) | void CodeMatrix_of_Line2f_Array(ref Matrix[] value); method CodeMatrix_of_Line3f_Array (line 923) | void CodeMatrix_of_Line3f_Array(ref Matrix[] value); method CodeMatrix_of_Plane2f_Array (line 924) | void CodeMatrix_of_Plane2f_Array(ref Matrix[] value); method CodeMatrix_of_Plane3f_Array (line 925) | void CodeMatrix_of_Plane3f_Array(ref Matrix[] value); method CodeMatrix_of_PlaneWithPoint3f_Array (line 926) | void CodeMatrix_of_PlaneWithPoint3f_Array(ref Matrix... method CodeMatrix_of_Quad2f_Array (line 927) | void CodeMatrix_of_Quad2f_Array(ref Matrix[] value); method CodeMatrix_of_Quad3f_Array (line 928) | void CodeMatrix_of_Quad3f_Array(ref Matrix[] value); method CodeMatrix_of_Ray2f_Array (line 929) | void CodeMatrix_of_Ray2f_Array(ref Matrix[] value); method CodeMatrix_of_Ray3f_Array (line 930) | void CodeMatrix_of_Ray3f_Array(ref Matrix[] value); method CodeMatrix_of_Sphere3f_Array (line 931) | void CodeMatrix_of_Sphere3f_Array(ref Matrix[] value); method CodeMatrix_of_Triangle2f_Array (line 932) | void CodeMatrix_of_Triangle2f_Array(ref Matrix[] value); method CodeMatrix_of_Triangle3f_Array (line 933) | void CodeMatrix_of_Triangle3f_Array(ref Matrix[] value); method CodeVolume_of_Byte_Array (line 934) | void CodeVolume_of_Byte_Array(ref Volume[] value); method CodeVolume_of_SByte_Array (line 935) | void CodeVolume_of_SByte_Array(ref Volume[] value); method CodeVolume_of_Short_Array (line 936) | void CodeVolume_of_Short_Array(ref Volume[] value); method CodeVolume_of_UShort_Array (line 937) | void CodeVolume_of_UShort_Array(ref Volume[] value); method CodeVolume_of_Int_Array (line 938) | void CodeVolume_of_Int_Array(ref Volume[] value); method CodeVolume_of_UInt_Array (line 939) | void CodeVolume_of_UInt_Array(ref Volume[] value); method CodeVolume_of_Long_Array (line 940) | void CodeVolume_of_Long_Array(ref Volume[] value); method CodeVolume_of_ULong_Array (line 941) | void CodeVolume_of_ULong_Array(ref Volume[] value); method CodeVolume_of_Float_Array (line 942) | void CodeVolume_of_Float_Array(ref Volume[] value); method CodeVolume_of_Double_Array (line 943) | void CodeVolume_of_Double_Array(ref Volume[] value); method CodeVolume_of_Fraction_Array (line 944) | void CodeVolume_of_Fraction_Array(ref Volume[] value); method CodeVolume_of_V2i_Array (line 945) | void CodeVolume_of_V2i_Array(ref Volume[] value); method CodeVolume_of_V2l_Array (line 946) | void CodeVolume_of_V2l_Array(ref Volume[] value); method CodeVolume_of_V2f_Array (line 947) | void CodeVolume_of_V2f_Array(ref Volume[] value); method CodeVolume_of_V2d_Array (line 948) | void CodeVolume_of_V2d_Array(ref Volume[] value); method CodeVolume_of_V3i_Array (line 949) | void CodeVolume_of_V3i_Array(ref Volume[] value); method CodeVolume_of_V3l_Array (line 950) | void CodeVolume_of_V3l_Array(ref Volume[] value); method CodeVolume_of_V3f_Array (line 951) | void CodeVolume_of_V3f_Array(ref Volume[] value); method CodeVolume_of_V3d_Array (line 952) | void CodeVolume_of_V3d_Array(ref Volume[] value); method CodeVolume_of_V4i_Array (line 953) | void CodeVolume_of_V4i_Array(ref Volume[] value); method CodeVolume_of_V4l_Array (line 954) | void CodeVolume_of_V4l_Array(ref Volume[] value); method CodeVolume_of_V4f_Array (line 955) | void CodeVolume_of_V4f_Array(ref Volume[] value); method CodeVolume_of_V4d_Array (line 956) | void CodeVolume_of_V4d_Array(ref Volume[] value); method CodeVolume_of_M22i_Array (line 957) | void CodeVolume_of_M22i_Array(ref Volume[] value); method CodeVolume_of_M22l_Array (line 958) | void CodeVolume_of_M22l_Array(ref Volume[] value); method CodeVolume_of_M22f_Array (line 959) | void CodeVolume_of_M22f_Array(ref Volume[] value); method CodeVolume_of_M22d_Array (line 960) | void CodeVolume_of_M22d_Array(ref Volume[] value); method CodeVolume_of_M23i_Array (line 961) | void CodeVolume_of_M23i_Array(ref Volume[] value); method CodeVolume_of_M23l_Array (line 962) | void CodeVolume_of_M23l_Array(ref Volume[] value); method CodeVolume_of_M23f_Array (line 963) | void CodeVolume_of_M23f_Array(ref Volume[] value); method CodeVolume_of_M23d_Array (line 964) | void CodeVolume_of_M23d_Array(ref Volume[] value); method CodeVolume_of_M33i_Array (line 965) | void CodeVolume_of_M33i_Array(ref Volume[] value); method CodeVolume_of_M33l_Array (line 966) | void CodeVolume_of_M33l_Array(ref Volume[] value); method CodeVolume_of_M33f_Array (line 967) | void CodeVolume_of_M33f_Array(ref Volume[] value); method CodeVolume_of_M33d_Array (line 968) | void CodeVolume_of_M33d_Array(ref Volume[] value); method CodeVolume_of_M34i_Array (line 969) | void CodeVolume_of_M34i_Array(ref Volume[] value); method CodeVolume_of_M34l_Array (line 970) | void CodeVolume_of_M34l_Array(ref Volume[] value); method CodeVolume_of_M34f_Array (line 971) | void CodeVolume_of_M34f_Array(ref Volume[] value); method CodeVolume_of_M34d_Array (line 972) | void CodeVolume_of_M34d_Array(ref Volume[] value); method CodeVolume_of_M44i_Array (line 973) | void CodeVolume_of_M44i_Array(ref Volume[] value); method CodeVolume_of_M44l_Array (line 974) | void CodeVolume_of_M44l_Array(ref Volume[] value); method CodeVolume_of_M44f_Array (line 975) | void CodeVolume_of_M44f_Array(ref Volume[] value); method CodeVolume_of_M44d_Array (line 976) | void CodeVolume_of_M44d_Array(ref Volume[] value); method CodeVolume_of_C3b_Array (line 977) | void CodeVolume_of_C3b_Array(ref Volume[] value); method CodeVolume_of_C3us_Array (line 978) | void CodeVolume_of_C3us_Array(ref Volume[] value); method CodeVolume_of_C3ui_Array (line 979) | void CodeVolume_of_C3ui_Array(ref Volume[] value); method CodeVolume_of_C3f_Array (line 980) | void CodeVolume_of_C3f_Array(ref Volume[] value); method CodeVolume_of_C3d_Array (line 981) | void CodeVolume_of_C3d_Array(ref Volume[] value); method CodeVolume_of_C4b_Array (line 982) | void CodeVolume_of_C4b_Array(ref Volume[] value); method CodeVolume_of_C4us_Array (line 983) | void CodeVolume_of_C4us_Array(ref Volume[] value); method CodeVolume_of_C4ui_Array (line 984) | void CodeVolume_of_C4ui_Array(ref Volume[] value); method CodeVolume_of_C4f_Array (line 985) | void CodeVolume_of_C4f_Array(ref Volume[] value); method CodeVolume_of_C4d_Array (line 986) | void CodeVolume_of_C4d_Array(ref Volume[] value); method CodeVolume_of_Range1b_Array (line 987) | void CodeVolume_of_Range1b_Array(ref Volume[] value); method CodeVolume_of_Range1sb_Array (line 988) | void CodeVolume_of_Range1sb_Array(ref Volume[] value); method CodeVolume_of_Range1s_Array (line 989) | void CodeVolume_of_Range1s_Array(ref Volume[] value); method CodeVolume_of_Range1us_Array (line 990) | void CodeVolume_of_Range1us_Array(ref Volume[] value); method CodeVolume_of_Range1i_Array (line 991) | void CodeVolume_of_Range1i_Array(ref Volume[] value); method CodeVolume_of_Range1ui_Array (line 992) | void CodeVolume_of_Range1ui_Array(ref Volume[] value); method CodeVolume_of_Range1l_Array (line 993) | void CodeVolume_of_Range1l_Array(ref Volume[] value); method CodeVolume_of_Range1ul_Array (line 994) | void CodeVolume_of_Range1ul_Array(ref Volume[] value); method CodeVolume_of_Range1f_Array (line 995) | void CodeVolume_of_Range1f_Array(ref Volume[] value); method CodeVolume_of_Range1d_Array (line 996) | void CodeVolume_of_Range1d_Array(ref Volume[] value); method CodeVolume_of_Box2i_Array (line 997) | void CodeVolume_of_Box2i_Array(ref Volume[] value); method CodeVolume_of_Box2l_Array (line 998) | void CodeVolume_of_Box2l_Array(ref Volume[] value); method CodeVolume_of_Box2f_Array (line 999) | void CodeVolume_of_Box2f_Array(ref Volume[] value); method CodeVolume_of_Box2d_Array (line 1000) | void CodeVolume_of_Box2d_Array(ref Volume[] value); method CodeVolume_of_Box3i_Array (line 1001) | void CodeVolume_of_Box3i_Array(ref Volume[] value); method CodeVolume_of_Box3l_Array (line 1002) | void CodeVolume_of_Box3l_Array(ref Volume[] value); method CodeVolume_of_Box3f_Array (line 1003) | void CodeVolume_of_Box3f_Array(ref Volume[] value); method CodeVolume_of_Box3d_Array (line 1004) | void CodeVolume_of_Box3d_Array(ref Volume[] value); method CodeVolume_of_Euclidean3f_Array (line 1005) | void CodeVolume_of_Euclidean3f_Array(ref Volume[] value); method CodeVolume_of_Euclidean3d_Array (line 1006) | void CodeVolume_of_Euclidean3d_Array(ref Volume[] value); method CodeVolume_of_Rot2f_Array (line 1007) | void CodeVolume_of_Rot2f_Array(ref Volume[] value); method CodeVolume_of_Rot2d_Array (line 1008) | void CodeVolume_of_Rot2d_Array(ref Volume[] value); method CodeVolume_of_Rot3f_Array (line 1009) | void CodeVolume_of_Rot3f_Array(ref Volume[] value); method CodeVolume_of_Rot3d_Array (line 1010) | void CodeVolume_of_Rot3d_Array(ref Volume[] value); method CodeVolume_of_Scale3f_Array (line 1011) | void CodeVolume_of_Scale3f_Array(ref Volume[] value); method CodeVolume_of_Scale3d_Array (line 1012) | void CodeVolume_of_Scale3d_Array(ref Volume[] value); method CodeVolume_of_Shift3f_Array (line 1013) | void CodeVolume_of_Shift3f_Array(ref Volume[] value); method CodeVolume_of_Shift3d_Array (line 1014) | void CodeVolume_of_Shift3d_Array(ref Volume[] value); method CodeVolume_of_Trafo2f_Array (line 1015) | void CodeVolume_of_Trafo2f_Array(ref Volume[] value); method CodeVolume_of_Trafo2d_Array (line 1016) | void CodeVolume_of_Trafo2d_Array(ref Volume[] value); method CodeVolume_of_Trafo3f_Array (line 1017) | void CodeVolume_of_Trafo3f_Array(ref Volume[] value); method CodeVolume_of_Trafo3d_Array (line 1018) | void CodeVolume_of_Trafo3d_Array(ref Volume[] value); method CodeVolume_of_Bool_Array (line 1019) | void CodeVolume_of_Bool_Array(ref Volume[] value); method CodeVolume_of_Char_Array (line 1020) | void CodeVolume_of_Char_Array(ref Volume[] value); method CodeVolume_of_String_Array (line 1021) | void CodeVolume_of_String_Array(ref Volume[] value); method CodeVolume_of_Type_Array (line 1022) | void CodeVolume_of_Type_Array(ref Volume[] value); method CodeVolume_of_Guid_Array (line 1023) | void CodeVolume_of_Guid_Array(ref Volume[] value); method CodeVolume_of_Symbol_Array (line 1024) | void CodeVolume_of_Symbol_Array(ref Volume[] value); method CodeVolume_of_Circle2d_Array (line 1025) | void CodeVolume_of_Circle2d_Array(ref Volume[] value); method CodeVolume_of_Line2d_Array (line 1026) | void CodeVolume_of_Line2d_Array(ref Volume[] value); method CodeVolume_of_Line3d_Array (line 1027) | void CodeVolume_of_Line3d_Array(ref Volume[] value); method CodeVolume_of_Plane2d_Array (line 1028) | void CodeVolume_of_Plane2d_Array(ref Volume[] value); method CodeVolume_of_Plane3d_Array (line 1029) | void CodeVolume_of_Plane3d_Array(ref Volume[] value); method CodeVolume_of_PlaneWithPoint3d_Array (line 1030) | void CodeVolume_of_PlaneWithPoint3d_Array(ref Volume... method CodeVolume_of_Quad2d_Array (line 1031) | void CodeVolume_of_Quad2d_Array(ref Volume[] value); method CodeVolume_of_Quad3d_Array (line 1032) | void CodeVolume_of_Quad3d_Array(ref Volume[] value); method CodeVolume_of_Ray2d_Array (line 1033) | void CodeVolume_of_Ray2d_Array(ref Volume[] value); method CodeVolume_of_Ray3d_Array (line 1034) | void CodeVolume_of_Ray3d_Array(ref Volume[] value); method CodeVolume_of_Sphere3d_Array (line 1035) | void CodeVolume_of_Sphere3d_Array(ref Volume[] value); method CodeVolume_of_Triangle2d_Array (line 1036) | void CodeVolume_of_Triangle2d_Array(ref Volume[] value); method CodeVolume_of_Triangle3d_Array (line 1037) | void CodeVolume_of_Triangle3d_Array(ref Volume[] value); method CodeVolume_of_Circle2f_Array (line 1038) | void CodeVolume_of_Circle2f_Array(ref Volume[] value); method CodeVolume_of_Line2f_Array (line 1039) | void CodeVolume_of_Line2f_Array(ref Volume[] value); method CodeVolume_of_Line3f_Array (line 1040) | void CodeVolume_of_Line3f_Array(ref Volume[] value); method CodeVolume_of_Plane2f_Array (line 1041) | void CodeVolume_of_Plane2f_Array(ref Volume[] value); method CodeVolume_of_Plane3f_Array (line 1042) | void CodeVolume_of_Plane3f_Array(ref Volume[] value); method CodeVolume_of_PlaneWithPoint3f_Array (line 1043) | void CodeVolume_of_PlaneWithPoint3f_Array(ref Volume... method CodeVolume_of_Quad2f_Array (line 1044) | void CodeVolume_of_Quad2f_Array(ref Volume[] value); method CodeVolume_of_Quad3f_Array (line 1045) | void CodeVolume_of_Quad3f_Array(ref Volume[] value); method CodeVolume_of_Ray2f_Array (line 1046) | void CodeVolume_of_Ray2f_Array(ref Volume[] value); method CodeVolume_of_Ray3f_Array (line 1047) | void CodeVolume_of_Ray3f_Array(ref Volume[] value); method CodeVolume_of_Sphere3f_Array (line 1048) | void CodeVolume_of_Sphere3f_Array(ref Volume[] value); method CodeVolume_of_Triangle2f_Array (line 1049) | void CodeVolume_of_Triangle2f_Array(ref Volume[] value); method CodeVolume_of_Triangle3f_Array (line 1050) | void CodeVolume_of_Triangle3f_Array(ref Volume[] value); method CodeTensor_of_Byte_Array (line 1051) | void CodeTensor_of_Byte_Array(ref Tensor[] value); method CodeTensor_of_SByte_Array (line 1052) | void CodeTensor_of_SByte_Array(ref Tensor[] value); method CodeTensor_of_Short_Array (line 1053) | void CodeTensor_of_Short_Array(ref Tensor[] value); method CodeTensor_of_UShort_Array (line 1054) | void CodeTensor_of_UShort_Array(ref Tensor[] value); method CodeTensor_of_Int_Array (line 1055) | void CodeTensor_of_Int_Array(ref Tensor[] value); method CodeTensor_of_UInt_Array (line 1056) | void CodeTensor_of_UInt_Array(ref Tensor[] value); method CodeTensor_of_Long_Array (line 1057) | void CodeTensor_of_Long_Array(ref Tensor[] value); method CodeTensor_of_ULong_Array (line 1058) | void CodeTensor_of_ULong_Array(ref Tensor[] value); method CodeTensor_of_Float_Array (line 1059) | void CodeTensor_of_Float_Array(ref Tensor[] value); method CodeTensor_of_Double_Array (line 1060) | void CodeTensor_of_Double_Array(ref Tensor[] value); method CodeTensor_of_Fraction_Array (line 1061) | void CodeTensor_of_Fraction_Array(ref Tensor[] value); method CodeTensor_of_V2i_Array (line 1062) | void CodeTensor_of_V2i_Array(ref Tensor[] value); method CodeTensor_of_V2l_Array (line 1063) | void CodeTensor_of_V2l_Array(ref Tensor[] value); method CodeTensor_of_V2f_Array (line 1064) | void CodeTensor_of_V2f_Array(ref Tensor[] value); method CodeTensor_of_V2d_Array (line 1065) | void CodeTensor_of_V2d_Array(ref Tensor[] value); method CodeTensor_of_V3i_Array (line 1066) | void CodeTensor_of_V3i_Array(ref Tensor[] value); method CodeTensor_of_V3l_Array (line 1067) | void CodeTensor_of_V3l_Array(ref Tensor[] value); method CodeTensor_of_V3f_Array (line 1068) | void CodeTensor_of_V3f_Array(ref Tensor[] value); method CodeTensor_of_V3d_Array (line 1069) | void CodeTensor_of_V3d_Array(ref Tensor[] value); method CodeTensor_of_V4i_Array (line 1070) | void CodeTensor_of_V4i_Array(ref Tensor[] value); method CodeTensor_of_V4l_Array (line 1071) | void CodeTensor_of_V4l_Array(ref Tensor[] value); method CodeTensor_of_V4f_Array (line 1072) | void CodeTensor_of_V4f_Array(ref Tensor[] value); method CodeTensor_of_V4d_Array (line 1073) | void CodeTensor_of_V4d_Array(ref Tensor[] value); method CodeTensor_of_M22i_Array (line 1074) | void CodeTensor_of_M22i_Array(ref Tensor[] value); method CodeTensor_of_M22l_Array (line 1075) | void CodeTensor_of_M22l_Array(ref Tensor[] value); method CodeTensor_of_M22f_Array (line 1076) | void CodeTensor_of_M22f_Array(ref Tensor[] value); method CodeTensor_of_M22d_Array (line 1077) | void CodeTensor_of_M22d_Array(ref Tensor[] value); method CodeTensor_of_M23i_Array (line 1078) | void CodeTensor_of_M23i_Array(ref Tensor[] value); method CodeTensor_of_M23l_Array (line 1079) | void CodeTensor_of_M23l_Array(ref Tensor[] value); method CodeTensor_of_M23f_Array (line 1080) | void CodeTensor_of_M23f_Array(ref Tensor[] value); method CodeTensor_of_M23d_Array (line 1081) | void CodeTensor_of_M23d_Array(ref Tensor[] value); method CodeTensor_of_M33i_Array (line 1082) | void CodeTensor_of_M33i_Array(ref Tensor[] value); method CodeTensor_of_M33l_Array (line 1083) | void CodeTensor_of_M33l_Array(ref Tensor[] value); method CodeTensor_of_M33f_Array (line 1084) | void CodeTensor_of_M33f_Array(ref Tensor[] value); method CodeTensor_of_M33d_Array (line 1085) | void CodeTensor_of_M33d_Array(ref Tensor[] value); method CodeTensor_of_M34i_Array (line 1086) | void CodeTensor_of_M34i_Array(ref Tensor[] value); method CodeTensor_of_M34l_Array (line 1087) | void CodeTensor_of_M34l_Array(ref Tensor[] value); method CodeTensor_of_M34f_Array (line 1088) | void CodeTensor_of_M34f_Array(ref Tensor[] value); method CodeTensor_of_M34d_Array (line 1089) | void CodeTensor_of_M34d_Array(ref Tensor[] value); method CodeTensor_of_M44i_Array (line 1090) | void CodeTensor_of_M44i_Array(ref Tensor[] value); method CodeTensor_of_M44l_Array (line 1091) | void CodeTensor_of_M44l_Array(ref Tensor[] value); method CodeTensor_of_M44f_Array (line 1092) | void CodeTensor_of_M44f_Array(ref Tensor[] value); method CodeTensor_of_M44d_Array (line 1093) | void CodeTensor_of_M44d_Array(ref Tensor[] value); method CodeTensor_of_C3b_Array (line 1094) | void CodeTensor_of_C3b_Array(ref Tensor[] value); method CodeTensor_of_C3us_Array (line 1095) | void CodeTensor_of_C3us_Array(ref Tensor[] value); method CodeTensor_of_C3ui_Array (line 1096) | void CodeTensor_of_C3ui_Array(ref Tensor[] value); method CodeTensor_of_C3f_Array (line 1097) | void CodeTensor_of_C3f_Array(ref Tensor[] value); method CodeTensor_of_C3d_Array (line 1098) | void CodeTensor_of_C3d_Array(ref Tensor[] value); method CodeTensor_of_C4b_Array (line 1099) | void CodeTensor_of_C4b_Array(ref Tensor[] value); method CodeTensor_of_C4us_Array (line 1100) | void CodeTensor_of_C4us_Array(ref Tensor[] value); method CodeTensor_of_C4ui_Array (line 1101) | void CodeTensor_of_C4ui_Array(ref Tensor[] value); method CodeTensor_of_C4f_Array (line 1102) | void CodeTensor_of_C4f_Array(ref Tensor[] value); method CodeTensor_of_C4d_Array (line 1103) | void CodeTensor_of_C4d_Array(ref Tensor[] value); method CodeTensor_of_Range1b_Array (line 1104) | void CodeTensor_of_Range1b_Array(ref Tensor[] value); method CodeTensor_of_Range1sb_Array (line 1105) | void CodeTensor_of_Range1sb_Array(ref Tensor[] value); method CodeTensor_of_Range1s_Array (line 1106) | void CodeTensor_of_Range1s_Array(ref Tensor[] value); method CodeTensor_of_Range1us_Array (line 1107) | void CodeTensor_of_Range1us_Array(ref Tensor[] value); method CodeTensor_of_Range1i_Array (line 1108) | void CodeTensor_of_Range1i_Array(ref Tensor[] value); method CodeTensor_of_Range1ui_Array (line 1109) | void CodeTensor_of_Range1ui_Array(ref Tensor[] value); method CodeTensor_of_Range1l_Array (line 1110) | void CodeTensor_of_Range1l_Array(ref Tensor[] value); method CodeTensor_of_Range1ul_Array (line 1111) | void CodeTensor_of_Range1ul_Array(ref Tensor[] value); method CodeTensor_of_Range1f_Array (line 1112) | void CodeTensor_of_Range1f_Array(ref Tensor[] value); method CodeTensor_of_Range1d_Array (line 1113) | void CodeTensor_of_Range1d_Array(ref Tensor[] value); method CodeTensor_of_Box2i_Array (line 1114) | void CodeTensor_of_Box2i_Array(ref Tensor[] value); method CodeTensor_of_Box2l_Array (line 1115) | void CodeTensor_of_Box2l_Array(ref Tensor[] value); method CodeTensor_of_Box2f_Array (line 1116) | void CodeTensor_of_Box2f_Array(ref Tensor[] value); method CodeTensor_of_Box2d_Array (line 1117) | void CodeTensor_of_Box2d_Array(ref Tensor[] value); method CodeTensor_of_Box3i_Array (line 1118) | void CodeTensor_of_Box3i_Array(ref Tensor[] value); method CodeTensor_of_Box3l_Array (line 1119) | void CodeTensor_of_Box3l_Array(ref Tensor[] value); method CodeTensor_of_Box3f_Array (line 1120) | void CodeTensor_of_Box3f_Array(ref Tensor[] value); method CodeTensor_of_Box3d_Array (line 1121) | void CodeTensor_of_Box3d_Array(ref Tensor[] value); method CodeTensor_of_Euclidean3f_Array (line 1122) | void CodeTensor_of_Euclidean3f_Array(ref Tensor[] value); method CodeTensor_of_Euclidean3d_Array (line 1123) | void CodeTensor_of_Euclidean3d_Array(ref Tensor[] value); method CodeTensor_of_Rot2f_Array (line 1124) | void CodeTensor_of_Rot2f_Array(ref Tensor[] value); method CodeTensor_of_Rot2d_Array (line 1125) | void CodeTensor_of_Rot2d_Array(ref Tensor[] value); method CodeTensor_of_Rot3f_Array (line 1126) | void CodeTensor_of_Rot3f_Array(ref Tensor[] value); method CodeTensor_of_Rot3d_Array (line 1127) | void CodeTensor_of_Rot3d_Array(ref Tensor[] value); method CodeTensor_of_Scale3f_Array (line 1128) | void CodeTensor_of_Scale3f_Array(ref Tensor[] value); method CodeTensor_of_Scale3d_Array (line 1129) | void CodeTensor_of_Scale3d_Array(ref Tensor[] value); method CodeTensor_of_Shift3f_Array (line 1130) | void CodeTensor_of_Shift3f_Array(ref Tensor[] value); method CodeTensor_of_Shift3d_Array (line 1131) | void CodeTensor_of_Shift3d_Array(ref Tensor[] value); method CodeTensor_of_Trafo2f_Array (line 1132) | void CodeTensor_of_Trafo2f_Array(ref Tensor[] value); method CodeTensor_of_Trafo2d_Array (line 1133) | void CodeTensor_of_Trafo2d_Array(ref Tensor[] value); method CodeTensor_of_Trafo3f_Array (line 1134) | void CodeTensor_of_Trafo3f_Array(ref Tensor[] value); method CodeTensor_of_Trafo3d_Array (line 1135) | void CodeTensor_of_Trafo3d_Array(ref Tensor[] value); method CodeTensor_of_Bool_Array (line 1136) | void CodeTensor_of_Bool_Array(ref Tensor[] value); method CodeTensor_of_Char_Array (line 1137) | void CodeTensor_of_Char_Array(ref Tensor[] value); method CodeTensor_of_String_Array (line 1138) | void CodeTensor_of_String_Array(ref Tensor[] value); method CodeTensor_of_Type_Array (line 1139) | void CodeTensor_of_Type_Array(ref Tensor[] value); method CodeTensor_of_Guid_Array (line 1140) | void CodeTensor_of_Guid_Array(ref Tensor[] value); method CodeTensor_of_Symbol_Array (line 1141) | void CodeTensor_of_Symbol_Array(ref Tensor[] value); method CodeTensor_of_Circle2d_Array (line 1142) | void CodeTensor_of_Circle2d_Array(ref Tensor[] value); method CodeTensor_of_Line2d_Array (line 1143) | void CodeTensor_of_Line2d_Array(ref Tensor[] value); method CodeTensor_of_Line3d_Array (line 1144) | void CodeTensor_of_Line3d_Array(ref Tensor[] value); method CodeTensor_of_Plane2d_Array (line 1145) | void CodeTensor_of_Plane2d_Array(ref Tensor[] value); method CodeTensor_of_Plane3d_Array (line 1146) | void CodeTensor_of_Plane3d_Array(ref Tensor[] value); method CodeTensor_of_PlaneWithPoint3d_Array (line 1147) | void CodeTensor_of_PlaneWithPoint3d_Array(ref Tensor... method CodeTensor_of_Quad2d_Array (line 1148) | void CodeTensor_of_Quad2d_Array(ref Tensor[] value); method CodeTensor_of_Quad3d_Array (line 1149) | void CodeTensor_of_Quad3d_Array(ref Tensor[] value); method CodeTensor_of_Ray2d_Array (line 1150) | void CodeTensor_of_Ray2d_Array(ref Tensor[] value); method CodeTensor_of_Ray3d_Array (line 1151) | void CodeTensor_of_Ray3d_Array(ref Tensor[] value); method CodeTensor_of_Sphere3d_Array (line 1152) | void CodeTensor_of_Sphere3d_Array(ref Tensor[] value); method CodeTensor_of_Triangle2d_Array (line 1153) | void CodeTensor_of_Triangle2d_Array(ref Tensor[] value); method CodeTensor_of_Triangle3d_Array (line 1154) | void CodeTensor_of_Triangle3d_Array(ref Tensor[] value); method CodeTensor_of_Circle2f_Array (line 1155) | void CodeTensor_of_Circle2f_Array(ref Tensor[] value); method CodeTensor_of_Line2f_Array (line 1156) | void CodeTensor_of_Line2f_Array(ref Tensor[] value); method CodeTensor_of_Line3f_Array (line 1157) | void CodeTensor_of_Line3f_Array(ref Tensor[] value); method CodeTensor_of_Plane2f_Array (line 1158) | void CodeTensor_of_Plane2f_Array(ref Tensor[] value); method CodeTensor_of_Plane3f_Array (line 1159) | void CodeTensor_of_Plane3f_Array(ref Tensor[] value); method CodeTensor_of_PlaneWithPoint3f_Array (line 1160) | void CodeTensor_of_PlaneWithPoint3f_Array(ref Tensor... method CodeTensor_of_Quad2f_Array (line 1161) | void CodeTensor_of_Quad2f_Array(ref Tensor[] value); method CodeTensor_of_Quad3f_Array (line 1162) | void CodeTensor_of_Quad3f_Array(ref Tensor[] value); method CodeTensor_of_Ray2f_Array (line 1163) | void CodeTensor_of_Ray2f_Array(ref Tensor[] value); method CodeTensor_of_Ray3f_Array (line 1164) | void CodeTensor_of_Ray3f_Array(ref Tensor[] value); method CodeTensor_of_Sphere3f_Array (line 1165) | void CodeTensor_of_Sphere3f_Array(ref Tensor[] value); method CodeTensor_of_Triangle2f_Array (line 1166) | void CodeTensor_of_Triangle2f_Array(ref Tensor[] value); method CodeTensor_of_Triangle3f_Array (line 1167) | void CodeTensor_of_Triangle3f_Array(ref Tensor[] value); method CodeByteArray2d (line 1173) | void CodeByteArray2d(ref byte[,] value); method CodeByteArray3d (line 1174) | void CodeByteArray3d(ref byte[, ,] value); method CodeSByteArray2d (line 1175) | void CodeSByteArray2d(ref sbyte[,] value); method CodeSByteArray3d (line 1176) | void CodeSByteArray3d(ref sbyte[, ,] value); method CodeShortArray2d (line 1177) | void CodeShortArray2d(ref short[,] value); method CodeShortArray3d (line 1178) | void CodeShortArray3d(ref short[, ,] value); method CodeUShortArray2d (line 1179) | void CodeUShortArray2d(ref ushort[,] value); method CodeUShortArray3d (line 1180) | void CodeUShortArray3d(ref ushort[, ,] value); method CodeIntArray2d (line 1181) | void CodeIntArray2d(ref int[,] value); method CodeIntArray3d (line 1182) | void CodeIntArray3d(ref int[, ,] value); method CodeUIntArray2d (line 1183) | void CodeUIntArray2d(ref uint[,] value); method CodeUIntArray3d (line 1184) | void CodeUIntArray3d(ref uint[, ,] value); method CodeLongArray2d (line 1185) | void CodeLongArray2d(ref long[,] value); method CodeLongArray3d (line 1186) | void CodeLongArray3d(ref long[, ,] value); method CodeULongArray2d (line 1187) | void CodeULongArray2d(ref ulong[,] value); method CodeULongArray3d (line 1188) | void CodeULongArray3d(ref ulong[, ,] value); method CodeFloatArray2d (line 1189) | void CodeFloatArray2d(ref float[,] value); method CodeFloatArray3d (line 1190) | void CodeFloatArray3d(ref float[, ,] value); method CodeDoubleArray2d (line 1191) | void CodeDoubleArray2d(ref double[,] value); method CodeDoubleArray3d (line 1192) | void CodeDoubleArray3d(ref double[, ,] value); method CodeFractionArray2d (line 1193) | void CodeFractionArray2d(ref Fraction[,] value); method CodeFractionArray3d (line 1194) | void CodeFractionArray3d(ref Fraction[, ,] value); method CodeV2iArray2d (line 1195) | void CodeV2iArray2d(ref V2i[,] value); method CodeV2iArray3d (line 1196) | void CodeV2iArray3d(ref V2i[, ,] value); method CodeV2lArray2d (line 1197) | void CodeV2lArray2d(ref V2l[,] value); method CodeV2lArray3d (line 1198) | void CodeV2lArray3d(ref V2l[, ,] value); method CodeV2fArray2d (line 1199) | void CodeV2fArray2d(ref V2f[,] value); method CodeV2fArray3d (line 1200) | void CodeV2fArray3d(ref V2f[, ,] value); method CodeV2dArray2d (line 1201) | void CodeV2dArray2d(ref V2d[,] value); method CodeV2dArray3d (line 1202) | void CodeV2dArray3d(ref V2d[, ,] value); method CodeV3iArray2d (line 1203) | void CodeV3iArray2d(ref V3i[,] value); method CodeV3iArray3d (line 1204) | void CodeV3iArray3d(ref V3i[, ,] value); method CodeV3lArray2d (line 1205) | void CodeV3lArray2d(ref V3l[,] value); method CodeV3lArray3d (line 1206) | void CodeV3lArray3d(ref V3l[, ,] value); method CodeV3fArray2d (line 1207) | void CodeV3fArray2d(ref V3f[,] value); method CodeV3fArray3d (line 1208) | void CodeV3fArray3d(ref V3f[, ,] value); method CodeV3dArray2d (line 1209) | void CodeV3dArray2d(ref V3d[,] value); method CodeV3dArray3d (line 1210) | void CodeV3dArray3d(ref V3d[, ,] value); method CodeV4iArray2d (line 1211) | void CodeV4iArray2d(ref V4i[,] value); method CodeV4iArray3d (line 1212) | void CodeV4iArray3d(ref V4i[, ,] value); method CodeV4lArray2d (line 1213) | void CodeV4lArray2d(ref V4l[,] value); method CodeV4lArray3d (line 1214) | void CodeV4lArray3d(ref V4l[, ,] value); method CodeV4fArray2d (line 1215) | void CodeV4fArray2d(ref V4f[,] value); method CodeV4fArray3d (line 1216) | void CodeV4fArray3d(ref V4f[, ,] value); method CodeV4dArray2d (line 1217) | void CodeV4dArray2d(ref V4d[,] value); method CodeV4dArray3d (line 1218) | void CodeV4dArray3d(ref V4d[, ,] value); method CodeM22iArray2d (line 1219) | void CodeM22iArray2d(ref M22i[,] value); method CodeM22iArray3d (line 1220) | void CodeM22iArray3d(ref M22i[, ,] value); method CodeM22lArray2d (line 1221) | void CodeM22lArray2d(ref M22l[,] value); method CodeM22lArray3d (line 1222) | void CodeM22lArray3d(ref M22l[, ,] value); method CodeM22fArray2d (line 1223) | void CodeM22fArray2d(ref M22f[,] value); method CodeM22fArray3d (line 1224) | void CodeM22fArray3d(ref M22f[, ,] value); method CodeM22dArray2d (line 1225) | void CodeM22dArray2d(ref M22d[,] value); method CodeM22dArray3d (line 1226) | void CodeM22dArray3d(ref M22d[, ,] value); method CodeM23iArray2d (line 1227) | void CodeM23iArray2d(ref M23i[,] value); method CodeM23iArray3d (line 1228) | void CodeM23iArray3d(ref M23i[, ,] value); method CodeM23lArray2d (line 1229) | void CodeM23lArray2d(ref M23l[,] value); method CodeM23lArray3d (line 1230) | void CodeM23lArray3d(ref M23l[, ,] value); method CodeM23fArray2d (line 1231) | void CodeM23fArray2d(ref M23f[,] value); method CodeM23fArray3d (line 1232) | void CodeM23fArray3d(ref M23f[, ,] value); method CodeM23dArray2d (line 1233) | void CodeM23dArray2d(ref M23d[,] value); method CodeM23dArray3d (line 1234) | void CodeM23dArray3d(ref M23d[, ,] value); method CodeM33iArray2d (line 1235) | void CodeM33iArray2d(ref M33i[,] value); method CodeM33iArray3d (line 1236) | void CodeM33iArray3d(ref M33i[, ,] value); method CodeM33lArray2d (line 1237) | void CodeM33lArray2d(ref M33l[,] value); method CodeM33lArray3d (line 1238) | void CodeM33lArray3d(ref M33l[, ,] value); method CodeM33fArray2d (line 1239) | void CodeM33fArray2d(ref M33f[,] value); method CodeM33fArray3d (line 1240) | void CodeM33fArray3d(ref M33f[, ,] value); method CodeM33dArray2d (line 1241) | void CodeM33dArray2d(ref M33d[,] value); method CodeM33dArray3d (line 1242) | void CodeM33dArray3d(ref M33d[, ,] value); method CodeM34iArray2d (line 1243) | void CodeM34iArray2d(ref M34i[,] value); method CodeM34iArray3d (line 1244) | void CodeM34iArray3d(ref M34i[, ,] value); method CodeM34lArray2d (line 1245) | void CodeM34lArray2d(ref M34l[,] value); method CodeM34lArray3d (line 1246) | void CodeM34lArray3d(ref M34l[, ,] value); method CodeM34fArray2d (line 1247) | void CodeM34fArray2d(ref M34f[,] value); method CodeM34fArray3d (line 1248) | void CodeM34fArray3d(ref M34f[, ,] value); method CodeM34dArray2d (line 1249) | void CodeM34dArray2d(ref M34d[,] value); method CodeM34dArray3d (line 1250) | void CodeM34dArray3d(ref M34d[, ,] value); method CodeM44iArray2d (line 1251) | void CodeM44iArray2d(ref M44i[,] value); method CodeM44iArray3d (line 1252) | void CodeM44iArray3d(ref M44i[, ,] value); method CodeM44lArray2d (line 1253) | void CodeM44lArray2d(ref M44l[,] value); method CodeM44lArray3d (line 1254) | void CodeM44lArray3d(ref M44l[, ,] value); method CodeM44fArray2d (line 1255) | void CodeM44fArray2d(ref M44f[,] value); method CodeM44fArray3d (line 1256) | void CodeM44fArray3d(ref M44f[, ,] value); method CodeM44dArray2d (line 1257) | void CodeM44dArray2d(ref M44d[,] value); method CodeM44dArray3d (line 1258) | void CodeM44dArray3d(ref M44d[, ,] value); method CodeC3bArray2d (line 1259) | void CodeC3bArray2d(ref C3b[,] value); method CodeC3bArray3d (line 1260) | void CodeC3bArray3d(ref C3b[, ,] value); method CodeC3usArray2d (line 1261) | void CodeC3usArray2d(ref C3us[,] value); method CodeC3usArray3d (line 1262) | void CodeC3usArray3d(ref C3us[, ,] value); method CodeC3uiArray2d (line 1263) | void CodeC3uiArray2d(ref C3ui[,] value); method CodeC3uiArray3d (line 1264) | void CodeC3uiArray3d(ref C3ui[, ,] value); method CodeC3fArray2d (line 1265) | void CodeC3fArray2d(ref C3f[,] value); method CodeC3fArray3d (line 1266) | void CodeC3fArray3d(ref C3f[, ,] value); method CodeC3dArray2d (line 1267) | void CodeC3dArray2d(ref C3d[,] value); method CodeC3dArray3d (line 1268) | void CodeC3dArray3d(ref C3d[, ,] value); method CodeC4bArray2d (line 1269) | void CodeC4bArray2d(ref C4b[,] value); method CodeC4bArray3d (line 1270) | void CodeC4bArray3d(ref C4b[, ,] value); method CodeC4usArray2d (line 1271) | void CodeC4usArray2d(ref C4us[,] value); method CodeC4usArray3d (line 1272) | void CodeC4usArray3d(ref C4us[, ,] value); method CodeC4uiArray2d (line 1273) | void CodeC4uiArray2d(ref C4ui[,] value); method CodeC4uiArray3d (line 1274) | void CodeC4uiArray3d(ref C4ui[, ,] value); method CodeC4fArray2d (line 1275) | void CodeC4fArray2d(ref C4f[,] value); method CodeC4fArray3d (line 1276) | void CodeC4fArray3d(ref C4f[, ,] value); method CodeC4dArray2d (line 1277) | void CodeC4dArray2d(ref C4d[,] value); method CodeC4dArray3d (line 1278) | void CodeC4dArray3d(ref C4d[, ,] value); method CodeRange1bArray2d (line 1279) | void CodeRange1bArray2d(ref Range1b[,] value); method CodeRange1bArray3d (line 1280) | void CodeRange1bArray3d(ref Range1b[, ,] value); method CodeRange1sbArray2d (line 1281) | void CodeRange1sbArray2d(ref Range1sb[,] value); method CodeRange1sbArray3d (line 1282) | void CodeRange1sbArray3d(ref Range1sb[, ,] value); method CodeRange1sArray2d (line 1283) | void CodeRange1sArray2d(ref Range1s[,] value); method CodeRange1sArray3d (line 1284) | void CodeRange1sArray3d(ref Range1s[, ,] value); method CodeRange1usArray2d (line 1285) | void CodeRange1usArray2d(ref Range1us[,] value); method CodeRange1usArray3d (line 1286) | void CodeRange1usArray3d(ref Range1us[, ,] value); method CodeRange1iArray2d (line 1287) | void CodeRange1iArray2d(ref Range1i[,] value); method CodeRange1iArray3d (line 1288) | void CodeRange1iArray3d(ref Range1i[, ,] value); method CodeRange1uiArray2d (line 1289) | void CodeRange1uiArray2d(ref Range1ui[,] value); method CodeRange1uiArray3d (line 1290) | void CodeRange1uiArray3d(ref Range1ui[, ,] value); method CodeRange1lArray2d (line 1291) | void CodeRange1lArray2d(ref Range1l[,] value); method CodeRange1lArray3d (line 1292) | void CodeRange1lArray3d(ref Range1l[, ,] value); method CodeRange1ulArray2d (line 1293) | void CodeRange1ulArray2d(ref Range1ul[,] value); method CodeRange1ulArray3d (line 1294) | void CodeRange1ulArray3d(ref Range1ul[, ,] value); method CodeRange1fArray2d (line 1295) | void CodeRange1fArray2d(ref Range1f[,] value); method CodeRange1fArray3d (line 1296) | void CodeRange1fArray3d(ref Range1f[, ,] value); method CodeRange1dArray2d (line 1297) | void CodeRange1dArray2d(ref Range1d[,] value); method CodeRange1dArray3d (line 1298) | void CodeRange1dArray3d(ref Range1d[, ,] value); method CodeBox2iArray2d (line 1299) | void CodeBox2iArray2d(ref Box2i[,] value); method CodeBox2iArray3d (line 1300) | void CodeBox2iArray3d(ref Box2i[, ,] value); method CodeBox2lArray2d (line 1301) | void CodeBox2lArray2d(ref Box2l[,] value); method CodeBox2lArray3d (line 1302) | void CodeBox2lArray3d(ref Box2l[, ,] value); method CodeBox2fArray2d (line 1303) | void CodeBox2fArray2d(ref Box2f[,] value); method CodeBox2fArray3d (line 1304) | void CodeBox2fArray3d(ref Box2f[, ,] value); method CodeBox2dArray2d (line 1305) | void CodeBox2dArray2d(ref Box2d[,] value); method CodeBox2dArray3d (line 1306) | void CodeBox2dArray3d(ref Box2d[, ,] value); method CodeBox3iArray2d (line 1307) | void CodeBox3iArray2d(ref Box3i[,] value); method CodeBox3iArray3d (line 1308) | void CodeBox3iArray3d(ref Box3i[, ,] value); method CodeBox3lArray2d (line 1309) | void CodeBox3lArray2d(ref Box3l[,] value); method CodeBox3lArray3d (line 1310) | void CodeBox3lArray3d(ref Box3l[, ,] value); method CodeBox3fArray2d (line 1311) | void CodeBox3fArray2d(ref Box3f[,] value); method CodeBox3fArray3d (line 1312) | void CodeBox3fArray3d(ref Box3f[, ,] value); method CodeBox3dArray2d (line 1313) | void CodeBox3dArray2d(ref Box3d[,] value); method CodeBox3dArray3d (line 1314) | void CodeBox3dArray3d(ref Box3d[, ,] value); method CodeEuclidean3fArray2d (line 1315) | void CodeEuclidean3fArray2d(ref Euclidean3f[,] value); method CodeEuclidean3fArray3d (line 1316) | void CodeEuclidean3fArray3d(ref Euclidean3f[, ,] value); method CodeEuclidean3dArray2d (line 1317) | void CodeEuclidean3dArray2d(ref Euclidean3d[,] value); method CodeEuclidean3dArray3d (line 1318) | void CodeEuclidean3dArray3d(ref Euclidean3d[, ,] value); method CodeRot2fArray2d (line 1319) | void CodeRot2fArray2d(ref Rot2f[,] value); method CodeRot2fArray3d (line 1320) | void CodeRot2fArray3d(ref Rot2f[, ,] value); method CodeRot2dArray2d (line 1321) | void CodeRot2dArray2d(ref Rot2d[,] value); method CodeRot2dArray3d (line 1322) | void CodeRot2dArray3d(ref Rot2d[, ,] value); method CodeRot3fArray2d (line 1323) | void CodeRot3fArray2d(ref Rot3f[,] value); method CodeRot3fArray3d (line 1324) | void CodeRot3fArray3d(ref Rot3f[, ,] value); method CodeRot3dArray2d (line 1325) | void CodeRot3dArray2d(ref Rot3d[,] value); method CodeRot3dArray3d (line 1326) | void CodeRot3dArray3d(ref Rot3d[, ,] value); method CodeScale3fArray2d (line 1327) | void CodeScale3fArray2d(ref Scale3f[,] value); method CodeScale3fArray3d (line 1328) | void CodeScale3fArray3d(ref Scale3f[, ,] value); method CodeScale3dArray2d (line 1329) | void CodeScale3dArray2d(ref Scale3d[,] value); method CodeScale3dArray3d (line 1330) | void CodeScale3dArray3d(ref Scale3d[, ,] value); method CodeShift3fArray2d (line 1331) | void CodeShift3fArray2d(ref Shift3f[,] value); method CodeShift3fArray3d (line 1332) | void CodeShift3fArray3d(ref Shift3f[, ,] value); method CodeShift3dArray2d (line 1333) | void CodeShift3dArray2d(ref Shift3d[,] value); method CodeShift3dArray3d (line 1334) | void CodeShift3dArray3d(ref Shift3d[, ,] value); method CodeTrafo2fArray2d (line 1335) | void CodeTrafo2fArray2d(ref Trafo2f[,] value); method CodeTrafo2fArray3d (line 1336) | void CodeTrafo2fArray3d(ref Trafo2f[, ,] value); method CodeTrafo2dArray2d (line 1337) | void CodeTrafo2dArray2d(ref Trafo2d[,] value); method CodeTrafo2dArray3d (line 1338) | void CodeTrafo2dArray3d(ref Trafo2d[, ,] value); method CodeTrafo3fArray2d (line 1339) | void CodeTrafo3fArray2d(ref Trafo3f[,] value); method CodeTrafo3fArray3d (line 1340) | void CodeTrafo3fArray3d(ref Trafo3f[, ,] value); method CodeTrafo3dArray2d (line 1341) | void CodeTrafo3dArray2d(ref Trafo3d[,] value); method CodeTrafo3dArray3d (line 1342) | void CodeTrafo3dArray3d(ref Trafo3d[, ,] value); method CodeByteArrayArray (line 1348) | void CodeByteArrayArray(ref byte[][] value); method CodeByteArrayArrayArray (line 1349) | void CodeByteArrayArrayArray(ref byte[][][] value); method CodeSByteArrayArray (line 1350) | void CodeSByteArrayArray(ref sbyte[][] value); method CodeSByteArrayArrayArray (line 1351) | void CodeSByteArrayArrayArray(ref sbyte[][][] value); method CodeShortArrayArray (line 1352) | void CodeShortArrayArray(ref short[][] value); method CodeShortArrayArrayArray (line 1353) | void CodeShortArrayArrayArray(ref short[][][] value); method CodeUShortArrayArray (line 1354) | void CodeUShortArrayArray(ref ushort[][] value); method CodeUShortArrayArrayArray (line 1355) | void CodeUShortArrayArrayArray(ref ushort[][][] value); method CodeIntArrayArray (line 1356) | void CodeIntArrayArray(ref int[][] value); method CodeIntArrayArrayArray (line 1357) | void CodeIntArrayArrayArray(ref int[][][] value); method CodeUIntArrayArray (line 1358) | void CodeUIntArrayArray(ref uint[][] value); method CodeUIntArrayArrayArray (line 1359) | void CodeUIntArrayArrayArray(ref uint[][][] value); method CodeLongArrayArray (line 1360) | void CodeLongArrayArray(ref long[][] value); method CodeLongArrayArrayArray (line 1361) | void CodeLongArrayArrayArray(ref long[][][] value); method CodeULongArrayArray (line 1362) | void CodeULongArrayArray(ref ulong[][] value); method CodeULongArrayArrayArray (line 1363) | void CodeULongArrayArrayArray(ref ulong[][][] value); method CodeFloatArrayArray (line 1364) | void CodeFloatArrayArray(ref float[][] value); method CodeFloatArrayArrayArray (line 1365) | void CodeFloatArrayArrayArray(ref float[][][] value); method CodeDoubleArrayArray (line 1366) | void CodeDoubleArrayArray(ref double[][] value); method CodeDoubleArrayArrayArray (line 1367) | void CodeDoubleArrayArrayArray(ref double[][][] value); method CodeFractionArrayArray (line 1368) | void CodeFractionArrayArray(ref Fraction[][] value); method CodeFractionArrayArrayArray (line 1369) | void CodeFractionArrayArrayArray(ref Fraction[][][] value); method CodeV2iArrayArray (line 1370) | void CodeV2iArrayArray(ref V2i[][] value); method CodeV2iArrayArrayArray (line 1371) | void CodeV2iArrayArrayArray(ref V2i[][][] value); method CodeV2lArrayArray (line 1372) | void CodeV2lArrayArray(ref V2l[][] value); method CodeV2lArrayArrayArray (line 1373) | void CodeV2lArrayArrayArray(ref V2l[][][] value); method CodeV2fArrayArray (line 1374) | void CodeV2fArrayArray(ref V2f[][] value); method CodeV2fArrayArrayArray (line 1375) | void CodeV2fArrayArrayArray(ref V2f[][][] value); method CodeV2dArrayArray (line 1376) | void CodeV2dArrayArray(ref V2d[][] value); method CodeV2dArrayArrayArray (line 1377) | void CodeV2dArrayArrayArray(ref V2d[][][] value); method CodeV3iArrayArray (line 1378) | void CodeV3iArrayArray(ref V3i[][] value); method CodeV3iArrayArrayArray (line 1379) | void CodeV3iArrayArrayArray(ref V3i[][][] value); method CodeV3lArrayArray (line 1380) | void CodeV3lArrayArray(ref V3l[][] value); method CodeV3lArrayArrayArray (line 1381) | void CodeV3lArrayArrayArray(ref V3l[][][] value); method CodeV3fArrayArray (line 1382) | void CodeV3fArrayArray(ref V3f[][] value); method CodeV3fArrayArrayArray (line 1383) | void CodeV3fArrayArrayArray(ref V3f[][][] value); method CodeV3dArrayArray (line 1384) | void CodeV3dArrayArray(ref V3d[][] value); method CodeV3dArrayArrayArray (line 1385) | void CodeV3dArrayArrayArray(ref V3d[][][] value); method CodeV4iArrayArray (line 1386) | void CodeV4iArrayArray(ref V4i[][] value); method CodeV4iArrayArrayArray (line 1387) | void CodeV4iArrayArrayArray(ref V4i[][][] value); method CodeV4lArrayArray (line 1388) | void CodeV4lArrayArray(ref V4l[][] value); method CodeV4lArrayArrayArray (line 1389) | void CodeV4lArrayArrayArray(ref V4l[][][] value); method CodeV4fArrayArray (line 1390) | void CodeV4fArrayArray(ref V4f[][] value); method CodeV4fArrayArrayArray (line 1391) | void CodeV4fArrayArrayArray(ref V4f[][][] value); method CodeV4dArrayArray (line 1392) | void CodeV4dArrayArray(ref V4d[][] value); method CodeV4dArrayArrayArray (line 1393) | void CodeV4dArrayArrayArray(ref V4d[][][] value); method CodeM22iArrayArray (line 1394) | void CodeM22iArrayArray(ref M22i[][] value); method CodeM22iArrayArrayArray (line 1395) | void CodeM22iArrayArrayArray(ref M22i[][][] value); method CodeM22lArrayArray (line 1396) | void CodeM22lArrayArray(ref M22l[][] value); method CodeM22lArrayArrayArray (line 1397) | void CodeM22lArrayArrayArray(ref M22l[][][] value); method CodeM22fArrayArray (line 1398) | void CodeM22fArrayArray(ref M22f[][] value); method CodeM22fArrayArrayArray (line 1399) | void CodeM22fArrayArrayArray(ref M22f[][][] value); method CodeM22dArrayArray (line 1400) | void CodeM22dArrayArray(ref M22d[][] value); method CodeM22dArrayArrayArray (line 1401) | void CodeM22dArrayArrayArray(ref M22d[][][] value); method CodeM23iArrayArray (line 1402) | void CodeM23iArrayArray(ref M23i[][] value); method CodeM23iArrayArrayArray (line 1403) | void CodeM23iArrayArrayArray(ref M23i[][][] value); method CodeM23lArrayArray (line 1404) | void CodeM23lArrayArray(ref M23l[][] value); method CodeM23lArrayArrayArray (line 1405) | void CodeM23lArrayArrayArray(ref M23l[][][] value); method CodeM23fArrayArray (line 1406) | void CodeM23fArrayArray(ref M23f[][] value); method CodeM23fArrayArrayArray (line 1407) | void CodeM23fArrayArrayArray(ref M23f[][][] value); method CodeM23dArrayArray (line 1408) | void CodeM23dArrayArray(ref M23d[][] value); method CodeM23dArrayArrayArray (line 1409) | void CodeM23dArrayArrayArray(ref M23d[][][] value); method CodeM33iArrayArray (line 1410) | void CodeM33iArrayArray(ref M33i[][] value); method CodeM33iArrayArrayArray (line 1411) | void CodeM33iArrayArrayArray(ref M33i[][][] value); method CodeM33lArrayArray (line 1412) | void CodeM33lArrayArray(ref M33l[][] value); method CodeM33lArrayArrayArray (line 1413) | void CodeM33lArrayArrayArray(ref M33l[][][] value); method CodeM33fArrayArray (line 1414) | void CodeM33fArrayArray(ref M33f[][] value); method CodeM33fArrayArrayArray (line 1415) | void CodeM33fArrayArrayArray(ref M33f[][][] value); method CodeM33dArrayArray (line 1416) | void CodeM33dArrayArray(ref M33d[][] value); method CodeM33dArrayArrayArray (line 1417) | void CodeM33dArrayArrayArray(ref M33d[][][] value); method CodeM34iArrayArray (line 1418) | void CodeM34iArrayArray(ref M34i[][] value); method CodeM34iArrayArrayArray (line 1419) | void CodeM34iArrayArrayArray(ref M34i[][][] value); method CodeM34lArrayArray (line 1420) | void CodeM34lArrayArray(ref M34l[][] value); method CodeM34lArrayArrayArray (line 1421) | void CodeM34lArrayArrayArray(ref M34l[][][] value); method CodeM34fArrayArray (line 1422) | void CodeM34fArrayArray(ref M34f[][] value); method CodeM34fArrayArrayArray (line 1423) | void CodeM34fArrayArrayArray(ref M34f[][][] value); method CodeM34dArrayArray (line 1424) | void CodeM34dArrayArray(ref M34d[][] value); method CodeM34dArrayArrayArray (line 1425) | void CodeM34dArrayArrayArray(ref M34d[][][] value); method CodeM44iArrayArray (line 1426) | void CodeM44iArrayArray(ref M44i[][] value); method CodeM44iArrayArrayArray (line 1427) | void CodeM44iArrayArrayArray(ref M44i[][][] value); method CodeM44lArrayArray (line 1428) | void CodeM44lArrayArray(ref M44l[][] value); method CodeM44lArrayArrayArray (line 1429) | void CodeM44lArrayArrayArray(ref M44l[][][] value); method CodeM44fArrayArray (line 1430) | void CodeM44fArrayArray(ref M44f[][] value); method CodeM44fArrayArrayArray (line 1431) | void CodeM44fArrayArrayArray(ref M44f[][][] value); method CodeM44dArrayArray (line 1432) | void CodeM44dArrayArray(ref M44d[][] value); method CodeM44dArrayArrayArray (line 1433) | void CodeM44dArrayArrayArray(ref M44d[][][] value); method CodeC3bArrayArray (line 1434) | void CodeC3bArrayArray(ref C3b[][] value); method CodeC3bArrayArrayArray (line 1435) | void CodeC3bArrayArrayArray(ref C3b[][][] value); method CodeC3usArrayArray (line 1436) | void CodeC3usArrayArray(ref C3us[][] value); method CodeC3usArrayArrayArray (line 1437) | void CodeC3usArrayArrayArray(ref C3us[][][] value); method CodeC3uiArrayArray (line 1438) | void CodeC3uiArrayArray(ref C3ui[][] value); method CodeC3uiArrayArrayArray (line 1439) | void CodeC3uiArrayArrayArray(ref C3ui[][][] value); method CodeC3fArrayArray (line 1440) | void CodeC3fArrayArray(ref C3f[][] value); method CodeC3fArrayArrayArray (line 1441) | void CodeC3fArrayArrayArray(ref C3f[][][] value); method CodeC3dArrayArray (line 1442) | void CodeC3dArrayArray(ref C3d[][] value); method CodeC3dArrayArrayArray (line 1443) | void CodeC3dArrayArrayArray(ref C3d[][][] value); method CodeC4bArrayArray (line 1444) | void CodeC4bArrayArray(ref C4b[][] value); method CodeC4bArrayArrayArray (line 1445) | void CodeC4bArrayArrayArray(ref C4b[][][] value); method CodeC4usArrayArray (line 1446) | void CodeC4usArrayArray(ref C4us[][] value); method CodeC4usArrayArrayArray (line 1447) | void CodeC4usArrayArrayArray(ref C4us[][][] value); method CodeC4uiArrayArray (line 1448) | void CodeC4uiArrayArray(ref C4ui[][] value); method CodeC4uiArrayArrayArray (line 1449) | void CodeC4uiArrayArrayArray(ref C4ui[][][] value); method CodeC4fArrayArray (line 1450) | void CodeC4fArrayArray(ref C4f[][] value); method CodeC4fArrayArrayArray (line 1451) | void CodeC4fArrayArrayArray(ref C4f[][][] value); method CodeC4dArrayArray (line 1452) | void CodeC4dArrayArray(ref C4d[][] value); method CodeC4dArrayArrayArray (line 1453) | void CodeC4dArrayArrayArray(ref C4d[][][] value); method CodeRange1bArrayArray (line 1454) | void CodeRange1bArrayArray(ref Range1b[][] value); method CodeRange1bArrayArrayArray (line 1455) | void CodeRange1bArrayArrayArray(ref Range1b[][][] value); method CodeRange1sbArrayArray (line 1456) | void CodeRange1sbArrayArray(ref Range1sb[][] value); method CodeRange1sbArrayArrayArray (line 1457) | void CodeRange1sbArrayArrayArray(ref Range1sb[][][] value); method CodeRange1sArrayArray (line 1458) | void CodeRange1sArrayArray(ref Range1s[][] value); method CodeRange1sArrayArrayArray (line 1459) | void CodeRange1sArrayArrayArray(ref Range1s[][][] value); method CodeRange1usArrayArray (line 1460) | void CodeRange1usArrayArray(ref Range1us[][] value); method CodeRange1usArrayArrayArray (line 1461) | void CodeRange1usArrayArrayArray(ref Range1us[][][] value); method CodeRange1iArrayArray (line 1462) | void CodeRange1iArrayArray(ref Range1i[][] value); method CodeRange1iArrayArrayArray (line 1463) | void CodeRange1iArrayArrayArray(ref Range1i[][][] value); method CodeRange1uiArrayArray (line 1464) | void CodeRange1uiArrayArray(ref Range1ui[][] value); method CodeRange1uiArrayArrayArray (line 1465) | void CodeRange1uiArrayArrayArray(ref Range1ui[][][] value); method CodeRange1lArrayArray (line 1466) | void CodeRange1lArrayArray(ref Range1l[][] value); method CodeRange1lArrayArrayArray (line 1467) | void CodeRange1lArrayArrayArray(ref Range1l[][][] value); method CodeRange1ulArrayArray (line 1468) | void CodeRange1ulArrayArray(ref Range1ul[][] value); method CodeRange1ulArrayArrayArray (line 1469) | void CodeRange1ulArrayArrayArray(ref Range1ul[][][] value); method CodeRange1fArrayArray (line 1470) | void CodeRange1fArrayArray(ref Range1f[][] value); method CodeRange1fArrayArrayArray (line 1471) | void CodeRange1fArrayArrayArray(ref Range1f[][][] value); method CodeRange1dArrayArray (line 1472) | void CodeRange1dArrayArray(ref Range1d[][] value); method CodeRange1dArrayArrayArray (line 1473) | void CodeRange1dArrayArrayArray(ref Range1d[][][] value); method CodeBox2iArrayArray (line 1474) | void CodeBox2iArrayArray(ref Box2i[][] value); method CodeBox2iArrayArrayArray (line 1475) | void CodeBox2iArrayArrayArray(ref Box2i[][][] value); method CodeBox2lArrayArray (line 1476) | void CodeBox2lArrayArray(ref Box2l[][] value); method CodeBox2lArrayArrayArray (line 1477) | void CodeBox2lArrayArrayArray(ref Box2l[][][] value); method CodeBox2fArrayArray (line 1478) | void CodeBox2fArrayArray(ref Box2f[][] value); method CodeBox2fArrayArrayArray (line 1479) | void CodeBox2fArrayArrayArray(ref Box2f[][][] value); method CodeBox2dArrayArray (line 1480) | void CodeBox2dArrayArray(ref Box2d[][] value); method CodeBox2dArrayArrayArray (line 1481) | void CodeBox2dArrayArrayArray(ref Box2d[][][] value); method CodeBox3iArrayArray (line 1482) | void CodeBox3iArrayArray(ref Box3i[][] value); method CodeBox3iArrayArrayArray (line 1483) | void CodeBox3iArrayArrayArray(ref Box3i[][][] value); method CodeBox3lArrayArray (line 1484) | void CodeBox3lArrayArray(ref Box3l[][] value); method CodeBox3lArrayArrayArray (line 1485) | void CodeBox3lArrayArrayArray(ref Box3l[][][] value); method CodeBox3fArrayArray (line 1486) | void CodeBox3fArrayArray(ref Box3f[][] value); method CodeBox3fArrayArrayArray (line 1487) | void CodeBox3fArrayArrayArray(ref Box3f[][][] value); method CodeBox3dArrayArray (line 1488) | void CodeBox3dArrayArray(ref Box3d[][] value); method CodeBox3dArrayArrayArray (line 1489) | void CodeBox3dArrayArrayArray(ref Box3d[][][] value); method CodeEuclidean3fArrayArray (line 1490) | void CodeEuclidean3fArrayArray(ref Euclidean3f[][] value); method CodeEuclidean3fArrayArrayArray (line 1491) | void CodeEuclidean3fArrayArrayArray(ref Euclidean3f[][][] value); method CodeEuclidean3dArrayArray (line 1492) | void CodeEuclidean3dArrayArray(ref Euclidean3d[][] value); method CodeEuclidean3dArrayArrayArray (line 1493) | void CodeEuclidean3dArrayArrayArray(ref Euclidean3d[][][] value); method CodeRot2fArrayArray (line 1494) | void CodeRot2fArrayArray(ref Rot2f[][] value); method CodeRot2fArrayArrayArray (line 1495) | void CodeRot2fArrayArrayArray(ref Rot2f[][][] value); method CodeRot2dArrayArray (line 1496) | void CodeRot2dArrayArray(ref Rot2d[][] value); method CodeRot2dArrayArrayArray (line 1497) | void CodeRot2dArrayArrayArray(ref Rot2d[][][] value); method CodeRot3fArrayArray (line 1498) | void CodeRot3fArrayArray(ref Rot3f[][] value); method CodeRot3fArrayArrayArray (line 1499) | void CodeRot3fArrayArrayArray(ref Rot3f[][][] value); method CodeRot3dArrayArray (line 1500) | void CodeRot3dArrayArray(ref Rot3d[][] value); method CodeRot3dArrayArrayArray (line 1501) | void CodeRot3dArrayArrayArray(ref Rot3d[][][] value); method CodeScale3fArrayArray (line 1502) | void CodeScale3fArrayArray(ref Scale3f[][] value); method CodeScale3fArrayArrayArray (line 1503) | void CodeScale3fArrayArrayArray(ref Scale3f[][][] value); method CodeScale3dArrayArray (line 1504) | void CodeScale3dArrayArray(ref Scale3d[][] value); method CodeScale3dArrayArrayArray (line 1505) | void CodeScale3dArrayArrayArray(ref Scale3d[][][] value); method CodeShift3fArrayArray (line 1506) | void CodeShift3fArrayArray(ref Shift3f[][] value); method CodeShift3fArrayArrayArray (line 1507) | void CodeShift3fArrayArrayArray(ref Shift3f[][][] value); method CodeShift3dArrayArray (line 1508) | void CodeShift3dArrayArray(ref Shift3d[][] value); method CodeShift3dArrayArrayArray (line 1509) | void CodeShift3dArrayArrayArray(ref Shift3d[][][] value); method CodeTrafo2fArrayArray (line 1510) | void CodeTrafo2fArrayArray(ref Trafo2f[][] value); method CodeTrafo2fArrayArrayArray (line 1511) | void CodeTrafo2fArrayArrayArray(ref Trafo2f[][][] value); method CodeTrafo2dArrayArray (line 1512) | void CodeTrafo2dArrayArray(ref Trafo2d[][] value); method CodeTrafo2dArrayArrayArray (line 1513) | void CodeTrafo2dArrayArrayArray(ref Trafo2d[][][] value); method CodeTrafo3fArrayArray (line 1514) | void CodeTrafo3fArrayArray(ref Trafo3f[][] value); method CodeTrafo3fArrayArrayArray (line 1515) | void CodeTrafo3fArrayArrayArray(ref Trafo3f[][][] value); method CodeTrafo3dArrayArray (line 1516) | void CodeTrafo3dArrayArray(ref Trafo3d[][] value); method CodeTrafo3dArrayArrayArray (line 1517) | void CodeTrafo3dArrayArrayArray(ref Trafo3d[][][] value); method CodeList_of_Bool_ (line 1523) | void CodeList_of_Bool_(ref List value); method CodeList_of_Char_ (line 1524) | void CodeList_of_Char_(ref List value); method CodeList_of_String_ (line 1525) | void CodeList_of_String_(ref List value); method CodeList_of_Type_ (line 1526) | void CodeList_of_Type_(ref List value); method CodeList_of_Guid_ (line 1527) | void CodeList_of_Guid_(ref List value); method CodeList_of_Symbol_ (line 1528) | void CodeList_of_Symbol_(ref List value); method CodeList_of_Byte_ (line 1529) | void CodeList_of_Byte_(ref List value); method CodeList_of_SByte_ (line 1530) | void CodeList_of_SByte_(ref List value); method CodeList_of_Short_ (line 1531) | void CodeList_of_Short_(ref List value); method CodeList_of_UShort_ (line 1532) | void CodeList_of_UShort_(ref List value); method CodeList_of_Int_ (line 1533) | void CodeList_of_Int_(ref List value); method CodeList_of_UInt_ (line 1534) | void CodeList_of_UInt_(ref List value); method CodeList_of_Long_ (line 1535) | void CodeList_of_Long_(ref List value); method CodeList_of_ULong_ (line 1536) | void CodeList_of_ULong_(ref List value); method CodeList_of_Float_ (line 1537) | void CodeList_of_Float_(ref List value); method CodeList_of_Double_ (line 1538) | void CodeList_of_Double_(ref List value); method CodeList_of_Fraction_ (line 1539) | void CodeList_of_Fraction_(ref List value); method CodeList_of_V2i_ (line 1540) | void CodeList_of_V2i_(ref List value); method CodeList_of_V2l_ (line 1541) | void CodeList_of_V2l_(ref List value); method CodeList_of_V2f_ (line 1542) | void CodeList_of_V2f_(ref List value); method CodeList_of_V2d_ (line 1543) | void CodeList_of_V2d_(ref List value); method CodeList_of_V3i_ (line 1544) | void CodeList_of_V3i_(ref List value); method CodeList_of_V3l_ (line 1545) | void CodeList_of_V3l_(ref List value); method CodeList_of_V3f_ (line 1546) | void CodeList_of_V3f_(ref List value); method CodeList_of_V3d_ (line 1547) | void CodeList_of_V3d_(ref List value); method CodeList_of_V4i_ (line 1548) | void CodeList_of_V4i_(ref List value); method CodeList_of_V4l_ (line 1549) | void CodeList_of_V4l_(ref List value); method CodeList_of_V4f_ (line 1550) | void CodeList_of_V4f_(ref List value); method CodeList_of_V4d_ (line 1551) | void CodeList_of_V4d_(ref List value); method CodeList_of_M22i_ (line 1552) | void CodeList_of_M22i_(ref List value); method CodeList_of_M22l_ (line 1553) | void CodeList_of_M22l_(ref List value); method CodeList_of_M22f_ (line 1554) | void CodeList_of_M22f_(ref List value); method CodeList_of_M22d_ (line 1555) | void CodeList_of_M22d_(ref List value); method CodeList_of_M23i_ (line 1556) | void CodeList_of_M23i_(ref List value); method CodeList_of_M23l_ (line 1557) | void CodeList_of_M23l_(ref List value); method CodeList_of_M23f_ (line 1558) | void CodeList_of_M23f_(ref List value); method CodeList_of_M23d_ (line 1559) | void CodeList_of_M23d_(ref List value); method CodeList_of_M33i_ (line 1560) | void CodeList_of_M33i_(ref List value); method CodeList_of_M33l_ (line 1561) | void CodeList_of_M33l_(ref List value); method CodeList_of_M33f_ (line 1562) | void CodeList_of_M33f_(ref List value); method CodeList_of_M33d_ (line 1563) | void CodeList_of_M33d_(ref List value); method CodeList_of_M34i_ (line 1564) | void CodeList_of_M34i_(ref List value); method CodeList_of_M34l_ (line 1565) | void CodeList_of_M34l_(ref List value); method CodeList_of_M34f_ (line 1566) | void CodeList_of_M34f_(ref List value); method CodeList_of_M34d_ (line 1567) | void CodeList_of_M34d_(ref List value); method CodeList_of_M44i_ (line 1568) | void CodeList_of_M44i_(ref List value); method CodeList_of_M44l_ (line 1569) | void CodeList_of_M44l_(ref List value); method CodeList_of_M44f_ (line 1570) | void CodeList_of_M44f_(ref List value); method CodeList_of_M44d_ (line 1571) | void CodeList_of_M44d_(ref List value); method CodeList_of_C3b_ (line 1572) | void CodeList_of_C3b_(ref List value); method CodeList_of_C3us_ (line 1573) | void CodeList_of_C3us_(ref List value); method CodeList_of_C3ui_ (line 1574) | void CodeList_of_C3ui_(ref List value); method CodeList_of_C3f_ (line 1575) | void CodeList_of_C3f_(ref List value); method CodeList_of_C3d_ (line 1576) | void CodeList_of_C3d_(ref List value); method CodeList_of_C4b_ (line 1577) | void CodeList_of_C4b_(ref List value); method CodeList_of_C4us_ (line 1578) | void CodeList_of_C4us_(ref List value); method CodeList_of_C4ui_ (line 1579) | void CodeList_of_C4ui_(ref List value); method CodeList_of_C4f_ (line 1580) | void CodeList_of_C4f_(ref List value); method CodeList_of_C4d_ (line 1581) | void CodeList_of_C4d_(ref List value); method CodeList_of_Range1b_ (line 1582) | void CodeList_of_Range1b_(ref List value); method CodeList_of_Range1sb_ (line 1583) | void CodeList_of_Range1sb_(ref List value); method CodeList_of_Range1s_ (line 1584) | void CodeList_of_Range1s_(ref List value); method CodeList_of_Range1us_ (line 1585) | void CodeList_of_Range1us_(ref List value); method CodeList_of_Range1i_ (line 1586) | void CodeList_of_Range1i_(ref List value); method CodeList_of_Range1ui_ (line 1587) | void CodeList_of_Range1ui_(ref List value); method CodeList_of_Range1l_ (line 1588) | void CodeList_of_Range1l_(ref List value); method CodeList_of_Range1ul_ (line 1589) | void CodeList_of_Range1ul_(ref List value); method CodeList_of_Range1f_ (line 1590) | void CodeList_of_Range1f_(ref List value); method CodeList_of_Range1d_ (line 1591) | void CodeList_of_Range1d_(ref List value); method CodeList_of_Box2i_ (line 1592) | void CodeList_of_Box2i_(ref List value); method CodeList_of_Box2l_ (line 1593) | void CodeList_of_Box2l_(ref List value); method CodeList_of_Box2f_ (line 1594) | void CodeList_of_Box2f_(ref List value); method CodeList_of_Box2d_ (line 1595) | void CodeList_of_Box2d_(ref List value); method CodeList_of_Box3i_ (line 1596) | void CodeList_of_Box3i_(ref List value); method CodeList_of_Box3l_ (line 1597) | void CodeList_of_Box3l_(ref List value); method CodeList_of_Box3f_ (line 1598) | void CodeList_of_Box3f_(ref List value); method CodeList_of_Box3d_ (line 1599) | void CodeList_of_Box3d_(ref List value); method CodeList_of_Euclidean3f_ (line 1600) | void CodeList_of_Euclidean3f_(ref List value); method CodeList_of_Euclidean3d_ (line 1601) | void CodeList_of_Euclidean3d_(ref List value); method CodeList_of_Rot2f_ (line 1602) | void CodeList_of_Rot2f_(ref List value); method CodeList_of_Rot2d_ (line 1603) | void CodeList_of_Rot2d_(ref List value); method CodeList_of_Rot3f_ (line 1604) | void CodeList_of_Rot3f_(ref List value); method CodeList_of_Rot3d_ (line 1605) | void CodeList_of_Rot3d_(ref List value); method CodeList_of_Scale3f_ (line 1606) | void CodeList_of_Scale3f_(ref List value); method CodeList_of_Scale3d_ (line 1607) | void CodeList_of_Scale3d_(ref List value); method CodeList_of_Shift3f_ (line 1608) | void CodeList_of_Shift3f_(ref List value); method CodeList_of_Shift3d_ (line 1609) | void CodeList_of_Shift3d_(ref List value); method CodeList_of_Trafo2f_ (line 1610) | void CodeList_of_Trafo2f_(ref List value); method CodeList_of_Trafo2d_ (line 1611) | void CodeList_of_Trafo2d_(ref List value); method CodeList_of_Trafo3f_ (line 1612) | void CodeList_of_Trafo3f_(ref List value); method CodeList_of_Trafo3d_ (line 1613) | void CodeList_of_Trafo3d_(ref List value); method CodeList_of_Circle2d_ (line 1614) | void CodeList_of_Circle2d_(ref List value); method CodeList_of_Line2d_ (line 1615) | void CodeList_of_Line2d_(ref List value); method CodeList_of_Line3d_ (line 1616) | void CodeList_of_Line3d_(ref List value); method CodeList_of_Plane2d_ (line 1617) | void CodeList_of_Plane2d_(ref List value); method CodeList_of_Plane3d_ (line 1618) | void CodeList_of_Plane3d_(ref List value); method CodeList_of_PlaneWithPoint3d_ (line 1619) | void CodeList_of_PlaneWithPoint3d_(ref List value); method CodeList_of_Quad2d_ (line 1620) | void CodeList_of_Quad2d_(ref List value); method CodeList_of_Quad3d_ (line 1621) | void CodeList_of_Quad3d_(ref List value); method CodeList_of_Ray2d_ (line 1622) | void CodeList_of_Ray2d_(ref List value); method CodeList_of_Ray3d_ (line 1623) | void CodeList_of_Ray3d_(ref List value); method CodeList_of_Sphere3d_ (line 1624) | void CodeList_of_Sphere3d_(ref List value); method CodeList_of_Triangle2d_ (line 1625) | void CodeList_of_Triangle2d_(ref List value); method CodeList_of_Triangle3d_ (line 1626) | void CodeList_of_Triangle3d_(ref List value); method CodeList_of_Circle2f_ (line 1627) | void CodeList_of_Circle2f_(ref List value); method CodeList_of_Line2f_ (line 1628) | void CodeList_of_Line2f_(ref List value); method CodeList_of_Line3f_ (line 1629) | void CodeList_of_Line3f_(ref List value); method CodeList_of_Plane2f_ (line 1630) | void CodeList_of_Plane2f_(ref List value); method CodeList_of_Plane3f_ (line 1631) | void CodeList_of_Plane3f_(ref List value); method CodeList_of_PlaneWithPoint3f_ (line 1632) | void CodeList_of_PlaneWithPoint3f_(ref List value); method CodeList_of_Quad2f_ (line 1633) | void CodeList_of_Quad2f_(ref List value); method CodeList_of_Quad3f_ (line 1634) | void CodeList_of_Quad3f_(ref List value); method CodeList_of_Ray2f_ (line 1635) | void CodeList_of_Ray2f_(ref List value); method CodeList_of_Ray3f_ (line 1636) | void CodeList_of_Ray3f_(ref List value); method CodeList_of_Sphere3f_ (line 1637) | void CodeList_of_Sphere3f_(ref List value); method CodeList_of_Triangle2f_ (line 1638) | void CodeList_of_Triangle2f_(ref List value); method CodeList_of_Triangle3f_ (line 1639) | void CodeList_of_Triangle3f_(ref List value); method CodeList_of_Vector_of_Byte__ (line 1640) | void CodeList_of_Vector_of_Byte__(ref List> value); method CodeList_of_Vector_of_SByte__ (line 1641) | void CodeList_of_Vector_of_SByte__(ref List> value); method CodeList_of_Vector_of_Short__ (line 1642) | void CodeList_of_Vector_of_Short__(ref List> value); method CodeList_of_Vector_of_UShort__ (line 1643) | void CodeList_of_Vector_of_UShort__(ref List> value); method CodeList_of_Vector_of_Int__ (line 1644) | void CodeList_of_Vector_of_Int__(ref List> value); method CodeList_of_Vector_of_UInt__ (line 1645) | void CodeList_of_Vector_of_UInt__(ref List> value); method CodeList_of_Vector_of_Long__ (line 1646) | void CodeList_of_Vector_of_Long__(ref List> value); method CodeList_of_Vector_of_ULong__ (line 1647) | void CodeList_of_Vector_of_ULong__(ref List> value); method CodeList_of_Vector_of_Float__ (line 1648) | void CodeList_of_Vector_of_Float__(ref List> value); method CodeList_of_Vector_of_Double__ (line 1649) | void CodeList_of_Vector_of_Double__(ref List> value); method CodeList_of_Vector_of_Fraction__ (line 1650) | void CodeList_of_Vector_of_Fraction__(ref List> value); method CodeList_of_Vector_of_V2i__ (line 1651) | void CodeList_of_Vector_of_V2i__(ref List> value); method CodeList_of_Vector_of_V2l__ (line 1652) | void CodeList_of_Vector_of_V2l__(ref List> value); method CodeList_of_Vector_of_V2f__ (line 1653) | void CodeList_of_Vector_of_V2f__(ref List> value); method CodeList_of_Vector_of_V2d__ (line 1654) | void CodeList_of_Vector_of_V2d__(ref List> value); method CodeList_of_Vector_of_V3i__ (line 1655) | void CodeList_of_Vector_of_V3i__(ref List> value); method CodeList_of_Vector_of_V3l__ (line 1656) | void CodeList_of_Vector_of_V3l__(ref List> value); method CodeList_of_Vector_of_V3f__ (line 1657) | void CodeList_of_Vector_of_V3f__(ref List> value); method CodeList_of_Vector_of_V3d__ (line 1658) | void CodeList_of_Vector_of_V3d__(ref List> value); method CodeList_of_Vector_of_V4i__ (line 1659) | void CodeList_of_Vector_of_V4i__(ref List> value); method CodeList_of_Vector_of_V4l__ (line 1660) | void CodeList_of_Vector_of_V4l__(ref List> value); method CodeList_of_Vector_of_V4f__ (line 1661) | void CodeList_of_Vector_of_V4f__(ref List> value); method CodeList_of_Vector_of_V4d__ (line 1662) | void CodeList_of_Vector_of_V4d__(ref List> value); method CodeList_of_Vector_of_M22i__ (line 1663) | void CodeList_of_Vector_of_M22i__(ref List> value); method CodeList_of_Vector_of_M22l__ (line 1664) | void CodeList_of_Vector_of_M22l__(ref List> value); method CodeList_of_Vector_of_M22f__ (line 1665) | void CodeList_of_Vector_of_M22f__(ref List> value); method CodeList_of_Vector_of_M22d__ (line 1666) | void CodeList_of_Vector_of_M22d__(ref List> value); method CodeList_of_Vector_of_M23i__ (line 1667) | void CodeList_of_Vector_of_M23i__(ref List> value); method CodeList_of_Vector_of_M23l__ (line 1668) | void CodeList_of_Vector_of_M23l__(ref List> value); method CodeList_of_Vector_of_M23f__ (line 1669) | void CodeList_of_Vector_of_M23f__(ref List> value); method CodeList_of_Vector_of_M23d__ (line 1670) | void CodeList_of_Vector_of_M23d__(ref List> value); method CodeList_of_Vector_of_M33i__ (line 1671) | void CodeList_of_Vector_of_M33i__(ref List> value); method CodeList_of_Vector_of_M33l__ (line 1672) | void CodeList_of_Vector_of_M33l__(ref List> value); method CodeList_of_Vector_of_M33f__ (line 1673) | void CodeList_of_Vector_of_M33f__(ref List> value); method CodeList_of_Vector_of_M33d__ (line 1674) | void CodeList_of_Vector_of_M33d__(ref List> value); method CodeList_of_Vector_of_M34i__ (line 1675) | void CodeList_of_Vector_of_M34i__(ref List> value); method CodeList_of_Vector_of_M34l__ (line 1676) | void CodeList_of_Vector_of_M34l__(ref List> value); method CodeList_of_Vector_of_M34f__ (line 1677) | void CodeList_of_Vector_of_M34f__(ref List> value); method CodeList_of_Vector_of_M34d__ (line 1678) | void CodeList_of_Vector_of_M34d__(ref List> value); method CodeList_of_Vector_of_M44i__ (line 1679) | void CodeList_of_Vector_of_M44i__(ref List> value); method CodeList_of_Vector_of_M44l__ (line 1680) | void CodeList_of_Vector_of_M44l__(ref List> value); method CodeList_of_Vector_of_M44f__ (line 1681) | void CodeList_of_Vector_of_M44f__(ref List> value); method CodeList_of_Vector_of_M44d__ (line 1682) | void CodeList_of_Vector_of_M44d__(ref List> value); method CodeList_of_Vector_of_C3b__ (line 1683) | void CodeList_of_Vector_of_C3b__(ref List> value); method CodeList_of_Vector_of_C3us__ (line 1684) | void CodeList_of_Vector_of_C3us__(ref List> value); method CodeList_of_Vector_of_C3ui__ (line 1685) | void CodeList_of_Vector_of_C3ui__(ref List> value); method CodeList_of_Vector_of_C3f__ (line 1686) | void CodeList_of_Vector_of_C3f__(ref List> value); method CodeList_of_Vector_of_C3d__ (line 1687) | void CodeList_of_Vector_of_C3d__(ref List> value); method CodeList_of_Vector_of_C4b__ (line 1688) | void CodeList_of_Vector_of_C4b__(ref List> value); method CodeList_of_Vector_of_C4us__ (line 1689) | void CodeList_of_Vector_of_C4us__(ref List> value); method CodeList_of_Vector_of_C4ui__ (line 1690) | void CodeList_of_Vector_of_C4ui__(ref List> value); method CodeList_of_Vector_of_C4f__ (line 1691) | void CodeList_of_Vector_of_C4f__(ref List> value); method CodeList_of_Vector_of_C4d__ (line 1692) | void CodeList_of_Vector_of_C4d__(ref List> value); method CodeList_of_Vector_of_Range1b__ (line 1693) | void CodeList_of_Vector_of_Range1b__(ref List> value); method CodeList_of_Vector_of_Range1sb__ (line 1694) | void CodeList_of_Vector_of_Range1sb__(ref List> value); method CodeList_of_Vector_of_Range1s__ (line 1695) | void CodeList_of_Vector_of_Range1s__(ref List> value); method CodeList_of_Vector_of_Range1us__ (line 1696) | void CodeList_of_Vector_of_Range1us__(ref List> value); method CodeList_of_Vector_of_Range1i__ (line 1697) | void CodeList_of_Vector_of_Range1i__(ref List> value); method CodeList_of_Vector_of_Range1ui__ (line 1698) | void CodeList_of_Vector_of_Range1ui__(ref List> value); method CodeList_of_Vector_of_Range1l__ (line 1699) | void CodeList_of_Vector_of_Range1l__(ref List> value); method CodeList_of_Vector_of_Range1ul__ (line 1700) | void CodeList_of_Vector_of_Range1ul__(ref List> value); method CodeList_of_Vector_of_Range1f__ (line 1701) | void CodeList_of_Vector_of_Range1f__(ref List> value); method CodeList_of_Vector_of_Range1d__ (line 1702) | void CodeList_of_Vector_of_Range1d__(ref List> value); method CodeList_of_Vector_of_Box2i__ (line 1703) | void CodeList_of_Vector_of_Box2i__(ref List> value); method CodeList_of_Vector_of_Box2l__ (line 1704) | void CodeList_of_Vector_of_Box2l__(ref List> value); method CodeList_of_Vector_of_Box2f__ (line 1705) | void CodeList_of_Vector_of_Box2f__(ref List> value); method CodeList_of_Vector_of_Box2d__ (line 1706) | void CodeList_of_Vector_of_Box2d__(ref List> value); method CodeList_of_Vector_of_Box3i__ (line 1707) | void CodeList_of_Vector_of_Box3i__(ref List> value); method CodeList_of_Vector_of_Box3l__ (line 1708) | void CodeList_of_Vector_of_Box3l__(ref List> value); method CodeList_of_Vector_of_Box3f__ (line 1709) | void CodeList_of_Vector_of_Box3f__(ref List> value); method CodeList_of_Vector_of_Box3d__ (line 1710) | void CodeList_of_Vector_of_Box3d__(ref List> value); method CodeList_of_Vector_of_Euclidean3f__ (line 1711) | void CodeList_of_Vector_of_Euclidean3f__(ref List>... method CodeList_of_Vector_of_Euclidean3d__ (line 1712) | void CodeList_of_Vector_of_Euclidean3d__(ref List>... method CodeList_of_Vector_of_Rot2f__ (line 1713) | void CodeList_of_Vector_of_Rot2f__(ref List> value); method CodeList_of_Vector_of_Rot2d__ (line 1714) | void CodeList_of_Vector_of_Rot2d__(ref List> value); method CodeList_of_Vector_of_Rot3f__ (line 1715) | void CodeList_of_Vector_of_Rot3f__(ref List> value); method CodeList_of_Vector_of_Rot3d__ (line 1716) | void CodeList_of_Vector_of_Rot3d__(ref List> value); method CodeList_of_Vector_of_Scale3f__ (line 1717) | void CodeList_of_Vector_of_Scale3f__(ref List> value); method CodeList_of_Vector_of_Scale3d__ (line 1718) | void CodeList_of_Vector_of_Scale3d__(ref List> value); method CodeList_of_Vector_of_Shift3f__ (line 1719) | void CodeList_of_Vector_of_Shift3f__(ref List> value); method CodeList_of_Vector_of_Shift3d__ (line 1720) | void CodeList_of_Vector_of_Shift3d__(ref List> value); method CodeList_of_Vector_of_Trafo2f__ (line 1721) | void CodeList_of_Vector_of_Trafo2f__(ref List> value); method CodeList_of_Vector_of_Trafo2d__ (line 1722) | void CodeList_of_Vector_of_Trafo2d__(ref List> value); method CodeList_of_Vector_of_Trafo3f__ (line 1723) | void CodeList_of_Vector_of_Trafo3f__(ref List> value); method CodeList_of_Vector_of_Trafo3d__ (line 1724) | void CodeList_of_Vector_of_Trafo3d__(ref List> value); method CodeList_of_Vector_of_Bool__ (line 1725) | void CodeList_of_Vector_of_Bool__(ref List> value); method CodeList_of_Vector_of_Char__ (line 1726) | void CodeList_of_Vector_of_Char__(ref List> value); method CodeList_of_Vector_of_String__ (line 1727) | void CodeList_of_Vector_of_String__(ref List> value); method CodeList_of_Vector_of_Type__ (line 1728) | void CodeList_of_Vector_of_Type__(ref List> value); method CodeList_of_Vector_of_Guid__ (line 1729) | void CodeList_of_Vector_of_Guid__(ref List> value); method CodeList_of_Vector_of_Symbol__ (line 1730) | void CodeList_of_Vector_of_Symbol__(ref List> value); method CodeList_of_Vector_of_Circle2d__ (line 1731) | void CodeList_of_Vector_of_Circle2d__(ref List> value); method CodeList_of_Vector_of_Line2d__ (line 1732) | void CodeList_of_Vector_of_Line2d__(ref List> value); method CodeList_of_Vector_of_Line3d__ (line 1733) | void CodeList_of_Vector_of_Line3d__(ref List> value); method CodeList_of_Vector_of_Plane2d__ (line 1734) | void CodeList_of_Vector_of_Plane2d__(ref List> value); method CodeList_of_Vector_of_Plane3d__ (line 1735) | void CodeList_of_Vector_of_Plane3d__(ref List> value); method CodeList_of_Vector_of_PlaneWithPoint3d__ (line 1736) | void CodeList_of_Vector_of_PlaneWithPoint3d__(ref List> value); method CodeList_of_Vector_of_Quad3d__ (line 1738) | void CodeList_of_Vector_of_Quad3d__(ref List> value); method CodeList_of_Vector_of_Ray2d__ (line 1739) | void CodeList_of_Vector_of_Ray2d__(ref List> value); method CodeList_of_Vector_of_Ray3d__ (line 1740) | void CodeList_of_Vector_of_Ray3d__(ref List> value); method CodeList_of_Vector_of_Sphere3d__ (line 1741) | void CodeList_of_Vector_of_Sphere3d__(ref List> value); method CodeList_of_Vector_of_Triangle2d__ (line 1742) | void CodeList_of_Vector_of_Triangle2d__(ref List> v... method CodeList_of_Vector_of_Triangle3d__ (line 1743) | void CodeList_of_Vector_of_Triangle3d__(ref List> v... method CodeList_of_Vector_of_Circle2f__ (line 1744) | void CodeList_of_Vector_of_Circle2f__(ref List> value); method CodeList_of_Vector_of_Line2f__ (line 1745) | void CodeList_of_Vector_of_Line2f__(ref List> value); method CodeList_of_Vector_of_Line3f__ (line 1746) | void CodeList_of_Vector_of_Line3f__(ref List> value); method CodeList_of_Vector_of_Plane2f__ (line 1747) | void CodeList_of_Vector_of_Plane2f__(ref List> value); method CodeList_of_Vector_of_Plane3f__ (line 1748) | void CodeList_of_Vector_of_Plane3f__(ref List> value); method CodeList_of_Vector_of_PlaneWithPoint3f__ (line 1749) | void CodeList_of_Vector_of_PlaneWithPoint3f__(ref List> value); method CodeList_of_Vector_of_Quad3f__ (line 1751) | void CodeList_of_Vector_of_Quad3f__(ref List> value); method CodeList_of_Vector_of_Ray2f__ (line 1752) | void CodeList_of_Vector_of_Ray2f__(ref List> value); method CodeList_of_Vector_of_Ray3f__ (line 1753) | void CodeList_of_Vector_of_Ray3f__(ref List> value); method CodeList_of_Vector_of_Sphere3f__ (line 1754) | void CodeList_of_Vector_of_Sphere3f__(ref List> value); method CodeList_of_Vector_of_Triangle2f__ (line 1755) | void CodeList_of_Vector_of_Triangle2f__(ref List> v... method CodeList_of_Vector_of_Triangle3f__ (line 1756) | void CodeList_of_Vector_of_Triangle3f__(ref List> v... method CodeList_of_Matrix_of_Byte__ (line 1757) | void CodeList_of_Matrix_of_Byte__(ref List> value); method CodeList_of_Matrix_of_SByte__ (line 1758) | void CodeList_of_Matrix_of_SByte__(ref List> value); method CodeList_of_Matrix_of_Short__ (line 1759) | void CodeList_of_Matrix_of_Short__(ref List> value); method CodeList_of_Matrix_of_UShort__ (line 1760) | void CodeList_of_Matrix_of_UShort__(ref List> value); method CodeList_of_Matrix_of_Int__ (line 1761) | void CodeList_of_Matrix_of_Int__(ref List> value); method CodeList_of_Matrix_of_UInt__ (line 1762) | void CodeList_of_Matrix_of_UInt__(ref List> value); method CodeList_of_Matrix_of_Long__ (line 1763) | void CodeList_of_Matrix_of_Long__(ref List> value); method CodeList_of_Matrix_of_ULong__ (line 1764) | void CodeList_of_Matrix_of_ULong__(ref List> value); method CodeList_of_Matrix_of_Float__ (line 1765) | void CodeList_of_Matrix_of_Float__(ref List> value); method CodeList_of_Matrix_of_Double__ (line 1766) | void CodeList_of_Matrix_of_Double__(ref List> value); method CodeList_of_Matrix_of_Fraction__ (line 1767) | void CodeList_of_Matrix_of_Fraction__(ref List> value); method CodeList_of_Matrix_of_V2i__ (line 1768) | void CodeList_of_Matrix_of_V2i__(ref List> value); method CodeList_of_Matrix_of_V2l__ (line 1769) | void CodeList_of_Matrix_of_V2l__(ref List> value); method CodeList_of_Matrix_of_V2f__ (line 1770) | void CodeList_of_Matrix_of_V2f__(ref List> value); method CodeList_of_Matrix_of_V2d__ (line 1771) | void CodeList_of_Matrix_of_V2d__(ref List> value); method CodeList_of_Matrix_of_V3i__ (line 1772) | void CodeList_of_Matrix_of_V3i__(ref List> value); method CodeList_of_Matrix_of_V3l__ (line 1773) | void CodeList_of_Matrix_of_V3l__(ref List> value); method CodeList_of_Matrix_of_V3f__ (line 1774) | void CodeList_of_Matrix_of_V3f__(ref List> value); method CodeList_of_Matrix_of_V3d__ (line 1775) | void CodeList_of_Matrix_of_V3d__(ref List> value); method CodeList_of_Matrix_of_V4i__ (line 1776) | void CodeList_of_Matrix_of_V4i__(ref List> value); method CodeList_of_Matrix_of_V4l__ (line 1777) | void CodeList_of_Matrix_of_V4l__(ref List> value); method CodeList_of_Matrix_of_V4f__ (line 1778) | void CodeList_of_Matrix_of_V4f__(ref List> value); method CodeList_of_Matrix_of_V4d__ (line 1779) | void CodeList_of_Matrix_of_V4d__(ref List> value); method CodeList_of_Matrix_of_M22i__ (line 1780) | void CodeList_of_Matrix_of_M22i__(ref List> value); method CodeList_of_Matrix_of_M22l__ (line 1781) | void CodeList_of_Matrix_of_M22l__(ref List> value); method CodeList_of_Matrix_of_M22f__ (line 1782) | void CodeList_of_Matrix_of_M22f__(ref List> value); method CodeList_of_Matrix_of_M22d__ (line 1783) | void CodeList_of_Matrix_of_M22d__(ref List> value); method CodeList_of_Matrix_of_M23i__ (line 1784) | void CodeList_of_Matrix_of_M23i__(ref List> value); method CodeList_of_Matrix_of_M23l__ (line 1785) | void CodeList_of_Matrix_of_M23l__(ref List> value); method CodeList_of_Matrix_of_M23f__ (line 1786) | void CodeList_of_Matrix_of_M23f__(ref List> value); method CodeList_of_Matrix_of_M23d__ (line 1787) | void CodeList_of_Matrix_of_M23d__(ref List> value); method CodeList_of_Matrix_of_M33i__ (line 1788) | void CodeList_of_Matrix_of_M33i__(ref List> value); method CodeList_of_Matrix_of_M33l__ (line 1789) | void CodeList_of_Matrix_of_M33l__(ref List> value); method CodeList_of_Matrix_of_M33f__ (line 1790) | void CodeList_of_Matrix_of_M33f__(ref List> value); method CodeList_of_Matrix_of_M33d__ (line 1791) | void CodeList_of_Matrix_of_M33d__(ref List> value); method CodeList_of_Matrix_of_M34i__ (line 1792) | void CodeList_of_Matrix_of_M34i__(ref List> value); method CodeList_of_Matrix_of_M34l__ (line 1793) | void CodeList_of_Matrix_of_M34l__(ref List> value); method CodeList_of_Matrix_of_M34f__ (line 1794) | void CodeList_of_Matrix_of_M34f__(ref List> value); method CodeList_of_Matrix_of_M34d__ (line 1795) | void CodeList_of_Matrix_of_M34d__(ref List> value); method CodeList_of_Matrix_of_M44i__ (line 1796) | void CodeList_of_Matrix_of_M44i__(ref List> value); method CodeList_of_Matrix_of_M44l__ (line 1797) | void CodeList_of_Matrix_of_M44l__(ref List> value); method CodeList_of_Matrix_of_M44f__ (line 1798) | void CodeList_of_Matrix_of_M44f__(ref List> value); method CodeList_of_Matrix_of_M44d__ (line 1799) | void CodeList_of_Matrix_of_M44d__(ref List> value); method CodeList_of_Matrix_of_C3b__ (line 1800) | void CodeList_of_Matrix_of_C3b__(ref List> value); method CodeList_of_Matrix_of_C3us__ (line 1801) | void CodeList_of_Matrix_of_C3us__(ref List> value); method CodeList_of_Matrix_of_C3ui__ (line 1802) | void CodeList_of_Matrix_of_C3ui__(ref List> value); method CodeList_of_Matrix_of_C3f__ (line 1803) | void CodeList_of_Matrix_of_C3f__(ref List> value); method CodeList_of_Matrix_of_C3d__ (line 1804) | void CodeList_of_Matrix_of_C3d__(ref List> value); method CodeList_of_Matrix_of_C4b__ (line 1805) | void CodeList_of_Matrix_of_C4b__(ref List> value); method CodeList_of_Matrix_of_C4us__ (line 1806) | void CodeList_of_Matrix_of_C4us__(ref List> value); method CodeList_of_Matrix_of_C4ui__ (line 1807) | void CodeList_of_Matrix_of_C4ui__(ref List> value); method CodeList_of_Matrix_of_C4f__ (line 1808) | void CodeList_of_Matrix_of_C4f__(ref List> value); method CodeList_of_Matrix_of_C4d__ (line 1809) | void CodeList_of_Matrix_of_C4d__(ref List> value); method CodeList_of_Matrix_of_Range1b__ (line 1810) | void CodeList_of_Matrix_of_Range1b__(ref List> value); method CodeList_of_Matrix_of_Range1sb__ (line 1811) | void CodeList_of_Matrix_of_Range1sb__(ref List> value); method CodeList_of_Matrix_of_Range1s__ (line 1812) | void CodeList_of_Matrix_of_Range1s__(ref List> value); method CodeList_of_Matrix_of_Range1us__ (line 1813) | void CodeList_of_Matrix_of_Range1us__(ref List> value); method CodeList_of_Matrix_of_Range1i__ (line 1814) | void CodeList_of_Matrix_of_Range1i__(ref List> value); method CodeList_of_Matrix_of_Range1ui__ (line 1815) | void CodeList_of_Matrix_of_Range1ui__(ref List> value); method CodeList_of_Matrix_of_Range1l__ (line 1816) | void CodeList_of_Matrix_of_Range1l__(ref List> value); method CodeList_of_Matrix_of_Range1ul__ (line 1817) | void CodeList_of_Matrix_of_Range1ul__(ref List> value); method CodeList_of_Matrix_of_Range1f__ (line 1818) | void CodeList_of_Matrix_of_Range1f__(ref List> value); method CodeList_of_Matrix_of_Range1d__ (line 1819) | void CodeList_of_Matrix_of_Range1d__(ref List> value); method CodeList_of_Matrix_of_Box2i__ (line 1820) | void CodeList_of_Matrix_of_Box2i__(ref List> value); method CodeList_of_Matrix_of_Box2l__ (line 1821) | void CodeList_of_Matrix_of_Box2l__(ref List> value); method CodeList_of_Matrix_of_Box2f__ (line 1822) | void CodeList_of_Matrix_of_Box2f__(ref List> value); method CodeList_of_Matrix_of_Box2d__ (line 1823) | void CodeList_of_Matrix_of_Box2d__(ref List> value); method CodeList_of_Matrix_of_Box3i__ (line 1824) | void CodeList_of_Matrix_of_Box3i__(ref List> value); method CodeList_of_Matrix_of_Box3l__ (line 1825) | void CodeList_of_Matrix_of_Box3l__(ref List> value); method CodeList_of_Matrix_of_Box3f__ (line 1826) | void CodeList_of_Matrix_of_Box3f__(ref List> value); method CodeList_of_Matrix_of_Box3d__ (line 1827) | void CodeList_of_Matrix_of_Box3d__(ref List> value); method CodeList_of_Matrix_of_Euclidean3f__ (line 1828) | void CodeList_of_Matrix_of_Euclidean3f__(ref List>... method CodeList_of_Matrix_of_Euclidean3d__ (line 1829) | void CodeList_of_Matrix_of_Euclidean3d__(ref List>... method CodeList_of_Matrix_of_Rot2f__ (line 1830) | void CodeList_of_Matrix_of_Rot2f__(ref List> value); method CodeList_of_Matrix_of_Rot2d__ (line 1831) | void CodeList_of_Matrix_of_Rot2d__(ref List> value); method CodeList_of_Matrix_of_Rot3f__ (line 1832) | void CodeList_of_Matrix_of_Rot3f__(ref List> value); method CodeList_of_Matrix_of_Rot3d__ (line 1833) | void CodeList_of_Matrix_of_Rot3d__(ref List> value); method CodeList_of_Matrix_of_Scale3f__ (line 1834) | void CodeList_of_Matrix_of_Scale3f__(ref List> value); method CodeList_of_Matrix_of_Scale3d__ (line 1835) | void CodeList_of_Matrix_of_Scale3d__(ref List> value); method CodeList_of_Matrix_of_Shift3f__ (line 1836) | void CodeList_of_Matrix_of_Shift3f__(ref List> value); method CodeList_of_Matrix_of_Shift3d__ (line 1837) | void CodeList_of_Matrix_of_Shift3d__(ref List> value); method CodeList_of_Matrix_of_Trafo2f__ (line 1838) | void CodeList_of_Matrix_of_Trafo2f__(ref List> value); method CodeList_of_Matrix_of_Trafo2d__ (line 1839) | void CodeList_of_Matrix_of_Trafo2d__(ref List> value); method CodeList_of_Matrix_of_Trafo3f__ (line 1840) | void CodeList_of_Matrix_of_Trafo3f__(ref List> value); method CodeList_of_Matrix_of_Trafo3d__ (line 1841) | void CodeList_of_Matrix_of_Trafo3d__(ref List> value); method CodeList_of_Matrix_of_Bool__ (line 1842) | void CodeList_of_Matrix_of_Bool__(ref List> value); method CodeList_of_Matrix_of_Char__ (line 1843) | void CodeList_of_Matrix_of_Char__(ref List> value); method CodeList_of_Matrix_of_String__ (line 1844) | void CodeList_of_Matrix_of_String__(ref List> value); method CodeList_of_Matrix_of_Type__ (line 1845) | void CodeList_of_Matrix_of_Type__(ref List> value); method CodeList_of_Matrix_of_Guid__ (line 1846) | void CodeList_of_Matrix_of_Guid__(ref List> value); method CodeList_of_Matrix_of_Symbol__ (line 1847) | void CodeList_of_Matrix_of_Symbol__(ref List> value); method CodeList_of_Matrix_of_Circle2d__ (line 1848) | void CodeList_of_Matrix_of_Circle2d__(ref List> value); method CodeList_of_Matrix_of_Line2d__ (line 1849) | void CodeList_of_Matrix_of_Line2d__(ref List> value); method CodeList_of_Matrix_of_Line3d__ (line 1850) | void CodeList_of_Matrix_of_Line3d__(ref List> value); method CodeList_of_Matrix_of_Plane2d__ (line 1851) | void CodeList_of_Matrix_of_Plane2d__(ref List> value); method CodeList_of_Matrix_of_Plane3d__ (line 1852) | void CodeList_of_Matrix_of_Plane3d__(ref List> value); method CodeList_of_Matrix_of_PlaneWithPoint3d__ (line 1853) | void CodeList_of_Matrix_of_PlaneWithPoint3d__(ref List> value); method CodeList_of_Matrix_of_Quad3d__ (line 1855) | void CodeList_of_Matrix_of_Quad3d__(ref List> value); method CodeList_of_Matrix_of_Ray2d__ (line 1856) | void CodeList_of_Matrix_of_Ray2d__(ref List> value); method CodeList_of_Matrix_of_Ray3d__ (line 1857) | void CodeList_of_Matrix_of_Ray3d__(ref List> value); method CodeList_of_Matrix_of_Sphere3d__ (line 1858) | void CodeList_of_Matrix_of_Sphere3d__(ref List> value); method CodeList_of_Matrix_of_Triangle2d__ (line 1859) | void CodeList_of_Matrix_of_Triangle2d__(ref List> v... method CodeList_of_Matrix_of_Triangle3d__ (line 1860) | void CodeList_of_Matrix_of_Triangle3d__(ref List> v... method CodeList_of_Matrix_of_Circle2f__ (line 1861) | void CodeList_of_Matrix_of_Circle2f__(ref List> value); method CodeList_of_Matrix_of_Line2f__ (line 1862) | void CodeList_of_Matrix_of_Line2f__(ref List> value); method CodeList_of_Matrix_of_Line3f__ (line 1863) | void CodeList_of_Matrix_of_Line3f__(ref List> value); method CodeList_of_Matrix_of_Plane2f__ (line 1864) | void CodeList_of_Matrix_of_Plane2f__(ref List> value); method CodeList_of_Matrix_of_Plane3f__ (line 1865) | void CodeList_of_Matrix_of_Plane3f__(ref List> value); method CodeList_of_Matrix_of_PlaneWithPoint3f__ (line 1866) | void CodeList_of_Matrix_of_PlaneWithPoint3f__(ref List> value); method CodeList_of_Matrix_of_Quad3f__ (line 1868) | void CodeList_of_Matrix_of_Quad3f__(ref List> value); method CodeList_of_Matrix_of_Ray2f__ (line 1869) | void CodeList_of_Matrix_of_Ray2f__(ref List> value); method CodeList_of_Matrix_of_Ray3f__ (line 1870) | void CodeList_of_Matrix_of_Ray3f__(ref List> value); method CodeList_of_Matrix_of_Sphere3f__ (line 1871) | void CodeList_of_Matrix_of_Sphere3f__(ref List> value); method CodeList_of_Matrix_of_Triangle2f__ (line 1872) | void CodeList_of_Matrix_of_Triangle2f__(ref List> v... method CodeList_of_Matrix_of_Triangle3f__ (line 1873) | void CodeList_of_Matrix_of_Triangle3f__(ref List> v... method CodeList_of_Volume_of_Byte__ (line 1874) | void CodeList_of_Volume_of_Byte__(ref List> value); method CodeList_of_Volume_of_SByte__ (line 1875) | void CodeList_of_Volume_of_SByte__(ref List> value); method CodeList_of_Volume_of_Short__ (line 1876) | void CodeList_of_Volume_of_Short__(ref List> value); method CodeList_of_Volume_of_UShort__ (line 1877) | void CodeList_of_Volume_of_UShort__(ref List> value); method CodeList_of_Volume_of_Int__ (line 1878) | void CodeList_of_Volume_of_Int__(ref List> value); method CodeList_of_Volume_of_UInt__ (line 1879) | void CodeList_of_Volume_of_UInt__(ref List> value); method CodeList_of_Volume_of_Long__ (line 1880) | void CodeList_of_Volume_of_Long__(ref List> value); method CodeList_of_Volume_of_ULong__ (line 1881) | void CodeList_of_Volume_of_ULong__(ref List> value); method CodeList_of_Volume_of_Float__ (line 1882) | void CodeList_of_Volume_of_Float__(ref List> value); method CodeList_of_Volume_of_Double__ (line 1883) | void CodeList_of_Volume_of_Double__(ref List> value); method CodeList_of_Volume_of_Fraction__ (line 1884) | void CodeList_of_Volume_of_Fraction__(ref List> value); method CodeList_of_Volume_of_V2i__ (line 1885) | void CodeList_of_Volume_of_V2i__(ref List> value); method CodeList_of_Volume_of_V2l__ (line 1886) | void CodeList_of_Volume_of_V2l__(ref List> value); method CodeList_of_Volume_of_V2f__ (line 1887) | void CodeList_of_Volume_of_V2f__(ref List> value); method CodeList_of_Volume_of_V2d__ (line 1888) | void CodeList_of_Volume_of_V2d__(ref List> value); method CodeList_of_Volume_of_V3i__ (line 1889) | void CodeList_of_Volume_of_V3i__(ref List> value); method CodeList_of_Volume_of_V3l__ (line 1890) | void CodeList_of_Volume_of_V3l__(ref List> value); method CodeList_of_Volume_of_V3f__ (line 1891) | void CodeList_of_Volume_of_V3f__(ref List> value); method CodeList_of_Volume_of_V3d__ (line 1892) | void CodeList_of_Volume_of_V3d__(ref List> value); method CodeList_of_Volume_of_V4i__ (line 1893) | void CodeList_of_Volume_of_V4i__(ref List> value); method CodeList_of_Volume_of_V4l__ (line 1894) | void CodeList_of_Volume_of_V4l__(ref List> value); method CodeList_of_Volume_of_V4f__ (line 1895) | void CodeList_of_Volume_of_V4f__(ref List> value); method CodeList_of_Volume_of_V4d__ (line 1896) | void CodeList_of_Volume_of_V4d__(ref List> value); method CodeList_of_Volume_of_M22i__ (line 1897) | void CodeList_of_Volume_of_M22i__(ref List> value); method CodeList_of_Volume_of_M22l__ (line 1898) | void CodeList_of_Volume_of_M22l__(ref List> value); method CodeList_of_Volume_of_M22f__ (line 1899) | void CodeList_of_Volume_of_M22f__(ref List> value); method CodeList_of_Volume_of_M22d__ (line 1900) | void CodeList_of_Volume_of_M22d__(ref List> value); method CodeList_of_Volume_of_M23i__ (line 1901) | void CodeList_of_Volume_of_M23i__(ref List> value); method CodeList_of_Volume_of_M23l__ (line 1902) | void CodeList_of_Volume_of_M23l__(ref List> value); method CodeList_of_Volume_of_M23f__ (line 1903) | void CodeList_of_Volume_of_M23f__(ref List> value); method CodeList_of_Volume_of_M23d__ (line 1904) | void CodeList_of_Volume_of_M23d__(ref List> value); method CodeList_of_Volume_of_M33i__ (line 1905) | void CodeList_of_Volume_of_M33i__(ref List> value); method CodeList_of_Volume_of_M33l__ (line 1906) | void CodeList_of_Volume_of_M33l__(ref List> value); method CodeList_of_Volume_of_M33f__ (line 1907) | void CodeList_of_Volume_of_M33f__(ref List> value); method CodeList_of_Volume_of_M33d__ (line 1908) | void CodeList_of_Volume_of_M33d__(ref List> value); method CodeList_of_Volume_of_M34i__ (line 1909) | void CodeList_of_Volume_of_M34i__(ref List> value); method CodeList_of_Volume_of_M34l__ (line 1910) | void CodeList_of_Volume_of_M34l__(ref List> value); method CodeList_of_Volume_of_M34f__ (line 1911) | void CodeList_of_Volume_of_M34f__(ref List> value); method CodeList_of_Volume_of_M34d__ (line 1912) | void CodeList_of_Volume_of_M34d__(ref List> value); method CodeList_of_Volume_of_M44i__ (line 1913) | void CodeList_of_Volume_of_M44i__(ref List> value); method CodeList_of_Volume_of_M44l__ (line 1914) | void CodeList_of_Volume_of_M44l__(ref List> value); method CodeList_of_Volume_of_M44f__ (line 1915) | void CodeList_of_Volume_of_M44f__(ref List> value); method CodeList_of_Volume_of_M44d__ (line 1916) | void CodeList_of_Volume_of_M44d__(ref List> value); method CodeList_of_Volume_of_C3b__ (line 1917) | void CodeList_of_Volume_of_C3b__(ref List> value); method CodeList_of_Volume_of_C3us__ (line 1918) | void CodeList_of_Volume_of_C3us__(ref List> value); method CodeList_of_Volume_of_C3ui__ (line 1919) | void CodeList_of_Volume_of_C3ui__(ref List> value); method CodeList_of_Volume_of_C3f__ (line 1920) | void CodeList_of_Volume_of_C3f__(ref List> value); method CodeList_of_Volume_of_C3d__ (line 1921) | void CodeList_of_Volume_of_C3d__(ref List> value); method CodeList_of_Volume_of_C4b__ (line 1922) | void CodeList_of_Volume_of_C4b__(ref List> value); method CodeList_of_Volume_of_C4us__ (line 1923) | void CodeList_of_Volume_of_C4us__(ref List> value); method CodeList_of_Volume_of_C4ui__ (line 1924) | void CodeList_of_Volume_of_C4ui__(ref List> value); method CodeList_of_Volume_of_C4f__ (line 1925) | void CodeList_of_Volume_of_C4f__(ref List> value); method CodeList_of_Volume_of_C4d__ (line 1926) | void CodeList_of_Volume_of_C4d__(ref List> value); method CodeList_of_Volume_of_Range1b__ (line 1927) | void CodeList_of_Volume_of_Range1b__(ref List> value); method CodeList_of_Volume_of_Range1sb__ (line 1928) | void CodeList_of_Volume_of_Range1sb__(ref List> value); method CodeList_of_Volume_of_Range1s__ (line 1929) | void CodeList_of_Volume_of_Range1s__(ref List> value); method CodeList_of_Volume_of_Range1us__ (line 1930) | void CodeList_of_Volume_of_Range1us__(ref List> value); method CodeList_of_Volume_of_Range1i__ (line 1931) | void CodeList_of_Volume_of_Range1i__(ref List> value); method CodeList_of_Volume_of_Range1ui__ (line 1932) | void CodeList_of_Volume_of_Range1ui__(ref List> value); method CodeList_of_Volume_of_Range1l__ (line 1933) | void CodeList_of_Volume_of_Range1l__(ref List> value); method CodeList_of_Volume_of_Range1ul__ (line 1934) | void CodeList_of_Volume_of_Range1ul__(ref List> value); method CodeList_of_Volume_of_Range1f__ (line 1935) | void CodeList_of_Volume_of_Range1f__(ref List> value); method CodeList_of_Volume_of_Range1d__ (line 1936) | void CodeList_of_Volume_of_Range1d__(ref List> value); method CodeList_of_Volume_of_Box2i__ (line 1937) | void CodeList_of_Volume_of_Box2i__(ref List> value); method CodeList_of_Volume_of_Box2l__ (line 1938) | void CodeList_of_Volume_of_Box2l__(ref List> value); method CodeList_of_Volume_of_Box2f__ (line 1939) | void CodeList_of_Volume_of_Box2f__(ref List> value); method CodeList_of_Volume_of_Box2d__ (line 1940) | void CodeList_of_Volume_of_Box2d__(ref List> value); method CodeList_of_Volume_of_Box3i__ (line 1941) | void CodeList_of_Volume_of_Box3i__(ref List> value); method CodeList_of_Volume_of_Box3l__ (line 1942) | void CodeList_of_Volume_of_Box3l__(ref List> value); method CodeList_of_Volume_of_Box3f__ (line 1943) | void CodeList_of_Volume_of_Box3f__(ref List> value); method CodeList_of_Volume_of_Box3d__ (line 1944) | void CodeList_of_Volume_of_Box3d__(ref List> value); method CodeList_of_Volume_of_Euclidean3f__ (line 1945) | void CodeList_of_Volume_of_Euclidean3f__(ref List>... method CodeList_of_Volume_of_Euclidean3d__ (line 1946) | void CodeList_of_Volume_of_Euclidean3d__(ref List>... method CodeList_of_Volume_of_Rot2f__ (line 1947) | void CodeList_of_Volume_of_Rot2f__(ref List> value); method CodeList_of_Volume_of_Rot2d__ (line 1948) | void CodeList_of_Volume_of_Rot2d__(ref List> value); method CodeList_of_Volume_of_Rot3f__ (line 1949) | void CodeList_of_Volume_of_Rot3f__(ref List> value); method CodeList_of_Volume_of_Rot3d__ (line 1950) | void CodeList_of_Volume_of_Rot3d__(ref List> value); method CodeList_of_Volume_of_Scale3f__ (line 1951) | void CodeList_of_Volume_of_Scale3f__(ref List> value); method CodeList_of_Volume_of_Scale3d__ (line 1952) | void CodeList_of_Volume_of_Scale3d__(ref List> value); method CodeList_of_Volume_of_Shift3f__ (line 1953) | void CodeList_of_Volume_of_Shift3f__(ref List> value); method CodeList_of_Volume_of_Shift3d__ (line 1954) | void CodeList_of_Volume_of_Shift3d__(ref List> value); method CodeList_of_Volume_of_Trafo2f__ (line 1955) | void CodeList_of_Volume_of_Trafo2f__(ref List> value); method CodeList_of_Volume_of_Trafo2d__ (line 1956) | void CodeList_of_Volume_of_Trafo2d__(ref List> value); method CodeList_of_Volume_of_Trafo3f__ (line 1957) | void CodeList_of_Volume_of_Trafo3f__(ref List> value); method CodeList_of_Volume_of_Trafo3d__ (line 1958) | void CodeList_of_Volume_of_Trafo3d__(ref List> value); method CodeList_of_Volume_of_Bool__ (line 1959) | void CodeList_of_Volume_of_Bool__(ref List> value); method CodeList_of_Volume_of_Char__ (line 1960) | void CodeList_of_Volume_of_Char__(ref List> value); method CodeList_of_Volume_of_String__ (line 1961) | void CodeList_of_Volume_of_String__(ref List> value); method CodeList_of_Volume_of_Type__ (line 1962) | void CodeList_of_Volume_of_Type__(ref List> value); method CodeList_of_Volume_of_Guid__ (line 1963) | void CodeList_of_Volume_of_Guid__(ref List> value); method CodeList_of_Volume_of_Symbol__ (line 1964) | void CodeList_of_Volume_of_Symbol__(ref List> value); method CodeList_of_Volume_of_Circle2d__ (line 1965) | void CodeList_of_Volume_of_Circle2d__(ref List> value); method CodeList_of_Volume_of_Line2d__ (line 1966) | void CodeList_of_Volume_of_Line2d__(ref List> value); method CodeList_of_Volume_of_Line3d__ (line 1967) | void CodeList_of_Volume_of_Line3d__(ref List> value); method CodeList_of_Volume_of_Plane2d__ (line 1968) | void CodeList_of_Volume_of_Plane2d__(ref List> value); method CodeList_of_Volume_of_Plane3d__ (line 1969) | void CodeList_of_Volume_of_Plane3d__(ref List> value); method CodeList_of_Volume_of_PlaneWithPoint3d__ (line 1970) | void CodeList_of_Volume_of_PlaneWithPoint3d__(ref List> value); method CodeList_of_Volume_of_Quad3d__ (line 1972) | void CodeList_of_Volume_of_Quad3d__(ref List> value); method CodeList_of_Volume_of_Ray2d__ (line 1973) | void CodeList_of_Volume_of_Ray2d__(ref List> value); method CodeList_of_Volume_of_Ray3d__ (line 1974) | void CodeList_of_Volume_of_Ray3d__(ref List> value); method CodeList_of_Volume_of_Sphere3d__ (line 1975) | void CodeList_of_Volume_of_Sphere3d__(ref List> value); method CodeList_of_Volume_of_Triangle2d__ (line 1976) | void CodeList_of_Volume_of_Triangle2d__(ref List> v... method CodeList_of_Volume_of_Triangle3d__ (line 1977) | void CodeList_of_Volume_of_Triangle3d__(ref List> v... method CodeList_of_Volume_of_Circle2f__ (line 1978) | void CodeList_of_Volume_of_Circle2f__(ref List> value); method CodeList_of_Volume_of_Line2f__ (line 1979) | void CodeList_of_Volume_of_Line2f__(ref List> value); method CodeList_of_Volume_of_Line3f__ (line 1980) | void CodeList_of_Volume_of_Line3f__(ref List> value); method CodeList_of_Volume_of_Plane2f__ (line 1981) | void CodeList_of_Volume_of_Plane2f__(ref List> value); method CodeList_of_Volume_of_Plane3f__ (line 1982) | void CodeList_of_Volume_of_Plane3f__(ref List> value); method CodeList_of_Volume_of_PlaneWithPoint3f__ (line 1983) | void CodeList_of_Volume_of_PlaneWithPoint3f__(ref List> value); method CodeList_of_Volume_of_Quad3f__ (line 1985) | void CodeList_of_Volume_of_Quad3f__(ref List> value); method CodeList_of_Volume_of_Ray2f__ (line 1986) | void CodeList_of_Volume_of_Ray2f__(ref List> value); method CodeList_of_Volume_of_Ray3f__ (line 1987) | void CodeList_of_Volume_of_Ray3f__(ref List> value); method CodeList_of_Volume_of_Sphere3f__ (line 1988) | void CodeList_of_Volume_of_Sphere3f__(ref List> value); method CodeList_of_Volume_of_Triangle2f__ (line 1989) | void CodeList_of_Volume_of_Triangle2f__(ref List> v... method CodeList_of_Volume_of_Triangle3f__ (line 1990) | void CodeList_of_Volume_of_Triangle3f__(ref List> v... method CodeList_of_Tensor_of_Byte__ (line 1991) | void CodeList_of_Tensor_of_Byte__(ref List> value); method CodeList_of_Tensor_of_SByte__ (line 1992) | void CodeList_of_Tensor_of_SByte__(ref List> value); method CodeList_of_Tensor_of_Short__ (line 1993) | void CodeList_of_Tensor_of_Short__(ref List> value); method CodeList_of_Tensor_of_UShort__ (line 1994) | void CodeList_of_Tensor_of_UShort__(ref List> value); method CodeList_of_Tensor_of_Int__ (line 1995) | void CodeList_of_Tensor_of_Int__(ref List> value); method CodeList_of_Tensor_of_UInt__ (line 1996) | void CodeList_of_Tensor_of_UInt__(ref List> value); method CodeList_of_Tensor_of_Long__ (line 1997) | void CodeList_of_Tensor_of_Long__(ref List> value); method CodeList_of_Tensor_of_ULong__ (line 1998) | void CodeList_of_Tensor_of_ULong__(ref List> value); method CodeList_of_Tensor_of_Float__ (line 1999) | void CodeList_of_Tensor_of_Float__(ref List> value); method CodeList_of_Tensor_of_Double__ (line 2000) | void CodeList_of_Tensor_of_Double__(ref List> value); method CodeList_of_Tensor_of_Fraction__ (line 2001) | void CodeList_of_Tensor_of_Fraction__(ref List> value); method CodeList_of_Tensor_of_V2i__ (line 2002) | void CodeList_of_Tensor_of_V2i__(ref List> value); method CodeList_of_Tensor_of_V2l__ (line 2003) | void CodeList_of_Tensor_of_V2l__(ref List> value); method CodeList_of_Tensor_of_V2f__ (line 2004) | void CodeList_of_Tensor_of_V2f__(ref List> value); method CodeList_of_Tensor_of_V2d__ (line 2005) | void CodeList_of_Tensor_of_V2d__(ref List> value); method CodeList_of_Tensor_of_V3i__ (line 2006) | void CodeList_of_Tensor_of_V3i__(ref List> value); method CodeList_of_Tensor_of_V3l__ (line 2007) | void CodeList_of_Tensor_of_V3l__(ref List> value); method CodeList_of_Tensor_of_V3f__ (line 2008) | void CodeList_of_Tensor_of_V3f__(ref List> value); method CodeList_of_Tensor_of_V3d__ (line 2009) | void CodeList_of_Tensor_of_V3d__(ref List> value); method CodeList_of_Tensor_of_V4i__ (line 2010) | void CodeList_of_Tensor_of_V4i__(ref List> value); method CodeList_of_Tensor_of_V4l__ (line 2011) | void CodeList_of_Tensor_of_V4l__(ref List> value); method CodeList_of_Tensor_of_V4f__ (line 2012) | void CodeList_of_Tensor_of_V4f__(ref List> value); method CodeList_of_Tensor_of_V4d__ (line 2013) | void CodeList_of_Tensor_of_V4d__(ref List> value); method CodeList_of_Tensor_of_M22i__ (line 2014) | void CodeList_of_Tensor_of_M22i__(ref List> value); method CodeList_of_Tensor_of_M22l__ (line 2015) | void CodeList_of_Tensor_of_M22l__(ref List> value); method CodeList_of_Tensor_of_M22f__ (line 2016) | void CodeList_of_Tensor_of_M22f__(ref List> value); method CodeList_of_Tensor_of_M22d__ (line 2017) | void CodeList_of_Tensor_of_M22d__(ref List> value); method CodeList_of_Tensor_of_M23i__ (line 2018) | void CodeList_of_Tensor_of_M23i__(ref List> value); method CodeList_of_Tensor_of_M23l__ (line 2019) | void CodeList_of_Tensor_of_M23l__(ref List> value); method CodeList_of_Tensor_of_M23f__ (line 2020) | void CodeList_of_Tensor_of_M23f__(ref List> value); method CodeList_of_Tensor_of_M23d__ (line 2021) | void CodeList_of_Tensor_of_M23d__(ref List> value); method CodeList_of_Tensor_of_M33i__ (line 2022) | void CodeList_of_Tensor_of_M33i__(ref List> value); method CodeList_of_Tensor_of_M33l__ (line 2023) | void CodeList_of_Tensor_of_M33l__(ref List> value); method CodeList_of_Tensor_of_M33f__ (line 2024) | void CodeList_of_Tensor_of_M33f__(ref List> value); method CodeList_of_Tensor_of_M33d__ (line 2025) | void CodeList_of_Tensor_of_M33d__(ref List> value); method CodeList_of_Tensor_of_M34i__ (line 2026) | void CodeList_of_Tensor_of_M34i__(ref List> value); method CodeList_of_Tensor_of_M34l__ (line 2027) | void CodeList_of_Tensor_of_M34l__(ref List> value); method CodeList_of_Tensor_of_M34f__ (line 2028) | void CodeList_of_Tensor_of_M34f__(ref List> value); method CodeList_of_Tensor_of_M34d__ (line 2029) | void CodeList_of_Tensor_of_M34d__(ref List> value); method CodeList_of_Tensor_of_M44i__ (line 2030) | void CodeList_of_Tensor_of_M44i__(ref List> value); method CodeList_of_Tensor_of_M44l__ (line 2031) | void CodeList_of_Tensor_of_M44l__(ref List> value); method CodeList_of_Tensor_of_M44f__ (line 2032) | void CodeList_of_Tensor_of_M44f__(ref List> value); method CodeList_of_Tensor_of_M44d__ (line 2033) | void CodeList_of_Tensor_of_M44d__(ref List> value); method CodeList_of_Tensor_of_C3b__ (line 2034) | void CodeList_of_Tensor_of_C3b__(ref List> value); method CodeList_of_Tensor_of_C3us__ (line 2035) | void CodeList_of_Tensor_of_C3us__(ref List> value); method CodeList_of_Tensor_of_C3ui__ (line 2036) | void CodeList_of_Tensor_of_C3ui__(ref List> value); method CodeList_of_Tensor_of_C3f__ (line 2037) | void CodeList_of_Tensor_of_C3f__(ref List> value); method CodeList_of_Tensor_of_C3d__ (line 2038) | void CodeList_of_Tensor_of_C3d__(ref List> value); method CodeList_of_Tensor_of_C4b__ (line 2039) | void CodeList_of_Tensor_of_C4b__(ref List> value); method CodeList_of_Tensor_of_C4us__ (line 2040) | void CodeList_of_Tensor_of_C4us__(ref List> value); method CodeList_of_Tensor_of_C4ui__ (line 2041) | void CodeList_of_Tensor_of_C4ui__(ref List> value); method CodeList_of_Tensor_of_C4f__ (line 2042) | void CodeList_of_Tensor_of_C4f__(ref List> value); method CodeList_of_Tensor_of_C4d__ (line 2043) | void CodeList_of_Tensor_of_C4d__(ref List> value); method CodeList_of_Tensor_of_Range1b__ (line 2044) | void CodeList_of_Tensor_of_Range1b__(ref List> value); method CodeList_of_Tensor_of_Range1sb__ (line 2045) | void CodeList_of_Tensor_of_Range1sb__(ref List> value); method CodeList_of_Tensor_of_Range1s__ (line 2046) | void CodeList_of_Tensor_of_Range1s__(ref List> value); method CodeList_of_Tensor_of_Range1us__ (line 2047) | void CodeList_of_Tensor_of_Range1us__(ref List> value); method CodeList_of_Tensor_of_Range1i__ (line 2048) | void CodeList_of_Tensor_of_Range1i__(ref List> value); method CodeList_of_Tensor_of_Range1ui__ (line 2049) | void CodeList_of_Tensor_of_Range1ui__(ref List> value); method CodeList_of_Tensor_of_Range1l__ (line 2050) | void CodeList_of_Tensor_of_Range1l__(ref List> value); method CodeList_of_Tensor_of_Range1ul__ (line 2051) | void CodeList_of_Tensor_of_Range1ul__(ref List> value); method CodeList_of_Tensor_of_Range1f__ (line 2052) | void CodeList_of_Tensor_of_Range1f__(ref List> value); method CodeList_of_Tensor_of_Range1d__ (line 2053) | void CodeList_of_Tensor_of_Range1d__(ref List> value); method CodeList_of_Tensor_of_Box2i__ (line 2054) | void CodeList_of_Tensor_of_Box2i__(ref List> value); method CodeList_of_Tensor_of_Box2l__ (line 2055) | void CodeList_of_Tensor_of_Box2l__(ref List> value); method CodeList_of_Tensor_of_Box2f__ (line 2056) | void CodeList_of_Tensor_of_Box2f__(ref List> value); method CodeList_of_Tensor_of_Box2d__ (line 2057) | void CodeList_of_Tensor_of_Box2d__(ref List> value); method CodeList_of_Tensor_of_Box3i__ (line 2058) | void CodeList_of_Tensor_of_Box3i__(ref List> value); method CodeList_of_Tensor_of_Box3l__ (line 2059) | void CodeList_of_Tensor_of_Box3l__(ref List> value); method CodeList_of_Tensor_of_Box3f__ (line 2060) | void CodeList_of_Tensor_of_Box3f__(ref List> value); method CodeList_of_Tensor_of_Box3d__ (line 2061) | void CodeList_of_Tensor_of_Box3d__(ref List> value); method CodeList_of_Tensor_of_Euclidean3f__ (line 2062) | void CodeList_of_Tensor_of_Euclidean3f__(ref List>... method CodeList_of_Tensor_of_Euclidean3d__ (line 2063) | void CodeList_of_Tensor_of_Euclidean3d__(ref List>... method CodeList_of_Tensor_of_Rot2f__ (line 2064) | void CodeList_of_Tensor_of_Rot2f__(ref List> value); method CodeList_of_Tensor_of_Rot2d__ (line 2065) | void CodeList_of_Tensor_of_Rot2d__(ref List> value); method CodeList_of_Tensor_of_Rot3f__ (line 2066) | void CodeList_of_Tensor_of_Rot3f__(ref List> value); method CodeList_of_Tensor_of_Rot3d__ (line 2067) | void CodeList_of_Tensor_of_Rot3d__(ref List> value); method CodeList_of_Tensor_of_Scale3f__ (line 2068) | void CodeList_of_Tensor_of_Scale3f__(ref List> value); method CodeList_of_Tensor_of_Scale3d__ (line 2069) | void CodeList_of_Tensor_of_Scale3d__(ref List> value); method CodeList_of_Tensor_of_Shift3f__ (line 2070) | void CodeList_of_Tensor_of_Shift3f__(ref List> value); method CodeList_of_Tensor_of_Shift3d__ (line 2071) | void CodeList_of_Tensor_of_Shift3d__(ref List> value); method CodeList_of_Tensor_of_Trafo2f__ (line 2072) | void CodeList_of_Tensor_of_Trafo2f__(ref List> value); method CodeList_of_Tensor_of_Trafo2d__ (line 2073) | void CodeList_of_Tensor_of_Trafo2d__(ref List> value); method CodeList_of_Tensor_of_Trafo3f__ (line 2074) | void CodeList_of_Tensor_of_Trafo3f__(ref List> value); method CodeList_of_Tensor_of_Trafo3d__ (line 2075) | void CodeList_of_Tensor_of_Trafo3d__(ref List> value); method CodeList_of_Tensor_of_Bool__ (line 2076) | void CodeList_of_Tensor_of_Bool__(ref List> value); method CodeList_of_Tensor_of_Char__ (line 2077) | void CodeList_of_Tensor_of_Char__(ref List> value); method CodeList_of_Tensor_of_String__ (line 2078) | void CodeList_of_Tensor_of_String__(ref List> value); method CodeList_of_Tensor_of_Type__ (line 2079) | void CodeList_of_Tensor_of_Type__(ref List> value); method CodeList_of_Tensor_of_Guid__ (line 2080) | void CodeList_of_Tensor_of_Guid__(ref List> value); method CodeList_of_Tensor_of_Symbol__ (line 2081) | void CodeList_of_Tensor_of_Symbol__(ref List> value); method CodeList_of_Tensor_of_Circle2d__ (line 2082) | void CodeList_of_Tensor_of_Circle2d__(ref List> value); method CodeList_of_Tensor_of_Line2d__ (line 2083) | void CodeList_of_Tensor_of_Line2d__(ref List> value); method CodeList_of_Tensor_of_Line3d__ (line 2084) | void CodeList_of_Tensor_of_Line3d__(ref List> value); method CodeList_of_Tensor_of_Plane2d__ (line 2085) | void CodeList_of_Tensor_of_Plane2d__(ref List> value); method CodeList_of_Tensor_of_Plane3d__ (line 2086) | void CodeList_of_Tensor_of_Plane3d__(ref List> value); method CodeList_of_Tensor_of_PlaneWithPoint3d__ (line 2087) | void CodeList_of_Tensor_of_PlaneWithPoint3d__(ref List> value); method CodeList_of_Tensor_of_Quad3d__ (line 2089) | void CodeList_of_Tensor_of_Quad3d__(ref List> value); method CodeList_of_Tensor_of_Ray2d__ (line 2090) | void CodeList_of_Tensor_of_Ray2d__(ref List> value); method CodeList_of_Tensor_of_Ray3d__ (line 2091) | void CodeList_of_Tensor_of_Ray3d__(ref List> value); method CodeList_of_Tensor_of_Sphere3d__ (line 2092) | void CodeList_of_Tensor_of_Sphere3d__(ref List> value); method CodeList_of_Tensor_of_Triangle2d__ (line 2093) | void CodeList_of_Tensor_of_Triangle2d__(ref List> v... method CodeList_of_Tensor_of_Triangle3d__ (line 2094) | void CodeList_of_Tensor_of_Triangle3d__(ref List> v... method CodeList_of_Tensor_of_Circle2f__ (line 2095) | void CodeList_of_Tensor_of_Circle2f__(ref List> value); method CodeList_of_Tensor_of_Line2f__ (line 2096) | void CodeList_of_Tensor_of_Line2f__(ref List> value); method CodeList_of_Tensor_of_Line3f__ (line 2097) | void CodeList_of_Tensor_of_Line3f__(ref List> value); method CodeList_of_Tensor_of_Plane2f__ (line 2098) | void CodeList_of_Tensor_of_Plane2f__(ref List> value); method CodeList_of_Tensor_of_Plane3f__ (line 2099) | void CodeList_of_Tensor_of_Plane3f__(ref List> value); method CodeList_of_Tensor_of_PlaneWithPoint3f__ (line 2100) | void CodeList_of_Tensor_of_PlaneWithPoint3f__(ref List> value); method CodeList_of_Tensor_of_Quad3f__ (line 2102) | void CodeList_of_Tensor_of_Quad3f__(ref List> value); method CodeList_of_Tensor_of_Ray2f__ (line 2103) | void CodeList_of_Tensor_of_Ray2f__(ref List> value); method CodeList_of_Tensor_of_Ray3f__ (line 2104) | void CodeList_of_Tensor_of_Ray3f__(ref List> value); method CodeList_of_Tensor_of_Sphere3f__ (line 2105) | void CodeList_of_Tensor_of_Sphere3f__(ref List> value); method CodeList_of_Tensor_of_Triangle2f__ (line 2106) | void CodeList_of_Tensor_of_Triangle2f__(ref List> v... method CodeList_of_Tensor_of_Triangle3f__ (line 2107) | void CodeList_of_Tensor_of_Triangle3f__(ref List> v... method CodeCircle2f (line 2113) | void CodeCircle2f(ref Circle2f v); method CodeLine2f (line 2114) | void CodeLine2f(ref Line2f v); method CodeLine3f (line 2115) | void CodeLine3f(ref Line3f v); method CodePlane2f (line 2116) | void CodePlane2f(ref Plane2f v); method CodePlane3f (line 2117) | void CodePlane3f(ref Plane3f v); method CodePlaneWithPoint3f (line 2118) | void CodePlaneWithPoint3f(ref PlaneWithPoint3f v); method CodeQuad2f (line 2119) | void CodeQuad2f(ref Quad2f v); method CodeQuad3f (line 2120) | void CodeQuad3f(ref Quad3f v); method CodeRay2f (line 2121) | void CodeRay2f(ref Ray2f v); method CodeRay3f (line 2122) | void CodeRay3f(ref Ray3f v); method CodeSphere3f (line 2123) | void CodeSphere3f(ref Sphere3f v); method CodeTriangle2f (line 2124) | void CodeTriangle2f(ref Triangle2f v); method CodeTriangle3f (line 2125) | void CodeTriangle3f(ref Triangle3f v); method CodeCircle2d (line 2127) | void CodeCircle2d(ref Circle2d v); method CodeLine2d (line 2128) | void CodeLine2d(ref Line2d v); method CodeLine3d (line 2129) | void CodeLine3d(ref Line3d v); method CodePlane2d (line 2130) | void CodePlane2d(ref Plane2d v); method CodePlane3d (line 2131) | void CodePlane3d(ref Plane3d v); method CodePlaneWithPoint3d (line 2132) | void CodePlaneWithPoint3d(ref PlaneWithPoint3d v); method CodeQuad2d (line 2133) | void CodeQuad2d(ref Quad2d v); method CodeQuad3d (line 2134) | void CodeQuad3d(ref Quad3d v); method CodeRay2d (line 2135) | void CodeRay2d(ref Ray2d v); method CodeRay3d (line 2136) | void CodeRay3d(ref Ray3d v); method CodeSphere3d (line 2137) | void CodeSphere3d(ref Sphere3d v); method CodeTriangle2d (line 2138) | void CodeTriangle2d(ref Triangle2d v); method CodeTriangle3d (line 2139) | void CodeTriangle3d(ref Triangle3d v); FILE: src/Aardvark.Base.IO/ICoder_template.cs type ICoder (line 14) | public partial interface ICoder method Code__name__ (line 20) | void Code__name__(ref __type__ value); method Code__name__ (line 37) | void Code__name__(ref __type__ value); method Code__name__ (line 47) | void Code__name__(ref __t__[] value); method Code__name2d__ (line 56) | void Code__name2d__(ref __t__[,] value); method Code__name3d__ (line 58) | void Code__name3d__(ref __t__[, ,] value); method Code__name2d__ (line 67) | void Code__name2d__(ref __t__[][] value); method Code__name3d__ (line 69) | void Code__name3d__(ref __t__[][][] value); method Code__name__ (line 78) | void Code__name__(ref List<__t__> value); method CodeCircle2__tc__ (line 88) | void CodeCircle2__tc__(ref Circle2__tc__ v); method CodeLine2__tc__ (line 89) | void CodeLine2__tc__(ref Line2__tc__ v); method CodeLine3__tc__ (line 90) | void CodeLine3__tc__(ref Line3__tc__ v); method CodePlane2__tc__ (line 91) | void CodePlane2__tc__(ref Plane2__tc__ v); method CodePlane3__tc__ (line 92) | void CodePlane3__tc__(ref Plane3__tc__ v); method CodePlaneWithPoint3__tc__ (line 93) | void CodePlaneWithPoint3__tc__(ref PlaneWithPoint3__tc__ v); method CodeQuad2__tc__ (line 94) | void CodeQuad2__tc__(ref Quad2__tc__ v); method CodeQuad3__tc__ (line 95) | void CodeQuad3__tc__(ref Quad3__tc__ v); method CodeRay2__tc__ (line 96) | void CodeRay2__tc__(ref Ray2__tc__ v); method CodeRay3__tc__ (line 97) | void CodeRay3__tc__(ref Ray3__tc__ v); method CodeSphere3__tc__ (line 98) | void CodeSphere3__tc__(ref Sphere3__tc__ v); method CodeTriangle2__tc__ (line 99) | void CodeTriangle2__tc__(ref Triangle2__tc__ v); method CodeTriangle3__tc__ (line 100) | void CodeTriangle3__tc__(ref Triangle3__tc__ v); FILE: src/Aardvark.Base.IO/IFieldCodeable.cs type FieldCoder (line 12) | public struct FieldCoder method FieldCoder (line 22) | public FieldCoder(int order, string name, method FieldCoder (line 33) | public FieldCoder(int order, string name, int minVersionInclusive, int... type IFieldCodeable (line 57) | public interface IFieldCodeable method GetFieldCoders (line 64) | IEnumerable GetFieldCoders(int coderVersion); class IEnumerableOfFieldCoderExtensions (line 69) | public static class IEnumerableOfFieldCoderExtensions method Base (line 79) | public static IEnumerable Base( class FieldCoderArray (line 93) | internal static class FieldCoderArray method Get (line 99) | public static FieldCoder[] Get(int coderVersion, Type type, int versio... class FieldCoderMap (line 123) | internal class FieldCoderMap : Dictionary> method Get (line 129) | public static FieldCoderMap Get(int coderVersion, Type type, int versi... FILE: src/Aardvark.Base.IO/ITypedMap.cs type FieldType (line 6) | public struct FieldType method FieldType (line 13) | public FieldType(string name, Type type) type ITypedMap (line 28) | public interface ITypedMap class TypeOfString (line 62) | public class TypeOfString : Dictionary { } class FieldTypeMap (line 63) | public static class FieldTypeMap method Get (line 69) | public static TypeOfString Get(Type type, ITypedMap typedMap) FILE: src/Aardvark.Base.IO/NetworkOrderBinaryReader.cs class NetworkOrderBinaryReader (line 26) | public class NetworkOrderBinaryReader : BinaryReader method NetworkOrderBinaryReader (line 31) | public NetworkOrderBinaryReader(Stream input) method NetworkOrderBinaryReader (line 36) | public NetworkOrderBinaryReader(Stream input, Encoding encoding) method ReadInt16 (line 55) | public override short ReadInt16() method ReadUInt16 (line 60) | public override ushort ReadUInt16() method ReadInt32 (line 65) | public override int ReadInt32() method ReadUInt32 (line 71) | public override uint ReadUInt32() method ReadInt64 (line 77) | public override long ReadInt64() method ReadUInt64 (line 89) | public override ulong ReadUInt64() method ReadSingle (line 101) | public override float ReadSingle() method ReadDouble (line 115) | public override double ReadDouble() method ReadV2f (line 133) | public V2f ReadV2f() method ReadV2fFrom2SignedInt8 (line 138) | public V2f ReadV2fFrom2SignedInt8() method ReadV2fFrom2Int16 (line 143) | public V2f ReadV2fFrom2Int16() method ReadV2fFrom2Int32 (line 148) | public V2f ReadV2fFrom2Int32() method ReadV3f (line 157) | public V3f ReadV3f() method ReadV3fFrom3SignedInt8 (line 162) | public V3f ReadV3fFrom3SignedInt8() method ReadV3fFrom3Int16 (line 167) | public V3f ReadV3fFrom3Int16() method ReadV3fFrom3Int32 (line 172) | public V3f ReadV3fFrom3Int32() method ReadC3f (line 181) | public C3f ReadC3f() method ReadC3fFrom3SignedInt8 (line 186) | public C3f ReadC3fFrom3SignedInt8() method ReadC3fFrom3Int16 (line 191) | public C3f ReadC3fFrom3Int16() method ReadC3fFrom3Int32 (line 196) | public C3f ReadC3fFrom3Int32() method ReadC4f (line 205) | public C4f ReadC4f() method ReadC4fFrom4SignedInt8 (line 210) | public C4f ReadC4fFrom4SignedInt8() method ReadC4fFrom4UInt8 (line 215) | public C4f ReadC4fFrom4UInt8() method ReadC4fFrom4Int16 (line 220) | public C4f ReadC4fFrom4Int16() method ReadC4fFrom4UInt16 (line 225) | public C4f ReadC4fFrom4UInt16() method ReadC4fFrom4Int32 (line 230) | public C4f ReadC4fFrom4Int32() method ReadC4fFrom4UInt32 (line 235) | public C4f ReadC4fFrom4UInt32() FILE: src/Aardvark.Base.IO/NetworkOrderBinaryWriter.cs class NetworkOrderBinaryWriter (line 35) | public class NetworkOrderBinaryWriter : BinaryWriter method NetworkOrderBinaryWriter (line 37) | public NetworkOrderBinaryWriter(Stream output) method NetworkOrderBinaryWriter (line 42) | public NetworkOrderBinaryWriter(Stream output, Encoding encoding) method Write (line 57) | public override void Write(short value) method Write (line 62) | public override void Write(ushort value) method Write (line 67) | public override void Write(int value) method Write (line 72) | public override void Write(uint value) method Write (line 77) | public override void Write(long value) method Write (line 82) | public override void Write(ulong value) method Write (line 87) | public override void Write(float value) method Write (line 92) | public override void Write(double value) method Write (line 97) | public void Write(V2f value) method Write (line 103) | public void Write(V2d value) method Write (line 109) | public void Write(V3f value) method Write (line 115) | public void Write(V3d value) method Write (line 121) | public void Write(C3f value) method Write (line 128) | public void Write(C4f value) FILE: src/Aardvark.Base.IO/RegisterTypeInfoAttribute.cs class RegisterTypeInfoAttribute (line 10) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Enum | Attribu... method RegisterTypeInfoAttribute (line 16) | public RegisterTypeInfoAttribute() FILE: src/Aardvark.Base.IO/StreamCodeReader.cs class StreamCodeReader (line 11) | public partial class StreamCodeReader : BinaryReader method StreamCodeReader (line 17) | public StreamCodeReader(Stream input) method StreamCodeReader (line 21) | public StreamCodeReader(Stream input, Encoding encoding) method ReadString (line 29) | public new string ReadString() method ReadGuid (line 34) | public Guid ReadGuid() method ReadSymbol (line 39) | public Symbol ReadSymbol() method ReadGuidSymbol (line 47) | public Symbol ReadGuidSymbol() method ReadPositiveSymbol (line 53) | public Symbol ReadPositiveSymbol() { return Symbol.Create(ReadString()... method ReadEuclidean3f (line 59) | public Euclidean3f ReadEuclidean3f() { return new Euclidean3f(ReadRot3... method ReadEuclidean3d (line 60) | public Euclidean3d ReadEuclidean3d() { return new Euclidean3d(ReadRot3... method ReadRot2f (line 61) | public Rot2f ReadRot2f() { return new Rot2f(ReadSingle()); } method ReadRot2d (line 62) | public Rot2d ReadRot2d() { return new Rot2d(ReadDouble()); } method ReadRot3f (line 63) | public Rot3f ReadRot3f() { return new Rot3f(ReadSingle(), ReadV3f()); } method ReadRot3d (line 64) | public Rot3d ReadRot3d() { return new Rot3d(ReadDouble(), ReadV3d()); } method ReadScale3f (line 65) | public Scale3f ReadScale3f() { return new Scale3f(ReadV3f()); } method ReadScale3d (line 66) | public Scale3d ReadScale3d() { return new Scale3d(ReadV3d()); } method ReadShift3f (line 67) | public Shift3f ReadShift3f() { return new Shift3f(ReadV3f()); } method ReadShift3d (line 68) | public Shift3d ReadShift3d() { return new Shift3d(ReadV3d()); } method ReadSimilarity3f (line 69) | public Similarity3f ReadSimilarity3f() { return new Similarity3f(ReadS... method ReadSimilarity3d (line 70) | public Similarity3d ReadSimilarity3d() { return new Similarity3d(ReadD... method ReadTrafo2f (line 71) | public Trafo2f ReadTrafo2f() { return new Trafo2f(ReadM33f(), ReadM33f... method ReadTrafo2d (line 72) | public Trafo2d ReadTrafo2d() { return new Trafo2d(ReadM33d(), ReadM33d... method ReadTrafo3f (line 73) | public Trafo3f ReadTrafo3f() { return new Trafo3f(ReadM44f(), ReadM44f... method ReadTrafo3d (line 74) | public Trafo3d ReadTrafo3d() { return new Trafo3d(ReadM44d(), ReadM44d... method ReadArray (line 80) | public long ReadArray(byte[] array, long index, long count) type ByteArrayUnion (line 87) | [StructLayout(LayoutKind.Explicit)] method GetTypeIdUncached (line 97) | private static IntPtr GetTypeIdUncached() where T : struct method ReadArray (line 107) | public long ReadArray(T[] array, long index, long count) method ReadArray (line 162) | public long ReadArray(T[,] array, long count) method ReadArray (line 220) | public long ReadArray(T[, ,] array, long count) method ReadList (line 277) | public int ReadList(List buffer, int index, int count) method Close (line 291) | public override void Close() FILE: src/Aardvark.Base.IO/StreamCodeReader_auto.cs class StreamCodeReader (line 5) | public partial class StreamCodeReader method ReadV2i (line 10) | public V2i ReadV2i() method ReadV2ui (line 15) | public V2ui ReadV2ui() method ReadV2l (line 20) | public V2l ReadV2l() method ReadV2f (line 25) | public V2f ReadV2f() method ReadV2d (line 30) | public V2d ReadV2d() method ReadV3i (line 35) | public V3i ReadV3i() method ReadV3ui (line 40) | public V3ui ReadV3ui() method ReadV3l (line 45) | public V3l ReadV3l() method ReadV3f (line 50) | public V3f ReadV3f() method ReadV3d (line 55) | public V3d ReadV3d() method ReadV4i (line 60) | public V4i ReadV4i() method ReadV4ui (line 65) | public V4ui ReadV4ui() method ReadV4l (line 70) | public V4l ReadV4l() method ReadV4f (line 75) | public V4f ReadV4f() method ReadV4d (line 80) | public V4d ReadV4d() method ReadM22i (line 89) | public M22i ReadM22i() method ReadM22l (line 97) | public M22l ReadM22l() method ReadM22f (line 105) | public M22f ReadM22f() method ReadM22d (line 113) | public M22d ReadM22d() method ReadM23i (line 121) | public M23i ReadM23i() method ReadM23l (line 129) | public M23l ReadM23l() method ReadM23f (line 137) | public M23f ReadM23f() method ReadM23d (line 145) | public M23d ReadM23d() method ReadM33i (line 153) | public M33i ReadM33i() method ReadM33l (line 162) | public M33l ReadM33l() method ReadM33f (line 171) | public M33f ReadM33f() method ReadM33d (line 180) | public M33d ReadM33d() method ReadM34i (line 189) | public M34i ReadM34i() method ReadM34l (line 198) | public M34l ReadM34l() method ReadM34f (line 207) | public M34f ReadM34f() method ReadM34d (line 216) | public M34d ReadM34d() method ReadM44i (line 225) | public M44i ReadM44i() method ReadM44l (line 235) | public M44l ReadM44l() method ReadM44f (line 245) | public M44f ReadM44f() method ReadM44d (line 255) | public M44d ReadM44d() method ReadRange1b (line 269) | public Range1b ReadRange1b() method ReadRange1sb (line 274) | public Range1sb ReadRange1sb() method ReadRange1s (line 279) | public Range1s ReadRange1s() method ReadRange1us (line 284) | public Range1us ReadRange1us() method ReadRange1i (line 289) | public Range1i ReadRange1i() method ReadRange1ui (line 294) | public Range1ui ReadRange1ui() method ReadRange1l (line 299) | public Range1l ReadRange1l() method ReadRange1ul (line 304) | public Range1ul ReadRange1ul() method ReadRange1f (line 309) | public Range1f ReadRange1f() method ReadRange1d (line 314) | public Range1d ReadRange1d() method ReadBox2i (line 319) | public Box2i ReadBox2i() method ReadBox2l (line 324) | public Box2l ReadBox2l() method ReadBox2f (line 329) | public Box2f ReadBox2f() method ReadBox2d (line 334) | public Box2d ReadBox2d() method ReadBox3i (line 339) | public Box3i ReadBox3i() method ReadBox3l (line 344) | public Box3l ReadBox3l() method ReadBox3f (line 349) | public Box3f ReadBox3f() method ReadBox3d (line 354) | public Box3d ReadBox3d() method ReadC3b (line 363) | public C3b ReadC3b() method ReadC3us (line 368) | public C3us ReadC3us() method ReadC3ui (line 373) | public C3ui ReadC3ui() method ReadC3f (line 378) | public C3f ReadC3f() method ReadC3d (line 383) | public C3d ReadC3d() method ReadC4b (line 388) | public C4b ReadC4b() method ReadC4us (line 393) | public C4us ReadC4us() method ReadC4ui (line 398) | public C4ui ReadC4ui() method ReadC4f (line 403) | public C4f ReadC4f() method ReadC4d (line 408) | public C4d ReadC4d() FILE: src/Aardvark.Base.IO/StreamCodeReader_template.cs class StreamCodeReader (line 7) | public partial class StreamCodeReader method Read__ (line 13) | public __t.Name__ __t.Read__() method Read__ (line 25) | public __t.Name__ __t.Read__() method Read__ (line 38) | public __t.Name__ __t.Read__() method Read__ (line 49) | public __t.Name__ __t.Read__() method ReadBig (line 62) | public long ReadBig(__t__[] array, long index, long count) method ReadBig (line 101) | public long ReadBig(__t__[,] array, long count) method ReadBig (line 138) | public long ReadBig(__t__[, ,] array, long count) method Read (line 181) | public int Read(List<__t__> buffer, int index, int count) FILE: src/Aardvark.Base.IO/StreamCodeWriter.cs class StreamCodeWriter (line 11) | public partial class StreamCodeWriter : BinaryWriter method StreamCodeWriter (line 20) | public StreamCodeWriter(Stream output) method StreamCodeWriter (line 25) | public StreamCodeWriter(Stream output, Encoding encoding) method Write (line 34) | public new void Write(string data) method Write (line 39) | public void Write(Guid data) method Write (line 44) | public void Write(Symbol value) method WriteGuidSymbol (line 58) | public void WriteGuidSymbol(Symbol value) method WritePositiveSymbol (line 64) | public void WritePositiveSymbol(Symbol value) { Write(value.ToString()... method Write (line 70) | public void Write(Euclidean3f t) { Write(t.Rot); Write(t.Trans); } method Write (line 71) | public void Write(Euclidean3d t) { Write(t.Rot); Write(t.Trans); } method Write (line 72) | public void Write(Rot2f t) { Write(t.Angle); } method Write (line 73) | public void Write(Rot2d t) { Write(t.Angle); } method Write (line 74) | public void Write(Rot3f t) { Write(t.W); Write(t.V); } method Write (line 75) | public void Write(Rot3d t) { Write(t.W); Write(t.V); } method Write (line 76) | public void Write(Scale3f t) { Write(t.V); } method Write (line 77) | public void Write(Scale3d t) { Write(t.V); } method Write (line 78) | public void Write(Shift3f t) { Write(t.V); } method Write (line 79) | public void Write(Shift3d t) { Write(t.V); } method Write (line 80) | public void Write(Similarity3f t) { Write(t.Scale); Write(t.Euclidean); } method Write (line 81) | public void Write(Similarity3d t) { Write(t.Scale); Write(t.Euclidean); } method Write (line 82) | public void Write(Trafo2f t) { Write(t.Forward); Write(t.Backward); } method Write (line 83) | public void Write(Trafo2d t) { Write(t.Forward); Write(t.Backward); } method Write (line 84) | public void Write(Trafo3f t) { Write(t.Forward); Write(t.Backward); } method Write (line 85) | public void Write(Trafo3d t) { Write(t.Forward); Write(t.Backward); } type ByteArrayUnion (line 92) | [StructLayout(LayoutKind.Explicit)] method WriteArray (line 102) | public void WriteArray(byte[] array, long index, long count) method WriteArray (line 107) | public void WriteArray(T[] array, long index, long count) method WriteArray (line 149) | public void WriteArray(T[,] array, long count) method WriteArray (line 190) | public void WriteArray(T[, ,] array, long count) method WriteList (line 231) | public void WriteList(List buffer, int index, int count) method Close (line 243) | public override void Close() FILE: src/Aardvark.Base.IO/StreamCodeWriter_auto.cs class StreamCodeWriter (line 5) | public partial class StreamCodeWriter method Write (line 10) | public void Write(V2i x) method Write (line 15) | public void Write(V2ui x) method Write (line 20) | public void Write(V2l x) method Write (line 25) | public void Write(V2f x) method Write (line 30) | public void Write(V2d x) method Write (line 35) | public void Write(V3i x) method Write (line 40) | public void Write(V3ui x) method Write (line 45) | public void Write(V3l x) method Write (line 50) | public void Write(V3f x) method Write (line 55) | public void Write(V3d x) method Write (line 60) | public void Write(V4i x) method Write (line 65) | public void Write(V4ui x) method Write (line 70) | public void Write(V4l x) method Write (line 75) | public void Write(V4f x) method Write (line 80) | public void Write(V4d x) method Write (line 89) | public void Write(M22i x) method Write (line 95) | public void Write(M22l x) method Write (line 101) | public void Write(M22f x) method Write (line 107) | public void Write(M22d x) method Write (line 113) | public void Write(M23i x) method Write (line 119) | public void Write(M23l x) method Write (line 125) | public void Write(M23f x) method Write (line 131) | public void Write(M23d x) method Write (line 137) | public void Write(M33i x) method Write (line 144) | public void Write(M33l x) method Write (line 151) | public void Write(M33f x) method Write (line 158) | public void Write(M33d x) method Write (line 165) | public void Write(M34i x) method Write (line 172) | public void Write(M34l x) method Write (line 179) | public void Write(M34f x) method Write (line 186) | public void Write(M34d x) method Write (line 193) | public void Write(M44i x) method Write (line 201) | public void Write(M44l x) method Write (line 209) | public void Write(M44f x) method Write (line 217) | public void Write(M44d x) method Write (line 229) | public void Write(Range1b x) method Write (line 234) | public void Write(Range1sb x) method Write (line 239) | public void Write(Range1s x) method Write (line 244) | public void Write(Range1us x) method Write (line 249) | public void Write(Range1i x) method Write (line 254) | public void Write(Range1ui x) method Write (line 259) | public void Write(Range1l x) method Write (line 264) | public void Write(Range1ul x) method Write (line 269) | public void Write(Range1f x) method Write (line 274) | public void Write(Range1d x) method Write (line 279) | public void Write(Box2i x) method Write (line 284) | public void Write(Box2l x) method Write (line 289) | public void Write(Box2f x) method Write (line 294) | public void Write(Box2d x) method Write (line 299) | public void Write(Box3i x) method Write (line 304) | public void Write(Box3l x) method Write (line 309) | public void Write(Box3f x) method Write (line 314) | public void Write(Box3d x) method Write (line 323) | public void Write(C3b c) method Write (line 328) | public void Write(C3us c) method Write (line 333) | public void Write(C3ui c) method Write (line 338) | public void Write(C3f c) method Write (line 343) | public void Write(C3d c) method Write (line 348) | public void Write(C4b c) method Write (line 353) | public void Write(C4us c) method Write (line 358) | public void Write(C4ui c) method Write (line 363) | public void Write(C4f c) method Write (line 368) | public void Write(C4d c) FILE: src/Aardvark.Base.IO/StreamCodeWriter_template.cs class StreamCodeWriter (line 6) | public partial class StreamCodeWriter method Write (line 12) | public void Write(__t.Name__ x) method Write (line 23) | public void Write(__t.Name__ x) method Write (line 36) | public void Write(__t.Name__ x) method Write (line 47) | public void Write(__t.Name__ c) method WriteBig (line 59) | public void WriteBig(__t__[] array, long index, long count) method WriteBig (line 88) | public void WriteBig(__t__[,] array, long count) method WriteBig (line 113) | public void WriteBig(__t__[, ,] array, long count) method Write (line 144) | public void Write(List<__t__> buffer, int index, int count) FILE: src/Aardvark.Base.IO/StreamWriter2.cs class StreamWriter2 (line 11) | public class StreamWriter2 : StreamWriter method StreamWriter2 (line 14) | public StreamWriter2(Stream stream) method StreamWriter2 (line 17) | public StreamWriter2(string path) method StreamWriter2 (line 20) | public StreamWriter2(Stream stream, Encoding encoding) method StreamWriter2 (line 23) | public StreamWriter2(string path, bool append) method StreamWriter2 (line 26) | public StreamWriter2(Stream stream, Encoding encoding, int bufferSize) method StreamWriter2 (line 29) | public StreamWriter2(string path, bool append, Encoding encoding) method StreamWriter2 (line 32) | public StreamWriter2(string path, bool append, Encoding encoding, int ... method StreamWriter2 (line 37) | public StreamWriter2(Stream stream, IFormatProvider formatProvider, st... method StreamWriter2 (line 40) | public StreamWriter2(string path, IFormatProvider formatProvider, stri... method StreamWriter2 (line 43) | public StreamWriter2(Stream stream, Encoding encoding, IFormatProvider... method StreamWriter2 (line 46) | public StreamWriter2(string path, bool append, IFormatProvider formatP... method StreamWriter2 (line 49) | public StreamWriter2(Stream stream, Encoding encoding, int bufferSize,... method StreamWriter2 (line 52) | public StreamWriter2(string path, bool append, Encoding encoding, IFor... method StreamWriter2 (line 55) | public StreamWriter2(string path, bool append, Encoding encoding, int ... FILE: src/Aardvark.Base.IO/SymMap.cs class SymMap (line 8) | [RegisterTypeInfo] method SymMap (line 15) | public SymMap() method SymMap (line 23) | public SymMap(Symbol typeName, SymbolDict ht) method SymMap (line 34) | public SymMap(SymMap map, SymbolDict overrides) method SymMap (line 45) | public SymMap(SymMap map, SymbolDict overrides, Symbol guidSym... method SymMap (line 51) | public SymMap(Symbol typeName) method SymMap (line 57) | public SymMap(Symbol typeName, Symbol guidSymbol) method CreateNewGuidSymbolIfEmpty (line 76) | public void CreateNewGuidSymbolIfEmpty() method GetFieldCoders (line 96) | public IEnumerable GetFieldCoders(int coderVersion) method Equals (line 205) | public bool Equals(SymMap other) FILE: src/Aardvark.Base.IO/TypeCoder.cs type TypeReaderAndWriter (line 12) | public readonly struct TypeReaderAndWriter method TypeReaderAndWriter (line 18) | public TypeReaderAndWriter(Type type, class TypeCoder (line 32) | public static partial class TypeCoder method WritePrimitive (line 66) | public static bool WritePrimitive(IWritingCoder coder, Type type, ref ... method Write (line 103) | public static void Write(IWritingCoder coder, Type type, ref object obj) method ReadPrimitive (line 112) | public static bool ReadPrimitive(IReadingCoder coder, Type type, ref o... method Read (line 149) | public static void Read(IReadingCoder coder, Type type, ref object obj) method IsDirectlyCodeable (line 155) | public static bool IsDirectlyCodeable(Type type) method Add (line 172) | public static void Add(IEnumerable typeReaderAndW... class Null (line 184) | public static class Null class Reference (line 190) | public static class Reference class Default (line 193) | public static partial class Default method Init (line 197) | public static void Init() FILE: src/Aardvark.Base.IO/TypeCoder_auto.cs class TypeCoder (line 13) | public static partial class TypeCoder class Default (line 6358) | public static partial class Default FILE: src/Aardvark.Base.IO/TypeCoder_template.cs class TypeCoder (line 17) | public static partial class TypeCoder class Default (line 180) | public static partial class Default FILE: src/Aardvark.Base.IO/TypeExtensions.cs class TypeFun (line 6) | public static class TypeFun method GetCanonicalName (line 9) | public static string GetCanonicalName(this Type self) method GetCanonicalXmlName (line 15) | public static string GetCanonicalXmlName(this Type self) method GetCanonicalName (line 20) | public static string GetCanonicalName( FILE: src/Aardvark.Base.IO/TypeInfo.cs class TypeInfo (line 12) | public class TypeInfo method TypeInfo (line 30) | private TypeInfo(Type type, string name, string xmlName, int version, method TypeInfo (line 41) | public TypeInfo(Type type, string name, string xmlName, int version, method TypeInfo (line 50) | public TypeInfo(TypeInfo ti) method TypeInfo (line 55) | public TypeInfo(TypeInfo ti, int version) method TypeInfo (line 60) | public TypeInfo(string name, Type type, int version = 0) method TypeInfo (line 64) | public TypeInfo(Type type, int version = 0) method TypeInfo (line 69) | public TypeInfo(string name, Type type, Option codeInfo) method TypeInfo (line 73) | public TypeInfo(string name, string xmlName, Type type, Option codeInfo) method TypeInfo (line 77) | public TypeInfo(Type type, Option codeInfo) method TypeInfo (line 82) | public TypeInfo( method TypeInfo (line 88) | public TypeInfo( method TypeInfo (line 95) | public TypeInfo( method TypeInfo (line 114) | public TypeInfo( type Option (line 154) | [Flags] method AddVersion (line 168) | public void AddVersion(TypeInfo oldTypeInfo) method TryGetOfFullName (line 212) | public static bool TryGetOfFullName(string fullName, out TypeInfo type... method OfType (line 238) | public static TypeInfo OfType(Type type) method OfName (line 249) | public static TypeInfo OfName(string name) method OfXmlName (line 260) | public static TypeInfo OfXmlName(string xmlName) method AddName (line 276) | private static void AddName(string name, TypeInfo typeInfo) method AddXmlName (line 291) | private static void AddXmlName(string xmlName, TypeInfo typeInfo) method Add (line 310) | public static void Add(TypeInfo typeInfo) method Add (line 323) | public static void Add(IEnumerable typeInfos) method Add (line 331) | public static void Add(Type type, int version = 0) method Add (line 340) | public static void Add(IEnumerable types) method Add (line 351) | public static void Add(TypeInfo typeInfo, params string[] alternateNames) FILE: src/Aardvark.Base.IO/TypeInfoVersion.cs class TypeInfoVersion (line 7) | public static class TypeInfoVersion method Add (line 9) | public static void Add(Type type, int version) method Add (line 14) | public static void Add( FILE: src/Aardvark.Base.IO/UberStream.cs class UberStream (line 11) | public class UberStream : Stream type SubStream (line 13) | private struct SubStream method ValidateStartAndLength (line 31) | private static void ValidateStartAndLength(long startPos, long numOfBy... method ValidateUberStreamBufferArguments (line 40) | private static void ValidateUberStreamBufferArguments(byte[] buffer, i... method DoItSo (line 59) | private int DoItSo(byte[] buffer, int offset, int count, Func FindFiles(IEnumerable fileNa... method FindFileBreadthFirst (line 230) | private static string FindFileBreadthFirst( method FindDir (line 252) | public static string FindDir(string dirName) method FindDirBreadthFirst (line 272) | private static string FindDirBreadthFirst( method FindRelativePath (line 298) | public static string FindRelativePath(string absolutePath) FILE: src/Aardvark.Base.IO/XmlParser.cs type IXml (line 10) | public interface IXml method WriteTo (line 12) | void WriteTo(StreamWriter writer, int indent = 0); type IXmlText (line 15) | public interface IXmlText method GetText (line 17) | Text GetText(); type IXmlItemProperty (line 20) | public interface IXmlItemProperty type IXmlDocProperty (line 25) | public interface IXmlDocProperty type XmlAtt (line 34) | public struct XmlAtt : IXml method XmlAtt (line 39) | public XmlAtt(Symbol key, string value) method XmlAtt (line 45) | public XmlAtt(Text key, Text value) method WriteTo (line 50) | public readonly void WriteTo(StreamWriter writer, int indent = 0) class XmlItem (line 61) | public class XmlItem : IXml method XmlItem (line 69) | public XmlItem() method XmlItem (line 73) | public XmlItem(Symbol name, params XmlAtt[] atts) method XmlItem (line 80) | public XmlItem(Symbol name, string str) method XmlItem (line 84) | public XmlItem(Symbol name, Text text) method XmlItem (line 90) | public XmlItem(Symbol name, object obj) method XmlItem (line 94) | public XmlItem(Symbol name, IXml xmlItem, params IXml[] xmlItems) method Add (line 105) | public void Add(XmlAtt att) method SubCount (line 125) | public int SubCount() method Attribute (line 133) | public Text Attribute(Symbol symbol) method FirstSub (line 141) | public T FirstSub() method FirstSub (line 150) | public T FirstSub(out int index) method NextSub (line 158) | public T NextSub(ref int index) method FirstSubItemWithName (line 166) | public XmlItem FirstSubItemWithName(string name) method FirstSubItemWithName (line 171) | public XmlItem FirstSubItemWithName(Symbol name) method FirstSub (line 176) | public T FirstSub(Func predicate) method FirstSubItemWithName (line 189) | public XmlItem FirstSubItemWithName(string name, out int index) method FirstSubItemWithName (line 194) | public XmlItem FirstSubItemWithName(Symbol name, out int index) method FirstSub (line 199) | public T FirstSub(Func predicate, out int index) method NextSubItemWithName (line 211) | public XmlItem NextSubItemWithName(string name, ref int index) method NextSubItemWithName (line 216) | public XmlItem NextSubItemWithName(Symbol name, ref int index) method SubItemsWithName (line 221) | public IEnumerable SubItemsWithName(Symbol name) method NextSub (line 228) | public T NextSub(Func predicate, ref int index) method RequiredSubItemWithName (line 240) | public XmlItem RequiredSubItemWithName(string name) method RequiredSubItemStringOnlyWithName (line 245) | public string RequiredSubItemStringOnlyWithName(Symbol name) method RequiredSubItemWithName (line 250) | public XmlItem RequiredSubItemWithName(Symbol name) method RequiredSub (line 255) | public T RequiredSub(Func predicate) method SubItemWithName (line 269) | public XmlItem SubItemWithName(string name) method SubItemWithName (line 274) | public XmlItem SubItemWithName(Symbol name) method Sub (line 279) | public T Sub(Func predicate) method RequiredSubItemWithName (line 292) | public XmlItem RequiredSubItemWithName(string name, out int index) method RequiredSubItemWithName (line 297) | public XmlItem RequiredSubItemWithName(Symbol name, out int index) method RequiredSub (line 302) | public T RequiredSub(Func predicate, out int index) method SubItemWithName (line 316) | public XmlItem SubItemWithName(string name, out int index) method SubItemWithName (line 321) | public XmlItem SubItemWithName(Symbol name, out int index) method Sub (line 326) | public T Sub(Func predicate, out int index) method RequiredOnlySub (line 360) | public T RequiredOnlySub() method NextSubIndex (line 373) | public int NextSubIndex(int i = -1) method NextSubIndex (line 382) | public int NextSubIndex(out T item, int i = -1) method Add (line 399) | public void Add(Text text) method Add (line 404) | public void Add(IXml node) method Remove (line 409) | public IXml Remove() method WriteTo (line 421) | public void WriteTo(StreamWriter writer, int indent = 0) class XmlDirectText (line 466) | public class XmlDirectText : IXml, IXmlText method XmlDirectText (line 472) | public XmlDirectText(Text text) method XmlDirectText (line 477) | public XmlDirectText(string str) method WriteTo (line 485) | public void WriteTo(StreamWriter writer, int indent = 0) method GetText (line 501) | public Text GetText() { return Text; } class XmlLazyText (line 510) | public class XmlLazyText : IXml, IXmlText method XmlLazyText (line 514) | public XmlLazyText(Action writeAct) method WriteTo (line 521) | public void WriteTo(StreamWriter writer, int indent = 0) method GetText (line 532) | public Text GetText() class XmlDoc (line 546) | public class XmlDoc : XmlItem, IXml method XmlDoc (line 550) | public XmlDoc(string version = null, string encoding = null) method XmlDoc (line 557) | public XmlDoc(XmlItem item, string version = null, string encoding = n... method SaveTo (line 573) | public void SaveTo(string filePath) method LoadFrom (line 579) | public static XmlDoc LoadFrom(string filePath) method LoadFrom (line 584) | public static XmlDoc LoadFrom(string filePath, Encoding encoding) method WriteTo (line 606) | public new void WriteTo(StreamWriter writer, int indent = 0) class XmlParser (line 632) | public class XmlParser : TextParser method Parse (line 640) | public void Parse(string text, XmlItem node) FILE: src/Aardvark.Base.IO/XmlReadingCoder.cs class NewXmlReadingCoder (line 13) | public partial class NewXmlReadingCoder method NewXmlReadingCoder (line 25) | public NewXmlReadingCoder(XmlDoc doc) method XmlFromStream (line 42) | private static XmlDoc XmlFromStream(Stream stream) method NewXmlReadingCoder (line 52) | public NewXmlReadingCoder(Stream stream) method NewXmlReadingCoder (line 58) | public NewXmlReadingCoder(string fileName) type State (line 67) | private struct State method State (line 72) | public State(XmlItem node, int index) method Advance (line 79) | public void Advance() method TryGetTypeInfo (line 104) | internal bool TryGetTypeInfo(string name, out TypeInfo ti) method Code (line 110) | public void Code(ref object obj) method CodeFields (line 248) | private void CodeFields(Type type, int version, IFieldCodeable obj) method CodeFields (line 274) | private void CodeFields(Type type, ITypedMap obj) method CodeT (line 322) | public void CodeT(ref T obj) method CodeNull (line 333) | private bool CodeNull(ref T value) where T : class method CodeCount (line 349) | public int CodeCount(ref T value, Func creator) where T : c... method CodeCount (line 389) | private int CodeCount(ref T[] array) method CodeCount (line 394) | private int CodeCount(ref List list) method CodeTArray (line 399) | public void CodeTArray(ref T[] value) method CodeList_of_T_ (line 410) | public void CodeList_of_T_(ref List value) method CodeHashSet_of_T_ (line 420) | public void CodeHashSet_of_T_(ref HashSet value) method Code (line 430) | public void Code(Type t, ref object o) method Code (line 435) | public void Code(Type t, ref Array value) method Code (line 446) | public void Code(Type t, ref IList value) method Code (line 457) | public void Code(Type t, ref IDictionary dict) method Code (line 462) | public void Code(Type t, ref ICountableDict dict) method Code (line 467) | public void Code(Type t, ref ICountableDictSet dict) method Code (line 472) | public void Code(Type t, ref IArrayVector value) method Code (line 477) | public void Code(Type t, ref IArrayMatrix value) method Code (line 482) | public void Code(Type t, ref IArrayVolume value) method Code (line 487) | public void Code(Type t, ref IArrayTensor4 value) method Code (line 492) | public void Code(Type t, ref IArrayTensorN value) method CodeHashSet (line 497) | public void CodeHashSet(Type t, ref object o) method CodeEnum (line 502) | public void CodeEnum(Type t, ref object value) method CurrentText (line 511) | private Text CurrentText() method CodeBool (line 516) | public void CodeBool(ref bool v) { throw new NotImplementedException(); } method CodeByte (line 517) | public void CodeByte(ref byte v) { v = CurrentText().ParseByte(); } method CodeSByte (line 518) | public void CodeSByte(ref sbyte v) { v = CurrentText().ParseSByte(); } method CodeShort (line 519) | public void CodeShort(ref short v) { v = CurrentText().ParseShort(); } method CodeUShort (line 520) | public void CodeUShort(ref ushort v) { v = CurrentText().ParseUShort(); } method CodeInt (line 521) | public void CodeInt(ref int v) { v = CurrentText().ParseInt(); } method CodeUInt (line 522) | public void CodeUInt(ref uint v) { v = CurrentText().ParseUInt(); } method CodeLong (line 523) | public void CodeLong(ref long v) { v = CurrentText().ParseLong(); } method CodeULong (line 524) | public void CodeULong(ref ulong v) { v = CurrentText().ParseULong(); } method CodeFloat (line 525) | public void CodeFloat(ref float v) { v = CurrentText().ParseFloat(); } method CodeDouble (line 526) | public void CodeDouble(ref double v) { v = CurrentText().ParseDouble(); } method CodeChar (line 528) | public void CodeChar(ref char v) { throw new NotImplementedException(); } method CodeString (line 530) | public void CodeString(ref string v) { v = CurrentText().ToString(); } method CodeType (line 532) | public void CodeType(ref Type value) method CodeGuid (line 537) | public void CodeGuid(ref Guid v) { throw new NotImplementedException(); } method CodeSymbol (line 539) | public void CodeSymbol(ref Symbol v) { throw new NotImplementedExcepti... method CodeGuidSymbol (line 541) | public void CodeGuidSymbol(ref Symbol v) { throw new NotImplementedExc... method CodePositiveSymbol (line 543) | public void CodePositiveSymbol(ref Symbol v) { throw new NotImplemente... method CodeIntSet (line 545) | public void CodeIntSet(ref IntSet set) { throw new NotImplementedExcep... method CodeSymbolSet (line 547) | public void CodeSymbolSet(ref SymbolSet set) { throw new NotImplemente... method CodeFraction (line 549) | public void CodeFraction(ref Fraction v) { throw new NotImplementedExc... method CodeStructArray (line 551) | public void CodeStructArray(ref T[] a) where T : struct method CodeStructList (line 556) | public void CodeStructList(ref List l) where T : struct method CodeArray (line 561) | internal void CodeArray( method CodeList (line 568) | internal void CodeList(ref List value, method CodeArray (line 574) | internal void CodeArray(ref T[] v, Func fromString) method CodeList (line 579) | internal void CodeList(ref List v, Func fromString) method CodeBoolArray (line 584) | public void CodeBoolArray(ref bool[] v) { throw new NotImplementedExce... method CodeByteArray (line 585) | public void CodeByteArray(ref byte[] v) { throw new NotImplementedExce... method CodeSByteArray (line 586) | public void CodeSByteArray(ref sbyte[] v) { throw new NotImplementedEx... method CodeShortArray (line 587) | public void CodeShortArray(ref short[] v) { throw new NotImplementedEx... method CodeUShortArray (line 588) | public void CodeUShortArray(ref ushort[] v) { throw new NotImplemented... method CodeIntArray (line 589) | public void CodeIntArray(ref int[] v) { throw new NotImplementedExcept... method CodeUIntArray (line 590) | public void CodeUIntArray(ref uint[] v) { throw new NotImplementedExce... method CodeLongArray (line 591) | public void CodeLongArray(ref long[] v) { throw new NotImplementedExce... method CodeULongArray (line 592) | public void CodeULongArray(ref ulong[] v) { throw new NotImplementedEx... method CodeFloatArray (line 594) | public void CodeFloatArray(ref float[] v) method CodeDoubleArray (line 598) | public void CodeDoubleArray(ref double[] v) method CodeCharArray (line 605) | public void CodeCharArray(ref char[] v) method CodeStringArray (line 610) | public void CodeStringArray(ref string[] value) method CodeTypeArray (line 615) | public void CodeTypeArray(ref Type[] value) method CodeGuidArray (line 620) | public void CodeGuidArray(ref Guid[] v) { throw new NotImplementedExce... method CodeSymbolArray (line 622) | public void CodeSymbolArray(ref Symbol[] v) { throw new NotImplemented... method CodeFractionArray (line 624) | public void CodeFractionArray(ref Fraction[] v) { throw new NotImpleme... method Code (line 626) | public void Code(ref List value) method CodeList_of_Bool_ (line 631) | public void CodeList_of_Bool_(ref List v) { throw new NotImpleme... method CodeList_of_Byte_ (line 632) | public void CodeList_of_Byte_(ref List v) { throw new NotImpleme... method CodeList_of_SByte_ (line 633) | public void CodeList_of_SByte_(ref List v) { throw new NotImple... method CodeList_of_Short_ (line 634) | public void CodeList_of_Short_(ref List v) { throw new NotImple... method CodeList_of_UShort_ (line 635) | public void CodeList_of_UShort_(ref List v) { throw new NotImp... method CodeList_of_Int_ (line 636) | public void CodeList_of_Int_(ref List v) { throw new NotImplement... method CodeList_of_UInt_ (line 637) | public void CodeList_of_UInt_(ref List v) { throw new NotImpleme... method CodeList_of_Long_ (line 638) | public void CodeList_of_Long_(ref List v) { throw new NotImpleme... method CodeList_of_ULong_ (line 639) | public void CodeList_of_ULong_(ref List v) { throw new NotImple... method CodeList_of_Float_ (line 641) | public void CodeList_of_Float_(ref List v) method CodeList_of_Double_ (line 646) | public void CodeList_of_Double_(ref List v) method CodeList_of_Char_ (line 651) | public void CodeList_of_Char_(ref List v) method CodeList_of_String_ (line 656) | public void CodeList_of_String_(ref List value) method CodeList_of_Type_ (line 661) | public void CodeList_of_Type_(ref List value) method CodeList_of_Guid_ (line 666) | public void CodeList_of_Guid_(ref List v) { throw new NotImpleme... method CodeList_of_Symbol_ (line 667) | public void CodeList_of_Symbol_(ref List v) { throw new NotImp... method CodeList_of_Fraction_ (line 668) | public void CodeList_of_Fraction_(ref List v) { throw new No... method Dispose (line 674) | public void Dispose() class XmlReadingCoder (line 683) | public partial class XmlReadingCoder method XmlReadingCoder (line 695) | public XmlReadingCoder(XElement container) : base() method XElementFromStream (line 711) | private static XElement XElementFromStream(Stream stream) method XmlReadingCoder (line 719) | public XmlReadingCoder(Stream stream) method XmlReadingCoder (line 725) | public XmlReadingCoder(string fileName) type State (line 736) | struct State method Advance (line 761) | public void Advance() method ReadFirstObject (line 780) | public static object ReadFirstObject(string fileName) method ReadFirstObject (line 788) | public static object ReadFirstObject(Stream stream) method ReadFirst (line 796) | public static T ReadFirst(string fileName) method ReadFirst (line 804) | public static T ReadFirst(Stream stream) method CurrentValue (line 816) | private string CurrentValue() method TryGetTypeInfo (line 837) | internal bool TryGetTypeInfo(string name, out TypeInfo ti) method Code (line 843) | public void Code(ref object obj) method CodeFields (line 982) | private void CodeFields(Type type, int version, IFieldCodeable obj) method CodeFields (line 1009) | private void CodeFields(Type type, ITypedMap obj) method CodeT (line 1058) | public void CodeT(ref T obj) method CodeNull (line 1069) | private bool CodeNull(ref T value) where T : class method CodeCount (line 1083) | public int CodeCount(ref T value, Func creator) where T : c... method CodeCount (line 1122) | private int CodeCount(ref T[] array) method CodeCount (line 1127) | private int CodeCount(ref List list) method CodeTArray (line 1132) | public void CodeTArray(ref T[] value) method CodeList_of_T_ (line 1143) | public void CodeList_of_T_(ref List value) method CodeHashSet_of_T_ (line 1153) | public void CodeHashSet_of_T_(ref HashSet value) method Code (line 1163) | public void Code(Type t, ref object o) method Code (line 1168) | public void Code(Type t, ref Array value) method Code (line 1179) | public void Code(Type t, ref IList value) method Code (line 1190) | public void Code(Type t, ref IDictionary dict) method Code (line 1231) | public void Code(Type t, ref ICountableDict dict) method Code (line 1236) | public void Code(Type t, ref ICountableDictSet dict) method CodeTensorDim (line 1241) | private T CodeTensorDim() method Code (line 1258) | public void Code(Type t, ref IArrayVector value) method Code (line 1299) | public void Code(Type t, ref IArrayMatrix value) method Code (line 1340) | public void Code(Type t, ref IArrayVolume value) method Code (line 1381) | public void Code(Type t, ref IArrayTensor4 value) method Code (line 1386) | public void Code(Type t, ref IArrayTensorN value) method CodeHashSet (line 1427) | public void CodeHashSet(Type t, ref object o) method CodeEnum (line 1432) | public void CodeEnum(Type t, ref object value) method CodeBool (line 1441) | public void CodeBool(ref bool v) { v = bool.Parse(CurrentValue()); } method CodeByte (line 1442) | public void CodeByte(ref byte v) { v = byte.Parse(CurrentValue()); } method CodeSByte (line 1443) | public void CodeSByte(ref sbyte v) { v = sbyte.Parse(CurrentValue()); } method CodeShort (line 1444) | public void CodeShort(ref short v) { v = short.Parse(CurrentValue()); } method CodeUShort (line 1445) | public void CodeUShort(ref ushort v) { v = ushort.Parse(CurrentValue()... method CodeInt (line 1446) | public void CodeInt(ref int v) { v = int.Parse(CurrentValue()); } method CodeUInt (line 1447) | public void CodeUInt(ref uint v) { v = uint.Parse(CurrentValue()); } method CodeLong (line 1448) | public void CodeLong(ref long v) { v = long.Parse(CurrentValue()); } method CodeULong (line 1449) | public void CodeULong(ref ulong v) { v = ulong.Parse(CurrentValue()); } method CodeFloat (line 1451) | public void CodeFloat(ref float value) method CodeDouble (line 1456) | public void CodeDouble(ref double value) method CodeChar (line 1461) | public void CodeChar(ref char v) { v = Char.Parse(CurrentValue()); } method CodeString (line 1463) | public void CodeString(ref string value) method CodeType (line 1469) | public void CodeType(ref Type value) method CodeGuid (line 1479) | public void CodeGuid(ref Guid v) { v = new Guid(CurrentValue()); } method CodeSymbol (line 1481) | public void CodeSymbol(ref Symbol v) { throw new NotImplementedExcepti... method CodeGuidSymbol (line 1483) | public void CodeGuidSymbol(ref Symbol v) { throw new NotImplementedExc... method CodePositiveSymbol (line 1485) | public void CodePositiveSymbol(ref Symbol v) { throw new NotImplemente... method CodeIntSet (line 1487) | public void CodeIntSet(ref IntSet set) { throw new NotImplementedExcep... method CodeSymbolSet (line 1489) | public void CodeSymbolSet(ref SymbolSet set) { throw new NotImplemente... method CodeFraction (line 1491) | public void CodeFraction(ref Fraction v) { v = Fraction.Parse(CurrentV... method CodeStructArray (line 1493) | public void CodeStructArray(ref T[] a) where T : struct method CodeStructList (line 1498) | public void CodeStructList(ref List l) where T : struct method CodeArray (line 1506) | internal void CodeArray( method CodeList (line 1517) | internal void CodeList(ref List value, method CodeArray (line 1529) | internal void CodeArray(ref T[] v, Func fromString) method CodeList (line 1534) | internal void CodeList(ref List v, Func fromString) method CodeBoolArray (line 1539) | public void CodeBoolArray(ref bool[] v) { CodeArray(ref v, s => bool.P... method CodeByteArray (line 1540) | public void CodeByteArray(ref byte[] v) { CodeArray(ref v, s => byte.P... method CodeSByteArray (line 1541) | public void CodeSByteArray(ref sbyte[] v) { CodeArray(ref v, s => sbyt... method CodeShortArray (line 1542) | public void CodeShortArray(ref short[] v) { CodeArray(ref v, s => shor... method CodeUShortArray (line 1543) | public void CodeUShortArray(ref ushort[] v) { CodeArray(ref v, s => us... method CodeIntArray (line 1544) | public void CodeIntArray(ref int[] v) { CodeArray(ref v, s => int.Pars... method CodeUIntArray (line 1545) | public void CodeUIntArray(ref uint[] v) { CodeArray(ref v, s => uint.P... method CodeLongArray (line 1546) | public void CodeLongArray(ref long[] v) { CodeArray(ref v, s => long.P... method CodeULongArray (line 1547) | public void CodeULongArray(ref ulong[] v) { CodeArray(ref v, s => ulon... method CodeFloatArray (line 1548) | public void CodeFloatArray(ref float[] v) method CodeDoubleArray (line 1552) | public void CodeDoubleArray(ref double[] v) method CodeCharArray (line 1559) | public void CodeCharArray(ref char[] v) method CodeStringArray (line 1567) | public void CodeStringArray(ref string[] value) method CodeTypeArray (line 1584) | public void CodeTypeArray(ref Type[] value) method CodeGuidArray (line 1601) | public void CodeGuidArray(ref Guid[] v) { CodeArray(ref v, s => new Gu... method CodeSymbolArray (line 1603) | public void CodeSymbolArray(ref Symbol[] v) method CodeFractionArray (line 1608) | public void CodeFractionArray(ref Fraction[] v) { CodeArray(ref v, s =... method Code (line 1610) | public void Code(ref List value) method CodeList_of_Bool_ (line 1615) | public void CodeList_of_Bool_(ref List v) { CodeList(ref v, s =>... method CodeList_of_Byte_ (line 1616) | public void CodeList_of_Byte_(ref List v) { CodeList(ref v, s =>... method CodeList_of_SByte_ (line 1617) | public void CodeList_of_SByte_(ref List v) { CodeList(ref v, s ... method CodeList_of_Short_ (line 1618) | public void CodeList_of_Short_(ref List v) { CodeList(ref v, s ... method CodeList_of_UShort_ (line 1619) | public void CodeList_of_UShort_(ref List v) { CodeList(ref v, ... method CodeList_of_Int_ (line 1620) | public void CodeList_of_Int_(ref List v) { CodeList(ref v, s => i... method CodeList_of_UInt_ (line 1621) | public void CodeList_of_UInt_(ref List v) { CodeList(ref v, s =>... method CodeList_of_Long_ (line 1622) | public void CodeList_of_Long_(ref List v) { CodeList(ref v, s =>... method CodeList_of_ULong_ (line 1623) | public void CodeList_of_ULong_(ref List v) { CodeList(ref v, s ... method CodeList_of_Float_ (line 1624) | public void CodeList_of_Float_(ref List v) method CodeList_of_Double_ (line 1628) | public void CodeList_of_Double_(ref List v) method CodeList_of_Char_ (line 1633) | public void CodeList_of_Char_(ref List v) method CodeList_of_String_ (line 1641) | public void CodeList_of_String_(ref List value) method CodeList_of_Type_ (line 1657) | public void CodeList_of_Type_(ref List value) method CodeList_of_Guid_ (line 1675) | public void CodeList_of_Guid_(ref List v) { CodeList(ref v, s =>... method CodeList_of_Symbol_ (line 1677) | public void CodeList_of_Symbol_(ref List v) method CodeList_of_Fraction_ (line 1682) | public void CodeList_of_Fraction_(ref List v) { CodeList(ref... method Dispose (line 1688) | public void Dispose() FILE: src/Aardvark.Base.IO/XmlReadingCoder_auto.cs class NewXmlReadingCoder (line 9) | public partial class NewXmlReadingCoder method CodeV2i (line 13) | public void CodeV2i(ref V2i v) { throw new NotImplementedException(); } method CodeV2ui (line 14) | public void CodeV2ui(ref V2ui v) { throw new NotImplementedException(); } method CodeV2l (line 15) | public void CodeV2l(ref V2l v) { throw new NotImplementedException(); } method CodeV2f (line 16) | public void CodeV2f(ref V2f v) { throw new NotImplementedException(); } method CodeV2d (line 17) | public void CodeV2d(ref V2d v) { throw new NotImplementedException(); } method CodeV3i (line 18) | public void CodeV3i(ref V3i v) { throw new NotImplementedException(); } method CodeV3ui (line 19) | public void CodeV3ui(ref V3ui v) { throw new NotImplementedException(); } method CodeV3l (line 20) | public void CodeV3l(ref V3l v) { throw new NotImplementedException(); } method CodeV3f (line 21) | public void CodeV3f(ref V3f v) { throw new NotImplementedException(); } method CodeV3d (line 22) | public void CodeV3d(ref V3d v) { throw new NotImplementedException(); } method CodeV4i (line 23) | public void CodeV4i(ref V4i v) { throw new NotImplementedException(); } method CodeV4ui (line 24) | public void CodeV4ui(ref V4ui v) { throw new NotImplementedException(); } method CodeV4l (line 25) | public void CodeV4l(ref V4l v) { throw new NotImplementedException(); } method CodeV4f (line 26) | public void CodeV4f(ref V4f v) { throw new NotImplementedException(); } method CodeV4d (line 27) | public void CodeV4d(ref V4d v) { throw new NotImplementedException(); } method CodeM22i (line 33) | public void CodeM22i(ref M22i v) { throw new NotImplementedException(); } method CodeM22l (line 34) | public void CodeM22l(ref M22l v) { throw new NotImplementedException(); } method CodeM22f (line 35) | public void CodeM22f(ref M22f v) { throw new NotImplementedException(); } method CodeM22d (line 36) | public void CodeM22d(ref M22d v) { throw new NotImplementedException(); } method CodeM23i (line 37) | public void CodeM23i(ref M23i v) { throw new NotImplementedException(); } method CodeM23l (line 38) | public void CodeM23l(ref M23l v) { throw new NotImplementedException(); } method CodeM23f (line 39) | public void CodeM23f(ref M23f v) { throw new NotImplementedException(); } method CodeM23d (line 40) | public void CodeM23d(ref M23d v) { throw new NotImplementedException(); } method CodeM33i (line 41) | public void CodeM33i(ref M33i v) { throw new NotImplementedException(); } method CodeM33l (line 42) | public void CodeM33l(ref M33l v) { throw new NotImplementedException(); } method CodeM33f (line 43) | public void CodeM33f(ref M33f v) { throw new NotImplementedException(); } method CodeM33d (line 44) | public void CodeM33d(ref M33d v) { throw new NotImplementedException(); } method CodeM34i (line 45) | public void CodeM34i(ref M34i v) { throw new NotImplementedException(); } method CodeM34l (line 46) | public void CodeM34l(ref M34l v) { throw new NotImplementedException(); } method CodeM34f (line 47) | public void CodeM34f(ref M34f v) { throw new NotImplementedException(); } method CodeM34d (line 48) | public void CodeM34d(ref M34d v) { throw new NotImplementedException(); } method CodeM44i (line 49) | public void CodeM44i(ref M44i v) { throw new NotImplementedException(); } method CodeM44l (line 50) | public void CodeM44l(ref M44l v) { throw new NotImplementedException(); } method CodeM44f (line 51) | public void CodeM44f(ref M44f v) { throw new NotImplementedException(); } method CodeM44d (line 52) | public void CodeM44d(ref M44d v) { throw new NotImplementedException(); } method CodeRange1b (line 58) | public void CodeRange1b(ref Range1b v) { throw new NotImplementedExcep... method CodeRange1sb (line 59) | public void CodeRange1sb(ref Range1sb v) { throw new NotImplementedExc... method CodeRange1s (line 60) | public void CodeRange1s(ref Range1s v) { throw new NotImplementedExcep... method CodeRange1us (line 61) | public void CodeRange1us(ref Range1us v) { throw new NotImplementedExc... method CodeRange1i (line 62) | public void CodeRange1i(ref Range1i v) { throw new NotImplementedExcep... method CodeRange1ui (line 63) | public void CodeRange1ui(ref Range1ui v) { throw new NotImplementedExc... method CodeRange1l (line 64) | public void CodeRange1l(ref Range1l v) { throw new NotImplementedExcep... method CodeRange1ul (line 65) | public void CodeRange1ul(ref Range1ul v) { throw new NotImplementedExc... method CodeRange1f (line 66) | public void CodeRange1f(ref Range1f v) { throw new NotImplementedExcep... method CodeRange1d (line 67) | public void CodeRange1d(ref Range1d v) { throw new NotImplementedExcep... method CodeBox2i (line 68) | public void CodeBox2i(ref Box2i v) { throw new NotImplementedException... method CodeBox2l (line 69) | public void CodeBox2l(ref Box2l v) { throw new NotImplementedException... method CodeBox2f (line 70) | public void CodeBox2f(ref Box2f v) { throw new NotImplementedException... method CodeBox2d (line 71) | public void CodeBox2d(ref Box2d v) { throw new NotImplementedException... method CodeBox3i (line 72) | public void CodeBox3i(ref Box3i v) { throw new NotImplementedException... method CodeBox3l (line 73) | public void CodeBox3l(ref Box3l v) { throw new NotImplementedException... method CodeBox3f (line 74) | public void CodeBox3f(ref Box3f v) { throw new NotImplementedException... method CodeBox3d (line 75) | public void CodeBox3d(ref Box3d v) { throw new NotImplementedException... method CodeCircle2f (line 81) | public void CodeCircle2f(ref Circle2f v) { throw new NotImplementedExc... method CodeLine2f (line 82) | public void CodeLine2f(ref Line2f v) { throw new NotImplementedExcepti... method CodeLine3f (line 83) | public void CodeLine3f(ref Line3f v) { throw new NotImplementedExcepti... method CodePlane2f (line 84) | public void CodePlane2f(ref Plane2f v) { throw new NotImplementedExcep... method CodePlane3f (line 85) | public void CodePlane3f(ref Plane3f v) { throw new NotImplementedExcep... method CodePlaneWithPoint3f (line 86) | public void CodePlaneWithPoint3f(ref PlaneWithPoint3f v) { throw new N... method CodeQuad2f (line 87) | public void CodeQuad2f(ref Quad2f v) { throw new NotImplementedExcepti... method CodeQuad3f (line 88) | public void CodeQuad3f(ref Quad3f v) { throw new NotImplementedExcepti... method CodeRay2f (line 89) | public void CodeRay2f(ref Ray2f v) { throw new NotImplementedException... method CodeRay3f (line 90) | public void CodeRay3f(ref Ray3f v) { throw new NotImplementedException... method CodeSphere3f (line 91) | public void CodeSphere3f(ref Sphere3f v) { throw new NotImplementedExc... method CodeTriangle2f (line 92) | public void CodeTriangle2f(ref Triangle2f v) { throw new NotImplemente... method CodeTriangle3f (line 93) | public void CodeTriangle3f(ref Triangle3f v) { throw new NotImplemente... method CodeCircle2d (line 95) | public void CodeCircle2d(ref Circle2d v) { throw new NotImplementedExc... method CodeLine2d (line 96) | public void CodeLine2d(ref Line2d v) { throw new NotImplementedExcepti... method CodeLine3d (line 97) | public void CodeLine3d(ref Line3d v) { throw new NotImplementedExcepti... method CodePlane2d (line 98) | public void CodePlane2d(ref Plane2d v) { throw new NotImplementedExcep... method CodePlane3d (line 99) | public void CodePlane3d(ref Plane3d v) { throw new NotImplementedExcep... method CodePlaneWithPoint3d (line 100) | public void CodePlaneWithPoint3d(ref PlaneWithPoint3d v) { throw new N... method CodeQuad2d (line 101) | public void CodeQuad2d(ref Quad2d v) { throw new NotImplementedExcepti... method CodeQuad3d (line 102) | public void CodeQuad3d(ref Quad3d v) { throw new NotImplementedExcepti... method CodeRay2d (line 103) | public void CodeRay2d(ref Ray2d v) { throw new NotImplementedException... method CodeRay3d (line 104) | public void CodeRay3d(ref Ray3d v) { throw new NotImplementedException... method CodeSphere3d (line 105) | public void CodeSphere3d(ref Sphere3d v) { throw new NotImplementedExc... method CodeTriangle2d (line 106) | public void CodeTriangle2d(ref Triangle2d v) { throw new NotImplemente... method CodeTriangle3d (line 107) | public void CodeTriangle3d(ref Triangle3d v) { throw new NotImplemente... method CodeC3b (line 113) | public void CodeC3b(ref C3b v) { throw new NotImplementedException(); } method CodeC3us (line 114) | public void CodeC3us(ref C3us v) { throw new NotImplementedException(); } method CodeC3ui (line 115) | public void CodeC3ui(ref C3ui v) { throw new NotImplementedException(); } method CodeC3f (line 116) | public void CodeC3f(ref C3f v) { throw new NotImplementedException(); } method CodeC3d (line 117) | public void CodeC3d(ref C3d v) { throw new NotImplementedException(); } method CodeC4b (line 118) | public void CodeC4b(ref C4b v) { throw new NotImplementedException(); } method CodeC4us (line 119) | public void CodeC4us(ref C4us v) { throw new NotImplementedException(); } method CodeC4ui (line 120) | public void CodeC4ui(ref C4ui v) { throw new NotImplementedException(); } method CodeC4f (line 121) | public void CodeC4f(ref C4f v) { throw new NotImplementedException(); } method CodeC4d (line 122) | public void CodeC4d(ref C4d v) { throw new NotImplementedException(); } method CodeEuclidean3f (line 128) | public void CodeEuclidean3f(ref Euclidean3f v) { throw new NotImplemen... method CodeEuclidean3d (line 129) | public void CodeEuclidean3d(ref Euclidean3d v) { throw new NotImplemen... method CodeRot2f (line 130) | public void CodeRot2f(ref Rot2f v) { throw new NotImplementedException... method CodeRot2d (line 131) | public void CodeRot2d(ref Rot2d v) { throw new NotImplementedException... method CodeRot3f (line 132) | public void CodeRot3f(ref Rot3f v) { throw new NotImplementedException... method CodeRot3d (line 133) | public void CodeRot3d(ref Rot3d v) { throw new NotImplementedException... method CodeScale3f (line 134) | public void CodeScale3f(ref Scale3f v) { throw new NotImplementedExcep... method CodeScale3d (line 135) | public void CodeScale3d(ref Scale3d v) { throw new NotImplementedExcep... method CodeShift3f (line 136) | public void CodeShift3f(ref Shift3f v) { throw new NotImplementedExcep... method CodeShift3d (line 137) | public void CodeShift3d(ref Shift3d v) { throw new NotImplementedExcep... method CodeTrafo2f (line 138) | public void CodeTrafo2f(ref Trafo2f v) { throw new NotImplementedExcep... method CodeTrafo2d (line 139) | public void CodeTrafo2d(ref Trafo2d v) { throw new NotImplementedExcep... method CodeTrafo3f (line 140) | public void CodeTrafo3f(ref Trafo3f v) { throw new NotImplementedExcep... method CodeTrafo3d (line 141) | public void CodeTrafo3d(ref Trafo3d v) { throw new NotImplementedExcep... method CodeVector_of_Byte_ (line 147) | public void CodeVector_of_Byte_(ref Vector value) method CodeVector_of_SByte_ (line 152) | public void CodeVector_of_SByte_(ref Vector value) method CodeVector_of_Short_ (line 157) | public void CodeVector_of_Short_(ref Vector value) method CodeVector_of_UShort_ (line 162) | public void CodeVector_of_UShort_(ref Vector value) method CodeVector_of_Int_ (line 167) | public void CodeVector_of_Int_(ref Vector value) method CodeVector_of_UInt_ (line 172) | public void CodeVector_of_UInt_(ref Vector value) method CodeVector_of_Long_ (line 177) | public void CodeVector_of_Long_(ref Vector value) method CodeVector_of_ULong_ (line 182) | public void CodeVector_of_ULong_(ref Vector value) method CodeVector_of_Float_ (line 187) | public void CodeVector_of_Float_(ref Vector value) method CodeVector_of_Double_ (line 192) | public void CodeVector_of_Double_(ref Vector value) method CodeVector_of_Fraction_ (line 197) | public void CodeVector_of_Fraction_(ref Vector value) method CodeVector_of_V2i_ (line 202) | public void CodeVector_of_V2i_(ref Vector value) method CodeVector_of_V2l_ (line 207) | public void CodeVector_of_V2l_(ref Vector value) method CodeVector_of_V2f_ (line 212) | public void CodeVector_of_V2f_(ref Vector value) method CodeVector_of_V2d_ (line 217) | public void CodeVector_of_V2d_(ref Vector value) method CodeVector_of_V3i_ (line 222) | public void CodeVector_of_V3i_(ref Vector value) method CodeVector_of_V3l_ (line 227) | public void CodeVector_of_V3l_(ref Vector value) method CodeVector_of_V3f_ (line 232) | public void CodeVector_of_V3f_(ref Vector value) method CodeVector_of_V3d_ (line 237) | public void CodeVector_of_V3d_(ref Vector value) method CodeVector_of_V4i_ (line 242) | public void CodeVector_of_V4i_(ref Vector value) method CodeVector_of_V4l_ (line 247) | public void CodeVector_of_V4l_(ref Vector value) method CodeVector_of_V4f_ (line 252) | public void CodeVector_of_V4f_(ref Vector value) method CodeVector_of_V4d_ (line 257) | public void CodeVector_of_V4d_(ref Vector value) method CodeVector_of_M22i_ (line 262) | public void CodeVector_of_M22i_(ref Vector value) method CodeVector_of_M22l_ (line 267) | public void CodeVector_of_M22l_(ref Vector value) method CodeVector_of_M22f_ (line 272) | public void CodeVector_of_M22f_(ref Vector value) method CodeVector_of_M22d_ (line 277) | public void CodeVector_of_M22d_(ref Vector value) method CodeVector_of_M23i_ (line 282) | public void CodeVector_of_M23i_(ref Vector value) method CodeVector_of_M23l_ (line 287) | public void CodeVector_of_M23l_(ref Vector value) method CodeVector_of_M23f_ (line 292) | public void CodeVector_of_M23f_(ref Vector value) method CodeVector_of_M23d_ (line 297) | public void CodeVector_of_M23d_(ref Vector value) method CodeVector_of_M33i_ (line 302) | public void CodeVector_of_M33i_(ref Vector value) method CodeVector_of_M33l_ (line 307) | public void CodeVector_of_M33l_(ref Vector value) method CodeVector_of_M33f_ (line 312) | public void CodeVector_of_M33f_(ref Vector value) method CodeVector_of_M33d_ (line 317) | public void CodeVector_of_M33d_(ref Vector value) method CodeVector_of_M34i_ (line 322) | public void CodeVector_of_M34i_(ref Vector value) method CodeVector_of_M34l_ (line 327) | public void CodeVector_of_M34l_(ref Vector value) method CodeVector_of_M34f_ (line 332) | public void CodeVector_of_M34f_(ref Vector value) method CodeVector_of_M34d_ (line 337) | public void CodeVector_of_M34d_(ref Vector value) method CodeVector_of_M44i_ (line 342) | public void CodeVector_of_M44i_(ref Vector value) method CodeVector_of_M44l_ (line 347) | public void CodeVector_of_M44l_(ref Vector value) method CodeVector_of_M44f_ (line 352) | public void CodeVector_of_M44f_(ref Vector value) method CodeVector_of_M44d_ (line 357) | public void CodeVector_of_M44d_(ref Vector value) method CodeVector_of_C3b_ (line 362) | public void CodeVector_of_C3b_(ref Vector value) method CodeVector_of_C3us_ (line 367) | public void CodeVector_of_C3us_(ref Vector value) method CodeVector_of_C3ui_ (line 372) | public void CodeVector_of_C3ui_(ref Vector value) method CodeVector_of_C3f_ (line 377) | public void CodeVector_of_C3f_(ref Vector value) method CodeVector_of_C3d_ (line 382) | public void CodeVector_of_C3d_(ref Vector value) method CodeVector_of_C4b_ (line 387) | public void CodeVector_of_C4b_(ref Vector value) method CodeVector_of_C4us_ (line 392) | public void CodeVector_of_C4us_(ref Vector value) method CodeVector_of_C4ui_ (line 397) | public void CodeVector_of_C4ui_(ref Vector value) method CodeVector_of_C4f_ (line 402) | public void CodeVector_of_C4f_(ref Vector value) method CodeVector_of_C4d_ (line 407) | public void CodeVector_of_C4d_(ref Vector value) method CodeVector_of_Range1b_ (line 412) | public void CodeVector_of_Range1b_(ref Vector value) method CodeVector_of_Range1sb_ (line 417) | public void CodeVector_of_Range1sb_(ref Vector value) method CodeVector_of_Range1s_ (line 422) | public void CodeVector_of_Range1s_(ref Vector value) method CodeVector_of_Range1us_ (line 427) | public void CodeVector_of_Range1us_(ref Vector value) method CodeVector_of_Range1i_ (line 432) | public void CodeVector_of_Range1i_(ref Vector value) method CodeVector_of_Range1ui_ (line 437) | public void CodeVector_of_Range1ui_(ref Vector value) method CodeVector_of_Range1l_ (line 442) | public void CodeVector_of_Range1l_(ref Vector value) method CodeVector_of_Range1ul_ (line 447) | public void CodeVector_of_Range1ul_(ref Vector value) method CodeVector_of_Range1f_ (line 452) | public void CodeVector_of_Range1f_(ref Vector value) method CodeVector_of_Range1d_ (line 457) | public void CodeVector_of_Range1d_(ref Vector value) method CodeVector_of_Box2i_ (line 462) | public void CodeVector_of_Box2i_(ref Vector value) method CodeVector_of_Box2l_ (line 467) | public void CodeVector_of_Box2l_(ref Vector value) method CodeVector_of_Box2f_ (line 472) | public void CodeVector_of_Box2f_(ref Vector value) method CodeVector_of_Box2d_ (line 477) | public void CodeVector_of_Box2d_(ref Vector value) method CodeVector_of_Box3i_ (line 482) | public void CodeVector_of_Box3i_(ref Vector value) method CodeVector_of_Box3l_ (line 487) | public void CodeVector_of_Box3l_(ref Vector value) method CodeVector_of_Box3f_ (line 492) | public void CodeVector_of_Box3f_(ref Vector value) method CodeVector_of_Box3d_ (line 497) | public void CodeVector_of_Box3d_(ref Vector value) method CodeVector_of_Euclidean3f_ (line 502) | public void CodeVector_of_Euclidean3f_(ref Vector value) method CodeVector_of_Euclidean3d_ (line 507) | public void CodeVector_of_Euclidean3d_(ref Vector value) method CodeVector_of_Rot2f_ (line 512) | public void CodeVector_of_Rot2f_(ref Vector value) method CodeVector_of_Rot2d_ (line 517) | public void CodeVector_of_Rot2d_(ref Vector value) method CodeVector_of_Rot3f_ (line 522) | public void CodeVector_of_Rot3f_(ref Vector value) method CodeVector_of_Rot3d_ (line 527) | public void CodeVector_of_Rot3d_(ref Vector value) method CodeVector_of_Scale3f_ (line 532) | public void CodeVector_of_Scale3f_(ref Vector value) method CodeVector_of_Scale3d_ (line 537) | public void CodeVector_of_Scale3d_(ref Vector value) method CodeVector_of_Shift3f_ (line 542) | public void CodeVector_of_Shift3f_(ref Vector value) method CodeVector_of_Shift3d_ (line 547) | public void CodeVector_of_Shift3d_(ref Vector value) method CodeVector_of_Trafo2f_ (line 552) | public void CodeVector_of_Trafo2f_(ref Vector value) method CodeVector_of_Trafo2d_ (line 557) | public void CodeVector_of_Trafo2d_(ref Vector value) method CodeVector_of_Trafo3f_ (line 562) | public void CodeVector_of_Trafo3f_(ref Vector value) method CodeVector_of_Trafo3d_ (line 567) | public void CodeVector_of_Trafo3d_(ref Vector value) method CodeVector_of_Bool_ (line 572) | public void CodeVector_of_Bool_(ref Vector value) method CodeVector_of_Char_ (line 577) | public void CodeVector_of_Char_(ref Vector value) method CodeVector_of_String_ (line 582) | public void CodeVector_of_String_(ref Vector value) method CodeVector_of_Type_ (line 587) | public void CodeVector_of_Type_(ref Vector value) method CodeVector_of_Guid_ (line 592) | public void CodeVector_of_Guid_(ref Vector value) method CodeVector_of_Symbol_ (line 597) | public void CodeVector_of_Symbol_(ref Vector value) method CodeVector_of_Circle2d_ (line 602) | public void CodeVector_of_Circle2d_(ref Vector value) method CodeVector_of_Line2d_ (line 607) | public void CodeVector_of_Line2d_(ref Vector value) method CodeVector_of_Line3d_ (line 612) | public void CodeVector_of_Line3d_(ref Vector value) method CodeVector_of_Plane2d_ (line 617) | public void CodeVector_of_Plane2d_(ref Vector value) method CodeVector_of_Plane3d_ (line 622) | public void CodeVector_of_Plane3d_(ref Vector value) method CodeVector_of_PlaneWithPoint3d_ (line 627) | public void CodeVector_of_PlaneWithPoint3d_(ref Vector value) method CodeVector_of_Quad3d_ (line 637) | public void CodeVector_of_Quad3d_(ref Vector value) method CodeVector_of_Ray2d_ (line 642) | public void CodeVector_of_Ray2d_(ref Vector value) method CodeVector_of_Ray3d_ (line 647) | public void CodeVector_of_Ray3d_(ref Vector value) method CodeVector_of_Sphere3d_ (line 652) | public void CodeVector_of_Sphere3d_(ref Vector value) method CodeVector_of_Triangle2d_ (line 657) | public void CodeVector_of_Triangle2d_(ref Vector value) method CodeVector_of_Triangle3d_ (line 662) | public void CodeVector_of_Triangle3d_(ref Vector value) method CodeVector_of_Circle2f_ (line 667) | public void CodeVector_of_Circle2f_(ref Vector value) method CodeVector_of_Line2f_ (line 672) | public void CodeVector_of_Line2f_(ref Vector value) method CodeVector_of_Line3f_ (line 677) | public void CodeVector_of_Line3f_(ref Vector value) method CodeVector_of_Plane2f_ (line 682) | public void CodeVector_of_Plane2f_(ref Vector value) method CodeVector_of_Plane3f_ (line 687) | public void CodeVector_of_Plane3f_(ref Vector value) method CodeVector_of_PlaneWithPoint3f_ (line 692) | public void CodeVector_of_PlaneWithPoint3f_(ref Vector value) method CodeVector_of_Quad3f_ (line 702) | public void CodeVector_of_Quad3f_(ref Vector value) method CodeVector_of_Ray2f_ (line 707) | public void CodeVector_of_Ray2f_(ref Vector value) method CodeVector_of_Ray3f_ (line 712) | public void CodeVector_of_Ray3f_(ref Vector value) method CodeVector_of_Sphere3f_ (line 717) | public void CodeVector_of_Sphere3f_(ref Vector value) method CodeVector_of_Triangle2f_ (line 722) | public void CodeVector_of_Triangle2f_(ref Vector value) method CodeVector_of_Triangle3f_ (line 727) | public void CodeVector_of_Triangle3f_(ref Vector value) method CodeMatrix_of_Byte_ (line 732) | public void CodeMatrix_of_Byte_(ref Matrix value) method CodeMatrix_of_SByte_ (line 737) | public void CodeMatrix_of_SByte_(ref Matrix value) method CodeMatrix_of_Short_ (line 742) | public void CodeMatrix_of_Short_(ref Matrix value) method CodeMatrix_of_UShort_ (line 747) | public void CodeMatrix_of_UShort_(ref Matrix value) method CodeMatrix_of_Int_ (line 752) | public void CodeMatrix_of_Int_(ref Matrix value) method CodeMatrix_of_UInt_ (line 757) | public void CodeMatrix_of_UInt_(ref Matrix value) method CodeMatrix_of_Long_ (line 762) | public void CodeMatrix_of_Long_(ref Matrix value) method CodeMatrix_of_ULong_ (line 767) | public void CodeMatrix_of_ULong_(ref Matrix value) method CodeMatrix_of_Float_ (line 772) | public void CodeMatrix_of_Float_(ref Matrix value) method CodeMatrix_of_Double_ (line 777) | public void CodeMatrix_of_Double_(ref Matrix value) method CodeMatrix_of_Fraction_ (line 782) | public void CodeMatrix_of_Fraction_(ref Matrix value) method CodeMatrix_of_V2i_ (line 787) | public void CodeMatrix_of_V2i_(ref Matrix value) method CodeMatrix_of_V2l_ (line 792) | public void CodeMatrix_of_V2l_(ref Matrix value) method CodeMatrix_of_V2f_ (line 797) | public void CodeMatrix_of_V2f_(ref Matrix value) method CodeMatrix_of_V2d_ (line 802) | public void CodeMatrix_of_V2d_(ref Matrix value) method CodeMatrix_of_V3i_ (line 807) | public void CodeMatrix_of_V3i_(ref Matrix value) method CodeMatrix_of_V3l_ (line 812) | public void CodeMatrix_of_V3l_(ref Matrix value) method CodeMatrix_of_V3f_ (line 817) | public void CodeMatrix_of_V3f_(ref Matrix value) method CodeMatrix_of_V3d_ (line 822) | public void CodeMatrix_of_V3d_(ref Matrix value) method CodeMatrix_of_V4i_ (line 827) | public void CodeMatrix_of_V4i_(ref Matrix value) method CodeMatrix_of_V4l_ (line 832) | public void CodeMatrix_of_V4l_(ref Matrix value) method CodeMatrix_of_V4f_ (line 837) | public void CodeMatrix_of_V4f_(ref Matrix value) method CodeMatrix_of_V4d_ (line 842) | public void CodeMatrix_of_V4d_(ref Matrix value) method CodeMatrix_of_M22i_ (line 847) | public void CodeMatrix_of_M22i_(ref Matrix value) method CodeMatrix_of_M22l_ (line 852) | public void CodeMatrix_of_M22l_(ref Matrix value) method CodeMatrix_of_M22f_ (line 857) | public void CodeMatrix_of_M22f_(ref Matrix value) method CodeMatrix_of_M22d_ (line 862) | public void CodeMatrix_of_M22d_(ref Matrix value) method CodeMatrix_of_M23i_ (line 867) | public void CodeMatrix_of_M23i_(ref Matrix value) method CodeMatrix_of_M23l_ (line 872) | public void CodeMatrix_of_M23l_(ref Matrix value) method CodeMatrix_of_M23f_ (line 877) | public void CodeMatrix_of_M23f_(ref Matrix value) method CodeMatrix_of_M23d_ (line 882) | public void CodeMatrix_of_M23d_(ref Matrix value) method CodeMatrix_of_M33i_ (line 887) | public void CodeMatrix_of_M33i_(ref Matrix value) method CodeMatrix_of_M33l_ (line 892) | public void CodeMatrix_of_M33l_(ref Matrix value) method CodeMatrix_of_M33f_ (line 897) | public void CodeMatrix_of_M33f_(ref Matrix value) method CodeMatrix_of_M33d_ (line 902) | public void CodeMatrix_of_M33d_(ref Matrix value) method CodeMatrix_of_M34i_ (line 907) | public void CodeMatrix_of_M34i_(ref Matrix value) method CodeMatrix_of_M34l_ (line 912) | public void CodeMatrix_of_M34l_(ref Matrix value) method CodeMatrix_of_M34f_ (line 917) | public void CodeMatrix_of_M34f_(ref Matrix value) method CodeMatrix_of_M34d_ (line 922) | public void CodeMatrix_of_M34d_(ref Matrix value) method CodeMatrix_of_M44i_ (line 927) | public void CodeMatrix_of_M44i_(ref Matrix value) method CodeMatrix_of_M44l_ (line 932) | public void CodeMatrix_of_M44l_(ref Matrix value) method CodeMatrix_of_M44f_ (line 937) | public void CodeMatrix_of_M44f_(ref Matrix value) method CodeMatrix_of_M44d_ (line 942) | public void CodeMatrix_of_M44d_(ref Matrix value) method CodeMatrix_of_C3b_ (line 947) | public void CodeMatrix_of_C3b_(ref Matrix value) method CodeMatrix_of_C3us_ (line 952) | public void CodeMatrix_of_C3us_(ref Matrix value) method CodeMatrix_of_C3ui_ (line 957) | public void CodeMatrix_of_C3ui_(ref Matrix value) method CodeMatrix_of_C3f_ (line 962) | public void CodeMatrix_of_C3f_(ref Matrix value) method CodeMatrix_of_C3d_ (line 967) | public void CodeMatrix_of_C3d_(ref Matrix value) method CodeMatrix_of_C4b_ (line 972) | public void CodeMatrix_of_C4b_(ref Matrix value) method CodeMatrix_of_C4us_ (line 977) | public void CodeMatrix_of_C4us_(ref Matrix value) method CodeMatrix_of_C4ui_ (line 982) | public void CodeMatrix_of_C4ui_(ref Matrix value) method CodeMatrix_of_C4f_ (line 987) | public void CodeMatrix_of_C4f_(ref Matrix value) method CodeMatrix_of_C4d_ (line 992) | public void CodeMatrix_of_C4d_(ref Matrix value) method CodeMatrix_of_Range1b_ (line 997) | public void CodeMatrix_of_Range1b_(ref Matrix value) method CodeMatrix_of_Range1sb_ (line 1002) | public void CodeMatrix_of_Range1sb_(ref Matrix value) method CodeMatrix_of_Range1s_ (line 1007) | public void CodeMatrix_of_Range1s_(ref Matrix value) method CodeMatrix_of_Range1us_ (line 1012) | public void CodeMatrix_of_Range1us_(ref Matrix value) method CodeMatrix_of_Range1i_ (line 1017) | public void CodeMatrix_of_Range1i_(ref Matrix value) method CodeMatrix_of_Range1ui_ (line 1022) | public void CodeMatrix_of_Range1ui_(ref Matrix value) method CodeMatrix_of_Range1l_ (line 1027) | public void CodeMatrix_of_Range1l_(ref Matrix value) method CodeMatrix_of_Range1ul_ (line 1032) | public void CodeMatrix_of_Range1ul_(ref Matrix value) method CodeMatrix_of_Range1f_ (line 1037) | public void CodeMatrix_of_Range1f_(ref Matrix value) method CodeMatrix_of_Range1d_ (line 1042) | public void CodeMatrix_of_Range1d_(ref Matrix value) method CodeMatrix_of_Box2i_ (line 1047) | public void CodeMatrix_of_Box2i_(ref Matrix value) method CodeMatrix_of_Box2l_ (line 1052) | public void CodeMatrix_of_Box2l_(ref Matrix value) method CodeMatrix_of_Box2f_ (line 1057) | public void CodeMatrix_of_Box2f_(ref Matrix value) method CodeMatrix_of_Box2d_ (line 1062) | public void CodeMatrix_of_Box2d_(ref Matrix value) method CodeMatrix_of_Box3i_ (line 1067) | public void CodeMatrix_of_Box3i_(ref Matrix value) method CodeMatrix_of_Box3l_ (line 1072) | public void CodeMatrix_of_Box3l_(ref Matrix value) method CodeMatrix_of_Box3f_ (line 1077) | public void CodeMatrix_of_Box3f_(ref Matrix value) method CodeMatrix_of_Box3d_ (line 1082) | public void CodeMatrix_of_Box3d_(ref Matrix value) method CodeMatrix_of_Euclidean3f_ (line 1087) | public void CodeMatrix_of_Euclidean3f_(ref Matrix value) method CodeMatrix_of_Euclidean3d_ (line 1092) | public void CodeMatrix_of_Euclidean3d_(ref Matrix value) method CodeMatrix_of_Rot2f_ (line 1097) | public void CodeMatrix_of_Rot2f_(ref Matrix value) method CodeMatrix_of_Rot2d_ (line 1102) | public void CodeMatrix_of_Rot2d_(ref Matrix value) method CodeMatrix_of_Rot3f_ (line 1107) | public void CodeMatrix_of_Rot3f_(ref Matrix value) method CodeMatrix_of_Rot3d_ (line 1112) | public void CodeMatrix_of_Rot3d_(ref Matrix value) method CodeMatrix_of_Scale3f_ (line 1117) | public void CodeMatrix_of_Scale3f_(ref Matrix value) method CodeMatrix_of_Scale3d_ (line 1122) | public void CodeMatrix_of_Scale3d_(ref Matrix value) method CodeMatrix_of_Shift3f_ (line 1127) | public void CodeMatrix_of_Shift3f_(ref Matrix value) method CodeMatrix_of_Shift3d_ (line 1132) | public void CodeMatrix_of_Shift3d_(ref Matrix value) method CodeMatrix_of_Trafo2f_ (line 1137) | public void CodeMatrix_of_Trafo2f_(ref Matrix value) method CodeMatrix_of_Trafo2d_ (line 1142) | public void CodeMatrix_of_Trafo2d_(ref Matrix value) method CodeMatrix_of_Trafo3f_ (line 1147) | public void CodeMatrix_of_Trafo3f_(ref Matrix value) method CodeMatrix_of_Trafo3d_ (line 1152) | public void CodeMatrix_of_Trafo3d_(ref Matrix value) method CodeMatrix_of_Bool_ (line 1157) | public void CodeMatrix_of_Bool_(ref Matrix value) method CodeMatrix_of_Char_ (line 1162) | public void CodeMatrix_of_Char_(ref Matrix value) method CodeMatrix_of_String_ (line 1167) | public void CodeMatrix_of_String_(ref Matrix value) method CodeMatrix_of_Type_ (line 1172) | public void CodeMatrix_of_Type_(ref Matrix value) method CodeMatrix_of_Guid_ (line 1177) | public void CodeMatrix_of_Guid_(ref Matrix value) method CodeMatrix_of_Symbol_ (line 1182) | public void CodeMatrix_of_Symbol_(ref Matrix value) method CodeMatrix_of_Circle2d_ (line 1187) | public void CodeMatrix_of_Circle2d_(ref Matrix value) method CodeMatrix_of_Line2d_ (line 1192) | public void CodeMatrix_of_Line2d_(ref Matrix value) method CodeMatrix_of_Line3d_ (line 1197) | public void CodeMatrix_of_Line3d_(ref Matrix value) method CodeMatrix_of_Plane2d_ (line 1202) | public void CodeMatrix_of_Plane2d_(ref Matrix value) method CodeMatrix_of_Plane3d_ (line 1207) | public void CodeMatrix_of_Plane3d_(ref Matrix value) method CodeMatrix_of_PlaneWithPoint3d_ (line 1212) | public void CodeMatrix_of_PlaneWithPoint3d_(ref Matrix value) method CodeMatrix_of_Quad3d_ (line 1222) | public void CodeMatrix_of_Quad3d_(ref Matrix value) method CodeMatrix_of_Ray2d_ (line 1227) | public void CodeMatrix_of_Ray2d_(ref Matrix value) method CodeMatrix_of_Ray3d_ (line 1232) | public void CodeMatrix_of_Ray3d_(ref Matrix value) method CodeMatrix_of_Sphere3d_ (line 1237) | public void CodeMatrix_of_Sphere3d_(ref Matrix value) method CodeMatrix_of_Triangle2d_ (line 1242) | public void CodeMatrix_of_Triangle2d_(ref Matrix value) method CodeMatrix_of_Triangle3d_ (line 1247) | public void CodeMatrix_of_Triangle3d_(ref Matrix value) method CodeMatrix_of_Circle2f_ (line 1252) | public void CodeMatrix_of_Circle2f_(ref Matrix value) method CodeMatrix_of_Line2f_ (line 1257) | public void CodeMatrix_of_Line2f_(ref Matrix value) method CodeMatrix_of_Line3f_ (line 1262) | public void CodeMatrix_of_Line3f_(ref Matrix value) method CodeMatrix_of_Plane2f_ (line 1267) | public void CodeMatrix_of_Plane2f_(ref Matrix value) method CodeMatrix_of_Plane3f_ (line 1272) | public void CodeMatrix_of_Plane3f_(ref Matrix value) method CodeMatrix_of_PlaneWithPoint3f_ (line 1277) | public void CodeMatrix_of_PlaneWithPoint3f_(ref Matrix value) method CodeMatrix_of_Quad3f_ (line 1287) | public void CodeMatrix_of_Quad3f_(ref Matrix value) method CodeMatrix_of_Ray2f_ (line 1292) | public void CodeMatrix_of_Ray2f_(ref Matrix value) method CodeMatrix_of_Ray3f_ (line 1297) | public void CodeMatrix_of_Ray3f_(ref Matrix value) method CodeMatrix_of_Sphere3f_ (line 1302) | public void CodeMatrix_of_Sphere3f_(ref Matrix value) method CodeMatrix_of_Triangle2f_ (line 1307) | public void CodeMatrix_of_Triangle2f_(ref Matrix value) method CodeMatrix_of_Triangle3f_ (line 1312) | public void CodeMatrix_of_Triangle3f_(ref Matrix value) method CodeVolume_of_Byte_ (line 1317) | public void CodeVolume_of_Byte_(ref Volume value) method CodeVolume_of_SByte_ (line 1322) | public void CodeVolume_of_SByte_(ref Volume value) method CodeVolume_of_Short_ (line 1327) | public void CodeVolume_of_Short_(ref Volume value) method CodeVolume_of_UShort_ (line 1332) | public void CodeVolume_of_UShort_(ref Volume value) method CodeVolume_of_Int_ (line 1337) | public void CodeVolume_of_Int_(ref Volume value) method CodeVolume_of_UInt_ (line 1342) | public void CodeVolume_of_UInt_(ref Volume value) method CodeVolume_of_Long_ (line 1347) | public void CodeVolume_of_Long_(ref Volume value) method CodeVolume_of_ULong_ (line 1352) | public void CodeVolume_of_ULong_(ref Volume value) method CodeVolume_of_Float_ (line 1357) | public void CodeVolume_of_Float_(ref Volume value) method CodeVolume_of_Double_ (line 1362) | public void CodeVolume_of_Double_(ref Volume value) method CodeVolume_of_Fraction_ (line 1367) | public void CodeVolume_of_Fraction_(ref Volume value) method CodeVolume_of_V2i_ (line 1372) | public void CodeVolume_of_V2i_(ref Volume value) method CodeVolume_of_V2l_ (line 1377) | public void CodeVolume_of_V2l_(ref Volume value) method CodeVolume_of_V2f_ (line 1382) | public void CodeVolume_of_V2f_(ref Volume value) method CodeVolume_of_V2d_ (line 1387) | public void CodeVolume_of_V2d_(ref Volume value) method CodeVolume_of_V3i_ (line 1392) | public void CodeVolume_of_V3i_(ref Volume value) method CodeVolume_of_V3l_ (line 1397) | public void CodeVolume_of_V3l_(ref Volume value) method CodeVolume_of_V3f_ (line 1402) | public void CodeVolume_of_V3f_(ref Volume value) method CodeVolume_of_V3d_ (line 1407) | public void CodeVolume_of_V3d_(ref Volume value) method CodeVolume_of_V4i_ (line 1412) | public void CodeVolume_of_V4i_(ref Volume value) method CodeVolume_of_V4l_ (line 1417) | public void CodeVolume_of_V4l_(ref Volume value) method CodeVolume_of_V4f_ (line 1422) | public void CodeVolume_of_V4f_(ref Volume value) method CodeVolume_of_V4d_ (line 1427) | public void CodeVolume_of_V4d_(ref Volume value) method CodeVolume_of_M22i_ (line 1432) | public void CodeVolume_of_M22i_(ref Volume value) method CodeVolume_of_M22l_ (line 1437) | public void CodeVolume_of_M22l_(ref Volume value) method CodeVolume_of_M22f_ (line 1442) | public void CodeVolume_of_M22f_(ref Volume value) method CodeVolume_of_M22d_ (line 1447) | public void CodeVolume_of_M22d_(ref Volume value) method CodeVolume_of_M23i_ (line 1452) | public void CodeVolume_of_M23i_(ref Volume value) method CodeVolume_of_M23l_ (line 1457) | public void CodeVolume_of_M23l_(ref Volume value) method CodeVolume_of_M23f_ (line 1462) | public void CodeVolume_of_M23f_(ref Volume value) method CodeVolume_of_M23d_ (line 1467) | public void CodeVolume_of_M23d_(ref Volume value) method CodeVolume_of_M33i_ (line 1472) | public void CodeVolume_of_M33i_(ref Volume value) method CodeVolume_of_M33l_ (line 1477) | public void CodeVolume_of_M33l_(ref Volume value) method CodeVolume_of_M33f_ (line 1482) | public void CodeVolume_of_M33f_(ref Volume value) method CodeVolume_of_M33d_ (line 1487) | public void CodeVolume_of_M33d_(ref Volume value) method CodeVolume_of_M34i_ (line 1492) | public void CodeVolume_of_M34i_(ref Volume value) method CodeVolume_of_M34l_ (line 1497) | public void CodeVolume_of_M34l_(ref Volume value) method CodeVolume_of_M34f_ (line 1502) | public void CodeVolume_of_M34f_(ref Volume value) method CodeVolume_of_M34d_ (line 1507) | public void CodeVolume_of_M34d_(ref Volume value) method CodeVolume_of_M44i_ (line 1512) | public void CodeVolume_of_M44i_(ref Volume value) method CodeVolume_of_M44l_ (line 1517) | public void CodeVolume_of_M44l_(ref Volume value) method CodeVolume_of_M44f_ (line 1522) | public void CodeVolume_of_M44f_(ref Volume value) method CodeVolume_of_M44d_ (line 1527) | public void CodeVolume_of_M44d_(ref Volume value) method CodeVolume_of_C3b_ (line 1532) | public void CodeVolume_of_C3b_(ref Volume value) method CodeVolume_of_C3us_ (line 1537) | public void CodeVolume_of_C3us_(ref Volume value) method CodeVolume_of_C3ui_ (line 1542) | public void CodeVolume_of_C3ui_(ref Volume value) method CodeVolume_of_C3f_ (line 1547) | public void CodeVolume_of_C3f_(ref Volume value) method CodeVolume_of_C3d_ (line 1552) | public void CodeVolume_of_C3d_(ref Volume value) method CodeVolume_of_C4b_ (line 1557) | public void CodeVolume_of_C4b_(ref Volume value) method CodeVolume_of_C4us_ (line 1562) | public void CodeVolume_of_C4us_(ref Volume value) method CodeVolume_of_C4ui_ (line 1567) | public void CodeVolume_of_C4ui_(ref Volume value) method CodeVolume_of_C4f_ (line 1572) | public void CodeVolume_of_C4f_(ref Volume value) method CodeVolume_of_C4d_ (line 1577) | public void CodeVolume_of_C4d_(ref Volume value) method CodeVolume_of_Range1b_ (line 1582) | public void CodeVolume_of_Range1b_(ref Volume value) method CodeVolume_of_Range1sb_ (line 1587) | public void CodeVolume_of_Range1sb_(ref Volume value) method CodeVolume_of_Range1s_ (line 1592) | public void CodeVolume_of_Range1s_(ref Volume value) method CodeVolume_of_Range1us_ (line 1597) | public void CodeVolume_of_Range1us_(ref Volume value) method CodeVolume_of_Range1i_ (line 1602) | public void CodeVolume_of_Range1i_(ref Volume value) method CodeVolume_of_Range1ui_ (line 1607) | public void CodeVolume_of_Range1ui_(ref Volume value) method CodeVolume_of_Range1l_ (line 1612) | public void CodeVolume_of_Range1l_(ref Volume value) method CodeVolume_of_Range1ul_ (line 1617) | public void CodeVolume_of_Range1ul_(ref Volume value) method CodeVolume_of_Range1f_ (line 1622) | public void CodeVolume_of_Range1f_(ref Volume value) method CodeVolume_of_Range1d_ (line 1627) | public void CodeVolume_of_Range1d_(ref Volume value) method CodeVolume_of_Box2i_ (line 1632) | public void CodeVolume_of_Box2i_(ref Volume value) method CodeVolume_of_Box2l_ (line 1637) | public void CodeVolume_of_Box2l_(ref Volume value) method CodeVolume_of_Box2f_ (line 1642) | public void CodeVolume_of_Box2f_(ref Volume value) method CodeVolume_of_Box2d_ (line 1647) | public void CodeVolume_of_Box2d_(ref Volume value) method CodeVolume_of_Box3i_ (line 1652) | public void CodeVolume_of_Box3i_(ref Volume value) method CodeVolume_of_Box3l_ (line 1657) | public void CodeVolume_of_Box3l_(ref Volume value) method CodeVolume_of_Box3f_ (line 1662) | public void CodeVolume_of_Box3f_(ref Volume value) method CodeVolume_of_Box3d_ (line 1667) | public void CodeVolume_of_Box3d_(ref Volume value) method CodeVolume_of_Euclidean3f_ (line 1672) | public void CodeVolume_of_Euclidean3f_(ref Volume value) method CodeVolume_of_Euclidean3d_ (line 1677) | public void CodeVolume_of_Euclidean3d_(ref Volume value) method CodeVolume_of_Rot2f_ (line 1682) | public void CodeVolume_of_Rot2f_(ref Volume value) method CodeVolume_of_Rot2d_ (line 1687) | public void CodeVolume_of_Rot2d_(ref Volume value) method CodeVolume_of_Rot3f_ (line 1692) | public void CodeVolume_of_Rot3f_(ref Volume value) method CodeVolume_of_Rot3d_ (line 1697) | public void CodeVolume_of_Rot3d_(ref Volume value) method CodeVolume_of_Scale3f_ (line 1702) | public void CodeVolume_of_Scale3f_(ref Volume value) method CodeVolume_of_Scale3d_ (line 1707) | public void CodeVolume_of_Scale3d_(ref Volume value) method CodeVolume_of_Shift3f_ (line 1712) | public void CodeVolume_of_Shift3f_(ref Volume value) method CodeVolume_of_Shift3d_ (line 1717) | public void CodeVolume_of_Shift3d_(ref Volume value) method CodeVolume_of_Trafo2f_ (line 1722) | public void CodeVolume_of_Trafo2f_(ref Volume value) method CodeVolume_of_Trafo2d_ (line 1727) | public void CodeVolume_of_Trafo2d_(ref Volume value) method CodeVolume_of_Trafo3f_ (line 1732) | public void CodeVolume_of_Trafo3f_(ref Volume value) method CodeVolume_of_Trafo3d_ (line 1737) | public void CodeVolume_of_Trafo3d_(ref Volume value) method CodeVolume_of_Bool_ (line 1742) | public void CodeVolume_of_Bool_(ref Volume value) method CodeVolume_of_Char_ (line 1747) | public void CodeVolume_of_Char_(ref Volume value) method CodeVolume_of_String_ (line 1752) | public void CodeVolume_of_String_(ref Volume value) method CodeVolume_of_Type_ (line 1757) | public void CodeVolume_of_Type_(ref Volume value) method CodeVolume_of_Guid_ (line 1762) | public void CodeVolume_of_Guid_(ref Volume value) method CodeVolume_of_Symbol_ (line 1767) | public void CodeVolume_of_Symbol_(ref Volume value) method CodeVolume_of_Circle2d_ (line 1772) | public void CodeVolume_of_Circle2d_(ref Volume value) method CodeVolume_of_Line2d_ (line 1777) | public void CodeVolume_of_Line2d_(ref Volume value) method CodeVolume_of_Line3d_ (line 1782) | public void CodeVolume_of_Line3d_(ref Volume value) method CodeVolume_of_Plane2d_ (line 1787) | public void CodeVolume_of_Plane2d_(ref Volume value) method CodeVolume_of_Plane3d_ (line 1792) | public void CodeVolume_of_Plane3d_(ref Volume value) method CodeVolume_of_PlaneWithPoint3d_ (line 1797) | public void CodeVolume_of_PlaneWithPoint3d_(ref Volume value) method CodeVolume_of_Quad3d_ (line 1807) | public void CodeVolume_of_Quad3d_(ref Volume value) method CodeVolume_of_Ray2d_ (line 1812) | public void CodeVolume_of_Ray2d_(ref Volume value) method CodeVolume_of_Ray3d_ (line 1817) | public void CodeVolume_of_Ray3d_(ref Volume value) method CodeVolume_of_Sphere3d_ (line 1822) | public void CodeVolume_of_Sphere3d_(ref Volume value) method CodeVolume_of_Triangle2d_ (line 1827) | public void CodeVolume_of_Triangle2d_(ref Volume value) method CodeVolume_of_Triangle3d_ (line 1832) | public void CodeVolume_of_Triangle3d_(ref Volume value) method CodeVolume_of_Circle2f_ (line 1837) | public void CodeVolume_of_Circle2f_(ref Volume value) method CodeVolume_of_Line2f_ (line 1842) | public void CodeVolume_of_Line2f_(ref Volume value) method CodeVolume_of_Line3f_ (line 1847) | public void CodeVolume_of_Line3f_(ref Volume value) method CodeVolume_of_Plane2f_ (line 1852) | public void CodeVolume_of_Plane2f_(ref Volume value) method CodeVolume_of_Plane3f_ (line 1857) | public void CodeVolume_of_Plane3f_(ref Volume value) method CodeVolume_of_PlaneWithPoint3f_ (line 1862) | public void CodeVolume_of_PlaneWithPoint3f_(ref Volume value) method CodeVolume_of_Quad3f_ (line 1872) | public void CodeVolume_of_Quad3f_(ref Volume value) method CodeVolume_of_Ray2f_ (line 1877) | public void CodeVolume_of_Ray2f_(ref Volume value) method CodeVolume_of_Ray3f_ (line 1882) | public void CodeVolume_of_Ray3f_(ref Volume value) method CodeVolume_of_Sphere3f_ (line 1887) | public void CodeVolume_of_Sphere3f_(ref Volume value) method CodeVolume_of_Triangle2f_ (line 1892) | public void CodeVolume_of_Triangle2f_(ref Volume value) method CodeVolume_of_Triangle3f_ (line 1897) | public void CodeVolume_of_Triangle3f_(ref Volume value) method CodeTensor_of_Byte_ (line 1902) | public void CodeTensor_of_Byte_(ref Tensor value) method CodeTensor_of_SByte_ (line 1907) | public void CodeTensor_of_SByte_(ref Tensor value) method CodeTensor_of_Short_ (line 1912) | public void CodeTensor_of_Short_(ref Tensor value) method CodeTensor_of_UShort_ (line 1917) | public void CodeTensor_of_UShort_(ref Tensor value) method CodeTensor_of_Int_ (line 1922) | public void CodeTensor_of_Int_(ref Tensor value) method CodeTensor_of_UInt_ (line 1927) | public void CodeTensor_of_UInt_(ref Tensor value) method CodeTensor_of_Long_ (line 1932) | public void CodeTensor_of_Long_(ref Tensor value) method CodeTensor_of_ULong_ (line 1937) | public void CodeTensor_of_ULong_(ref Tensor value) method CodeTensor_of_Float_ (line 1942) | public void CodeTensor_of_Float_(ref Tensor value) method CodeTensor_of_Double_ (line 1947) | public void CodeTensor_of_Double_(ref Tensor value) method CodeTensor_of_Fraction_ (line 1952) | public void CodeTensor_of_Fraction_(ref Tensor value) method CodeTensor_of_V2i_ (line 1957) | public void CodeTensor_of_V2i_(ref Tensor value) method CodeTensor_of_V2l_ (line 1962) | public void CodeTensor_of_V2l_(ref Tensor value) method CodeTensor_of_V2f_ (line 1967) | public void CodeTensor_of_V2f_(ref Tensor value) method CodeTensor_of_V2d_ (line 1972) | public void CodeTensor_of_V2d_(ref Tensor value) method CodeTensor_of_V3i_ (line 1977) | public void CodeTensor_of_V3i_(ref Tensor value) method CodeTensor_of_V3l_ (line 1982) | public void CodeTensor_of_V3l_(ref Tensor value) method CodeTensor_of_V3f_ (line 1987) | public void CodeTensor_of_V3f_(ref Tensor value) method CodeTensor_of_V3d_ (line 1992) | public void CodeTensor_of_V3d_(ref Tensor value) method CodeTensor_of_V4i_ (line 1997) | public void CodeTensor_of_V4i_(ref Tensor value) method CodeTensor_of_V4l_ (line 2002) | public void CodeTensor_of_V4l_(ref Tensor value) method CodeTensor_of_V4f_ (line 2007) | public void CodeTensor_of_V4f_(ref Tensor value) method CodeTensor_of_V4d_ (line 2012) | public void CodeTensor_of_V4d_(ref Tensor value) method CodeTensor_of_M22i_ (line 2017) | public void CodeTensor_of_M22i_(ref Tensor value) method CodeTensor_of_M22l_ (line 2022) | public void CodeTensor_of_M22l_(ref Tensor value) method CodeTensor_of_M22f_ (line 2027) | public void CodeTensor_of_M22f_(ref Tensor value) method CodeTensor_of_M22d_ (line 2032) | public void CodeTensor_of_M22d_(ref Tensor value) method CodeTensor_of_M23i_ (line 2037) | public void CodeTensor_of_M23i_(ref Tensor value) method CodeTensor_of_M23l_ (line 2042) | public void CodeTensor_of_M23l_(ref Tensor value) method CodeTensor_of_M23f_ (line 2047) | public void CodeTensor_of_M23f_(ref Tensor value) method CodeTensor_of_M23d_ (line 2052) | public void CodeTensor_of_M23d_(ref Tensor value) method CodeTensor_of_M33i_ (line 2057) | public void CodeTensor_of_M33i_(ref Tensor value) method CodeTensor_of_M33l_ (line 2062) | public void CodeTensor_of_M33l_(ref Tensor value) method CodeTensor_of_M33f_ (line 2067) | public void CodeTensor_of_M33f_(ref Tensor value) method CodeTensor_of_M33d_ (line 2072) | public void CodeTensor_of_M33d_(ref Tensor value) method CodeTensor_of_M34i_ (line 2077) | public void CodeTensor_of_M34i_(ref Tensor value) method CodeTensor_of_M34l_ (line 2082) | public void CodeTensor_of_M34l_(ref Tensor value) method CodeTensor_of_M34f_ (line 2087) | public void CodeTensor_of_M34f_(ref Tensor value) method CodeTensor_of_M34d_ (line 2092) | public void CodeTensor_of_M34d_(ref Tensor value) method CodeTensor_of_M44i_ (line 2097) | public void CodeTensor_of_M44i_(ref Tensor value) method CodeTensor_of_M44l_ (line 2102) | public void CodeTensor_of_M44l_(ref Tensor value) method CodeTensor_of_M44f_ (line 2107) | public void CodeTensor_of_M44f_(ref Tensor value) method CodeTensor_of_M44d_ (line 2112) | public void CodeTensor_of_M44d_(ref Tensor value) method CodeTensor_of_C3b_ (line 2117) | public void CodeTensor_of_C3b_(ref Tensor value) method CodeTensor_of_C3us_ (line 2122) | public void CodeTensor_of_C3us_(ref Tensor value) method CodeTensor_of_C3ui_ (line 2127) | public void CodeTensor_of_C3ui_(ref Tensor value) method CodeTensor_of_C3f_ (line 2132) | public void CodeTensor_of_C3f_(ref Tensor value) method CodeTensor_of_C3d_ (line 2137) | public void CodeTensor_of_C3d_(ref Tensor value) method CodeTensor_of_C4b_ (line 2142) | public void CodeTensor_of_C4b_(ref Tensor value) method CodeTensor_of_C4us_ (line 2147) | public void CodeTensor_of_C4us_(ref Tensor value) method CodeTensor_of_C4ui_ (line 2152) | public void CodeTensor_of_C4ui_(ref Tensor value) method CodeTensor_of_C4f_ (line 2157) | public void CodeTensor_of_C4f_(ref Tensor value) method CodeTensor_of_C4d_ (line 2162) | public void CodeTensor_of_C4d_(ref Tensor value) method CodeTensor_of_Range1b_ (line 2167) | public void CodeTensor_of_Range1b_(ref Tensor value) method CodeTensor_of_Range1sb_ (line 2172) | public void CodeTensor_of_Range1sb_(ref Tensor value) method CodeTensor_of_Range1s_ (line 2177) | public void CodeTensor_of_Range1s_(ref Tensor value) method CodeTensor_of_Range1us_ (line 2182) | public void CodeTensor_of_Range1us_(ref Tensor value) method CodeTensor_of_Range1i_ (line 2187) | public void CodeTensor_of_Range1i_(ref Tensor value) method CodeTensor_of_Range1ui_ (line 2192) | public void CodeTensor_of_Range1ui_(ref Tensor value) method CodeTensor_of_Range1l_ (line 2197) | public void CodeTensor_of_Range1l_(ref Tensor value) method CodeTensor_of_Range1ul_ (line 2202) | public void CodeTensor_of_Range1ul_(ref Tensor value) method CodeTensor_of_Range1f_ (line 2207) | public void CodeTensor_of_Range1f_(ref Tensor value) method CodeTensor_of_Range1d_ (line 2212) | public void CodeTensor_of_Range1d_(ref Tensor value) method CodeTensor_of_Box2i_ (line 2217) | public void CodeTensor_of_Box2i_(ref Tensor value) method CodeTensor_of_Box2l_ (line 2222) | public void CodeTensor_of_Box2l_(ref Tensor value) method CodeTensor_of_Box2f_ (line 2227) | public void CodeTensor_of_Box2f_(ref Tensor value) method CodeTensor_of_Box2d_ (line 2232) | public void CodeTensor_of_Box2d_(ref Tensor value) method CodeTensor_of_Box3i_ (line 2237) | public void CodeTensor_of_Box3i_(ref Tensor value) method CodeTensor_of_Box3l_ (line 2242) | public void CodeTensor_of_Box3l_(ref Tensor value) method CodeTensor_of_Box3f_ (line 2247) | public void CodeTensor_of_Box3f_(ref Tensor value) method CodeTensor_of_Box3d_ (line 2252) | public void CodeTensor_of_Box3d_(ref Tensor value) method CodeTensor_of_Euclidean3f_ (line 2257) | public void CodeTensor_of_Euclidean3f_(ref Tensor value) method CodeTensor_of_Euclidean3d_ (line 2262) | public void CodeTensor_of_Euclidean3d_(ref Tensor value) method CodeTensor_of_Rot2f_ (line 2267) | public void CodeTensor_of_Rot2f_(ref Tensor value) method CodeTensor_of_Rot2d_ (line 2272) | public void CodeTensor_of_Rot2d_(ref Tensor value) method CodeTensor_of_Rot3f_ (line 2277) | public void CodeTensor_of_Rot3f_(ref Tensor value) method CodeTensor_of_Rot3d_ (line 2282) | public void CodeTensor_of_Rot3d_(ref Tensor value) method CodeTensor_of_Scale3f_ (line 2287) | public void CodeTensor_of_Scale3f_(ref Tensor value) method CodeTensor_of_Scale3d_ (line 2292) | public void CodeTensor_of_Scale3d_(ref Tensor value) method CodeTensor_of_Shift3f_ (line 2297) | public void CodeTensor_of_Shift3f_(ref Tensor value) method CodeTensor_of_Shift3d_ (line 2302) | public void CodeTensor_of_Shift3d_(ref Tensor value) method CodeTensor_of_Trafo2f_ (line 2307) | public void CodeTensor_of_Trafo2f_(ref Tensor value) method CodeTensor_of_Trafo2d_ (line 2312) | public void CodeTensor_of_Trafo2d_(ref Tensor value) method CodeTensor_of_Trafo3f_ (line 2317) | public void CodeTensor_of_Trafo3f_(ref Tensor value) method CodeTensor_of_Trafo3d_ (line 2322) | public void CodeTensor_of_Trafo3d_(ref Tensor value) method CodeTensor_of_Bool_ (line 2327) | public void CodeTensor_of_Bool_(ref Tensor value) method CodeTensor_of_Char_ (line 2332) | public void CodeTensor_of_Char_(ref Tensor value) method CodeTensor_of_String_ (line 2337) | public void CodeTensor_of_String_(ref Tensor value) method CodeTensor_of_Type_ (line 2342) | public void CodeTensor_of_Type_(ref Tensor value) method CodeTensor_of_Guid_ (line 2347) | public void CodeTensor_of_Guid_(ref Tensor value) method CodeTensor_of_Symbol_ (line 2352) | public void CodeTensor_of_Symbol_(ref Tensor value) method CodeTensor_of_Circle2d_ (line 2357) | public void CodeTensor_of_Circle2d_(ref Tensor value) method CodeTensor_of_Line2d_ (line 2362) | public void CodeTensor_of_Line2d_(ref Tensor value) method CodeTensor_of_Line3d_ (line 2367) | public void CodeTensor_of_Line3d_(ref Tensor value) method CodeTensor_of_Plane2d_ (line 2372) | public void CodeTensor_of_Plane2d_(ref Tensor value) method CodeTensor_of_Plane3d_ (line 2377) | public void CodeTensor_of_Plane3d_(ref Tensor value) method CodeTensor_of_PlaneWithPoint3d_ (line 2382) | public void CodeTensor_of_PlaneWithPoint3d_(ref Tensor value) method CodeTensor_of_Quad3d_ (line 2392) | public void CodeTensor_of_Quad3d_(ref Tensor value) method CodeTensor_of_Ray2d_ (line 2397) | public void CodeTensor_of_Ray2d_(ref Tensor value) method CodeTensor_of_Ray3d_ (line 2402) | public void CodeTensor_of_Ray3d_(ref Tensor value) method CodeTensor_of_Sphere3d_ (line 2407) | public void CodeTensor_of_Sphere3d_(ref Tensor value) method CodeTensor_of_Triangle2d_ (line 2412) | public void CodeTensor_of_Triangle2d_(ref Tensor value) method CodeTensor_of_Triangle3d_ (line 2417) | public void CodeTensor_of_Triangle3d_(ref Tensor value) method CodeTensor_of_Circle2f_ (line 2422) | public void CodeTensor_of_Circle2f_(ref Tensor value) method CodeTensor_of_Line2f_ (line 2427) | public void CodeTensor_of_Line2f_(ref Tensor value) method CodeTensor_of_Line3f_ (line 2432) | public void CodeTensor_of_Line3f_(ref Tensor value) method CodeTensor_of_Plane2f_ (line 2437) | public void CodeTensor_of_Plane2f_(ref Tensor value) method CodeTensor_of_Plane3f_ (line 2442) | public void CodeTensor_of_Plane3f_(ref Tensor value) method CodeTensor_of_PlaneWithPoint3f_ (line 2447) | public void CodeTensor_of_PlaneWithPoint3f_(ref Tensor value) method CodeTensor_of_Quad3f_ (line 2457) | public void CodeTensor_of_Quad3f_(ref Tensor value) method CodeTensor_of_Ray2f_ (line 2462) | public void CodeTensor_of_Ray2f_(ref Tensor value) method CodeTensor_of_Ray3f_ (line 2467) | public void CodeTensor_of_Ray3f_(ref Tensor value) method CodeTensor_of_Sphere3f_ (line 2472) | public void CodeTensor_of_Sphere3f_(ref Tensor value) method CodeTensor_of_Triangle2f_ (line 2477) | public void CodeTensor_of_Triangle2f_(ref Tensor value) method CodeTensor_of_Triangle3f_ (line 2482) | public void CodeTensor_of_Triangle3f_(ref Tensor value) method CodeV2iArray (line 2491) | public void CodeV2iArray(ref V2i[] value) method CodeV2uiArray (line 2496) | public void CodeV2uiArray(ref V2ui[] value) method CodeV2lArray (line 2501) | public void CodeV2lArray(ref V2l[] value) method CodeV2fArray (line 2506) | public void CodeV2fArray(ref V2f[] value) method CodeV2dArray (line 2511) | public void CodeV2dArray(ref V2d[] value) method CodeV3iArray (line 2516) | public void CodeV3iArray(ref V3i[] value) method CodeV3uiArray (line 2521) | public void CodeV3uiArray(ref V3ui[] value) method CodeV3lArray (line 2526) | public void CodeV3lArray(ref V3l[] value) method CodeV3fArray (line 2531) | public void CodeV3fArray(ref V3f[] value) method CodeV3dArray (line 2536) | public void CodeV3dArray(ref V3d[] value) method CodeV4iArray (line 2541) | public void CodeV4iArray(ref V4i[] value) method CodeV4uiArray (line 2546) | public void CodeV4uiArray(ref V4ui[] value) method CodeV4lArray (line 2551) | public void CodeV4lArray(ref V4l[] value) method CodeV4fArray (line 2556) | public void CodeV4fArray(ref V4f[] value) method CodeV4dArray (line 2561) | public void CodeV4dArray(ref V4d[] value) method CodeM22iArray (line 2566) | public void CodeM22iArray(ref M22i[] value) method CodeM22lArray (line 2571) | public void CodeM22lArray(ref M22l[] value) method CodeM22fArray (line 2576) | public void CodeM22fArray(ref M22f[] value) method CodeM22dArray (line 2581) | public void CodeM22dArray(ref M22d[] value) method CodeM23iArray (line 2586) | public void CodeM23iArray(ref M23i[] value) method CodeM23lArray (line 2591) | public void CodeM23lArray(ref M23l[] value) method CodeM23fArray (line 2596) | public void CodeM23fArray(ref M23f[] value) method CodeM23dArray (line 2601) | public void CodeM23dArray(ref M23d[] value) method CodeM33iArray (line 2606) | public void CodeM33iArray(ref M33i[] value) method CodeM33lArray (line 2611) | public void CodeM33lArray(ref M33l[] value) method CodeM33fArray (line 2616) | public void CodeM33fArray(ref M33f[] value) method CodeM33dArray (line 2621) | public void CodeM33dArray(ref M33d[] value) method CodeM34iArray (line 2626) | public void CodeM34iArray(ref M34i[] value) method CodeM34lArray (line 2631) | public void CodeM34lArray(ref M34l[] value) method CodeM34fArray (line 2636) | public void CodeM34fArray(ref M34f[] value) method CodeM34dArray (line 2641) | public void CodeM34dArray(ref M34d[] value) method CodeM44iArray (line 2646) | public void CodeM44iArray(ref M44i[] value) method CodeM44lArray (line 2651) | public void CodeM44lArray(ref M44l[] value) method CodeM44fArray (line 2656) | public void CodeM44fArray(ref M44f[] value) method CodeM44dArray (line 2661) | public void CodeM44dArray(ref M44d[] value) method CodeRange1bArray (line 2666) | public void CodeRange1bArray(ref Range1b[] value) method CodeRange1sbArray (line 2671) | public void CodeRange1sbArray(ref Range1sb[] value) method CodeRange1sArray (line 2676) | public void CodeRange1sArray(ref Range1s[] value) method CodeRange1usArray (line 2681) | public void CodeRange1usArray(ref Range1us[] value) method CodeRange1iArray (line 2686) | public void CodeRange1iArray(ref Range1i[] value) method CodeRange1uiArray (line 2691) | public void CodeRange1uiArray(ref Range1ui[] value) method CodeRange1lArray (line 2696) | public void CodeRange1lArray(ref Range1l[] value) method CodeRange1ulArray (line 2701) | public void CodeRange1ulArray(ref Range1ul[] value) method CodeRange1fArray (line 2706) | public void CodeRange1fArray(ref Range1f[] value) method CodeRange1dArray (line 2711) | public void CodeRange1dArray(ref Range1d[] value) method CodeBox2iArray (line 2716) | public void CodeBox2iArray(ref Box2i[] value) method CodeBox2lArray (line 2721) | public void CodeBox2lArray(ref Box2l[] value) method CodeBox2fArray (line 2726) | public void CodeBox2fArray(ref Box2f[] value) method CodeBox2dArray (line 2731) | public void CodeBox2dArray(ref Box2d[] value) method CodeBox3iArray (line 2736) | public void CodeBox3iArray(ref Box3i[] value) method CodeBox3lArray (line 2741) | public void CodeBox3lArray(ref Box3l[] value) method CodeBox3fArray (line 2746) | public void CodeBox3fArray(ref Box3f[] value) method CodeBox3dArray (line 2751) | public void CodeBox3dArray(ref Box3d[] value) method CodeC3bArray (line 2756) | public void CodeC3bArray(ref C3b[] value) method CodeC3usArray (line 2761) | public void CodeC3usArray(ref C3us[] value) method CodeC3uiArray (line 2766) | public void CodeC3uiArray(ref C3ui[] value) method CodeC3fArray (line 2771) | public void CodeC3fArray(ref C3f[] value) method CodeC3dArray (line 2776) | public void CodeC3dArray(ref C3d[] value) method CodeC4bArray (line 2781) | public void CodeC4bArray(ref C4b[] value) method CodeC4usArray (line 2786) | public void CodeC4usArray(ref C4us[] value) method CodeC4uiArray (line 2791) | public void CodeC4uiArray(ref C4ui[] value) method CodeC4fArray (line 2796) | public void CodeC4fArray(ref C4f[] value) method CodeC4dArray (line 2801) | public void CodeC4dArray(ref C4d[] value) method CodeEuclidean3fArray (line 2806) | public void CodeEuclidean3fArray(ref Euclidean3f[] value) method CodeEuclidean3dArray (line 2811) | public void CodeEuclidean3dArray(ref Euclidean3d[] value) method CodeRot2fArray (line 2816) | public void CodeRot2fArray(ref Rot2f[] value) method CodeRot2dArray (line 2821) | public void CodeRot2dArray(ref Rot2d[] value) method CodeRot3fArray (line 2826) | public void CodeRot3fArray(ref Rot3f[] value) method CodeRot3dArray (line 2831) | public void CodeRot3dArray(ref Rot3d[] value) method CodeScale3fArray (line 2836) | public void CodeScale3fArray(ref Scale3f[] value) method CodeScale3dArray (line 2841) | public void CodeScale3dArray(ref Scale3d[] value) method CodeShift3fArray (line 2846) | public void CodeShift3fArray(ref Shift3f[] value) method CodeShift3dArray (line 2851) | public void CodeShift3dArray(ref Shift3d[] value) method CodeTrafo2fArray (line 2856) | public void CodeTrafo2fArray(ref Trafo2f[] value) method CodeTrafo2dArray (line 2861) | public void CodeTrafo2dArray(ref Trafo2d[] value) method CodeTrafo3fArray (line 2866) | public void CodeTrafo3fArray(ref Trafo3f[] value) method CodeTrafo3dArray (line 2871) | public void CodeTrafo3dArray(ref Trafo3d[] value) method CodeCircle2dArray (line 2876) | public void CodeCircle2dArray(ref Circle2d[] value) method CodeLine2dArray (line 2881) | public void CodeLine2dArray(ref Line2d[] value) method CodeLine3dArray (line 2886) | public void CodeLine3dArray(ref Line3d[] value) method CodePlane2dArray (line 2891) | public void CodePlane2dArray(ref Plane2d[] value) method CodePlane3dArray (line 2896) | public void CodePlane3dArray(ref Plane3d[] value) method CodePlaneWithPoint3dArray (line 2901) | public void CodePlaneWithPoint3dArray(ref PlaneWithPoint3d[] value) method CodeQuad2dArray (line 2906) | public void CodeQuad2dArray(ref Quad2d[] value) method CodeQuad3dArray (line 2911) | public void CodeQuad3dArray(ref Quad3d[] value) method CodeRay2dArray (line 2916) | public void CodeRay2dArray(ref Ray2d[] value) method CodeRay3dArray (line 2921) | public void CodeRay3dArray(ref Ray3d[] value) method CodeSphere3dArray (line 2926) | public void CodeSphere3dArray(ref Sphere3d[] value) method CodeTriangle2dArray (line 2931) | public void CodeTriangle2dArray(ref Triangle2d[] value) method CodeTriangle3dArray (line 2936) | public void CodeTriangle3dArray(ref Triangle3d[] value) method CodeCircle2fArray (line 2941) | public void CodeCircle2fArray(ref Circle2f[] value) method CodeLine2fArray (line 2946) | public void CodeLine2fArray(ref Line2f[] value) method CodeLine3fArray (line 2951) | public void CodeLine3fArray(ref Line3f[] value) method CodePlane2fArray (line 2956) | public void CodePlane2fArray(ref Plane2f[] value) method CodePlane3fArray (line 2961) | public void CodePlane3fArray(ref Plane3f[] value) method CodePlaneWithPoint3fArray (line 2966) | public void CodePlaneWithPoint3fArray(ref PlaneWithPoint3f[] value) method CodeQuad2fArray (line 2971) | public void CodeQuad2fArray(ref Quad2f[] value) method CodeQuad3fArray (line 2976) | public void CodeQuad3fArray(ref Quad3f[] value) method CodeRay2fArray (line 2981) | public void CodeRay2fArray(ref Ray2f[] value) method CodeRay3fArray (line 2986) | public void CodeRay3fArray(ref Ray3f[] value) method CodeSphere3fArray (line 2991) | public void CodeSphere3fArray(ref Sphere3f[] value) method CodeTriangle2fArray (line 2996) | public void CodeTriangle2fArray(ref Triangle2f[] value) method CodeTriangle3fArray (line 3001) | public void CodeTriangle3fArray(ref Triangle3f[] value) method CodeByteArray2d (line 3010) | public void CodeByteArray2d(ref byte[,] value) { throw new NotImplemen... method CodeByteArray3d (line 3011) | public void CodeByteArray3d(ref byte[, ,] value) { throw new NotImplem... method CodeSByteArray2d (line 3013) | public void CodeSByteArray2d(ref sbyte[,] value) { throw new NotImplem... method CodeSByteArray3d (line 3014) | public void CodeSByteArray3d(ref sbyte[, ,] value) { throw new NotImpl... method CodeShortArray2d (line 3016) | public void CodeShortArray2d(ref short[,] value) { throw new NotImplem... method CodeShortArray3d (line 3017) | public void CodeShortArray3d(ref short[, ,] value) { throw new NotImpl... method CodeUShortArray2d (line 3019) | public void CodeUShortArray2d(ref ushort[,] value) { throw new NotImpl... method CodeUShortArray3d (line 3020) | public void CodeUShortArray3d(ref ushort[, ,] value) { throw new NotIm... method CodeIntArray2d (line 3022) | public void CodeIntArray2d(ref int[,] value) { throw new NotImplemente... method CodeIntArray3d (line 3023) | public void CodeIntArray3d(ref int[, ,] value) { throw new NotImplemen... method CodeUIntArray2d (line 3025) | public void CodeUIntArray2d(ref uint[,] value) { throw new NotImplemen... method CodeUIntArray3d (line 3026) | public void CodeUIntArray3d(ref uint[, ,] value) { throw new NotImplem... method CodeLongArray2d (line 3028) | public void CodeLongArray2d(ref long[,] value) { throw new NotImplemen... method CodeLongArray3d (line 3029) | public void CodeLongArray3d(ref long[, ,] value) { throw new NotImplem... method CodeULongArray2d (line 3031) | public void CodeULongArray2d(ref ulong[,] value) { throw new NotImplem... method CodeULongArray3d (line 3032) | public void CodeULongArray3d(ref ulong[, ,] value) { throw new NotImpl... method CodeFloatArray2d (line 3034) | public void CodeFloatArray2d(ref float[,] value) { throw new NotImplem... method CodeFloatArray3d (line 3035) | public void CodeFloatArray3d(ref float[, ,] value) { throw new NotImpl... method CodeDoubleArray2d (line 3037) | public void CodeDoubleArray2d(ref double[,] value) { throw new NotImpl... method CodeDoubleArray3d (line 3038) | public void CodeDoubleArray3d(ref double[, ,] value) { throw new NotIm... method CodeFractionArray2d (line 3040) | public void CodeFractionArray2d(ref Fraction[,] value) { throw new Not... method CodeFractionArray3d (line 3041) | public void CodeFractionArray3d(ref Fraction[, ,] value) { throw new N... method CodeV2iArray2d (line 3043) | public void CodeV2iArray2d(ref V2i[,] value) { throw new NotImplemente... method CodeV2iArray3d (line 3044) | public void CodeV2iArray3d(ref V2i[, ,] value) { throw new NotImplemen... method CodeV2lArray2d (line 3046) | public void CodeV2lArray2d(ref V2l[,] value) { throw new NotImplemente... method CodeV2lArray3d (line 3047) | public void CodeV2lArray3d(ref V2l[, ,] value) { throw new NotImplemen... method CodeV2fArray2d (line 3049) | public void CodeV2fArray2d(ref V2f[,] value) { throw new NotImplemente... method CodeV2fArray3d (line 3050) | public void CodeV2fArray3d(ref V2f[, ,] value) { throw new NotImplemen... method CodeV2dArray2d (line 3052) | public void CodeV2dArray2d(ref V2d[,] value) { throw new NotImplemente... method CodeV2dArray3d (line 3053) | public void CodeV2dArray3d(ref V2d[, ,] value) { throw new NotImplemen... method CodeV3iArray2d (line 3055) | public void CodeV3iArray2d(ref V3i[,] value) { throw new NotImplemente... method CodeV3iArray3d (line 3056) | public void CodeV3iArray3d(ref V3i[, ,] value) { throw new NotImplemen... method CodeV3lArray2d (line 3058) | public void CodeV3lArray2d(ref V3l[,] value) { throw new NotImplemente... method CodeV3lArray3d (line 3059) | public void CodeV3lArray3d(ref V3l[, ,] value) { throw new NotImplemen... method CodeV3fArray2d (line 3061) | public void CodeV3fArray2d(ref V3f[,] value) { throw new NotImplemente... method CodeV3fArray3d (line 3062) | public void CodeV3fArray3d(ref V3f[, ,] value) { throw new NotImplemen... method CodeV3dArray2d (line 3064) | public void CodeV3dArray2d(ref V3d[,] value) { throw new NotImplemente... method CodeV3dArray3d (line 3065) | public void CodeV3dArray3d(ref V3d[, ,] value) { throw new NotImplemen... method CodeV4iArray2d (line 3067) | public void CodeV4iArray2d(ref V4i[,] value) { throw new NotImplemente... method CodeV4iArray3d (line 3068) | public void CodeV4iArray3d(ref V4i[, ,] value) { throw new NotImplemen... method CodeV4lArray2d (line 3070) | public void CodeV4lArray2d(ref V4l[,] value) { throw new NotImplemente... method CodeV4lArray3d (line 3071) | public void CodeV4lArray3d(ref V4l[, ,] value) { throw new NotImplemen... method CodeV4fArray2d (line 3073) | public void CodeV4fArray2d(ref V4f[,] value) { throw new NotImplemente... method CodeV4fArray3d (line 3074) | public void CodeV4fArray3d(ref V4f[, ,] value) { throw new NotImplemen... method CodeV4dArray2d (line 3076) | public void CodeV4dArray2d(ref V4d[,] value) { throw new NotImplemente... method CodeV4dArray3d (line 3077) | public void CodeV4dArray3d(ref V4d[, ,] value) { throw new NotImplemen... method CodeM22iArray2d (line 3079) | public void CodeM22iArray2d(ref M22i[,] value) { throw new NotImplemen... method CodeM22iArray3d (line 3080) | public void CodeM22iArray3d(ref M22i[, ,] value) { throw new NotImplem... method CodeM22lArray2d (line 3082) | public void CodeM22lArray2d(ref M22l[,] value) { throw new NotImplemen... method CodeM22lArray3d (line 3083) | public void CodeM22lArray3d(ref M22l[, ,] value) { throw new NotImplem... method CodeM22fArray2d (line 3085) | public void CodeM22fArray2d(ref M22f[,] value) { throw new NotImplemen... method CodeM22fArray3d (line 3086) | public void CodeM22fArray3d(ref M22f[, ,] value) { throw new NotImplem... method CodeM22dArray2d (line 3088) | public void CodeM22dArray2d(ref M22d[,] value) { throw new NotImplemen... method CodeM22dArray3d (line 3089) | public void CodeM22dArray3d(ref M22d[, ,] value) { throw new NotImplem... method CodeM23iArray2d (line 3091) | public void CodeM23iArray2d(ref M23i[,] value) { throw new NotImplemen... method CodeM23iArray3d (line 3092) | public void CodeM23iArray3d(ref M23i[, ,] value) { throw new NotImplem... method CodeM23lArray2d (line 3094) | public void CodeM23lArray2d(ref M23l[,] value) { throw new NotImplemen... method CodeM23lArray3d (line 3095) | public void CodeM23lArray3d(ref M23l[, ,] value) { throw new NotImplem... method CodeM23fArray2d (line 3097) | public void CodeM23fArray2d(ref M23f[,] value) { throw new NotImplemen... method CodeM23fArray3d (line 3098) | public void CodeM23fArray3d(ref M23f[, ,] value) { throw new NotImplem... method CodeM23dArray2d (line 3100) | public void CodeM23dArray2d(ref M23d[,] value) { throw new NotImplemen... method CodeM23dArray3d (line 3101) | public void CodeM23dArray3d(ref M23d[, ,] value) { throw new NotImplem... method CodeM33iArray2d (line 3103) | public void CodeM33iArray2d(ref M33i[,] value) { throw new NotImplemen... method CodeM33iArray3d (line 3104) | public void CodeM33iArray3d(ref M33i[, ,] value) { throw new NotImplem... method CodeM33lArray2d (line 3106) | public void CodeM33lArray2d(ref M33l[,] value) { throw new NotImplemen... method CodeM33lArray3d (line 3107) | public void CodeM33lArray3d(ref M33l[, ,] value) { throw new NotImplem... method CodeM33fArray2d (line 3109) | public void CodeM33fArray2d(ref M33f[,] value) { throw new NotImplemen... method CodeM33fArray3d (line 3110) | public void CodeM33fArray3d(ref M33f[, ,] value) { throw new NotImplem... method CodeM33dArray2d (line 3112) | public void CodeM33dArray2d(ref M33d[,] value) { throw new NotImplemen... method CodeM33dArray3d (line 3113) | public void CodeM33dArray3d(ref M33d[, ,] value) { throw new NotImplem... method CodeM34iArray2d (line 3115) | public void CodeM34iArray2d(ref M34i[,] value) { throw new NotImplemen... method CodeM34iArray3d (line 3116) | public void CodeM34iArray3d(ref M34i[, ,] value) { throw new NotImplem... method CodeM34lArray2d (line 3118) | public void CodeM34lArray2d(ref M34l[,] value) { throw new NotImplemen... method CodeM34lArray3d (line 3119) | public void CodeM34lArray3d(ref M34l[, ,] value) { throw new NotImplem... method CodeM34fArray2d (line 3121) | public void CodeM34fArray2d(ref M34f[,] value) { throw new NotImplemen... method CodeM34fArray3d (line 3122) | public void CodeM34fArray3d(ref M34f[, ,] value) { throw new NotImplem... method CodeM34dArray2d (line 3124) | public void CodeM34dArray2d(ref M34d[,] value) { throw new NotImplemen... method CodeM34dArray3d (line 3125) | public void CodeM34dArray3d(ref M34d[, ,] value) { throw new NotImplem... method CodeM44iArray2d (line 3127) | public void CodeM44iArray2d(ref M44i[,] value) { throw new NotImplemen... method CodeM44iArray3d (line 3128) | public void CodeM44iArray3d(ref M44i[, ,] value) { throw new NotImplem... method CodeM44lArray2d (line 3130) | public void CodeM44lArray2d(ref M44l[,] value) { throw new NotImplemen... method CodeM44lArray3d (line 3131) | public void CodeM44lArray3d(ref M44l[, ,] value) { throw new NotImplem... method CodeM44fArray2d (line 3133) | public void CodeM44fArray2d(ref M44f[,] value) { throw new NotImplemen... method CodeM44fArray3d (line 3134) | public void CodeM44fArray3d(ref M44f[, ,] value) { throw new NotImplem... method CodeM44dArray2d (line 3136) | public void CodeM44dArray2d(ref M44d[,] value) { throw new NotImplemen... method CodeM44dArray3d (line 3137) | public void CodeM44dArray3d(ref M44d[, ,] value) { throw new NotImplem... method CodeC3bArray2d (line 3139) | public void CodeC3bArray2d(ref C3b[,] value) { throw new NotImplemente... method CodeC3bArray3d (line 3140) | public void CodeC3bArray3d(ref C3b[, ,] value) { throw new NotImplemen... method CodeC3usArray2d (line 3142) | public void CodeC3usArray2d(ref C3us[,] value) { throw new NotImplemen... method CodeC3usArray3d (line 3143) | public void CodeC3usArray3d(ref C3us[, ,] value) { throw new NotImplem... method CodeC3uiArray2d (line 3145) | public void CodeC3uiArray2d(ref C3ui[,] value) { throw new NotImplemen... method CodeC3uiArray3d (line 3146) | public void CodeC3uiArray3d(ref C3ui[, ,] value) { throw new NotImplem... method CodeC3fArray2d (line 3148) | public void CodeC3fArray2d(ref C3f[,] value) { throw new NotImplemente... method CodeC3fArray3d (line 3149) | public void CodeC3fArray3d(ref C3f[, ,] value) { throw new NotImplemen... method CodeC3dArray2d (line 3151) | public void CodeC3dArray2d(ref C3d[,] value) { throw new NotImplemente... method CodeC3dArray3d (line 3152) | public void CodeC3dArray3d(ref C3d[, ,] value) { throw new NotImplemen... method CodeC4bArray2d (line 3154) | public void CodeC4bArray2d(ref C4b[,] value) { throw new NotImplemente... method CodeC4bArray3d (line 3155) | public void CodeC4bArray3d(ref C4b[, ,] value) { throw new NotImplemen... method CodeC4usArray2d (line 3157) | public void CodeC4usArray2d(ref C4us[,] value) { throw new NotImplemen... method CodeC4usArray3d (line 3158) | public void CodeC4usArray3d(ref C4us[, ,] value) { throw new NotImplem... method CodeC4uiArray2d (line 3160) | public void CodeC4uiArray2d(ref C4ui[,] value) { throw new NotImplemen... method CodeC4uiArray3d (line 3161) | public void CodeC4uiArray3d(ref C4ui[, ,] value) { throw new NotImplem... method CodeC4fArray2d (line 3163) | public void CodeC4fArray2d(ref C4f[,] value) { throw new NotImplemente... method CodeC4fArray3d (line 3164) | public void CodeC4fArray3d(ref C4f[, ,] value) { throw new NotImplemen... method CodeC4dArray2d (line 3166) | public void CodeC4dArray2d(ref C4d[,] value) { throw new NotImplemente... method CodeC4dArray3d (line 3167) | public void CodeC4dArray3d(ref C4d[, ,] value) { throw new NotImplemen... method CodeRange1bArray2d (line 3169) | public void CodeRange1bArray2d(ref Range1b[,] value) { throw new NotIm... method CodeRange1bArray3d (line 3170) | public void CodeRange1bArray3d(ref Range1b[, ,] value) { throw new Not... method CodeRange1sbArray2d (line 3172) | public void CodeRange1sbArray2d(ref Range1sb[,] value) { throw new Not... method CodeRange1sbArray3d (line 3173) | public void CodeRange1sbArray3d(ref Range1sb[, ,] value) { throw new N... method CodeRange1sArray2d (line 3175) | public void CodeRange1sArray2d(ref Range1s[,] value) { throw new NotIm... method CodeRange1sArray3d (line 3176) | public void CodeRange1sArray3d(ref Range1s[, ,] value) { throw new Not... method CodeRange1usArray2d (line 3178) | public void CodeRange1usArray2d(ref Range1us[,] value) { throw new Not... method CodeRange1usArray3d (line 3179) | public void CodeRange1usArray3d(ref Range1us[, ,] value) { throw new N... method CodeRange1iArray2d (line 3181) | public void CodeRange1iArray2d(ref Range1i[,] value) { throw new NotIm... method CodeRange1iArray3d (line 3182) | public void CodeRange1iArray3d(ref Range1i[, ,] value) { throw new Not... method CodeRange1uiArray2d (line 3184) | public void CodeRange1uiArray2d(ref Range1ui[,] value) { throw new Not... method CodeRange1uiArray3d (line 3185) | public void CodeRange1uiArray3d(ref Range1ui[, ,] value) { throw new N... method CodeRange1lArray2d (line 3187) | public void CodeRange1lArray2d(ref Range1l[,] value) { throw new NotIm... method CodeRange1lArray3d (line 3188) | public void CodeRange1lArray3d(ref Range1l[, ,] value) { throw new Not... method CodeRange1ulArray2d (line 3190) | public void CodeRange1ulArray2d(ref Range1ul[,] value) { throw new Not... method CodeRange1ulArray3d (line 3191) | public void CodeRange1ulArray3d(ref Range1ul[, ,] value) { throw new N... method CodeRange1fArray2d (line 3193) | public void CodeRange1fArray2d(ref Range1f[,] value) { throw new NotIm... method CodeRange1fArray3d (line 3194) | public void CodeRange1fArray3d(ref Range1f[, ,] value) { throw new Not... method CodeRange1dArray2d (line 3196) | public void CodeRange1dArray2d(ref Range1d[,] value) { throw new NotIm... method CodeRange1dArray3d (line 3197) | public void CodeRange1dArray3d(ref Range1d[, ,] value) { throw new Not... method CodeBox2iArray2d (line 3199) | public void CodeBox2iArray2d(ref Box2i[,] value) { throw new NotImplem... method CodeBox2iArray3d (line 3200) | public void CodeBox2iArray3d(ref Box2i[, ,] value) { throw new NotImpl... method CodeBox2lArray2d (line 3202) | public void CodeBox2lArray2d(ref Box2l[,] value) { throw new NotImplem... method CodeBox2lArray3d (line 3203) | public void CodeBox2lArray3d(ref Box2l[, ,] value) { throw new NotImpl... method CodeBox2fArray2d (line 3205) | public void CodeBox2fArray2d(ref Box2f[,] value) { throw new NotImplem... method CodeBox2fArray3d (line 3206) | public void CodeBox2fArray3d(ref Box2f[, ,] value) { throw new NotImpl... method CodeBox2dArray2d (line 3208) | public void CodeBox2dArray2d(ref Box2d[,] value) { throw new NotImplem... method CodeBox2dArray3d (line 3209) | public void CodeBox2dArray3d(ref Box2d[, ,] value) { throw new NotImpl... method CodeBox3iArray2d (line 3211) | public void CodeBox3iArray2d(ref Box3i[,] value) { throw new NotImplem... method CodeBox3iArray3d (line 3212) | public void CodeBox3iArray3d(ref Box3i[, ,] value) { throw new NotImpl... method CodeBox3lArray2d (line 3214) | public void CodeBox3lArray2d(ref Box3l[,] value) { throw new NotImplem... method CodeBox3lArray3d (line 3215) | public void CodeBox3lArray3d(ref Box3l[, ,] value) { throw new NotImpl... method CodeBox3fArray2d (line 3217) | public void CodeBox3fArray2d(ref Box3f[,] value) { throw new NotImplem... method CodeBox3fArray3d (line 3218) | public void CodeBox3fArray3d(ref Box3f[, ,] value) { throw new NotImpl... method CodeBox3dArray2d (line 3220) | public void CodeBox3dArray2d(ref Box3d[,] value) { throw new NotImplem... method CodeBox3dArray3d (line 3221) | public void CodeBox3dArray3d(ref Box3d[, ,] value) { throw new NotImpl... method CodeEuclidean3fArray2d (line 3223) | public void CodeEuclidean3fArray2d(ref Euclidean3f[,] value) { throw n... method CodeEuclidean3fArray3d (line 3224) | public void CodeEuclidean3fArray3d(ref Euclidean3f[, ,] value) { throw... method CodeEuclidean3dArray2d (line 3226) | public void CodeEuclidean3dArray2d(ref Euclidean3d[,] value) { throw n... method CodeEuclidean3dArray3d (line 3227) | public void CodeEuclidean3dArray3d(ref Euclidean3d[, ,] value) { throw... method CodeRot2fArray2d (line 3229) | public void CodeRot2fArray2d(ref Rot2f[,] value) { throw new NotImplem... method CodeRot2fArray3d (line 3230) | public void CodeRot2fArray3d(ref Rot2f[, ,] value) { throw new NotImpl... method CodeRot2dArray2d (line 3232) | public void CodeRot2dArray2d(ref Rot2d[,] value) { throw new NotImplem... method CodeRot2dArray3d (line 3233) | public void CodeRot2dArray3d(ref Rot2d[, ,] value) { throw new NotImpl... method CodeRot3fArray2d (line 3235) | public void CodeRot3fArray2d(ref Rot3f[,] value) { throw new NotImplem... method CodeRot3fArray3d (line 3236) | public void CodeRot3fArray3d(ref Rot3f[, ,] value) { throw new NotImpl... method CodeRot3dArray2d (line 3238) | public void CodeRot3dArray2d(ref Rot3d[,] value) { throw new NotImplem... method CodeRot3dArray3d (line 3239) | public void CodeRot3dArray3d(ref Rot3d[, ,] value) { throw new NotImpl... method CodeScale3fArray2d (line 3241) | public void CodeScale3fArray2d(ref Scale3f[,] value) { throw new NotIm... method CodeScale3fArray3d (line 3242) | public void CodeScale3fArray3d(ref Scale3f[, ,] value) { throw new Not... method CodeScale3dArray2d (line 3244) | public void CodeScale3dArray2d(ref Scale3d[,] value) { throw new NotIm... method CodeScale3dArray3d (line 3245) | public void CodeScale3dArray3d(ref Scale3d[, ,] value) { throw new Not... method CodeShift3fArray2d (line 3247) | public void CodeShift3fArray2d(ref Shift3f[,] value) { throw new NotIm... method CodeShift3fArray3d (line 3248) | public void CodeShift3fArray3d(ref Shift3f[, ,] value) { throw new Not... method CodeShift3dArray2d (line 3250) | public void CodeShift3dArray2d(ref Shift3d[,] value) { throw new NotIm... method CodeShift3dArray3d (line 3251) | public void CodeShift3dArray3d(ref Shift3d[, ,] value) { throw new Not... method CodeTrafo2fArray2d (line 3253) | public void CodeTrafo2fArray2d(ref Trafo2f[,] value) { throw new NotIm... method CodeTrafo2fArray3d (line 3254) | public void CodeTrafo2fArray3d(ref Trafo2f[, ,] value) { throw new Not... method CodeTrafo2dArray2d (line 3256) | public void CodeTrafo2dArray2d(ref Trafo2d[,] value) { throw new NotIm... method CodeTrafo2dArray3d (line 3257) | public void CodeTrafo2dArray3d(ref Trafo2d[, ,] value) { throw new Not... method CodeTrafo3fArray2d (line 3259) | public void CodeTrafo3fArray2d(ref Trafo3f[,] value) { throw new NotIm... method CodeTrafo3fArray3d (line 3260) | public void CodeTrafo3fArray3d(ref Trafo3f[, ,] value) { throw new Not... method CodeTrafo3dArray2d (line 3262) | public void CodeTrafo3dArray2d(ref Trafo3d[,] value) { throw new NotIm... method CodeTrafo3dArray3d (line 3263) | public void CodeTrafo3dArray3d(ref Trafo3d[, ,] value) { throw new Not... method CodeByteArrayArray (line 3269) | public void CodeByteArrayArray(ref byte[][] value) { throw new NotImpl... method CodeByteArrayArrayArray (line 3270) | public void CodeByteArrayArrayArray(ref byte[][][] value) { throw new ... method CodeSByteArrayArray (line 3272) | public void CodeSByteArrayArray(ref sbyte[][] value) { throw new NotIm... method CodeSByteArrayArrayArray (line 3273) | public void CodeSByteArrayArrayArray(ref sbyte[][][] value) { throw ne... method CodeShortArrayArray (line 3275) | public void CodeShortArrayArray(ref short[][] value) { throw new NotIm... method CodeShortArrayArrayArray (line 3276) | public void CodeShortArrayArrayArray(ref short[][][] value) { throw ne... method CodeUShortArrayArray (line 3278) | public void CodeUShortArrayArray(ref ushort[][] value) { throw new Not... method CodeUShortArrayArrayArray (line 3279) | public void CodeUShortArrayArrayArray(ref ushort[][][] value) { throw ... method CodeIntArrayArray (line 3281) | public void CodeIntArrayArray(ref int[][] value) { throw new NotImplem... method CodeIntArrayArrayArray (line 3282) | public void CodeIntArrayArrayArray(ref int[][][] value) { throw new No... method CodeUIntArrayArray (line 3284) | public void CodeUIntArrayArray(ref uint[][] value) { throw new NotImpl... method CodeUIntArrayArrayArray (line 3285) | public void CodeUIntArrayArrayArray(ref uint[][][] value) { throw new ... method CodeLongArrayArray (line 3287) | public void CodeLongArrayArray(ref long[][] value) { throw new NotImpl... method CodeLongArrayArrayArray (line 3288) | public void CodeLongArrayArrayArray(ref long[][][] value) { throw new ... method CodeULongArrayArray (line 3290) | public void CodeULongArrayArray(ref ulong[][] value) { throw new NotIm... method CodeULongArrayArrayArray (line 3291) | public void CodeULongArrayArrayArray(ref ulong[][][] value) { throw ne... method CodeFloatArrayArray (line 3293) | public void CodeFloatArrayArray(ref float[][] value) { throw new NotIm... method CodeFloatArrayArrayArray (line 3294) | public void CodeFloatArrayArrayArray(ref float[][][] value) { throw ne... method CodeDoubleArrayArray (line 3296) | public void CodeDoubleArrayArray(ref double[][] value) { throw new Not... method CodeDoubleArrayArrayArray (line 3297) | public void CodeDoubleArrayArrayArray(ref double[][][] value) { throw ... method CodeFractionArrayArray (line 3299) | public void CodeFractionArrayArray(ref Fraction[][] value) { throw new... method CodeFractionArrayArrayArray (line 3300) | public void CodeFractionArrayArrayArray(ref Fraction[][][] value) { th... method CodeV2iArrayArray (line 3302) | public void CodeV2iArrayArray(ref V2i[][] value) { throw new NotImplem... method CodeV2iArrayArrayArray (line 3303) | public void CodeV2iArrayArrayArray(ref V2i[][][] value) { throw new No... method CodeV2lArrayArray (line 3305) | public void CodeV2lArrayArray(ref V2l[][] value) { throw new NotImplem... method CodeV2lArrayArrayArray (line 3306) | public void CodeV2lArrayArrayArray(ref V2l[][][] value) { throw new No... method CodeV2fArrayArray (line 3308) | public void CodeV2fArrayArray(ref V2f[][] value) { throw new NotImplem... method CodeV2fArrayArrayArray (line 3309) | public void CodeV2fArrayArrayArray(ref V2f[][][] value) { throw new No... method CodeV2dArrayArray (line 3311) | public void CodeV2dArrayArray(ref V2d[][] value) { throw new NotImplem... method CodeV2dArrayArrayArray (line 3312) | public void CodeV2dArrayArrayArray(ref V2d[][][] value) { throw new No... method CodeV3iArrayArray (line 3314) | public void CodeV3iArrayArray(ref V3i[][] value) { throw new NotImplem... method CodeV3iArrayArrayArray (line 3315) | public void CodeV3iArrayArrayArray(ref V3i[][][] value) { throw new No... method CodeV3lArrayArray (line 3317) | public void CodeV3lArrayArray(ref V3l[][] value) { throw new NotImplem... method CodeV3lArrayArrayArray (line 3318) | public void CodeV3lArrayArrayArray(ref V3l[][][] value) { throw new No... method CodeV3fArrayArray (line 3320) | public void CodeV3fArrayArray(ref V3f[][] value) { throw new NotImplem... method CodeV3fArrayArrayArray (line 3321) | public void CodeV3fArrayArrayArray(ref V3f[][][] value) { throw new No... method CodeV3dArrayArray (line 3323) | public void CodeV3dArrayArray(ref V3d[][] value) { throw new NotImplem... method CodeV3dArrayArrayArray (line 3324) | public void CodeV3dArrayArrayArray(ref V3d[][][] value) { throw new No... method CodeV4iArrayArray (line 3326) | public void CodeV4iArrayArray(ref V4i[][] value) { throw new NotImplem... method CodeV4iArrayArrayArray (line 3327) | public void CodeV4iArrayArrayArray(ref V4i[][][] value) { throw new No... method CodeV4lArrayArray (line 3329) | public void CodeV4lArrayArray(ref V4l[][] value) { throw new NotImplem... method CodeV4lArrayArrayArray (line 3330) | public void CodeV4lArrayArrayArray(ref V4l[][][] value) { throw new No... method CodeV4fArrayArray (line 3332) | public void CodeV4fArrayArray(ref V4f[][] value) { throw new NotImplem... method CodeV4fArrayArrayArray (line 3333) | public void CodeV4fArrayArrayArray(ref V4f[][][] value) { throw new No... method CodeV4dArrayArray (line 3335) | public void CodeV4dArrayArray(ref V4d[][] value) { throw new NotImplem... method CodeV4dArrayArrayArray (line 3336) | public void CodeV4dArrayArrayArray(ref V4d[][][] value) { throw new No... method CodeM22iArrayArray (line 3338) | public void CodeM22iArrayArray(ref M22i[][] value) { throw new NotImpl... method CodeM22iArrayArrayArray (line 3339) | public void CodeM22iArrayArrayArray(ref M22i[][][] value) { throw new ... method CodeM22lArrayArray (line 3341) | public void CodeM22lArrayArray(ref M22l[][] value) { throw new NotImpl... method CodeM22lArrayArrayArray (line 3342) | public void CodeM22lArrayArrayArray(ref M22l[][][] value) { throw new ... method CodeM22fArrayArray (line 3344) | public void CodeM22fArrayArray(ref M22f[][] value) { throw new NotImpl... method CodeM22fArrayArrayArray (line 3345) | public void CodeM22fArrayArrayArray(ref M22f[][][] value) { throw new ... method CodeM22dArrayArray (line 3347) | public void CodeM22dArrayArray(ref M22d[][] value) { throw new NotImpl... method CodeM22dArrayArrayArray (line 3348) | public void CodeM22dArrayArrayArray(ref M22d[][][] value) { throw new ... method CodeM23iArrayArray (line 3350) | public void CodeM23iArrayArray(ref M23i[][] value) { throw new NotImpl... method CodeM23iArrayArrayArray (line 3351) | public void CodeM23iArrayArrayArray(ref M23i[][][] value) { throw new ... method CodeM23lArrayArray (line 3353) | public void CodeM23lArrayArray(ref M23l[][] value) { throw new NotImpl... method CodeM23lArrayArrayArray (line 3354) | public void CodeM23lArrayArrayArray(ref M23l[][][] value) { throw new ... method CodeM23fArrayArray (line 3356) | public void CodeM23fArrayArray(ref M23f[][] value) { throw new NotImpl... method CodeM23fArrayArrayArray (line 3357) | public void CodeM23fArrayArrayArray(ref M23f[][][] value) { throw new ... method CodeM23dArrayArray (line 3359) | public void CodeM23dArrayArray(ref M23d[][] value) { throw new NotImpl... method CodeM23dArrayArrayArray (line 3360) | public void CodeM23dArrayArrayArray(ref M23d[][][] value) { throw new ... method CodeM33iArrayArray (line 3362) | public void CodeM33iArrayArray(ref M33i[][] value) { throw new NotImpl... method CodeM33iArrayArrayArray (line 3363) | public void CodeM33iArrayArrayArray(ref M33i[][][] value) { throw new ... method CodeM33lArrayArray (line 3365) | public void CodeM33lArrayArray(ref M33l[][] value) { throw new NotImpl... method CodeM33lArrayArrayArray (line 3366) | public void CodeM33lArrayArrayArray(ref M33l[][][] value) { throw new ... method CodeM33fArrayArray (line 3368) | public void CodeM33fArrayArray(ref M33f[][] value) { throw new NotImpl... method CodeM33fArrayArrayArray (line 3369) | public void CodeM33fArrayArrayArray(ref M33f[][][] value) { throw new ... method CodeM33dArrayArray (line 3371) | public void CodeM33dArrayArray(ref M33d[][] value) { throw new NotImpl... method CodeM33dArrayArrayArray (line 3372) | public void CodeM33dArrayArrayArray(ref M33d[][][] value) { throw new ... method CodeM34iArrayArray (line 3374) | public void CodeM34iArrayArray(ref M34i[][] value) { throw new NotImpl... method CodeM34iArrayArrayArray (line 3375) | public void CodeM34iArrayArrayArray(ref M34i[][][] value) { throw new ... method CodeM34lArrayArray (line 3377) | public void CodeM34lArrayArray(ref M34l[][] value) { throw new NotImpl... method CodeM34lArrayArrayArray (line 3378) | public void CodeM34lArrayArrayArray(ref M34l[][][] value) { throw new ... method CodeM34fArrayArray (line 3380) | public void CodeM34fArrayArray(ref M34f[][] value) { throw new NotImpl... method CodeM34fArrayArrayArray (line 3381) | public void CodeM34fArrayArrayArray(ref M34f[][][] value) { throw new ... method CodeM34dArrayArray (line 3383) | public void CodeM34dArrayArray(ref M34d[][] value) { throw new NotImpl... method CodeM34dArrayArrayArray (line 3384) | public void CodeM34dArrayArrayArray(ref M34d[][][] value) { throw new ... method CodeM44iArrayArray (line 3386) | public void CodeM44iArrayArray(ref M44i[][] value) { throw new NotImpl... method CodeM44iArrayArrayArray (line 3387) | public void CodeM44iArrayArrayArray(ref M44i[][][] value) { throw new ... method CodeM44lArrayArray (line 3389) | public void CodeM44lArrayArray(ref M44l[][] value) { throw new NotImpl... method CodeM44lArrayArrayArray (line 3390) | public void CodeM44lArrayArrayArray(ref M44l[][][] value) { throw new ... method CodeM44fArrayArray (line 3392) | public void CodeM44fArrayArray(ref M44f[][] value) { throw new NotImpl... method CodeM44fArrayArrayArray (line 3393) | public void CodeM44fArrayArrayArray(ref M44f[][][] value) { throw new ... method CodeM44dArrayArray (line 3395) | public void CodeM44dArrayArray(ref M44d[][] value) { throw new NotImpl... method CodeM44dArrayArrayArray (line 3396) | public void CodeM44dArrayArrayArray(ref M44d[][][] value) { throw new ... method CodeC3bArrayArray (line 3398) | public void CodeC3bArrayArray(ref C3b[][] value) { throw new NotImplem... method CodeC3bArrayArrayArray (line 3399) | public void CodeC3bArrayArrayArray(ref C3b[][][] value) { throw new No... method CodeC3usArrayArray (line 3401) | public void CodeC3usArrayArray(ref C3us[][] value) { throw new NotImpl... method CodeC3usArrayArrayArray (line 3402) | public void CodeC3usArrayArrayArray(ref C3us[][][] value) { throw new ... method CodeC3uiArrayArray (line 3404) | public void CodeC3uiArrayArray(ref C3ui[][] value) { throw new NotImpl... method CodeC3uiArrayArrayArray (line 3405) | public void CodeC3uiArrayArrayArray(ref C3ui[][][] value) { throw new ... method CodeC3fArrayArray (line 3407) | public void CodeC3fArrayArray(ref C3f[][] value) { throw new NotImplem... method CodeC3fArrayArrayArray (line 3408) | public void CodeC3fArrayArrayArray(ref C3f[][][] value) { throw new No... method CodeC3dArrayArray (line 3410) | public void CodeC3dArrayArray(ref C3d[][] value) { throw new NotImplem... method CodeC3dArrayArrayArray (line 3411) | public void CodeC3dArrayArrayArray(ref C3d[][][] value) { throw new No... method CodeC4bArrayArray (line 3413) | public void CodeC4bArrayArray(ref C4b[][] value) { throw new NotImplem... method CodeC4bArrayArrayArray (line 3414) | public void CodeC4bArrayArrayArray(ref C4b[][][] value) { throw new No... method CodeC4usArrayArray (line 3416) | public void CodeC4usArrayArray(ref C4us[][] value) { throw new NotImpl... method CodeC4usArrayArrayArray (line 3417) | public void CodeC4usArrayArrayArray(ref C4us[][][] value) { throw new ... method CodeC4uiArrayArray (line 3419) | public void CodeC4uiArrayArray(ref C4ui[][] value) { throw new NotImpl... method CodeC4uiArrayArrayArray (line 3420) | public void CodeC4uiArrayArrayArray(ref C4ui[][][] value) { throw new ... method CodeC4fArrayArray (line 3422) | public void CodeC4fArrayArray(ref C4f[][] value) { throw new NotImplem... method CodeC4fArrayArrayArray (line 3423) | public void CodeC4fArrayArrayArray(ref C4f[][][] value) { throw new No... method CodeC4dArrayArray (line 3425) | public void CodeC4dArrayArray(ref C4d[][] value) { throw new NotImplem... method CodeC4dArrayArrayArray (line 3426) | public void CodeC4dArrayArrayArray(ref C4d[][][] value) { throw new No... method CodeRange1bArrayArray (line 3428) | public void CodeRange1bArrayArray(ref Range1b[][] value) { throw new N... method CodeRange1bArrayArrayArray (line 3429) | public void CodeRange1bArrayArrayArray(ref Range1b[][][] value) { thro... method CodeRange1sbArrayArray (line 3431) | public void CodeRange1sbArrayArray(ref Range1sb[][] value) { throw new... method CodeRange1sbArrayArrayArray (line 3432) | public void CodeRange1sbArrayArrayArray(ref Range1sb[][][] value) { th... method CodeRange1sArrayArray (line 3434) | public void CodeRange1sArrayArray(ref Range1s[][] value) { throw new N... method CodeRange1sArrayArrayArray (line 3435) | public void CodeRange1sArrayArrayArray(ref Range1s[][][] value) { thro... method CodeRange1usArrayArray (line 3437) | public void CodeRange1usArrayArray(ref Range1us[][] value) { throw new... method CodeRange1usArrayArrayArray (line 3438) | public void CodeRange1usArrayArrayArray(ref Range1us[][][] value) { th... method CodeRange1iArrayArray (line 3440) | public void CodeRange1iArrayArray(ref Range1i[][] value) { throw new N... method CodeRange1iArrayArrayArray (line 3441) | public void CodeRange1iArrayArrayArray(ref Range1i[][][] value) { thro... method CodeRange1uiArrayArray (line 3443) | public void CodeRange1uiArrayArray(ref Range1ui[][] value) { throw new... method CodeRange1uiArrayArrayArray (line 3444) | public void CodeRange1uiArrayArrayArray(ref Range1ui[][][] value) { th... method CodeRange1lArrayArray (line 3446) | public void CodeRange1lArrayArray(ref Range1l[][] value) { throw new N... method CodeRange1lArrayArrayArray (line 3447) | public void CodeRange1lArrayArrayArray(ref Range1l[][][] value) { thro... method CodeRange1ulArrayArray (line 3449) | public void CodeRange1ulArrayArray(ref Range1ul[][] value) { throw new... method CodeRange1ulArrayArrayArray (line 3450) | public void CodeRange1ulArrayArrayArray(ref Range1ul[][][] value) { th... method CodeRange1fArrayArray (line 3452) | public void CodeRange1fArrayArray(ref Range1f[][] value) { throw new N... method CodeRange1fArrayArrayArray (line 3453) | public void CodeRange1fArrayArrayArray(ref Range1f[][][] value) { thro... method CodeRange1dArrayArray (line 3455) | public void CodeRange1dArrayArray(ref Range1d[][] value) { throw new N... method CodeRange1dArrayArrayArray (line 3456) | public void CodeRange1dArrayArrayArray(ref Range1d[][][] value) { thro... method CodeBox2iArrayArray (line 3458) | public void CodeBox2iArrayArray(ref Box2i[][] value) { throw new NotIm... method CodeBox2iArrayArrayArray (line 3459) | public void CodeBox2iArrayArrayArray(ref Box2i[][][] value) { throw ne... method CodeBox2lArrayArray (line 3461) | public void CodeBox2lArrayArray(ref Box2l[][] value) { throw new NotIm... method CodeBox2lArrayArrayArray (line 3462) | public void CodeBox2lArrayArrayArray(ref Box2l[][][] value) { throw ne... method CodeBox2fArrayArray (line 3464) | public void CodeBox2fArrayArray(ref Box2f[][] value) { throw new NotIm... method CodeBox2fArrayArrayArray (line 3465) | public void CodeBox2fArrayArrayArray(ref Box2f[][][] value) { throw ne... method CodeBox2dArrayArray (line 3467) | public void CodeBox2dArrayArray(ref Box2d[][] value) { throw new NotIm... method CodeBox2dArrayArrayArray (line 3468) | public void CodeBox2dArrayArrayArray(ref Box2d[][][] value) { throw ne... method CodeBox3iArrayArray (line 3470) | public void CodeBox3iArrayArray(ref Box3i[][] value) { throw new NotIm... method CodeBox3iArrayArrayArray (line 3471) | public void CodeBox3iArrayArrayArray(ref Box3i[][][] value) { throw ne... method CodeBox3lArrayArray (line 3473) | public void CodeBox3lArrayArray(ref Box3l[][] value) { throw new NotIm... method CodeBox3lArrayArrayArray (line 3474) | public void CodeBox3lArrayArrayArray(ref Box3l[][][] value) { throw ne... method CodeBox3fArrayArray (line 3476) | public void CodeBox3fArrayArray(ref Box3f[][] value) { throw new NotIm... method CodeBox3fArrayArrayArray (line 3477) | public void CodeBox3fArrayArrayArray(ref Box3f[][][] value) { throw ne... method CodeBox3dArrayArray (line 3479) | public void CodeBox3dArrayArray(ref Box3d[][] value) { throw new NotIm... method CodeBox3dArrayArrayArray (line 3480) | public void CodeBox3dArrayArrayArray(ref Box3d[][][] value) { throw ne... method CodeEuclidean3fArrayArray (line 3482) | public void CodeEuclidean3fArrayArray(ref Euclidean3f[][] value) { thr... method CodeEuclidean3fArrayArrayArray (line 3483) | public void CodeEuclidean3fArrayArrayArray(ref Euclidean3f[][][] value... method CodeEuclidean3dArrayArray (line 3485) | public void CodeEuclidean3dArrayArray(ref Euclidean3d[][] value) { thr... method CodeEuclidean3dArrayArrayArray (line 3486) | public void CodeEuclidean3dArrayArrayArray(ref Euclidean3d[][][] value... method CodeRot2fArrayArray (line 3488) | public void CodeRot2fArrayArray(ref Rot2f[][] value) { throw new NotIm... method CodeRot2fArrayArrayArray (line 3489) | public void CodeRot2fArrayArrayArray(ref Rot2f[][][] value) { throw ne... method CodeRot2dArrayArray (line 3491) | public void CodeRot2dArrayArray(ref Rot2d[][] value) { throw new NotIm... method CodeRot2dArrayArrayArray (line 3492) | public void CodeRot2dArrayArrayArray(ref Rot2d[][][] value) { throw ne... method CodeRot3fArrayArray (line 3494) | public void CodeRot3fArrayArray(ref Rot3f[][] value) { throw new NotIm... method CodeRot3fArrayArrayArray (line 3495) | public void CodeRot3fArrayArrayArray(ref Rot3f[][][] value) { throw ne... method CodeRot3dArrayArray (line 3497) | public void CodeRot3dArrayArray(ref Rot3d[][] value) { throw new NotIm... method CodeRot3dArrayArrayArray (line 3498) | public void CodeRot3dArrayArrayArray(ref Rot3d[][][] value) { throw ne... method CodeScale3fArrayArray (line 3500) | public void CodeScale3fArrayArray(ref Scale3f[][] value) { throw new N... method CodeScale3fArrayArrayArray (line 3501) | public void CodeScale3fArrayArrayArray(ref Scale3f[][][] value) { thro... method CodeScale3dArrayArray (line 3503) | public void CodeScale3dArrayArray(ref Scale3d[][] value) { throw new N... method CodeScale3dArrayArrayArray (line 3504) | public void CodeScale3dArrayArrayArray(ref Scale3d[][][] value) { thro... method CodeShift3fArrayArray (line 3506) | public void CodeShift3fArrayArray(ref Shift3f[][] value) { throw new N... method CodeShift3fArrayArrayArray (line 3507) | public void CodeShift3fArrayArrayArray(ref Shift3f[][][] value) { thro... method CodeShift3dArrayArray (line 3509) | public void CodeShift3dArrayArray(ref Shift3d[][] value) { throw new N... method CodeShift3dArrayArrayArray (line 3510) | public void CodeShift3dArrayArrayArray(ref Shift3d[][][] value) { thro... method CodeTrafo2fArrayArray (line 3512) | public void CodeTrafo2fArrayArray(ref Trafo2f[][] value) { throw new N... method CodeTrafo2fArrayArrayArray (line 3513) | public void CodeTrafo2fArrayArrayArray(ref Trafo2f[][][] value) { thro... method CodeTrafo2dArrayArray (line 3515) | public void CodeTrafo2dArrayArray(ref Trafo2d[][] value) { throw new N... method CodeTrafo2dArrayArrayArray (line 3516) | public void CodeTrafo2dArrayArrayArray(ref Trafo2d[][][] value) { thro... method CodeTrafo3fArrayArray (line 3518) | public void CodeTrafo3fArrayArray(ref Trafo3f[][] value) { throw new N... method CodeTrafo3fArrayArrayArray (line 3519) | public void CodeTrafo3fArrayArrayArray(ref Trafo3f[][][] value) { thro... method CodeTrafo3dArrayArray (line 3521) | public void CodeTrafo3dArrayArray(ref Trafo3d[][] value) { throw new N... method CodeTrafo3dArrayArrayArray (line 3522) | public void CodeTrafo3dArrayArrayArray(ref Trafo3d[][][] value) { thro... method CodeList_of_V2i_ (line 3528) | public void CodeList_of_V2i_(ref List value) method CodeList_of_V2ui_ (line 3533) | public void CodeList_of_V2ui_(ref List value) method CodeList_of_V2l_ (line 3538) | public void CodeList_of_V2l_(ref List value) method CodeList_of_V2f_ (line 3543) | public void CodeList_of_V2f_(ref List value) method CodeList_of_V2d_ (line 3548) | public void CodeList_of_V2d_(ref List value) method CodeList_of_V3i_ (line 3553) | public void CodeList_of_V3i_(ref List value) method CodeList_of_V3ui_ (line 3558) | public void CodeList_of_V3ui_(ref List value) method CodeList_of_V3l_ (line 3563) | public void CodeList_of_V3l_(ref List value) method CodeList_of_V3f_ (line 3568) | public void CodeList_of_V3f_(ref List value) method CodeList_of_V3d_ (line 3573) | public void CodeList_of_V3d_(ref List value) method CodeList_of_V4i_ (line 3578) | public void CodeList_of_V4i_(ref List value) method CodeList_of_V4ui_ (line 3583) | public void CodeList_of_V4ui_(ref List value) method CodeList_of_V4l_ (line 3588) | public void CodeList_of_V4l_(ref List value) method CodeList_of_V4f_ (line 3593) | public void CodeList_of_V4f_(ref List value) method CodeList_of_V4d_ (line 3598) | public void CodeList_of_V4d_(ref List value) method CodeList_of_M22i_ (line 3603) | public void CodeList_of_M22i_(ref List value) method CodeList_of_M22l_ (line 3608) | public void CodeList_of_M22l_(ref List value) method CodeList_of_M22f_ (line 3613) | public void CodeList_of_M22f_(ref List value) method CodeList_of_M22d_ (line 3618) | public void CodeList_of_M22d_(ref List value) method CodeList_of_M23i_ (line 3623) | public void CodeList_of_M23i_(ref List value) method CodeList_of_M23l_ (line 3628) | public void CodeList_of_M23l_(ref List value) method CodeList_of_M23f_ (line 3633) | public void CodeList_of_M23f_(ref List value) method CodeList_of_M23d_ (line 3638) | public void CodeList_of_M23d_(ref List value) method CodeList_of_M33i_ (line 3643) | public void CodeList_of_M33i_(ref List value) method CodeList_of_M33l_ (line 3648) | public void CodeList_of_M33l_(ref List value) method CodeList_of_M33f_ (line 3653) | public void CodeList_of_M33f_(ref List value) method CodeList_of_M33d_ (line 3658) | public void CodeList_of_M33d_(ref List value) method CodeList_of_M34i_ (line 3663) | public void CodeList_of_M34i_(ref List value) method CodeList_of_M34l_ (line 3668) | public void CodeList_of_M34l_(ref List value) method CodeList_of_M34f_ (line 3673) | public void CodeList_of_M34f_(ref List value) method CodeList_of_M34d_ (line 3678) | public void CodeList_of_M34d_(ref List value) method CodeList_of_M44i_ (line 3683) | public void CodeList_of_M44i_(ref List value) method CodeList_of_M44l_ (line 3688) | public void CodeList_of_M44l_(ref List value) method CodeList_of_M44f_ (line 3693) | public void CodeList_of_M44f_(ref List value) method CodeList_of_M44d_ (line 3698) | public void CodeList_of_M44d_(ref List value) method CodeList_of_Range1b_ (line 3703) | public void CodeList_of_Range1b_(ref List value) method CodeList_of_Range1sb_ (line 3708) | public void CodeList_of_Range1sb_(ref List value) method CodeList_of_Range1s_ (line 3713) | public void CodeList_of_Range1s_(ref List value) method CodeList_of_Range1us_ (line 3718) | public void CodeList_of_Range1us_(ref List value) method CodeList_of_Range1i_ (line 3723) | public void CodeList_of_Range1i_(ref List value) method CodeList_of_Range1ui_ (line 3728) | public void CodeList_of_Range1ui_(ref List value) method CodeList_of_Range1l_ (line 3733) | public void CodeList_of_Range1l_(ref List value) method CodeList_of_Range1ul_ (line 3738) | public void CodeList_of_Range1ul_(ref List value) method CodeList_of_Range1f_ (line 3743) | public void CodeList_of_Range1f_(ref List value) method CodeList_of_Range1d_ (line 3748) | public void CodeList_of_Range1d_(ref List value) method CodeList_of_Box2i_ (line 3753) | public void CodeList_of_Box2i_(ref List value) method CodeList_of_Box2l_ (line 3758) | public void CodeList_of_Box2l_(ref List value) method CodeList_of_Box2f_ (line 3763) | public void CodeList_of_Box2f_(ref List value) method CodeList_of_Box2d_ (line 3768) | public void CodeList_of_Box2d_(ref List value) method CodeList_of_Box3i_ (line 3773) | public void CodeList_of_Box3i_(ref List value) method CodeList_of_Box3l_ (line 3778) | public void CodeList_of_Box3l_(ref List value) method CodeList_of_Box3f_ (line 3783) | public void CodeList_of_Box3f_(ref List value) method CodeList_of_Box3d_ (line 3788) | public void CodeList_of_Box3d_(ref List value) method CodeList_of_C3b_ (line 3793) | public void CodeList_of_C3b_(ref List value) method CodeList_of_C3us_ (line 3798) | public void CodeList_of_C3us_(ref List value) method CodeList_of_C3ui_ (line 3803) | public void CodeList_of_C3ui_(ref List value) method CodeList_of_C3f_ (line 3808) | public void CodeList_of_C3f_(ref List value) method CodeList_of_C3d_ (line 3813) | public void CodeList_of_C3d_(ref List value) method CodeList_of_C4b_ (line 3818) | public void CodeList_of_C4b_(ref List value) method CodeList_of_C4us_ (line 3823) | public void CodeList_of_C4us_(ref List value) method CodeList_of_C4ui_ (line 3828) | public void CodeList_of_C4ui_(ref List value) method CodeList_of_C4f_ (line 3833) | public void CodeList_of_C4f_(ref List value) method CodeList_of_C4d_ (line 3838) | public void CodeList_of_C4d_(ref List value) method CodeList_of_Euclidean3f_ (line 3843) | public void CodeList_of_Euclidean3f_(ref List value) method CodeList_of_Euclidean3d_ (line 3848) | public void CodeList_of_Euclidean3d_(ref List value) method CodeList_of_Rot2f_ (line 3853) | public void CodeList_of_Rot2f_(ref List value) method CodeList_of_Rot2d_ (line 3858) | public void CodeList_of_Rot2d_(ref List value) method CodeList_of_Rot3f_ (line 3863) | public void CodeList_of_Rot3f_(ref List value) method CodeList_of_Rot3d_ (line 3868) | public void CodeList_of_Rot3d_(ref List value) method CodeList_of_Scale3f_ (line 3873) | public void CodeList_of_Scale3f_(ref List value) method CodeList_of_Scale3d_ (line 3878) | public void CodeList_of_Scale3d_(ref List value) method CodeList_of_Shift3f_ (line 3883) | public void CodeList_of_Shift3f_(ref List value) method CodeList_of_Shift3d_ (line 3888) | public void CodeList_of_Shift3d_(ref List value) method CodeList_of_Trafo2f_ (line 3893) | public void CodeList_of_Trafo2f_(ref List value) method CodeList_of_Trafo2d_ (line 3898) | public void CodeList_of_Trafo2d_(ref List value) method CodeList_of_Trafo3f_ (line 3903) | public void CodeList_of_Trafo3f_(ref List value) method CodeList_of_Trafo3d_ (line 3908) | public void CodeList_of_Trafo3d_(ref List value) method CodeList_of_Circle2d_ (line 3913) | public void CodeList_of_Circle2d_(ref List value) method CodeList_of_Line2d_ (line 3918) | public void CodeList_of_Line2d_(ref List value) method CodeList_of_Line3d_ (line 3923) | public void CodeList_of_Line3d_(ref List value) method CodeList_of_Plane2d_ (line 3928) | public void CodeList_of_Plane2d_(ref List value) method CodeList_of_Plane3d_ (line 3933) | public void CodeList_of_Plane3d_(ref List value) method CodeList_of_PlaneWithPoint3d_ (line 3938) | public void CodeList_of_PlaneWithPoint3d_(ref List v... method CodeList_of_Quad2d_ (line 3943) | public void CodeList_of_Quad2d_(ref List value) method CodeList_of_Quad3d_ (line 3948) | public void CodeList_of_Quad3d_(ref List value) method CodeList_of_Ray2d_ (line 3953) | public void CodeList_of_Ray2d_(ref List value) method CodeList_of_Ray3d_ (line 3958) | public void CodeList_of_Ray3d_(ref List value) method CodeList_of_Sphere3d_ (line 3963) | public void CodeList_of_Sphere3d_(ref List value) method CodeList_of_Triangle2d_ (line 3968) | public void CodeList_of_Triangle2d_(ref List value) method CodeList_of_Triangle3d_ (line 3973) | public void CodeList_of_Triangle3d_(ref List value) method CodeList_of_Circle2f_ (line 3978) | public void CodeList_of_Circle2f_(ref List value) method CodeList_of_Line2f_ (line 3983) | public void CodeList_of_Line2f_(ref List value) method CodeList_of_Line3f_ (line 3988) | public void CodeList_of_Line3f_(ref List value) method CodeList_of_Plane2f_ (line 3993) | public void CodeList_of_Plane2f_(ref List value) method CodeList_of_Plane3f_ (line 3998) | public void CodeList_of_Plane3f_(ref List value) method CodeList_of_PlaneWithPoint3f_ (line 4003) | public void CodeList_of_PlaneWithPoint3f_(ref List v... method CodeList_of_Quad2f_ (line 4008) | public void CodeList_of_Quad2f_(ref List value) method CodeList_of_Quad3f_ (line 4013) | public void CodeList_of_Quad3f_(ref List value) method CodeList_of_Ray2f_ (line 4018) | public void CodeList_of_Ray2f_(ref List value) method CodeList_of_Ray3f_ (line 4023) | public void CodeList_of_Ray3f_(ref List value) method CodeList_of_Sphere3f_ (line 4028) | public void CodeList_of_Sphere3f_(ref List value) method CodeList_of_Triangle2f_ (line 4033) | public void CodeList_of_Triangle2f_(ref List value) method CodeList_of_Triangle3f_ (line 4038) | public void CodeList_of_Triangle3f_(ref List value) method CodeVector_of_Byte_Array (line 4047) | public void CodeVector_of_Byte_Array(ref Vector[] value) method CodeVector_of_SByte_Array (line 4052) | public void CodeVector_of_SByte_Array(ref Vector[] value) method CodeVector_of_Short_Array (line 4057) | public void CodeVector_of_Short_Array(ref Vector[] value) method CodeVector_of_UShort_Array (line 4062) | public void CodeVector_of_UShort_Array(ref Vector[] value) method CodeVector_of_Int_Array (line 4067) | public void CodeVector_of_Int_Array(ref Vector[] value) method CodeVector_of_UInt_Array (line 4072) | public void CodeVector_of_UInt_Array(ref Vector[] value) method CodeVector_of_Long_Array (line 4077) | public void CodeVector_of_Long_Array(ref Vector[] value) method CodeVector_of_ULong_Array (line 4082) | public void CodeVector_of_ULong_Array(ref Vector[] value) method CodeVector_of_Float_Array (line 4087) | public void CodeVector_of_Float_Array(ref Vector[] value) method CodeVector_of_Double_Array (line 4092) | public void CodeVector_of_Double_Array(ref Vector[] value) method CodeVector_of_Fraction_Array (line 4097) | public void CodeVector_of_Fraction_Array(ref Vector[] value) method CodeVector_of_V2i_Array (line 4102) | public void CodeVector_of_V2i_Array(ref Vector[] value) method CodeVector_of_V2l_Array (line 4107) | public void CodeVector_of_V2l_Array(ref Vector[] value) method CodeVector_of_V2f_Array (line 4112) | public void CodeVector_of_V2f_Array(ref Vector[] value) method CodeVector_of_V2d_Array (line 4117) | public void CodeVector_of_V2d_Array(ref Vector[] value) method CodeVector_of_V3i_Array (line 4122) | public void CodeVector_of_V3i_Array(ref Vector[] value) method CodeVector_of_V3l_Array (line 4127) | public void CodeVector_of_V3l_Array(ref Vector[] value) method CodeVector_of_V3f_Array (line 4132) | public void CodeVector_of_V3f_Array(ref Vector[] value) method CodeVector_of_V3d_Array (line 4137) | public void CodeVector_of_V3d_Array(ref Vector[] value) method CodeVector_of_V4i_Array (line 4142) | public void CodeVector_of_V4i_Array(ref Vector[] value) method CodeVector_of_V4l_Array (line 4147) | public void CodeVector_of_V4l_Array(ref Vector[] value) method CodeVector_of_V4f_Array (line 4152) | public void CodeVector_of_V4f_Array(ref Vector[] value) method CodeVector_of_V4d_Array (line 4157) | public void CodeVector_of_V4d_Array(ref Vector[] value) method CodeVector_of_M22i_Array (line 4162) | public void CodeVector_of_M22i_Array(ref Vector[] value) method CodeVector_of_M22l_Array (line 4167) | public void CodeVector_of_M22l_Array(ref Vector[] value) method CodeVector_of_M22f_Array (line 4172) | public void CodeVector_of_M22f_Array(ref Vector[] value) method CodeVector_of_M22d_Array (line 4177) | public void CodeVector_of_M22d_Array(ref Vector[] value) method CodeVector_of_M23i_Array (line 4182) | public void CodeVector_of_M23i_Array(ref Vector[] value) method CodeVector_of_M23l_Array (line 4187) | public void CodeVector_of_M23l_Array(ref Vector[] value) method CodeVector_of_M23f_Array (line 4192) | public void CodeVector_of_M23f_Array(ref Vector[] value) method CodeVector_of_M23d_Array (line 4197) | public void CodeVector_of_M23d_Array(ref Vector[] value) method CodeVector_of_M33i_Array (line 4202) | public void CodeVector_of_M33i_Array(ref Vector[] value) method CodeVector_of_M33l_Array (line 4207) | public void CodeVector_of_M33l_Array(ref Vector[] value) method CodeVector_of_M33f_Array (line 4212) | public void CodeVector_of_M33f_Array(ref Vector[] value) method CodeVector_of_M33d_Array (line 4217) | public void CodeVector_of_M33d_Array(ref Vector[] value) method CodeVector_of_M34i_Array (line 4222) | public void CodeVector_of_M34i_Array(ref Vector[] value) method CodeVector_of_M34l_Array (line 4227) | public void CodeVector_of_M34l_Array(ref Vector[] value) method CodeVector_of_M34f_Array (line 4232) | public void CodeVector_of_M34f_Array(ref Vector[] value) method CodeVector_of_M34d_Array (line 4237) | public void CodeVector_of_M34d_Array(ref Vector[] value) method CodeVector_of_M44i_Array (line 4242) | public void CodeVector_of_M44i_Array(ref Vector[] value) method CodeVector_of_M44l_Array (line 4247) | public void CodeVector_of_M44l_Array(ref Vector[] value) method CodeVector_of_M44f_Array (line 4252) | public void CodeVector_of_M44f_Array(ref Vector[] value) method CodeVector_of_M44d_Array (line 4257) | public void CodeVector_of_M44d_Array(ref Vector[] value) method CodeVector_of_C3b_Array (line 4262) | public void CodeVector_of_C3b_Array(ref Vector[] value) method CodeVector_of_C3us_Array (line 4267) | public void CodeVector_of_C3us_Array(ref Vector[] value) method CodeVector_of_C3ui_Array (line 4272) | public void CodeVector_of_C3ui_Array(ref Vector[] value) method CodeVector_of_C3f_Array (line 4277) | public void CodeVector_of_C3f_Array(ref Vector[] value) method CodeVector_of_C3d_Array (line 4282) | public void CodeVector_of_C3d_Array(ref Vector[] value) method CodeVector_of_C4b_Array (line 4287) | public void CodeVector_of_C4b_Array(ref Vector[] value) method CodeVector_of_C4us_Array (line 4292) | public void CodeVector_of_C4us_Array(ref Vector[] value) method CodeVector_of_C4ui_Array (line 4297) | public void CodeVector_of_C4ui_Array(ref Vector[] value) method CodeVector_of_C4f_Array (line 4302) | public void CodeVector_of_C4f_Array(ref Vector[] value) method CodeVector_of_C4d_Array (line 4307) | public void CodeVector_of_C4d_Array(ref Vector[] value) method CodeVector_of_Range1b_Array (line 4312) | public void CodeVector_of_Range1b_Array(ref Vector[] value) method CodeVector_of_Range1sb_Array (line 4317) | public void CodeVector_of_Range1sb_Array(ref Vector[] value) method CodeVector_of_Range1s_Array (line 4322) | public void CodeVector_of_Range1s_Array(ref Vector[] value) method CodeVector_of_Range1us_Array (line 4327) | public void CodeVector_of_Range1us_Array(ref Vector[] value) method CodeVector_of_Range1i_Array (line 4332) | public void CodeVector_of_Range1i_Array(ref Vector[] value) method CodeVector_of_Range1ui_Array (line 4337) | public void CodeVector_of_Range1ui_Array(ref Vector[] value) method CodeVector_of_Range1l_Array (line 4342) | public void CodeVector_of_Range1l_Array(ref Vector[] value) method CodeVector_of_Range1ul_Array (line 4347) | public void CodeVector_of_Range1ul_Array(ref Vector[] value) method CodeVector_of_Range1f_Array (line 4352) | public void CodeVector_of_Range1f_Array(ref Vector[] value) method CodeVector_of_Range1d_Array (line 4357) | public void CodeVector_of_Range1d_Array(ref Vector[] value) method CodeVector_of_Box2i_Array (line 4362) | public void CodeVector_of_Box2i_Array(ref Vector[] value) method CodeVector_of_Box2l_Array (line 4367) | public void CodeVector_of_Box2l_Array(ref Vector[] value) method CodeVector_of_Box2f_Array (line 4372) | public void CodeVector_of_Box2f_Array(ref Vector[] value) method CodeVector_of_Box2d_Array (line 4377) | public void CodeVector_of_Box2d_Array(ref Vector[] value) method CodeVector_of_Box3i_Array (line 4382) | public void CodeVector_of_Box3i_Array(ref Vector[] value) method CodeVector_of_Box3l_Array (line 4387) | public void CodeVector_of_Box3l_Array(ref Vector[] value) method CodeVector_of_Box3f_Array (line 4392) | public void CodeVector_of_Box3f_Array(ref Vector[] value) method CodeVector_of_Box3d_Array (line 4397) | public void CodeVector_of_Box3d_Array(ref Vector[] value) method CodeVector_of_Euclidean3f_Array (line 4402) | public void CodeVector_of_Euclidean3f_Array(ref Vector[] ... method CodeVector_of_Euclidean3d_Array (line 4407) | public void CodeVector_of_Euclidean3d_Array(ref Vector[] ... method CodeVector_of_Rot2f_Array (line 4412) | public void CodeVector_of_Rot2f_Array(ref Vector[] value) method CodeVector_of_Rot2d_Array (line 4417) | public void CodeVector_of_Rot2d_Array(ref Vector[] value) method CodeVector_of_Rot3f_Array (line 4422) | public void CodeVector_of_Rot3f_Array(ref Vector[] value) method CodeVector_of_Rot3d_Array (line 4427) | public void CodeVector_of_Rot3d_Array(ref Vector[] value) method CodeVector_of_Scale3f_Array (line 4432) | public void CodeVector_of_Scale3f_Array(ref Vector[] value) method CodeVector_of_Scale3d_Array (line 4437) | public void CodeVector_of_Scale3d_Array(ref Vector[] value) method CodeVector_of_Shift3f_Array (line 4442) | public void CodeVector_of_Shift3f_Array(ref Vector[] value) method CodeVector_of_Shift3d_Array (line 4447) | public void CodeVector_of_Shift3d_Array(ref Vector[] value) method CodeVector_of_Trafo2f_Array (line 4452) | public void CodeVector_of_Trafo2f_Array(ref Vector[] value) method CodeVector_of_Trafo2d_Array (line 4457) | public void CodeVector_of_Trafo2d_Array(ref Vector[] value) method CodeVector_of_Trafo3f_Array (line 4462) | public void CodeVector_of_Trafo3f_Array(ref Vector[] value) method CodeVector_of_Trafo3d_Array (line 4467) | public void CodeVector_of_Trafo3d_Array(ref Vector[] value) method CodeVector_of_Bool_Array (line 4472) | public void CodeVector_of_Bool_Array(ref Vector[] value) method CodeVector_of_Char_Array (line 4477) | public void CodeVector_of_Char_Array(ref Vector[] value) method CodeVector_of_String_Array (line 4482) | public void CodeVector_of_String_Array(ref Vector[] value) method CodeVector_of_Type_Array (line 4487) | public void CodeVector_of_Type_Array(ref Vector[] value) method CodeVector_of_Guid_Array (line 4492) | public void CodeVector_of_Guid_Array(ref Vector[] value) method CodeVector_of_Symbol_Array (line 4497) | public void CodeVector_of_Symbol_Array(ref Vector[] value) method CodeVector_of_Circle2d_Array (line 4502) | public void CodeVector_of_Circle2d_Array(ref Vector[] value) method CodeVector_of_Line2d_Array (line 4507) | public void CodeVector_of_Line2d_Array(ref Vector[] value) method CodeVector_of_Line3d_Array (line 4512) | public void CodeVector_of_Line3d_Array(ref Vector[] value) method CodeVector_of_Plane2d_Array (line 4517) | public void CodeVector_of_Plane2d_Array(ref Vector[] value) method CodeVector_of_Plane3d_Array (line 4522) | public void CodeVector_of_Plane3d_Array(ref Vector[] value) method CodeVector_of_PlaneWithPoint3d_Array (line 4527) | public void CodeVector_of_PlaneWithPoint3d_Array(ref Vector[] value) method CodeVector_of_Quad3d_Array (line 4537) | public void CodeVector_of_Quad3d_Array(ref Vector[] value) method CodeVector_of_Ray2d_Array (line 4542) | public void CodeVector_of_Ray2d_Array(ref Vector[] value) method CodeVector_of_Ray3d_Array (line 4547) | public void CodeVector_of_Ray3d_Array(ref Vector[] value) method CodeVector_of_Sphere3d_Array (line 4552) | public void CodeVector_of_Sphere3d_Array(ref Vector[] value) method CodeVector_of_Triangle2d_Array (line 4557) | public void CodeVector_of_Triangle2d_Array(ref Vector[] va... method CodeVector_of_Triangle3d_Array (line 4562) | public void CodeVector_of_Triangle3d_Array(ref Vector[] va... method CodeVector_of_Circle2f_Array (line 4567) | public void CodeVector_of_Circle2f_Array(ref Vector[] value) method CodeVector_of_Line2f_Array (line 4572) | public void CodeVector_of_Line2f_Array(ref Vector[] value) method CodeVector_of_Line3f_Array (line 4577) | public void CodeVector_of_Line3f_Array(ref Vector[] value) method CodeVector_of_Plane2f_Array (line 4582) | public void CodeVector_of_Plane2f_Array(ref Vector[] value) method CodeVector_of_Plane3f_Array (line 4587) | public void CodeVector_of_Plane3f_Array(ref Vector[] value) method CodeVector_of_PlaneWithPoint3f_Array (line 4592) | public void CodeVector_of_PlaneWithPoint3f_Array(ref Vector[] value) method CodeVector_of_Quad3f_Array (line 4602) | public void CodeVector_of_Quad3f_Array(ref Vector[] value) method CodeVector_of_Ray2f_Array (line 4607) | public void CodeVector_of_Ray2f_Array(ref Vector[] value) method CodeVector_of_Ray3f_Array (line 4612) | public void CodeVector_of_Ray3f_Array(ref Vector[] value) method CodeVector_of_Sphere3f_Array (line 4617) | public void CodeVector_of_Sphere3f_Array(ref Vector[] value) method CodeVector_of_Triangle2f_Array (line 4622) | public void CodeVector_of_Triangle2f_Array(ref Vector[] va... method CodeVector_of_Triangle3f_Array (line 4627) | public void CodeVector_of_Triangle3f_Array(ref Vector[] va... method CodeMatrix_of_Byte_Array (line 4632) | public void CodeMatrix_of_Byte_Array(ref Matrix[] value) method CodeMatrix_of_SByte_Array (line 4637) | public void CodeMatrix_of_SByte_Array(ref Matrix[] value) method CodeMatrix_of_Short_Array (line 4642) | public void CodeMatrix_of_Short_Array(ref Matrix[] value) method CodeMatrix_of_UShort_Array (line 4647) | public void CodeMatrix_of_UShort_Array(ref Matrix[] value) method CodeMatrix_of_Int_Array (line 4652) | public void CodeMatrix_of_Int_Array(ref Matrix[] value) method CodeMatrix_of_UInt_Array (line 4657) | public void CodeMatrix_of_UInt_Array(ref Matrix[] value) method CodeMatrix_of_Long_Array (line 4662) | public void CodeMatrix_of_Long_Array(ref Matrix[] value) method CodeMatrix_of_ULong_Array (line 4667) | public void CodeMatrix_of_ULong_Array(ref Matrix[] value) method CodeMatrix_of_Float_Array (line 4672) | public void CodeMatrix_of_Float_Array(ref Matrix[] value) method CodeMatrix_of_Double_Array (line 4677) | public void CodeMatrix_of_Double_Array(ref Matrix[] value) method CodeMatrix_of_Fraction_Array (line 4682) | public void CodeMatrix_of_Fraction_Array(ref Matrix[] value) method CodeMatrix_of_V2i_Array (line 4687) | public void CodeMatrix_of_V2i_Array(ref Matrix[] value) method CodeMatrix_of_V2l_Array (line 4692) | public void CodeMatrix_of_V2l_Array(ref Matrix[] value) method CodeMatrix_of_V2f_Array (line 4697) | public void CodeMatrix_of_V2f_Array(ref Matrix[] value) method CodeMatrix_of_V2d_Array (line 4702) | public void CodeMatrix_of_V2d_Array(ref Matrix[] value) method CodeMatrix_of_V3i_Array (line 4707) | public void CodeMatrix_of_V3i_Array(ref Matrix[] value) method CodeMatrix_of_V3l_Array (line 4712) | public void CodeMatrix_of_V3l_Array(ref Matrix[] value) method CodeMatrix_of_V3f_Array (line 4717) | public void CodeMatrix_of_V3f_Array(ref Matrix[] value) method CodeMatrix_of_V3d_Array (line 4722) | public void CodeMatrix_of_V3d_Array(ref Matrix[] value) method CodeMatrix_of_V4i_Array (line 4727) | public void CodeMatrix_of_V4i_Array(ref Matrix[] value) method CodeMatrix_of_V4l_Array (line 4732) | public void CodeMatrix_of_V4l_Array(ref Matrix[] value) method CodeMatrix_of_V4f_Array (line 4737) | public void CodeMatrix_of_V4f_Array(ref Matrix[] value) method CodeMatrix_of_V4d_Array (line 4742) | public void CodeMatrix_of_V4d_Array(ref Matrix[] value) method CodeMatrix_of_M22i_Array (line 4747) | public void CodeMatrix_of_M22i_Array(ref Matrix[] value) method CodeMatrix_of_M22l_Array (line 4752) | public void CodeMatrix_of_M22l_Array(ref Matrix[] value) method CodeMatrix_of_M22f_Array (line 4757) | public void CodeMatrix_of_M22f_Array(ref Matrix[] value) method CodeMatrix_of_M22d_Array (line 4762) | public void CodeMatrix_of_M22d_Array(ref Matrix[] value) method CodeMatrix_of_M23i_Array (line 4767) | public void CodeMatrix_of_M23i_Array(ref Matrix[] value) method CodeMatrix_of_M23l_Array (line 4772) | public void CodeMatrix_of_M23l_Array(ref Matrix[] value) method CodeMatrix_of_M23f_Array (line 4777) | public void CodeMatrix_of_M23f_Array(ref Matrix[] value) method CodeMatrix_of_M23d_Array (line 4782) | public void CodeMatrix_of_M23d_Array(ref Matrix[] value) method CodeMatrix_of_M33i_Array (line 4787) | public void CodeMatrix_of_M33i_Array(ref Matrix[] value) method CodeMatrix_of_M33l_Array (line 4792) | public void CodeMatrix_of_M33l_Array(ref Matrix[] value) method CodeMatrix_of_M33f_Array (line 4797) | public void CodeMatrix_of_M33f_Array(ref Matrix[] value) method CodeMatrix_of_M33d_Array (line 4802) | public void CodeMatrix_of_M33d_Array(ref Matrix[] value) method CodeMatrix_of_M34i_Array (line 4807) | public void CodeMatrix_of_M34i_Array(ref Matrix[] value) method CodeMatrix_of_M34l_Array (line 4812) | public void CodeMatrix_of_M34l_Array(ref Matrix[] value) method CodeMatrix_of_M34f_Array (line 4817) | public void CodeMatrix_of_M34f_Array(ref Matrix[] value) method CodeMatrix_of_M34d_Array (line 4822) | public void CodeMatrix_of_M34d_Array(ref Matrix[] value) method CodeMatrix_of_M44i_Array (line 4827) | public void CodeMatrix_of_M44i_Array(ref Matrix[] value) method CodeMatrix_of_M44l_Array (line 4832) | public void CodeMatrix_of_M44l_Array(ref Matrix[] value) method CodeMatrix_of_M44f_Array (line 4837) | public void CodeMatrix_of_M44f_Array(ref Matrix[] value) method CodeMatrix_of_M44d_Array (line 4842) | public void CodeMatrix_of_M44d_Array(ref Matrix[] value) method CodeMatrix_of_C3b_Array (line 4847) | public void CodeMatrix_of_C3b_Array(ref Matrix[] value) method CodeMatrix_of_C3us_Array (line 4852) | public void CodeMatrix_of_C3us_Array(ref Matrix[] value) method CodeMatrix_of_C3ui_Array (line 4857) | public void CodeMatrix_of_C3ui_Array(ref Matrix[] value) method CodeMatrix_of_C3f_Array (line 4862) | public void CodeMatrix_of_C3f_Array(ref Matrix[] value) method CodeMatrix_of_C3d_Array (line 4867) | public void CodeMatrix_of_C3d_Array(ref Matrix[] value) method CodeMatrix_of_C4b_Array (line 4872) | public void CodeMatrix_of_C4b_Array(ref Matrix[] value) method CodeMatrix_of_C4us_Array (line 4877) | public void CodeMatrix_of_C4us_Array(ref Matrix[] value) method CodeMatrix_of_C4ui_Array (line 4882) | public void CodeMatrix_of_C4ui_Array(ref Matrix[] value) method CodeMatrix_of_C4f_Array (line 4887) | public void CodeMatrix_of_C4f_Array(ref Matrix[] value) method CodeMatrix_of_C4d_Array (line 4892) | public void CodeMatrix_of_C4d_Array(ref Matrix[] value) method CodeMatrix_of_Range1b_Array (line 4897) | public void CodeMatrix_of_Range1b_Array(ref Matrix[] value) method CodeMatrix_of_Range1sb_Array (line 4902) | public void CodeMatrix_of_Range1sb_Array(ref Matrix[] value) method CodeMatrix_of_Range1s_Array (line 4907) | public void CodeMatrix_of_Range1s_Array(ref Matrix[] value) method CodeMatrix_of_Range1us_Array (line 4912) | public void CodeMatrix_of_Range1us_Array(ref Matrix[] value) method CodeMatrix_of_Range1i_Array (line 4917) | public void CodeMatrix_of_Range1i_Array(ref Matrix[] value) method CodeMatrix_of_Range1ui_Array (line 4922) | public void CodeMatrix_of_Range1ui_Array(ref Matrix[] value) method CodeMatrix_of_Range1l_Array (line 4927) | public void CodeMatrix_of_Range1l_Array(ref Matrix[] value) method CodeMatrix_of_Range1ul_Array (line 4932) | public void CodeMatrix_of_Range1ul_Array(ref Matrix[] value) method CodeMatrix_of_Range1f_Array (line 4937) | public void CodeMatrix_of_Range1f_Array(ref Matrix[] value) method CodeMatrix_of_Range1d_Array (line 4942) | public void CodeMatrix_of_Range1d_Array(ref Matrix[] value) method CodeMatrix_of_Box2i_Array (line 4947) | public void CodeMatrix_of_Box2i_Array(ref Matrix[] value) method CodeMatrix_of_Box2l_Array (line 4952) | public void CodeMatrix_of_Box2l_Array(ref Matrix[] value) method CodeMatrix_of_Box2f_Array (line 4957) | public void CodeMatrix_of_Box2f_Array(ref Matrix[] value) method CodeMatrix_of_Box2d_Array (line 4962) | public void CodeMatrix_of_Box2d_Array(ref Matrix[] value) method CodeMatrix_of_Box3i_Array (line 4967) | public void CodeMatrix_of_Box3i_Array(ref Matrix[] value) method CodeMatrix_of_Box3l_Array (line 4972) | public void CodeMatrix_of_Box3l_Array(ref Matrix[] value) method CodeMatrix_of_Box3f_Array (line 4977) | public void CodeMatrix_of_Box3f_Array(ref Matrix[] value) method CodeMatrix_of_Box3d_Array (line 4982) | public void CodeMatrix_of_Box3d_Array(ref Matrix[] value) method CodeMatrix_of_Euclidean3f_Array (line 4987) | public void CodeMatrix_of_Euclidean3f_Array(ref Matrix[] ... method CodeMatrix_of_Euclidean3d_Array (line 4992) | public void CodeMatrix_of_Euclidean3d_Array(ref Matrix[] ... method CodeMatrix_of_Rot2f_Array (line 4997) | public void CodeMatrix_of_Rot2f_Array(ref Matrix[] value) method CodeMatrix_of_Rot2d_Array (line 5002) | public void CodeMatrix_of_Rot2d_Array(ref Matrix[] value) method CodeMatrix_of_Rot3f_Array (line 5007) | public void CodeMatrix_of_Rot3f_Array(ref Matrix[] value) method CodeMatrix_of_Rot3d_Array (line 5012) | public void CodeMatrix_of_Rot3d_Array(ref Matrix[] value) method CodeMatrix_of_Scale3f_Array (line 5017) | public void CodeMatrix_of_Scale3f_Array(ref Matrix[] value) method CodeMatrix_of_Scale3d_Array (line 5022) | public void CodeMatrix_of_Scale3d_Array(ref Matrix[] value) method CodeMatrix_of_Shift3f_Array (line 5027) | public void CodeMatrix_of_Shift3f_Array(ref Matrix[] value) method CodeMatrix_of_Shift3d_Array (line 5032) | public void CodeMatrix_of_Shift3d_Array(ref Matrix[] value) method CodeMatrix_of_Trafo2f_Array (line 5037) | public void CodeMatrix_of_Trafo2f_Array(ref Matrix[] value) method CodeMatrix_of_Trafo2d_Array (line 5042) | public void CodeMatrix_of_Trafo2d_Array(ref Matrix[] value) method CodeMatrix_of_Trafo3f_Array (line 5047) | public void CodeMatrix_of_Trafo3f_Array(ref Matrix[] value) method CodeMatrix_of_Trafo3d_Array (line 5052) | public void CodeMatrix_of_Trafo3d_Array(ref Matrix[] value) method CodeMatrix_of_Bool_Array (line 5057) | public void CodeMatrix_of_Bool_Array(ref Matrix[] value) method CodeMatrix_of_Char_Array (line 5062) | public void CodeMatrix_of_Char_Array(ref Matrix[] value) method CodeMatrix_of_String_Array (line 5067) | public void CodeMatrix_of_String_Array(ref Matrix[] value) method CodeMatrix_of_Type_Array (line 5072) | public void CodeMatrix_of_Type_Array(ref Matrix[] value) method CodeMatrix_of_Guid_Array (line 5077) | public void CodeMatrix_of_Guid_Array(ref Matrix[] value) method CodeMatrix_of_Symbol_Array (line 5082) | public void CodeMatrix_of_Symbol_Array(ref Matrix[] value) method CodeMatrix_of_Circle2d_Array (line 5087) | public void CodeMatrix_of_Circle2d_Array(ref Matrix[] value) method CodeMatrix_of_Line2d_Array (line 5092) | public void CodeMatrix_of_Line2d_Array(ref Matrix[] value) method CodeMatrix_of_Line3d_Array (line 5097) | public void CodeMatrix_of_Line3d_Array(ref Matrix[] value) method CodeMatrix_of_Plane2d_Array (line 5102) | public void CodeMatrix_of_Plane2d_Array(ref Matrix[] value) method CodeMatrix_of_Plane3d_Array (line 5107) | public void CodeMatrix_of_Plane3d_Array(ref Matrix[] value) method CodeMatrix_of_PlaneWithPoint3d_Array (line 5112) | public void CodeMatrix_of_PlaneWithPoint3d_Array(ref Matrix[] value) method CodeMatrix_of_Quad3d_Array (line 5122) | public void CodeMatrix_of_Quad3d_Array(ref Matrix[] value) method CodeMatrix_of_Ray2d_Array (line 5127) | public void CodeMatrix_of_Ray2d_Array(ref Matrix[] value) method CodeMatrix_of_Ray3d_Array (line 5132) | public void CodeMatrix_of_Ray3d_Array(ref Matrix[] value) method CodeMatrix_of_Sphere3d_Array (line 5137) | public void CodeMatrix_of_Sphere3d_Array(ref Matrix[] value) method CodeMatrix_of_Triangle2d_Array (line 5142) | public void CodeMatrix_of_Triangle2d_Array(ref Matrix[] va... method CodeMatrix_of_Triangle3d_Array (line 5147) | public void CodeMatrix_of_Triangle3d_Array(ref Matrix[] va... method CodeMatrix_of_Circle2f_Array (line 5152) | public void CodeMatrix_of_Circle2f_Array(ref Matrix[] value) method CodeMatrix_of_Line2f_Array (line 5157) | public void CodeMatrix_of_Line2f_Array(ref Matrix[] value) method CodeMatrix_of_Line3f_Array (line 5162) | public void CodeMatrix_of_Line3f_Array(ref Matrix[] value) method CodeMatrix_of_Plane2f_Array (line 5167) | public void CodeMatrix_of_Plane2f_Array(ref Matrix[] value) method CodeMatrix_of_Plane3f_Array (line 5172) | public void CodeMatrix_of_Plane3f_Array(ref Matrix[] value) method CodeMatrix_of_PlaneWithPoint3f_Array (line 5177) | public void CodeMatrix_of_PlaneWithPoint3f_Array(ref Matrix[] value) method CodeMatrix_of_Quad3f_Array (line 5187) | public void CodeMatrix_of_Quad3f_Array(ref Matrix[] value) method CodeMatrix_of_Ray2f_Array (line 5192) | public void CodeMatrix_of_Ray2f_Array(ref Matrix[] value) method CodeMatrix_of_Ray3f_Array (line 5197) | public void CodeMatrix_of_Ray3f_Array(ref Matrix[] value) method CodeMatrix_of_Sphere3f_Array (line 5202) | public void CodeMatrix_of_Sphere3f_Array(ref Matrix[] value) method CodeMatrix_of_Triangle2f_Array (line 5207) | public void CodeMatrix_of_Triangle2f_Array(ref Matrix[] va... method CodeMatrix_of_Triangle3f_Array (line 5212) | public void CodeMatrix_of_Triangle3f_Array(ref Matrix[] va... method CodeVolume_of_Byte_Array (line 5217) | public void CodeVolume_of_Byte_Array(ref Volume[] value) method CodeVolume_of_SByte_Array (line 5222) | public void CodeVolume_of_SByte_Array(ref Volume[] value) method CodeVolume_of_Short_Array (line 5227) | public void CodeVolume_of_Short_Array(ref Volume[] value) method CodeVolume_of_UShort_Array (line 5232) | public void CodeVolume_of_UShort_Array(ref Volume[] value) method CodeVolume_of_Int_Array (line 5237) | public void CodeVolume_of_Int_Array(ref Volume[] value) method CodeVolume_of_UInt_Array (line 5242) | public void CodeVolume_of_UInt_Array(ref Volume[] value) method CodeVolume_of_Long_Array (line 5247) | public void CodeVolume_of_Long_Array(ref Volume[] value) method CodeVolume_of_ULong_Array (line 5252) | public void CodeVolume_of_ULong_Array(ref Volume[] value) method CodeVolume_of_Float_Array (line 5257) | public void CodeVolume_of_Float_Array(ref Volume[] value) method CodeVolume_of_Double_Array (line 5262) | public void CodeVolume_of_Double_Array(ref Volume[] value) method CodeVolume_of_Fraction_Array (line 5267) | public void CodeVolume_of_Fraction_Array(ref Volume[] value) method CodeVolume_of_V2i_Array (line 5272) | public void CodeVolume_of_V2i_Array(ref Volume[] value) method CodeVolume_of_V2l_Array (line 5277) | public void CodeVolume_of_V2l_Array(ref Volume[] value) method CodeVolume_of_V2f_Array (line 5282) | public void CodeVolume_of_V2f_Array(ref Volume[] value) method CodeVolume_of_V2d_Array (line 5287) | public void CodeVolume_of_V2d_Array(ref Volume[] value) method CodeVolume_of_V3i_Array (line 5292) | public void CodeVolume_of_V3i_Array(ref Volume[] value) method CodeVolume_of_V3l_Array (line 5297) | public void CodeVolume_of_V3l_Array(ref Volume[] value) method CodeVolume_of_V3f_Array (line 5302) | public void CodeVolume_of_V3f_Array(ref Volume[] value) method CodeVolume_of_V3d_Array (line 5307) | public void CodeVolume_of_V3d_Array(ref Volume[] value) method CodeVolume_of_V4i_Array (line 5312) | public void CodeVolume_of_V4i_Array(ref Volume[] value) method CodeVolume_of_V4l_Array (line 5317) | public void CodeVolume_of_V4l_Array(ref Volume[] value) method CodeVolume_of_V4f_Array (line 5322) | public void CodeVolume_of_V4f_Array(ref Volume[] value) method CodeVolume_of_V4d_Array (line 5327) | public void CodeVolume_of_V4d_Array(ref Volume[] value) method CodeVolume_of_M22i_Array (line 5332) | public void CodeVolume_of_M22i_Array(ref Volume[] value) method CodeVolume_of_M22l_Array (line 5337) | public void CodeVolume_of_M22l_Array(ref Volume[] value) method CodeVolume_of_M22f_Array (line 5342) | public void CodeVolume_of_M22f_Array(ref Volume[] value) method CodeVolume_of_M22d_Array (line 5347) | public void CodeVolume_of_M22d_Array(ref Volume[] value) method CodeVolume_of_M23i_Array (line 5352) | public void CodeVolume_of_M23i_Array(ref Volume[] value) method CodeVolume_of_M23l_Array (line 5357) | public void CodeVolume_of_M23l_Array(ref Volume[] value) method CodeVolume_of_M23f_Array (line 5362) | public void CodeVolume_of_M23f_Array(ref Volume[] value) method CodeVolume_of_M23d_Array (line 5367) | public void CodeVolume_of_M23d_Array(ref Volume[] value) method CodeVolume_of_M33i_Array (line 5372) | public void CodeVolume_of_M33i_Array(ref Volume[] value) method CodeVolume_of_M33l_Array (line 5377) | public void CodeVolume_of_M33l_Array(ref Volume[] value) method CodeVolume_of_M33f_Array (line 5382) | public void CodeVolume_of_M33f_Array(ref Volume[] value) method CodeVolume_of_M33d_Array (line 5387) | public void CodeVolume_of_M33d_Array(ref Volume[] value) method CodeVolume_of_M34i_Array (line 5392) | public void CodeVolume_of_M34i_Array(ref Volume[] value) method CodeVolume_of_M34l_Array (line 5397) | public void CodeVolume_of_M34l_Array(ref Volume[] value) method CodeVolume_of_M34f_Array (line 5402) | public void CodeVolume_of_M34f_Array(ref Volume[] value) method CodeVolume_of_M34d_Array (line 5407) | public void CodeVolume_of_M34d_Array(ref Volume[] value) method CodeVolume_of_M44i_Array (line 5412) | public void CodeVolume_of_M44i_Array(ref Volume[] value) method CodeVolume_of_M44l_Array (line 5417) | public void CodeVolume_of_M44l_Array(ref Volume[] value) method CodeVolume_of_M44f_Array (line 5422) | public void CodeVolume_of_M44f_Array(ref Volume[] value) method CodeVolume_of_M44d_Array (line 5427) | public void CodeVolume_of_M44d_Array(ref Volume[] value) method CodeVolume_of_C3b_Array (line 5432) | public void CodeVolume_of_C3b_Array(ref Volume[] value) method CodeVolume_of_C3us_Array (line 5437) | public void CodeVolume_of_C3us_Array(ref Volume[] value) method CodeVolume_of_C3ui_Array (line 5442) | public void CodeVolume_of_C3ui_Array(ref Volume[] value) method CodeVolume_of_C3f_Array (line 5447) | public void CodeVolume_of_C3f_Array(ref Volume[] value) method CodeVolume_of_C3d_Array (line 5452) | public void CodeVolume_of_C3d_Array(ref Volume[] value) method CodeVolume_of_C4b_Array (line 5457) | public void CodeVolume_of_C4b_Array(ref Volume[] value) method CodeVolume_of_C4us_Array (line 5462) | public void CodeVolume_of_C4us_Array(ref Volume[] value) method CodeVolume_of_C4ui_Array (line 5467) | public void CodeVolume_of_C4ui_Array(ref Volume[] value) method CodeVolume_of_C4f_Array (line 5472) | public void CodeVolume_of_C4f_Array(ref Volume[] value) method CodeVolume_of_C4d_Array (line 5477) | public void CodeVolume_of_C4d_Array(ref Volume[] value) method CodeVolume_of_Range1b_Array (line 5482) | public void CodeVolume_of_Range1b_Array(ref Volume[] value) method CodeVolume_of_Range1sb_Array (line 5487) | public void CodeVolume_of_Range1sb_Array(ref Volume[] value) method CodeVolume_of_Range1s_Array (line 5492) | public void CodeVolume_of_Range1s_Array(ref Volume[] value) method CodeVolume_of_Range1us_Array (line 5497) | public void CodeVolume_of_Range1us_Array(ref Volume[] value) method CodeVolume_of_Range1i_Array (line 5502) | public void CodeVolume_of_Range1i_Array(ref Volume[] value) method CodeVolume_of_Range1ui_Array (line 5507) | public void CodeVolume_of_Range1ui_Array(ref Volume[] value) method CodeVolume_of_Range1l_Array (line 5512) | public void CodeVolume_of_Range1l_Array(ref Volume[] value) method CodeVolume_of_Range1ul_Array (line 5517) | public void CodeVolume_of_Range1ul_Array(ref Volume[] value) method CodeVolume_of_Range1f_Array (line 5522) | public void CodeVolume_of_Range1f_Array(ref Volume[] value) method CodeVolume_of_Range1d_Array (line 5527) | public void CodeVolume_of_Range1d_Array(ref Volume[] value) method CodeVolume_of_Box2i_Array (line 5532) | public void CodeVolume_of_Box2i_Array(ref Volume[] value) method CodeVolume_of_Box2l_Array (line 5537) | public void CodeVolume_of_Box2l_Array(ref Volume[] value) method CodeVolume_of_Box2f_Array (line 5542) | public void CodeVolume_of_Box2f_Array(ref Volume[] value) method CodeVolume_of_Box2d_Array (line 5547) | public void CodeVolume_of_Box2d_Array(ref Volume[] value) method CodeVolume_of_Box3i_Array (line 5552) | public void CodeVolume_of_Box3i_Array(ref Volume[] value) method CodeVolume_of_Box3l_Array (line 5557) | public void CodeVolume_of_Box3l_Array(ref Volume[] value) method CodeVolume_of_Box3f_Array (line 5562) | public void CodeVolume_of_Box3f_Array(ref Volume[] value) method CodeVolume_of_Box3d_Array (line 5567) | public void CodeVolume_of_Box3d_Array(ref Volume[] value) method CodeVolume_of_Euclidean3f_Array (line 5572) | public void CodeVolume_of_Euclidean3f_Array(ref Volume[] ... method CodeVolume_of_Euclidean3d_Array (line 5577) | public void CodeVolume_of_Euclidean3d_Array(ref Volume[] ... method CodeVolume_of_Rot2f_Array (line 5582) | public void CodeVolume_of_Rot2f_Array(ref Volume[] value) method CodeVolume_of_Rot2d_Array (line 5587) | public void CodeVolume_of_Rot2d_Array(ref Volume[] value) method CodeVolume_of_Rot3f_Array (line 5592) | public void CodeVolume_of_Rot3f_Array(ref Volume[] value) method CodeVolume_of_Rot3d_Array (line 5597) | public void CodeVolume_of_Rot3d_Array(ref Volume[] value) method CodeVolume_of_Scale3f_Array (line 5602) | public void CodeVolume_of_Scale3f_Array(ref Volume[] value) method CodeVolume_of_Scale3d_Array (line 5607) | public void CodeVolume_of_Scale3d_Array(ref Volume[] value) method CodeVolume_of_Shift3f_Array (line 5612) | public void CodeVolume_of_Shift3f_Array(ref Volume[] value) method CodeVolume_of_Shift3d_Array (line 5617) | public void CodeVolume_of_Shift3d_Array(ref Volume[] value) method CodeVolume_of_Trafo2f_Array (line 5622) | public void CodeVolume_of_Trafo2f_Array(ref Volume[] value) method CodeVolume_of_Trafo2d_Array (line 5627) | public void CodeVolume_of_Trafo2d_Array(ref Volume[] value) method CodeVolume_of_Trafo3f_Array (line 5632) | public void CodeVolume_of_Trafo3f_Array(ref Volume[] value) method CodeVolume_of_Trafo3d_Array (line 5637) | public void CodeVolume_of_Trafo3d_Array(ref Volume[] value) method CodeVolume_of_Bool_Array (line 5642) | public void CodeVolume_of_Bool_Array(ref Volume[] value) method CodeVolume_of_Char_Array (line 5647) | public void CodeVolume_of_Char_Array(ref Volume[] value) method CodeVolume_of_String_Array (line 5652) | public void CodeVolume_of_String_Array(ref Volume[] value) method CodeVolume_of_Type_Array (line 5657) | public void CodeVolume_of_Type_Array(ref Volume[] value) method CodeVolume_of_Guid_Array (line 5662) | public void CodeVolume_of_Guid_Array(ref Volume[] value) method CodeVolume_of_Symbol_Array (line 5667) | public void CodeVolume_of_Symbol_Array(ref Volume[] value) method CodeVolume_of_Circle2d_Array (line 5672) | public void CodeVolume_of_Circle2d_Array(ref Volume[] value) method CodeVolume_of_Line2d_Array (line 5677) | public void CodeVolume_of_Line2d_Array(ref Volume[] value) method CodeVolume_of_Line3d_Array (line 5682) | public void CodeVolume_of_Line3d_Array(ref Volume[] value) method CodeVolume_of_Plane2d_Array (line 5687) | public void CodeVolume_of_Plane2d_Array(ref Volume[] value) method CodeVolume_of_Plane3d_Array (line 5692) | public void CodeVolume_of_Plane3d_Array(ref Volume[] value) method CodeVolume_of_PlaneWithPoint3d_Array (line 5697) | public void CodeVolume_of_PlaneWithPoint3d_Array(ref Volume[] value) method CodeVolume_of_Quad3d_Array (line 5707) | public void CodeVolume_of_Quad3d_Array(ref Volume[] value) method CodeVolume_of_Ray2d_Array (line 5712) | public void CodeVolume_of_Ray2d_Array(ref Volume[] value) method CodeVolume_of_Ray3d_Array (line 5717) | public void CodeVolume_of_Ray3d_Array(ref Volume[] value) method CodeVolume_of_Sphere3d_Array (line 5722) | public void CodeVolume_of_Sphere3d_Array(ref Volume[] value) method CodeVolume_of_Triangle2d_Array (line 5727) | public void CodeVolume_of_Triangle2d_Array(ref Volume[] va... method CodeVolume_of_Triangle3d_Array (line 5732) | public void CodeVolume_of_Triangle3d_Array(ref Volume[] va... method CodeVolume_of_Circle2f_Array (line 5737) | public void CodeVolume_of_Circle2f_Array(ref Volume[] value) method CodeVolume_of_Line2f_Array (line 5742) | public void CodeVolume_of_Line2f_Array(ref Volume[] value) method CodeVolume_of_Line3f_Array (line 5747) | public void CodeVolume_of_Line3f_Array(ref Volume[] value) method CodeVolume_of_Plane2f_Array (line 5752) | public void CodeVolume_of_Plane2f_Array(ref Volume[] value) method CodeVolume_of_Plane3f_Array (line 5757) | public void CodeVolume_of_Plane3f_Array(ref Volume[] value) method CodeVolume_of_PlaneWithPoint3f_Array (line 5762) | public void CodeVolume_of_PlaneWithPoint3f_Array(ref Volume[] value) method CodeVolume_of_Quad3f_Array (line 5772) | public void CodeVolume_of_Quad3f_Array(ref Volume[] value) method CodeVolume_of_Ray2f_Array (line 5777) | public void CodeVolume_of_Ray2f_Array(ref Volume[] value) method CodeVolume_of_Ray3f_Array (line 5782) | public void CodeVolume_of_Ray3f_Array(ref Volume[] value) method CodeVolume_of_Sphere3f_Array (line 5787) | public void CodeVolume_of_Sphere3f_Array(ref Volume[] value) method CodeVolume_of_Triangle2f_Array (line 5792) | public void CodeVolume_of_Triangle2f_Array(ref Volume[] va... method CodeVolume_of_Triangle3f_Array (line 5797) | public void CodeVolume_of_Triangle3f_Array(ref Volume[] va... method CodeTensor_of_Byte_Array (line 5802) | public void CodeTensor_of_Byte_Array(ref Tensor[] value) method CodeTensor_of_SByte_Array (line 5807) | public void CodeTensor_of_SByte_Array(ref Tensor[] value) method CodeTensor_of_Short_Array (line 5812) | public void CodeTensor_of_Short_Array(ref Tensor[] value) method CodeTensor_of_UShort_Array (line 5817) | public void CodeTensor_of_UShort_Array(ref Tensor[] value) method CodeTensor_of_Int_Array (line 5822) | public void CodeTensor_of_Int_Array(ref Tensor[] value) method CodeTensor_of_UInt_Array (line 5827) | public void CodeTensor_of_UInt_Array(ref Tensor[] value) method CodeTensor_of_Long_Array (line 5832) | public void CodeTensor_of_Long_Array(ref Tensor[] value) method CodeTensor_of_ULong_Array (line 5837) | public void CodeTensor_of_ULong_Array(ref Tensor[] value) method CodeTensor_of_Float_Array (line 5842) | public void CodeTensor_of_Float_Array(ref Tensor[] value) method CodeTensor_of_Double_Array (line 5847) | public void CodeTensor_of_Double_Array(ref Tensor[] value) method CodeTensor_of_Fraction_Array (line 5852) | public void CodeTensor_of_Fraction_Array(ref Tensor[] value) method CodeTensor_of_V2i_Array (line 5857) | public void CodeTensor_of_V2i_Array(ref Tensor[] value) method CodeTensor_of_V2l_Array (line 5862) | public void CodeTensor_of_V2l_Array(ref Tensor[] value) method CodeTensor_of_V2f_Array (line 5867) | public void CodeTensor_of_V2f_Array(ref Tensor[] value) method CodeTensor_of_V2d_Array (line 5872) | public void CodeTensor_of_V2d_Array(ref Tensor[] value) method CodeTensor_of_V3i_Array (line 5877) | public void CodeTensor_of_V3i_Array(ref Tensor[] value) method CodeTensor_of_V3l_Array (line 5882) | public void CodeTensor_of_V3l_Array(ref Tensor[] value) method CodeTensor_of_V3f_Array (line 5887) | public void CodeTensor_of_V3f_Array(ref Tensor[] value) method CodeTensor_of_V3d_Array (line 5892) | public void CodeTensor_of_V3d_Array(ref Tensor[] value) method CodeTensor_of_V4i_Array (line 5897) | public void CodeTensor_of_V4i_Array(ref Tensor[] value) method CodeTensor_of_V4l_Array (line 5902) | public void CodeTensor_of_V4l_Array(ref Tensor[] value) method CodeTensor_of_V4f_Array (line 5907) | public void CodeTensor_of_V4f_Array(ref Tensor[] value) method CodeTensor_of_V4d_Array (line 5912) | public void CodeTensor_of_V4d_Array(ref Tensor[] value) method CodeTensor_of_M22i_Array (line 5917) | public void CodeTensor_of_M22i_Array(ref Tensor[] value) method CodeTensor_of_M22l_Array (line 5922) | public void CodeTensor_of_M22l_Array(ref Tensor[] value) method CodeTensor_of_M22f_Array (line 5927) | public void CodeTensor_of_M22f_Array(ref Tensor[] value) method CodeTensor_of_M22d_Array (line 5932) | public void CodeTensor_of_M22d_Array(ref Tensor[] value) method CodeTensor_of_M23i_Array (line 5937) | public void CodeTensor_of_M23i_Array(ref Tensor[] value) method CodeTensor_of_M23l_Array (line 5942) | public void CodeTensor_of_M23l_Array(ref Tensor[] value) method CodeTensor_of_M23f_Array (line 5947) | public void CodeTensor_of_M23f_Array(ref Tensor[] value) method CodeTensor_of_M23d_Array (line 5952) | public void CodeTensor_of_M23d_Array(ref Tensor[] value) method CodeTensor_of_M33i_Array (line 5957) | public void CodeTensor_of_M33i_Array(ref Tensor[] value) method CodeTensor_of_M33l_Array (line 5962) | public void CodeTensor_of_M33l_Array(ref Tensor[] value) method CodeTensor_of_M33f_Array (line 5967) | public void CodeTensor_of_M33f_Array(ref Tensor[] value) method CodeTensor_of_M33d_Array (line 5972) | public void CodeTensor_of_M33d_Array(ref Tensor[] value) method CodeTensor_of_M34i_Array (line 5977) | public void CodeTensor_of_M34i_Array(ref Tensor[] value) method CodeTensor_of_M34l_Array (line 5982) | public void CodeTensor_of_M34l_Array(ref Tensor[] value) method CodeTensor_of_M34f_Array (line 5987) | public void CodeTensor_of_M34f_Array(ref Tensor[] value) method CodeTensor_of_M34d_Array (line 5992) | public void CodeTensor_of_M34d_Array(ref Tensor[] value) method CodeTensor_of_M44i_Array (line 5997) | public void CodeTensor_of_M44i_Array(ref Tensor[] value) method CodeTensor_of_M44l_Array (line 6002) | public void CodeTensor_of_M44l_Array(ref Tensor[] value) method CodeTensor_of_M44f_Array (line 6007) | public void CodeTensor_of_M44f_Array(ref Tensor[] value) method CodeTensor_of_M44d_Array (line 6012) | public void CodeTensor_of_M44d_Array(ref Tensor[] value) method CodeTensor_of_C3b_Array (line 6017) | public void CodeTensor_of_C3b_Array(ref Tensor[] value) method CodeTensor_of_C3us_Array (line 6022) | public void CodeTensor_of_C3us_Array(ref Tensor[] value) method CodeTensor_of_C3ui_Array (line 6027) | public void CodeTensor_of_C3ui_Array(ref Tensor[] value) method CodeTensor_of_C3f_Array (line 6032) | public void CodeTensor_of_C3f_Array(ref Tensor[] value) method CodeTensor_of_C3d_Array (line 6037) | public void CodeTensor_of_C3d_Array(ref Tensor[] value) method CodeTensor_of_C4b_Array (line 6042) | public void CodeTensor_of_C4b_Array(ref Tensor[] value) method CodeTensor_of_C4us_Array (line 6047) | public void CodeTensor_of_C4us_Array(ref Tensor[] value) method CodeTensor_of_C4ui_Array (line 6052) | public void CodeTensor_of_C4ui_Array(ref Tensor[] value) method CodeTensor_of_C4f_Array (line 6057) | public void CodeTensor_of_C4f_Array(ref Tensor[] value) method CodeTensor_of_C4d_Array (line 6062) | public void CodeTensor_of_C4d_Array(ref Tensor[] value) method CodeTensor_of_Range1b_Array (line 6067) | public void CodeTensor_of_Range1b_Array(ref Tensor[] value) method CodeTensor_of_Range1sb_Array (line 6072) | public void CodeTensor_of_Range1sb_Array(ref Tensor[] value) method CodeTensor_of_Range1s_Array (line 6077) | public void CodeTensor_of_Range1s_Array(ref Tensor[] value) method CodeTensor_of_Range1us_Array (line 6082) | public void CodeTensor_of_Range1us_Array(ref Tensor[] value) method CodeTensor_of_Range1i_Array (line 6087) | public void CodeTensor_of_Range1i_Array(ref Tensor[] value) method CodeTensor_of_Range1ui_Array (line 6092) | public void CodeTensor_of_Range1ui_Array(ref Tensor[] value) method CodeTensor_of_Range1l_Array (line 6097) | public void CodeTensor_of_Range1l_Array(ref Tensor[] value) method CodeTensor_of_Range1ul_Array (line 6102) | public void CodeTensor_of_Range1ul_Array(ref Tensor[] value) method CodeTensor_of_Range1f_Array (line 6107) | public void CodeTensor_of_Range1f_Array(ref Tensor[] value) method CodeTensor_of_Range1d_Array (line 6112) | public void CodeTensor_of_Range1d_Array(ref Tensor[] value) method CodeTensor_of_Box2i_Array (line 6117) | public void CodeTensor_of_Box2i_Array(ref Tensor[] value) method CodeTensor_of_Box2l_Array (line 6122) | public void CodeTensor_of_Box2l_Array(ref Tensor[] value) method CodeTensor_of_Box2f_Array (line 6127) | public void CodeTensor_of_Box2f_Array(ref Tensor[] value) method CodeTensor_of_Box2d_Array (line 6132) | public void CodeTensor_of_Box2d_Array(ref Tensor[] value) method CodeTensor_of_Box3i_Array (line 6137) | public void CodeTensor_of_Box3i_Array(ref Tensor[] value) method CodeTensor_of_Box3l_Array (line 6142) | public void CodeTensor_of_Box3l_Array(ref Tensor[] value) method CodeTensor_of_Box3f_Array (line 6147) | public void CodeTensor_of_Box3f_Array(ref Tensor[] value) method CodeTensor_of_Box3d_Array (line 6152) | public void CodeTensor_of_Box3d_Array(ref Tensor[] value) method CodeTensor_of_Euclidean3f_Array (line 6157) | public void CodeTensor_of_Euclidean3f_Array(ref Tensor[] ... method CodeTensor_of_Euclidean3d_Array (line 6162) | public void CodeTensor_of_Euclidean3d_Array(ref Tensor[] ... method CodeTensor_of_Rot2f_Array (line 6167) | public void CodeTensor_of_Rot2f_Array(ref Tensor[] value) method CodeTensor_of_Rot2d_Array (line 6172) | public void CodeTensor_of_Rot2d_Array(ref Tensor[] value) method CodeTensor_of_Rot3f_Array (line 6177) | public void CodeTensor_of_Rot3f_Array(ref Tensor[] value) method CodeTensor_of_Rot3d_Array (line 6182) | public void CodeTensor_of_Rot3d_Array(ref Tensor[] value) method CodeTensor_of_Scale3f_Array (line 6187) | public void CodeTensor_of_Scale3f_Array(ref Tensor[] value) method CodeTensor_of_Scale3d_Array (line 6192) | public void CodeTensor_of_Scale3d_Array(ref Tensor[] value) method CodeTensor_of_Shift3f_Array (line 6197) | public void CodeTensor_of_Shift3f_Array(ref Tensor[] value) method CodeTensor_of_Shift3d_Array (line 6202) | public void CodeTensor_of_Shift3d_Array(ref Tensor[] value) method CodeTensor_of_Trafo2f_Array (line 6207) | public void CodeTensor_of_Trafo2f_Array(ref Tensor[] value) method CodeTensor_of_Trafo2d_Array (line 6212) | public void CodeTensor_of_Trafo2d_Array(ref Tensor[] value) method CodeTensor_of_Trafo3f_Array (line 6217) | public void CodeTensor_of_Trafo3f_Array(ref Tensor[] value) method CodeTensor_of_Trafo3d_Array (line 6222) | public void CodeTensor_of_Trafo3d_Array(ref Tensor[] value) method CodeTensor_of_Bool_Array (line 6227) | public void CodeTensor_of_Bool_Array(ref Tensor[] value) method CodeTensor_of_Char_Array (line 6232) | public void CodeTensor_of_Char_Array(ref Tensor[] value) method CodeTensor_of_String_Array (line 6237) | public void CodeTensor_of_String_Array(ref Tensor[] value) method CodeTensor_of_Type_Array (line 6242) | public void CodeTensor_of_Type_Array(ref Tensor[] value) method CodeTensor_of_Guid_Array (line 6247) | public void CodeTensor_of_Guid_Array(ref Tensor[] value) method CodeTensor_of_Symbol_Array (line 6252) | public void CodeTensor_of_Symbol_Array(ref Tensor[] value) method CodeTensor_of_Circle2d_Array (line 6257) | public void CodeTensor_of_Circle2d_Array(ref Tensor[] value) method CodeTensor_of_Line2d_Array (line 6262) | public void CodeTensor_of_Line2d_Array(ref Tensor[] value) method CodeTensor_of_Line3d_Array (line 6267) | public void CodeTensor_of_Line3d_Array(ref Tensor[] value) method CodeTensor_of_Plane2d_Array (line 6272) | public void CodeTensor_of_Plane2d_Array(ref Tensor[] value) method CodeTensor_of_Plane3d_Array (line 6277) | public void CodeTensor_of_Plane3d_Array(ref Tensor[] value) method CodeTensor_of_PlaneWithPoint3d_Array (line 6282) | public void CodeTensor_of_PlaneWithPoint3d_Array(ref Tensor[] value) method CodeTensor_of_Quad3d_Array (line 6292) | public void CodeTensor_of_Quad3d_Array(ref Tensor[] value) method CodeTensor_of_Ray2d_Array (line 6297) | public void CodeTensor_of_Ray2d_Array(ref Tensor[] value) method CodeTensor_of_Ray3d_Array (line 6302) | public void CodeTensor_of_Ray3d_Array(ref Tensor[] value) method CodeTensor_of_Sphere3d_Array (line 6307) | public void CodeTensor_of_Sphere3d_Array(ref Tensor[] value) method CodeTensor_of_Triangle2d_Array (line 6312) | public void CodeTensor_of_Triangle2d_Array(ref Tensor[] va... method CodeTensor_of_Triangle3d_Array (line 6317) | public void CodeTensor_of_Triangle3d_Array(ref Tensor[] va... method CodeTensor_of_Circle2f_Array (line 6322) | public void CodeTensor_of_Circle2f_Array(ref Tensor[] value) method CodeTensor_of_Line2f_Array (line 6327) | public void CodeTensor_of_Line2f_Array(ref Tensor[] value) method CodeTensor_of_Line3f_Array (line 6332) | public void CodeTensor_of_Line3f_Array(ref Tensor[] value) method CodeTensor_of_Plane2f_Array (line 6337) | public void CodeTensor_of_Plane2f_Array(ref Tensor[] value) method CodeTensor_of_Plane3f_Array (line 6342) | public void CodeTensor_of_Plane3f_Array(ref Tensor[] value) method CodeTensor_of_PlaneWithPoint3f_Array (line 6347) | public void CodeTensor_of_PlaneWithPoint3f_Array(ref Tensor[] value) method CodeTensor_of_Quad3f_Array (line 6357) | public void CodeTensor_of_Quad3f_Array(ref Tensor[] value) method CodeTensor_of_Ray2f_Array (line 6362) | public void CodeTensor_of_Ray2f_Array(ref Tensor[] value) method CodeTensor_of_Ray3f_Array (line 6367) | public void CodeTensor_of_Ray3f_Array(ref Tensor[] value) method CodeTensor_of_Sphere3f_Array (line 6372) | public void CodeTensor_of_Sphere3f_Array(ref Tensor[] value) method CodeTensor_of_Triangle2f_Array (line 6377) | public void CodeTensor_of_Triangle2f_Array(ref Tensor[] va... method CodeTensor_of_Triangle3f_Array (line 6382) | public void CodeTensor_of_Triangle3f_Array(ref Tensor[] va... method CodeList_of_Vector_of_Byte__ (line 6391) | public void CodeList_of_Vector_of_Byte__(ref List> value) method CodeList_of_Vector_of_SByte__ (line 6396) | public void CodeList_of_Vector_of_SByte__(ref List> value) method CodeList_of_Vector_of_Short__ (line 6401) | public void CodeList_of_Vector_of_Short__(ref List> value) method CodeList_of_Vector_of_UShort__ (line 6406) | public void CodeList_of_Vector_of_UShort__(ref List> va... method CodeList_of_Vector_of_Int__ (line 6411) | public void CodeList_of_Vector_of_Int__(ref List> value) method CodeList_of_Vector_of_UInt__ (line 6416) | public void CodeList_of_Vector_of_UInt__(ref List> value) method CodeList_of_Vector_of_Long__ (line 6421) | public void CodeList_of_Vector_of_Long__(ref List> value) method CodeList_of_Vector_of_ULong__ (line 6426) | public void CodeList_of_Vector_of_ULong__(ref List> value) method CodeList_of_Vector_of_Float__ (line 6431) | public void CodeList_of_Vector_of_Float__(ref List> value) method CodeList_of_Vector_of_Double__ (line 6436) | public void CodeList_of_Vector_of_Double__(ref List> va... method CodeList_of_Vector_of_Fraction__ (line 6441) | public void CodeList_of_Vector_of_Fraction__(ref List... method CodeList_of_Vector_of_V2i__ (line 6446) | public void CodeList_of_Vector_of_V2i__(ref List> value) method CodeList_of_Vector_of_V2l__ (line 6451) | public void CodeList_of_Vector_of_V2l__(ref List> value) method CodeList_of_Vector_of_V2f__ (line 6456) | public void CodeList_of_Vector_of_V2f__(ref List> value) method CodeList_of_Vector_of_V2d__ (line 6461) | public void CodeList_of_Vector_of_V2d__(ref List> value) method CodeList_of_Vector_of_V3i__ (line 6466) | public void CodeList_of_Vector_of_V3i__(ref List> value) method CodeList_of_Vector_of_V3l__ (line 6471) | public void CodeList_of_Vector_of_V3l__(ref List> value) method CodeList_of_Vector_of_V3f__ (line 6476) | public void CodeList_of_Vector_of_V3f__(ref List> value) method CodeList_of_Vector_of_V3d__ (line 6481) | public void CodeList_of_Vector_of_V3d__(ref List> value) method CodeList_of_Vector_of_V4i__ (line 6486) | public void CodeList_of_Vector_of_V4i__(ref List> value) method CodeList_of_Vector_of_V4l__ (line 6491) | public void CodeList_of_Vector_of_V4l__(ref List> value) method CodeList_of_Vector_of_V4f__ (line 6496) | public void CodeList_of_Vector_of_V4f__(ref List> value) method CodeList_of_Vector_of_V4d__ (line 6501) | public void CodeList_of_Vector_of_V4d__(ref List> value) method CodeList_of_Vector_of_M22i__ (line 6506) | public void CodeList_of_Vector_of_M22i__(ref List> value) method CodeList_of_Vector_of_M22l__ (line 6511) | public void CodeList_of_Vector_of_M22l__(ref List> value) method CodeList_of_Vector_of_M22f__ (line 6516) | public void CodeList_of_Vector_of_M22f__(ref List> value) method CodeList_of_Vector_of_M22d__ (line 6521) | public void CodeList_of_Vector_of_M22d__(ref List> value) method CodeList_of_Vector_of_M23i__ (line 6526) | public void CodeList_of_Vector_of_M23i__(ref List> value) method CodeList_of_Vector_of_M23l__ (line 6531) | public void CodeList_of_Vector_of_M23l__(ref List> value) method CodeList_of_Vector_of_M23f__ (line 6536) | public void CodeList_of_Vector_of_M23f__(ref List> value) method CodeList_of_Vector_of_M23d__ (line 6541) | public void CodeList_of_Vector_of_M23d__(ref List> value) method CodeList_of_Vector_of_M33i__ (line 6546) | public void CodeList_of_Vector_of_M33i__(ref List> value) method CodeList_of_Vector_of_M33l__ (line 6551) | public void CodeList_of_Vector_of_M33l__(ref List> value) method CodeList_of_Vector_of_M33f__ (line 6556) | public void CodeList_of_Vector_of_M33f__(ref List> value) method CodeList_of_Vector_of_M33d__ (line 6561) | public void CodeList_of_Vector_of_M33d__(ref List> value) method CodeList_of_Vector_of_M34i__ (line 6566) | public void CodeList_of_Vector_of_M34i__(ref List> value) method CodeList_of_Vector_of_M34l__ (line 6571) | public void CodeList_of_Vector_of_M34l__(ref List> value) method CodeList_of_Vector_of_M34f__ (line 6576) | public void CodeList_of_Vector_of_M34f__(ref List> value) method CodeList_of_Vector_of_M34d__ (line 6581) | public void CodeList_of_Vector_of_M34d__(ref List> value) method CodeList_of_Vector_of_M44i__ (line 6586) | public void CodeList_of_Vector_of_M44i__(ref List> value) method CodeList_of_Vector_of_M44l__ (line 6591) | public void CodeList_of_Vector_of_M44l__(ref List> value) method CodeList_of_Vector_of_M44f__ (line 6596) | public void CodeList_of_Vector_of_M44f__(ref List> value) method CodeList_of_Vector_of_M44d__ (line 6601) | public void CodeList_of_Vector_of_M44d__(ref List> value) method CodeList_of_Vector_of_C3b__ (line 6606) | public void CodeList_of_Vector_of_C3b__(ref List> value) method CodeList_of_Vector_of_C3us__ (line 6611) | public void CodeList_of_Vector_of_C3us__(ref List> value) method CodeList_of_Vector_of_C3ui__ (line 6616) | public void CodeList_of_Vector_of_C3ui__(ref List> value) method CodeList_of_Vector_of_C3f__ (line 6621) | public void CodeList_of_Vector_of_C3f__(ref List> value) method CodeList_of_Vector_of_C3d__ (line 6626) | public void CodeList_of_Vector_of_C3d__(ref List> value) method CodeList_of_Vector_of_C4b__ (line 6631) | public void CodeList_of_Vector_of_C4b__(ref List> value) method CodeList_of_Vector_of_C4us__ (line 6636) | public void CodeList_of_Vector_of_C4us__(ref List> value) method CodeList_of_Vector_of_C4ui__ (line 6641) | public void CodeList_of_Vector_of_C4ui__(ref List> value) method CodeList_of_Vector_of_C4f__ (line 6646) | public void CodeList_of_Vector_of_C4f__(ref List> value) method CodeList_of_Vector_of_C4d__ (line 6651) | public void CodeList_of_Vector_of_C4d__(ref List> value) method CodeList_of_Vector_of_Range1b__ (line 6656) | public void CodeList_of_Vector_of_Range1b__(ref List> ... method CodeList_of_Vector_of_Range1sb__ (line 6661) | public void CodeList_of_Vector_of_Range1sb__(ref List... method CodeList_of_Vector_of_Range1s__ (line 6666) | public void CodeList_of_Vector_of_Range1s__(ref List> ... method CodeList_of_Vector_of_Range1us__ (line 6671) | public void CodeList_of_Vector_of_Range1us__(ref List... method CodeList_of_Vector_of_Range1i__ (line 6676) | public void CodeList_of_Vector_of_Range1i__(ref List> ... method CodeList_of_Vector_of_Range1ui__ (line 6681) | public void CodeList_of_Vector_of_Range1ui__(ref List... method CodeList_of_Vector_of_Range1l__ (line 6686) | public void CodeList_of_Vector_of_Range1l__(ref List> ... method CodeList_of_Vector_of_Range1ul__ (line 6691) | public void CodeList_of_Vector_of_Range1ul__(ref List... method CodeList_of_Vector_of_Range1f__ (line 6696) | public void CodeList_of_Vector_of_Range1f__(ref List> ... method CodeList_of_Vector_of_Range1d__ (line 6701) | public void CodeList_of_Vector_of_Range1d__(ref List> ... method CodeList_of_Vector_of_Box2i__ (line 6706) | public void CodeList_of_Vector_of_Box2i__(ref List> value) method CodeList_of_Vector_of_Box2l__ (line 6711) | public void CodeList_of_Vector_of_Box2l__(ref List> value) method CodeList_of_Vector_of_Box2f__ (line 6716) | public void CodeList_of_Vector_of_Box2f__(ref List> value) method CodeList_of_Vector_of_Box2d__ (line 6721) | public void CodeList_of_Vector_of_Box2d__(ref List> value) method CodeList_of_Vector_of_Box3i__ (line 6726) | public void CodeList_of_Vector_of_Box3i__(ref List> value) method CodeList_of_Vector_of_Box3l__ (line 6731) | public void CodeList_of_Vector_of_Box3l__(ref List> value) method CodeList_of_Vector_of_Box3f__ (line 6736) | public void CodeList_of_Vector_of_Box3f__(ref List> value) method CodeList_of_Vector_of_Box3d__ (line 6741) | public void CodeList_of_Vector_of_Box3d__(ref List> value) method CodeList_of_Vector_of_Euclidean3f__ (line 6746) | public void CodeList_of_Vector_of_Euclidean3f__(ref List> value) method CodeList_of_Vector_of_Rot2d__ (line 6761) | public void CodeList_of_Vector_of_Rot2d__(ref List> value) method CodeList_of_Vector_of_Rot3f__ (line 6766) | public void CodeList_of_Vector_of_Rot3f__(ref List> value) method CodeList_of_Vector_of_Rot3d__ (line 6771) | public void CodeList_of_Vector_of_Rot3d__(ref List> value) method CodeList_of_Vector_of_Scale3f__ (line 6776) | public void CodeList_of_Vector_of_Scale3f__(ref List> ... method CodeList_of_Vector_of_Scale3d__ (line 6781) | public void CodeList_of_Vector_of_Scale3d__(ref List> ... method CodeList_of_Vector_of_Shift3f__ (line 6786) | public void CodeList_of_Vector_of_Shift3f__(ref List> ... method CodeList_of_Vector_of_Shift3d__ (line 6791) | public void CodeList_of_Vector_of_Shift3d__(ref List> ... method CodeList_of_Vector_of_Trafo2f__ (line 6796) | public void CodeList_of_Vector_of_Trafo2f__(ref List> ... method CodeList_of_Vector_of_Trafo2d__ (line 6801) | public void CodeList_of_Vector_of_Trafo2d__(ref List> ... method CodeList_of_Vector_of_Trafo3f__ (line 6806) | public void CodeList_of_Vector_of_Trafo3f__(ref List> ... method CodeList_of_Vector_of_Trafo3d__ (line 6811) | public void CodeList_of_Vector_of_Trafo3d__(ref List> ... method CodeList_of_Vector_of_Bool__ (line 6816) | public void CodeList_of_Vector_of_Bool__(ref List> value) method CodeList_of_Vector_of_Char__ (line 6821) | public void CodeList_of_Vector_of_Char__(ref List> value) method CodeList_of_Vector_of_String__ (line 6826) | public void CodeList_of_Vector_of_String__(ref List> va... method CodeList_of_Vector_of_Type__ (line 6831) | public void CodeList_of_Vector_of_Type__(ref List> value) method CodeList_of_Vector_of_Guid__ (line 6836) | public void CodeList_of_Vector_of_Guid__(ref List> value) method CodeList_of_Vector_of_Symbol__ (line 6841) | public void CodeList_of_Vector_of_Symbol__(ref List> va... method CodeList_of_Vector_of_Circle2d__ (line 6846) | public void CodeList_of_Vector_of_Circle2d__(ref List... method CodeList_of_Vector_of_Line2d__ (line 6851) | public void CodeList_of_Vector_of_Line2d__(ref List> va... method CodeList_of_Vector_of_Line3d__ (line 6856) | public void CodeList_of_Vector_of_Line3d__(ref List> va... method CodeList_of_Vector_of_Plane2d__ (line 6861) | public void CodeList_of_Vector_of_Plane2d__(ref List> ... method CodeList_of_Vector_of_Plane3d__ (line 6866) | public void CodeList_of_Vector_of_Plane3d__(ref List> ... method CodeList_of_Vector_of_PlaneWithPoint3d__ (line 6871) | public void CodeList_of_Vector_of_PlaneWithPoint3d__(ref List> va... method CodeList_of_Vector_of_Quad3d__ (line 6881) | public void CodeList_of_Vector_of_Quad3d__(ref List> va... method CodeList_of_Vector_of_Ray2d__ (line 6886) | public void CodeList_of_Vector_of_Ray2d__(ref List> value) method CodeList_of_Vector_of_Ray3d__ (line 6891) | public void CodeList_of_Vector_of_Ray3d__(ref List> value) method CodeList_of_Vector_of_Sphere3d__ (line 6896) | public void CodeList_of_Vector_of_Sphere3d__(ref List... method CodeList_of_Vector_of_Triangle2d__ (line 6901) | public void CodeList_of_Vector_of_Triangle2d__(ref List... method CodeList_of_Vector_of_Line2f__ (line 6916) | public void CodeList_of_Vector_of_Line2f__(ref List> va... method CodeList_of_Vector_of_Line3f__ (line 6921) | public void CodeList_of_Vector_of_Line3f__(ref List> va... method CodeList_of_Vector_of_Plane2f__ (line 6926) | public void CodeList_of_Vector_of_Plane2f__(ref List> ... method CodeList_of_Vector_of_Plane3f__ (line 6931) | public void CodeList_of_Vector_of_Plane3f__(ref List> ... method CodeList_of_Vector_of_PlaneWithPoint3f__ (line 6936) | public void CodeList_of_Vector_of_PlaneWithPoint3f__(ref List> va... method CodeList_of_Vector_of_Quad3f__ (line 6946) | public void CodeList_of_Vector_of_Quad3f__(ref List> va... method CodeList_of_Vector_of_Ray2f__ (line 6951) | public void CodeList_of_Vector_of_Ray2f__(ref List> value) method CodeList_of_Vector_of_Ray3f__ (line 6956) | public void CodeList_of_Vector_of_Ray3f__(ref List> value) method CodeList_of_Vector_of_Sphere3f__ (line 6961) | public void CodeList_of_Vector_of_Sphere3f__(ref List... method CodeList_of_Vector_of_Triangle2f__ (line 6966) | public void CodeList_of_Vector_of_Triangle2f__(ref List> value) method CodeList_of_Matrix_of_SByte__ (line 6981) | public void CodeList_of_Matrix_of_SByte__(ref List> value) method CodeList_of_Matrix_of_Short__ (line 6986) | public void CodeList_of_Matrix_of_Short__(ref List> value) method CodeList_of_Matrix_of_UShort__ (line 6991) | public void CodeList_of_Matrix_of_UShort__(ref List> va... method CodeList_of_Matrix_of_Int__ (line 6996) | public void CodeList_of_Matrix_of_Int__(ref List> value) method CodeList_of_Matrix_of_UInt__ (line 7001) | public void CodeList_of_Matrix_of_UInt__(ref List> value) method CodeList_of_Matrix_of_Long__ (line 7006) | public void CodeList_of_Matrix_of_Long__(ref List> value) method CodeList_of_Matrix_of_ULong__ (line 7011) | public void CodeList_of_Matrix_of_ULong__(ref List> value) method CodeList_of_Matrix_of_Float__ (line 7016) | public void CodeList_of_Matrix_of_Float__(ref List> value) method CodeList_of_Matrix_of_Double__ (line 7021) | public void CodeList_of_Matrix_of_Double__(ref List> va... method CodeList_of_Matrix_of_Fraction__ (line 7026) | public void CodeList_of_Matrix_of_Fraction__(ref List... method CodeList_of_Matrix_of_V2i__ (line 7031) | public void CodeList_of_Matrix_of_V2i__(ref List> value) method CodeList_of_Matrix_of_V2l__ (line 7036) | public void CodeList_of_Matrix_of_V2l__(ref List> value) method CodeList_of_Matrix_of_V2f__ (line 7041) | public void CodeList_of_Matrix_of_V2f__(ref List> value) method CodeList_of_Matrix_of_V2d__ (line 7046) | public void CodeList_of_Matrix_of_V2d__(ref List> value) method CodeList_of_Matrix_of_V3i__ (line 7051) | public void CodeList_of_Matrix_of_V3i__(ref List> value) method CodeList_of_Matrix_of_V3l__ (line 7056) | public void CodeList_of_Matrix_of_V3l__(ref List> value) method CodeList_of_Matrix_of_V3f__ (line 7061) | public void CodeList_of_Matrix_of_V3f__(ref List> value) method CodeList_of_Matrix_of_V3d__ (line 7066) | public void CodeList_of_Matrix_of_V3d__(ref List> value) method CodeList_of_Matrix_of_V4i__ (line 7071) | public void CodeList_of_Matrix_of_V4i__(ref List> value) method CodeList_of_Matrix_of_V4l__ (line 7076) | public void CodeList_of_Matrix_of_V4l__(ref List> value) method CodeList_of_Matrix_of_V4f__ (line 7081) | public void CodeList_of_Matrix_of_V4f__(ref List> value) method CodeList_of_Matrix_of_V4d__ (line 7086) | public void CodeList_of_Matrix_of_V4d__(ref List> value) method CodeList_of_Matrix_of_M22i__ (line 7091) | public void CodeList_of_Matrix_of_M22i__(ref List> value) method CodeList_of_Matrix_of_M22l__ (line 7096) | public void CodeList_of_Matrix_of_M22l__(ref List> value) method CodeList_of_Matrix_of_M22f__ (line 7101) | public void CodeList_of_Matrix_of_M22f__(ref List> value) method CodeList_of_Matrix_of_M22d__ (line 7106) | public void CodeList_of_Matrix_of_M22d__(ref List> value) method CodeList_of_Matrix_of_M23i__ (line 7111) | public void CodeList_of_Matrix_of_M23i__(ref List> value) method CodeList_of_Matrix_of_M23l__ (line 7116) | public void CodeList_of_Matrix_of_M23l__(ref List> value) method CodeList_of_Matrix_of_M23f__ (line 7121) | public void CodeList_of_Matrix_of_M23f__(ref List> value) method CodeList_of_Matrix_of_M23d__ (line 7126) | public void CodeList_of_Matrix_of_M23d__(ref List> value) method CodeList_of_Matrix_of_M33i__ (line 7131) | public void CodeList_of_Matrix_of_M33i__(ref List> value) method CodeList_of_Matrix_of_M33l__ (line 7136) | public void CodeList_of_Matrix_of_M33l__(ref List> value) method CodeList_of_Matrix_of_M33f__ (line 7141) | public void CodeList_of_Matrix_of_M33f__(ref List> value) method CodeList_of_Matrix_of_M33d__ (line 7146) | public void CodeList_of_Matrix_of_M33d__(ref List> value) method CodeList_of_Matrix_of_M34i__ (line 7151) | public void CodeList_of_Matrix_of_M34i__(ref List> value) method CodeList_of_Matrix_of_M34l__ (line 7156) | public void CodeList_of_Matrix_of_M34l__(ref List> value) method CodeList_of_Matrix_of_M34f__ (line 7161) | public void CodeList_of_Matrix_of_M34f__(ref List> value) method CodeList_of_Matrix_of_M34d__ (line 7166) | public void CodeList_of_Matrix_of_M34d__(ref List> value) method CodeList_of_Matrix_of_M44i__ (line 7171) | public void CodeList_of_Matrix_of_M44i__(ref List> value) method CodeList_of_Matrix_of_M44l__ (line 7176) | public void CodeList_of_Matrix_of_M44l__(ref List> value) method CodeList_of_Matrix_of_M44f__ (line 7181) | public void CodeList_of_Matrix_of_M44f__(ref List> value) method CodeList_of_Matrix_of_M44d__ (line 7186) | public void CodeList_of_Matrix_of_M44d__(ref List> value) method CodeList_of_Matrix_of_C3b__ (line 7191) | public void CodeList_of_Matrix_of_C3b__(ref List> value) method CodeList_of_Matrix_of_C3us__ (line 7196) | public void CodeList_of_Matrix_of_C3us__(ref List> value) method CodeList_of_Matrix_of_C3ui__ (line 7201) | public void CodeList_of_Matrix_of_C3ui__(ref List> value) method CodeList_of_Matrix_of_C3f__ (line 7206) | public void CodeList_of_Matrix_of_C3f__(ref List> value) method CodeList_of_Matrix_of_C3d__ (line 7211) | public void CodeList_of_Matrix_of_C3d__(ref List> value) method CodeList_of_Matrix_of_C4b__ (line 7216) | public void CodeList_of_Matrix_of_C4b__(ref List> value) method CodeList_of_Matrix_of_C4us__ (line 7221) | public void CodeList_of_Matrix_of_C4us__(ref List> value) method CodeList_of_Matrix_of_C4ui__ (line 7226) | public void CodeList_of_Matrix_of_C4ui__(ref List> value) method CodeList_of_Matrix_of_C4f__ (line 7231) | public void CodeList_of_Matrix_of_C4f__(ref List> value) method CodeList_of_Matrix_of_C4d__ (line 7236) | public void CodeList_of_Matrix_of_C4d__(ref List> value) method CodeList_of_Matrix_of_Range1b__ (line 7241) | public void CodeList_of_Matrix_of_Range1b__(ref List> ... method CodeList_of_Matrix_of_Range1sb__ (line 7246) | public void CodeList_of_Matrix_of_Range1sb__(ref List... method CodeList_of_Matrix_of_Range1s__ (line 7251) | public void CodeList_of_Matrix_of_Range1s__(ref List> ... method CodeList_of_Matrix_of_Range1us__ (line 7256) | public void CodeList_of_Matrix_of_Range1us__(ref List... method CodeList_of_Matrix_of_Range1i__ (line 7261) | public void CodeList_of_Matrix_of_Range1i__(ref List> ... method CodeList_of_Matrix_of_Range1ui__ (line 7266) | public void CodeList_of_Matrix_of_Range1ui__(ref List... method CodeList_of_Matrix_of_Range1l__ (line 7271) | public void CodeList_of_Matrix_of_Range1l__(ref List> ... method CodeList_of_Matrix_of_Range1ul__ (line 7276) | public void CodeList_of_Matrix_of_Range1ul__(ref List... method CodeList_of_Matrix_of_Range1f__ (line 7281) | public void CodeList_of_Matrix_of_Range1f__(ref List> ... method CodeList_of_Matrix_of_Range1d__ (line 7286) | public void CodeList_of_Matrix_of_Range1d__(ref List> ... method CodeList_of_Matrix_of_Box2i__ (line 7291) | public void CodeList_of_Matrix_of_Box2i__(ref List> value) method CodeList_of_Matrix_of_Box2l__ (line 7296) | public void CodeList_of_Matrix_of_Box2l__(ref List> value) method CodeList_of_Matrix_of_Box2f__ (line 7301) | public void CodeList_of_Matrix_of_Box2f__(ref List> value) method CodeList_of_Matrix_of_Box2d__ (line 7306) | public void CodeList_of_Matrix_of_Box2d__(ref List> value) method CodeList_of_Matrix_of_Box3i__ (line 7311) | public void CodeList_of_Matrix_of_Box3i__(ref List> value) method CodeList_of_Matrix_of_Box3l__ (line 7316) | public void CodeList_of_Matrix_of_Box3l__(ref List> value) method CodeList_of_Matrix_of_Box3f__ (line 7321) | public void CodeList_of_Matrix_of_Box3f__(ref List> value) method CodeList_of_Matrix_of_Box3d__ (line 7326) | public void CodeList_of_Matrix_of_Box3d__(ref List> value) method CodeList_of_Matrix_of_Euclidean3f__ (line 7331) | public void CodeList_of_Matrix_of_Euclidean3f__(ref List> value) method CodeList_of_Matrix_of_Rot2d__ (line 7346) | public void CodeList_of_Matrix_of_Rot2d__(ref List> value) method CodeList_of_Matrix_of_Rot3f__ (line 7351) | public void CodeList_of_Matrix_of_Rot3f__(ref List> value) method CodeList_of_Matrix_of_Rot3d__ (line 7356) | public void CodeList_of_Matrix_of_Rot3d__(ref List> value) method CodeList_of_Matrix_of_Scale3f__ (line 7361) | public void CodeList_of_Matrix_of_Scale3f__(ref List> ... method CodeList_of_Matrix_of_Scale3d__ (line 7366) | public void CodeList_of_Matrix_of_Scale3d__(ref List> ... method CodeList_of_Matrix_of_Shift3f__ (line 7371) | public void CodeList_of_Matrix_of_Shift3f__(ref List> ... method CodeList_of_Matrix_of_Shift3d__ (line 7376) | public void CodeList_of_Matrix_of_Shift3d__(ref List> ... method CodeList_of_Matrix_of_Trafo2f__ (line 7381) | public void CodeList_of_Matrix_of_Trafo2f__(ref List> ... method CodeList_of_Matrix_of_Trafo2d__ (line 7386) | public void CodeList_of_Matrix_of_Trafo2d__(ref List> ... method CodeList_of_Matrix_of_Trafo3f__ (line 7391) | public void CodeList_of_Matrix_of_Trafo3f__(ref List> ... method CodeList_of_Matrix_of_Trafo3d__ (line 7396) | public void CodeList_of_Matrix_of_Trafo3d__(ref List> ... method CodeList_of_Matrix_of_Bool__ (line 7401) | public void CodeList_of_Matrix_of_Bool__(ref List> value) method CodeList_of_Matrix_of_Char__ (line 7406) | public void CodeList_of_Matrix_of_Char__(ref List> value) method CodeList_of_Matrix_of_String__ (line 7411) | public void CodeList_of_Matrix_of_String__(ref List> va... method CodeList_of_Matrix_of_Type__ (line 7416) | public void CodeList_of_Matrix_of_Type__(ref List> value) method CodeList_of_Matrix_of_Guid__ (line 7421) | public void CodeList_of_Matrix_of_Guid__(ref List> value) method CodeList_of_Matrix_of_Symbol__ (line 7426) | public void CodeList_of_Matrix_of_Symbol__(ref List> va... method CodeList_of_Matrix_of_Circle2d__ (line 7431) | public void CodeList_of_Matrix_of_Circle2d__(ref List... method CodeList_of_Matrix_of_Line2d__ (line 7436) | public void CodeList_of_Matrix_of_Line2d__(ref List> va... method CodeList_of_Matrix_of_Line3d__ (line 7441) | public void CodeList_of_Matrix_of_Line3d__(ref List> va... method CodeList_of_Matrix_of_Plane2d__ (line 7446) | public void CodeList_of_Matrix_of_Plane2d__(ref List> ... method CodeList_of_Matrix_of_Plane3d__ (line 7451) | public void CodeList_of_Matrix_of_Plane3d__(ref List> ... method CodeList_of_Matrix_of_PlaneWithPoint3d__ (line 7456) | public void CodeList_of_Matrix_of_PlaneWithPoint3d__(ref List> va... method CodeList_of_Matrix_of_Quad3d__ (line 7466) | public void CodeList_of_Matrix_of_Quad3d__(ref List> va... method CodeList_of_Matrix_of_Ray2d__ (line 7471) | public void CodeList_of_Matrix_of_Ray2d__(ref List> value) method CodeList_of_Matrix_of_Ray3d__ (line 7476) | public void CodeList_of_Matrix_of_Ray3d__(ref List> value) method CodeList_of_Matrix_of_Sphere3d__ (line 7481) | public void CodeList_of_Matrix_of_Sphere3d__(ref List... method CodeList_of_Matrix_of_Triangle2d__ (line 7486) | public void CodeList_of_Matrix_of_Triangle2d__(ref List... method CodeList_of_Matrix_of_Line2f__ (line 7501) | public void CodeList_of_Matrix_of_Line2f__(ref List> va... method CodeList_of_Matrix_of_Line3f__ (line 7506) | public void CodeList_of_Matrix_of_Line3f__(ref List> va... method CodeList_of_Matrix_of_Plane2f__ (line 7511) | public void CodeList_of_Matrix_of_Plane2f__(ref List> ... method CodeList_of_Matrix_of_Plane3f__ (line 7516) | public void CodeList_of_Matrix_of_Plane3f__(ref List> ... method CodeList_of_Matrix_of_PlaneWithPoint3f__ (line 7521) | public void CodeList_of_Matrix_of_PlaneWithPoint3f__(ref List> va... method CodeList_of_Matrix_of_Quad3f__ (line 7531) | public void CodeList_of_Matrix_of_Quad3f__(ref List> va... method CodeList_of_Matrix_of_Ray2f__ (line 7536) | public void CodeList_of_Matrix_of_Ray2f__(ref List> value) method CodeList_of_Matrix_of_Ray3f__ (line 7541) | public void CodeList_of_Matrix_of_Ray3f__(ref List> value) method CodeList_of_Matrix_of_Sphere3f__ (line 7546) | public void CodeList_of_Matrix_of_Sphere3f__(ref List... method CodeList_of_Matrix_of_Triangle2f__ (line 7551) | public void CodeList_of_Matrix_of_Triangle2f__(ref List> value) method CodeList_of_Volume_of_SByte__ (line 7566) | public void CodeList_of_Volume_of_SByte__(ref List> value) method CodeList_of_Volume_of_Short__ (line 7571) | public void CodeList_of_Volume_of_Short__(ref List> value) method CodeList_of_Volume_of_UShort__ (line 7576) | public void CodeList_of_Volume_of_UShort__(ref List> va... method CodeList_of_Volume_of_Int__ (line 7581) | public void CodeList_of_Volume_of_Int__(ref List> value) method CodeList_of_Volume_of_UInt__ (line 7586) | public void CodeList_of_Volume_of_UInt__(ref List> value) method CodeList_of_Volume_of_Long__ (line 7591) | public void CodeList_of_Volume_of_Long__(ref List> value) method CodeList_of_Volume_of_ULong__ (line 7596) | public void CodeList_of_Volume_of_ULong__(ref List> value) method CodeList_of_Volume_of_Float__ (line 7601) | public void CodeList_of_Volume_of_Float__(ref List> value) method CodeList_of_Volume_of_Double__ (line 7606) | public void CodeList_of_Volume_of_Double__(ref List> va... method CodeList_of_Volume_of_Fraction__ (line 7611) | public void CodeList_of_Volume_of_Fraction__(ref List... method CodeList_of_Volume_of_V2i__ (line 7616) | public void CodeList_of_Volume_of_V2i__(ref List> value) method CodeList_of_Volume_of_V2l__ (line 7621) | public void CodeList_of_Volume_of_V2l__(ref List> value) method CodeList_of_Volume_of_V2f__ (line 7626) | public void CodeList_of_Volume_of_V2f__(ref List> value) method CodeList_of_Volume_of_V2d__ (line 7631) | public void CodeList_of_Volume_of_V2d__(ref List> value) method CodeList_of_Volume_of_V3i__ (line 7636) | public void CodeList_of_Volume_of_V3i__(ref List> value) method CodeList_of_Volume_of_V3l__ (line 7641) | public void CodeList_of_Volume_of_V3l__(ref List> value) method CodeList_of_Volume_of_V3f__ (line 7646) | public void CodeList_of_Volume_of_V3f__(ref List> value) method CodeList_of_Volume_of_V3d__ (line 7651) | public void CodeList_of_Volume_of_V3d__(ref List> value) method CodeList_of_Volume_of_V4i__ (line 7656) | public void CodeList_of_Volume_of_V4i__(ref List> value) method CodeList_of_Volume_of_V4l__ (line 7661) | public void CodeList_of_Volume_of_V4l__(ref List> value) method CodeList_of_Volume_of_V4f__ (line 7666) | public void CodeList_of_Volume_of_V4f__(ref List> value) method CodeList_of_Volume_of_V4d__ (line 7671) | public void CodeList_of_Volume_of_V4d__(ref List> value) method CodeList_of_Volume_of_M22i__ (line 7676) | public void CodeList_of_Volume_of_M22i__(ref List> value) method CodeList_of_Volume_of_M22l__ (line 7681) | public void CodeList_of_Volume_of_M22l__(ref List> value) method CodeList_of_Volume_of_M22f__ (line 7686) | public void CodeList_of_Volume_of_M22f__(ref List> value) method CodeList_of_Volume_of_M22d__ (line 7691) | public void CodeList_of_Volume_of_M22d__(ref List> value) method CodeList_of_Volume_of_M23i__ (line 7696) | public void CodeList_of_Volume_of_M23i__(ref List> value) method CodeList_of_Volume_of_M23l__ (line 7701) | public void CodeList_of_Volume_of_M23l__(ref List> value) method CodeList_of_Volume_of_M23f__ (line 7706) | public void CodeList_of_Volume_of_M23f__(ref List> value) method CodeList_of_Volume_of_M23d__ (line 7711) | public void CodeList_of_Volume_of_M23d__(ref List> value) method CodeList_of_Volume_of_M33i__ (line 7716) | public void CodeList_of_Volume_of_M33i__(ref List> value) method CodeList_of_Volume_of_M33l__ (line 7721) | public void CodeList_of_Volume_of_M33l__(ref List> value) method CodeList_of_Volume_of_M33f__ (line 7726) | public void CodeList_of_Volume_of_M33f__(ref List> value) method CodeList_of_Volume_of_M33d__ (line 7731) | public void CodeList_of_Volume_of_M33d__(ref List> value) method CodeList_of_Volume_of_M34i__ (line 7736) | public void CodeList_of_Volume_of_M34i__(ref List> value) method CodeList_of_Volume_of_M34l__ (line 7741) | public void CodeList_of_Volume_of_M34l__(ref List> value) method CodeList_of_Volume_of_M34f__ (line 7746) | public void CodeList_of_Volume_of_M34f__(ref List> value) method CodeList_of_Volume_of_M34d__ (line 7751) | public void CodeList_of_Volume_of_M34d__(ref List> value) method CodeList_of_Volume_of_M44i__ (line 7756) | public void CodeList_of_Volume_of_M44i__(ref List> value) method CodeList_of_Volume_of_M44l__ (line 7761) | public void CodeList_of_Volume_of_M44l__(ref List> value) method CodeList_of_Volume_of_M44f__ (line 7766) | public void CodeList_of_Volume_of_M44f__(ref List> value) method CodeList_of_Volume_of_M44d__ (line 7771) | public void CodeList_of_Volume_of_M44d__(ref List> value) method CodeList_of_Volume_of_C3b__ (line 7776) | public void CodeList_of_Volume_of_C3b__(ref List> value) method CodeList_of_Volume_of_C3us__ (line 7781) | public void CodeList_of_Volume_of_C3us__(ref List> value) method CodeList_of_Volume_of_C3ui__ (line 7786) | public void CodeList_of_Volume_of_C3ui__(ref List> value) method CodeList_of_Volume_of_C3f__ (line 7791) | public void CodeList_of_Volume_of_C3f__(ref List> value) method CodeList_of_Volume_of_C3d__ (line 7796) | public void CodeList_of_Volume_of_C3d__(ref List> value) method CodeList_of_Volume_of_C4b__ (line 7801) | public void CodeList_of_Volume_of_C4b__(ref List> value) method CodeList_of_Volume_of_C4us__ (line 7806) | public void CodeList_of_Volume_of_C4us__(ref List> value) method CodeList_of_Volume_of_C4ui__ (line 7811) | public void CodeList_of_Volume_of_C4ui__(ref List> value) method CodeList_of_Volume_of_C4f__ (line 7816) | public void CodeList_of_Volume_of_C4f__(ref List> value) method CodeList_of_Volume_of_C4d__ (line 7821) | public void CodeList_of_Volume_of_C4d__(ref List> value) method CodeList_of_Volume_of_Range1b__ (line 7826) | public void CodeList_of_Volume_of_Range1b__(ref List> ... method CodeList_of_Volume_of_Range1sb__ (line 7831) | public void CodeList_of_Volume_of_Range1sb__(ref List... method CodeList_of_Volume_of_Range1s__ (line 7836) | public void CodeList_of_Volume_of_Range1s__(ref List> ... method CodeList_of_Volume_of_Range1us__ (line 7841) | public void CodeList_of_Volume_of_Range1us__(ref List... method CodeList_of_Volume_of_Range1i__ (line 7846) | public void CodeList_of_Volume_of_Range1i__(ref List> ... method CodeList_of_Volume_of_Range1ui__ (line 7851) | public void CodeList_of_Volume_of_Range1ui__(ref List... method CodeList_of_Volume_of_Range1l__ (line 7856) | public void CodeList_of_Volume_of_Range1l__(ref List> ... method CodeList_of_Volume_of_Range1ul__ (line 7861) | public void CodeList_of_Volume_of_Range1ul__(ref List... method CodeList_of_Volume_of_Range1f__ (line 7866) | public void CodeList_of_Volume_of_Range1f__(ref List> ... method CodeList_of_Volume_of_Range1d__ (line 7871) | public void CodeList_of_Volume_of_Range1d__(ref List> ... method CodeList_of_Volume_of_Box2i__ (line 7876) | public void CodeList_of_Volume_of_Box2i__(ref List> value) method CodeList_of_Volume_of_Box2l__ (line 7881) | public void CodeList_of_Volume_of_Box2l__(ref List> value) method CodeList_of_Volume_of_Box2f__ (line 7886) | public void CodeList_of_Volume_of_Box2f__(ref List> value) method CodeList_of_Volume_of_Box2d__ (line 7891) | public void CodeList_of_Volume_of_Box2d__(ref List> value) method CodeList_of_Volume_of_Box3i__ (line 7896) | public void CodeList_of_Volume_of_Box3i__(ref List> value) method CodeList_of_Volume_of_Box3l__ (line 7901) | public void CodeList_of_Volume_of_Box3l__(ref List> value) method CodeList_of_Volume_of_Box3f__ (line 7906) | public void CodeList_of_Volume_of_Box3f__(ref List> value) method CodeList_of_Volume_of_Box3d__ (line 7911) | public void CodeList_of_Volume_of_Box3d__(ref List> value) method CodeList_of_Volume_of_Euclidean3f__ (line 7916) | public void CodeList_of_Volume_of_Euclidean3f__(ref List> value) method CodeList_of_Volume_of_Rot2d__ (line 7931) | public void CodeList_of_Volume_of_Rot2d__(ref List> value) method CodeList_of_Volume_of_Rot3f__ (line 7936) | public void CodeList_of_Volume_of_Rot3f__(ref List> value) method CodeList_of_Volume_of_Rot3d__ (line 7941) | public void CodeList_of_Volume_of_Rot3d__(ref List> value) method CodeList_of_Volume_of_Scale3f__ (line 7946) | public void CodeList_of_Volume_of_Scale3f__(ref List> ... method CodeList_of_Volume_of_Scale3d__ (line 7951) | public void CodeList_of_Volume_of_Scale3d__(ref List> ... method CodeList_of_Volume_of_Shift3f__ (line 7956) | public void CodeList_of_Volume_of_Shift3f__(ref List> ... method CodeList_of_Volume_of_Shift3d__ (line 7961) | public void CodeList_of_Volume_of_Shift3d__(ref List> ... method CodeList_of_Volume_of_Trafo2f__ (line 7966) | public void CodeList_of_Volume_of_Trafo2f__(ref List> ... method CodeList_of_Volume_of_Trafo2d__ (line 7971) | public void CodeList_of_Volume_of_Trafo2d__(ref List> ... method CodeList_of_Volume_of_Trafo3f__ (line 7976) | public void CodeList_of_Volume_of_Trafo3f__(ref List> ... method CodeList_of_Volume_of_Trafo3d__ (line 7981) | public void CodeList_of_Volume_of_Trafo3d__(ref List> ... method CodeList_of_Volume_of_Bool__ (line 7986) | public void CodeList_of_Volume_of_Bool__(ref List> value) method CodeList_of_Volume_of_Char__ (line 7991) | public void CodeList_of_Volume_of_Char__(ref List> value) method CodeList_of_Volume_of_String__ (line 7996) | public void CodeList_of_Volume_of_String__(ref List> va... method CodeList_of_Volume_of_Type__ (line 8001) | public void CodeList_of_Volume_of_Type__(ref List> value) method CodeList_of_Volume_of_Guid__ (line 8006) | public void CodeList_of_Volume_of_Guid__(ref List> value) method CodeList_of_Volume_of_Symbol__ (line 8011) | public void CodeList_of_Volume_of_Symbol__(ref List> va... method CodeList_of_Volume_of_Circle2d__ (line 8016) | public void CodeList_of_Volume_of_Circle2d__(ref List... method CodeList_of_Volume_of_Line2d__ (line 8021) | public void CodeList_of_Volume_of_Line2d__(ref List> va... method CodeList_of_Volume_of_Line3d__ (line 8026) | public void CodeList_of_Volume_of_Line3d__(ref List> va... method CodeList_of_Volume_of_Plane2d__ (line 8031) | public void CodeList_of_Volume_of_Plane2d__(ref List> ... method CodeList_of_Volume_of_Plane3d__ (line 8036) | public void CodeList_of_Volume_of_Plane3d__(ref List> ... method CodeList_of_Volume_of_PlaneWithPoint3d__ (line 8041) | public void CodeList_of_Volume_of_PlaneWithPoint3d__(ref List> va... method CodeList_of_Volume_of_Quad3d__ (line 8051) | public void CodeList_of_Volume_of_Quad3d__(ref List> va... method CodeList_of_Volume_of_Ray2d__ (line 8056) | public void CodeList_of_Volume_of_Ray2d__(ref List> value) method CodeList_of_Volume_of_Ray3d__ (line 8061) | public void CodeList_of_Volume_of_Ray3d__(ref List> value) method CodeList_of_Volume_of_Sphere3d__ (line 8066) | public void CodeList_of_Volume_of_Sphere3d__(ref List... method CodeList_of_Volume_of_Triangle2d__ (line 8071) | public void CodeList_of_Volume_of_Triangle2d__(ref List... method CodeList_of_Volume_of_Line2f__ (line 8086) | public void CodeList_of_Volume_of_Line2f__(ref List> va... method CodeList_of_Volume_of_Line3f__ (line 8091) | public void CodeList_of_Volume_of_Line3f__(ref List> va... method CodeList_of_Volume_of_Plane2f__ (line 8096) | public void CodeList_of_Volume_of_Plane2f__(ref List> ... method CodeList_of_Volume_of_Plane3f__ (line 8101) | public void CodeList_of_Volume_of_Plane3f__(ref List> ... method CodeList_of_Volume_of_PlaneWithPoint3f__ (line 8106) | public void CodeList_of_Volume_of_PlaneWithPoint3f__(ref List> va... method CodeList_of_Volume_of_Quad3f__ (line 8116) | public void CodeList_of_Volume_of_Quad3f__(ref List> va... method CodeList_of_Volume_of_Ray2f__ (line 8121) | public void CodeList_of_Volume_of_Ray2f__(ref List> value) method CodeList_of_Volume_of_Ray3f__ (line 8126) | public void CodeList_of_Volume_of_Ray3f__(ref List> value) method CodeList_of_Volume_of_Sphere3f__ (line 8131) | public void CodeList_of_Volume_of_Sphere3f__(ref List... method CodeList_of_Volume_of_Triangle2f__ (line 8136) | public void CodeList_of_Volume_of_Triangle2f__(ref List> value) method CodeList_of_Tensor_of_SByte__ (line 8151) | public void CodeList_of_Tensor_of_SByte__(ref List> value) method CodeList_of_Tensor_of_Short__ (line 8156) | public void CodeList_of_Tensor_of_Short__(ref List> value) method CodeList_of_Tensor_of_UShort__ (line 8161) | public void CodeList_of_Tensor_of_UShort__(ref List> va... method CodeList_of_Tensor_of_Int__ (line 8166) | public void CodeList_of_Tensor_of_Int__(ref List> value) method CodeList_of_Tensor_of_UInt__ (line 8171) | public void CodeList_of_Tensor_of_UInt__(ref List> value) method CodeList_of_Tensor_of_Long__ (line 8176) | public void CodeList_of_Tensor_of_Long__(ref List> value) method CodeList_of_Tensor_of_ULong__ (line 8181) | public void CodeList_of_Tensor_of_ULong__(ref List> value) method CodeList_of_Tensor_of_Float__ (line 8186) | public void CodeList_of_Tensor_of_Float__(ref List> value) method CodeList_of_Tensor_of_Double__ (line 8191) | public void CodeList_of_Tensor_of_Double__(ref List> va... method CodeList_of_Tensor_of_Fraction__ (line 8196) | public void CodeList_of_Tensor_of_Fraction__(ref List... method CodeList_of_Tensor_of_V2i__ (line 8201) | public void CodeList_of_Tensor_of_V2i__(ref List> value) method CodeList_of_Tensor_of_V2l__ (line 8206) | public void CodeList_of_Tensor_of_V2l__(ref List> value) method CodeList_of_Tensor_of_V2f__ (line 8211) | public void CodeList_of_Tensor_of_V2f__(ref List> value) method CodeList_of_Tensor_of_V2d__ (line 8216) | public void CodeList_of_Tensor_of_V2d__(ref List> value) method CodeList_of_Tensor_of_V3i__ (line 8221) | public void CodeList_of_Tensor_of_V3i__(ref List> value) method CodeList_of_Tensor_of_V3l__ (line 8226) | public void CodeList_of_Tensor_of_V3l__(ref List> value) method CodeList_of_Tensor_of_V3f__ (line 8231) | public void CodeList_of_Tensor_of_V3f__(ref List> value) method CodeList_of_Tensor_of_V3d__ (line 8236) | public void CodeList_of_Tensor_of_V3d__(ref List> value) method CodeList_of_Tensor_of_V4i__ (line 8241) | public void CodeList_of_Tensor_of_V4i__(ref List> value) method CodeList_of_Tensor_of_V4l__ (line 8246) | public void CodeList_of_Tensor_of_V4l__(ref List> value) method CodeList_of_Tensor_of_V4f__ (line 8251) | public void CodeList_of_Tensor_of_V4f__(ref List> value) method CodeList_of_Tensor_of_V4d__ (line 8256) | public void CodeList_of_Tensor_of_V4d__(ref List> value) method CodeList_of_Tensor_of_M22i__ (line 8261) | public void CodeList_of_Tensor_of_M22i__(ref List> value) method CodeList_of_Tensor_of_M22l__ (line 8266) | public void CodeList_of_Tensor_of_M22l__(ref List> value) method CodeList_of_Tensor_of_M22f__ (line 8271) | public void CodeList_of_Tensor_of_M22f__(ref List> value) method CodeList_of_Tensor_of_M22d__ (line 8276) | public void CodeList_of_Tensor_of_M22d__(ref List> value) method CodeList_of_Tensor_of_M23i__ (line 8281) | public void CodeList_of_Tensor_of_M23i__(ref List> value) method CodeList_of_Tensor_of_M23l__ (line 8286) | public void CodeList_of_Tensor_of_M23l__(ref List> value) method CodeList_of_Tensor_of_M23f__ (line 8291) | public void CodeList_of_Tensor_of_M23f__(ref List> value) method CodeList_of_Tensor_of_M23d__ (line 8296) | public void CodeList_of_Tensor_of_M23d__(ref List> value) method CodeList_of_Tensor_of_M33i__ (line 8301) | public void CodeList_of_Tensor_of_M33i__(ref List> value) method CodeList_of_Tensor_of_M33l__ (line 8306) | public void CodeList_of_Tensor_of_M33l__(ref List> value) method CodeList_of_Tensor_of_M33f__ (line 8311) | public void CodeList_of_Tensor_of_M33f__(ref List> value) method CodeList_of_Tensor_of_M33d__ (line 8316) | public void CodeList_of_Tensor_of_M33d__(ref List> value) method CodeList_of_Tensor_of_M34i__ (line 8321) | public void CodeList_of_Tensor_of_M34i__(ref List> value) method CodeList_of_Tensor_of_M34l__ (line 8326) | public void CodeList_of_Tensor_of_M34l__(ref List> value) method CodeList_of_Tensor_of_M34f__ (line 8331) | public void CodeList_of_Tensor_of_M34f__(ref List> value) method CodeList_of_Tensor_of_M34d__ (line 8336) | public void CodeList_of_Tensor_of_M34d__(ref List> value) method CodeList_of_Tensor_of_M44i__ (line 8341) | public void CodeList_of_Tensor_of_M44i__(ref List> value) method CodeList_of_Tensor_of_M44l__ (line 8346) | public void CodeList_of_Tensor_of_M44l__(ref List> value) method CodeList_of_Tensor_of_M44f__ (line 8351) | public void CodeList_of_Tensor_of_M44f__(ref List> value) method CodeList_of_Tensor_of_M44d__ (line 8356) | public void CodeList_of_Tensor_of_M44d__(ref List> value) method CodeList_of_Tensor_of_C3b__ (line 8361) | public void CodeList_of_Tensor_of_C3b__(ref List> value) method CodeList_of_Tensor_of_C3us__ (line 8366) | public void CodeList_of_Tensor_of_C3us__(ref List> value) method CodeList_of_Tensor_of_C3ui__ (line 8371) | public void CodeList_of_Tensor_of_C3ui__(ref List> value) method CodeList_of_Tensor_of_C3f__ (line 8376) | public void CodeList_of_Tensor_of_C3f__(ref List> value) method CodeList_of_Tensor_of_C3d__ (line 8381) | public void CodeList_of_Tensor_of_C3d__(ref List> value) method CodeList_of_Tensor_of_C4b__ (line 8386) | public void CodeList_of_Tensor_of_C4b__(ref List> value) method CodeList_of_Tensor_of_C4us__ (line 8391) | public void CodeList_of_Tensor_of_C4us__(ref List> value) method CodeList_of_Tensor_of_C4ui__ (line 8396) | public void CodeList_of_Tensor_of_C4ui__(ref List> value) method CodeList_of_Tensor_of_C4f__ (line 8401) | public void CodeList_of_Tensor_of_C4f__(ref List> value) method CodeList_of_Tensor_of_C4d__ (line 8406) | public void CodeList_of_Tensor_of_C4d__(ref List> value) method CodeList_of_Tensor_of_Range1b__ (line 8411) | public void CodeList_of_Tensor_of_Range1b__(ref List> ... method CodeList_of_Tensor_of_Range1sb__ (line 8416) | public void CodeList_of_Tensor_of_Range1sb__(ref List... method CodeList_of_Tensor_of_Range1s__ (line 8421) | public void CodeList_of_Tensor_of_Range1s__(ref List> ... method CodeList_of_Tensor_of_Range1us__ (line 8426) | public void CodeList_of_Tensor_of_Range1us__(ref List... method CodeList_of_Tensor_of_Range1i__ (line 8431) | public void CodeList_of_Tensor_of_Range1i__(ref List> ... method CodeList_of_Tensor_of_Range1ui__ (line 8436) | public void CodeList_of_Tensor_of_Range1ui__(ref List... method CodeList_of_Tensor_of_Range1l__ (line 8441) | public void CodeList_of_Tensor_of_Range1l__(ref List> ... method CodeList_of_Tensor_of_Range1ul__ (line 8446) | public void CodeList_of_Tensor_of_Range1ul__(ref List... method CodeList_of_Tensor_of_Range1f__ (line 8451) | public void CodeList_of_Tensor_of_Range1f__(ref List> ... method CodeList_of_Tensor_of_Range1d__ (line 8456) | public void CodeList_of_Tensor_of_Range1d__(ref List> ... method CodeList_of_Tensor_of_Box2i__ (line 8461) | public void CodeList_of_Tensor_of_Box2i__(ref List> value) method CodeList_of_Tensor_of_Box2l__ (line 8466) | public void CodeList_of_Tensor_of_Box2l__(ref List> value) method CodeList_of_Tensor_of_Box2f__ (line 8471) | public void CodeList_of_Tensor_of_Box2f__(ref List> value) method CodeList_of_Tensor_of_Box2d__ (line 8476) | public void CodeList_of_Tensor_of_Box2d__(ref List> value) method CodeList_of_Tensor_of_Box3i__ (line 8481) | public void CodeList_of_Tensor_of_Box3i__(ref List> value) method CodeList_of_Tensor_of_Box3l__ (line 8486) | public void CodeList_of_Tensor_of_Box3l__(ref List> value) method CodeList_of_Tensor_of_Box3f__ (line 8491) | public void CodeList_of_Tensor_of_Box3f__(ref List> value) method CodeList_of_Tensor_of_Box3d__ (line 8496) | public void CodeList_of_Tensor_of_Box3d__(ref List> value) method CodeList_of_Tensor_of_Euclidean3f__ (line 8501) | public void CodeList_of_Tensor_of_Euclidean3f__(ref List> value) method CodeList_of_Tensor_of_Rot2d__ (line 8516) | public void CodeList_of_Tensor_of_Rot2d__(ref List> value) method CodeList_of_Tensor_of_Rot3f__ (line 8521) | public void CodeList_of_Tensor_of_Rot3f__(ref List> value) method CodeList_of_Tensor_of_Rot3d__ (line 8526) | public void CodeList_of_Tensor_of_Rot3d__(ref List> value) method CodeList_of_Tensor_of_Scale3f__ (line 8531) | public void CodeList_of_Tensor_of_Scale3f__(ref List> ... method CodeList_of_Tensor_of_Scale3d__ (line 8536) | public void CodeList_of_Tensor_of_Scale3d__(ref List> ... method CodeList_of_Tensor_of_Shift3f__ (line 8541) | public void CodeList_of_Tensor_of_Shift3f__(ref List> ... method CodeList_of_Tensor_of_Shift3d__ (line 8546) | public void CodeList_of_Tensor_of_Shift3d__(ref List> ... method CodeList_of_Tensor_of_Trafo2f__ (line 8551) | public void CodeList_of_Tensor_of_Trafo2f__(ref List> ... method CodeList_of_Tensor_of_Trafo2d__ (line 8556) | public void CodeList_of_Tensor_of_Trafo2d__(ref List> ... method CodeList_of_Tensor_of_Trafo3f__ (line 8561) | public void CodeList_of_Tensor_of_Trafo3f__(ref List> ... method CodeList_of_Tensor_of_Trafo3d__ (line 8566) | public void CodeList_of_Tensor_of_Trafo3d__(ref List> ... method CodeList_of_Tensor_of_Bool__ (line 8571) | public void CodeList_of_Tensor_of_Bool__(ref List> value) method CodeList_of_Tensor_of_Char__ (line 8576) | public void CodeList_of_Tensor_of_Char__(ref List> value) method CodeList_of_Tensor_of_String__ (line 8581) | public void CodeList_of_Tensor_of_String__(ref List> va... method CodeList_of_Tensor_of_Type__ (line 8586) | public void CodeList_of_Tensor_of_Type__(ref List> value) method CodeList_of_Tensor_of_Guid__ (line 8591) | public void CodeList_of_Tensor_of_Guid__(ref List> value) method CodeList_of_Tensor_of_Symbol__ (line 8596) | public void CodeList_of_Tensor_of_Symbol__(ref List> va... method CodeList_of_Tensor_of_Circle2d__ (line 8601) | public void CodeList_of_Tensor_of_Circle2d__(ref List... method CodeList_of_Tensor_of_Line2d__ (line 8606) | public void CodeList_of_Tensor_of_Line2d__(ref List> va... method CodeList_of_Tensor_of_Line3d__ (line 8611) | public void CodeList_of_Tensor_of_Line3d__(ref List> va... method CodeList_of_Tensor_of_Plane2d__ (line 8616) | public void CodeList_of_Tensor_of_Plane2d__(ref List> ... method CodeList_of_Tensor_of_Plane3d__ (line 8621) | public void CodeList_of_Tensor_of_Plane3d__(ref List> ... method CodeList_of_Tensor_of_PlaneWithPoint3d__ (line 8626) | public void CodeList_of_Tensor_of_PlaneWithPoint3d__(ref List> va... method CodeList_of_Tensor_of_Quad3d__ (line 8636) | public void CodeList_of_Tensor_of_Quad3d__(ref List> va... method CodeList_of_Tensor_of_Ray2d__ (line 8641) | public void CodeList_of_Tensor_of_Ray2d__(ref List> value) method CodeList_of_Tensor_of_Ray3d__ (line 8646) | public void CodeList_of_Tensor_of_Ray3d__(ref List> value) method CodeList_of_Tensor_of_Sphere3d__ (line 8651) | public void CodeList_of_Tensor_of_Sphere3d__(ref List... method CodeList_of_Tensor_of_Triangle2d__ (line 8656) | public void CodeList_of_Tensor_of_Triangle2d__(ref List... method CodeList_of_Tensor_of_Line2f__ (line 8671) | public void CodeList_of_Tensor_of_Line2f__(ref List> va... method CodeList_of_Tensor_of_Line3f__ (line 8676) | public void CodeList_of_Tensor_of_Line3f__(ref List> va... method CodeList_of_Tensor_of_Plane2f__ (line 8681) | public void CodeList_of_Tensor_of_Plane2f__(ref List> ... method CodeList_of_Tensor_of_Plane3f__ (line 8686) | public void CodeList_of_Tensor_of_Plane3f__(ref List> ... method CodeList_of_Tensor_of_PlaneWithPoint3f__ (line 8691) | public void CodeList_of_Tensor_of_PlaneWithPoint3f__(ref List> va... method CodeList_of_Tensor_of_Quad3f__ (line 8701) | public void CodeList_of_Tensor_of_Quad3f__(ref List> va... method CodeList_of_Tensor_of_Ray2f__ (line 8706) | public void CodeList_of_Tensor_of_Ray2f__(ref List> value) method CodeList_of_Tensor_of_Ray3f__ (line 8711) | public void CodeList_of_Tensor_of_Ray3f__(ref List> value) method CodeList_of_Tensor_of_Sphere3f__ (line 8716) | public void CodeList_of_Tensor_of_Sphere3f__(ref List... method CodeList_of_Tensor_of_Triangle2f__ (line 8721) | public void CodeList_of_Tensor_of_Triangle2f__(ref List value) method CodeVector_of_SByte_ (line 8913) | public void CodeVector_of_SByte_(ref Vector value) method CodeVector_of_Short_ (line 8954) | public void CodeVector_of_Short_(ref Vector value) method CodeVector_of_UShort_ (line 8995) | public void CodeVector_of_UShort_(ref Vector value) method CodeVector_of_Int_ (line 9036) | public void CodeVector_of_Int_(ref Vector value) method CodeVector_of_UInt_ (line 9077) | public void CodeVector_of_UInt_(ref Vector value) method CodeVector_of_Long_ (line 9118) | public void CodeVector_of_Long_(ref Vector value) method CodeVector_of_ULong_ (line 9159) | public void CodeVector_of_ULong_(ref Vector value) method CodeVector_of_Float_ (line 9200) | public void CodeVector_of_Float_(ref Vector value) method CodeVector_of_Double_ (line 9241) | public void CodeVector_of_Double_(ref Vector value) method CodeVector_of_Fraction_ (line 9282) | public void CodeVector_of_Fraction_(ref Vector value) method CodeVector_of_V2i_ (line 9323) | public void CodeVector_of_V2i_(ref Vector value) method CodeVector_of_V2l_ (line 9364) | public void CodeVector_of_V2l_(ref Vector value) method CodeVector_of_V2f_ (line 9405) | public void CodeVector_of_V2f_(ref Vector value) method CodeVector_of_V2d_ (line 9446) | public void CodeVector_of_V2d_(ref Vector value) method CodeVector_of_V3i_ (line 9487) | public void CodeVector_of_V3i_(ref Vector value) method CodeVector_of_V3l_ (line 9528) | public void CodeVector_of_V3l_(ref Vector value) method CodeVector_of_V3f_ (line 9569) | public void CodeVector_of_V3f_(ref Vector value) method CodeVector_of_V3d_ (line 9610) | public void CodeVector_of_V3d_(ref Vector value) method CodeVector_of_V4i_ (line 9651) | public void CodeVector_of_V4i_(ref Vector value) method CodeVector_of_V4l_ (line 9692) | public void CodeVector_of_V4l_(ref Vector value) method CodeVector_of_V4f_ (line 9733) | public void CodeVector_of_V4f_(ref Vector value) method CodeVector_of_V4d_ (line 9774) | public void CodeVector_of_V4d_(ref Vector value) method CodeVector_of_M22i_ (line 9815) | public void CodeVector_of_M22i_(ref Vector value) method CodeVector_of_M22l_ (line 9856) | public void CodeVector_of_M22l_(ref Vector value) method CodeVector_of_M22f_ (line 9897) | public void CodeVector_of_M22f_(ref Vector value) method CodeVector_of_M22d_ (line 9938) | public void CodeVector_of_M22d_(ref Vector value) method CodeVector_of_M23i_ (line 9979) | public void CodeVector_of_M23i_(ref Vector value) method CodeVector_of_M23l_ (line 10020) | public void CodeVector_of_M23l_(ref Vector value) method CodeVector_of_M23f_ (line 10061) | public void CodeVector_of_M23f_(ref Vector value) method CodeVector_of_M23d_ (line 10102) | public void CodeVector_of_M23d_(ref Vector value) method CodeVector_of_M33i_ (line 10143) | public void CodeVector_of_M33i_(ref Vector value) method CodeVector_of_M33l_ (line 10184) | public void CodeVector_of_M33l_(ref Vector value) method CodeVector_of_M33f_ (line 10225) | public void CodeVector_of_M33f_(ref Vector value) method CodeVector_of_M33d_ (line 10266) | public void CodeVector_of_M33d_(ref Vector value) method CodeVector_of_M34i_ (line 10307) | public void CodeVector_of_M34i_(ref Vector value) method CodeVector_of_M34l_ (line 10348) | public void CodeVector_of_M34l_(ref Vector value) method CodeVector_of_M34f_ (line 10389) | public void CodeVector_of_M34f_(ref Vector value) method CodeVector_of_M34d_ (line 10430) | public void CodeVector_of_M34d_(ref Vector value) method CodeVector_of_M44i_ (line 10471) | public void CodeVector_of_M44i_(ref Vector value) method CodeVector_of_M44l_ (line 10512) | public void CodeVector_of_M44l_(ref Vector value) method CodeVector_of_M44f_ (line 10553) | public void CodeVector_of_M44f_(ref Vector value) method CodeVector_of_M44d_ (line 10594) | public void CodeVector_of_M44d_(ref Vector value) method CodeVector_of_C3b_ (line 10635) | public void CodeVector_of_C3b_(ref Vector value) method CodeVector_of_C3us_ (line 10676) | public void CodeVector_of_C3us_(ref Vector value) method CodeVector_of_C3ui_ (line 10717) | public void CodeVector_of_C3ui_(ref Vector value) method CodeVector_of_C3f_ (line 10758) | public void CodeVector_of_C3f_(ref Vector value) method CodeVector_of_C3d_ (line 10799) | public void CodeVector_of_C3d_(ref Vector value) method CodeVector_of_C4b_ (line 10840) | public void CodeVector_of_C4b_(ref Vector value) method CodeVector_of_C4us_ (line 10881) | public void CodeVector_of_C4us_(ref Vector value) method CodeVector_of_C4ui_ (line 10922) | public void CodeVector_of_C4ui_(ref Vector value) method CodeVector_of_C4f_ (line 10963) | public void CodeVector_of_C4f_(ref Vector value) method CodeVector_of_C4d_ (line 11004) | public void CodeVector_of_C4d_(ref Vector value) method CodeVector_of_Range1b_ (line 11045) | public void CodeVector_of_Range1b_(ref Vector value) method CodeVector_of_Range1sb_ (line 11086) | public void CodeVector_of_Range1sb_(ref Vector value) method CodeVector_of_Range1s_ (line 11127) | public void CodeVector_of_Range1s_(ref Vector value) method CodeVector_of_Range1us_ (line 11168) | public void CodeVector_of_Range1us_(ref Vector value) method CodeVector_of_Range1i_ (line 11209) | public void CodeVector_of_Range1i_(ref Vector value) method CodeVector_of_Range1ui_ (line 11250) | public void CodeVector_of_Range1ui_(ref Vector value) method CodeVector_of_Range1l_ (line 11291) | public void CodeVector_of_Range1l_(ref Vector value) method CodeVector_of_Range1ul_ (line 11332) | public void CodeVector_of_Range1ul_(ref Vector value) method CodeVector_of_Range1f_ (line 11373) | public void CodeVector_of_Range1f_(ref Vector value) method CodeVector_of_Range1d_ (line 11414) | public void CodeVector_of_Range1d_(ref Vector value) method CodeVector_of_Box2i_ (line 11455) | public void CodeVector_of_Box2i_(ref Vector value) method CodeVector_of_Box2l_ (line 11496) | public void CodeVector_of_Box2l_(ref Vector value) method CodeVector_of_Box2f_ (line 11537) | public void CodeVector_of_Box2f_(ref Vector value) method CodeVector_of_Box2d_ (line 11578) | public void CodeVector_of_Box2d_(ref Vector value) method CodeVector_of_Box3i_ (line 11619) | public void CodeVector_of_Box3i_(ref Vector value) method CodeVector_of_Box3l_ (line 11660) | public void CodeVector_of_Box3l_(ref Vector value) method CodeVector_of_Box3f_ (line 11701) | public void CodeVector_of_Box3f_(ref Vector value) method CodeVector_of_Box3d_ (line 11742) | public void CodeVector_of_Box3d_(ref Vector value) method CodeVector_of_Euclidean3f_ (line 11783) | public void CodeVector_of_Euclidean3f_(ref Vector value) method CodeVector_of_Euclidean3d_ (line 11824) | public void CodeVector_of_Euclidean3d_(ref Vector value) method CodeVector_of_Rot2f_ (line 11865) | public void CodeVector_of_Rot2f_(ref Vector value) method CodeVector_of_Rot2d_ (line 11906) | public void CodeVector_of_Rot2d_(ref Vector value) method CodeVector_of_Rot3f_ (line 11947) | public void CodeVector_of_Rot3f_(ref Vector value) method CodeVector_of_Rot3d_ (line 11988) | public void CodeVector_of_Rot3d_(ref Vector value) method CodeVector_of_Scale3f_ (line 12029) | public void CodeVector_of_Scale3f_(ref Vector value) method CodeVector_of_Scale3d_ (line 12070) | public void CodeVector_of_Scale3d_(ref Vector value) method CodeVector_of_Shift3f_ (line 12111) | public void CodeVector_of_Shift3f_(ref Vector value) method CodeVector_of_Shift3d_ (line 12152) | public void CodeVector_of_Shift3d_(ref Vector value) method CodeVector_of_Trafo2f_ (line 12193) | public void CodeVector_of_Trafo2f_(ref Vector value) method CodeVector_of_Trafo2d_ (line 12234) | public void CodeVector_of_Trafo2d_(ref Vector value) method CodeVector_of_Trafo3f_ (line 12275) | public void CodeVector_of_Trafo3f_(ref Vector value) method CodeVector_of_Trafo3d_ (line 12316) | public void CodeVector_of_Trafo3d_(ref Vector value) method CodeVector_of_Bool_ (line 12357) | public void CodeVector_of_Bool_(ref Vector value) method CodeVector_of_Char_ (line 12398) | public void CodeVector_of_Char_(ref Vector value) method CodeVector_of_String_ (line 12439) | public void CodeVector_of_String_(ref Vector value) method CodeVector_of_Type_ (line 12480) | public void CodeVector_of_Type_(ref Vector value) method CodeVector_of_Guid_ (line 12521) | public void CodeVector_of_Guid_(ref Vector value) method CodeVector_of_Symbol_ (line 12562) | public void CodeVector_of_Symbol_(ref Vector value) method CodeVector_of_Circle2d_ (line 12603) | public void CodeVector_of_Circle2d_(ref Vector value) method CodeVector_of_Line2d_ (line 12644) | public void CodeVector_of_Line2d_(ref Vector value) method CodeVector_of_Line3d_ (line 12685) | public void CodeVector_of_Line3d_(ref Vector value) method CodeVector_of_Plane2d_ (line 12726) | public void CodeVector_of_Plane2d_(ref Vector value) method CodeVector_of_Plane3d_ (line 12767) | public void CodeVector_of_Plane3d_(ref Vector value) method CodeVector_of_PlaneWithPoint3d_ (line 12808) | public void CodeVector_of_PlaneWithPoint3d_(ref Vector value) method CodeVector_of_Quad3d_ (line 12890) | public void CodeVector_of_Quad3d_(ref Vector value) method CodeVector_of_Ray2d_ (line 12931) | public void CodeVector_of_Ray2d_(ref Vector value) method CodeVector_of_Ray3d_ (line 12972) | public void CodeVector_of_Ray3d_(ref Vector value) method CodeVector_of_Sphere3d_ (line 13013) | public void CodeVector_of_Sphere3d_(ref Vector value) method CodeVector_of_Triangle2d_ (line 13054) | public void CodeVector_of_Triangle2d_(ref Vector value) method CodeVector_of_Triangle3d_ (line 13095) | public void CodeVector_of_Triangle3d_(ref Vector value) method CodeVector_of_Circle2f_ (line 13136) | public void CodeVector_of_Circle2f_(ref Vector value) method CodeVector_of_Line2f_ (line 13177) | public void CodeVector_of_Line2f_(ref Vector value) method CodeVector_of_Line3f_ (line 13218) | public void CodeVector_of_Line3f_(ref Vector value) method CodeVector_of_Plane2f_ (line 13259) | public void CodeVector_of_Plane2f_(ref Vector value) method CodeVector_of_Plane3f_ (line 13300) | public void CodeVector_of_Plane3f_(ref Vector value) method CodeVector_of_PlaneWithPoint3f_ (line 13341) | public void CodeVector_of_PlaneWithPoint3f_(ref Vector value) method CodeVector_of_Quad3f_ (line 13423) | public void CodeVector_of_Quad3f_(ref Vector value) method CodeVector_of_Ray2f_ (line 13464) | public void CodeVector_of_Ray2f_(ref Vector value) method CodeVector_of_Ray3f_ (line 13505) | public void CodeVector_of_Ray3f_(ref Vector value) method CodeVector_of_Sphere3f_ (line 13546) | public void CodeVector_of_Sphere3f_(ref Vector value) method CodeVector_of_Triangle2f_ (line 13587) | public void CodeVector_of_Triangle2f_(ref Vector value) method CodeVector_of_Triangle3f_ (line 13628) | public void CodeVector_of_Triangle3f_(ref Vector value) method CodeMatrix_of_Byte_ (line 13669) | public void CodeMatrix_of_Byte_(ref Matrix value) method CodeMatrix_of_SByte_ (line 13710) | public void CodeMatrix_of_SByte_(ref Matrix value) method CodeMatrix_of_Short_ (line 13751) | public void CodeMatrix_of_Short_(ref Matrix value) method CodeMatrix_of_UShort_ (line 13792) | public void CodeMatrix_of_UShort_(ref Matrix value) method CodeMatrix_of_Int_ (line 13833) | public void CodeMatrix_of_Int_(ref Matrix value) method CodeMatrix_of_UInt_ (line 13874) | public void CodeMatrix_of_UInt_(ref Matrix value) method CodeMatrix_of_Long_ (line 13915) | public void CodeMatrix_of_Long_(ref Matrix value) method CodeMatrix_of_ULong_ (line 13956) | public void CodeMatrix_of_ULong_(ref Matrix value) method CodeMatrix_of_Float_ (line 13997) | public void CodeMatrix_of_Float_(ref Matrix value) method CodeMatrix_of_Double_ (line 14038) | public void CodeMatrix_of_Double_(ref Matrix value) method CodeMatrix_of_Fraction_ (line 14079) | public void CodeMatrix_of_Fraction_(ref Matrix value) method CodeMatrix_of_V2i_ (line 14120) | public void CodeMatrix_of_V2i_(ref Matrix value) method CodeMatrix_of_V2l_ (line 14161) | public void CodeMatrix_of_V2l_(ref Matrix value) method CodeMatrix_of_V2f_ (line 14202) | public void CodeMatrix_of_V2f_(ref Matrix value) method CodeMatrix_of_V2d_ (line 14243) | public void CodeMatrix_of_V2d_(ref Matrix value) method CodeMatrix_of_V3i_ (line 14284) | public void CodeMatrix_of_V3i_(ref Matrix value) method CodeMatrix_of_V3l_ (line 14325) | public void CodeMatrix_of_V3l_(ref Matrix value) method CodeMatrix_of_V3f_ (line 14366) | public void CodeMatrix_of_V3f_(ref Matrix value) method CodeMatrix_of_V3d_ (line 14407) | public void CodeMatrix_of_V3d_(ref Matrix value) method CodeMatrix_of_V4i_ (line 14448) | public void CodeMatrix_of_V4i_(ref Matrix value) method CodeMatrix_of_V4l_ (line 14489) | public void CodeMatrix_of_V4l_(ref Matrix value) method CodeMatrix_of_V4f_ (line 14530) | public void CodeMatrix_of_V4f_(ref Matrix value) method CodeMatrix_of_V4d_ (line 14571) | public void CodeMatrix_of_V4d_(ref Matrix value) method CodeMatrix_of_M22i_ (line 14612) | public void CodeMatrix_of_M22i_(ref Matrix value) method CodeMatrix_of_M22l_ (line 14653) | public void CodeMatrix_of_M22l_(ref Matrix value) method CodeMatrix_of_M22f_ (line 14694) | public void CodeMatrix_of_M22f_(ref Matrix value) method CodeMatrix_of_M22d_ (line 14735) | public void CodeMatrix_of_M22d_(ref Matrix value) method CodeMatrix_of_M23i_ (line 14776) | public void CodeMatrix_of_M23i_(ref Matrix value) method CodeMatrix_of_M23l_ (line 14817) | public void CodeMatrix_of_M23l_(ref Matrix value) method CodeMatrix_of_M23f_ (line 14858) | public void CodeMatrix_of_M23f_(ref Matrix value) method CodeMatrix_of_M23d_ (line 14899) | public void CodeMatrix_of_M23d_(ref Matrix value) method CodeMatrix_of_M33i_ (line 14940) | public void CodeMatrix_of_M33i_(ref Matrix value) method CodeMatrix_of_M33l_ (line 14981) | public void CodeMatrix_of_M33l_(ref Matrix value) method CodeMatrix_of_M33f_ (line 15022) | public void CodeMatrix_of_M33f_(ref Matrix value) method CodeMatrix_of_M33d_ (line 15063) | public void CodeMatrix_of_M33d_(ref Matrix value) method CodeMatrix_of_M34i_ (line 15104) | public void CodeMatrix_of_M34i_(ref Matrix value) method CodeMatrix_of_M34l_ (line 15145) | public void CodeMatrix_of_M34l_(ref Matrix value) method CodeMatrix_of_M34f_ (line 15186) | public void CodeMatrix_of_M34f_(ref Matrix value) method CodeMatrix_of_M34d_ (line 15227) | public void CodeMatrix_of_M34d_(ref Matrix value) method CodeMatrix_of_M44i_ (line 15268) | public void CodeMatrix_of_M44i_(ref Matrix value) method CodeMatrix_of_M44l_ (line 15309) | public void CodeMatrix_of_M44l_(ref Matrix value) method CodeMatrix_of_M44f_ (line 15350) | public void CodeMatrix_of_M44f_(ref Matrix value) method CodeMatrix_of_M44d_ (line 15391) | public void CodeMatrix_of_M44d_(ref Matrix value) method CodeMatrix_of_C3b_ (line 15432) | public void CodeMatrix_of_C3b_(ref Matrix value) method CodeMatrix_of_C3us_ (line 15473) | public void CodeMatrix_of_C3us_(ref Matrix value) method CodeMatrix_of_C3ui_ (line 15514) | public void CodeMatrix_of_C3ui_(ref Matrix value) method CodeMatrix_of_C3f_ (line 15555) | public void CodeMatrix_of_C3f_(ref Matrix value) method CodeMatrix_of_C3d_ (line 15596) | public void CodeMatrix_of_C3d_(ref Matrix value) method CodeMatrix_of_C4b_ (line 15637) | public void CodeMatrix_of_C4b_(ref Matrix value) method CodeMatrix_of_C4us_ (line 15678) | public void CodeMatrix_of_C4us_(ref Matrix value) method CodeMatrix_of_C4ui_ (line 15719) | public void CodeMatrix_of_C4ui_(ref Matrix value) method CodeMatrix_of_C4f_ (line 15760) | public void CodeMatrix_of_C4f_(ref Matrix value) method CodeMatrix_of_C4d_ (line 15801) | public void CodeMatrix_of_C4d_(ref Matrix value) method CodeMatrix_of_Range1b_ (line 15842) | public void CodeMatrix_of_Range1b_(ref Matrix value) method CodeMatrix_of_Range1sb_ (line 15883) | public void CodeMatrix_of_Range1sb_(ref Matrix value) method CodeMatrix_of_Range1s_ (line 15924) | public void CodeMatrix_of_Range1s_(ref Matrix value) method CodeMatrix_of_Range1us_ (line 15965) | public void CodeMatrix_of_Range1us_(ref Matrix value) method CodeMatrix_of_Range1i_ (line 16006) | public void CodeMatrix_of_Range1i_(ref Matrix value) method CodeMatrix_of_Range1ui_ (line 16047) | public void CodeMatrix_of_Range1ui_(ref Matrix value) method CodeMatrix_of_Range1l_ (line 16088) | public void CodeMatrix_of_Range1l_(ref Matrix value) method CodeMatrix_of_Range1ul_ (line 16129) | public void CodeMatrix_of_Range1ul_(ref Matrix value) method CodeMatrix_of_Range1f_ (line 16170) | public void CodeMatrix_of_Range1f_(ref Matrix value) method CodeMatrix_of_Range1d_ (line 16211) | public void CodeMatrix_of_Range1d_(ref Matrix value) method CodeMatrix_of_Box2i_ (line 16252) | public void CodeMatrix_of_Box2i_(ref Matrix value) method CodeMatrix_of_Box2l_ (line 16293) | public void CodeMatrix_of_Box2l_(ref Matrix value) method CodeMatrix_of_Box2f_ (line 16334) | public void CodeMatrix_of_Box2f_(ref Matrix value) method CodeMatrix_of_Box2d_ (line 16375) | public void CodeMatrix_of_Box2d_(ref Matrix value) method CodeMatrix_of_Box3i_ (line 16416) | public void CodeMatrix_of_Box3i_(ref Matrix value) method CodeMatrix_of_Box3l_ (line 16457) | public void CodeMatrix_of_Box3l_(ref Matrix value) method CodeMatrix_of_Box3f_ (line 16498) | public void CodeMatrix_of_Box3f_(ref Matrix value) method CodeMatrix_of_Box3d_ (line 16539) | public void CodeMatrix_of_Box3d_(ref Matrix value) method CodeMatrix_of_Euclidean3f_ (line 16580) | public void CodeMatrix_of_Euclidean3f_(ref Matrix value) method CodeMatrix_of_Euclidean3d_ (line 16621) | public void CodeMatrix_of_Euclidean3d_(ref Matrix value) method CodeMatrix_of_Rot2f_ (line 16662) | public void CodeMatrix_of_Rot2f_(ref Matrix value) method CodeMatrix_of_Rot2d_ (line 16703) | public void CodeMatrix_of_Rot2d_(ref Matrix value) method CodeMatrix_of_Rot3f_ (line 16744) | public void CodeMatrix_of_Rot3f_(ref Matrix value) method CodeMatrix_of_Rot3d_ (line 16785) | public void CodeMatrix_of_Rot3d_(ref Matrix value) method CodeMatrix_of_Scale3f_ (line 16826) | public void CodeMatrix_of_Scale3f_(ref Matrix value) method CodeMatrix_of_Scale3d_ (line 16867) | public void CodeMatrix_of_Scale3d_(ref Matrix value) method CodeMatrix_of_Shift3f_ (line 16908) | public void CodeMatrix_of_Shift3f_(ref Matrix value) method CodeMatrix_of_Shift3d_ (line 16949) | public void CodeMatrix_of_Shift3d_(ref Matrix value) method CodeMatrix_of_Trafo2f_ (line 16990) | public void CodeMatrix_of_Trafo2f_(ref Matrix value) method CodeMatrix_of_Trafo2d_ (line 17031) | public void CodeMatrix_of_Trafo2d_(ref Matrix value) method CodeMatrix_of_Trafo3f_ (line 17072) | public void CodeMatrix_of_Trafo3f_(ref Matrix value) method CodeMatrix_of_Trafo3d_ (line 17113) | public void CodeMatrix_of_Trafo3d_(ref Matrix value) method CodeMatrix_of_Bool_ (line 17154) | public void CodeMatrix_of_Bool_(ref Matrix value) method CodeMatrix_of_Char_ (line 17195) | public void CodeMatrix_of_Char_(ref Matrix value) method CodeMatrix_of_String_ (line 17236) | public void CodeMatrix_of_String_(ref Matrix value) method CodeMatrix_of_Type_ (line 17277) | public void CodeMatrix_of_Type_(ref Matrix value) method CodeMatrix_of_Guid_ (line 17318) | public void CodeMatrix_of_Guid_(ref Matrix value) method CodeMatrix_of_Symbol_ (line 17359) | public void CodeMatrix_of_Symbol_(ref Matrix value) method CodeMatrix_of_Circle2d_ (line 17400) | public void CodeMatrix_of_Circle2d_(ref Matrix value) method CodeMatrix_of_Line2d_ (line 17441) | public void CodeMatrix_of_Line2d_(ref Matrix value) method CodeMatrix_of_Line3d_ (line 17482) | public void CodeMatrix_of_Line3d_(ref Matrix value) method CodeMatrix_of_Plane2d_ (line 17523) | public void CodeMatrix_of_Plane2d_(ref Matrix value) method CodeMatrix_of_Plane3d_ (line 17564) | public void CodeMatrix_of_Plane3d_(ref Matrix value) method CodeMatrix_of_PlaneWithPoint3d_ (line 17605) | public void CodeMatrix_of_PlaneWithPoint3d_(ref Matrix value) method CodeMatrix_of_Quad3d_ (line 17687) | public void CodeMatrix_of_Quad3d_(ref Matrix value) method CodeMatrix_of_Ray2d_ (line 17728) | public void CodeMatrix_of_Ray2d_(ref Matrix value) method CodeMatrix_of_Ray3d_ (line 17769) | public void CodeMatrix_of_Ray3d_(ref Matrix value) method CodeMatrix_of_Sphere3d_ (line 17810) | public void CodeMatrix_of_Sphere3d_(ref Matrix value) method CodeMatrix_of_Triangle2d_ (line 17851) | public void CodeMatrix_of_Triangle2d_(ref Matrix value) method CodeMatrix_of_Triangle3d_ (line 17892) | public void CodeMatrix_of_Triangle3d_(ref Matrix value) method CodeMatrix_of_Circle2f_ (line 17933) | public void CodeMatrix_of_Circle2f_(ref Matrix value) method CodeMatrix_of_Line2f_ (line 17974) | public void CodeMatrix_of_Line2f_(ref Matrix value) method CodeMatrix_of_Line3f_ (line 18015) | public void CodeMatrix_of_Line3f_(ref Matrix value) method CodeMatrix_of_Plane2f_ (line 18056) | public void CodeMatrix_of_Plane2f_(ref Matrix value) method CodeMatrix_of_Plane3f_ (line 18097) | public void CodeMatrix_of_Plane3f_(ref Matrix value) method CodeMatrix_of_PlaneWithPoint3f_ (line 18138) | public void CodeMatrix_of_PlaneWithPoint3f_(ref Matrix value) method CodeMatrix_of_Quad3f_ (line 18220) | public void CodeMatrix_of_Quad3f_(ref Matrix value) method CodeMatrix_of_Ray2f_ (line 18261) | public void CodeMatrix_of_Ray2f_(ref Matrix value) method CodeMatrix_of_Ray3f_ (line 18302) | public void CodeMatrix_of_Ray3f_(ref Matrix value) method CodeMatrix_of_Sphere3f_ (line 18343) | public void CodeMatrix_of_Sphere3f_(ref Matrix value) method CodeMatrix_of_Triangle2f_ (line 18384) | public void CodeMatrix_of_Triangle2f_(ref Matrix value) method CodeMatrix_of_Triangle3f_ (line 18425) | public void CodeMatrix_of_Triangle3f_(ref Matrix value) method CodeVolume_of_Byte_ (line 18466) | public void CodeVolume_of_Byte_(ref Volume value) method CodeVolume_of_SByte_ (line 18507) | public void CodeVolume_of_SByte_(ref Volume value) method CodeVolume_of_Short_ (line 18548) | public void CodeVolume_of_Short_(ref Volume value) method CodeVolume_of_UShort_ (line 18589) | public void CodeVolume_of_UShort_(ref Volume value) method CodeVolume_of_Int_ (line 18630) | public void CodeVolume_of_Int_(ref Volume value) method CodeVolume_of_UInt_ (line 18671) | public void CodeVolume_of_UInt_(ref Volume value) method CodeVolume_of_Long_ (line 18712) | public void CodeVolume_of_Long_(ref Volume value) method CodeVolume_of_ULong_ (line 18753) | public void CodeVolume_of_ULong_(ref Volume value) method CodeVolume_of_Float_ (line 18794) | public void CodeVolume_of_Float_(ref Volume value) method CodeVolume_of_Double_ (line 18835) | public void CodeVolume_of_Double_(ref Volume value) method CodeVolume_of_Fraction_ (line 18876) | public void CodeVolume_of_Fraction_(ref Volume value) method CodeVolume_of_V2i_ (line 18917) | public void CodeVolume_of_V2i_(ref Volume value) method CodeVolume_of_V2l_ (line 18958) | public void CodeVolume_of_V2l_(ref Volume value) method CodeVolume_of_V2f_ (line 18999) | public void CodeVolume_of_V2f_(ref Volume value) method CodeVolume_of_V2d_ (line 19040) | public void CodeVolume_of_V2d_(ref Volume value) method CodeVolume_of_V3i_ (line 19081) | public void CodeVolume_of_V3i_(ref Volume value) method CodeVolume_of_V3l_ (line 19122) | public void CodeVolume_of_V3l_(ref Volume value) method CodeVolume_of_V3f_ (line 19163) | public void CodeVolume_of_V3f_(ref Volume value) method CodeVolume_of_V3d_ (line 19204) | public void CodeVolume_of_V3d_(ref Volume value) method CodeVolume_of_V4i_ (line 19245) | public void CodeVolume_of_V4i_(ref Volume value) method CodeVolume_of_V4l_ (line 19286) | public void CodeVolume_of_V4l_(ref Volume value) method CodeVolume_of_V4f_ (line 19327) | public void CodeVolume_of_V4f_(ref Volume value) method CodeVolume_of_V4d_ (line 19368) | public void CodeVolume_of_V4d_(ref Volume value) method CodeVolume_of_M22i_ (line 19409) | public void CodeVolume_of_M22i_(ref Volume value) method CodeVolume_of_M22l_ (line 19450) | public void CodeVolume_of_M22l_(ref Volume value) method CodeVolume_of_M22f_ (line 19491) | public void CodeVolume_of_M22f_(ref Volume value) method CodeVolume_of_M22d_ (line 19532) | public void CodeVolume_of_M22d_(ref Volume value) method CodeVolume_of_M23i_ (line 19573) | public void CodeVolume_of_M23i_(ref Volume value) method CodeVolume_of_M23l_ (line 19614) | public void CodeVolume_of_M23l_(ref Volume value) method CodeVolume_of_M23f_ (line 19655) | public void CodeVolume_of_M23f_(ref Volume value) method CodeVolume_of_M23d_ (line 19696) | public void CodeVolume_of_M23d_(ref Volume value) method CodeVolume_of_M33i_ (line 19737) | public void CodeVolume_of_M33i_(ref Volume value) method CodeVolume_of_M33l_ (line 19778) | public void CodeVolume_of_M33l_(ref Volume value) method CodeVolume_of_M33f_ (line 19819) | public void CodeVolume_of_M33f_(ref Volume value) method CodeVolume_of_M33d_ (line 19860) | public void CodeVolume_of_M33d_(ref Volume value) method CodeVolume_of_M34i_ (line 19901) | public void CodeVolume_of_M34i_(ref Volume value) method CodeVolume_of_M34l_ (line 19942) | public void CodeVolume_of_M34l_(ref Volume value) method CodeVolume_of_M34f_ (line 19983) | public void CodeVolume_of_M34f_(ref Volume value) method CodeVolume_of_M34d_ (line 20024) | public void CodeVolume_of_M34d_(ref Volume value) method CodeVolume_of_M44i_ (line 20065) | public void CodeVolume_of_M44i_(ref Volume value) method CodeVolume_of_M44l_ (line 20106) | public void CodeVolume_of_M44l_(ref Volume value) method CodeVolume_of_M44f_ (line 20147) | public void CodeVolume_of_M44f_(ref Volume value) method CodeVolume_of_M44d_ (line 20188) | public void CodeVolume_of_M44d_(ref Volume value) method CodeVolume_of_C3b_ (line 20229) | public void CodeVolume_of_C3b_(ref Volume value) method CodeVolume_of_C3us_ (line 20270) | public void CodeVolume_of_C3us_(ref Volume value) method CodeVolume_of_C3ui_ (line 20311) | public void CodeVolume_of_C3ui_(ref Volume value) method CodeVolume_of_C3f_ (line 20352) | public void CodeVolume_of_C3f_(ref Volume value) method CodeVolume_of_C3d_ (line 20393) | public void CodeVolume_of_C3d_(ref Volume value) method CodeVolume_of_C4b_ (line 20434) | public void CodeVolume_of_C4b_(ref Volume value) method CodeVolume_of_C4us_ (line 20475) | public void CodeVolume_of_C4us_(ref Volume value) method CodeVolume_of_C4ui_ (line 20516) | public void CodeVolume_of_C4ui_(ref Volume value) method CodeVolume_of_C4f_ (line 20557) | public void CodeVolume_of_C4f_(ref Volume value) method CodeVolume_of_C4d_ (line 20598) | public void CodeVolume_of_C4d_(ref Volume value) method CodeVolume_of_Range1b_ (line 20639) | public void CodeVolume_of_Range1b_(ref Volume value) method CodeVolume_of_Range1sb_ (line 20680) | public void CodeVolume_of_Range1sb_(ref Volume value) method CodeVolume_of_Range1s_ (line 20721) | public void CodeVolume_of_Range1s_(ref Volume value) method CodeVolume_of_Range1us_ (line 20762) | public void CodeVolume_of_Range1us_(ref Volume value) method CodeVolume_of_Range1i_ (line 20803) | public void CodeVolume_of_Range1i_(ref Volume value) method CodeVolume_of_Range1ui_ (line 20844) | public void CodeVolume_of_Range1ui_(ref Volume value) method CodeVolume_of_Range1l_ (line 20885) | public void CodeVolume_of_Range1l_(ref Volume value) method CodeVolume_of_Range1ul_ (line 20926) | public void CodeVolume_of_Range1ul_(ref Volume value) method CodeVolume_of_Range1f_ (line 20967) | public void CodeVolume_of_Range1f_(ref Volume value) method CodeVolume_of_Range1d_ (line 21008) | public void CodeVolume_of_Range1d_(ref Volume value) method CodeVolume_of_Box2i_ (line 21049) | public void CodeVolume_of_Box2i_(ref Volume value) method CodeVolume_of_Box2l_ (line 21090) | public void CodeVolume_of_Box2l_(ref Volume value) method CodeVolume_of_Box2f_ (line 21131) | public void CodeVolume_of_Box2f_(ref Volume value) method CodeVolume_of_Box2d_ (line 21172) | public void CodeVolume_of_Box2d_(ref Volume value) method CodeVolume_of_Box3i_ (line 21213) | public void CodeVolume_of_Box3i_(ref Volume value) method CodeVolume_of_Box3l_ (line 21254) | public void CodeVolume_of_Box3l_(ref Volume value) method CodeVolume_of_Box3f_ (line 21295) | public void CodeVolume_of_Box3f_(ref Volume value) method CodeVolume_of_Box3d_ (line 21336) | public void CodeVolume_of_Box3d_(ref Volume value) method CodeVolume_of_Euclidean3f_ (line 21377) | public void CodeVolume_of_Euclidean3f_(ref Volume value) method CodeVolume_of_Euclidean3d_ (line 21418) | public void CodeVolume_of_Euclidean3d_(ref Volume value) method CodeVolume_of_Rot2f_ (line 21459) | public void CodeVolume_of_Rot2f_(ref Volume value) method CodeVolume_of_Rot2d_ (line 21500) | public void CodeVolume_of_Rot2d_(ref Volume value) method CodeVolume_of_Rot3f_ (line 21541) | public void CodeVolume_of_Rot3f_(ref Volume value) method CodeVolume_of_Rot3d_ (line 21582) | public void CodeVolume_of_Rot3d_(ref Volume value) method CodeVolume_of_Scale3f_ (line 21623) | public void CodeVolume_of_Scale3f_(ref Volume value) method CodeVolume_of_Scale3d_ (line 21664) | public void CodeVolume_of_Scale3d_(ref Volume value) method CodeVolume_of_Shift3f_ (line 21705) | public void CodeVolume_of_Shift3f_(ref Volume value) method CodeVolume_of_Shift3d_ (line 21746) | public void CodeVolume_of_Shift3d_(ref Volume value) method CodeVolume_of_Trafo2f_ (line 21787) | public void CodeVolume_of_Trafo2f_(ref Volume value) method CodeVolume_of_Trafo2d_ (line 21828) | public void CodeVolume_of_Trafo2d_(ref Volume value) method CodeVolume_of_Trafo3f_ (line 21869) | public void CodeVolume_of_Trafo3f_(ref Volume value) method CodeVolume_of_Trafo3d_ (line 21910) | public void CodeVolume_of_Trafo3d_(ref Volume value) method CodeVolume_of_Bool_ (line 21951) | public void CodeVolume_of_Bool_(ref Volume value) method CodeVolume_of_Char_ (line 21992) | public void CodeVolume_of_Char_(ref Volume value) method CodeVolume_of_String_ (line 22033) | public void CodeVolume_of_String_(ref Volume value) method CodeVolume_of_Type_ (line 22074) | public void CodeVolume_of_Type_(ref Volume value) method CodeVolume_of_Guid_ (line 22115) | public void CodeVolume_of_Guid_(ref Volume value) method CodeVolume_of_Symbol_ (line 22156) | public void CodeVolume_of_Symbol_(ref Volume value) method CodeVolume_of_Circle2d_ (line 22197) | public void CodeVolume_of_Circle2d_(ref Volume value) method CodeVolume_of_Line2d_ (line 22238) | public void CodeVolume_of_Line2d_(ref Volume value) method CodeVolume_of_Line3d_ (line 22279) | public void CodeVolume_of_Line3d_(ref Volume value) method CodeVolume_of_Plane2d_ (line 22320) | public void CodeVolume_of_Plane2d_(ref Volume value) method CodeVolume_of_Plane3d_ (line 22361) | public void CodeVolume_of_Plane3d_(ref Volume value) method CodeVolume_of_PlaneWithPoint3d_ (line 22402) | public void CodeVolume_of_PlaneWithPoint3d_(ref Volume value) method CodeVolume_of_Quad3d_ (line 22484) | public void CodeVolume_of_Quad3d_(ref Volume value) method CodeVolume_of_Ray2d_ (line 22525) | public void CodeVolume_of_Ray2d_(ref Volume value) method CodeVolume_of_Ray3d_ (line 22566) | public void CodeVolume_of_Ray3d_(ref Volume value) method CodeVolume_of_Sphere3d_ (line 22607) | public void CodeVolume_of_Sphere3d_(ref Volume value) method CodeVolume_of_Triangle2d_ (line 22648) | public void CodeVolume_of_Triangle2d_(ref Volume value) method CodeVolume_of_Triangle3d_ (line 22689) | public void CodeVolume_of_Triangle3d_(ref Volume value) method CodeVolume_of_Circle2f_ (line 22730) | public void CodeVolume_of_Circle2f_(ref Volume value) method CodeVolume_of_Line2f_ (line 22771) | public void CodeVolume_of_Line2f_(ref Volume value) method CodeVolume_of_Line3f_ (line 22812) | public void CodeVolume_of_Line3f_(ref Volume value) method CodeVolume_of_Plane2f_ (line 22853) | public void CodeVolume_of_Plane2f_(ref Volume value) method CodeVolume_of_Plane3f_ (line 22894) | public void CodeVolume_of_Plane3f_(ref Volume value) method CodeVolume_of_PlaneWithPoint3f_ (line 22935) | public void CodeVolume_of_PlaneWithPoint3f_(ref Volume value) method CodeVolume_of_Quad3f_ (line 23017) | public void CodeVolume_of_Quad3f_(ref Volume value) method CodeVolume_of_Ray2f_ (line 23058) | public void CodeVolume_of_Ray2f_(ref Volume value) method CodeVolume_of_Ray3f_ (line 23099) | public void CodeVolume_of_Ray3f_(ref Volume value) method CodeVolume_of_Sphere3f_ (line 23140) | public void CodeVolume_of_Sphere3f_(ref Volume value) method CodeVolume_of_Triangle2f_ (line 23181) | public void CodeVolume_of_Triangle2f_(ref Volume value) method CodeVolume_of_Triangle3f_ (line 23222) | public void CodeVolume_of_Triangle3f_(ref Volume value) method CodeTensor_of_Byte_ (line 23263) | public void CodeTensor_of_Byte_(ref Tensor value) method CodeTensor_of_SByte_ (line 23304) | public void CodeTensor_of_SByte_(ref Tensor value) method CodeTensor_of_Short_ (line 23345) | public void CodeTensor_of_Short_(ref Tensor value) method CodeTensor_of_UShort_ (line 23386) | public void CodeTensor_of_UShort_(ref Tensor value) method CodeTensor_of_Int_ (line 23427) | public void CodeTensor_of_Int_(ref Tensor value) method CodeTensor_of_UInt_ (line 23468) | public void CodeTensor_of_UInt_(ref Tensor value) method CodeTensor_of_Long_ (line 23509) | public void CodeTensor_of_Long_(ref Tensor value) method CodeTensor_of_ULong_ (line 23550) | public void CodeTensor_of_ULong_(ref Tensor value) method CodeTensor_of_Float_ (line 23591) | public void CodeTensor_of_Float_(ref Tensor value) method CodeTensor_of_Double_ (line 23632) | public void CodeTensor_of_Double_(ref Tensor value) method CodeTensor_of_Fraction_ (line 23673) | public void CodeTensor_of_Fraction_(ref Tensor value) method CodeTensor_of_V2i_ (line 23714) | public void CodeTensor_of_V2i_(ref Tensor value) method CodeTensor_of_V2l_ (line 23755) | public void CodeTensor_of_V2l_(ref Tensor value) method CodeTensor_of_V2f_ (line 23796) | public void CodeTensor_of_V2f_(ref Tensor value) method CodeTensor_of_V2d_ (line 23837) | public void CodeTensor_of_V2d_(ref Tensor value) method CodeTensor_of_V3i_ (line 23878) | public void CodeTensor_of_V3i_(ref Tensor value) method CodeTensor_of_V3l_ (line 23919) | public void CodeTensor_of_V3l_(ref Tensor value) method CodeTensor_of_V3f_ (line 23960) | public void CodeTensor_of_V3f_(ref Tensor value) method CodeTensor_of_V3d_ (line 24001) | public void CodeTensor_of_V3d_(ref Tensor value) method CodeTensor_of_V4i_ (line 24042) | public void CodeTensor_of_V4i_(ref Tensor value) method CodeTensor_of_V4l_ (line 24083) | public void CodeTensor_of_V4l_(ref Tensor value) method CodeTensor_of_V4f_ (line 24124) | public void CodeTensor_of_V4f_(ref Tensor value) method CodeTensor_of_V4d_ (line 24165) | public void CodeTensor_of_V4d_(ref Tensor value) method CodeTensor_of_M22i_ (line 24206) | public void CodeTensor_of_M22i_(ref Tensor value) method CodeTensor_of_M22l_ (line 24247) | public void CodeTensor_of_M22l_(ref Tensor value) method CodeTensor_of_M22f_ (line 24288) | public void CodeTensor_of_M22f_(ref Tensor value) method CodeTensor_of_M22d_ (line 24329) | public void CodeTensor_of_M22d_(ref Tensor value) method CodeTensor_of_M23i_ (line 24370) | public void CodeTensor_of_M23i_(ref Tensor value) method CodeTensor_of_M23l_ (line 24411) | public void CodeTensor_of_M23l_(ref Tensor value) method CodeTensor_of_M23f_ (line 24452) | public void CodeTensor_of_M23f_(ref Tensor value) method CodeTensor_of_M23d_ (line 24493) | public void CodeTensor_of_M23d_(ref Tensor value) method CodeTensor_of_M33i_ (line 24534) | public void CodeTensor_of_M33i_(ref Tensor value) method CodeTensor_of_M33l_ (line 24575) | public void CodeTensor_of_M33l_(ref Tensor value) method CodeTensor_of_M33f_ (line 24616) | public void CodeTensor_of_M33f_(ref Tensor value) method CodeTensor_of_M33d_ (line 24657) | public void CodeTensor_of_M33d_(ref Tensor value) method CodeTensor_of_M34i_ (line 24698) | public void CodeTensor_of_M34i_(ref Tensor value) method CodeTensor_of_M34l_ (line 24739) | public void CodeTensor_of_M34l_(ref Tensor value) method CodeTensor_of_M34f_ (line 24780) | public void CodeTensor_of_M34f_(ref Tensor value) method CodeTensor_of_M34d_ (line 24821) | public void CodeTensor_of_M34d_(ref Tensor value) method CodeTensor_of_M44i_ (line 24862) | public void CodeTensor_of_M44i_(ref Tensor value) method CodeTensor_of_M44l_ (line 24903) | public void CodeTensor_of_M44l_(ref Tensor value) method CodeTensor_of_M44f_ (line 24944) | public void CodeTensor_of_M44f_(ref Tensor value) method CodeTensor_of_M44d_ (line 24985) | public void CodeTensor_of_M44d_(ref Tensor value) method CodeTensor_of_C3b_ (line 25026) | public void CodeTensor_of_C3b_(ref Tensor value) method CodeTensor_of_C3us_ (line 25067) | public void CodeTensor_of_C3us_(ref Tensor value) method CodeTensor_of_C3ui_ (line 25108) | public void CodeTensor_of_C3ui_(ref Tensor value) method CodeTensor_of_C3f_ (line 25149) | public void CodeTensor_of_C3f_(ref Tensor value) method CodeTensor_of_C3d_ (line 25190) | public void CodeTensor_of_C3d_(ref Tensor value) method CodeTensor_of_C4b_ (line 25231) | public void CodeTensor_of_C4b_(ref Tensor value) method CodeTensor_of_C4us_ (line 25272) | public void CodeTensor_of_C4us_(ref Tensor value) method CodeTensor_of_C4ui_ (line 25313) | public void CodeTensor_of_C4ui_(ref Tensor value) method CodeTensor_of_C4f_ (line 25354) | public void CodeTensor_of_C4f_(ref Tensor value) method CodeTensor_of_C4d_ (line 25395) | public void CodeTensor_of_C4d_(ref Tensor value) method CodeTensor_of_Range1b_ (line 25436) | public void CodeTensor_of_Range1b_(ref Tensor value) method CodeTensor_of_Range1sb_ (line 25477) | public void CodeTensor_of_Range1sb_(ref Tensor value) method CodeTensor_of_Range1s_ (line 25518) | public void CodeTensor_of_Range1s_(ref Tensor value) method CodeTensor_of_Range1us_ (line 25559) | public void CodeTensor_of_Range1us_(ref Tensor value) method CodeTensor_of_Range1i_ (line 25600) | public void CodeTensor_of_Range1i_(ref Tensor value) method CodeTensor_of_Range1ui_ (line 25641) | public void CodeTensor_of_Range1ui_(ref Tensor value) method CodeTensor_of_Range1l_ (line 25682) | public void CodeTensor_of_Range1l_(ref Tensor value) method CodeTensor_of_Range1ul_ (line 25723) | public void CodeTensor_of_Range1ul_(ref Tensor value) method CodeTensor_of_Range1f_ (line 25764) | public void CodeTensor_of_Range1f_(ref Tensor value) method CodeTensor_of_Range1d_ (line 25805) | public void CodeTensor_of_Range1d_(ref Tensor value) method CodeTensor_of_Box2i_ (line 25846) | public void CodeTensor_of_Box2i_(ref Tensor value) method CodeTensor_of_Box2l_ (line 25887) | public void CodeTensor_of_Box2l_(ref Tensor value) method CodeTensor_of_Box2f_ (line 25928) | public void CodeTensor_of_Box2f_(ref Tensor value) method CodeTensor_of_Box2d_ (line 25969) | public void CodeTensor_of_Box2d_(ref Tensor value) method CodeTensor_of_Box3i_ (line 26010) | public void CodeTensor_of_Box3i_(ref Tensor value) method CodeTensor_of_Box3l_ (line 26051) | public void CodeTensor_of_Box3l_(ref Tensor value) method CodeTensor_of_Box3f_ (line 26092) | public void CodeTensor_of_Box3f_(ref Tensor value) method CodeTensor_of_Box3d_ (line 26133) | public void CodeTensor_of_Box3d_(ref Tensor value) method CodeTensor_of_Euclidean3f_ (line 26174) | public void CodeTensor_of_Euclidean3f_(ref Tensor value) method CodeTensor_of_Euclidean3d_ (line 26215) | public void CodeTensor_of_Euclidean3d_(ref Tensor value) method CodeTensor_of_Rot2f_ (line 26256) | public void CodeTensor_of_Rot2f_(ref Tensor value) method CodeTensor_of_Rot2d_ (line 26297) | public void CodeTensor_of_Rot2d_(ref Tensor value) method CodeTensor_of_Rot3f_ (line 26338) | public void CodeTensor_of_Rot3f_(ref Tensor value) method CodeTensor_of_Rot3d_ (line 26379) | public void CodeTensor_of_Rot3d_(ref Tensor value) method CodeTensor_of_Scale3f_ (line 26420) | public void CodeTensor_of_Scale3f_(ref Tensor value) method CodeTensor_of_Scale3d_ (line 26461) | public void CodeTensor_of_Scale3d_(ref Tensor value) method CodeTensor_of_Shift3f_ (line 26502) | public void CodeTensor_of_Shift3f_(ref Tensor value) method CodeTensor_of_Shift3d_ (line 26543) | public void CodeTensor_of_Shift3d_(ref Tensor value) method CodeTensor_of_Trafo2f_ (line 26584) | public void CodeTensor_of_Trafo2f_(ref Tensor value) method CodeTensor_of_Trafo2d_ (line 26625) | public void CodeTensor_of_Trafo2d_(ref Tensor value) method CodeTensor_of_Trafo3f_ (line 26666) | public void CodeTensor_of_Trafo3f_(ref Tensor value) method CodeTensor_of_Trafo3d_ (line 26707) | public void CodeTensor_of_Trafo3d_(ref Tensor value) method CodeTensor_of_Bool_ (line 26748) | public void CodeTensor_of_Bool_(ref Tensor value) method CodeTensor_of_Char_ (line 26789) | public void CodeTensor_of_Char_(ref Tensor value) method CodeTensor_of_String_ (line 26830) | public void CodeTensor_of_String_(ref Tensor value) method CodeTensor_of_Type_ (line 26871) | public void CodeTensor_of_Type_(ref Tensor value) method CodeTensor_of_Guid_ (line 26912) | public void CodeTensor_of_Guid_(ref Tensor value) method CodeTensor_of_Symbol_ (line 26953) | public void CodeTensor_of_Symbol_(ref Tensor value) method CodeTensor_of_Circle2d_ (line 26994) | public void CodeTensor_of_Circle2d_(ref Tensor value) method CodeTensor_of_Line2d_ (line 27035) | public void CodeTensor_of_Line2d_(ref Tensor value) method CodeTensor_of_Line3d_ (line 27076) | public void CodeTensor_of_Line3d_(ref Tensor value) method CodeTensor_of_Plane2d_ (line 27117) | public void CodeTensor_of_Plane2d_(ref Tensor value) method CodeTensor_of_Plane3d_ (line 27158) | public void CodeTensor_of_Plane3d_(ref Tensor value) method CodeTensor_of_PlaneWithPoint3d_ (line 27199) | public void CodeTensor_of_PlaneWithPoint3d_(ref Tensor value) method CodeTensor_of_Quad3d_ (line 27281) | public void CodeTensor_of_Quad3d_(ref Tensor value) method CodeTensor_of_Ray2d_ (line 27322) | public void CodeTensor_of_Ray2d_(ref Tensor value) method CodeTensor_of_Ray3d_ (line 27363) | public void CodeTensor_of_Ray3d_(ref Tensor value) method CodeTensor_of_Sphere3d_ (line 27404) | public void CodeTensor_of_Sphere3d_(ref Tensor value) method CodeTensor_of_Triangle2d_ (line 27445) | public void CodeTensor_of_Triangle2d_(ref Tensor value) method CodeTensor_of_Triangle3d_ (line 27486) | public void CodeTensor_of_Triangle3d_(ref Tensor value) method CodeTensor_of_Circle2f_ (line 27527) | public void CodeTensor_of_Circle2f_(ref Tensor value) method CodeTensor_of_Line2f_ (line 27568) | public void CodeTensor_of_Line2f_(ref Tensor value) method CodeTensor_of_Line3f_ (line 27609) | public void CodeTensor_of_Line3f_(ref Tensor value) method CodeTensor_of_Plane2f_ (line 27650) | public void CodeTensor_of_Plane2f_(ref Tensor value) method CodeTensor_of_Plane3f_ (line 27691) | public void CodeTensor_of_Plane3f_(ref Tensor value) method CodeTensor_of_PlaneWithPoint3f_ (line 27732) | public void CodeTensor_of_PlaneWithPoint3f_(ref Tensor value) method CodeTensor_of_Quad3f_ (line 27814) | public void CodeTensor_of_Quad3f_(ref Tensor value) method CodeTensor_of_Ray2f_ (line 27855) | public void CodeTensor_of_Ray2f_(ref Tensor value) method CodeTensor_of_Ray3f_ (line 27896) | public void CodeTensor_of_Ray3f_(ref Tensor value) method CodeTensor_of_Sphere3f_ (line 27937) | public void CodeTensor_of_Sphere3f_(ref Tensor value) method CodeTensor_of_Triangle2f_ (line 27978) | public void CodeTensor_of_Triangle2f_(ref Tensor value) method CodeTensor_of_Triangle3f_ (line 28019) | public void CodeTensor_of_Triangle3f_(ref Tensor value) method CodeV2iArray (line 28064) | public void CodeV2iArray(ref V2i[] value) method CodeV2uiArray (line 28069) | public void CodeV2uiArray(ref V2ui[] value) method CodeV2lArray (line 28074) | public void CodeV2lArray(ref V2l[] value) method CodeV2fArray (line 28079) | public void CodeV2fArray(ref V2f[] value) method CodeV2dArray (line 28084) | public void CodeV2dArray(ref V2d[] value) method CodeV3iArray (line 28089) | public void CodeV3iArray(ref V3i[] value) method CodeV3uiArray (line 28094) | public void CodeV3uiArray(ref V3ui[] value) method CodeV3lArray (line 28099) | public void CodeV3lArray(ref V3l[] value) method CodeV3fArray (line 28104) | public void CodeV3fArray(ref V3f[] value) method CodeV3dArray (line 28109) | public void CodeV3dArray(ref V3d[] value) method CodeV4iArray (line 28114) | public void CodeV4iArray(ref V4i[] value) method CodeV4uiArray (line 28119) | public void CodeV4uiArray(ref V4ui[] value) method CodeV4lArray (line 28124) | public void CodeV4lArray(ref V4l[] value) method CodeV4fArray (line 28129) | public void CodeV4fArray(ref V4f[] value) method CodeV4dArray (line 28134) | public void CodeV4dArray(ref V4d[] value) method CodeM22iArray (line 28139) | public void CodeM22iArray(ref M22i[] value) method CodeM22lArray (line 28144) | public void CodeM22lArray(ref M22l[] value) method CodeM22fArray (line 28149) | public void CodeM22fArray(ref M22f[] value) method CodeM22dArray (line 28154) | public void CodeM22dArray(ref M22d[] value) method CodeM23iArray (line 28159) | public void CodeM23iArray(ref M23i[] value) method CodeM23lArray (line 28164) | public void CodeM23lArray(ref M23l[] value) method CodeM23fArray (line 28169) | public void CodeM23fArray(ref M23f[] value) method CodeM23dArray (line 28174) | public void CodeM23dArray(ref M23d[] value) method CodeM33iArray (line 28179) | public void CodeM33iArray(ref M33i[] value) method CodeM33lArray (line 28184) | public void CodeM33lArray(ref M33l[] value) method CodeM33fArray (line 28189) | public void CodeM33fArray(ref M33f[] value) method CodeM33dArray (line 28194) | public void CodeM33dArray(ref M33d[] value) method CodeM34iArray (line 28199) | public void CodeM34iArray(ref M34i[] value) method CodeM34lArray (line 28204) | public void CodeM34lArray(ref M34l[] value) method CodeM34fArray (line 28209) | public void CodeM34fArray(ref M34f[] value) method CodeM34dArray (line 28214) | public void CodeM34dArray(ref M34d[] value) method CodeM44iArray (line 28219) | public void CodeM44iArray(ref M44i[] value) method CodeM44lArray (line 28224) | public void CodeM44lArray(ref M44l[] value) method CodeM44fArray (line 28229) | public void CodeM44fArray(ref M44f[] value) method CodeM44dArray (line 28234) | public void CodeM44dArray(ref M44d[] value) method CodeRange1bArray (line 28239) | public void CodeRange1bArray(ref Range1b[] value) method CodeRange1sbArray (line 28244) | public void CodeRange1sbArray(ref Range1sb[] value) method CodeRange1sArray (line 28249) | public void CodeRange1sArray(ref Range1s[] value) method CodeRange1usArray (line 28254) | public void CodeRange1usArray(ref Range1us[] value) method CodeRange1iArray (line 28259) | public void CodeRange1iArray(ref Range1i[] value) method CodeRange1uiArray (line 28264) | public void CodeRange1uiArray(ref Range1ui[] value) method CodeRange1lArray (line 28269) | public void CodeRange1lArray(ref Range1l[] value) method CodeRange1ulArray (line 28274) | public void CodeRange1ulArray(ref Range1ul[] value) method CodeRange1fArray (line 28279) | public void CodeRange1fArray(ref Range1f[] value) method CodeRange1dArray (line 28284) | public void CodeRange1dArray(ref Range1d[] value) method CodeBox2iArray (line 28289) | public void CodeBox2iArray(ref Box2i[] value) method CodeBox2lArray (line 28294) | public void CodeBox2lArray(ref Box2l[] value) method CodeBox2fArray (line 28299) | public void CodeBox2fArray(ref Box2f[] value) method CodeBox2dArray (line 28304) | public void CodeBox2dArray(ref Box2d[] value) method CodeBox3iArray (line 28309) | public void CodeBox3iArray(ref Box3i[] value) method CodeBox3lArray (line 28314) | public void CodeBox3lArray(ref Box3l[] value) method CodeBox3fArray (line 28319) | public void CodeBox3fArray(ref Box3f[] value) method CodeBox3dArray (line 28324) | public void CodeBox3dArray(ref Box3d[] value) method CodeC3bArray (line 28329) | public void CodeC3bArray(ref C3b[] value) method CodeC3usArray (line 28334) | public void CodeC3usArray(ref C3us[] value) method CodeC3uiArray (line 28339) | public void CodeC3uiArray(ref C3ui[] value) method CodeC3fArray (line 28344) | public void CodeC3fArray(ref C3f[] value) method CodeC3dArray (line 28349) | public void CodeC3dArray(ref C3d[] value) method CodeC4bArray (line 28354) | public void CodeC4bArray(ref C4b[] value) method CodeC4usArray (line 28359) | public void CodeC4usArray(ref C4us[] value) method CodeC4uiArray (line 28364) | public void CodeC4uiArray(ref C4ui[] value) method CodeC4fArray (line 28369) | public void CodeC4fArray(ref C4f[] value) method CodeC4dArray (line 28374) | public void CodeC4dArray(ref C4d[] value) method CodeEuclidean3fArray (line 28379) | public void CodeEuclidean3fArray(ref Euclidean3f[] value) method CodeEuclidean3dArray (line 28384) | public void CodeEuclidean3dArray(ref Euclidean3d[] value) method CodeRot2fArray (line 28389) | public void CodeRot2fArray(ref Rot2f[] value) method CodeRot2dArray (line 28394) | public void CodeRot2dArray(ref Rot2d[] value) method CodeRot3fArray (line 28399) | public void CodeRot3fArray(ref Rot3f[] value) method CodeRot3dArray (line 28404) | public void CodeRot3dArray(ref Rot3d[] value) method CodeScale3fArray (line 28409) | public void CodeScale3fArray(ref Scale3f[] value) method CodeScale3dArray (line 28414) | public void CodeScale3dArray(ref Scale3d[] value) method CodeShift3fArray (line 28419) | public void CodeShift3fArray(ref Shift3f[] value) method CodeShift3dArray (line 28424) | public void CodeShift3dArray(ref Shift3d[] value) method CodeTrafo2fArray (line 28429) | public void CodeTrafo2fArray(ref Trafo2f[] value) method CodeTrafo2dArray (line 28434) | public void CodeTrafo2dArray(ref Trafo2d[] value) method CodeTrafo3fArray (line 28439) | public void CodeTrafo3fArray(ref Trafo3f[] value) method CodeTrafo3dArray (line 28444) | public void CodeTrafo3dArray(ref Trafo3d[] value) method CodeCircle2dArray (line 28449) | public void CodeCircle2dArray(ref Circle2d[] value) method CodeLine2dArray (line 28454) | public void CodeLine2dArray(ref Line2d[] value) method CodeLine3dArray (line 28459) | public void CodeLine3dArray(ref Line3d[] value) method CodePlane2dArray (line 28464) | public void CodePlane2dArray(ref Plane2d[] value) method CodePlane3dArray (line 28469) | public void CodePlane3dArray(ref Plane3d[] value) method CodePlaneWithPoint3dArray (line 28474) | public void CodePlaneWithPoint3dArray(ref PlaneWithPoint3d[] value) method CodeQuad2dArray (line 28479) | public void CodeQuad2dArray(ref Quad2d[] value) method CodeQuad3dArray (line 28484) | public void CodeQuad3dArray(ref Quad3d[] value) method CodeRay2dArray (line 28489) | public void CodeRay2dArray(ref Ray2d[] value) method CodeRay3dArray (line 28494) | public void CodeRay3dArray(ref Ray3d[] value) method CodeSphere3dArray (line 28499) | public void CodeSphere3dArray(ref Sphere3d[] value) method CodeTriangle2dArray (line 28504) | public void CodeTriangle2dArray(ref Triangle2d[] value) method CodeTriangle3dArray (line 28509) | public void CodeTriangle3dArray(ref Triangle3d[] value) method CodeCircle2fArray (line 28514) | public void CodeCircle2fArray(ref Circle2f[] value) method CodeLine2fArray (line 28519) | public void CodeLine2fArray(ref Line2f[] value) method CodeLine3fArray (line 28524) | public void CodeLine3fArray(ref Line3f[] value) method CodePlane2fArray (line 28529) | public void CodePlane2fArray(ref Plane2f[] value) method CodePlane3fArray (line 28534) | public void CodePlane3fArray(ref Plane3f[] value) method CodePlaneWithPoint3fArray (line 28539) | public void CodePlaneWithPoint3fArray(ref PlaneWithPoint3f[] value) method CodeQuad2fArray (line 28544) | public void CodeQuad2fArray(ref Quad2f[] value) method CodeQuad3fArray (line 28549) | public void CodeQuad3fArray(ref Quad3f[] value) method CodeRay2fArray (line 28554) | public void CodeRay2fArray(ref Ray2f[] value) method CodeRay3fArray (line 28559) | public void CodeRay3fArray(ref Ray3f[] value) method CodeSphere3fArray (line 28564) | public void CodeSphere3fArray(ref Sphere3f[] value) method CodeTriangle2fArray (line 28569) | public void CodeTriangle2fArray(ref Triangle2f[] value) method CodeTriangle3fArray (line 28574) | public void CodeTriangle3fArray(ref Triangle3f[] value) method CodeByteArray2d (line 28583) | public void CodeByteArray2d(ref byte[,] value) { throw new NotImplemen... method CodeByteArray3d (line 28584) | public void CodeByteArray3d(ref byte[, ,] value) { throw new NotImplem... method CodeSByteArray2d (line 28586) | public void CodeSByteArray2d(ref sbyte[,] value) { throw new NotImplem... method CodeSByteArray3d (line 28587) | public void CodeSByteArray3d(ref sbyte[, ,] value) { throw new NotImpl... method CodeShortArray2d (line 28589) | public void CodeShortArray2d(ref short[,] value) { throw new NotImplem... method CodeShortArray3d (line 28590) | public void CodeShortArray3d(ref short[, ,] value) { throw new NotImpl... method CodeUShortArray2d (line 28592) | public void CodeUShortArray2d(ref ushort[,] value) { throw new NotImpl... method CodeUShortArray3d (line 28593) | public void CodeUShortArray3d(ref ushort[, ,] value) { throw new NotIm... method CodeIntArray2d (line 28595) | public void CodeIntArray2d(ref int[,] value) { throw new NotImplemente... method CodeIntArray3d (line 28596) | public void CodeIntArray3d(ref int[, ,] value) { throw new NotImplemen... method CodeUIntArray2d (line 28598) | public void CodeUIntArray2d(ref uint[,] value) { throw new NotImplemen... method CodeUIntArray3d (line 28599) | public void CodeUIntArray3d(ref uint[, ,] value) { throw new NotImplem... method CodeLongArray2d (line 28601) | public void CodeLongArray2d(ref long[,] value) { throw new NotImplemen... method CodeLongArray3d (line 28602) | public void CodeLongArray3d(ref long[, ,] value) { throw new NotImplem... method CodeULongArray2d (line 28604) | public void CodeULongArray2d(ref ulong[,] value) { throw new NotImplem... method CodeULongArray3d (line 28605) | public void CodeULongArray3d(ref ulong[, ,] value) { throw new NotImpl... method CodeFloatArray2d (line 28607) | public void CodeFloatArray2d(ref float[,] value) { throw new NotImplem... method CodeFloatArray3d (line 28608) | public void CodeFloatArray3d(ref float[, ,] value) { throw new NotImpl... method CodeDoubleArray2d (line 28610) | public void CodeDoubleArray2d(ref double[,] value) { throw new NotImpl... method CodeDoubleArray3d (line 28611) | public void CodeDoubleArray3d(ref double[, ,] value) { throw new NotIm... method CodeFractionArray2d (line 28613) | public void CodeFractionArray2d(ref Fraction[,] value) { throw new Not... method CodeFractionArray3d (line 28614) | public void CodeFractionArray3d(ref Fraction[, ,] value) { throw new N... method CodeV2iArray2d (line 28616) | public void CodeV2iArray2d(ref V2i[,] value) { throw new NotImplemente... method CodeV2iArray3d (line 28617) | public void CodeV2iArray3d(ref V2i[, ,] value) { throw new NotImplemen... method CodeV2lArray2d (line 28619) | public void CodeV2lArray2d(ref V2l[,] value) { throw new NotImplemente... method CodeV2lArray3d (line 28620) | public void CodeV2lArray3d(ref V2l[, ,] value) { throw new NotImplemen... method CodeV2fArray2d (line 28622) | public void CodeV2fArray2d(ref V2f[,] value) { throw new NotImplemente... method CodeV2fArray3d (line 28623) | public void CodeV2fArray3d(ref V2f[, ,] value) { throw new NotImplemen... method CodeV2dArray2d (line 28625) | public void CodeV2dArray2d(ref V2d[,] value) { throw new NotImplemente... method CodeV2dArray3d (line 28626) | public void CodeV2dArray3d(ref V2d[, ,] value) { throw new NotImplemen... method CodeV3iArray2d (line 28628) | public void CodeV3iArray2d(ref V3i[,] value) { throw new NotImplemente... method CodeV3iArray3d (line 28629) | public void CodeV3iArray3d(ref V3i[, ,] value) { throw new NotImplemen... method CodeV3lArray2d (line 28631) | public void CodeV3lArray2d(ref V3l[,] value) { throw new NotImplemente... method CodeV3lArray3d (line 28632) | public void CodeV3lArray3d(ref V3l[, ,] value) { throw new NotImplemen... method CodeV3fArray2d (line 28634) | public void CodeV3fArray2d(ref V3f[,] value) { throw new NotImplemente... method CodeV3fArray3d (line 28635) | public void CodeV3fArray3d(ref V3f[, ,] value) { throw new NotImplemen... method CodeV3dArray2d (line 28637) | public void CodeV3dArray2d(ref V3d[,] value) { throw new NotImplemente... method CodeV3dArray3d (line 28638) | public void CodeV3dArray3d(ref V3d[, ,] value) { throw new NotImplemen... method CodeV4iArray2d (line 28640) | public void CodeV4iArray2d(ref V4i[,] value) { throw new NotImplemente... method CodeV4iArray3d (line 28641) | public void CodeV4iArray3d(ref V4i[, ,] value) { throw new NotImplemen... method CodeV4lArray2d (line 28643) | public void CodeV4lArray2d(ref V4l[,] value) { throw new NotImplemente... method CodeV4lArray3d (line 28644) | public void CodeV4lArray3d(ref V4l[, ,] value) { throw new NotImplemen... method CodeV4fArray2d (line 28646) | public void CodeV4fArray2d(ref V4f[,] value) { throw new NotImplemente... method CodeV4fArray3d (line 28647) | public void CodeV4fArray3d(ref V4f[, ,] value) { throw new NotImplemen... method CodeV4dArray2d (line 28649) | public void CodeV4dArray2d(ref V4d[,] value) { throw new NotImplemente... method CodeV4dArray3d (line 28650) | public void CodeV4dArray3d(ref V4d[, ,] value) { throw new NotImplemen... method CodeM22iArray2d (line 28652) | public void CodeM22iArray2d(ref M22i[,] value) { throw new NotImplemen... method CodeM22iArray3d (line 28653) | public void CodeM22iArray3d(ref M22i[, ,] value) { throw new NotImplem... method CodeM22lArray2d (line 28655) | public void CodeM22lArray2d(ref M22l[,] value) { throw new NotImplemen... method CodeM22lArray3d (line 28656) | public void CodeM22lArray3d(ref M22l[, ,] value) { throw new NotImplem... method CodeM22fArray2d (line 28658) | public void CodeM22fArray2d(ref M22f[,] value) { throw new NotImplemen... method CodeM22fArray3d (line 28659) | public void CodeM22fArray3d(ref M22f[, ,] value) { throw new NotImplem... method CodeM22dArray2d (line 28661) | public void CodeM22dArray2d(ref M22d[,] value) { throw new NotImplemen... method CodeM22dArray3d (line 28662) | public void CodeM22dArray3d(ref M22d[, ,] value) { throw new NotImplem... method CodeM23iArray2d (line 28664) | public void CodeM23iArray2d(ref M23i[,] value) { throw new NotImplemen... method CodeM23iArray3d (line 28665) | public void CodeM23iArray3d(ref M23i[, ,] value) { throw new NotImplem... method CodeM23lArray2d (line 28667) | public void CodeM23lArray2d(ref M23l[,] value) { throw new NotImplemen... method CodeM23lArray3d (line 28668) | public void CodeM23lArray3d(ref M23l[, ,] value) { throw new NotImplem... method CodeM23fArray2d (line 28670) | public void CodeM23fArray2d(ref M23f[,] value) { throw new NotImplemen... method CodeM23fArray3d (line 28671) | public void CodeM23fArray3d(ref M23f[, ,] value) { throw new NotImplem... method CodeM23dArray2d (line 28673) | public void CodeM23dArray2d(ref M23d[,] value) { throw new NotImplemen... method CodeM23dArray3d (line 28674) | public void CodeM23dArray3d(ref M23d[, ,] value) { throw new NotImplem... method CodeM33iArray2d (line 28676) | public void CodeM33iArray2d(ref M33i[,] value) { throw new NotImplemen... method CodeM33iArray3d (line 28677) | public void CodeM33iArray3d(ref M33i[, ,] value) { throw new NotImplem... method CodeM33lArray2d (line 28679) | public void CodeM33lArray2d(ref M33l[,] value) { throw new NotImplemen... method CodeM33lArray3d (line 28680) | public void CodeM33lArray3d(ref M33l[, ,] value) { throw new NotImplem... method CodeM33fArray2d (line 28682) | public void CodeM33fArray2d(ref M33f[,] value) { throw new NotImplemen... method CodeM33fArray3d (line 28683) | public void CodeM33fArray3d(ref M33f[, ,] value) { throw new NotImplem... method CodeM33dArray2d (line 28685) | public void CodeM33dArray2d(ref M33d[,] value) { throw new NotImplemen... method CodeM33dArray3d (line 28686) | public void CodeM33dArray3d(ref M33d[, ,] value) { throw new NotImplem... method CodeM34iArray2d (line 28688) | public void CodeM34iArray2d(ref M34i[,] value) { throw new NotImplemen... method CodeM34iArray3d (line 28689) | public void CodeM34iArray3d(ref M34i[, ,] value) { throw new NotImplem... method CodeM34lArray2d (line 28691) | public void CodeM34lArray2d(ref M34l[,] value) { throw new NotImplemen... method CodeM34lArray3d (line 28692) | public void CodeM34lArray3d(ref M34l[, ,] value) { throw new NotImplem... method CodeM34fArray2d (line 28694) | public void CodeM34fArray2d(ref M34f[,] value) { throw new NotImplemen... method CodeM34fArray3d (line 28695) | public void CodeM34fArray3d(ref M34f[, ,] value) { throw new NotImplem... method CodeM34dArray2d (line 28697) | public void CodeM34dArray2d(ref M34d[,] value) { throw new NotImplemen... method CodeM34dArray3d (line 28698) | public void CodeM34dArray3d(ref M34d[, ,] value) { throw new NotImplem... method CodeM44iArray2d (line 28700) | public void CodeM44iArray2d(ref M44i[,] value) { throw new NotImplemen... method CodeM44iArray3d (line 28701) | public void CodeM44iArray3d(ref M44i[, ,] value) { throw new NotImplem... method CodeM44lArray2d (line 28703) | public void CodeM44lArray2d(ref M44l[,] value) { throw new NotImplemen... method CodeM44lArray3d (line 28704) | public void CodeM44lArray3d(ref M44l[, ,] value) { throw new NotImplem... method CodeM44fArray2d (line 28706) | public void CodeM44fArray2d(ref M44f[,] value) { throw new NotImplemen... method CodeM44fArray3d (line 28707) | public void CodeM44fArray3d(ref M44f[, ,] value) { throw new NotImplem... method CodeM44dArray2d (line 28709) | public void CodeM44dArray2d(ref M44d[,] value) { throw new NotImplemen... method CodeM44dArray3d (line 28710) | public void CodeM44dArray3d(ref M44d[, ,] value) { throw new NotImplem... method CodeC3bArray2d (line 28712) | public void CodeC3bArray2d(ref C3b[,] value) { throw new NotImplemente... method CodeC3bArray3d (line 28713) | public void CodeC3bArray3d(ref C3b[, ,] value) { throw new NotImplemen... method CodeC3usArray2d (line 28715) | public void CodeC3usArray2d(ref C3us[,] value) { throw new NotImplemen... method CodeC3usArray3d (line 28716) | public void CodeC3usArray3d(ref C3us[, ,] value) { throw new NotImplem... method CodeC3uiArray2d (line 28718) | public void CodeC3uiArray2d(ref C3ui[,] value) { throw new NotImplemen... method CodeC3uiArray3d (line 28719) | public void CodeC3uiArray3d(ref C3ui[, ,] value) { throw new NotImplem... method CodeC3fArray2d (line 28721) | public void CodeC3fArray2d(ref C3f[,] value) { throw new NotImplemente... method CodeC3fArray3d (line 28722) | public void CodeC3fArray3d(ref C3f[, ,] value) { throw new NotImplemen... method CodeC3dArray2d (line 28724) | public void CodeC3dArray2d(ref C3d[,] value) { throw new NotImplemente... method CodeC3dArray3d (line 28725) | public void CodeC3dArray3d(ref C3d[, ,] value) { throw new NotImplemen... method CodeC4bArray2d (line 28727) | public void CodeC4bArray2d(ref C4b[,] value) { throw new NotImplemente... method CodeC4bArray3d (line 28728) | public void CodeC4bArray3d(ref C4b[, ,] value) { throw new NotImplemen... method CodeC4usArray2d (line 28730) | public void CodeC4usArray2d(ref C4us[,] value) { throw new NotImplemen... method CodeC4usArray3d (line 28731) | public void CodeC4usArray3d(ref C4us[, ,] value) { throw new NotImplem... method CodeC4uiArray2d (line 28733) | public void CodeC4uiArray2d(ref C4ui[,] value) { throw new NotImplemen... method CodeC4uiArray3d (line 28734) | public void CodeC4uiArray3d(ref C4ui[, ,] value) { throw new NotImplem... method CodeC4fArray2d (line 28736) | public void CodeC4fArray2d(ref C4f[,] value) { throw new NotImplemente... method CodeC4fArray3d (line 28737) | public void CodeC4fArray3d(ref C4f[, ,] value) { throw new NotImplemen... method CodeC4dArray2d (line 28739) | public void CodeC4dArray2d(ref C4d[,] value) { throw new NotImplemente... method CodeC4dArray3d (line 28740) | public void CodeC4dArray3d(ref C4d[, ,] value) { throw new NotImplemen... method CodeRange1bArray2d (line 28742) | public void CodeRange1bArray2d(ref Range1b[,] value) { throw new NotIm... method CodeRange1bArray3d (line 28743) | public void CodeRange1bArray3d(ref Range1b[, ,] value) { throw new Not... method CodeRange1sbArray2d (line 28745) | public void CodeRange1sbArray2d(ref Range1sb[,] value) { throw new Not... method CodeRange1sbArray3d (line 28746) | public void CodeRange1sbArray3d(ref Range1sb[, ,] value) { throw new N... method CodeRange1sArray2d (line 28748) | public void CodeRange1sArray2d(ref Range1s[,] value) { throw new NotIm... method CodeRange1sArray3d (line 28749) | public void CodeRange1sArray3d(ref Range1s[, ,] value) { throw new Not... method CodeRange1usArray2d (line 28751) | public void CodeRange1usArray2d(ref Range1us[,] value) { throw new Not... method CodeRange1usArray3d (line 28752) | public void CodeRange1usArray3d(ref Range1us[, ,] value) { throw new N... method CodeRange1iArray2d (line 28754) | public void CodeRange1iArray2d(ref Range1i[,] value) { throw new NotIm... method CodeRange1iArray3d (line 28755) | public void CodeRange1iArray3d(ref Range1i[, ,] value) { throw new Not... method CodeRange1uiArray2d (line 28757) | public void CodeRange1uiArray2d(ref Range1ui[,] value) { throw new Not... method CodeRange1uiArray3d (line 28758) | public void CodeRange1uiArray3d(ref Range1ui[, ,] value) { throw new N... method CodeRange1lArray2d (line 28760) | public void CodeRange1lArray2d(ref Range1l[,] value) { throw new NotIm... method CodeRange1lArray3d (line 28761) | public void CodeRange1lArray3d(ref Range1l[, ,] value) { throw new Not... method CodeRange1ulArray2d (line 28763) | public void CodeRange1ulArray2d(ref Range1ul[,] value) { throw new Not... method CodeRange1ulArray3d (line 28764) | public void CodeRange1ulArray3d(ref Range1ul[, ,] value) { throw new N... method CodeRange1fArray2d (line 28766) | public void CodeRange1fArray2d(ref Range1f[,] value) { throw new NotIm... method CodeRange1fArray3d (line 28767) | public void CodeRange1fArray3d(ref Range1f[, ,] value) { throw new Not... method CodeRange1dArray2d (line 28769) | public void CodeRange1dArray2d(ref Range1d[,] value) { throw new NotIm... method CodeRange1dArray3d (line 28770) | public void CodeRange1dArray3d(ref Range1d[, ,] value) { throw new Not... method CodeBox2iArray2d (line 28772) | public void CodeBox2iArray2d(ref Box2i[,] value) { throw new NotImplem... method CodeBox2iArray3d (line 28773) | public void CodeBox2iArray3d(ref Box2i[, ,] value) { throw new NotImpl... method CodeBox2lArray2d (line 28775) | public void CodeBox2lArray2d(ref Box2l[,] value) { throw new NotImplem... method CodeBox2lArray3d (line 28776) | public void CodeBox2lArray3d(ref Box2l[, ,] value) { throw new NotImpl... method CodeBox2fArray2d (line 28778) | public void CodeBox2fArray2d(ref Box2f[,] value) { throw new NotImplem... method CodeBox2fArray3d (line 28779) | public void CodeBox2fArray3d(ref Box2f[, ,] value) { throw new NotImpl... method CodeBox2dArray2d (line 28781) | public void CodeBox2dArray2d(ref Box2d[,] value) { throw new NotImplem... method CodeBox2dArray3d (line 28782) | public void CodeBox2dArray3d(ref Box2d[, ,] value) { throw new NotImpl... method CodeBox3iArray2d (line 28784) | public void CodeBox3iArray2d(ref Box3i[,] value) { throw new NotImplem... method CodeBox3iArray3d (line 28785) | public void CodeBox3iArray3d(ref Box3i[, ,] value) { throw new NotImpl... method CodeBox3lArray2d (line 28787) | public void CodeBox3lArray2d(ref Box3l[,] value) { throw new NotImplem... method CodeBox3lArray3d (line 28788) | public void CodeBox3lArray3d(ref Box3l[, ,] value) { throw new NotImpl... method CodeBox3fArray2d (line 28790) | public void CodeBox3fArray2d(ref Box3f[,] value) { throw new NotImplem... method CodeBox3fArray3d (line 28791) | public void CodeBox3fArray3d(ref Box3f[, ,] value) { throw new NotImpl... method CodeBox3dArray2d (line 28793) | public void CodeBox3dArray2d(ref Box3d[,] value) { throw new NotImplem... method CodeBox3dArray3d (line 28794) | public void CodeBox3dArray3d(ref Box3d[, ,] value) { throw new NotImpl... method CodeEuclidean3fArray2d (line 28796) | public void CodeEuclidean3fArray2d(ref Euclidean3f[,] value) { throw n... method CodeEuclidean3fArray3d (line 28797) | public void CodeEuclidean3fArray3d(ref Euclidean3f[, ,] value) { throw... method CodeEuclidean3dArray2d (line 28799) | public void CodeEuclidean3dArray2d(ref Euclidean3d[,] value) { throw n... method CodeEuclidean3dArray3d (line 28800) | public void CodeEuclidean3dArray3d(ref Euclidean3d[, ,] value) { throw... method CodeRot2fArray2d (line 28802) | public void CodeRot2fArray2d(ref Rot2f[,] value) { throw new NotImplem... method CodeRot2fArray3d (line 28803) | public void CodeRot2fArray3d(ref Rot2f[, ,] value) { throw new NotImpl... method CodeRot2dArray2d (line 28805) | public void CodeRot2dArray2d(ref Rot2d[,] value) { throw new NotImplem... method CodeRot2dArray3d (line 28806) | public void CodeRot2dArray3d(ref Rot2d[, ,] value) { throw new NotImpl... method CodeRot3fArray2d (line 28808) | public void CodeRot3fArray2d(ref Rot3f[,] value) { throw new NotImplem... method CodeRot3fArray3d (line 28809) | public void CodeRot3fArray3d(ref Rot3f[, ,] value) { throw new NotImpl... method CodeRot3dArray2d (line 28811) | public void CodeRot3dArray2d(ref Rot3d[,] value) { throw new NotImplem... method CodeRot3dArray3d (line 28812) | public void CodeRot3dArray3d(ref Rot3d[, ,] value) { throw new NotImpl... method CodeScale3fArray2d (line 28814) | public void CodeScale3fArray2d(ref Scale3f[,] value) { throw new NotIm... method CodeScale3fArray3d (line 28815) | public void CodeScale3fArray3d(ref Scale3f[, ,] value) { throw new Not... method CodeScale3dArray2d (line 28817) | public void CodeScale3dArray2d(ref Scale3d[,] value) { throw new NotIm... method CodeScale3dArray3d (line 28818) | public void CodeScale3dArray3d(ref Scale3d[, ,] value) { throw new Not... method CodeShift3fArray2d (line 28820) | public void CodeShift3fArray2d(ref Shift3f[,] value) { throw new NotIm... method CodeShift3fArray3d (line 28821) | public void CodeShift3fArray3d(ref Shift3f[, ,] value) { throw new Not... method CodeShift3dArray2d (line 28823) | public void CodeShift3dArray2d(ref Shift3d[,] value) { throw new NotIm... method CodeShift3dArray3d (line 28824) | public void CodeShift3dArray3d(ref Shift3d[, ,] value) { throw new Not... method CodeTrafo2fArray2d (line 28826) | public void CodeTrafo2fArray2d(ref Trafo2f[,] value) { throw new NotIm... method CodeTrafo2fArray3d (line 28827) | public void CodeTrafo2fArray3d(ref Trafo2f[, ,] value) { throw new Not... method CodeTrafo2dArray2d (line 28829) | public void CodeTrafo2dArray2d(ref Trafo2d[,] value) { throw new NotIm... method CodeTrafo2dArray3d (line 28830) | public void CodeTrafo2dArray3d(ref Trafo2d[, ,] value) { throw new Not... method CodeTrafo3fArray2d (line 28832) | public void CodeTrafo3fArray2d(ref Trafo3f[,] value) { throw new NotIm... method CodeTrafo3fArray3d (line 28833) | public void CodeTrafo3fArray3d(ref Trafo3f[, ,] value) { throw new Not... method CodeTrafo3dArray2d (line 28835) | public void CodeTrafo3dArray2d(ref Trafo3d[,] value) { throw new NotIm... method CodeTrafo3dArray3d (line 28836) | public void CodeTrafo3dArray3d(ref Trafo3d[, ,] value) { throw new Not... method CodeByteArrayArray (line 28842) | public void CodeByteArrayArray(ref byte[][] value) { throw new NotImpl... method CodeByteArrayArrayArray (line 28843) | public void CodeByteArrayArrayArray(ref byte[][][] value) { throw new ... method CodeSByteArrayArray (line 28845) | public void CodeSByteArrayArray(ref sbyte[][] value) { throw new NotIm... method CodeSByteArrayArrayArray (line 28846) | public void CodeSByteArrayArrayArray(ref sbyte[][][] value) { throw ne... method CodeShortArrayArray (line 28848) | public void CodeShortArrayArray(ref short[][] value) { throw new NotIm... method CodeShortArrayArrayArray (line 28849) | public void CodeShortArrayArrayArray(ref short[][][] value) { throw ne... method CodeUShortArrayArray (line 28851) | public void CodeUShortArrayArray(ref ushort[][] value) { throw new Not... method CodeUShortArrayArrayArray (line 28852) | public void CodeUShortArrayArrayArray(ref ushort[][][] value) { throw ... method CodeIntArrayArray (line 28854) | public void CodeIntArrayArray(ref int[][] value) { throw new NotImplem... method CodeIntArrayArrayArray (line 28855) | public void CodeIntArrayArrayArray(ref int[][][] value) { throw new No... method CodeUIntArrayArray (line 28857) | public void CodeUIntArrayArray(ref uint[][] value) { throw new NotImpl... method CodeUIntArrayArrayArray (line 28858) | public void CodeUIntArrayArrayArray(ref uint[][][] value) { throw new ... method CodeLongArrayArray (line 28860) | public void CodeLongArrayArray(ref long[][] value) { throw new NotImpl... method CodeLongArrayArrayArray (line 28861) | public void CodeLongArrayArrayArray(ref long[][][] value) { throw new ... method CodeULongArrayArray (line 28863) | public void CodeULongArrayArray(ref ulong[][] value) { throw new NotIm... method CodeULongArrayArrayArray (line 28864) | public void CodeULongArrayArrayArray(ref ulong[][][] value) { throw ne... method CodeFloatArrayArray (line 28866) | public void CodeFloatArrayArray(ref float[][] value) { throw new NotIm... method CodeFloatArrayArrayArray (line 28867) | public void CodeFloatArrayArrayArray(ref float[][][] value) { throw ne... method CodeDoubleArrayArray (line 28869) | public void CodeDoubleArrayArray(ref double[][] value) { throw new Not... method CodeDoubleArrayArrayArray (line 28870) | public void CodeDoubleArrayArrayArray(ref double[][][] value) { throw ... method CodeFractionArrayArray (line 28872) | public void CodeFractionArrayArray(ref Fraction[][] value) { throw new... method CodeFractionArrayArrayArray (line 28873) | public void CodeFractionArrayArrayArray(ref Fraction[][][] value) { th... method CodeV2iArrayArray (line 28875) | public void CodeV2iArrayArray(ref V2i[][] value) { throw new NotImplem... method CodeV2iArrayArrayArray (line 28876) | public void CodeV2iArrayArrayArray(ref V2i[][][] value) { throw new No... method CodeV2lArrayArray (line 28878) | public void CodeV2lArrayArray(ref V2l[][] value) { throw new NotImplem... method CodeV2lArrayArrayArray (line 28879) | public void CodeV2lArrayArrayArray(ref V2l[][][] value) { throw new No... method CodeV2fArrayArray (line 28881) | public void CodeV2fArrayArray(ref V2f[][] value) { throw new NotImplem... method CodeV2fArrayArrayArray (line 28882) | public void CodeV2fArrayArrayArray(ref V2f[][][] value) { throw new No... method CodeV2dArrayArray (line 28884) | public void CodeV2dArrayArray(ref V2d[][] value) { throw new NotImplem... method CodeV2dArrayArrayArray (line 28885) | public void CodeV2dArrayArrayArray(ref V2d[][][] value) { throw new No... method CodeV3iArrayArray (line 28887) | public void CodeV3iArrayArray(ref V3i[][] value) { throw new NotImplem... method CodeV3iArrayArrayArray (line 28888) | public void CodeV3iArrayArrayArray(ref V3i[][][] value) { throw new No... method CodeV3lArrayArray (line 28890) | public void CodeV3lArrayArray(ref V3l[][] value) { throw new NotImplem... method CodeV3lArrayArrayArray (line 28891) | public void CodeV3lArrayArrayArray(ref V3l[][][] value) { throw new No... method CodeV3fArrayArray (line 28893) | public void CodeV3fArrayArray(ref V3f[][] value) { throw new NotImplem... method CodeV3fArrayArrayArray (line 28894) | public void CodeV3fArrayArrayArray(ref V3f[][][] value) { throw new No... method CodeV3dArrayArray (line 28896) | public void CodeV3dArrayArray(ref V3d[][] value) { throw new NotImplem... method CodeV3dArrayArrayArray (line 28897) | public void CodeV3dArrayArrayArray(ref V3d[][][] value) { throw new No... method CodeV4iArrayArray (line 28899) | public void CodeV4iArrayArray(ref V4i[][] value) { throw new NotImplem... method CodeV4iArrayArrayArray (line 28900) | public void CodeV4iArrayArrayArray(ref V4i[][][] value) { throw new No... method CodeV4lArrayArray (line 28902) | public void CodeV4lArrayArray(ref V4l[][] value) { throw new NotImplem... method CodeV4lArrayArrayArray (line 28903) | public void CodeV4lArrayArrayArray(ref V4l[][][] value) { throw new No... method CodeV4fArrayArray (line 28905) | public void CodeV4fArrayArray(ref V4f[][] value) { throw new NotImplem... method CodeV4fArrayArrayArray (line 28906) | public void CodeV4fArrayArrayArray(ref V4f[][][] value) { throw new No... method CodeV4dArrayArray (line 28908) | public void CodeV4dArrayArray(ref V4d[][] value) { throw new NotImplem... method CodeV4dArrayArrayArray (line 28909) | public void CodeV4dArrayArrayArray(ref V4d[][][] value) { throw new No... method CodeM22iArrayArray (line 28911) | public void CodeM22iArrayArray(ref M22i[][] value) { throw new NotImpl... method CodeM22iArrayArrayArray (line 28912) | public void CodeM22iArrayArrayArray(ref M22i[][][] value) { throw new ... method CodeM22lArrayArray (line 28914) | public void CodeM22lArrayArray(ref M22l[][] value) { throw new NotImpl... method CodeM22lArrayArrayArray (line 28915) | public void CodeM22lArrayArrayArray(ref M22l[][][] value) { throw new ... method CodeM22fArrayArray (line 28917) | public void CodeM22fArrayArray(ref M22f[][] value) { throw new NotImpl... method CodeM22fArrayArrayArray (line 28918) | public void CodeM22fArrayArrayArray(ref M22f[][][] value) { throw new ... method CodeM22dArrayArray (line 28920) | public void CodeM22dArrayArray(ref M22d[][] value) { throw new NotImpl... method CodeM22dArrayArrayArray (line 28921) | public void CodeM22dArrayArrayArray(ref M22d[][][] value) { throw new ... method CodeM23iArrayArray (line 28923) | public void CodeM23iArrayArray(ref M23i[][] value) { throw new NotImpl... method CodeM23iArrayArrayArray (line 28924) | public void CodeM23iArrayArrayArray(ref M23i[][][] value) { throw new ... method CodeM23lArrayArray (line 28926) | public void CodeM23lArrayArray(ref M23l[][] value) { throw new NotImpl... method CodeM23lArrayArrayArray (line 28927) | public void CodeM23lArrayArrayArray(ref M23l[][][] value) { throw new ... method CodeM23fArrayArray (line 28929) | public void CodeM23fArrayArray(ref M23f[][] value) { throw new NotImpl... method CodeM23fArrayArrayArray (line 28930) | public void CodeM23fArrayArrayArray(ref M23f[][][] value) { throw new ... method CodeM23dArrayArray (line 28932) | public void CodeM23dArrayArray(ref M23d[][] value) { throw new NotImpl... method CodeM23dArrayArrayArray (line 28933) | public void CodeM23dArrayArrayArray(ref M23d[][][] value) { throw new ... method CodeM33iArrayArray (line 28935) | public void CodeM33iArrayArray(ref M33i[][] value) { throw new NotImpl... method CodeM33iArrayArrayArray (line 28936) | public void CodeM33iArrayArrayArray(ref M33i[][][] value) { throw new ... method CodeM33lArrayArray (line 28938) | public void CodeM33lArrayArray(ref M33l[][] value) { throw new NotImpl... method CodeM33lArrayArrayArray (line 28939) | public void CodeM33lArrayArrayArray(ref M33l[][][] value) { throw new ... method CodeM33fArrayArray (line 28941) | public void CodeM33fArrayArray(ref M33f[][] value) { throw new NotImpl... method CodeM33fArrayArrayArray (line 28942) | public void CodeM33fArrayArrayArray(ref M33f[][][] value) { throw new ... method CodeM33dArrayArray (line 28944) | public void CodeM33dArrayArray(ref M33d[][] value) { throw new NotImpl... method CodeM33dArrayArrayArray (line 28945) | public void CodeM33dArrayArrayArray(ref M33d[][][] value) { throw new ... method CodeM34iArrayArray (line 28947) | public void CodeM34iArrayArray(ref M34i[][] value) { throw new NotImpl... method CodeM34iArrayArrayArray (line 28948) | public void CodeM34iArrayArrayArray(ref M34i[][][] value) { throw new ... method CodeM34lArrayArray (line 28950) | public void CodeM34lArrayArray(ref M34l[][] value) { throw new NotImpl... method CodeM34lArrayArrayArray (line 28951) | public void CodeM34lArrayArrayArray(ref M34l[][][] value) { throw new ... method CodeM34fArrayArray (line 28953) | public void CodeM34fArrayArray(ref M34f[][] value) { throw new NotImpl... method CodeM34fArrayArrayArray (line 28954) | public void CodeM34fArrayArrayArray(ref M34f[][][] value) { throw new ... method CodeM34dArrayArray (line 28956) | public void CodeM34dArrayArray(ref M34d[][] value) { throw new NotImpl... method CodeM34dArrayArrayArray (line 28957) | public void CodeM34dArrayArrayArray(ref M34d[][][] value) { throw new ... method CodeM44iArrayArray (line 28959) | public void CodeM44iArrayArray(ref M44i[][] value) { throw new NotImpl... method CodeM44iArrayArrayArray (line 28960) | public void CodeM44iArrayArrayArray(ref M44i[][][] value) { throw new ... method CodeM44lArrayArray (line 28962) | public void CodeM44lArrayArray(ref M44l[][] value) { throw new NotImpl... method CodeM44lArrayArrayArray (line 28963) | public void CodeM44lArrayArrayArray(ref M44l[][][] value) { throw new ... method CodeM44fArrayArray (line 28965) | public void CodeM44fArrayArray(ref M44f[][] value) { throw new NotImpl... method CodeM44fArrayArrayArray (line 28966) | public void CodeM44fArrayArrayArray(ref M44f[][][] value) { throw new ... method CodeM44dArrayArray (line 28968) | public void CodeM44dArrayArray(ref M44d[][] value) { throw new NotImpl... method CodeM44dArrayArrayArray (line 28969) | public void CodeM44dArrayArrayArray(ref M44d[][][] value) { throw new ... method CodeC3bArrayArray (line 28971) | public void CodeC3bArrayArray(ref C3b[][] value) { throw new NotImplem... method CodeC3bArrayArrayArray (line 28972) | public void CodeC3bArrayArrayArray(ref C3b[][][] value) { throw new No... method CodeC3usArrayArray (line 28974) | public void CodeC3usArrayArray(ref C3us[][] value) { throw new NotImpl... method CodeC3usArrayArrayArray (line 28975) | public void CodeC3usArrayArrayArray(ref C3us[][][] value) { throw new ... method CodeC3uiArrayArray (line 28977) | public void CodeC3uiArrayArray(ref C3ui[][] value) { throw new NotImpl... method CodeC3uiArrayArrayArray (line 28978) | public void CodeC3uiArrayArrayArray(ref C3ui[][][] value) { throw new ... method CodeC3fArrayArray (line 28980) | public void CodeC3fArrayArray(ref C3f[][] value) { throw new NotImplem... method CodeC3fArrayArrayArray (line 28981) | public void CodeC3fArrayArrayArray(ref C3f[][][] value) { throw new No... method CodeC3dArrayArray (line 28983) | public void CodeC3dArrayArray(ref C3d[][] value) { throw new NotImplem... method CodeC3dArrayArrayArray (line 28984) | public void CodeC3dArrayArrayArray(ref C3d[][][] value) { throw new No... method CodeC4bArrayArray (line 28986) | public void CodeC4bArrayArray(ref C4b[][] value) { throw new NotImplem... method CodeC4bArrayArrayArray (line 28987) | public void CodeC4bArrayArrayArray(ref C4b[][][] value) { throw new No... method CodeC4usArrayArray (line 28989) | public void CodeC4usArrayArray(ref C4us[][] value) { throw new NotImpl... method CodeC4usArrayArrayArray (line 28990) | public void CodeC4usArrayArrayArray(ref C4us[][][] value) { throw new ... method CodeC4uiArrayArray (line 28992) | public void CodeC4uiArrayArray(ref C4ui[][] value) { throw new NotImpl... method CodeC4uiArrayArrayArray (line 28993) | public void CodeC4uiArrayArrayArray(ref C4ui[][][] value) { throw new ... method CodeC4fArrayArray (line 28995) | public void CodeC4fArrayArray(ref C4f[][] value) { throw new NotImplem... method CodeC4fArrayArrayArray (line 28996) | public void CodeC4fArrayArrayArray(ref C4f[][][] value) { throw new No... method CodeC4dArrayArray (line 28998) | public void CodeC4dArrayArray(ref C4d[][] value) { throw new NotImplem... method CodeC4dArrayArrayArray (line 28999) | public void CodeC4dArrayArrayArray(ref C4d[][][] value) { throw new No... method CodeRange1bArrayArray (line 29001) | public void CodeRange1bArrayArray(ref Range1b[][] value) { throw new N... method CodeRange1bArrayArrayArray (line 29002) | public void CodeRange1bArrayArrayArray(ref Range1b[][][] value) { thro... method CodeRange1sbArrayArray (line 29004) | public void CodeRange1sbArrayArray(ref Range1sb[][] value) { throw new... method CodeRange1sbArrayArrayArray (line 29005) | public void CodeRange1sbArrayArrayArray(ref Range1sb[][][] value) { th... method CodeRange1sArrayArray (line 29007) | public void CodeRange1sArrayArray(ref Range1s[][] value) { throw new N... method CodeRange1sArrayArrayArray (line 29008) | public void CodeRange1sArrayArrayArray(ref Range1s[][][] value) { thro... method CodeRange1usArrayArray (line 29010) | public void CodeRange1usArrayArray(ref Range1us[][] value) { throw new... method CodeRange1usArrayArrayArray (line 29011) | public void CodeRange1usArrayArrayArray(ref Range1us[][][] value) { th... method CodeRange1iArrayArray (line 29013) | public void CodeRange1iArrayArray(ref Range1i[][] value) { throw new N... method CodeRange1iArrayArrayArray (line 29014) | public void CodeRange1iArrayArrayArray(ref Range1i[][][] value) { thro... method CodeRange1uiArrayArray (line 29016) | public void CodeRange1uiArrayArray(ref Range1ui[][] value) { throw new... method CodeRange1uiArrayArrayArray (line 29017) | public void CodeRange1uiArrayArrayArray(ref Range1ui[][][] value) { th... method CodeRange1lArrayArray (line 29019) | public void CodeRange1lArrayArray(ref Range1l[][] value) { throw new N... method CodeRange1lArrayArrayArray (line 29020) | public void CodeRange1lArrayArrayArray(ref Range1l[][][] value) { thro... method CodeRange1ulArrayArray (line 29022) | public void CodeRange1ulArrayArray(ref Range1ul[][] value) { throw new... method CodeRange1ulArrayArrayArray (line 29023) | public void CodeRange1ulArrayArrayArray(ref Range1ul[][][] value) { th... method CodeRange1fArrayArray (line 29025) | public void CodeRange1fArrayArray(ref Range1f[][] value) { throw new N... method CodeRange1fArrayArrayArray (line 29026) | public void CodeRange1fArrayArrayArray(ref Range1f[][][] value) { thro... method CodeRange1dArrayArray (line 29028) | public void CodeRange1dArrayArray(ref Range1d[][] value) { throw new N... method CodeRange1dArrayArrayArray (line 29029) | public void CodeRange1dArrayArrayArray(ref Range1d[][][] value) { thro... method CodeBox2iArrayArray (line 29031) | public void CodeBox2iArrayArray(ref Box2i[][] value) { throw new NotIm... method CodeBox2iArrayArrayArray (line 29032) | public void CodeBox2iArrayArrayArray(ref Box2i[][][] value) { throw ne... method CodeBox2lArrayArray (line 29034) | public void CodeBox2lArrayArray(ref Box2l[][] value) { throw new NotIm... method CodeBox2lArrayArrayArray (line 29035) | public void CodeBox2lArrayArrayArray(ref Box2l[][][] value) { throw ne... method CodeBox2fArrayArray (line 29037) | public void CodeBox2fArrayArray(ref Box2f[][] value) { throw new NotIm... method CodeBox2fArrayArrayArray (line 29038) | public void CodeBox2fArrayArrayArray(ref Box2f[][][] value) { throw ne... method CodeBox2dArrayArray (line 29040) | public void CodeBox2dArrayArray(ref Box2d[][] value) { throw new NotIm... method CodeBox2dArrayArrayArray (line 29041) | public void CodeBox2dArrayArrayArray(ref Box2d[][][] value) { throw ne... method CodeBox3iArrayArray (line 29043) | public void CodeBox3iArrayArray(ref Box3i[][] value) { throw new NotIm... method CodeBox3iArrayArrayArray (line 29044) | public void CodeBox3iArrayArrayArray(ref Box3i[][][] value) { throw ne... method CodeBox3lArrayArray (line 29046) | public void CodeBox3lArrayArray(ref Box3l[][] value) { throw new NotIm... method CodeBox3lArrayArrayArray (line 29047) | public void CodeBox3lArrayArrayArray(ref Box3l[][][] value) { throw ne... method CodeBox3fArrayArray (line 29049) | public void CodeBox3fArrayArray(ref Box3f[][] value) { throw new NotIm... method CodeBox3fArrayArrayArray (line 29050) | public void CodeBox3fArrayArrayArray(ref Box3f[][][] value) { throw ne... method CodeBox3dArrayArray (line 29052) | public void CodeBox3dArrayArray(ref Box3d[][] value) { throw new NotIm... method CodeBox3dArrayArrayArray (line 29053) | public void CodeBox3dArrayArrayArray(ref Box3d[][][] value) { throw ne... method CodeEuclidean3fArrayArray (line 29055) | public void CodeEuclidean3fArrayArray(ref Euclidean3f[][] value) { thr... method CodeEuclidean3fArrayArrayArray (line 29056) | public void CodeEuclidean3fArrayArrayArray(ref Euclidean3f[][][] value... method CodeEuclidean3dArrayArray (line 29058) | public void CodeEuclidean3dArrayArray(ref Euclidean3d[][] value) { thr... method CodeEuclidean3dArrayArrayArray (line 29059) | public void CodeEuclidean3dArrayArrayArray(ref Euclidean3d[][][] value... method CodeRot2fArrayArray (line 29061) | public void CodeRot2fArrayArray(ref Rot2f[][] value) { throw new NotIm... method CodeRot2fArrayArrayArray (line 29062) | public void CodeRot2fArrayArrayArray(ref Rot2f[][][] value) { throw ne... method CodeRot2dArrayArray (line 29064) | public void CodeRot2dArrayArray(ref Rot2d[][] value) { throw new NotIm... method CodeRot2dArrayArrayArray (line 29065) | public void CodeRot2dArrayArrayArray(ref Rot2d[][][] value) { throw ne... method CodeRot3fArrayArray (line 29067) | public void CodeRot3fArrayArray(ref Rot3f[][] value) { throw new NotIm... method CodeRot3fArrayArrayArray (line 29068) | public void CodeRot3fArrayArrayArray(ref Rot3f[][][] value) { throw ne... method CodeRot3dArrayArray (line 29070) | public void CodeRot3dArrayArray(ref Rot3d[][] value) { throw new NotIm... method CodeRot3dArrayArrayArray (line 29071) | public void CodeRot3dArrayArrayArray(ref Rot3d[][][] value) { throw ne... method CodeScale3fArrayArray (line 29073) | public void CodeScale3fArrayArray(ref Scale3f[][] value) { throw new N... method CodeScale3fArrayArrayArray (line 29074) | public void CodeScale3fArrayArrayArray(ref Scale3f[][][] value) { thro... method CodeScale3dArrayArray (line 29076) | public void CodeScale3dArrayArray(ref Scale3d[][] value) { throw new N... method CodeScale3dArrayArrayArray (line 29077) | public void CodeScale3dArrayArrayArray(ref Scale3d[][][] value) { thro... method CodeShift3fArrayArray (line 29079) | public void CodeShift3fArrayArray(ref Shift3f[][] value) { throw new N... method CodeShift3fArrayArrayArray (line 29080) | public void CodeShift3fArrayArrayArray(ref Shift3f[][][] value) { thro... method CodeShift3dArrayArray (line 29082) | public void CodeShift3dArrayArray(ref Shift3d[][] value) { throw new N... method CodeShift3dArrayArrayArray (line 29083) | public void CodeShift3dArrayArrayArray(ref Shift3d[][][] value) { thro... method CodeTrafo2fArrayArray (line 29085) | public void CodeTrafo2fArrayArray(ref Trafo2f[][] value) { throw new N... method CodeTrafo2fArrayArrayArray (line 29086) | public void CodeTrafo2fArrayArrayArray(ref Trafo2f[][][] value) { thro... method CodeTrafo2dArrayArray (line 29088) | public void CodeTrafo2dArrayArray(ref Trafo2d[][] value) { throw new N... method CodeTrafo2dArrayArrayArray (line 29089) | public void CodeTrafo2dArrayArrayArray(ref Trafo2d[][][] value) { thro... method CodeTrafo3fArrayArray (line 29091) | public void CodeTrafo3fArrayArray(ref Trafo3f[][] value) { throw new N... method CodeTrafo3fArrayArrayArray (line 29092) | public void CodeTrafo3fArrayArrayArray(ref Trafo3f[][][] value) { thro... method CodeTrafo3dArrayArray (line 29094) | public void CodeTrafo3dArrayArray(ref Trafo3d[][] value) { throw new N... method CodeTrafo3dArrayArrayArray (line 29095) | public void CodeTrafo3dArrayArrayArray(ref Trafo3d[][][] value) { thro... method CodeList_of_V2i_ (line 29101) | public void CodeList_of_V2i_(ref List value) method CodeList_of_V2ui_ (line 29106) | public void CodeList_of_V2ui_(ref List value) method CodeList_of_V2l_ (line 29111) | public void CodeList_of_V2l_(ref List value) method CodeList_of_V2f_ (line 29116) | public void CodeList_of_V2f_(ref List value) method CodeList_of_V2d_ (line 29121) | public void CodeList_of_V2d_(ref List value) method CodeList_of_V3i_ (line 29126) | public void CodeList_of_V3i_(ref List value) method CodeList_of_V3ui_ (line 29131) | public void CodeList_of_V3ui_(ref List value) method CodeList_of_V3l_ (line 29136) | public void CodeList_of_V3l_(ref List value) method CodeList_of_V3f_ (line 29141) | public void CodeList_of_V3f_(ref List value) method CodeList_of_V3d_ (line 29146) | public void CodeList_of_V3d_(ref List value) method CodeList_of_V4i_ (line 29151) | public void CodeList_of_V4i_(ref List value) method CodeList_of_V4ui_ (line 29156) | public void CodeList_of_V4ui_(ref List value) method CodeList_of_V4l_ (line 29161) | public void CodeList_of_V4l_(ref List value) method CodeList_of_V4f_ (line 29166) | public void CodeList_of_V4f_(ref List value) method CodeList_of_V4d_ (line 29171) | public void CodeList_of_V4d_(ref List value) method CodeList_of_M22i_ (line 29176) | public void CodeList_of_M22i_(ref List value) method CodeList_of_M22l_ (line 29181) | public void CodeList_of_M22l_(ref List value) method CodeList_of_M22f_ (line 29186) | public void CodeList_of_M22f_(ref List value) method CodeList_of_M22d_ (line 29191) | public void CodeList_of_M22d_(ref List value) method CodeList_of_M23i_ (line 29196) | public void CodeList_of_M23i_(ref List value) method CodeList_of_M23l_ (line 29201) | public void CodeList_of_M23l_(ref List value) method CodeList_of_M23f_ (line 29206) | public void CodeList_of_M23f_(ref List value) method CodeList_of_M23d_ (line 29211) | public void CodeList_of_M23d_(ref List value) method CodeList_of_M33i_ (line 29216) | public void CodeList_of_M33i_(ref List value) method CodeList_of_M33l_ (line 29221) | public void CodeList_of_M33l_(ref List value) method CodeList_of_M33f_ (line 29226) | public void CodeList_of_M33f_(ref List value) method CodeList_of_M33d_ (line 29231) | public void CodeList_of_M33d_(ref List value) method CodeList_of_M34i_ (line 29236) | public void CodeList_of_M34i_(ref List value) method CodeList_of_M34l_ (line 29241) | public void CodeList_of_M34l_(ref List value) method CodeList_of_M34f_ (line 29246) | public void CodeList_of_M34f_(ref List value) method CodeList_of_M34d_ (line 29251) | public void CodeList_of_M34d_(ref List value) method CodeList_of_M44i_ (line 29256) | public void CodeList_of_M44i_(ref List value) method CodeList_of_M44l_ (line 29261) | public void CodeList_of_M44l_(ref List value) method CodeList_of_M44f_ (line 29266) | public void CodeList_of_M44f_(ref List value) method CodeList_of_M44d_ (line 29271) | public void CodeList_of_M44d_(ref List value) method CodeList_of_Range1b_ (line 29276) | public void CodeList_of_Range1b_(ref List value) method CodeList_of_Range1sb_ (line 29281) | public void CodeList_of_Range1sb_(ref List value) method CodeList_of_Range1s_ (line 29286) | public void CodeList_of_Range1s_(ref List value) method CodeList_of_Range1us_ (line 29291) | public void CodeList_of_Range1us_(ref List value) method CodeList_of_Range1i_ (line 29296) | public void CodeList_of_Range1i_(ref List value) method CodeList_of_Range1ui_ (line 29301) | public void CodeList_of_Range1ui_(ref List value) method CodeList_of_Range1l_ (line 29306) | public void CodeList_of_Range1l_(ref List value) method CodeList_of_Range1ul_ (line 29311) | public void CodeList_of_Range1ul_(ref List value) method CodeList_of_Range1f_ (line 29316) | public void CodeList_of_Range1f_(ref List value) method CodeList_of_Range1d_ (line 29321) | public void CodeList_of_Range1d_(ref List value) method CodeList_of_Box2i_ (line 29326) | public void CodeList_of_Box2i_(ref List value) method CodeList_of_Box2l_ (line 29331) | public void CodeList_of_Box2l_(ref List value) method CodeList_of_Box2f_ (line 29336) | public void CodeList_of_Box2f_(ref List value) method CodeList_of_Box2d_ (line 29341) | public void CodeList_of_Box2d_(ref List value) method CodeList_of_Box3i_ (line 29346) | public void CodeList_of_Box3i_(ref List value) method CodeList_of_Box3l_ (line 29351) | public void CodeList_of_Box3l_(ref List value) method CodeList_of_Box3f_ (line 29356) | public void CodeList_of_Box3f_(ref List value) method CodeList_of_Box3d_ (line 29361) | public void CodeList_of_Box3d_(ref List value) method CodeList_of_C3b_ (line 29366) | public void CodeList_of_C3b_(ref List value) method CodeList_of_C3us_ (line 29371) | public void CodeList_of_C3us_(ref List value) method CodeList_of_C3ui_ (line 29376) | public void CodeList_of_C3ui_(ref List value) method CodeList_of_C3f_ (line 29381) | public void CodeList_of_C3f_(ref List value) method CodeList_of_C3d_ (line 29386) | public void CodeList_of_C3d_(ref List value) method CodeList_of_C4b_ (line 29391) | public void CodeList_of_C4b_(ref List value) method CodeList_of_C4us_ (line 29396) | public void CodeList_of_C4us_(ref List value) method CodeList_of_C4ui_ (line 29401) | public void CodeList_of_C4ui_(ref List value) method CodeList_of_C4f_ (line 29406) | public void CodeList_of_C4f_(ref List value) method CodeList_of_C4d_ (line 29411) | public void CodeList_of_C4d_(ref List value) method CodeList_of_Euclidean3f_ (line 29416) | public void CodeList_of_Euclidean3f_(ref List value) method CodeList_of_Euclidean3d_ (line 29421) | public void CodeList_of_Euclidean3d_(ref List value) method CodeList_of_Rot2f_ (line 29426) | public void CodeList_of_Rot2f_(ref List value) method CodeList_of_Rot2d_ (line 29431) | public void CodeList_of_Rot2d_(ref List value) method CodeList_of_Rot3f_ (line 29436) | public void CodeList_of_Rot3f_(ref List value) method CodeList_of_Rot3d_ (line 29441) | public void CodeList_of_Rot3d_(ref List value) method CodeList_of_Scale3f_ (line 29446) | public void CodeList_of_Scale3f_(ref List value) method CodeList_of_Scale3d_ (line 29451) | public void CodeList_of_Scale3d_(ref List value) method CodeList_of_Shift3f_ (line 29456) | public void CodeList_of_Shift3f_(ref List value) method CodeList_of_Shift3d_ (line 29461) | public void CodeList_of_Shift3d_(ref List value) method CodeList_of_Trafo2f_ (line 29466) | public void CodeList_of_Trafo2f_(ref List value) method CodeList_of_Trafo2d_ (line 29471) | public void CodeList_of_Trafo2d_(ref List value) method CodeList_of_Trafo3f_ (line 29476) | public void CodeList_of_Trafo3f_(ref List value) method CodeList_of_Trafo3d_ (line 29481) | public void CodeList_of_Trafo3d_(ref List value) method CodeList_of_Circle2d_ (line 29486) | public void CodeList_of_Circle2d_(ref List value) method CodeList_of_Line2d_ (line 29491) | public void CodeList_of_Line2d_(ref List value) method CodeList_of_Line3d_ (line 29496) | public void CodeList_of_Line3d_(ref List value) method CodeList_of_Plane2d_ (line 29501) | public void CodeList_of_Plane2d_(ref List value) method CodeList_of_Plane3d_ (line 29506) | public void CodeList_of_Plane3d_(ref List value) method CodeList_of_PlaneWithPoint3d_ (line 29511) | public void CodeList_of_PlaneWithPoint3d_(ref List v... method CodeList_of_Quad2d_ (line 29516) | public void CodeList_of_Quad2d_(ref List value) method CodeList_of_Quad3d_ (line 29521) | public void CodeList_of_Quad3d_(ref List value) method CodeList_of_Ray2d_ (line 29526) | public void CodeList_of_Ray2d_(ref List value) method CodeList_of_Ray3d_ (line 29531) | public void CodeList_of_Ray3d_(ref List value) method CodeList_of_Sphere3d_ (line 29536) | public void CodeList_of_Sphere3d_(ref List value) method CodeList_of_Triangle2d_ (line 29541) | public void CodeList_of_Triangle2d_(ref List value) method CodeList_of_Triangle3d_ (line 29546) | public void CodeList_of_Triangle3d_(ref List value) method CodeList_of_Circle2f_ (line 29551) | public void CodeList_of_Circle2f_(ref List value) method CodeList_of_Line2f_ (line 29556) | public void CodeList_of_Line2f_(ref List value) method CodeList_of_Line3f_ (line 29561) | public void CodeList_of_Line3f_(ref List value) method CodeList_of_Plane2f_ (line 29566) | public void CodeList_of_Plane2f_(ref List value) method CodeList_of_Plane3f_ (line 29571) | public void CodeList_of_Plane3f_(ref List value) method CodeList_of_PlaneWithPoint3f_ (line 29576) | public void CodeList_of_PlaneWithPoint3f_(ref List v... method CodeList_of_Quad2f_ (line 29581) | public void CodeList_of_Quad2f_(ref List value) method CodeList_of_Quad3f_ (line 29586) | public void CodeList_of_Quad3f_(ref List value) method CodeList_of_Ray2f_ (line 29591) | public void CodeList_of_Ray2f_(ref List value) method CodeList_of_Ray3f_ (line 29596) | public void CodeList_of_Ray3f_(ref List value) method CodeList_of_Sphere3f_ (line 29601) | public void CodeList_of_Sphere3f_(ref List value) method CodeList_of_Triangle2f_ (line 29606) | public void CodeList_of_Triangle2f_(ref List value) method CodeList_of_Triangle3f_ (line 29611) | public void CodeList_of_Triangle3f_(ref List value) method CodeVector_of_Byte_Array (line 29620) | public void CodeVector_of_Byte_Array(ref Vector[] value) method CodeVector_of_SByte_Array (line 29631) | public void CodeVector_of_SByte_Array(ref Vector[] value) method CodeVector_of_Short_Array (line 29642) | public void CodeVector_of_Short_Array(ref Vector[] value) method CodeVector_of_UShort_Array (line 29653) | public void CodeVector_of_UShort_Array(ref Vector[] value) method CodeVector_of_Int_Array (line 29664) | public void CodeVector_of_Int_Array(ref Vector[] value) method CodeVector_of_UInt_Array (line 29675) | public void CodeVector_of_UInt_Array(ref Vector[] value) method CodeVector_of_Long_Array (line 29686) | public void CodeVector_of_Long_Array(ref Vector[] value) method CodeVector_of_ULong_Array (line 29697) | public void CodeVector_of_ULong_Array(ref Vector[] value) method CodeVector_of_Float_Array (line 29708) | public void CodeVector_of_Float_Array(ref Vector[] value) method CodeVector_of_Double_Array (line 29719) | public void CodeVector_of_Double_Array(ref Vector[] value) method CodeVector_of_Fraction_Array (line 29730) | public void CodeVector_of_Fraction_Array(ref Vector[] value) method CodeVector_of_V2i_Array (line 29741) | public void CodeVector_of_V2i_Array(ref Vector[] value) method CodeVector_of_V2l_Array (line 29752) | public void CodeVector_of_V2l_Array(ref Vector[] value) method CodeVector_of_V2f_Array (line 29763) | public void CodeVector_of_V2f_Array(ref Vector[] value) method CodeVector_of_V2d_Array (line 29774) | public void CodeVector_of_V2d_Array(ref Vector[] value) method CodeVector_of_V3i_Array (line 29785) | public void CodeVector_of_V3i_Array(ref Vector[] value) method CodeVector_of_V3l_Array (line 29796) | public void CodeVector_of_V3l_Array(ref Vector[] value) method CodeVector_of_V3f_Array (line 29807) | public void CodeVector_of_V3f_Array(ref Vector[] value) method CodeVector_of_V3d_Array (line 29818) | public void CodeVector_of_V3d_Array(ref Vector[] value) method CodeVector_of_V4i_Array (line 29829) | public void CodeVector_of_V4i_Array(ref Vector[] value) method CodeVector_of_V4l_Array (line 29840) | public void CodeVector_of_V4l_Array(ref Vector[] value) method CodeVector_of_V4f_Array (line 29851) | public void CodeVector_of_V4f_Array(ref Vector[] value) method CodeVector_of_V4d_Array (line 29862) | public void CodeVector_of_V4d_Array(ref Vector[] value) method CodeVector_of_M22i_Array (line 29873) | public void CodeVector_of_M22i_Array(ref Vector[] value) method CodeVector_of_M22l_Array (line 29884) | public void CodeVector_of_M22l_Array(ref Vector[] value) method CodeVector_of_M22f_Array (line 29895) | public void CodeVector_of_M22f_Array(ref Vector[] value) method CodeVector_of_M22d_Array (line 29906) | public void CodeVector_of_M22d_Array(ref Vector[] value) method CodeVector_of_M23i_Array (line 29917) | public void CodeVector_of_M23i_Array(ref Vector[] value) method CodeVector_of_M23l_Array (line 29928) | public void CodeVector_of_M23l_Array(ref Vector[] value) method CodeVector_of_M23f_Array (line 29939) | public void CodeVector_of_M23f_Array(ref Vector[] value) method CodeVector_of_M23d_Array (line 29950) | public void CodeVector_of_M23d_Array(ref Vector[] value) method CodeVector_of_M33i_Array (line 29961) | public void CodeVector_of_M33i_Array(ref Vector[] value) method CodeVector_of_M33l_Array (line 29972) | public void CodeVector_of_M33l_Array(ref Vector[] value) method CodeVector_of_M33f_Array (line 29983) | public void CodeVector_of_M33f_Array(ref Vector[] value) method CodeVector_of_M33d_Array (line 29994) | public void CodeVector_of_M33d_Array(ref Vector[] value) method CodeVector_of_M34i_Array (line 30005) | public void CodeVector_of_M34i_Array(ref Vector[] value) method CodeVector_of_M34l_Array (line 30016) | public void CodeVector_of_M34l_Array(ref Vector[] value) method CodeVector_of_M34f_Array (line 30027) | public void CodeVector_of_M34f_Array(ref Vector[] value) method CodeVector_of_M34d_Array (line 30038) | public void CodeVector_of_M34d_Array(ref Vector[] value) method CodeVector_of_M44i_Array (line 30049) | public void CodeVector_of_M44i_Array(ref Vector[] value) method CodeVector_of_M44l_Array (line 30060) | public void CodeVector_of_M44l_Array(ref Vector[] value) method CodeVector_of_M44f_Array (line 30071) | public void CodeVector_of_M44f_Array(ref Vector[] value) method CodeVector_of_M44d_Array (line 30082) | public void CodeVector_of_M44d_Array(ref Vector[] value) method CodeVector_of_C3b_Array (line 30093) | public void CodeVector_of_C3b_Array(ref Vector[] value) method CodeVector_of_C3us_Array (line 30104) | public void CodeVector_of_C3us_Array(ref Vector[] value) method CodeVector_of_C3ui_Array (line 30115) | public void CodeVector_of_C3ui_Array(ref Vector[] value) method CodeVector_of_C3f_Array (line 30126) | public void CodeVector_of_C3f_Array(ref Vector[] value) method CodeVector_of_C3d_Array (line 30137) | public void CodeVector_of_C3d_Array(ref Vector[] value) method CodeVector_of_C4b_Array (line 30148) | public void CodeVector_of_C4b_Array(ref Vector[] value) method CodeVector_of_C4us_Array (line 30159) | public void CodeVector_of_C4us_Array(ref Vector[] value) method CodeVector_of_C4ui_Array (line 30170) | public void CodeVector_of_C4ui_Array(ref Vector[] value) method CodeVector_of_C4f_Array (line 30181) | public void CodeVector_of_C4f_Array(ref Vector[] value) method CodeVector_of_C4d_Array (line 30192) | public void CodeVector_of_C4d_Array(ref Vector[] value) method CodeVector_of_Range1b_Array (line 30203) | public void CodeVector_of_Range1b_Array(ref Vector[] value) method CodeVector_of_Range1sb_Array (line 30214) | public void CodeVector_of_Range1sb_Array(ref Vector[] value) method CodeVector_of_Range1s_Array (line 30225) | public void CodeVector_of_Range1s_Array(ref Vector[] value) method CodeVector_of_Range1us_Array (line 30236) | public void CodeVector_of_Range1us_Array(ref Vector[] value) method CodeVector_of_Range1i_Array (line 30247) | public void CodeVector_of_Range1i_Array(ref Vector[] value) method CodeVector_of_Range1ui_Array (line 30258) | public void CodeVector_of_Range1ui_Array(ref Vector[] value) method CodeVector_of_Range1l_Array (line 30269) | public void CodeVector_of_Range1l_Array(ref Vector[] value) method CodeVector_of_Range1ul_Array (line 30280) | public void CodeVector_of_Range1ul_Array(ref Vector[] value) method CodeVector_of_Range1f_Array (line 30291) | public void CodeVector_of_Range1f_Array(ref Vector[] value) method CodeVector_of_Range1d_Array (line 30302) | public void CodeVector_of_Range1d_Array(ref Vector[] value) method CodeVector_of_Box2i_Array (line 30313) | public void CodeVector_of_Box2i_Array(ref Vector[] value) method CodeVector_of_Box2l_Array (line 30324) | public void CodeVector_of_Box2l_Array(ref Vector[] value) method CodeVector_of_Box2f_Array (line 30335) | public void CodeVector_of_Box2f_Array(ref Vector[] value) method CodeVector_of_Box2d_Array (line 30346) | public void CodeVector_of_Box2d_Array(ref Vector[] value) method CodeVector_of_Box3i_Array (line 30357) | public void CodeVector_of_Box3i_Array(ref Vector[] value) method CodeVector_of_Box3l_Array (line 30368) | public void CodeVector_of_Box3l_Array(ref Vector[] value) method CodeVector_of_Box3f_Array (line 30379) | public void CodeVector_of_Box3f_Array(ref Vector[] value) method CodeVector_of_Box3d_Array (line 30390) | public void CodeVector_of_Box3d_Array(ref Vector[] value) method CodeVector_of_Euclidean3f_Array (line 30401) | public void CodeVector_of_Euclidean3f_Array(ref Vector[] ... method CodeVector_of_Euclidean3d_Array (line 30412) | public void CodeVector_of_Euclidean3d_Array(ref Vector[] ... method CodeVector_of_Rot2f_Array (line 30423) | public void CodeVector_of_Rot2f_Array(ref Vector[] value) method CodeVector_of_Rot2d_Array (line 30434) | public void CodeVector_of_Rot2d_Array(ref Vector[] value) method CodeVector_of_Rot3f_Array (line 30445) | public void CodeVector_of_Rot3f_Array(ref Vector[] value) method CodeVector_of_Rot3d_Array (line 30456) | public void CodeVector_of_Rot3d_Array(ref Vector[] value) method CodeVector_of_Scale3f_Array (line 30467) | public void CodeVector_of_Scale3f_Array(ref Vector[] value) method CodeVector_of_Scale3d_Array (line 30478) | public void CodeVector_of_Scale3d_Array(ref Vector[] value) method CodeVector_of_Shift3f_Array (line 30489) | public void CodeVector_of_Shift3f_Array(ref Vector[] value) method CodeVector_of_Shift3d_Array (line 30500) | public void CodeVector_of_Shift3d_Array(ref Vector[] value) method CodeVector_of_Trafo2f_Array (line 30511) | public void CodeVector_of_Trafo2f_Array(ref Vector[] value) method CodeVector_of_Trafo2d_Array (line 30522) | public void CodeVector_of_Trafo2d_Array(ref Vector[] value) method CodeVector_of_Trafo3f_Array (line 30533) | public void CodeVector_of_Trafo3f_Array(ref Vector[] value) method CodeVector_of_Trafo3d_Array (line 30544) | public void CodeVector_of_Trafo3d_Array(ref Vector[] value) method CodeVector_of_Bool_Array (line 30555) | public void CodeVector_of_Bool_Array(ref Vector[] value) method CodeVector_of_Char_Array (line 30566) | public void CodeVector_of_Char_Array(ref Vector[] value) method CodeVector_of_String_Array (line 30577) | public void CodeVector_of_String_Array(ref Vector[] value) method CodeVector_of_Type_Array (line 30588) | public void CodeVector_of_Type_Array(ref Vector[] value) method CodeVector_of_Guid_Array (line 30599) | public void CodeVector_of_Guid_Array(ref Vector[] value) method CodeVector_of_Symbol_Array (line 30610) | public void CodeVector_of_Symbol_Array(ref Vector[] value) method CodeVector_of_Circle2d_Array (line 30621) | public void CodeVector_of_Circle2d_Array(ref Vector[] value) method CodeVector_of_Line2d_Array (line 30632) | public void CodeVector_of_Line2d_Array(ref Vector[] value) method CodeVector_of_Line3d_Array (line 30643) | public void CodeVector_of_Line3d_Array(ref Vector[] value) method CodeVector_of_Plane2d_Array (line 30654) | public void CodeVector_of_Plane2d_Array(ref Vector[] value) method CodeVector_of_Plane3d_Array (line 30665) | public void CodeVector_of_Plane3d_Array(ref Vector[] value) method CodeVector_of_PlaneWithPoint3d_Array (line 30676) | public void CodeVector_of_PlaneWithPoint3d_Array(ref Vector[] value) method CodeVector_of_Quad3d_Array (line 30698) | public void CodeVector_of_Quad3d_Array(ref Vector[] value) method CodeVector_of_Ray2d_Array (line 30709) | public void CodeVector_of_Ray2d_Array(ref Vector[] value) method CodeVector_of_Ray3d_Array (line 30720) | public void CodeVector_of_Ray3d_Array(ref Vector[] value) method CodeVector_of_Sphere3d_Array (line 30731) | public void CodeVector_of_Sphere3d_Array(ref Vector[] value) method CodeVector_of_Triangle2d_Array (line 30742) | public void CodeVector_of_Triangle2d_Array(ref Vector[] va... method CodeVector_of_Triangle3d_Array (line 30753) | public void CodeVector_of_Triangle3d_Array(ref Vector[] va... method CodeVector_of_Circle2f_Array (line 30764) | public void CodeVector_of_Circle2f_Array(ref Vector[] value) method CodeVector_of_Line2f_Array (line 30775) | public void CodeVector_of_Line2f_Array(ref Vector[] value) method CodeVector_of_Line3f_Array (line 30786) | public void CodeVector_of_Line3f_Array(ref Vector[] value) method CodeVector_of_Plane2f_Array (line 30797) | public void CodeVector_of_Plane2f_Array(ref Vector[] value) method CodeVector_of_Plane3f_Array (line 30808) | public void CodeVector_of_Plane3f_Array(ref Vector[] value) method CodeVector_of_PlaneWithPoint3f_Array (line 30819) | public void CodeVector_of_PlaneWithPoint3f_Array(ref Vector[] value) method CodeVector_of_Quad3f_Array (line 30841) | public void CodeVector_of_Quad3f_Array(ref Vector[] value) method CodeVector_of_Ray2f_Array (line 30852) | public void CodeVector_of_Ray2f_Array(ref Vector[] value) method CodeVector_of_Ray3f_Array (line 30863) | public void CodeVector_of_Ray3f_Array(ref Vector[] value) method CodeVector_of_Sphere3f_Array (line 30874) | public void CodeVector_of_Sphere3f_Array(ref Vector[] value) method CodeVector_of_Triangle2f_Array (line 30885) | public void CodeVector_of_Triangle2f_Array(ref Vector[] va... method CodeVector_of_Triangle3f_Array (line 30896) | public void CodeVector_of_Triangle3f_Array(ref Vector[] va... method CodeMatrix_of_Byte_Array (line 30907) | public void CodeMatrix_of_Byte_Array(ref Matrix[] value) method CodeMatrix_of_SByte_Array (line 30918) | public void CodeMatrix_of_SByte_Array(ref Matrix[] value) method CodeMatrix_of_Short_Array (line 30929) | public void CodeMatrix_of_Short_Array(ref Matrix[] value) method CodeMatrix_of_UShort_Array (line 30940) | public void CodeMatrix_of_UShort_Array(ref Matrix[] value) method CodeMatrix_of_Int_Array (line 30951) | public void CodeMatrix_of_Int_Array(ref Matrix[] value) method CodeMatrix_of_UInt_Array (line 30962) | public void CodeMatrix_of_UInt_Array(ref Matrix[] value) method CodeMatrix_of_Long_Array (line 30973) | public void CodeMatrix_of_Long_Array(ref Matrix[] value) method CodeMatrix_of_ULong_Array (line 30984) | public void CodeMatrix_of_ULong_Array(ref Matrix[] value) method CodeMatrix_of_Float_Array (line 30995) | public void CodeMatrix_of_Float_Array(ref Matrix[] value) method CodeMatrix_of_Double_Array (line 31006) | public void CodeMatrix_of_Double_Array(ref Matrix[] value) method CodeMatrix_of_Fraction_Array (line 31017) | public void CodeMatrix_of_Fraction_Array(ref Matrix[] value) method CodeMatrix_of_V2i_Array (line 31028) | public void CodeMatrix_of_V2i_Array(ref Matrix[] value) method CodeMatrix_of_V2l_Array (line 31039) | public void CodeMatrix_of_V2l_Array(ref Matrix[] value) method CodeMatrix_of_V2f_Array (line 31050) | public void CodeMatrix_of_V2f_Array(ref Matrix[] value) method CodeMatrix_of_V2d_Array (line 31061) | public void CodeMatrix_of_V2d_Array(ref Matrix[] value) method CodeMatrix_of_V3i_Array (line 31072) | public void CodeMatrix_of_V3i_Array(ref Matrix[] value) method CodeMatrix_of_V3l_Array (line 31083) | public void CodeMatrix_of_V3l_Array(ref Matrix[] value) method CodeMatrix_of_V3f_Array (line 31094) | public void CodeMatrix_of_V3f_Array(ref Matrix[] value) method CodeMatrix_of_V3d_Array (line 31105) | public void CodeMatrix_of_V3d_Array(ref Matrix[] value) method CodeMatrix_of_V4i_Array (line 31116) | public void CodeMatrix_of_V4i_Array(ref Matrix[] value) method CodeMatrix_of_V4l_Array (line 31127) | public void CodeMatrix_of_V4l_Array(ref Matrix[] value) method CodeMatrix_of_V4f_Array (line 31138) | public void CodeMatrix_of_V4f_Array(ref Matrix[] value) method CodeMatrix_of_V4d_Array (line 31149) | public void CodeMatrix_of_V4d_Array(ref Matrix[] value) method CodeMatrix_of_M22i_Array (line 31160) | public void CodeMatrix_of_M22i_Array(ref Matrix[] value) method CodeMatrix_of_M22l_Array (line 31171) | public void CodeMatrix_of_M22l_Array(ref Matrix[] value) method CodeMatrix_of_M22f_Array (line 31182) | public void CodeMatrix_of_M22f_Array(ref Matrix[] value) method CodeMatrix_of_M22d_Array (line 31193) | public void CodeMatrix_of_M22d_Array(ref Matrix[] value) method CodeMatrix_of_M23i_Array (line 31204) | public void CodeMatrix_of_M23i_Array(ref Matrix[] value) method CodeMatrix_of_M23l_Array (line 31215) | public void CodeMatrix_of_M23l_Array(ref Matrix[] value) method CodeMatrix_of_M23f_Array (line 31226) | public void CodeMatrix_of_M23f_Array(ref Matrix[] value) method CodeMatrix_of_M23d_Array (line 31237) | public void CodeMatrix_of_M23d_Array(ref Matrix[] value) method CodeMatrix_of_M33i_Array (line 31248) | public void CodeMatrix_of_M33i_Array(ref Matrix[] value) method CodeMatrix_of_M33l_Array (line 31259) | public void CodeMatrix_of_M33l_Array(ref Matrix[] value) method CodeMatrix_of_M33f_Array (line 31270) | public void CodeMatrix_of_M33f_Array(ref Matrix[] value) method CodeMatrix_of_M33d_Array (line 31281) | public void CodeMatrix_of_M33d_Array(ref Matrix[] value) method CodeMatrix_of_M34i_Array (line 31292) | public void CodeMatrix_of_M34i_Array(ref Matrix[] value) method CodeMatrix_of_M34l_Array (line 31303) | public void CodeMatrix_of_M34l_Array(ref Matrix[] value) method CodeMatrix_of_M34f_Array (line 31314) | public void CodeMatrix_of_M34f_Array(ref Matrix[] value) method CodeMatrix_of_M34d_Array (line 31325) | public void CodeMatrix_of_M34d_Array(ref Matrix[] value) method CodeMatrix_of_M44i_Array (line 31336) | public void CodeMatrix_of_M44i_Array(ref Matrix[] value) method CodeMatrix_of_M44l_Array (line 31347) | public void CodeMatrix_of_M44l_Array(ref Matrix[] value) method CodeMatrix_of_M44f_Array (line 31358) | public void CodeMatrix_of_M44f_Array(ref Matrix[] value) method CodeMatrix_of_M44d_Array (line 31369) | public void CodeMatrix_of_M44d_Array(ref Matrix[] value) method CodeMatrix_of_C3b_Array (line 31380) | public void CodeMatrix_of_C3b_Array(ref Matrix[] value) method CodeMatrix_of_C3us_Array (line 31391) | public void CodeMatrix_of_C3us_Array(ref Matrix[] value) method CodeMatrix_of_C3ui_Array (line 31402) | public void CodeMatrix_of_C3ui_Array(ref Matrix[] value) method CodeMatrix_of_C3f_Array (line 31413) | public void CodeMatrix_of_C3f_Array(ref Matrix[] value) method CodeMatrix_of_C3d_Array (line 31424) | public void CodeMatrix_of_C3d_Array(ref Matrix[] value) method CodeMatrix_of_C4b_Array (line 31435) | public void CodeMatrix_of_C4b_Array(ref Matrix[] value) method CodeMatrix_of_C4us_Array (line 31446) | public void CodeMatrix_of_C4us_Array(ref Matrix[] value) method CodeMatrix_of_C4ui_Array (line 31457) | public void CodeMatrix_of_C4ui_Array(ref Matrix[] value) method CodeMatrix_of_C4f_Array (line 31468) | public void CodeMatrix_of_C4f_Array(ref Matrix[] value) method CodeMatrix_of_C4d_Array (line 31479) | public void CodeMatrix_of_C4d_Array(ref Matrix[] value) method CodeMatrix_of_Range1b_Array (line 31490) | public void CodeMatrix_of_Range1b_Array(ref Matrix[] value) method CodeMatrix_of_Range1sb_Array (line 31501) | public void CodeMatrix_of_Range1sb_Array(ref Matrix[] value) method CodeMatrix_of_Range1s_Array (line 31512) | public void CodeMatrix_of_Range1s_Array(ref Matrix[] value) method CodeMatrix_of_Range1us_Array (line 31523) | public void CodeMatrix_of_Range1us_Array(ref Matrix[] value) method CodeMatrix_of_Range1i_Array (line 31534) | public void CodeMatrix_of_Range1i_Array(ref Matrix[] value) method CodeMatrix_of_Range1ui_Array (line 31545) | public void CodeMatrix_of_Range1ui_Array(ref Matrix[] value) method CodeMatrix_of_Range1l_Array (line 31556) | public void CodeMatrix_of_Range1l_Array(ref Matrix[] value) method CodeMatrix_of_Range1ul_Array (line 31567) | public void CodeMatrix_of_Range1ul_Array(ref Matrix[] value) method CodeMatrix_of_Range1f_Array (line 31578) | public void CodeMatrix_of_Range1f_Array(ref Matrix[] value) method CodeMatrix_of_Range1d_Array (line 31589) | public void CodeMatrix_of_Range1d_Array(ref Matrix[] value) method CodeMatrix_of_Box2i_Array (line 31600) | public void CodeMatrix_of_Box2i_Array(ref Matrix[] value) method CodeMatrix_of_Box2l_Array (line 31611) | public void CodeMatrix_of_Box2l_Array(ref Matrix[] value) method CodeMatrix_of_Box2f_Array (line 31622) | public void CodeMatrix_of_Box2f_Array(ref Matrix[] value) method CodeMatrix_of_Box2d_Array (line 31633) | public void CodeMatrix_of_Box2d_Array(ref Matrix[] value) method CodeMatrix_of_Box3i_Array (line 31644) | public void CodeMatrix_of_Box3i_Array(ref Matrix[] value) method CodeMatrix_of_Box3l_Array (line 31655) | public void CodeMatrix_of_Box3l_Array(ref Matrix[] value) method CodeMatrix_of_Box3f_Array (line 31666) | public void CodeMatrix_of_Box3f_Array(ref Matrix[] value) method CodeMatrix_of_Box3d_Array (line 31677) | public void CodeMatrix_of_Box3d_Array(ref Matrix[] value) method CodeMatrix_of_Euclidean3f_Array (line 31688) | public void CodeMatrix_of_Euclidean3f_Array(ref Matrix[] ... method CodeMatrix_of_Euclidean3d_Array (line 31699) | public void CodeMatrix_of_Euclidean3d_Array(ref Matrix[] ... method CodeMatrix_of_Rot2f_Array (line 31710) | public void CodeMatrix_of_Rot2f_Array(ref Matrix[] value) method CodeMatrix_of_Rot2d_Array (line 31721) | public void CodeMatrix_of_Rot2d_Array(ref Matrix[] value) method CodeMatrix_of_Rot3f_Array (line 31732) | public void CodeMatrix_of_Rot3f_Array(ref Matrix[] value) method CodeMatrix_of_Rot3d_Array (line 31743) | public void CodeMatrix_of_Rot3d_Array(ref Matrix[] value) method CodeMatrix_of_Scale3f_Array (line 31754) | public void CodeMatrix_of_Scale3f_Array(ref Matrix[] value) method CodeMatrix_of_Scale3d_Array (line 31765) | public void CodeMatrix_of_Scale3d_Array(ref Matrix[] value) method CodeMatrix_of_Shift3f_Array (line 31776) | public void CodeMatrix_of_Shift3f_Array(ref Matrix[] value) method CodeMatrix_of_Shift3d_Array (line 31787) | public void CodeMatrix_of_Shift3d_Array(ref Matrix[] value) method CodeMatrix_of_Trafo2f_Array (line 31798) | public void CodeMatrix_of_Trafo2f_Array(ref Matrix[] value) method CodeMatrix_of_Trafo2d_Array (line 31809) | public void CodeMatrix_of_Trafo2d_Array(ref Matrix[] value) method CodeMatrix_of_Trafo3f_Array (line 31820) | public void CodeMatrix_of_Trafo3f_Array(ref Matrix[] value) method CodeMatrix_of_Trafo3d_Array (line 31831) | public void CodeMatrix_of_Trafo3d_Array(ref Matrix[] value) method CodeMatrix_of_Bool_Array (line 31842) | public void CodeMatrix_of_Bool_Array(ref Matrix[] value) method CodeMatrix_of_Char_Array (line 31853) | public void CodeMatrix_of_Char_Array(ref Matrix[] value) method CodeMatrix_of_String_Array (line 31864) | public void CodeMatrix_of_String_Array(ref Matrix[] value) method CodeMatrix_of_Type_Array (line 31875) | public void CodeMatrix_of_Type_Array(ref Matrix[] value) method CodeMatrix_of_Guid_Array (line 31886) | public void CodeMatrix_of_Guid_Array(ref Matrix[] value) method CodeMatrix_of_Symbol_Array (line 31897) | public void CodeMatrix_of_Symbol_Array(ref Matrix[] value) method CodeMatrix_of_Circle2d_Array (line 31908) | public void CodeMatrix_of_Circle2d_Array(ref Matrix[] value) method CodeMatrix_of_Line2d_Array (line 31919) | public void CodeMatrix_of_Line2d_Array(ref Matrix[] value) method CodeMatrix_of_Line3d_Array (line 31930) | public void CodeMatrix_of_Line3d_Array(ref Matrix[] value) method CodeMatrix_of_Plane2d_Array (line 31941) | public void CodeMatrix_of_Plane2d_Array(ref Matrix[] value) method CodeMatrix_of_Plane3d_Array (line 31952) | public void CodeMatrix_of_Plane3d_Array(ref Matrix[] value) method CodeMatrix_of_PlaneWithPoint3d_Array (line 31963) | public void CodeMatrix_of_PlaneWithPoint3d_Array(ref Matrix[] value) method CodeMatrix_of_Quad3d_Array (line 31985) | public void CodeMatrix_of_Quad3d_Array(ref Matrix[] value) method CodeMatrix_of_Ray2d_Array (line 31996) | public void CodeMatrix_of_Ray2d_Array(ref Matrix[] value) method CodeMatrix_of_Ray3d_Array (line 32007) | public void CodeMatrix_of_Ray3d_Array(ref Matrix[] value) method CodeMatrix_of_Sphere3d_Array (line 32018) | public void CodeMatrix_of_Sphere3d_Array(ref Matrix[] value) method CodeMatrix_of_Triangle2d_Array (line 32029) | public void CodeMatrix_of_Triangle2d_Array(ref Matrix[] va... method CodeMatrix_of_Triangle3d_Array (line 32040) | public void CodeMatrix_of_Triangle3d_Array(ref Matrix[] va... method CodeMatrix_of_Circle2f_Array (line 32051) | public void CodeMatrix_of_Circle2f_Array(ref Matrix[] value) method CodeMatrix_of_Line2f_Array (line 32062) | public void CodeMatrix_of_Line2f_Array(ref Matrix[] value) method CodeMatrix_of_Line3f_Array (line 32073) | public void CodeMatrix_of_Line3f_Array(ref Matrix[] value) method CodeMatrix_of_Plane2f_Array (line 32084) | public void CodeMatrix_of_Plane2f_Array(ref Matrix[] value) method CodeMatrix_of_Plane3f_Array (line 32095) | public void CodeMatrix_of_Plane3f_Array(ref Matrix[] value) method CodeMatrix_of_PlaneWithPoint3f_Array (line 32106) | public void CodeMatrix_of_PlaneWithPoint3f_Array(ref Matrix[] value) method CodeMatrix_of_Quad3f_Array (line 32128) | public void CodeMatrix_of_Quad3f_Array(ref Matrix[] value) method CodeMatrix_of_Ray2f_Array (line 32139) | public void CodeMatrix_of_Ray2f_Array(ref Matrix[] value) method CodeMatrix_of_Ray3f_Array (line 32150) | public void CodeMatrix_of_Ray3f_Array(ref Matrix[] value) method CodeMatrix_of_Sphere3f_Array (line 32161) | public void CodeMatrix_of_Sphere3f_Array(ref Matrix[] value) method CodeMatrix_of_Triangle2f_Array (line 32172) | public void CodeMatrix_of_Triangle2f_Array(ref Matrix[] va... method CodeMatrix_of_Triangle3f_Array (line 32183) | public void CodeMatrix_of_Triangle3f_Array(ref Matrix[] va... method CodeVolume_of_Byte_Array (line 32194) | public void CodeVolume_of_Byte_Array(ref Volume[] value) method CodeVolume_of_SByte_Array (line 32205) | public void CodeVolume_of_SByte_Array(ref Volume[] value) method CodeVolume_of_Short_Array (line 32216) | public void CodeVolume_of_Short_Array(ref Volume[] value) method CodeVolume_of_UShort_Array (line 32227) | public void CodeVolume_of_UShort_Array(ref Volume[] value) method CodeVolume_of_Int_Array (line 32238) | public void CodeVolume_of_Int_Array(ref Volume[] value) method CodeVolume_of_UInt_Array (line 32249) | public void CodeVolume_of_UInt_Array(ref Volume[] value) method CodeVolume_of_Long_Array (line 32260) | public void CodeVolume_of_Long_Array(ref Volume[] value) method CodeVolume_of_ULong_Array (line 32271) | public void CodeVolume_of_ULong_Array(ref Volume[] value) method CodeVolume_of_Float_Array (line 32282) | public void CodeVolume_of_Float_Array(ref Volume[] value) method CodeVolume_of_Double_Array (line 32293) | public void CodeVolume_of_Double_Array(ref Volume[] value) method CodeVolume_of_Fraction_Array (line 32304) | public void CodeVolume_of_Fraction_Array(ref Volume[] value) method CodeVolume_of_V2i_Array (line 32315) | public void CodeVolume_of_V2i_Array(ref Volume[] value) method CodeVolume_of_V2l_Array (line 32326) | public void CodeVolume_of_V2l_Array(ref Volume[] value) method CodeVolume_of_V2f_Array (line 32337) | public void CodeVolume_of_V2f_Array(ref Volume[] value) method CodeVolume_of_V2d_Array (line 32348) | public void CodeVolume_of_V2d_Array(ref Volume[] value) method CodeVolume_of_V3i_Array (line 32359) | public void CodeVolume_of_V3i_Array(ref Volume[] value) method CodeVolume_of_V3l_Array (line 32370) | public void CodeVolume_of_V3l_Array(ref Volume[] value) method CodeVolume_of_V3f_Array (line 32381) | public void CodeVolume_of_V3f_Array(ref Volume[] value) method CodeVolume_of_V3d_Array (line 32392) | public void CodeVolume_of_V3d_Array(ref Volume[] value) method CodeVolume_of_V4i_Array (line 32403) | public void CodeVolume_of_V4i_Array(ref Volume[] value) method CodeVolume_of_V4l_Array (line 32414) | public void CodeVolume_of_V4l_Array(ref Volume[] value) method CodeVolume_of_V4f_Array (line 32425) | public void CodeVolume_of_V4f_Array(ref Volume[] value) method CodeVolume_of_V4d_Array (line 32436) | public void CodeVolume_of_V4d_Array(ref Volume[] value) method CodeVolume_of_M22i_Array (line 32447) | public void CodeVolume_of_M22i_Array(ref Volume[] value) method CodeVolume_of_M22l_Array (line 32458) | public void CodeVolume_of_M22l_Array(ref Volume[] value) method CodeVolume_of_M22f_Array (line 32469) | public void CodeVolume_of_M22f_Array(ref Volume[] value) method CodeVolume_of_M22d_Array (line 32480) | public void CodeVolume_of_M22d_Array(ref Volume[] value) method CodeVolume_of_M23i_Array (line 32491) | public void CodeVolume_of_M23i_Array(ref Volume[] value) method CodeVolume_of_M23l_Array (line 32502) | public void CodeVolume_of_M23l_Array(ref Volume[] value) method CodeVolume_of_M23f_Array (line 32513) | public void CodeVolume_of_M23f_Array(ref Volume[] value) method CodeVolume_of_M23d_Array (line 32524) | public void CodeVolume_of_M23d_Array(ref Volume[] value) method CodeVolume_of_M33i_Array (line 32535) | public void CodeVolume_of_M33i_Array(ref Volume[] value) method CodeVolume_of_M33l_Array (line 32546) | public void CodeVolume_of_M33l_Array(ref Volume[] value) method CodeVolume_of_M33f_Array (line 32557) | public void CodeVolume_of_M33f_Array(ref Volume[] value) method CodeVolume_of_M33d_Array (line 32568) | public void CodeVolume_of_M33d_Array(ref Volume[] value) method CodeVolume_of_M34i_Array (line 32579) | public void CodeVolume_of_M34i_Array(ref Volume[] value) method CodeVolume_of_M34l_Array (line 32590) | public void CodeVolume_of_M34l_Array(ref Volume[] value) method CodeVolume_of_M34f_Array (line 32601) | public void CodeVolume_of_M34f_Array(ref Volume[] value) method CodeVolume_of_M34d_Array (line 32612) | public void CodeVolume_of_M34d_Array(ref Volume[] value) method CodeVolume_of_M44i_Array (line 32623) | public void CodeVolume_of_M44i_Array(ref Volume[] value) method CodeVolume_of_M44l_Array (line 32634) | public void CodeVolume_of_M44l_Array(ref Volume[] value) method CodeVolume_of_M44f_Array (line 32645) | public void CodeVolume_of_M44f_Array(ref Volume[] value) method CodeVolume_of_M44d_Array (line 32656) | public void CodeVolume_of_M44d_Array(ref Volume[] value) method CodeVolume_of_C3b_Array (line 32667) | public void CodeVolume_of_C3b_Array(ref Volume[] value) method CodeVolume_of_C3us_Array (line 32678) | public void CodeVolume_of_C3us_Array(ref Volume[] value) method CodeVolume_of_C3ui_Array (line 32689) | public void CodeVolume_of_C3ui_Array(ref Volume[] value) method CodeVolume_of_C3f_Array (line 32700) | public void CodeVolume_of_C3f_Array(ref Volume[] value) method CodeVolume_of_C3d_Array (line 32711) | public void CodeVolume_of_C3d_Array(ref Volume[] value) method CodeVolume_of_C4b_Array (line 32722) | public void CodeVolume_of_C4b_Array(ref Volume[] value) method CodeVolume_of_C4us_Array (line 32733) | public void CodeVolume_of_C4us_Array(ref Volume[] value) method CodeVolume_of_C4ui_Array (line 32744) | public void CodeVolume_of_C4ui_Array(ref Volume[] value) method CodeVolume_of_C4f_Array (line 32755) | public void CodeVolume_of_C4f_Array(ref Volume[] value) method CodeVolume_of_C4d_Array (line 32766) | public void CodeVolume_of_C4d_Array(ref Volume[] value) method CodeVolume_of_Range1b_Array (line 32777) | public void CodeVolume_of_Range1b_Array(ref Volume[] value) method CodeVolume_of_Range1sb_Array (line 32788) | public void CodeVolume_of_Range1sb_Array(ref Volume[] value) method CodeVolume_of_Range1s_Array (line 32799) | public void CodeVolume_of_Range1s_Array(ref Volume[] value) method CodeVolume_of_Range1us_Array (line 32810) | public void CodeVolume_of_Range1us_Array(ref Volume[] value) method CodeVolume_of_Range1i_Array (line 32821) | public void CodeVolume_of_Range1i_Array(ref Volume[] value) method CodeVolume_of_Range1ui_Array (line 32832) | public void CodeVolume_of_Range1ui_Array(ref Volume[] value) method CodeVolume_of_Range1l_Array (line 32843) | public void CodeVolume_of_Range1l_Array(ref Volume[] value) method CodeVolume_of_Range1ul_Array (line 32854) | public void CodeVolume_of_Range1ul_Array(ref Volume[] value) method CodeVolume_of_Range1f_Array (line 32865) | public void CodeVolume_of_Range1f_Array(ref Volume[] value) method CodeVolume_of_Range1d_Array (line 32876) | public void CodeVolume_of_Range1d_Array(ref Volume[] value) method CodeVolume_of_Box2i_Array (line 32887) | public void CodeVolume_of_Box2i_Array(ref Volume[] value) method CodeVolume_of_Box2l_Array (line 32898) | public void CodeVolume_of_Box2l_Array(ref Volume[] value) method CodeVolume_of_Box2f_Array (line 32909) | public void CodeVolume_of_Box2f_Array(ref Volume[] value) method CodeVolume_of_Box2d_Array (line 32920) | public void CodeVolume_of_Box2d_Array(ref Volume[] value) method CodeVolume_of_Box3i_Array (line 32931) | public void CodeVolume_of_Box3i_Array(ref Volume[] value) method CodeVolume_of_Box3l_Array (line 32942) | public void CodeVolume_of_Box3l_Array(ref Volume[] value) method CodeVolume_of_Box3f_Array (line 32953) | public void CodeVolume_of_Box3f_Array(ref Volume[] value) method CodeVolume_of_Box3d_Array (line 32964) | public void CodeVolume_of_Box3d_Array(ref Volume[] value) method CodeVolume_of_Euclidean3f_Array (line 32975) | public void CodeVolume_of_Euclidean3f_Array(ref Volume[] ... method CodeVolume_of_Euclidean3d_Array (line 32986) | public void CodeVolume_of_Euclidean3d_Array(ref Volume[] ... method CodeVolume_of_Rot2f_Array (line 32997) | public void CodeVolume_of_Rot2f_Array(ref Volume[] value) method CodeVolume_of_Rot2d_Array (line 33008) | public void CodeVolume_of_Rot2d_Array(ref Volume[] value) method CodeVolume_of_Rot3f_Array (line 33019) | public void CodeVolume_of_Rot3f_Array(ref Volume[] value) method CodeVolume_of_Rot3d_Array (line 33030) | public void CodeVolume_of_Rot3d_Array(ref Volume[] value) method CodeVolume_of_Scale3f_Array (line 33041) | public void CodeVolume_of_Scale3f_Array(ref Volume[] value) method CodeVolume_of_Scale3d_Array (line 33052) | public void CodeVolume_of_Scale3d_Array(ref Volume[] value) method CodeVolume_of_Shift3f_Array (line 33063) | public void CodeVolume_of_Shift3f_Array(ref Volume[] value) method CodeVolume_of_Shift3d_Array (line 33074) | public void CodeVolume_of_Shift3d_Array(ref Volume[] value) method CodeVolume_of_Trafo2f_Array (line 33085) | public void CodeVolume_of_Trafo2f_Array(ref Volume[] value) method CodeVolume_of_Trafo2d_Array (line 33096) | public void CodeVolume_of_Trafo2d_Array(ref Volume[] value) method CodeVolume_of_Trafo3f_Array (line 33107) | public void CodeVolume_of_Trafo3f_Array(ref Volume[] value) method CodeVolume_of_Trafo3d_Array (line 33118) | public void CodeVolume_of_Trafo3d_Array(ref Volume[] value) method CodeVolume_of_Bool_Array (line 33129) | public void CodeVolume_of_Bool_Array(ref Volume[] value) method CodeVolume_of_Char_Array (line 33140) | public void CodeVolume_of_Char_Array(ref Volume[] value) method CodeVolume_of_String_Array (line 33151) | public void CodeVolume_of_String_Array(ref Volume[] value) method CodeVolume_of_Type_Array (line 33162) | public void CodeVolume_of_Type_Array(ref Volume[] value) method CodeVolume_of_Guid_Array (line 33173) | public void CodeVolume_of_Guid_Array(ref Volume[] value) method CodeVolume_of_Symbol_Array (line 33184) | public void CodeVolume_of_Symbol_Array(ref Volume[] value) method CodeVolume_of_Circle2d_Array (line 33195) | public void CodeVolume_of_Circle2d_Array(ref Volume[] value) method CodeVolume_of_Line2d_Array (line 33206) | public void CodeVolume_of_Line2d_Array(ref Volume[] value) method CodeVolume_of_Line3d_Array (line 33217) | public void CodeVolume_of_Line3d_Array(ref Volume[] value) method CodeVolume_of_Plane2d_Array (line 33228) | public void CodeVolume_of_Plane2d_Array(ref Volume[] value) method CodeVolume_of_Plane3d_Array (line 33239) | public void CodeVolume_of_Plane3d_Array(ref Volume[] value) method CodeVolume_of_PlaneWithPoint3d_Array (line 33250) | public void CodeVolume_of_PlaneWithPoint3d_Array(ref Volume[] value) method CodeVolume_of_Quad3d_Array (line 33272) | public void CodeVolume_of_Quad3d_Array(ref Volume[] value) method CodeVolume_of_Ray2d_Array (line 33283) | public void CodeVolume_of_Ray2d_Array(ref Volume[] value) method CodeVolume_of_Ray3d_Array (line 33294) | public void CodeVolume_of_Ray3d_Array(ref Volume[] value) method CodeVolume_of_Sphere3d_Array (line 33305) | public void CodeVolume_of_Sphere3d_Array(ref Volume[] value) method CodeVolume_of_Triangle2d_Array (line 33316) | public void CodeVolume_of_Triangle2d_Array(ref Volume[] va... method CodeVolume_of_Triangle3d_Array (line 33327) | public void CodeVolume_of_Triangle3d_Array(ref Volume[] va... method CodeVolume_of_Circle2f_Array (line 33338) | public void CodeVolume_of_Circle2f_Array(ref Volume[] value) method CodeVolume_of_Line2f_Array (line 33349) | public void CodeVolume_of_Line2f_Array(ref Volume[] value) method CodeVolume_of_Line3f_Array (line 33360) | public void CodeVolume_of_Line3f_Array(ref Volume[] value) method CodeVolume_of_Plane2f_Array (line 33371) | public void CodeVolume_of_Plane2f_Array(ref Volume[] value) method CodeVolume_of_Plane3f_Array (line 33382) | public void CodeVolume_of_Plane3f_Array(ref Volume[] value) method CodeVolume_of_PlaneWithPoint3f_Array (line 33393) | public void CodeVolume_of_PlaneWithPoint3f_Array(ref Volume[] value) method CodeVolume_of_Quad3f_Array (line 33415) | public void CodeVolume_of_Quad3f_Array(ref Volume[] value) method CodeVolume_of_Ray2f_Array (line 33426) | public void CodeVolume_of_Ray2f_Array(ref Volume[] value) method CodeVolume_of_Ray3f_Array (line 33437) | public void CodeVolume_of_Ray3f_Array(ref Volume[] value) method CodeVolume_of_Sphere3f_Array (line 33448) | public void CodeVolume_of_Sphere3f_Array(ref Volume[] value) method CodeVolume_of_Triangle2f_Array (line 33459) | public void CodeVolume_of_Triangle2f_Array(ref Volume[] va... method CodeVolume_of_Triangle3f_Array (line 33470) | public void CodeVolume_of_Triangle3f_Array(ref Volume[] va... method CodeTensor_of_Byte_Array (line 33481) | public void CodeTensor_of_Byte_Array(ref Tensor[] value) method CodeTensor_of_SByte_Array (line 33492) | public void CodeTensor_of_SByte_Array(ref Tensor[] value) method CodeTensor_of_Short_Array (line 33503) | public void CodeTensor_of_Short_Array(ref Tensor[] value) method CodeTensor_of_UShort_Array (line 33514) | public void CodeTensor_of_UShort_Array(ref Tensor[] value) method CodeTensor_of_Int_Array (line 33525) | public void CodeTensor_of_Int_Array(ref Tensor[] value) method CodeTensor_of_UInt_Array (line 33536) | public void CodeTensor_of_UInt_Array(ref Tensor[] value) method CodeTensor_of_Long_Array (line 33547) | public void CodeTensor_of_Long_Array(ref Tensor[] value) method CodeTensor_of_ULong_Array (line 33558) | public void CodeTensor_of_ULong_Array(ref Tensor[] value) method CodeTensor_of_Float_Array (line 33569) | public void CodeTensor_of_Float_Array(ref Tensor[] value) method CodeTensor_of_Double_Array (line 33580) | public void CodeTensor_of_Double_Array(ref Tensor[] value) method CodeTensor_of_Fraction_Array (line 33591) | public void CodeTensor_of_Fraction_Array(ref Tensor[] value) method CodeTensor_of_V2i_Array (line 33602) | public void CodeTensor_of_V2i_Array(ref Tensor[] value) method CodeTensor_of_V2l_Array (line 33613) | public void CodeTensor_of_V2l_Array(ref Tensor[] value) method CodeTensor_of_V2f_Array (line 33624) | public void CodeTensor_of_V2f_Array(ref Tensor[] value) method CodeTensor_of_V2d_Array (line 33635) | public void CodeTensor_of_V2d_Array(ref Tensor[] value) method CodeTensor_of_V3i_Array (line 33646) | public void CodeTensor_of_V3i_Array(ref Tensor[] value) method CodeTensor_of_V3l_Array (line 33657) | public void CodeTensor_of_V3l_Array(ref Tensor[] value) method CodeTensor_of_V3f_Array (line 33668) | public void CodeTensor_of_V3f_Array(ref Tensor[] value) method CodeTensor_of_V3d_Array (line 33679) | public void CodeTensor_of_V3d_Array(ref Tensor[] value) method CodeTensor_of_V4i_Array (line 33690) | public void CodeTensor_of_V4i_Array(ref Tensor[] value) method CodeTensor_of_V4l_Array (line 33701) | public void CodeTensor_of_V4l_Array(ref Tensor[] value) method CodeTensor_of_V4f_Array (line 33712) | public void CodeTensor_of_V4f_Array(ref Tensor[] value) method CodeTensor_of_V4d_Array (line 33723) | public void CodeTensor_of_V4d_Array(ref Tensor[] value) method CodeTensor_of_M22i_Array (line 33734) | public void CodeTensor_of_M22i_Array(ref Tensor[] value) method CodeTensor_of_M22l_Array (line 33745) | public void CodeTensor_of_M22l_Array(ref Tensor[] value) method CodeTensor_of_M22f_Array (line 33756) | public void CodeTensor_of_M22f_Array(ref Tensor[] value) method CodeTensor_of_M22d_Array (line 33767) | public void CodeTensor_of_M22d_Array(ref Tensor[] value) method CodeTensor_of_M23i_Array (line 33778) | public void CodeTensor_of_M23i_Array(ref Tensor[] value) method CodeTensor_of_M23l_Array (line 33789) | public void CodeTensor_of_M23l_Array(ref Tensor[] value) method CodeTensor_of_M23f_Array (line 33800) | public void CodeTensor_of_M23f_Array(ref Tensor[] value) method CodeTensor_of_M23d_Array (line 33811) | public void CodeTensor_of_M23d_Array(ref Tensor[] value) method CodeTensor_of_M33i_Array (line 33822) | public void CodeTensor_of_M33i_Array(ref Tensor[] value) method CodeTensor_of_M33l_Array (line 33833) | public void CodeTensor_of_M33l_Array(ref Tensor[] value) method CodeTensor_of_M33f_Array (line 33844) | public void CodeTensor_of_M33f_Array(ref Tensor[] value) method CodeTensor_of_M33d_Array (line 33855) | public void CodeTensor_of_M33d_Array(ref Tensor[] value) method CodeTensor_of_M34i_Array (line 33866) | public void CodeTensor_of_M34i_Array(ref Tensor[] value) method CodeTensor_of_M34l_Array (line 33877) | public void CodeTensor_of_M34l_Array(ref Tensor[] value) method CodeTensor_of_M34f_Array (line 33888) | public void CodeTensor_of_M34f_Array(ref Tensor[] value) method CodeTensor_of_M34d_Array (line 33899) | public void CodeTensor_of_M34d_Array(ref Tensor[] value) method CodeTensor_of_M44i_Array (line 33910) | public void CodeTensor_of_M44i_Array(ref Tensor[] value) method CodeTensor_of_M44l_Array (line 33921) | public void CodeTensor_of_M44l_Array(ref Tensor[] value) method CodeTensor_of_M44f_Array (line 33932) | public void CodeTensor_of_M44f_Array(ref Tensor[] value) method CodeTensor_of_M44d_Array (line 33943) | public void CodeTensor_of_M44d_Array(ref Tensor[] value) method CodeTensor_of_C3b_Array (line 33954) | public void CodeTensor_of_C3b_Array(ref Tensor[] value) method CodeTensor_of_C3us_Array (line 33965) | public void CodeTensor_of_C3us_Array(ref Tensor[] value) method CodeTensor_of_C3ui_Array (line 33976) | public void CodeTensor_of_C3ui_Array(ref Tensor[] value) method CodeTensor_of_C3f_Array (line 33987) | public void CodeTensor_of_C3f_Array(ref Tensor[] value) method CodeTensor_of_C3d_Array (line 33998) | public void CodeTensor_of_C3d_Array(ref Tensor[] value) method CodeTensor_of_C4b_Array (line 34009) | public void CodeTensor_of_C4b_Array(ref Tensor[] value) method CodeTensor_of_C4us_Array (line 34020) | public void CodeTensor_of_C4us_Array(ref Tensor[] value) method CodeTensor_of_C4ui_Array (line 34031) | public void CodeTensor_of_C4ui_Array(ref Tensor[] value) method CodeTensor_of_C4f_Array (line 34042) | public void CodeTensor_of_C4f_Array(ref Tensor[] value) method CodeTensor_of_C4d_Array (line 34053) | public void CodeTensor_of_C4d_Array(ref Tensor[] value) method CodeTensor_of_Range1b_Array (line 34064) | public void CodeTensor_of_Range1b_Array(ref Tensor[] value) method CodeTensor_of_Range1sb_Array (line 34075) | public void CodeTensor_of_Range1sb_Array(ref Tensor[] value) method CodeTensor_of_Range1s_Array (line 34086) | public void CodeTensor_of_Range1s_Array(ref Tensor[] value) method CodeTensor_of_Range1us_Array (line 34097) | public void CodeTensor_of_Range1us_Array(ref Tensor[] value) method CodeTensor_of_Range1i_Array (line 34108) | public void CodeTensor_of_Range1i_Array(ref Tensor[] value) method CodeTensor_of_Range1ui_Array (line 34119) | public void CodeTensor_of_Range1ui_Array(ref Tensor[] value) method CodeTensor_of_Range1l_Array (line 34130) | public void CodeTensor_of_Range1l_Array(ref Tensor[] value) method CodeTensor_of_Range1ul_Array (line 34141) | public void CodeTensor_of_Range1ul_Array(ref Tensor[] value) method CodeTensor_of_Range1f_Array (line 34152) | public void CodeTensor_of_Range1f_Array(ref Tensor[] value) method CodeTensor_of_Range1d_Array (line 34163) | public void CodeTensor_of_Range1d_Array(ref Tensor[] value) method CodeTensor_of_Box2i_Array (line 34174) | public void CodeTensor_of_Box2i_Array(ref Tensor[] value) method CodeTensor_of_Box2l_Array (line 34185) | public void CodeTensor_of_Box2l_Array(ref Tensor[] value) method CodeTensor_of_Box2f_Array (line 34196) | public void CodeTensor_of_Box2f_Array(ref Tensor[] value) method CodeTensor_of_Box2d_Array (line 34207) | public void CodeTensor_of_Box2d_Array(ref Tensor[] value) method CodeTensor_of_Box3i_Array (line 34218) | public void CodeTensor_of_Box3i_Array(ref Tensor[] value) method CodeTensor_of_Box3l_Array (line 34229) | public void CodeTensor_of_Box3l_Array(ref Tensor[] value) method CodeTensor_of_Box3f_Array (line 34240) | public void CodeTensor_of_Box3f_Array(ref Tensor[] value) method CodeTensor_of_Box3d_Array (line 34251) | public void CodeTensor_of_Box3d_Array(ref Tensor[] value) method CodeTensor_of_Euclidean3f_Array (line 34262) | public void CodeTensor_of_Euclidean3f_Array(ref Tensor[] ... method CodeTensor_of_Euclidean3d_Array (line 34273) | public void CodeTensor_of_Euclidean3d_Array(ref Tensor[] ... method CodeTensor_of_Rot2f_Array (line 34284) | public void CodeTensor_of_Rot2f_Array(ref Tensor[] value) method CodeTensor_of_Rot2d_Array (line 34295) | public void CodeTensor_of_Rot2d_Array(ref Tensor[] value) method CodeTensor_of_Rot3f_Array (line 34306) | public void CodeTensor_of_Rot3f_Array(ref Tensor[] value) method CodeTensor_of_Rot3d_Array (line 34317) | public void CodeTensor_of_Rot3d_Array(ref Tensor[] value) method CodeTensor_of_Scale3f_Array (line 34328) | public void CodeTensor_of_Scale3f_Array(ref Tensor[] value) method CodeTensor_of_Scale3d_Array (line 34339) | public void CodeTensor_of_Scale3d_Array(ref Tensor[] value) method CodeTensor_of_Shift3f_Array (line 34350) | public void CodeTensor_of_Shift3f_Array(ref Tensor[] value) method CodeTensor_of_Shift3d_Array (line 34361) | public void CodeTensor_of_Shift3d_Array(ref Tensor[] value) method CodeTensor_of_Trafo2f_Array (line 34372) | public void CodeTensor_of_Trafo2f_Array(ref Tensor[] value) method CodeTensor_of_Trafo2d_Array (line 34383) | public void CodeTensor_of_Trafo2d_Array(ref Tensor[] value) method CodeTensor_of_Trafo3f_Array (line 34394) | public void CodeTensor_of_Trafo3f_Array(ref Tensor[] value) method CodeTensor_of_Trafo3d_Array (line 34405) | public void CodeTensor_of_Trafo3d_Array(ref Tensor[] value) method CodeTensor_of_Bool_Array (line 34416) | public void CodeTensor_of_Bool_Array(ref Tensor[] value) method CodeTensor_of_Char_Array (line 34427) | public void CodeTensor_of_Char_Array(ref Tensor[] value) method CodeTensor_of_String_Array (line 34438) | public void CodeTensor_of_String_Array(ref Tensor[] value) method CodeTensor_of_Type_Array (line 34449) | public void CodeTensor_of_Type_Array(ref Tensor[] value) method CodeTensor_of_Guid_Array (line 34460) | public void CodeTensor_of_Guid_Array(ref Tensor[] value) method CodeTensor_of_Symbol_Array (line 34471) | public void CodeTensor_of_Symbol_Array(ref Tensor[] value) method CodeTensor_of_Circle2d_Array (line 34482) | public void CodeTensor_of_Circle2d_Array(ref Tensor[] value) method CodeTensor_of_Line2d_Array (line 34493) | public void CodeTensor_of_Line2d_Array(ref Tensor[] value) method CodeTensor_of_Line3d_Array (line 34504) | public void CodeTensor_of_Line3d_Array(ref Tensor[] value) method CodeTensor_of_Plane2d_Array (line 34515) | public void CodeTensor_of_Plane2d_Array(ref Tensor[] value) method CodeTensor_of_Plane3d_Array (line 34526) | public void CodeTensor_of_Plane3d_Array(ref Tensor[] value) method CodeTensor_of_PlaneWithPoint3d_Array (line 34537) | public void CodeTensor_of_PlaneWithPoint3d_Array(ref Tensor[] value) method CodeTensor_of_Quad3d_Array (line 34559) | public void CodeTensor_of_Quad3d_Array(ref Tensor[] value) method CodeTensor_of_Ray2d_Array (line 34570) | public void CodeTensor_of_Ray2d_Array(ref Tensor[] value) method CodeTensor_of_Ray3d_Array (line 34581) | public void CodeTensor_of_Ray3d_Array(ref Tensor[] value) method CodeTensor_of_Sphere3d_Array (line 34592) | public void CodeTensor_of_Sphere3d_Array(ref Tensor[] value) method CodeTensor_of_Triangle2d_Array (line 34603) | public void CodeTensor_of_Triangle2d_Array(ref Tensor[] va... method CodeTensor_of_Triangle3d_Array (line 34614) | public void CodeTensor_of_Triangle3d_Array(ref Tensor[] va... method CodeTensor_of_Circle2f_Array (line 34625) | public void CodeTensor_of_Circle2f_Array(ref Tensor[] value) method CodeTensor_of_Line2f_Array (line 34636) | public void CodeTensor_of_Line2f_Array(ref Tensor[] value) method CodeTensor_of_Line3f_Array (line 34647) | public void CodeTensor_of_Line3f_Array(ref Tensor[] value) method CodeTensor_of_Plane2f_Array (line 34658) | public void CodeTensor_of_Plane2f_Array(ref Tensor[] value) method CodeTensor_of_Plane3f_Array (line 34669) | public void CodeTensor_of_Plane3f_Array(ref Tensor[] value) method CodeTensor_of_PlaneWithPoint3f_Array (line 34680) | public void CodeTensor_of_PlaneWithPoint3f_Array(ref Tensor[] value) method CodeTensor_of_Quad3f_Array (line 34702) | public void CodeTensor_of_Quad3f_Array(ref Tensor[] value) method CodeTensor_of_Ray2f_Array (line 34713) | public void CodeTensor_of_Ray2f_Array(ref Tensor[] value) method CodeTensor_of_Ray3f_Array (line 34724) | public void CodeTensor_of_Ray3f_Array(ref Tensor[] value) method CodeTensor_of_Sphere3f_Array (line 34735) | public void CodeTensor_of_Sphere3f_Array(ref Tensor[] value) method CodeTensor_of_Triangle2f_Array (line 34746) | public void CodeTensor_of_Triangle2f_Array(ref Tensor[] va... method CodeTensor_of_Triangle3f_Array (line 34757) | public void CodeTensor_of_Triangle3f_Array(ref Tensor[] va... method CodeList_of_Vector_of_Byte__ (line 34772) | public void CodeList_of_Vector_of_Byte__(ref List> value) method CodeList_of_Vector_of_SByte__ (line 34783) | public void CodeList_of_Vector_of_SByte__(ref List> value) method CodeList_of_Vector_of_Short__ (line 34794) | public void CodeList_of_Vector_of_Short__(ref List> value) method CodeList_of_Vector_of_UShort__ (line 34805) | public void CodeList_of_Vector_of_UShort__(ref List> va... method CodeList_of_Vector_of_Int__ (line 34816) | public void CodeList_of_Vector_of_Int__(ref List> value) method CodeList_of_Vector_of_UInt__ (line 34827) | public void CodeList_of_Vector_of_UInt__(ref List> value) method CodeList_of_Vector_of_Long__ (line 34838) | public void CodeList_of_Vector_of_Long__(ref List> value) method CodeList_of_Vector_of_ULong__ (line 34849) | public void CodeList_of_Vector_of_ULong__(ref List> value) method CodeList_of_Vector_of_Float__ (line 34860) | public void CodeList_of_Vector_of_Float__(ref List> value) method CodeList_of_Vector_of_Double__ (line 34871) | public void CodeList_of_Vector_of_Double__(ref List> va... method CodeList_of_Vector_of_Fraction__ (line 34882) | public void CodeList_of_Vector_of_Fraction__(ref List... method CodeList_of_Vector_of_V2i__ (line 34893) | public void CodeList_of_Vector_of_V2i__(ref List> value) method CodeList_of_Vector_of_V2l__ (line 34904) | public void CodeList_of_Vector_of_V2l__(ref List> value) method CodeList_of_Vector_of_V2f__ (line 34915) | public void CodeList_of_Vector_of_V2f__(ref List> value) method CodeList_of_Vector_of_V2d__ (line 34926) | public void CodeList_of_Vector_of_V2d__(ref List> value) method CodeList_of_Vector_of_V3i__ (line 34937) | public void CodeList_of_Vector_of_V3i__(ref List> value) method CodeList_of_Vector_of_V3l__ (line 34948) | public void CodeList_of_Vector_of_V3l__(ref List> value) method CodeList_of_Vector_of_V3f__ (line 34959) | public void CodeList_of_Vector_of_V3f__(ref List> value) method CodeList_of_Vector_of_V3d__ (line 34970) | public void CodeList_of_Vector_of_V3d__(ref List> value) method CodeList_of_Vector_of_V4i__ (line 34981) | public void CodeList_of_Vector_of_V4i__(ref List> value) method CodeList_of_Vector_of_V4l__ (line 34992) | public void CodeList_of_Vector_of_V4l__(ref List> value) method CodeList_of_Vector_of_V4f__ (line 35003) | public void CodeList_of_Vector_of_V4f__(ref List> value) method CodeList_of_Vector_of_V4d__ (line 35014) | public void CodeList_of_Vector_of_V4d__(ref List> value) method CodeList_of_Vector_of_M22i__ (line 35025) | public void CodeList_of_Vector_of_M22i__(ref List> value) method CodeList_of_Vector_of_M22l__ (line 35036) | public void CodeList_of_Vector_of_M22l__(ref List> value) method CodeList_of_Vector_of_M22f__ (line 35047) | public void CodeList_of_Vector_of_M22f__(ref List> value) method CodeList_of_Vector_of_M22d__ (line 35058) | public void CodeList_of_Vector_of_M22d__(ref List> value) method CodeList_of_Vector_of_M23i__ (line 35069) | public void CodeList_of_Vector_of_M23i__(ref List> value) method CodeList_of_Vector_of_M23l__ (line 35080) | public void CodeList_of_Vector_of_M23l__(ref List> value) method CodeList_of_Vector_of_M23f__ (line 35091) | public void CodeList_of_Vector_of_M23f__(ref List> value) method CodeList_of_Vector_of_M23d__ (line 35102) | public void CodeList_of_Vector_of_M23d__(ref List> value) method CodeList_of_Vector_of_M33i__ (line 35113) | public void CodeList_of_Vector_of_M33i__(ref List> value) method CodeList_of_Vector_of_M33l__ (line 35124) | public void CodeList_of_Vector_of_M33l__(ref List> value) method CodeList_of_Vector_of_M33f__ (line 35135) | public void CodeList_of_Vector_of_M33f__(ref List> value) method CodeList_of_Vector_of_M33d__ (line 35146) | public void CodeList_of_Vector_of_M33d__(ref List> value) method CodeList_of_Vector_of_M34i__ (line 35157) | public void CodeList_of_Vector_of_M34i__(ref List> value) method CodeList_of_Vector_of_M34l__ (line 35168) | public void CodeList_of_Vector_of_M34l__(ref List> value) method CodeList_of_Vector_of_M34f__ (line 35179) | public void CodeList_of_Vector_of_M34f__(ref List> value) method CodeList_of_Vector_of_M34d__ (line 35190) | public void CodeList_of_Vector_of_M34d__(ref List> value) method CodeList_of_Vector_of_M44i__ (line 35201) | public void CodeList_of_Vector_of_M44i__(ref List> value) method CodeList_of_Vector_of_M44l__ (line 35212) | public void CodeList_of_Vector_of_M44l__(ref List> value) method CodeList_of_Vector_of_M44f__ (line 35223) | public void CodeList_of_Vector_of_M44f__(ref List> value) method CodeList_of_Vector_of_M44d__ (line 35234) | public void CodeList_of_Vector_of_M44d__(ref List> value) method CodeList_of_Vector_of_C3b__ (line 35245) | public void CodeList_of_Vector_of_C3b__(ref List> value) method CodeList_of_Vector_of_C3us__ (line 35256) | public void CodeList_of_Vector_of_C3us__(ref List> value) method CodeList_of_Vector_of_C3ui__ (line 35267) | public void CodeList_of_Vector_of_C3ui__(ref List> value) method CodeList_of_Vector_of_C3f__ (line 35278) | public void CodeList_of_Vector_of_C3f__(ref List> value) method CodeList_of_Vector_of_C3d__ (line 35289) | public void CodeList_of_Vector_of_C3d__(ref List> value) method CodeList_of_Vector_of_C4b__ (line 35300) | public void CodeList_of_Vector_of_C4b__(ref List> value) method CodeList_of_Vector_of_C4us__ (line 35311) | public void CodeList_of_Vector_of_C4us__(ref List> value) method CodeList_of_Vector_of_C4ui__ (line 35322) | public void CodeList_of_Vector_of_C4ui__(ref List> value) method CodeList_of_Vector_of_C4f__ (line 35333) | public void CodeList_of_Vector_of_C4f__(ref List> value) method CodeList_of_Vector_of_C4d__ (line 35344) | public void CodeList_of_Vector_of_C4d__(ref List> value) method CodeList_of_Vector_of_Range1b__ (line 35355) | public void CodeList_of_Vector_of_Range1b__(ref List> ... method CodeList_of_Vector_of_Range1sb__ (line 35366) | public void CodeList_of_Vector_of_Range1sb__(ref List... method CodeList_of_Vector_of_Range1s__ (line 35377) | public void CodeList_of_Vector_of_Range1s__(ref List> ... method CodeList_of_Vector_of_Range1us__ (line 35388) | public void CodeList_of_Vector_of_Range1us__(ref List... method CodeList_of_Vector_of_Range1i__ (line 35399) | public void CodeList_of_Vector_of_Range1i__(ref List> ... method CodeList_of_Vector_of_Range1ui__ (line 35410) | public void CodeList_of_Vector_of_Range1ui__(ref List... method CodeList_of_Vector_of_Range1l__ (line 35421) | public void CodeList_of_Vector_of_Range1l__(ref List> ... method CodeList_of_Vector_of_Range1ul__ (line 35432) | public void CodeList_of_Vector_of_Range1ul__(ref List... method CodeList_of_Vector_of_Range1f__ (line 35443) | public void CodeList_of_Vector_of_Range1f__(ref List> ... method CodeList_of_Vector_of_Range1d__ (line 35454) | public void CodeList_of_Vector_of_Range1d__(ref List> ... method CodeList_of_Vector_of_Box2i__ (line 35465) | public void CodeList_of_Vector_of_Box2i__(ref List> value) method CodeList_of_Vector_of_Box2l__ (line 35476) | public void CodeList_of_Vector_of_Box2l__(ref List> value) method CodeList_of_Vector_of_Box2f__ (line 35487) | public void CodeList_of_Vector_of_Box2f__(ref List> value) method CodeList_of_Vector_of_Box2d__ (line 35498) | public void CodeList_of_Vector_of_Box2d__(ref List> value) method CodeList_of_Vector_of_Box3i__ (line 35509) | public void CodeList_of_Vector_of_Box3i__(ref List> value) method CodeList_of_Vector_of_Box3l__ (line 35520) | public void CodeList_of_Vector_of_Box3l__(ref List> value) method CodeList_of_Vector_of_Box3f__ (line 35531) | public void CodeList_of_Vector_of_Box3f__(ref List> value) method CodeList_of_Vector_of_Box3d__ (line 35542) | public void CodeList_of_Vector_of_Box3d__(ref List> value) method CodeList_of_Vector_of_Euclidean3f__ (line 35553) | public void CodeList_of_Vector_of_Euclidean3f__(ref List> value) method CodeList_of_Vector_of_Rot2d__ (line 35586) | public void CodeList_of_Vector_of_Rot2d__(ref List> value) method CodeList_of_Vector_of_Rot3f__ (line 35597) | public void CodeList_of_Vector_of_Rot3f__(ref List> value) method CodeList_of_Vector_of_Rot3d__ (line 35608) | public void CodeList_of_Vector_of_Rot3d__(ref List> value) method CodeList_of_Vector_of_Scale3f__ (line 35619) | public void CodeList_of_Vector_of_Scale3f__(ref List> ... method CodeList_of_Vector_of_Scale3d__ (line 35630) | public void CodeList_of_Vector_of_Scale3d__(ref List> ... method CodeList_of_Vector_of_Shift3f__ (line 35641) | public void CodeList_of_Vector_of_Shift3f__(ref List> ... method CodeList_of_Vector_of_Shift3d__ (line 35652) | public void CodeList_of_Vector_of_Shift3d__(ref List> ... method CodeList_of_Vector_of_Trafo2f__ (line 35663) | public void CodeList_of_Vector_of_Trafo2f__(ref List> ... method CodeList_of_Vector_of_Trafo2d__ (line 35674) | public void CodeList_of_Vector_of_Trafo2d__(ref List> ... method CodeList_of_Vector_of_Trafo3f__ (line 35685) | public void CodeList_of_Vector_of_Trafo3f__(ref List> ... method CodeList_of_Vector_of_Trafo3d__ (line 35696) | public void CodeList_of_Vector_of_Trafo3d__(ref List> ... method CodeList_of_Vector_of_Bool__ (line 35707) | public void CodeList_of_Vector_of_Bool__(ref List> value) method CodeList_of_Vector_of_Char__ (line 35718) | public void CodeList_of_Vector_of_Char__(ref List> value) method CodeList_of_Vector_of_String__ (line 35729) | public void CodeList_of_Vector_of_String__(ref List> va... method CodeList_of_Vector_of_Type__ (line 35740) | public void CodeList_of_Vector_of_Type__(ref List> value) method CodeList_of_Vector_of_Guid__ (line 35751) | public void CodeList_of_Vector_of_Guid__(ref List> value) method CodeList_of_Vector_of_Symbol__ (line 35762) | public void CodeList_of_Vector_of_Symbol__(ref List> va... method CodeList_of_Vector_of_Circle2d__ (line 35773) | public void CodeList_of_Vector_of_Circle2d__(ref List... method CodeList_of_Vector_of_Line2d__ (line 35784) | public void CodeList_of_Vector_of_Line2d__(ref List> va... method CodeList_of_Vector_of_Line3d__ (line 35795) | public void CodeList_of_Vector_of_Line3d__(ref List> va... method CodeList_of_Vector_of_Plane2d__ (line 35806) | public void CodeList_of_Vector_of_Plane2d__(ref List> ... method CodeList_of_Vector_of_Plane3d__ (line 35817) | public void CodeList_of_Vector_of_Plane3d__(ref List> ... method CodeList_of_Vector_of_PlaneWithPoint3d__ (line 35828) | public void CodeList_of_Vector_of_PlaneWithPoint3d__(ref List> va... method CodeList_of_Vector_of_Quad3d__ (line 35850) | public void CodeList_of_Vector_of_Quad3d__(ref List> va... method CodeList_of_Vector_of_Ray2d__ (line 35861) | public void CodeList_of_Vector_of_Ray2d__(ref List> value) method CodeList_of_Vector_of_Ray3d__ (line 35872) | public void CodeList_of_Vector_of_Ray3d__(ref List> value) method CodeList_of_Vector_of_Sphere3d__ (line 35883) | public void CodeList_of_Vector_of_Sphere3d__(ref List... method CodeList_of_Vector_of_Triangle2d__ (line 35894) | public void CodeList_of_Vector_of_Triangle2d__(ref List... method CodeList_of_Vector_of_Line2f__ (line 35927) | public void CodeList_of_Vector_of_Line2f__(ref List> va... method CodeList_of_Vector_of_Line3f__ (line 35938) | public void CodeList_of_Vector_of_Line3f__(ref List> va... method CodeList_of_Vector_of_Plane2f__ (line 35949) | public void CodeList_of_Vector_of_Plane2f__(ref List> ... method CodeList_of_Vector_of_Plane3f__ (line 35960) | public void CodeList_of_Vector_of_Plane3f__(ref List> ... method CodeList_of_Vector_of_PlaneWithPoint3f__ (line 35971) | public void CodeList_of_Vector_of_PlaneWithPoint3f__(ref List> va... method CodeList_of_Vector_of_Quad3f__ (line 35993) | public void CodeList_of_Vector_of_Quad3f__(ref List> va... method CodeList_of_Vector_of_Ray2f__ (line 36004) | public void CodeList_of_Vector_of_Ray2f__(ref List> value) method CodeList_of_Vector_of_Ray3f__ (line 36015) | public void CodeList_of_Vector_of_Ray3f__(ref List> value) method CodeList_of_Vector_of_Sphere3f__ (line 36026) | public void CodeList_of_Vector_of_Sphere3f__(ref List... method CodeList_of_Vector_of_Triangle2f__ (line 36037) | public void CodeList_of_Vector_of_Triangle2f__(ref List> value) method CodeList_of_Matrix_of_SByte__ (line 36070) | public void CodeList_of_Matrix_of_SByte__(ref List> value) method CodeList_of_Matrix_of_Short__ (line 36081) | public void CodeList_of_Matrix_of_Short__(ref List> value) method CodeList_of_Matrix_of_UShort__ (line 36092) | public void CodeList_of_Matrix_of_UShort__(ref List> va... method CodeList_of_Matrix_of_Int__ (line 36103) | public void CodeList_of_Matrix_of_Int__(ref List> value) method CodeList_of_Matrix_of_UInt__ (line 36114) | public void CodeList_of_Matrix_of_UInt__(ref List> value) method CodeList_of_Matrix_of_Long__ (line 36125) | public void CodeList_of_Matrix_of_Long__(ref List> value) method CodeList_of_Matrix_of_ULong__ (line 36136) | public void CodeList_of_Matrix_of_ULong__(ref List> value) method CodeList_of_Matrix_of_Float__ (line 36147) | public void CodeList_of_Matrix_of_Float__(ref List> value) method CodeList_of_Matrix_of_Double__ (line 36158) | public void CodeList_of_Matrix_of_Double__(ref List> va... method CodeList_of_Matrix_of_Fraction__ (line 36169) | public void CodeList_of_Matrix_of_Fraction__(ref List... method CodeList_of_Matrix_of_V2i__ (line 36180) | public void CodeList_of_Matrix_of_V2i__(ref List> value) method CodeList_of_Matrix_of_V2l__ (line 36191) | public void CodeList_of_Matrix_of_V2l__(ref List> value) method CodeList_of_Matrix_of_V2f__ (line 36202) | public void CodeList_of_Matrix_of_V2f__(ref List> value) method CodeList_of_Matrix_of_V2d__ (line 36213) | public void CodeList_of_Matrix_of_V2d__(ref List> value) method CodeList_of_Matrix_of_V3i__ (line 36224) | public void CodeList_of_Matrix_of_V3i__(ref List> value) method CodeList_of_Matrix_of_V3l__ (line 36235) | public void CodeList_of_Matrix_of_V3l__(ref List> value) method CodeList_of_Matrix_of_V3f__ (line 36246) | public void CodeList_of_Matrix_of_V3f__(ref List> value) method CodeList_of_Matrix_of_V3d__ (line 36257) | public void CodeList_of_Matrix_of_V3d__(ref List> value) method CodeList_of_Matrix_of_V4i__ (line 36268) | public void CodeList_of_Matrix_of_V4i__(ref List> value) method CodeList_of_Matrix_of_V4l__ (line 36279) | public void CodeList_of_Matrix_of_V4l__(ref List> value) method CodeList_of_Matrix_of_V4f__ (line 36290) | public void CodeList_of_Matrix_of_V4f__(ref List> value) method CodeList_of_Matrix_of_V4d__ (line 36301) | public void CodeList_of_Matrix_of_V4d__(ref List> value) method CodeList_of_Matrix_of_M22i__ (line 36312) | public void CodeList_of_Matrix_of_M22i__(ref List> value) method CodeList_of_Matrix_of_M22l__ (line 36323) | public void CodeList_of_Matrix_of_M22l__(ref List> value) method CodeList_of_Matrix_of_M22f__ (line 36334) | public void CodeList_of_Matrix_of_M22f__(ref List> value) method CodeList_of_Matrix_of_M22d__ (line 36345) | public void CodeList_of_Matrix_of_M22d__(ref List> value) method CodeList_of_Matrix_of_M23i__ (line 36356) | public void CodeList_of_Matrix_of_M23i__(ref List> value) method CodeList_of_Matrix_of_M23l__ (line 36367) | public void CodeList_of_Matrix_of_M23l__(ref List> value) method CodeList_of_Matrix_of_M23f__ (line 36378) | public void CodeList_of_Matrix_of_M23f__(ref List> value) method CodeList_of_Matrix_of_M23d__ (line 36389) | public void CodeList_of_Matrix_of_M23d__(ref List> value) method CodeList_of_Matrix_of_M33i__ (line 36400) | public void CodeList_of_Matrix_of_M33i__(ref List> value) method CodeList_of_Matrix_of_M33l__ (line 36411) | public void CodeList_of_Matrix_of_M33l__(ref List> value) method CodeList_of_Matrix_of_M33f__ (line 36422) | public void CodeList_of_Matrix_of_M33f__(ref List> value) method CodeList_of_Matrix_of_M33d__ (line 36433) | public void CodeList_of_Matrix_of_M33d__(ref List> value) method CodeList_of_Matrix_of_M34i__ (line 36444) | public void CodeList_of_Matrix_of_M34i__(ref List> value) method CodeList_of_Matrix_of_M34l__ (line 36455) | public void CodeList_of_Matrix_of_M34l__(ref List> value) method CodeList_of_Matrix_of_M34f__ (line 36466) | public void CodeList_of_Matrix_of_M34f__(ref List> value) method CodeList_of_Matrix_of_M34d__ (line 36477) | public void CodeList_of_Matrix_of_M34d__(ref List> value) method CodeList_of_Matrix_of_M44i__ (line 36488) | public void CodeList_of_Matrix_of_M44i__(ref List> value) method CodeList_of_Matrix_of_M44l__ (line 36499) | public void CodeList_of_Matrix_of_M44l__(ref List> value) method CodeList_of_Matrix_of_M44f__ (line 36510) | public void CodeList_of_Matrix_of_M44f__(ref List> value) method CodeList_of_Matrix_of_M44d__ (line 36521) | public void CodeList_of_Matrix_of_M44d__(ref List> value) method CodeList_of_Matrix_of_C3b__ (line 36532) | public void CodeList_of_Matrix_of_C3b__(ref List> value) method CodeList_of_Matrix_of_C3us__ (line 36543) | public void CodeList_of_Matrix_of_C3us__(ref List> value) method CodeList_of_Matrix_of_C3ui__ (line 36554) | public void CodeList_of_Matrix_of_C3ui__(ref List> value) method CodeList_of_Matrix_of_C3f__ (line 36565) | public void CodeList_of_Matrix_of_C3f__(ref List> value) method CodeList_of_Matrix_of_C3d__ (line 36576) | public void CodeList_of_Matrix_of_C3d__(ref List> value) method CodeList_of_Matrix_of_C4b__ (line 36587) | public void CodeList_of_Matrix_of_C4b__(ref List> value) method CodeList_of_Matrix_of_C4us__ (line 36598) | public void CodeList_of_Matrix_of_C4us__(ref List> value) method CodeList_of_Matrix_of_C4ui__ (line 36609) | public void CodeList_of_Matrix_of_C4ui__(ref List> value) method CodeList_of_Matrix_of_C4f__ (line 36620) | public void CodeList_of_Matrix_of_C4f__(ref List> value) method CodeList_of_Matrix_of_C4d__ (line 36631) | public void CodeList_of_Matrix_of_C4d__(ref List> value) method CodeList_of_Matrix_of_Range1b__ (line 36642) | public void CodeList_of_Matrix_of_Range1b__(ref List> ... method CodeList_of_Matrix_of_Range1sb__ (line 36653) | public void CodeList_of_Matrix_of_Range1sb__(ref List... method CodeList_of_Matrix_of_Range1s__ (line 36664) | public void CodeList_of_Matrix_of_Range1s__(ref List> ... method CodeList_of_Matrix_of_Range1us__ (line 36675) | public void CodeList_of_Matrix_of_Range1us__(ref List... method CodeList_of_Matrix_of_Range1i__ (line 36686) | public void CodeList_of_Matrix_of_Range1i__(ref List> ... method CodeList_of_Matrix_of_Range1ui__ (line 36697) | public void CodeList_of_Matrix_of_Range1ui__(ref List... method CodeList_of_Matrix_of_Range1l__ (line 36708) | public void CodeList_of_Matrix_of_Range1l__(ref List> ... method CodeList_of_Matrix_of_Range1ul__ (line 36719) | public void CodeList_of_Matrix_of_Range1ul__(ref List... method CodeList_of_Matrix_of_Range1f__ (line 36730) | public void CodeList_of_Matrix_of_Range1f__(ref List> ... method CodeList_of_Matrix_of_Range1d__ (line 36741) | public void CodeList_of_Matrix_of_Range1d__(ref List> ... method CodeList_of_Matrix_of_Box2i__ (line 36752) | public void CodeList_of_Matrix_of_Box2i__(ref List> value) method CodeList_of_Matrix_of_Box2l__ (line 36763) | public void CodeList_of_Matrix_of_Box2l__(ref List> value) method CodeList_of_Matrix_of_Box2f__ (line 36774) | public void CodeList_of_Matrix_of_Box2f__(ref List> value) method CodeList_of_Matrix_of_Box2d__ (line 36785) | public void CodeList_of_Matrix_of_Box2d__(ref List> value) method CodeList_of_Matrix_of_Box3i__ (line 36796) | public void CodeList_of_Matrix_of_Box3i__(ref List> value) method CodeList_of_Matrix_of_Box3l__ (line 36807) | public void CodeList_of_Matrix_of_Box3l__(ref List> value) method CodeList_of_Matrix_of_Box3f__ (line 36818) | public void CodeList_of_Matrix_of_Box3f__(ref List> value) method CodeList_of_Matrix_of_Box3d__ (line 36829) | public void CodeList_of_Matrix_of_Box3d__(ref List> value) method CodeList_of_Matrix_of_Euclidean3f__ (line 36840) | public void CodeList_of_Matrix_of_Euclidean3f__(ref List> value) method CodeList_of_Matrix_of_Rot2d__ (line 36873) | public void CodeList_of_Matrix_of_Rot2d__(ref List> value) method CodeList_of_Matrix_of_Rot3f__ (line 36884) | public void CodeList_of_Matrix_of_Rot3f__(ref List> value) method CodeList_of_Matrix_of_Rot3d__ (line 36895) | public void CodeList_of_Matrix_of_Rot3d__(ref List> value) method CodeList_of_Matrix_of_Scale3f__ (line 36906) | public void CodeList_of_Matrix_of_Scale3f__(ref List> ... method CodeList_of_Matrix_of_Scale3d__ (line 36917) | public void CodeList_of_Matrix_of_Scale3d__(ref List> ... method CodeList_of_Matrix_of_Shift3f__ (line 36928) | public void CodeList_of_Matrix_of_Shift3f__(ref List> ... method CodeList_of_Matrix_of_Shift3d__ (line 36939) | public void CodeList_of_Matrix_of_Shift3d__(ref List> ... method CodeList_of_Matrix_of_Trafo2f__ (line 36950) | public void CodeList_of_Matrix_of_Trafo2f__(ref List> ... method CodeList_of_Matrix_of_Trafo2d__ (line 36961) | public void CodeList_of_Matrix_of_Trafo2d__(ref List> ... method CodeList_of_Matrix_of_Trafo3f__ (line 36972) | public void CodeList_of_Matrix_of_Trafo3f__(ref List> ... method CodeList_of_Matrix_of_Trafo3d__ (line 36983) | public void CodeList_of_Matrix_of_Trafo3d__(ref List> ... method CodeList_of_Matrix_of_Bool__ (line 36994) | public void CodeList_of_Matrix_of_Bool__(ref List> value) method CodeList_of_Matrix_of_Char__ (line 37005) | public void CodeList_of_Matrix_of_Char__(ref List> value) method CodeList_of_Matrix_of_String__ (line 37016) | public void CodeList_of_Matrix_of_String__(ref List> va... method CodeList_of_Matrix_of_Type__ (line 37027) | public void CodeList_of_Matrix_of_Type__(ref List> value) method CodeList_of_Matrix_of_Guid__ (line 37038) | public void CodeList_of_Matrix_of_Guid__(ref List> value) method CodeList_of_Matrix_of_Symbol__ (line 37049) | public void CodeList_of_Matrix_of_Symbol__(ref List> va... method CodeList_of_Matrix_of_Circle2d__ (line 37060) | public void CodeList_of_Matrix_of_Circle2d__(ref List... method CodeList_of_Matrix_of_Line2d__ (line 37071) | public void CodeList_of_Matrix_of_Line2d__(ref List> va... method CodeList_of_Matrix_of_Line3d__ (line 37082) | public void CodeList_of_Matrix_of_Line3d__(ref List> va... method CodeList_of_Matrix_of_Plane2d__ (line 37093) | public void CodeList_of_Matrix_of_Plane2d__(ref List> ... method CodeList_of_Matrix_of_Plane3d__ (line 37104) | public void CodeList_of_Matrix_of_Plane3d__(ref List> ... method CodeList_of_Matrix_of_PlaneWithPoint3d__ (line 37115) | public void CodeList_of_Matrix_of_PlaneWithPoint3d__(ref List> va... method CodeList_of_Matrix_of_Quad3d__ (line 37137) | public void CodeList_of_Matrix_of_Quad3d__(ref List> va... method CodeList_of_Matrix_of_Ray2d__ (line 37148) | public void CodeList_of_Matrix_of_Ray2d__(ref List> value) method CodeList_of_Matrix_of_Ray3d__ (line 37159) | public void CodeList_of_Matrix_of_Ray3d__(ref List> value) method CodeList_of_Matrix_of_Sphere3d__ (line 37170) | public void CodeList_of_Matrix_of_Sphere3d__(ref List... method CodeList_of_Matrix_of_Triangle2d__ (line 37181) | public void CodeList_of_Matrix_of_Triangle2d__(ref List... method CodeList_of_Matrix_of_Line2f__ (line 37214) | public void CodeList_of_Matrix_of_Line2f__(ref List> va... method CodeList_of_Matrix_of_Line3f__ (line 37225) | public void CodeList_of_Matrix_of_Line3f__(ref List> va... method CodeList_of_Matrix_of_Plane2f__ (line 37236) | public void CodeList_of_Matrix_of_Plane2f__(ref List> ... method CodeList_of_Matrix_of_Plane3f__ (line 37247) | public void CodeList_of_Matrix_of_Plane3f__(ref List> ... method CodeList_of_Matrix_of_PlaneWithPoint3f__ (line 37258) | public void CodeList_of_Matrix_of_PlaneWithPoint3f__(ref List> va... method CodeList_of_Matrix_of_Quad3f__ (line 37280) | public void CodeList_of_Matrix_of_Quad3f__(ref List> va... method CodeList_of_Matrix_of_Ray2f__ (line 37291) | public void CodeList_of_Matrix_of_Ray2f__(ref List> value) method CodeList_of_Matrix_of_Ray3f__ (line 37302) | public void CodeList_of_Matrix_of_Ray3f__(ref List> value) method CodeList_of_Matrix_of_Sphere3f__ (line 37313) | public void CodeList_of_Matrix_of_Sphere3f__(ref List... method CodeList_of_Matrix_of_Triangle2f__ (line 37324) | public void CodeList_of_Matrix_of_Triangle2f__(ref List> value) method CodeList_of_Volume_of_SByte__ (line 37357) | public void CodeList_of_Volume_of_SByte__(ref List> value) method CodeList_of_Volume_of_Short__ (line 37368) | public void CodeList_of_Volume_of_Short__(ref List> value) method CodeList_of_Volume_of_UShort__ (line 37379) | public void CodeList_of_Volume_of_UShort__(ref List> va... method CodeList_of_Volume_of_Int__ (line 37390) | public void CodeList_of_Volume_of_Int__(ref List> value) method CodeList_of_Volume_of_UInt__ (line 37401) | public void CodeList_of_Volume_of_UInt__(ref List> value) method CodeList_of_Volume_of_Long__ (line 37412) | public void CodeList_of_Volume_of_Long__(ref List> value) method CodeList_of_Volume_of_ULong__ (line 37423) | public void CodeList_of_Volume_of_ULong__(ref List> value) method CodeList_of_Volume_of_Float__ (line 37434) | public void CodeList_of_Volume_of_Float__(ref List> value) method CodeList_of_Volume_of_Double__ (line 37445) | public void CodeList_of_Volume_of_Double__(ref List> va... method CodeList_of_Volume_of_Fraction__ (line 37456) | public void CodeList_of_Volume_of_Fraction__(ref List... method CodeList_of_Volume_of_V2i__ (line 37467) | public void CodeList_of_Volume_of_V2i__(ref List> value) method CodeList_of_Volume_of_V2l__ (line 37478) | public void CodeList_of_Volume_of_V2l__(ref List> value) method CodeList_of_Volume_of_V2f__ (line 37489) | public void CodeList_of_Volume_of_V2f__(ref List> value) method CodeList_of_Volume_of_V2d__ (line 37500) | public void CodeList_of_Volume_of_V2d__(ref List> value) method CodeList_of_Volume_of_V3i__ (line 37511) | public void CodeList_of_Volume_of_V3i__(ref List> value) method CodeList_of_Volume_of_V3l__ (line 37522) | public void CodeList_of_Volume_of_V3l__(ref List> value) method CodeList_of_Volume_of_V3f__ (line 37533) | public void CodeList_of_Volume_of_V3f__(ref List> value) method CodeList_of_Volume_of_V3d__ (line 37544) | public void CodeList_of_Volume_of_V3d__(ref List> value) method CodeList_of_Volume_of_V4i__ (line 37555) | public void CodeList_of_Volume_of_V4i__(ref List> value) method CodeList_of_Volume_of_V4l__ (line 37566) | public void CodeList_of_Volume_of_V4l__(ref List> value) method CodeList_of_Volume_of_V4f__ (line 37577) | public void CodeList_of_Volume_of_V4f__(ref List> value) method CodeList_of_Volume_of_V4d__ (line 37588) | public void CodeList_of_Volume_of_V4d__(ref List> value) method CodeList_of_Volume_of_M22i__ (line 37599) | public void CodeList_of_Volume_of_M22i__(ref List> value) method CodeList_of_Volume_of_M22l__ (line 37610) | public void CodeList_of_Volume_of_M22l__(ref List> value) method CodeList_of_Volume_of_M22f__ (line 37621) | public void CodeList_of_Volume_of_M22f__(ref List> value) method CodeList_of_Volume_of_M22d__ (line 37632) | public void CodeList_of_Volume_of_M22d__(ref List> value) method CodeList_of_Volume_of_M23i__ (line 37643) | public void CodeList_of_Volume_of_M23i__(ref List> value) method CodeList_of_Volume_of_M23l__ (line 37654) | public void CodeList_of_Volume_of_M23l__(ref List> value) method CodeList_of_Volume_of_M23f__ (line 37665) | public void CodeList_of_Volume_of_M23f__(ref List> value) method CodeList_of_Volume_of_M23d__ (line 37676) | public void CodeList_of_Volume_of_M23d__(ref List> value) method CodeList_of_Volume_of_M33i__ (line 37687) | public void CodeList_of_Volume_of_M33i__(ref List> value) method CodeList_of_Volume_of_M33l__ (line 37698) | public void CodeList_of_Volume_of_M33l__(ref List> value) method CodeList_of_Volume_of_M33f__ (line 37709) | public void CodeList_of_Volume_of_M33f__(ref List> value) method CodeList_of_Volume_of_M33d__ (line 37720) | public void CodeList_of_Volume_of_M33d__(ref List> value) method CodeList_of_Volume_of_M34i__ (line 37731) | public void CodeList_of_Volume_of_M34i__(ref List> value) method CodeList_of_Volume_of_M34l__ (line 37742) | public void CodeList_of_Volume_of_M34l__(ref List> value) method CodeList_of_Volume_of_M34f__ (line 37753) | public void CodeList_of_Volume_of_M34f__(ref List> value) method CodeList_of_Volume_of_M34d__ (line 37764) | public void CodeList_of_Volume_of_M34d__(ref List> value) method CodeList_of_Volume_of_M44i__ (line 37775) | public void CodeList_of_Volume_of_M44i__(ref List> value) method CodeList_of_Volume_of_M44l__ (line 37786) | public void CodeList_of_Volume_of_M44l__(ref List> value) method CodeList_of_Volume_of_M44f__ (line 37797) | public void CodeList_of_Volume_of_M44f__(ref List> value) method CodeList_of_Volume_of_M44d__ (line 37808) | public void CodeList_of_Volume_of_M44d__(ref List> value) method CodeList_of_Volume_of_C3b__ (line 37819) | public void CodeList_of_Volume_of_C3b__(ref List> value) method CodeList_of_Volume_of_C3us__ (line 37830) | public void CodeList_of_Volume_of_C3us__(ref List> value) method CodeList_of_Volume_of_C3ui__ (line 37841) | public void CodeList_of_Volume_of_C3ui__(ref List> value) method CodeList_of_Volume_of_C3f__ (line 37852) | public void CodeList_of_Volume_of_C3f__(ref List> value) method CodeList_of_Volume_of_C3d__ (line 37863) | public void CodeList_of_Volume_of_C3d__(ref List> value) method CodeList_of_Volume_of_C4b__ (line 37874) | public void CodeList_of_Volume_of_C4b__(ref List> value) method CodeList_of_Volume_of_C4us__ (line 37885) | public void CodeList_of_Volume_of_C4us__(ref List> value) method CodeList_of_Volume_of_C4ui__ (line 37896) | public void CodeList_of_Volume_of_C4ui__(ref List> value) method CodeList_of_Volume_of_C4f__ (line 37907) | public void CodeList_of_Volume_of_C4f__(ref List> value) method CodeList_of_Volume_of_C4d__ (line 37918) | public void CodeList_of_Volume_of_C4d__(ref List> value) method CodeList_of_Volume_of_Range1b__ (line 37929) | public void CodeList_of_Volume_of_Range1b__(ref List> ... method CodeList_of_Volume_of_Range1sb__ (line 37940) | public void CodeList_of_Volume_of_Range1sb__(ref List... method CodeList_of_Volume_of_Range1s__ (line 37951) | public void CodeList_of_Volume_of_Range1s__(ref List> ... method CodeList_of_Volume_of_Range1us__ (line 37962) | public void CodeList_of_Volume_of_Range1us__(ref List... method CodeList_of_Volume_of_Range1i__ (line 37973) | public void CodeList_of_Volume_of_Range1i__(ref List> ... method CodeList_of_Volume_of_Range1ui__ (line 37984) | public void CodeList_of_Volume_of_Range1ui__(ref List... method CodeList_of_Volume_of_Range1l__ (line 37995) | public void CodeList_of_Volume_of_Range1l__(ref List> ... method CodeList_of_Volume_of_Range1ul__ (line 38006) | public void CodeList_of_Volume_of_Range1ul__(ref List... method CodeList_of_Volume_of_Range1f__ (line 38017) | public void CodeList_of_Volume_of_Range1f__(ref List> ... method CodeList_of_Volume_of_Range1d__ (line 38028) | public void CodeList_of_Volume_of_Range1d__(ref List> ... method CodeList_of_Volume_of_Box2i__ (line 38039) | public void CodeList_of_Volume_of_Box2i__(ref List> value) method CodeList_of_Volume_of_Box2l__ (line 38050) | public void CodeList_of_Volume_of_Box2l__(ref List> value) method CodeList_of_Volume_of_Box2f__ (line 38061) | public void CodeList_of_Volume_of_Box2f__(ref List> value) method CodeList_of_Volume_of_Box2d__ (line 38072) | public void CodeList_of_Volume_of_Box2d__(ref List> value) method CodeList_of_Volume_of_Box3i__ (line 38083) | public void CodeList_of_Volume_of_Box3i__(ref List> value) method CodeList_of_Volume_of_Box3l__ (line 38094) | public void CodeList_of_Volume_of_Box3l__(ref List> value) method CodeList_of_Volume_of_Box3f__ (line 38105) | public void CodeList_of_Volume_of_Box3f__(ref List> value) method CodeList_of_Volume_of_Box3d__ (line 38116) | public void CodeList_of_Volume_of_Box3d__(ref List> value) method CodeList_of_Volume_of_Euclidean3f__ (line 38127) | public void CodeList_of_Volume_of_Euclidean3f__(ref List> value) method CodeList_of_Volume_of_Rot2d__ (line 38160) | public void CodeList_of_Volume_of_Rot2d__(ref List> value) method CodeList_of_Volume_of_Rot3f__ (line 38171) | public void CodeList_of_Volume_of_Rot3f__(ref List> value) method CodeList_of_Volume_of_Rot3d__ (line 38182) | public void CodeList_of_Volume_of_Rot3d__(ref List> value) method CodeList_of_Volume_of_Scale3f__ (line 38193) | public void CodeList_of_Volume_of_Scale3f__(ref List> ... method CodeList_of_Volume_of_Scale3d__ (line 38204) | public void CodeList_of_Volume_of_Scale3d__(ref List> ... method CodeList_of_Volume_of_Shift3f__ (line 38215) | public void CodeList_of_Volume_of_Shift3f__(ref List> ... method CodeList_of_Volume_of_Shift3d__ (line 38226) | public void CodeList_of_Volume_of_Shift3d__(ref List> ... method CodeList_of_Volume_of_Trafo2f__ (line 38237) | public void CodeList_of_Volume_of_Trafo2f__(ref List> ... method CodeList_of_Volume_of_Trafo2d__ (line 38248) | public void CodeList_of_Volume_of_Trafo2d__(ref List> ... method CodeList_of_Volume_of_Trafo3f__ (line 38259) | public void CodeList_of_Volume_of_Trafo3f__(ref List> ... method CodeList_of_Volume_of_Trafo3d__ (line 38270) | public void CodeList_of_Volume_of_Trafo3d__(ref List> ... method CodeList_of_Volume_of_Bool__ (line 38281) | public void CodeList_of_Volume_of_Bool__(ref List> value) method CodeList_of_Volume_of_Char__ (line 38292) | public void CodeList_of_Volume_of_Char__(ref List> value) method CodeList_of_Volume_of_String__ (line 38303) | public void CodeList_of_Volume_of_String__(ref List> va... method CodeList_of_Volume_of_Type__ (line 38314) | public void CodeList_of_Volume_of_Type__(ref List> value) method CodeList_of_Volume_of_Guid__ (line 38325) | public void CodeList_of_Volume_of_Guid__(ref List> value) method CodeList_of_Volume_of_Symbol__ (line 38336) | public void CodeList_of_Volume_of_Symbol__(ref List> va... method CodeList_of_Volume_of_Circle2d__ (line 38347) | public void CodeList_of_Volume_of_Circle2d__(ref List... method CodeList_of_Volume_of_Line2d__ (line 38358) | public void CodeList_of_Volume_of_Line2d__(ref List> va... method CodeList_of_Volume_of_Line3d__ (line 38369) | public void CodeList_of_Volume_of_Line3d__(ref List> va... method CodeList_of_Volume_of_Plane2d__ (line 38380) | public void CodeList_of_Volume_of_Plane2d__(ref List> ... method CodeList_of_Volume_of_Plane3d__ (line 38391) | public void CodeList_of_Volume_of_Plane3d__(ref List> ... method CodeList_of_Volume_of_PlaneWithPoint3d__ (line 38402) | public void CodeList_of_Volume_of_PlaneWithPoint3d__(ref List> va... method CodeList_of_Volume_of_Quad3d__ (line 38424) | public void CodeList_of_Volume_of_Quad3d__(ref List> va... method CodeList_of_Volume_of_Ray2d__ (line 38435) | public void CodeList_of_Volume_of_Ray2d__(ref List> value) method CodeList_of_Volume_of_Ray3d__ (line 38446) | public void CodeList_of_Volume_of_Ray3d__(ref List> value) method CodeList_of_Volume_of_Sphere3d__ (line 38457) | public void CodeList_of_Volume_of_Sphere3d__(ref List... method CodeList_of_Volume_of_Triangle2d__ (line 38468) | public void CodeList_of_Volume_of_Triangle2d__(ref List... method CodeList_of_Volume_of_Line2f__ (line 38501) | public void CodeList_of_Volume_of_Line2f__(ref List> va... method CodeList_of_Volume_of_Line3f__ (line 38512) | public void CodeList_of_Volume_of_Line3f__(ref List> va... method CodeList_of_Volume_of_Plane2f__ (line 38523) | public void CodeList_of_Volume_of_Plane2f__(ref List> ... method CodeList_of_Volume_of_Plane3f__ (line 38534) | public void CodeList_of_Volume_of_Plane3f__(ref List> ... method CodeList_of_Volume_of_PlaneWithPoint3f__ (line 38545) | public void CodeList_of_Volume_of_PlaneWithPoint3f__(ref List> va... method CodeList_of_Volume_of_Quad3f__ (line 38567) | public void CodeList_of_Volume_of_Quad3f__(ref List> va... method CodeList_of_Volume_of_Ray2f__ (line 38578) | public void CodeList_of_Volume_of_Ray2f__(ref List> value) method CodeList_of_Volume_of_Ray3f__ (line 38589) | public void CodeList_of_Volume_of_Ray3f__(ref List> value) method CodeList_of_Volume_of_Sphere3f__ (line 38600) | public void CodeList_of_Volume_of_Sphere3f__(ref List... method CodeList_of_Volume_of_Triangle2f__ (line 38611) | public void CodeList_of_Volume_of_Triangle2f__(ref List> value) method CodeList_of_Tensor_of_SByte__ (line 38644) | public void CodeList_of_Tensor_of_SByte__(ref List> value) method CodeList_of_Tensor_of_Short__ (line 38655) | public void CodeList_of_Tensor_of_Short__(ref List> value) method CodeList_of_Tensor_of_UShort__ (line 38666) | public void CodeList_of_Tensor_of_UShort__(ref List> va... method CodeList_of_Tensor_of_Int__ (line 38677) | public void CodeList_of_Tensor_of_Int__(ref List> value) method CodeList_of_Tensor_of_UInt__ (line 38688) | public void CodeList_of_Tensor_of_UInt__(ref List> value) method CodeList_of_Tensor_of_Long__ (line 38699) | public void CodeList_of_Tensor_of_Long__(ref List> value) method CodeList_of_Tensor_of_ULong__ (line 38710) | public void CodeList_of_Tensor_of_ULong__(ref List> value) method CodeList_of_Tensor_of_Float__ (line 38721) | public void CodeList_of_Tensor_of_Float__(ref List> value) method CodeList_of_Tensor_of_Double__ (line 38732) | public void CodeList_of_Tensor_of_Double__(ref List> va... method CodeList_of_Tensor_of_Fraction__ (line 38743) | public void CodeList_of_Tensor_of_Fraction__(ref List... method CodeList_of_Tensor_of_V2i__ (line 38754) | public void CodeList_of_Tensor_of_V2i__(ref List> value) method CodeList_of_Tensor_of_V2l__ (line 38765) | public void CodeList_of_Tensor_of_V2l__(ref List> value) method CodeList_of_Tensor_of_V2f__ (line 38776) | public void CodeList_of_Tensor_of_V2f__(ref List> value) method CodeList_of_Tensor_of_V2d__ (line 38787) | public void CodeList_of_Tensor_of_V2d__(ref List> value) method CodeList_of_Tensor_of_V3i__ (line 38798) | public void CodeList_of_Tensor_of_V3i__(ref List> value) method CodeList_of_Tensor_of_V3l__ (line 38809) | public void CodeList_of_Tensor_of_V3l__(ref List> value) method CodeList_of_Tensor_of_V3f__ (line 38820) | public void CodeList_of_Tensor_of_V3f__(ref List> value) method CodeList_of_Tensor_of_V3d__ (line 38831) | public void CodeList_of_Tensor_of_V3d__(ref List> value) method CodeList_of_Tensor_of_V4i__ (line 38842) | public void CodeList_of_Tensor_of_V4i__(ref List> value) method CodeList_of_Tensor_of_V4l__ (line 38853) | public void CodeList_of_Tensor_of_V4l__(ref List> value) method CodeList_of_Tensor_of_V4f__ (line 38864) | public void CodeList_of_Tensor_of_V4f__(ref List> value) method CodeList_of_Tensor_of_V4d__ (line 38875) | public void CodeList_of_Tensor_of_V4d__(ref List> value) method CodeList_of_Tensor_of_M22i__ (line 38886) | public void CodeList_of_Tensor_of_M22i__(ref List> value) method CodeList_of_Tensor_of_M22l__ (line 38897) | public void CodeList_of_Tensor_of_M22l__(ref List> value) method CodeList_of_Tensor_of_M22f__ (line 38908) | public void CodeList_of_Tensor_of_M22f__(ref List> value) method CodeList_of_Tensor_of_M22d__ (line 38919) | public void CodeList_of_Tensor_of_M22d__(ref List> value) method CodeList_of_Tensor_of_M23i__ (line 38930) | public void CodeList_of_Tensor_of_M23i__(ref List> value) method CodeList_of_Tensor_of_M23l__ (line 38941) | public void CodeList_of_Tensor_of_M23l__(ref List> value) method CodeList_of_Tensor_of_M23f__ (line 38952) | public void CodeList_of_Tensor_of_M23f__(ref List> value) method CodeList_of_Tensor_of_M23d__ (line 38963) | public void CodeList_of_Tensor_of_M23d__(ref List> value) method CodeList_of_Tensor_of_M33i__ (line 38974) | public void CodeList_of_Tensor_of_M33i__(ref List> value) method CodeList_of_Tensor_of_M33l__ (line 38985) | public void CodeList_of_Tensor_of_M33l__(ref List> value) method CodeList_of_Tensor_of_M33f__ (line 38996) | public void CodeList_of_Tensor_of_M33f__(ref List> value) method CodeList_of_Tensor_of_M33d__ (line 39007) | public void CodeList_of_Tensor_of_M33d__(ref List> value) method CodeList_of_Tensor_of_M34i__ (line 39018) | public void CodeList_of_Tensor_of_M34i__(ref List> value) method CodeList_of_Tensor_of_M34l__ (line 39029) | public void CodeList_of_Tensor_of_M34l__(ref List> value) method CodeList_of_Tensor_of_M34f__ (line 39040) | public void CodeList_of_Tensor_of_M34f__(ref List> value) method CodeList_of_Tensor_of_M34d__ (line 39051) | public void CodeList_of_Tensor_of_M34d__(ref List> value) method CodeList_of_Tensor_of_M44i__ (line 39062) | public void CodeList_of_Tensor_of_M44i__(ref List> value) method CodeList_of_Tensor_of_M44l__ (line 39073) | public void CodeList_of_Tensor_of_M44l__(ref List> value) method CodeList_of_Tensor_of_M44f__ (line 39084) | public void CodeList_of_Tensor_of_M44f__(ref List> value) method CodeList_of_Tensor_of_M44d__ (line 39095) | public void CodeList_of_Tensor_of_M44d__(ref List> value) method CodeList_of_Tensor_of_C3b__ (line 39106) | public void CodeList_of_Tensor_of_C3b__(ref List> value) method CodeList_of_Tensor_of_C3us__ (line 39117) | public void CodeList_of_Tensor_of_C3us__(ref List> value) method CodeList_of_Tensor_of_C3ui__ (line 39128) | public void CodeList_of_Tensor_of_C3ui__(ref List> value) method CodeList_of_Tensor_of_C3f__ (line 39139) | public void CodeList_of_Tensor_of_C3f__(ref List> value) method CodeList_of_Tensor_of_C3d__ (line 39150) | public void CodeList_of_Tensor_of_C3d__(ref List> value) method CodeList_of_Tensor_of_C4b__ (line 39161) | public void CodeList_of_Tensor_of_C4b__(ref List> value) method CodeList_of_Tensor_of_C4us__ (line 39172) | public void CodeList_of_Tensor_of_C4us__(ref List> value) method CodeList_of_Tensor_of_C4ui__ (line 39183) | public void CodeList_of_Tensor_of_C4ui__(ref List> value) method CodeList_of_Tensor_of_C4f__ (line 39194) | public void CodeList_of_Tensor_of_C4f__(ref List> value) method CodeList_of_Tensor_of_C4d__ (line 39205) | public void CodeList_of_Tensor_of_C4d__(ref List> value) method CodeList_of_Tensor_of_Range1b__ (line 39216) | public void CodeList_of_Tensor_of_Range1b__(ref List> ... method CodeList_of_Tensor_of_Range1sb__ (line 39227) | public void CodeList_of_Tensor_of_Range1sb__(ref List... method CodeList_of_Tensor_of_Range1s__ (line 39238) | public void CodeList_of_Tensor_of_Range1s__(ref List> ... method CodeList_of_Tensor_of_Range1us__ (line 39249) | public void CodeList_of_Tensor_of_Range1us__(ref List... method CodeList_of_Tensor_of_Range1i__ (line 39260) | public void CodeList_of_Tensor_of_Range1i__(ref List> ... method CodeList_of_Tensor_of_Range1ui__ (line 39271) | public void CodeList_of_Tensor_of_Range1ui__(ref List... method CodeList_of_Tensor_of_Range1l__ (line 39282) | public void CodeList_of_Tensor_of_Range1l__(ref List> ... method CodeList_of_Tensor_of_Range1ul__ (line 39293) | public void CodeList_of_Tensor_of_Range1ul__(ref List... method CodeList_of_Tensor_of_Range1f__ (line 39304) | public void CodeList_of_Tensor_of_Range1f__(ref List> ... method CodeList_of_Tensor_of_Range1d__ (line 39315) | public void CodeList_of_Tensor_of_Range1d__(ref List> ... method CodeList_of_Tensor_of_Box2i__ (line 39326) | public void CodeList_of_Tensor_of_Box2i__(ref List> value) method CodeList_of_Tensor_of_Box2l__ (line 39337) | public void CodeList_of_Tensor_of_Box2l__(ref List> value) method CodeList_of_Tensor_of_Box2f__ (line 39348) | public void CodeList_of_Tensor_of_Box2f__(ref List> value) method CodeList_of_Tensor_of_Box2d__ (line 39359) | public void CodeList_of_Tensor_of_Box2d__(ref List> value) method CodeList_of_Tensor_of_Box3i__ (line 39370) | public void CodeList_of_Tensor_of_Box3i__(ref List> value) method CodeList_of_Tensor_of_Box3l__ (line 39381) | public void CodeList_of_Tensor_of_Box3l__(ref List> value) method CodeList_of_Tensor_of_Box3f__ (line 39392) | public void CodeList_of_Tensor_of_Box3f__(ref List> value) method CodeList_of_Tensor_of_Box3d__ (line 39403) | public void CodeList_of_Tensor_of_Box3d__(ref List> value) method CodeList_of_Tensor_of_Euclidean3f__ (line 39414) | public void CodeList_of_Tensor_of_Euclidean3f__(ref List> value) method CodeList_of_Tensor_of_Rot2d__ (line 39447) | public void CodeList_of_Tensor_of_Rot2d__(ref List> value) method CodeList_of_Tensor_of_Rot3f__ (line 39458) | public void CodeList_of_Tensor_of_Rot3f__(ref List> value) method CodeList_of_Tensor_of_Rot3d__ (line 39469) | public void CodeList_of_Tensor_of_Rot3d__(ref List> value) method CodeList_of_Tensor_of_Scale3f__ (line 39480) | public void CodeList_of_Tensor_of_Scale3f__(ref List> ... method CodeList_of_Tensor_of_Scale3d__ (line 39491) | public void CodeList_of_Tensor_of_Scale3d__(ref List> ... method CodeList_of_Tensor_of_Shift3f__ (line 39502) | public void CodeList_of_Tensor_of_Shift3f__(ref List> ... method CodeList_of_Tensor_of_Shift3d__ (line 39513) | public void CodeList_of_Tensor_of_Shift3d__(ref List> ... method CodeList_of_Tensor_of_Trafo2f__ (line 39524) | public void CodeList_of_Tensor_of_Trafo2f__(ref List> ... method CodeList_of_Tensor_of_Trafo2d__ (line 39535) | public void CodeList_of_Tensor_of_Trafo2d__(ref List> ... method CodeList_of_Tensor_of_Trafo3f__ (line 39546) | public void CodeList_of_Tensor_of_Trafo3f__(ref List> ... method CodeList_of_Tensor_of_Trafo3d__ (line 39557) | public void CodeList_of_Tensor_of_Trafo3d__(ref List> ... method CodeList_of_Tensor_of_Bool__ (line 39568) | public void CodeList_of_Tensor_of_Bool__(ref List> value) method CodeList_of_Tensor_of_Char__ (line 39579) | public void CodeList_of_Tensor_of_Char__(ref List> value) method CodeList_of_Tensor_of_String__ (line 39590) | public void CodeList_of_Tensor_of_String__(ref List> va... method CodeList_of_Tensor_of_Type__ (line 39601) | public void CodeList_of_Tensor_of_Type__(ref List> value) method CodeList_of_Tensor_of_Guid__ (line 39612) | public void CodeList_of_Tensor_of_Guid__(ref List> value) method CodeList_of_Tensor_of_Symbol__ (line 39623) | public void CodeList_of_Tensor_of_Symbol__(ref List> va... method CodeList_of_Tensor_of_Circle2d__ (line 39634) | public void CodeList_of_Tensor_of_Circle2d__(ref List... method CodeList_of_Tensor_of_Line2d__ (line 39645) | public void CodeList_of_Tensor_of_Line2d__(ref List> va... method CodeList_of_Tensor_of_Line3d__ (line 39656) | public void CodeList_of_Tensor_of_Line3d__(ref List> va... method CodeList_of_Tensor_of_Plane2d__ (line 39667) | public void CodeList_of_Tensor_of_Plane2d__(ref List> ... method CodeList_of_Tensor_of_Plane3d__ (line 39678) | public void CodeList_of_Tensor_of_Plane3d__(ref List> ... method CodeList_of_Tensor_of_PlaneWithPoint3d__ (line 39689) | public void CodeList_of_Tensor_of_PlaneWithPoint3d__(ref List> va... method CodeList_of_Tensor_of_Quad3d__ (line 39711) | public void CodeList_of_Tensor_of_Quad3d__(ref List> va... method CodeList_of_Tensor_of_Ray2d__ (line 39722) | public void CodeList_of_Tensor_of_Ray2d__(ref List> value) method CodeList_of_Tensor_of_Ray3d__ (line 39733) | public void CodeList_of_Tensor_of_Ray3d__(ref List> value) method CodeList_of_Tensor_of_Sphere3d__ (line 39744) | public void CodeList_of_Tensor_of_Sphere3d__(ref List... method CodeList_of_Tensor_of_Triangle2d__ (line 39755) | public void CodeList_of_Tensor_of_Triangle2d__(ref List... method CodeList_of_Tensor_of_Line2f__ (line 39788) | public void CodeList_of_Tensor_of_Line2f__(ref List> va... method CodeList_of_Tensor_of_Line3f__ (line 39799) | public void CodeList_of_Tensor_of_Line3f__(ref List> va... method CodeList_of_Tensor_of_Plane2f__ (line 39810) | public void CodeList_of_Tensor_of_Plane2f__(ref List> ... method CodeList_of_Tensor_of_Plane3f__ (line 39821) | public void CodeList_of_Tensor_of_Plane3f__(ref List> ... method CodeList_of_Tensor_of_PlaneWithPoint3f__ (line 39832) | public void CodeList_of_Tensor_of_PlaneWithPoint3f__(ref List> va... method CodeList_of_Tensor_of_Quad3f__ (line 39854) | public void CodeList_of_Tensor_of_Quad3f__(ref List> va... method CodeList_of_Tensor_of_Ray2f__ (line 39865) | public void CodeList_of_Tensor_of_Ray2f__(ref List> value) method CodeList_of_Tensor_of_Ray3f__ (line 39876) | public void CodeList_of_Tensor_of_Ray3f__(ref List> value) method CodeList_of_Tensor_of_Sphere3f__ (line 39887) | public void CodeList_of_Tensor_of_Sphere3f__(ref List... method CodeList_of_Tensor_of_Triangle2f__ (line 39898) | public void CodeList_of_Tensor_of_Triangle2f__(ref List value) method Code__name__ (line 155) | public void Code__name__(ref __t__[] value) method Code__name__ (line 167) | public void Code__name__(ref List<__t__> value) class XmlReadingCoder (line 179) | public partial class XmlReadingCoder method Code__name__ (line 185) | public void Code__name__(ref __t.Name__ v) { v = __t.Name__.Parse(Curr... method Code__name__ (line 194) | public void Code__name__(ref __t.Name__ v) { v = __t.Name__.Parse(Curr... method Code__name__ (line 203) | public void Code__name__(ref __t.Name__ v) { v = __t.Name__.Parse(Curr... method CodeCircle2__tc__ (line 213) | public void CodeCircle2__tc__(ref Circle2__tc__ v) { v = Circle2__tc__... method CodeLine2__tc__ (line 214) | public void CodeLine2__tc__(ref Line2__tc__ v) { v = Line2__tc__.Parse... method CodeLine3__tc__ (line 215) | public void CodeLine3__tc__(ref Line3__tc__ v) { v = Line3__tc__.Parse... method CodePlane2__tc__ (line 216) | public void CodePlane2__tc__(ref Plane2__tc__ v) { v = Plane2__tc__.Pa... method CodePlane3__tc__ (line 217) | public void CodePlane3__tc__(ref Plane3__tc__ v) { v = Plane3__tc__.Pa... method CodePlaneWithPoint3__tc__ (line 218) | public void CodePlaneWithPoint3__tc__(ref PlaneWithPoint3__tc__ v) { v... method CodeQuad2__tc__ (line 219) | public void CodeQuad2__tc__(ref Quad2__tc__ v) { v = Quad2__tc__.Parse... method CodeQuad3__tc__ (line 220) | public void CodeQuad3__tc__(ref Quad3__tc__ v) { v = Quad3__tc__.Parse... method CodeRay2__tc__ (line 221) | public void CodeRay2__tc__(ref Ray2__tc__ v) { v = Ray2__tc__.Parse(Cu... method CodeRay3__tc__ (line 222) | public void CodeRay3__tc__(ref Ray3__tc__ v) { v = Ray3__tc__.Parse(Cu... method CodeSphere3__tc__ (line 223) | public void CodeSphere3__tc__(ref Sphere3__tc__ v) { v = Sphere3__tc__... method CodeTriangle2__tc__ (line 224) | public void CodeTriangle2__tc__(ref Triangle2__tc__ v) { v = Triangle2... method CodeTriangle3__tc__ (line 225) | public void CodeTriangle3__tc__(ref Triangle3__tc__ v) { v = Triangle3... method Code__name__ (line 234) | public void Code__name__(ref __t.Name__ v) { v = __t.Name__.Parse(Curr... method Code__name__ (line 243) | public void Code__name__(ref __t.Name__ v) { v = __t.Name__.Parse(Curr... method Code__name__ (line 261) | public void Code__name__(ref __type__ value) method Code__name__ (line 310) | public void Code__name__(ref __t__[] value) method Code__name2d__ (line 322) | public void Code__name2d__(ref __t__[,] value) { throw new NotImplemen... method Code__name3d__ (line 324) | public void Code__name3d__(ref __t__[, ,] value) { throw new NotImplem... method Code__name2d__ (line 333) | public void Code__name2d__(ref __t__[][] value) { throw new NotImpleme... method Code__name3d__ (line 335) | public void Code__name3d__(ref __t__[][][] value) { throw new NotImple... method Code__name__ (line 344) | public void Code__name__(ref List<__t__> value) method Code__name__ (line 357) | public void Code__name__(ref __t__[] value) method Code__name__ (line 376) | public void Code__name__(ref List<__t__> value) FILE: src/Aardvark.Base.IO/XmlWritingCoder.cs class NewXmlWritingCoder (line 12) | public partial class NewXmlWritingCoder method NewXmlWritingCoder (line 24) | public NewXmlWritingCoder(XmlDoc doc) : base() method NewXmlWritingCoder (line 34) | public NewXmlWritingCoder(Stream stream) method NewXmlWritingCoder (line 40) | public NewXmlWritingCoder(string fileName) method Code (line 63) | public void Code(ref object obj) method CodeFields (line 68) | public void CodeFields(Type type, int version, IFieldCodeable obj) method CodeFields (line 73) | public void CodeFields(Type type, ITypedMap obj) method CodeT (line 78) | public void CodeT(ref T obj) method CodeNull (line 83) | private bool CodeNull(ref T value) method CodeCount (line 88) | public int CodeCount(ref T value, Func counter) where T : c... method CodeCount (line 93) | private int CodeCount(ref T[] array) method CodeCount (line 98) | private int CodeCount(ref List list) method CodeTArray (line 103) | public void CodeTArray(ref T[] value) method CodeList_of_T_ (line 108) | public void CodeList_of_T_(ref List value) method CodeHashSet_of_T_ (line 113) | public void CodeHashSet_of_T_(ref HashSet value) method Code (line 118) | public void Code(Type t, ref object o) method Code (line 123) | public void Code(Type t, ref Array value) method Code (line 128) | public void Code(Type t, ref IList value) method Code (line 133) | public void Code(Type t, ref IDictionary dict) method Code (line 138) | public void Code(Type t, ref ICountableDict dict) method Code (line 143) | public void Code(Type t, ref ICountableDictSet dict) method Code (line 148) | public void Code(Type t, ref IArrayVector value) method Code (line 153) | public void Code(Type t, ref IArrayMatrix value) method Code (line 158) | public void Code(Type t, ref IArrayVolume value) method Code (line 163) | public void Code(Type t, ref IArrayTensor4 value) method Code (line 168) | public void Code(Type t, ref IArrayTensorN value) method CodeHashSet (line 173) | public void CodeHashSet(Type t, ref object o) method CodeEnum (line 178) | public void CodeEnum(Type t, ref object value) method CodeBool (line 187) | public void CodeBool(ref bool v) { throw new NotImplementedException(); } method CodeByte (line 188) | public void CodeByte(ref byte v) { throw new NotImplementedException(); } method CodeSByte (line 189) | public void CodeSByte(ref sbyte v) { throw new NotImplementedException... method CodeShort (line 190) | public void CodeShort(ref short v) { throw new NotImplementedException... method CodeUShort (line 191) | public void CodeUShort(ref ushort v) { throw new NotImplementedExcepti... method CodeInt (line 192) | public void CodeInt(ref int v) { throw new NotImplementedException(); } method CodeUInt (line 193) | public void CodeUInt(ref uint v) { throw new NotImplementedException(); } method CodeLong (line 194) | public void CodeLong(ref long v) { throw new NotImplementedException(); } method CodeULong (line 195) | public void CodeULong(ref ulong v) { throw new NotImplementedException... method CodeFloat (line 197) | public void CodeFloat(ref float value) method CodeDouble (line 202) | public void CodeDouble(ref double value) method CodeChar (line 207) | public void CodeChar(ref char v) { throw new NotImplementedException(); } method CodeString (line 208) | public void CodeString(ref string value) { throw new NotImplementedExc... method CodeType (line 210) | public void CodeType(ref Type value) method CodeGuid (line 215) | public void CodeGuid(ref Guid v) { throw new NotImplementedException(); } method CodeSymbol (line 217) | public void CodeSymbol(ref Symbol v) { throw new NotImplementedExcepti... method CodeGuidSymbol (line 219) | public void CodeGuidSymbol(ref Symbol v) { throw new NotImplementedExc... method CodePositiveSymbol (line 221) | public void CodePositiveSymbol(ref Symbol v) { throw new NotImplemente... method CodeIntSet (line 223) | public void CodeIntSet(ref IntSet set) { throw new NotImplementedExcep... method CodeSymbolSet (line 225) | public void CodeSymbolSet(ref SymbolSet set) { throw new NotImplemente... method CodeFraction (line 227) | public void CodeFraction(ref Fraction v) { throw new NotImplementedExc... method CodeStructArray (line 229) | public void CodeStructArray(ref T[] a) where T : struct method CodeStructList (line 234) | public void CodeStructList(ref List l) where T : struct method CodeBoolArray (line 239) | public void CodeBoolArray(ref bool[] value) { throw new NotImplemented... method CodeByteArray (line 240) | public void CodeByteArray(ref byte[] value) { throw new NotImplemented... method CodeSByteArray (line 241) | public void CodeSByteArray(ref sbyte[] value) { throw new NotImplement... method CodeShortArray (line 242) | public void CodeShortArray(ref short[] value) { throw new NotImplement... method CodeUShortArray (line 243) | public void CodeUShortArray(ref ushort[] value) { throw new NotImpleme... method CodeIntArray (line 244) | public void CodeIntArray(ref int[] value) { throw new NotImplementedEx... method CodeUIntArray (line 245) | public void CodeUIntArray(ref uint[] value) { throw new NotImplemented... method CodeLongArray (line 246) | public void CodeLongArray(ref long[] value) { throw new NotImplemented... method CodeULongArray (line 247) | public void CodeULongArray(ref ulong[] value) { throw new NotImplement... method CodeFloatArray (line 248) | public void CodeFloatArray(ref float[] value) { throw new NotImplement... method CodeDoubleArray (line 249) | public void CodeDoubleArray(ref double[] value) { throw new NotImpleme... method CodeCharArray (line 251) | public void CodeCharArray(ref char[] value) { throw new NotImplemented... method CodeStringArray (line 252) | public void CodeStringArray(ref string[] value) method CodeTypeArray (line 257) | public void CodeTypeArray(ref Type[] value) method CodeGuidArray (line 262) | public void CodeGuidArray(ref Guid[] v) { throw new NotImplementedExce... method CodeSymbolArray (line 264) | public void CodeSymbolArray(ref Symbol[] v) { throw new NotImplemented... method CodeFractionArray (line 266) | public void CodeFractionArray(ref Fraction[] v) { throw new NotImpleme... method CodeList_of_Bool_ (line 268) | public void CodeList_of_Bool_(ref List value) { throw new NotImp... method CodeList_of_Byte_ (line 269) | public void CodeList_of_Byte_(ref List value) { throw new NotImp... method CodeList_of_SByte_ (line 270) | public void CodeList_of_SByte_(ref List value) { throw new NotI... method CodeList_of_Short_ (line 271) | public void CodeList_of_Short_(ref List value) { throw new NotI... method CodeList_of_UShort_ (line 272) | public void CodeList_of_UShort_(ref List value) { throw new No... method CodeList_of_Int_ (line 273) | public void CodeList_of_Int_(ref List value) { throw new NotImple... method CodeList_of_UInt_ (line 274) | public void CodeList_of_UInt_(ref List value) { throw new NotImp... method CodeList_of_Long_ (line 275) | public void CodeList_of_Long_(ref List value) { throw new NotImp... method CodeList_of_ULong_ (line 276) | public void CodeList_of_ULong_(ref List value) { throw new NotI... method CodeList_of_Float_ (line 277) | public void CodeList_of_Float_(ref List value) { throw new NotI... method CodeList_of_Double_ (line 278) | public void CodeList_of_Double_(ref List value) { throw new No... method CodeList_of_Char_ (line 280) | public void CodeList_of_Char_(ref List value) { throw new NotImp... method CodeList_of_String_ (line 281) | public void CodeList_of_String_(ref List value) method CodeList_of_Type_ (line 286) | public void CodeList_of_Type_(ref List value) method CodeList_of_Fraction_ (line 291) | public void CodeList_of_Fraction_(ref List v) { throw new No... method CodeList_of_Symbol_ (line 292) | public void CodeList_of_Symbol_(ref List v) { throw new NotImp... method CodeList_of_Guid_ (line 293) | public void CodeList_of_Guid_(ref List v) { throw new NotImpleme... method Dispose (line 299) | public void Dispose() class XmlWritingCoder (line 316) | public partial class XmlWritingCoder method XmlWritingCoder (line 329) | public XmlWritingCoder(XElement container) : base() method XmlWritingCoder (line 340) | public XmlWritingCoder(Stream stream) method XmlWritingCoder (line 346) | public XmlWritingCoder(string fileName) method WriteObject (line 377) | public static void WriteObject(string fileName, object obj) method WriteObject (line 383) | public static void WriteObject(Stream stream, object obj) method AddValue (line 393) | private void AddValue(object value) method HandleRef (line 414) | private bool HandleRef(ref object obj) method Code (line 441) | public void Code(ref object obj) method CodeFields (line 531) | public void CodeFields(Type type, int version, IFieldCodeable obj) method CodeFields (line 545) | public void CodeFields(Type type, ITypedMap obj) method CodeT (line 587) | public void CodeT(ref T obj) method CodeNull (line 596) | private bool CodeNull(ref T value) method CodeCount (line 603) | public int CodeCount(ref T value, Func counter) where T : c... method CodeCount (line 642) | private int CodeCount(ref T[] array) method CodeCount (line 647) | private int CodeCount(ref List list) method CodeTArray (line 652) | public void CodeTArray(ref T[] value) method CodeList_of_T_ (line 660) | public void CodeList_of_T_(ref List value) method CodeHashSet_of_T_ (line 671) | public void CodeHashSet_of_T_(ref HashSet value) method Code (line 682) | public void Code(Type t, ref object o) method Code (line 687) | public void Code(Type t, ref Array value) method Code (line 697) | public void Code(Type t, ref IList value) method Code (line 708) | public void Code(Type t, ref IDictionary dict) method Code (line 741) | public void Code(Type t, ref ICountableDict dict) method Code (line 746) | public void Code(Type t, ref ICountableDictSet dict) method CodeTensor (line 751) | private void CodeTensor(T dim, Action dataWriter) method Code (line 772) | public void Code(Type t, ref IArrayVector value) method Code (line 818) | public void Code(Type t, ref IArrayMatrix value) method Code (line 864) | public void Code(Type t, ref IArrayVolume value) method Code (line 910) | public void Code(Type t, ref IArrayTensor4 value) method Code (line 915) | public void Code(Type t, ref IArrayTensorN value) method CodeHashSet (line 961) | public void CodeHashSet(Type t, ref object o) method CodeEnum (line 966) | public void CodeEnum(Type t, ref object value) method CodeBool (line 976) | public void CodeBool(ref bool v) { AddValue(v.ToString()); } method CodeByte (line 977) | public void CodeByte(ref byte v) { AddValue(v.ToString()); } method CodeSByte (line 978) | public void CodeSByte(ref sbyte v) { AddValue(v.ToString()); } method CodeShort (line 979) | public void CodeShort(ref short v) { AddValue(v.ToString()); } method CodeUShort (line 980) | public void CodeUShort(ref ushort v) { AddValue(v.ToString()); } method CodeInt (line 981) | public void CodeInt(ref int v) { AddValue(v.ToString()); } method CodeUInt (line 982) | public void CodeUInt(ref uint v) { AddValue(v.ToString()); } method CodeLong (line 983) | public void CodeLong(ref long v) { AddValue(v.ToString()); } method CodeULong (line 984) | public void CodeULong(ref ulong v) { AddValue(v.ToString()); } method CodeFloat (line 986) | public void CodeFloat(ref float value) method CodeDouble (line 991) | public void CodeDouble(ref double value) method CodeStringHelper (line 1004) | private void CodeStringHelper(string value) method CodeChar (line 1011) | public void CodeChar(ref char v) { AddValue(v.ToString()); } method CodeString (line 1012) | public void CodeString(ref string value) { CodeStringHelper(value); } method CodeType (line 1014) | public void CodeType(ref Type value) method CodeGuid (line 1025) | public void CodeGuid(ref Guid v) { AddValue(v.ToString()); } method CodeSymbol (line 1027) | public void CodeSymbol(ref Symbol v) { throw new NotImplementedExcepti... method CodeGuidSymbol (line 1029) | public void CodeGuidSymbol(ref Symbol v) { throw new NotImplementedExc... method CodePositiveSymbol (line 1031) | public void CodePositiveSymbol(ref Symbol v) { throw new NotImplemente... method CodeIntSet (line 1033) | public void CodeIntSet(ref IntSet set) { throw new NotImplementedExcep... method CodeSymbolSet (line 1035) | public void CodeSymbolSet(ref SymbolSet set) { throw new NotImplemente... method CodeFraction (line 1037) | public void CodeFraction(ref Fraction v) { AddValue(v.ToString()); } method CodeStructArray (line 1039) | public void CodeStructArray(ref T[] a) where T : struct method CodeStructList (line 1044) | public void CodeStructList(ref List l) where T : struct method CodeFormattableArray (line 1049) | private void CodeFormattableArray(T[] value) where T : IFormattable method CodeFormattableList (line 1063) | private void CodeFormattableList(List value) where T : IFormattable method CodeArrayOfStruct (line 1077) | private void CodeArrayOfStruct(T[] value) method CodeListOfStruct (line 1091) | private void CodeListOfStruct(List value) method CodeArrayOf (line 1105) | private void CodeArrayOf(T[] value) method CodeListOf (line 1115) | private void CodeListOf(List value) method CodeBoolArray (line 1125) | public void CodeBoolArray(ref bool[] value) { CodeArrayOfStruct(value); } method CodeByteArray (line 1126) | public void CodeByteArray(ref byte[] value) { CodeArrayOfStruct(value); } method CodeSByteArray (line 1127) | public void CodeSByteArray(ref sbyte[] value) { CodeArrayOfStruct(valu... method CodeShortArray (line 1128) | public void CodeShortArray(ref short[] value) { CodeArrayOfStruct(valu... method CodeUShortArray (line 1129) | public void CodeUShortArray(ref ushort[] value) { CodeArrayOfStruct(va... method CodeIntArray (line 1130) | public void CodeIntArray(ref int[] value) { CodeArrayOfStruct(value); } method CodeUIntArray (line 1131) | public void CodeUIntArray(ref uint[] value) { CodeArrayOfStruct(value); } method CodeLongArray (line 1132) | public void CodeLongArray(ref long[] value) { CodeArrayOfStruct(value); } method CodeULongArray (line 1133) | public void CodeULongArray(ref ulong[] value) { CodeArrayOfStruct(valu... method CodeFloatArray (line 1134) | public void CodeFloatArray(ref float[] value) { CodeFormattableArray(v... method CodeDoubleArray (line 1135) | public void CodeDoubleArray(ref double[] value) { CodeFormattableArray... method CodeCharArray (line 1137) | public void CodeCharArray(ref char[] value) { CodeArrayOfStruct(value); } method CodeStringArray (line 1138) | public void CodeStringArray(ref string[] value) method CodeTypeArray (line 1154) | public void CodeTypeArray(ref Type[] value) method CodeGuidArray (line 1177) | public void CodeGuidArray(ref Guid[] v) { CodeArrayOfStruct(v); } method CodeSymbolArray (line 1179) | public void CodeSymbolArray(ref Symbol[] v) { throw new NotImplemented... method CodeFractionArray (line 1181) | public void CodeFractionArray(ref Fraction[] v) { CodeArrayOfStruct(v); } method CodeList_of_Bool_ (line 1183) | public void CodeList_of_Bool_(ref List value) { CodeListOfStruct... method CodeList_of_Byte_ (line 1184) | public void CodeList_of_Byte_(ref List value) { CodeListOfStruct... method CodeList_of_SByte_ (line 1185) | public void CodeList_of_SByte_(ref List value) { CodeListOfStru... method CodeList_of_Short_ (line 1186) | public void CodeList_of_Short_(ref List value) { CodeListOfStru... method CodeList_of_UShort_ (line 1187) | public void CodeList_of_UShort_(ref List value) { CodeListOfSt... method CodeList_of_Int_ (line 1188) | public void CodeList_of_Int_(ref List value) { CodeListOfStruct(v... method CodeList_of_UInt_ (line 1189) | public void CodeList_of_UInt_(ref List value) { CodeListOfStruct... method CodeList_of_Long_ (line 1190) | public void CodeList_of_Long_(ref List value) { CodeListOfStruct... method CodeList_of_ULong_ (line 1191) | public void CodeList_of_ULong_(ref List value) { CodeListOfStru... method CodeList_of_Float_ (line 1192) | public void CodeList_of_Float_(ref List value) { CodeFormattabl... method CodeList_of_Double_ (line 1193) | public void CodeList_of_Double_(ref List value) { CodeFormatta... method CodeList_of_Char_ (line 1195) | public void CodeList_of_Char_(ref List value) { CodeListOfStruct... method CodeList_of_String_ (line 1196) | public void CodeList_of_String_(ref List value) method CodeList_of_Type_ (line 1212) | public void CodeList_of_Type_(ref List value) method CodeList_of_Fraction_ (line 1235) | public void CodeList_of_Fraction_(ref List v) { CodeListOfSt... method CodeList_of_Guid_ (line 1236) | public void CodeList_of_Guid_(ref List v) { CodeListOfStruct(v); } method CodeList_of_Symbol_ (line 1237) | public void CodeList_of_Symbol_(ref List v) { throw new NotImp... method Dispose (line 1243) | public void Dispose() FILE: src/Aardvark.Base.IO/XmlWritingCoder_auto.cs class NewXmlWritingCoder (line 10) | public partial class NewXmlWritingCoder method CodeV2i (line 14) | public void CodeV2i(ref V2i v) { throw new NotImplementedException(); } method CodeV2ui (line 15) | public void CodeV2ui(ref V2ui v) { throw new NotImplementedException(); } method CodeV2l (line 16) | public void CodeV2l(ref V2l v) { throw new NotImplementedException(); } method CodeV2f (line 17) | public void CodeV2f(ref V2f v) { throw new NotImplementedException(); } method CodeV2d (line 18) | public void CodeV2d(ref V2d v) { throw new NotImplementedException(); } method CodeV3i (line 19) | public void CodeV3i(ref V3i v) { throw new NotImplementedException(); } method CodeV3ui (line 20) | public void CodeV3ui(ref V3ui v) { throw new NotImplementedException(); } method CodeV3l (line 21) | public void CodeV3l(ref V3l v) { throw new NotImplementedException(); } method CodeV3f (line 22) | public void CodeV3f(ref V3f v) { throw new NotImplementedException(); } method CodeV3d (line 23) | public void CodeV3d(ref V3d v) { throw new NotImplementedException(); } method CodeV4i (line 24) | public void CodeV4i(ref V4i v) { throw new NotImplementedException(); } method CodeV4ui (line 25) | public void CodeV4ui(ref V4ui v) { throw new NotImplementedException(); } method CodeV4l (line 26) | public void CodeV4l(ref V4l v) { throw new NotImplementedException(); } method CodeV4f (line 27) | public void CodeV4f(ref V4f v) { throw new NotImplementedException(); } method CodeV4d (line 28) | public void CodeV4d(ref V4d v) { throw new NotImplementedException(); } method CodeM22i (line 34) | public void CodeM22i(ref M22i v) { throw new NotImplementedException(); } method CodeM22l (line 35) | public void CodeM22l(ref M22l v) { throw new NotImplementedException(); } method CodeM22f (line 36) | public void CodeM22f(ref M22f v) { throw new NotImplementedException(); } method CodeM22d (line 37) | public void CodeM22d(ref M22d v) { throw new NotImplementedException(); } method CodeM23i (line 38) | public void CodeM23i(ref M23i v) { throw new NotImplementedException(); } method CodeM23l (line 39) | public void CodeM23l(ref M23l v) { throw new NotImplementedException(); } method CodeM23f (line 40) | public void CodeM23f(ref M23f v) { throw new NotImplementedException(); } method CodeM23d (line 41) | public void CodeM23d(ref M23d v) { throw new NotImplementedException(); } method CodeM33i (line 42) | public void CodeM33i(ref M33i v) { throw new NotImplementedException(); } method CodeM33l (line 43) | public void CodeM33l(ref M33l v) { throw new NotImplementedException(); } method CodeM33f (line 44) | public void CodeM33f(ref M33f v) { throw new NotImplementedException(); } method CodeM33d (line 45) | public void CodeM33d(ref M33d v) { throw new NotImplementedException(); } method CodeM34i (line 46) | public void CodeM34i(ref M34i v) { throw new NotImplementedException(); } method CodeM34l (line 47) | public void CodeM34l(ref M34l v) { throw new NotImplementedException(); } method CodeM34f (line 48) | public void CodeM34f(ref M34f v) { throw new NotImplementedException(); } method CodeM34d (line 49) | public void CodeM34d(ref M34d v) { throw new NotImplementedException(); } method CodeM44i (line 50) | public void CodeM44i(ref M44i v) { throw new NotImplementedException(); } method CodeM44l (line 51) | public void CodeM44l(ref M44l v) { throw new NotImplementedException(); } method CodeM44f (line 52) | public void CodeM44f(ref M44f v) { throw new NotImplementedException(); } method CodeM44d (line 53) | public void CodeM44d(ref M44d v) { throw new NotImplementedException(); } method CodeRange1b (line 59) | public void CodeRange1b(ref Range1b v) { throw new NotImplementedExcep... method CodeRange1sb (line 60) | public void CodeRange1sb(ref Range1sb v) { throw new NotImplementedExc... method CodeRange1s (line 61) | public void CodeRange1s(ref Range1s v) { throw new NotImplementedExcep... method CodeRange1us (line 62) | public void CodeRange1us(ref Range1us v) { throw new NotImplementedExc... method CodeRange1i (line 63) | public void CodeRange1i(ref Range1i v) { throw new NotImplementedExcep... method CodeRange1ui (line 64) | public void CodeRange1ui(ref Range1ui v) { throw new NotImplementedExc... method CodeRange1l (line 65) | public void CodeRange1l(ref Range1l v) { throw new NotImplementedExcep... method CodeRange1ul (line 66) | public void CodeRange1ul(ref Range1ul v) { throw new NotImplementedExc... method CodeRange1f (line 67) | public void CodeRange1f(ref Range1f v) { throw new NotImplementedExcep... method CodeRange1d (line 68) | public void CodeRange1d(ref Range1d v) { throw new NotImplementedExcep... method CodeBox2i (line 69) | public void CodeBox2i(ref Box2i v) { throw new NotImplementedException... method CodeBox2l (line 70) | public void CodeBox2l(ref Box2l v) { throw new NotImplementedException... method CodeBox2f (line 71) | public void CodeBox2f(ref Box2f v) { throw new NotImplementedException... method CodeBox2d (line 72) | public void CodeBox2d(ref Box2d v) { throw new NotImplementedException... method CodeBox3i (line 73) | public void CodeBox3i(ref Box3i v) { throw new NotImplementedException... method CodeBox3l (line 74) | public void CodeBox3l(ref Box3l v) { throw new NotImplementedException... method CodeBox3f (line 75) | public void CodeBox3f(ref Box3f v) { throw new NotImplementedException... method CodeBox3d (line 76) | public void CodeBox3d(ref Box3d v) { throw new NotImplementedException... method CodeCircle2f (line 82) | public void CodeCircle2f(ref Circle2f v) { throw new NotImplementedExc... method CodeLine2f (line 83) | public void CodeLine2f(ref Line2f v) { throw new NotImplementedExcepti... method CodeLine3f (line 84) | public void CodeLine3f(ref Line3f v) { throw new NotImplementedExcepti... method CodePlane2f (line 85) | public void CodePlane2f(ref Plane2f v) { throw new NotImplementedExcep... method CodePlane3f (line 86) | public void CodePlane3f(ref Plane3f v) { throw new NotImplementedExcep... method CodePlaneWithPoint3f (line 87) | public void CodePlaneWithPoint3f(ref PlaneWithPoint3f v) { throw new N... method CodeQuad2f (line 88) | public void CodeQuad2f(ref Quad2f v) { throw new NotImplementedExcepti... method CodeQuad3f (line 89) | public void CodeQuad3f(ref Quad3f v) { throw new NotImplementedExcepti... method CodeRay2f (line 90) | public void CodeRay2f(ref Ray2f v) { throw new NotImplementedException... method CodeRay3f (line 91) | public void CodeRay3f(ref Ray3f v) { throw new NotImplementedException... method CodeSphere3f (line 92) | public void CodeSphere3f(ref Sphere3f v) { throw new NotImplementedExc... method CodeTriangle2f (line 93) | public void CodeTriangle2f(ref Triangle2f v) { throw new NotImplemente... method CodeTriangle3f (line 94) | public void CodeTriangle3f(ref Triangle3f v) { throw new NotImplemente... method CodeCircle2d (line 96) | public void CodeCircle2d(ref Circle2d v) { throw new NotImplementedExc... method CodeLine2d (line 97) | public void CodeLine2d(ref Line2d v) { throw new NotImplementedExcepti... method CodeLine3d (line 98) | public void CodeLine3d(ref Line3d v) { throw new NotImplementedExcepti... method CodePlane2d (line 99) | public void CodePlane2d(ref Plane2d v) { throw new NotImplementedExcep... method CodePlane3d (line 100) | public void CodePlane3d(ref Plane3d v) { throw new NotImplementedExcep... method CodePlaneWithPoint3d (line 101) | public void CodePlaneWithPoint3d(ref PlaneWithPoint3d v) { throw new N... method CodeQuad2d (line 102) | public void CodeQuad2d(ref Quad2d v) { throw new NotImplementedExcepti... method CodeQuad3d (line 103) | public void CodeQuad3d(ref Quad3d v) { throw new NotImplementedExcepti... method CodeRay2d (line 104) | public void CodeRay2d(ref Ray2d v) { throw new NotImplementedException... method CodeRay3d (line 105) | public void CodeRay3d(ref Ray3d v) { throw new NotImplementedException... method CodeSphere3d (line 106) | public void CodeSphere3d(ref Sphere3d v) { throw new NotImplementedExc... method CodeTriangle2d (line 107) | public void CodeTriangle2d(ref Triangle2d v) { throw new NotImplemente... method CodeTriangle3d (line 108) | public void CodeTriangle3d(ref Triangle3d v) { throw new NotImplemente... method CodeC3b (line 114) | public void CodeC3b(ref C3b v) { throw new NotImplementedException(); } method CodeC3us (line 115) | public void CodeC3us(ref C3us v) { throw new NotImplementedException(); } method CodeC3ui (line 116) | public void CodeC3ui(ref C3ui v) { throw new NotImplementedException(); } method CodeC3f (line 117) | public void CodeC3f(ref C3f v) { throw new NotImplementedException(); } method CodeC3d (line 118) | public void CodeC3d(ref C3d v) { throw new NotImplementedException(); } method CodeC4b (line 119) | public void CodeC4b(ref C4b v) { throw new NotImplementedException(); } method CodeC4us (line 120) | public void CodeC4us(ref C4us v) { throw new NotImplementedException(); } method CodeC4ui (line 121) | public void CodeC4ui(ref C4ui v) { throw new NotImplementedException(); } method CodeC4f (line 122) | public void CodeC4f(ref C4f v) { throw new NotImplementedException(); } method CodeC4d (line 123) | public void CodeC4d(ref C4d v) { throw new NotImplementedException(); } method CodeEuclidean3f (line 129) | public void CodeEuclidean3f(ref Euclidean3f v) { throw new NotImplemen... method CodeEuclidean3d (line 130) | public void CodeEuclidean3d(ref Euclidean3d v) { throw new NotImplemen... method CodeRot2f (line 131) | public void CodeRot2f(ref Rot2f v) { throw new NotImplementedException... method CodeRot2d (line 132) | public void CodeRot2d(ref Rot2d v) { throw new NotImplementedException... method CodeRot3f (line 133) | public void CodeRot3f(ref Rot3f v) { throw new NotImplementedException... method CodeRot3d (line 134) | public void CodeRot3d(ref Rot3d v) { throw new NotImplementedException... method CodeScale3f (line 135) | public void CodeScale3f(ref Scale3f v) { throw new NotImplementedExcep... method CodeScale3d (line 136) | public void CodeScale3d(ref Scale3d v) { throw new NotImplementedExcep... method CodeShift3f (line 137) | public void CodeShift3f(ref Shift3f v) { throw new NotImplementedExcep... method CodeShift3d (line 138) | public void CodeShift3d(ref Shift3d v) { throw new NotImplementedExcep... method CodeTrafo2f (line 139) | public void CodeTrafo2f(ref Trafo2f v) { throw new NotImplementedExcep... method CodeTrafo2d (line 140) | public void CodeTrafo2d(ref Trafo2d v) { throw new NotImplementedExcep... method CodeTrafo3f (line 141) | public void CodeTrafo3f(ref Trafo3f v) { throw new NotImplementedExcep... method CodeTrafo3d (line 142) | public void CodeTrafo3d(ref Trafo3d v) { throw new NotImplementedExcep... method CodeVector_of_Byte_ (line 148) | public void CodeVector_of_Byte_(ref Vector value) method CodeVector_of_SByte_ (line 153) | public void CodeVector_of_SByte_(ref Vector value) method CodeVector_of_Short_ (line 158) | public void CodeVector_of_Short_(ref Vector value) method CodeVector_of_UShort_ (line 163) | public void CodeVector_of_UShort_(ref Vector value) method CodeVector_of_Int_ (line 168) | public void CodeVector_of_Int_(ref Vector value) method CodeVector_of_UInt_ (line 173) | public void CodeVector_of_UInt_(ref Vector value) method CodeVector_of_Long_ (line 178) | public void CodeVector_of_Long_(ref Vector value) method CodeVector_of_ULong_ (line 183) | public void CodeVector_of_ULong_(ref Vector value) method CodeVector_of_Float_ (line 188) | public void CodeVector_of_Float_(ref Vector value) method CodeVector_of_Double_ (line 193) | public void CodeVector_of_Double_(ref Vector value) method CodeVector_of_Fraction_ (line 198) | public void CodeVector_of_Fraction_(ref Vector value) method CodeVector_of_V2i_ (line 203) | public void CodeVector_of_V2i_(ref Vector value) method CodeVector_of_V2l_ (line 208) | public void CodeVector_of_V2l_(ref Vector value) method CodeVector_of_V2f_ (line 213) | public void CodeVector_of_V2f_(ref Vector value) method CodeVector_of_V2d_ (line 218) | public void CodeVector_of_V2d_(ref Vector value) method CodeVector_of_V3i_ (line 223) | public void CodeVector_of_V3i_(ref Vector value) method CodeVector_of_V3l_ (line 228) | public void CodeVector_of_V3l_(ref Vector value) method CodeVector_of_V3f_ (line 233) | public void CodeVector_of_V3f_(ref Vector value) method CodeVector_of_V3d_ (line 238) | public void CodeVector_of_V3d_(ref Vector value) method CodeVector_of_V4i_ (line 243) | public void CodeVector_of_V4i_(ref Vector value) method CodeVector_of_V4l_ (line 248) | public void CodeVector_of_V4l_(ref Vector value) method CodeVector_of_V4f_ (line 253) | public void CodeVector_of_V4f_(ref Vector value) method CodeVector_of_V4d_ (line 258) | public void CodeVector_of_V4d_(ref Vector value) method CodeVector_of_M22i_ (line 263) | public void CodeVector_of_M22i_(ref Vector value) method CodeVector_of_M22l_ (line 268) | public void CodeVector_of_M22l_(ref Vector value) method CodeVector_of_M22f_ (line 273) | public void CodeVector_of_M22f_(ref Vector value) method CodeVector_of_M22d_ (line 278) | public void CodeVector_of_M22d_(ref Vector value) method CodeVector_of_M23i_ (line 283) | public void CodeVector_of_M23i_(ref Vector value) method CodeVector_of_M23l_ (line 288) | public void CodeVector_of_M23l_(ref Vector value) method CodeVector_of_M23f_ (line 293) | public void CodeVector_of_M23f_(ref Vector value) method CodeVector_of_M23d_ (line 298) | public void CodeVector_of_M23d_(ref Vector value) method CodeVector_of_M33i_ (line 303) | public void CodeVector_of_M33i_(ref Vector value) method CodeVector_of_M33l_ (line 308) | public void CodeVector_of_M33l_(ref Vector value) method CodeVector_of_M33f_ (line 313) | public void CodeVector_of_M33f_(ref Vector value) method CodeVector_of_M33d_ (line 318) | public void CodeVector_of_M33d_(ref Vector value) method CodeVector_of_M34i_ (line 323) | public void CodeVector_of_M34i_(ref Vector value) method CodeVector_of_M34l_ (line 328) | public void CodeVector_of_M34l_(ref Vector value) method CodeVector_of_M34f_ (line 333) | public void CodeVector_of_M34f_(ref Vector value) method CodeVector_of_M34d_ (line 338) | public void CodeVector_of_M34d_(ref Vector value) method CodeVector_of_M44i_ (line 343) | public void CodeVector_of_M44i_(ref Vector value) method CodeVector_of_M44l_ (line 348) | public void CodeVector_of_M44l_(ref Vector value) method CodeVector_of_M44f_ (line 353) | public void CodeVector_of_M44f_(ref Vector value) method CodeVector_of_M44d_ (line 358) | public void CodeVector_of_M44d_(ref Vector value) method CodeVector_of_C3b_ (line 363) | public void CodeVector_of_C3b_(ref Vector value) method CodeVector_of_C3us_ (line 368) | public void CodeVector_of_C3us_(ref Vector value) method CodeVector_of_C3ui_ (line 373) | public void CodeVector_of_C3ui_(ref Vector value) method CodeVector_of_C3f_ (line 378) | public void CodeVector_of_C3f_(ref Vector value) method CodeVector_of_C3d_ (line 383) | public void CodeVector_of_C3d_(ref Vector value) method CodeVector_of_C4b_ (line 388) | public void CodeVector_of_C4b_(ref Vector value) method CodeVector_of_C4us_ (line 393) | public void CodeVector_of_C4us_(ref Vector value) method CodeVector_of_C4ui_ (line 398) | public void CodeVector_of_C4ui_(ref Vector value) method CodeVector_of_C4f_ (line 403) | public void CodeVector_of_C4f_(ref Vector value) method CodeVector_of_C4d_ (line 408) | public void CodeVector_of_C4d_(ref Vector value) method CodeVector_of_Range1b_ (line 413) | public void CodeVector_of_Range1b_(ref Vector value) method CodeVector_of_Range1sb_ (line 418) | public void CodeVector_of_Range1sb_(ref Vector value) method CodeVector_of_Range1s_ (line 423) | public void CodeVector_of_Range1s_(ref Vector value) method CodeVector_of_Range1us_ (line 428) | public void CodeVector_of_Range1us_(ref Vector value) method CodeVector_of_Range1i_ (line 433) | public void CodeVector_of_Range1i_(ref Vector value) method CodeVector_of_Range1ui_ (line 438) | public void CodeVector_of_Range1ui_(ref Vector value) method CodeVector_of_Range1l_ (line 443) | public void CodeVector_of_Range1l_(ref Vector value) method CodeVector_of_Range1ul_ (line 448) | public void CodeVector_of_Range1ul_(ref Vector value) method CodeVector_of_Range1f_ (line 453) | public void CodeVector_of_Range1f_(ref Vector value) method CodeVector_of_Range1d_ (line 458) | public void CodeVector_of_Range1d_(ref Vector value) method CodeVector_of_Box2i_ (line 463) | public void CodeVector_of_Box2i_(ref Vector value) method CodeVector_of_Box2l_ (line 468) | public void CodeVector_of_Box2l_(ref Vector value) method CodeVector_of_Box2f_ (line 473) | public void CodeVector_of_Box2f_(ref Vector value) method CodeVector_of_Box2d_ (line 478) | public void CodeVector_of_Box2d_(ref Vector value) method CodeVector_of_Box3i_ (line 483) | public void CodeVector_of_Box3i_(ref Vector value) method CodeVector_of_Box3l_ (line 488) | public void CodeVector_of_Box3l_(ref Vector value) method CodeVector_of_Box3f_ (line 493) | public void CodeVector_of_Box3f_(ref Vector value) method CodeVector_of_Box3d_ (line 498) | public void CodeVector_of_Box3d_(ref Vector value) method CodeVector_of_Euclidean3f_ (line 503) | public void CodeVector_of_Euclidean3f_(ref Vector value) method CodeVector_of_Euclidean3d_ (line 508) | public void CodeVector_of_Euclidean3d_(ref Vector value) method CodeVector_of_Rot2f_ (line 513) | public void CodeVector_of_Rot2f_(ref Vector value) method CodeVector_of_Rot2d_ (line 518) | public void CodeVector_of_Rot2d_(ref Vector value) method CodeVector_of_Rot3f_ (line 523) | public void CodeVector_of_Rot3f_(ref Vector value) method CodeVector_of_Rot3d_ (line 528) | public void CodeVector_of_Rot3d_(ref Vector value) method CodeVector_of_Scale3f_ (line 533) | public void CodeVector_of_Scale3f_(ref Vector value) method CodeVector_of_Scale3d_ (line 538) | public void CodeVector_of_Scale3d_(ref Vector value) method CodeVector_of_Shift3f_ (line 543) | public void CodeVector_of_Shift3f_(ref Vector value) method CodeVector_of_Shift3d_ (line 548) | public void CodeVector_of_Shift3d_(ref Vector value) method CodeVector_of_Trafo2f_ (line 553) | public void CodeVector_of_Trafo2f_(ref Vector value) method CodeVector_of_Trafo2d_ (line 558) | public void CodeVector_of_Trafo2d_(ref Vector value) method CodeVector_of_Trafo3f_ (line 563) | public void CodeVector_of_Trafo3f_(ref Vector value) method CodeVector_of_Trafo3d_ (line 568) | public void CodeVector_of_Trafo3d_(ref Vector value) method CodeVector_of_Bool_ (line 573) | public void CodeVector_of_Bool_(ref Vector value) method CodeVector_of_Char_ (line 578) | public void CodeVector_of_Char_(ref Vector value) method CodeVector_of_String_ (line 583) | public void CodeVector_of_String_(ref Vector value) method CodeVector_of_Type_ (line 588) | public void CodeVector_of_Type_(ref Vector value) method CodeVector_of_Guid_ (line 593) | public void CodeVector_of_Guid_(ref Vector value) method CodeVector_of_Symbol_ (line 598) | public void CodeVector_of_Symbol_(ref Vector value) method CodeVector_of_Circle2d_ (line 603) | public void CodeVector_of_Circle2d_(ref Vector value) method CodeVector_of_Line2d_ (line 608) | public void CodeVector_of_Line2d_(ref Vector value) method CodeVector_of_Line3d_ (line 613) | public void CodeVector_of_Line3d_(ref Vector value) method CodeVector_of_Plane2d_ (line 618) | public void CodeVector_of_Plane2d_(ref Vector value) method CodeVector_of_Plane3d_ (line 623) | public void CodeVector_of_Plane3d_(ref Vector value) method CodeVector_of_PlaneWithPoint3d_ (line 628) | public void CodeVector_of_PlaneWithPoint3d_(ref Vector value) method CodeVector_of_Quad3d_ (line 638) | public void CodeVector_of_Quad3d_(ref Vector value) method CodeVector_of_Ray2d_ (line 643) | public void CodeVector_of_Ray2d_(ref Vector value) method CodeVector_of_Ray3d_ (line 648) | public void CodeVector_of_Ray3d_(ref Vector value) method CodeVector_of_Sphere3d_ (line 653) | public void CodeVector_of_Sphere3d_(ref Vector value) method CodeVector_of_Triangle2d_ (line 658) | public void CodeVector_of_Triangle2d_(ref Vector value) method CodeVector_of_Triangle3d_ (line 663) | public void CodeVector_of_Triangle3d_(ref Vector value) method CodeVector_of_Circle2f_ (line 668) | public void CodeVector_of_Circle2f_(ref Vector value) method CodeVector_of_Line2f_ (line 673) | public void CodeVector_of_Line2f_(ref Vector value) method CodeVector_of_Line3f_ (line 678) | public void CodeVector_of_Line3f_(ref Vector value) method CodeVector_of_Plane2f_ (line 683) | public void CodeVector_of_Plane2f_(ref Vector value) method CodeVector_of_Plane3f_ (line 688) | public void CodeVector_of_Plane3f_(ref Vector value) method CodeVector_of_PlaneWithPoint3f_ (line 693) | public void CodeVector_of_PlaneWithPoint3f_(ref Vector value) method CodeVector_of_Quad3f_ (line 703) | public void CodeVector_of_Quad3f_(ref Vector value) method CodeVector_of_Ray2f_ (line 708) | public void CodeVector_of_Ray2f_(ref Vector value) method CodeVector_of_Ray3f_ (line 713) | public void CodeVector_of_Ray3f_(ref Vector value) method CodeVector_of_Sphere3f_ (line 718) | public void CodeVector_of_Sphere3f_(ref Vector value) method CodeVector_of_Triangle2f_ (line 723) | public void CodeVector_of_Triangle2f_(ref Vector value) method CodeVector_of_Triangle3f_ (line 728) | public void CodeVector_of_Triangle3f_(ref Vector value) method CodeMatrix_of_Byte_ (line 733) | public void CodeMatrix_of_Byte_(ref Matrix value) method CodeMatrix_of_SByte_ (line 738) | public void CodeMatrix_of_SByte_(ref Matrix value) method CodeMatrix_of_Short_ (line 743) | public void CodeMatrix_of_Short_(ref Matrix value) method CodeMatrix_of_UShort_ (line 748) | public void CodeMatrix_of_UShort_(ref Matrix value) method CodeMatrix_of_Int_ (line 753) | public void CodeMatrix_of_Int_(ref Matrix value) method CodeMatrix_of_UInt_ (line 758) | public void CodeMatrix_of_UInt_(ref Matrix value) method CodeMatrix_of_Long_ (line 763) | public void CodeMatrix_of_Long_(ref Matrix value) method CodeMatrix_of_ULong_ (line 768) | public void CodeMatrix_of_ULong_(ref Matrix value) method CodeMatrix_of_Float_ (line 773) | public void CodeMatrix_of_Float_(ref Matrix value) method CodeMatrix_of_Double_ (line 778) | public void CodeMatrix_of_Double_(ref Matrix value) method CodeMatrix_of_Fraction_ (line 783) | public void CodeMatrix_of_Fraction_(ref Matrix value) method CodeMatrix_of_V2i_ (line 788) | public void CodeMatrix_of_V2i_(ref Matrix value) method CodeMatrix_of_V2l_ (line 793) | public void CodeMatrix_of_V2l_(ref Matrix value) method CodeMatrix_of_V2f_ (line 798) | public void CodeMatrix_of_V2f_(ref Matrix value) method CodeMatrix_of_V2d_ (line 803) | public void CodeMatrix_of_V2d_(ref Matrix value) method CodeMatrix_of_V3i_ (line 808) | public void CodeMatrix_of_V3i_(ref Matrix value) method CodeMatrix_of_V3l_ (line 813) | public void CodeMatrix_of_V3l_(ref Matrix value) method CodeMatrix_of_V3f_ (line 818) | public void CodeMatrix_of_V3f_(ref Matrix value) method CodeMatrix_of_V3d_ (line 823) | public void CodeMatrix_of_V3d_(ref Matrix value) method CodeMatrix_of_V4i_ (line 828) | public void CodeMatrix_of_V4i_(ref Matrix value) method CodeMatrix_of_V4l_ (line 833) | public void CodeMatrix_of_V4l_(ref Matrix value) method CodeMatrix_of_V4f_ (line 838) | public void CodeMatrix_of_V4f_(ref Matrix value) method CodeMatrix_of_V4d_ (line 843) | public void CodeMatrix_of_V4d_(ref Matrix value) method CodeMatrix_of_M22i_ (line 848) | public void CodeMatrix_of_M22i_(ref Matrix value) method CodeMatrix_of_M22l_ (line 853) | public void CodeMatrix_of_M22l_(ref Matrix value) method CodeMatrix_of_M22f_ (line 858) | public void CodeMatrix_of_M22f_(ref Matrix value) method CodeMatrix_of_M22d_ (line 863) | public void CodeMatrix_of_M22d_(ref Matrix value) method CodeMatrix_of_M23i_ (line 868) | public void CodeMatrix_of_M23i_(ref Matrix value) method CodeMatrix_of_M23l_ (line 873) | public void CodeMatrix_of_M23l_(ref Matrix value) method CodeMatrix_of_M23f_ (line 878) | public void CodeMatrix_of_M23f_(ref Matrix value) method CodeMatrix_of_M23d_ (line 883) | public void CodeMatrix_of_M23d_(ref Matrix value) method CodeMatrix_of_M33i_ (line 888) | public void CodeMatrix_of_M33i_(ref Matrix value) method CodeMatrix_of_M33l_ (line 893) | public void CodeMatrix_of_M33l_(ref Matrix value) method CodeMatrix_of_M33f_ (line 898) | public void CodeMatrix_of_M33f_(ref Matrix value) method CodeMatrix_of_M33d_ (line 903) | public void CodeMatrix_of_M33d_(ref Matrix value) method CodeMatrix_of_M34i_ (line 908) | public void CodeMatrix_of_M34i_(ref Matrix value) method CodeMatrix_of_M34l_ (line 913) | public void CodeMatrix_of_M34l_(ref Matrix value) method CodeMatrix_of_M34f_ (line 918) | public void CodeMatrix_of_M34f_(ref Matrix value) method CodeMatrix_of_M34d_ (line 923) | public void CodeMatrix_of_M34d_(ref Matrix value) method CodeMatrix_of_M44i_ (line 928) | public void CodeMatrix_of_M44i_(ref Matrix value) method CodeMatrix_of_M44l_ (line 933) | public void CodeMatrix_of_M44l_(ref Matrix value) method CodeMatrix_of_M44f_ (line 938) | public void CodeMatrix_of_M44f_(ref Matrix value) method CodeMatrix_of_M44d_ (line 943) | public void CodeMatrix_of_M44d_(ref Matrix value) method CodeMatrix_of_C3b_ (line 948) | public void CodeMatrix_of_C3b_(ref Matrix value) method CodeMatrix_of_C3us_ (line 953) | public void CodeMatrix_of_C3us_(ref Matrix value) method CodeMatrix_of_C3ui_ (line 958) | public void CodeMatrix_of_C3ui_(ref Matrix value) method CodeMatrix_of_C3f_ (line 963) | public void CodeMatrix_of_C3f_(ref Matrix value) method CodeMatrix_of_C3d_ (line 968) | public void CodeMatrix_of_C3d_(ref Matrix value) method CodeMatrix_of_C4b_ (line 973) | public void CodeMatrix_of_C4b_(ref Matrix value) method CodeMatrix_of_C4us_ (line 978) | public void CodeMatrix_of_C4us_(ref Matrix value) method CodeMatrix_of_C4ui_ (line 983) | public void CodeMatrix_of_C4ui_(ref Matrix value) method CodeMatrix_of_C4f_ (line 988) | public void CodeMatrix_of_C4f_(ref Matrix value) method CodeMatrix_of_C4d_ (line 993) | public void CodeMatrix_of_C4d_(ref Matrix value) method CodeMatrix_of_Range1b_ (line 998) | public void CodeMatrix_of_Range1b_(ref Matrix value) method CodeMatrix_of_Range1sb_ (line 1003) | public void CodeMatrix_of_Range1sb_(ref Matrix value) method CodeMatrix_of_Range1s_ (line 1008) | public void CodeMatrix_of_Range1s_(ref Matrix value) method CodeMatrix_of_Range1us_ (line 1013) | public void CodeMatrix_of_Range1us_(ref Matrix value) method CodeMatrix_of_Range1i_ (line 1018) | public void CodeMatrix_of_Range1i_(ref Matrix value) method CodeMatrix_of_Range1ui_ (line 1023) | public void CodeMatrix_of_Range1ui_(ref Matrix value) method CodeMatrix_of_Range1l_ (line 1028) | public void CodeMatrix_of_Range1l_(ref Matrix value) method CodeMatrix_of_Range1ul_ (line 1033) | public void CodeMatrix_of_Range1ul_(ref Matrix value) method CodeMatrix_of_Range1f_ (line 1038) | public void CodeMatrix_of_Range1f_(ref Matrix value) method CodeMatrix_of_Range1d_ (line 1043) | public void CodeMatrix_of_Range1d_(ref Matrix value) method CodeMatrix_of_Box2i_ (line 1048) | public void CodeMatrix_of_Box2i_(ref Matrix value) method CodeMatrix_of_Box2l_ (line 1053) | public void CodeMatrix_of_Box2l_(ref Matrix value) method CodeMatrix_of_Box2f_ (line 1058) | public void CodeMatrix_of_Box2f_(ref Matrix value) method CodeMatrix_of_Box2d_ (line 1063) | public void CodeMatrix_of_Box2d_(ref Matrix value) method CodeMatrix_of_Box3i_ (line 1068) | public void CodeMatrix_of_Box3i_(ref Matrix value) method CodeMatrix_of_Box3l_ (line 1073) | public void CodeMatrix_of_Box3l_(ref Matrix value) method CodeMatrix_of_Box3f_ (line 1078) | public void CodeMatrix_of_Box3f_(ref Matrix value) method CodeMatrix_of_Box3d_ (line 1083) | public void CodeMatrix_of_Box3d_(ref Matrix value) method CodeMatrix_of_Euclidean3f_ (line 1088) | public void CodeMatrix_of_Euclidean3f_(ref Matrix value) method CodeMatrix_of_Euclidean3d_ (line 1093) | public void CodeMatrix_of_Euclidean3d_(ref Matrix value) method CodeMatrix_of_Rot2f_ (line 1098) | public void CodeMatrix_of_Rot2f_(ref Matrix value) method CodeMatrix_of_Rot2d_ (line 1103) | public void CodeMatrix_of_Rot2d_(ref Matrix value) method CodeMatrix_of_Rot3f_ (line 1108) | public void CodeMatrix_of_Rot3f_(ref Matrix value) method CodeMatrix_of_Rot3d_ (line 1113) | public void CodeMatrix_of_Rot3d_(ref Matrix value) method CodeMatrix_of_Scale3f_ (line 1118) | public void CodeMatrix_of_Scale3f_(ref Matrix value) method CodeMatrix_of_Scale3d_ (line 1123) | public void CodeMatrix_of_Scale3d_(ref Matrix value) method CodeMatrix_of_Shift3f_ (line 1128) | public void CodeMatrix_of_Shift3f_(ref Matrix value) method CodeMatrix_of_Shift3d_ (line 1133) | public void CodeMatrix_of_Shift3d_(ref Matrix value) method CodeMatrix_of_Trafo2f_ (line 1138) | public void CodeMatrix_of_Trafo2f_(ref Matrix value) method CodeMatrix_of_Trafo2d_ (line 1143) | public void CodeMatrix_of_Trafo2d_(ref Matrix value) method CodeMatrix_of_Trafo3f_ (line 1148) | public void CodeMatrix_of_Trafo3f_(ref Matrix value) method CodeMatrix_of_Trafo3d_ (line 1153) | public void CodeMatrix_of_Trafo3d_(ref Matrix value) method CodeMatrix_of_Bool_ (line 1158) | public void CodeMatrix_of_Bool_(ref Matrix value) method CodeMatrix_of_Char_ (line 1163) | public void CodeMatrix_of_Char_(ref Matrix value) method CodeMatrix_of_String_ (line 1168) | public void CodeMatrix_of_String_(ref Matrix value) method CodeMatrix_of_Type_ (line 1173) | public void CodeMatrix_of_Type_(ref Matrix value) method CodeMatrix_of_Guid_ (line 1178) | public void CodeMatrix_of_Guid_(ref Matrix value) method CodeMatrix_of_Symbol_ (line 1183) | public void CodeMatrix_of_Symbol_(ref Matrix value) method CodeMatrix_of_Circle2d_ (line 1188) | public void CodeMatrix_of_Circle2d_(ref Matrix value) method CodeMatrix_of_Line2d_ (line 1193) | public void CodeMatrix_of_Line2d_(ref Matrix value) method CodeMatrix_of_Line3d_ (line 1198) | public void CodeMatrix_of_Line3d_(ref Matrix value) method CodeMatrix_of_Plane2d_ (line 1203) | public void CodeMatrix_of_Plane2d_(ref Matrix value) method CodeMatrix_of_Plane3d_ (line 1208) | public void CodeMatrix_of_Plane3d_(ref Matrix value) method CodeMatrix_of_PlaneWithPoint3d_ (line 1213) | public void CodeMatrix_of_PlaneWithPoint3d_(ref Matrix value) method CodeMatrix_of_Quad3d_ (line 1223) | public void CodeMatrix_of_Quad3d_(ref Matrix value) method CodeMatrix_of_Ray2d_ (line 1228) | public void CodeMatrix_of_Ray2d_(ref Matrix value) method CodeMatrix_of_Ray3d_ (line 1233) | public void CodeMatrix_of_Ray3d_(ref Matrix value) method CodeMatrix_of_Sphere3d_ (line 1238) | public void CodeMatrix_of_Sphere3d_(ref Matrix value) method CodeMatrix_of_Triangle2d_ (line 1243) | public void CodeMatrix_of_Triangle2d_(ref Matrix value) method CodeMatrix_of_Triangle3d_ (line 1248) | public void CodeMatrix_of_Triangle3d_(ref Matrix value) method CodeMatrix_of_Circle2f_ (line 1253) | public void CodeMatrix_of_Circle2f_(ref Matrix value) method CodeMatrix_of_Line2f_ (line 1258) | public void CodeMatrix_of_Line2f_(ref Matrix value) method CodeMatrix_of_Line3f_ (line 1263) | public void CodeMatrix_of_Line3f_(ref Matrix value) method CodeMatrix_of_Plane2f_ (line 1268) | public void CodeMatrix_of_Plane2f_(ref Matrix value) method CodeMatrix_of_Plane3f_ (line 1273) | public void CodeMatrix_of_Plane3f_(ref Matrix value) method CodeMatrix_of_PlaneWithPoint3f_ (line 1278) | public void CodeMatrix_of_PlaneWithPoint3f_(ref Matrix value) method CodeMatrix_of_Quad3f_ (line 1288) | public void CodeMatrix_of_Quad3f_(ref Matrix value) method CodeMatrix_of_Ray2f_ (line 1293) | public void CodeMatrix_of_Ray2f_(ref Matrix value) method CodeMatrix_of_Ray3f_ (line 1298) | public void CodeMatrix_of_Ray3f_(ref Matrix value) method CodeMatrix_of_Sphere3f_ (line 1303) | public void CodeMatrix_of_Sphere3f_(ref Matrix value) method CodeMatrix_of_Triangle2f_ (line 1308) | public void CodeMatrix_of_Triangle2f_(ref Matrix value) method CodeMatrix_of_Triangle3f_ (line 1313) | public void CodeMatrix_of_Triangle3f_(ref Matrix value) method CodeVolume_of_Byte_ (line 1318) | public void CodeVolume_of_Byte_(ref Volume value) method CodeVolume_of_SByte_ (line 1323) | public void CodeVolume_of_SByte_(ref Volume value) method CodeVolume_of_Short_ (line 1328) | public void CodeVolume_of_Short_(ref Volume value) method CodeVolume_of_UShort_ (line 1333) | public void CodeVolume_of_UShort_(ref Volume value) method CodeVolume_of_Int_ (line 1338) | public void CodeVolume_of_Int_(ref Volume value) method CodeVolume_of_UInt_ (line 1343) | public void CodeVolume_of_UInt_(ref Volume value) method CodeVolume_of_Long_ (line 1348) | public void CodeVolume_of_Long_(ref Volume value) method CodeVolume_of_ULong_ (line 1353) | public void CodeVolume_of_ULong_(ref Volume value) method CodeVolume_of_Float_ (line 1358) | public void CodeVolume_of_Float_(ref Volume value) method CodeVolume_of_Double_ (line 1363) | public void CodeVolume_of_Double_(ref Volume value) method CodeVolume_of_Fraction_ (line 1368) | public void CodeVolume_of_Fraction_(ref Volume value) method CodeVolume_of_V2i_ (line 1373) | public void CodeVolume_of_V2i_(ref Volume value) method CodeVolume_of_V2l_ (line 1378) | public void CodeVolume_of_V2l_(ref Volume value) method CodeVolume_of_V2f_ (line 1383) | public void CodeVolume_of_V2f_(ref Volume value) method CodeVolume_of_V2d_ (line 1388) | public void CodeVolume_of_V2d_(ref Volume value) method CodeVolume_of_V3i_ (line 1393) | public void CodeVolume_of_V3i_(ref Volume value) method CodeVolume_of_V3l_ (line 1398) | public void CodeVolume_of_V3l_(ref Volume value) method CodeVolume_of_V3f_ (line 1403) | public void CodeVolume_of_V3f_(ref Volume value) method CodeVolume_of_V3d_ (line 1408) | public void CodeVolume_of_V3d_(ref Volume value) method CodeVolume_of_V4i_ (line 1413) | public void CodeVolume_of_V4i_(ref Volume value) method CodeVolume_of_V4l_ (line 1418) | public void CodeVolume_of_V4l_(ref Volume value) method CodeVolume_of_V4f_ (line 1423) | public void CodeVolume_of_V4f_(ref Volume value) method CodeVolume_of_V4d_ (line 1428) | public void CodeVolume_of_V4d_(ref Volume value) method CodeVolume_of_M22i_ (line 1433) | public void CodeVolume_of_M22i_(ref Volume value) method CodeVolume_of_M22l_ (line 1438) | public void CodeVolume_of_M22l_(ref Volume value) method CodeVolume_of_M22f_ (line 1443) | public void CodeVolume_of_M22f_(ref Volume value) method CodeVolume_of_M22d_ (line 1448) | public void CodeVolume_of_M22d_(ref Volume value) method CodeVolume_of_M23i_ (line 1453) | public void CodeVolume_of_M23i_(ref Volume value) method CodeVolume_of_M23l_ (line 1458) | public void CodeVolume_of_M23l_(ref Volume value) method CodeVolume_of_M23f_ (line 1463) | public void CodeVolume_of_M23f_(ref Volume value) method CodeVolume_of_M23d_ (line 1468) | public void CodeVolume_of_M23d_(ref Volume value) method CodeVolume_of_M33i_ (line 1473) | public void CodeVolume_of_M33i_(ref Volume value) method CodeVolume_of_M33l_ (line 1478) | public void CodeVolume_of_M33l_(ref Volume value) method CodeVolume_of_M33f_ (line 1483) | public void CodeVolume_of_M33f_(ref Volume value) method CodeVolume_of_M33d_ (line 1488) | public void CodeVolume_of_M33d_(ref Volume value) method CodeVolume_of_M34i_ (line 1493) | public void CodeVolume_of_M34i_(ref Volume value) method CodeVolume_of_M34l_ (line 1498) | public void CodeVolume_of_M34l_(ref Volume value) method CodeVolume_of_M34f_ (line 1503) | public void CodeVolume_of_M34f_(ref Volume value) method CodeVolume_of_M34d_ (line 1508) | public void CodeVolume_of_M34d_(ref Volume value) method CodeVolume_of_M44i_ (line 1513) | public void CodeVolume_of_M44i_(ref Volume value) method CodeVolume_of_M44l_ (line 1518) | public void CodeVolume_of_M44l_(ref Volume value) method CodeVolume_of_M44f_ (line 1523) | public void CodeVolume_of_M44f_(ref Volume value) method CodeVolume_of_M44d_ (line 1528) | public void CodeVolume_of_M44d_(ref Volume value) method CodeVolume_of_C3b_ (line 1533) | public void CodeVolume_of_C3b_(ref Volume value) method CodeVolume_of_C3us_ (line 1538) | public void CodeVolume_of_C3us_(ref Volume value) method CodeVolume_of_C3ui_ (line 1543) | public void CodeVolume_of_C3ui_(ref Volume value) method CodeVolume_of_C3f_ (line 1548) | public void CodeVolume_of_C3f_(ref Volume value) method CodeVolume_of_C3d_ (line 1553) | public void CodeVolume_of_C3d_(ref Volume value) method CodeVolume_of_C4b_ (line 1558) | public void CodeVolume_of_C4b_(ref Volume value) method CodeVolume_of_C4us_ (line 1563) | public void CodeVolume_of_C4us_(ref Volume value) method CodeVolume_of_C4ui_ (line 1568) | public void CodeVolume_of_C4ui_(ref Volume value) method CodeVolume_of_C4f_ (line 1573) | public void CodeVolume_of_C4f_(ref Volume value) method CodeVolume_of_C4d_ (line 1578) | public void CodeVolume_of_C4d_(ref Volume value) method CodeVolume_of_Range1b_ (line 1583) | public void CodeVolume_of_Range1b_(ref Volume value) method CodeVolume_of_Range1sb_ (line 1588) | public void CodeVolume_of_Range1sb_(ref Volume value) method CodeVolume_of_Range1s_ (line 1593) | public void CodeVolume_of_Range1s_(ref Volume value) method CodeVolume_of_Range1us_ (line 1598) | public void CodeVolume_of_Range1us_(ref Volume value) method CodeVolume_of_Range1i_ (line 1603) | public void CodeVolume_of_Range1i_(ref Volume value) method CodeVolume_of_Range1ui_ (line 1608) | public void CodeVolume_of_Range1ui_(ref Volume value) method CodeVolume_of_Range1l_ (line 1613) | public void CodeVolume_of_Range1l_(ref Volume value) method CodeVolume_of_Range1ul_ (line 1618) | public void CodeVolume_of_Range1ul_(ref Volume value) method CodeVolume_of_Range1f_ (line 1623) | public void CodeVolume_of_Range1f_(ref Volume value) method CodeVolume_of_Range1d_ (line 1628) | public void CodeVolume_of_Range1d_(ref Volume value) method CodeVolume_of_Box2i_ (line 1633) | public void CodeVolume_of_Box2i_(ref Volume value) method CodeVolume_of_Box2l_ (line 1638) | public void CodeVolume_of_Box2l_(ref Volume value) method CodeVolume_of_Box2f_ (line 1643) | public void CodeVolume_of_Box2f_(ref Volume value) method CodeVolume_of_Box2d_ (line 1648) | public void CodeVolume_of_Box2d_(ref Volume value) method CodeVolume_of_Box3i_ (line 1653) | public void CodeVolume_of_Box3i_(ref Volume value) method CodeVolume_of_Box3l_ (line 1658) | public void CodeVolume_of_Box3l_(ref Volume value) method CodeVolume_of_Box3f_ (line 1663) | public void CodeVolume_of_Box3f_(ref Volume value) method CodeVolume_of_Box3d_ (line 1668) | public void CodeVolume_of_Box3d_(ref Volume value) method CodeVolume_of_Euclidean3f_ (line 1673) | public void CodeVolume_of_Euclidean3f_(ref Volume value) method CodeVolume_of_Euclidean3d_ (line 1678) | public void CodeVolume_of_Euclidean3d_(ref Volume value) method CodeVolume_of_Rot2f_ (line 1683) | public void CodeVolume_of_Rot2f_(ref Volume value) method CodeVolume_of_Rot2d_ (line 1688) | public void CodeVolume_of_Rot2d_(ref Volume value) method CodeVolume_of_Rot3f_ (line 1693) | public void CodeVolume_of_Rot3f_(ref Volume value) method CodeVolume_of_Rot3d_ (line 1698) | public void CodeVolume_of_Rot3d_(ref Volume value) method CodeVolume_of_Scale3f_ (line 1703) | public void CodeVolume_of_Scale3f_(ref Volume value) method CodeVolume_of_Scale3d_ (line 1708) | public void CodeVolume_of_Scale3d_(ref Volume value) method CodeVolume_of_Shift3f_ (line 1713) | public void CodeVolume_of_Shift3f_(ref Volume value) method CodeVolume_of_Shift3d_ (line 1718) | public void CodeVolume_of_Shift3d_(ref Volume value) method CodeVolume_of_Trafo2f_ (line 1723) | public void CodeVolume_of_Trafo2f_(ref Volume value) method CodeVolume_of_Trafo2d_ (line 1728) | public void CodeVolume_of_Trafo2d_(ref Volume value) method CodeVolume_of_Trafo3f_ (line 1733) | public void CodeVolume_of_Trafo3f_(ref Volume value) method CodeVolume_of_Trafo3d_ (line 1738) | public void CodeVolume_of_Trafo3d_(ref Volume value) method CodeVolume_of_Bool_ (line 1743) | public void CodeVolume_of_Bool_(ref Volume value) method CodeVolume_of_Char_ (line 1748) | public void CodeVolume_of_Char_(ref Volume value) method CodeVolume_of_String_ (line 1753) | public void CodeVolume_of_String_(ref Volume value) method CodeVolume_of_Type_ (line 1758) | public void CodeVolume_of_Type_(ref Volume value) method CodeVolume_of_Guid_ (line 1763) | public void CodeVolume_of_Guid_(ref Volume value) method CodeVolume_of_Symbol_ (line 1768) | public void CodeVolume_of_Symbol_(ref Volume value) method CodeVolume_of_Circle2d_ (line 1773) | public void CodeVolume_of_Circle2d_(ref Volume value) method CodeVolume_of_Line2d_ (line 1778) | public void CodeVolume_of_Line2d_(ref Volume value) method CodeVolume_of_Line3d_ (line 1783) | public void CodeVolume_of_Line3d_(ref Volume value) method CodeVolume_of_Plane2d_ (line 1788) | public void CodeVolume_of_Plane2d_(ref Volume value) method CodeVolume_of_Plane3d_ (line 1793) | public void CodeVolume_of_Plane3d_(ref Volume value) method CodeVolume_of_PlaneWithPoint3d_ (line 1798) | public void CodeVolume_of_PlaneWithPoint3d_(ref Volume value) method CodeVolume_of_Quad3d_ (line 1808) | public void CodeVolume_of_Quad3d_(ref Volume value) method CodeVolume_of_Ray2d_ (line 1813) | public void CodeVolume_of_Ray2d_(ref Volume value) method CodeVolume_of_Ray3d_ (line 1818) | public void CodeVolume_of_Ray3d_(ref Volume value) method CodeVolume_of_Sphere3d_ (line 1823) | public void CodeVolume_of_Sphere3d_(ref Volume value) method CodeVolume_of_Triangle2d_ (line 1828) | public void CodeVolume_of_Triangle2d_(ref Volume value) method CodeVolume_of_Triangle3d_ (line 1833) | public void CodeVolume_of_Triangle3d_(ref Volume value) method CodeVolume_of_Circle2f_ (line 1838) | public void CodeVolume_of_Circle2f_(ref Volume value) method CodeVolume_of_Line2f_ (line 1843) | public void CodeVolume_of_Line2f_(ref Volume value) method CodeVolume_of_Line3f_ (line 1848) | public void CodeVolume_of_Line3f_(ref Volume value) method CodeVolume_of_Plane2f_ (line 1853) | public void CodeVolume_of_Plane2f_(ref Volume value) method CodeVolume_of_Plane3f_ (line 1858) | public void CodeVolume_of_Plane3f_(ref Volume value) method CodeVolume_of_PlaneWithPoint3f_ (line 1863) | public void CodeVolume_of_PlaneWithPoint3f_(ref Volume value) method CodeVolume_of_Quad3f_ (line 1873) | public void CodeVolume_of_Quad3f_(ref Volume value) method CodeVolume_of_Ray2f_ (line 1878) | public void CodeVolume_of_Ray2f_(ref Volume value) method CodeVolume_of_Ray3f_ (line 1883) | public void CodeVolume_of_Ray3f_(ref Volume value) method CodeVolume_of_Sphere3f_ (line 1888) | public void CodeVolume_of_Sphere3f_(ref Volume value) method CodeVolume_of_Triangle2f_ (line 1893) | public void CodeVolume_of_Triangle2f_(ref Volume value) method CodeVolume_of_Triangle3f_ (line 1898) | public void CodeVolume_of_Triangle3f_(ref Volume value) method CodeTensor_of_Byte_ (line 1903) | public void CodeTensor_of_Byte_(ref Tensor value) method CodeTensor_of_SByte_ (line 1908) | public void CodeTensor_of_SByte_(ref Tensor value) method CodeTensor_of_Short_ (line 1913) | public void CodeTensor_of_Short_(ref Tensor value) method CodeTensor_of_UShort_ (line 1918) | public void CodeTensor_of_UShort_(ref Tensor value) method CodeTensor_of_Int_ (line 1923) | public void CodeTensor_of_Int_(ref Tensor value) method CodeTensor_of_UInt_ (line 1928) | public void CodeTensor_of_UInt_(ref Tensor value) method CodeTensor_of_Long_ (line 1933) | public void CodeTensor_of_Long_(ref Tensor value) method CodeTensor_of_ULong_ (line 1938) | public void CodeTensor_of_ULong_(ref Tensor value) method CodeTensor_of_Float_ (line 1943) | public void CodeTensor_of_Float_(ref Tensor value) method CodeTensor_of_Double_ (line 1948) | public void CodeTensor_of_Double_(ref Tensor value) method CodeTensor_of_Fraction_ (line 1953) | public void CodeTensor_of_Fraction_(ref Tensor value) method CodeTensor_of_V2i_ (line 1958) | public void CodeTensor_of_V2i_(ref Tensor value) method CodeTensor_of_V2l_ (line 1963) | public void CodeTensor_of_V2l_(ref Tensor value) method CodeTensor_of_V2f_ (line 1968) | public void CodeTensor_of_V2f_(ref Tensor value) method CodeTensor_of_V2d_ (line 1973) | public void CodeTensor_of_V2d_(ref Tensor value) method CodeTensor_of_V3i_ (line 1978) | public void CodeTensor_of_V3i_(ref Tensor value) method CodeTensor_of_V3l_ (line 1983) | public void CodeTensor_of_V3l_(ref Tensor value) method CodeTensor_of_V3f_ (line 1988) | public void CodeTensor_of_V3f_(ref Tensor value) method CodeTensor_of_V3d_ (line 1993) | public void CodeTensor_of_V3d_(ref Tensor value) method CodeTensor_of_V4i_ (line 1998) | public void CodeTensor_of_V4i_(ref Tensor value) method CodeTensor_of_V4l_ (line 2003) | public void CodeTensor_of_V4l_(ref Tensor value) method CodeTensor_of_V4f_ (line 2008) | public void CodeTensor_of_V4f_(ref Tensor value) method CodeTensor_of_V4d_ (line 2013) | public void CodeTensor_of_V4d_(ref Tensor value) method CodeTensor_of_M22i_ (line 2018) | public void CodeTensor_of_M22i_(ref Tensor value) method CodeTensor_of_M22l_ (line 2023) | public void CodeTensor_of_M22l_(ref Tensor value) method CodeTensor_of_M22f_ (line 2028) | public void CodeTensor_of_M22f_(ref Tensor value) method CodeTensor_of_M22d_ (line 2033) | public void CodeTensor_of_M22d_(ref Tensor value) method CodeTensor_of_M23i_ (line 2038) | public void CodeTensor_of_M23i_(ref Tensor value) method CodeTensor_of_M23l_ (line 2043) | public void CodeTensor_of_M23l_(ref Tensor value) method CodeTensor_of_M23f_ (line 2048) | public void CodeTensor_of_M23f_(ref Tensor value) method CodeTensor_of_M23d_ (line 2053) | public void CodeTensor_of_M23d_(ref Tensor value) method CodeTensor_of_M33i_ (line 2058) | public void CodeTensor_of_M33i_(ref Tensor value) method CodeTensor_of_M33l_ (line 2063) | public void CodeTensor_of_M33l_(ref Tensor value) method CodeTensor_of_M33f_ (line 2068) | public void CodeTensor_of_M33f_(ref Tensor value) method CodeTensor_of_M33d_ (line 2073) | public void CodeTensor_of_M33d_(ref Tensor value) method CodeTensor_of_M34i_ (line 2078) | public void CodeTensor_of_M34i_(ref Tensor value) method CodeTensor_of_M34l_ (line 2083) | public void CodeTensor_of_M34l_(ref Tensor value) method CodeTensor_of_M34f_ (line 2088) | public void CodeTensor_of_M34f_(ref Tensor value) method CodeTensor_of_M34d_ (line 2093) | public void CodeTensor_of_M34d_(ref Tensor value) method CodeTensor_of_M44i_ (line 2098) | public void CodeTensor_of_M44i_(ref Tensor value) method CodeTensor_of_M44l_ (line 2103) | public void CodeTensor_of_M44l_(ref Tensor value) method CodeTensor_of_M44f_ (line 2108) | public void CodeTensor_of_M44f_(ref Tensor value) method CodeTensor_of_M44d_ (line 2113) | public void CodeTensor_of_M44d_(ref Tensor value) method CodeTensor_of_C3b_ (line 2118) | public void CodeTensor_of_C3b_(ref Tensor value) method CodeTensor_of_C3us_ (line 2123) | public void CodeTensor_of_C3us_(ref Tensor value) method CodeTensor_of_C3ui_ (line 2128) | public void CodeTensor_of_C3ui_(ref Tensor value) method CodeTensor_of_C3f_ (line 2133) | public void CodeTensor_of_C3f_(ref Tensor value) method CodeTensor_of_C3d_ (line 2138) | public void CodeTensor_of_C3d_(ref Tensor value) method CodeTensor_of_C4b_ (line 2143) | public void CodeTensor_of_C4b_(ref Tensor value) method CodeTensor_of_C4us_ (line 2148) | public void CodeTensor_of_C4us_(ref Tensor value) method CodeTensor_of_C4ui_ (line 2153) | public void CodeTensor_of_C4ui_(ref Tensor value) method CodeTensor_of_C4f_ (line 2158) | public void CodeTensor_of_C4f_(ref Tensor value) method CodeTensor_of_C4d_ (line 2163) | public void CodeTensor_of_C4d_(ref Tensor value) method CodeTensor_of_Range1b_ (line 2168) | public void CodeTensor_of_Range1b_(ref Tensor value) method CodeTensor_of_Range1sb_ (line 2173) | public void CodeTensor_of_Range1sb_(ref Tensor value) method CodeTensor_of_Range1s_ (line 2178) | public void CodeTensor_of_Range1s_(ref Tensor value) method CodeTensor_of_Range1us_ (line 2183) | public void CodeTensor_of_Range1us_(ref Tensor value) method CodeTensor_of_Range1i_ (line 2188) | public void CodeTensor_of_Range1i_(ref Tensor value) method CodeTensor_of_Range1ui_ (line 2193) | public void CodeTensor_of_Range1ui_(ref Tensor value) method CodeTensor_of_Range1l_ (line 2198) | public void CodeTensor_of_Range1l_(ref Tensor value) method CodeTensor_of_Range1ul_ (line 2203) | public void CodeTensor_of_Range1ul_(ref Tensor value) method CodeTensor_of_Range1f_ (line 2208) | public void CodeTensor_of_Range1f_(ref Tensor value) method CodeTensor_of_Range1d_ (line 2213) | public void CodeTensor_of_Range1d_(ref Tensor value) method CodeTensor_of_Box2i_ (line 2218) | public void CodeTensor_of_Box2i_(ref Tensor value) method CodeTensor_of_Box2l_ (line 2223) | public void CodeTensor_of_Box2l_(ref Tensor value) method CodeTensor_of_Box2f_ (line 2228) | public void CodeTensor_of_Box2f_(ref Tensor value) method CodeTensor_of_Box2d_ (line 2233) | public void CodeTensor_of_Box2d_(ref Tensor value) method CodeTensor_of_Box3i_ (line 2238) | public void CodeTensor_of_Box3i_(ref Tensor value) method CodeTensor_of_Box3l_ (line 2243) | public void CodeTensor_of_Box3l_(ref Tensor value) method CodeTensor_of_Box3f_ (line 2248) | public void CodeTensor_of_Box3f_(ref Tensor value) method CodeTensor_of_Box3d_ (line 2253) | public void CodeTensor_of_Box3d_(ref Tensor value) method CodeTensor_of_Euclidean3f_ (line 2258) | public void CodeTensor_of_Euclidean3f_(ref Tensor value) method CodeTensor_of_Euclidean3d_ (line 2263) | public void CodeTensor_of_Euclidean3d_(ref Tensor value) method CodeTensor_of_Rot2f_ (line 2268) | public void CodeTensor_of_Rot2f_(ref Tensor value) method CodeTensor_of_Rot2d_ (line 2273) | public void CodeTensor_of_Rot2d_(ref Tensor value) method CodeTensor_of_Rot3f_ (line 2278) | public void CodeTensor_of_Rot3f_(ref Tensor value) method CodeTensor_of_Rot3d_ (line 2283) | public void CodeTensor_of_Rot3d_(ref Tensor value) method CodeTensor_of_Scale3f_ (line 2288) | public void CodeTensor_of_Scale3f_(ref Tensor value) method CodeTensor_of_Scale3d_ (line 2293) | public void CodeTensor_of_Scale3d_(ref Tensor value) method CodeTensor_of_Shift3f_ (line 2298) | public void CodeTensor_of_Shift3f_(ref Tensor value) method CodeTensor_of_Shift3d_ (line 2303) | public void CodeTensor_of_Shift3d_(ref Tensor value) method CodeTensor_of_Trafo2f_ (line 2308) | public void CodeTensor_of_Trafo2f_(ref Tensor value) method CodeTensor_of_Trafo2d_ (line 2313) | public void CodeTensor_of_Trafo2d_(ref Tensor value) method CodeTensor_of_Trafo3f_ (line 2318) | public void CodeTensor_of_Trafo3f_(ref Tensor value) method CodeTensor_of_Trafo3d_ (line 2323) | public void CodeTensor_of_Trafo3d_(ref Tensor value) method CodeTensor_of_Bool_ (line 2328) | public void CodeTensor_of_Bool_(ref Tensor value) method CodeTensor_of_Char_ (line 2333) | public void CodeTensor_of_Char_(ref Tensor value) method CodeTensor_of_String_ (line 2338) | public void CodeTensor_of_String_(ref Tensor value) method CodeTensor_of_Type_ (line 2343) | public void CodeTensor_of_Type_(ref Tensor value) method CodeTensor_of_Guid_ (line 2348) | public void CodeTensor_of_Guid_(ref Tensor value) method CodeTensor_of_Symbol_ (line 2353) | public void CodeTensor_of_Symbol_(ref Tensor value) method CodeTensor_of_Circle2d_ (line 2358) | public void CodeTensor_of_Circle2d_(ref Tensor value) method CodeTensor_of_Line2d_ (line 2363) | public void CodeTensor_of_Line2d_(ref Tensor value) method CodeTensor_of_Line3d_ (line 2368) | public void CodeTensor_of_Line3d_(ref Tensor value) method CodeTensor_of_Plane2d_ (line 2373) | public void CodeTensor_of_Plane2d_(ref Tensor value) method CodeTensor_of_Plane3d_ (line 2378) | public void CodeTensor_of_Plane3d_(ref Tensor value) method CodeTensor_of_PlaneWithPoint3d_ (line 2383) | public void CodeTensor_of_PlaneWithPoint3d_(ref Tensor value) method CodeTensor_of_Quad3d_ (line 2393) | public void CodeTensor_of_Quad3d_(ref Tensor value) method CodeTensor_of_Ray2d_ (line 2398) | public void CodeTensor_of_Ray2d_(ref Tensor value) method CodeTensor_of_Ray3d_ (line 2403) | public void CodeTensor_of_Ray3d_(ref Tensor value) method CodeTensor_of_Sphere3d_ (line 2408) | public void CodeTensor_of_Sphere3d_(ref Tensor value) method CodeTensor_of_Triangle2d_ (line 2413) | public void CodeTensor_of_Triangle2d_(ref Tensor value) method CodeTensor_of_Triangle3d_ (line 2418) | public void CodeTensor_of_Triangle3d_(ref Tensor value) method CodeTensor_of_Circle2f_ (line 2423) | public void CodeTensor_of_Circle2f_(ref Tensor value) method CodeTensor_of_Line2f_ (line 2428) | public void CodeTensor_of_Line2f_(ref Tensor value) method CodeTensor_of_Line3f_ (line 2433) | public void CodeTensor_of_Line3f_(ref Tensor value) method CodeTensor_of_Plane2f_ (line 2438) | public void CodeTensor_of_Plane2f_(ref Tensor value) method CodeTensor_of_Plane3f_ (line 2443) | public void CodeTensor_of_Plane3f_(ref Tensor value) method CodeTensor_of_PlaneWithPoint3f_ (line 2448) | public void CodeTensor_of_PlaneWithPoint3f_(ref Tensor value) method CodeTensor_of_Quad3f_ (line 2458) | public void CodeTensor_of_Quad3f_(ref Tensor value) method CodeTensor_of_Ray2f_ (line 2463) | public void CodeTensor_of_Ray2f_(ref Tensor value) method CodeTensor_of_Ray3f_ (line 2468) | public void CodeTensor_of_Ray3f_(ref Tensor value) method CodeTensor_of_Sphere3f_ (line 2473) | public void CodeTensor_of_Sphere3f_(ref Tensor value) method CodeTensor_of_Triangle2f_ (line 2478) | public void CodeTensor_of_Triangle2f_(ref Tensor value) method CodeTensor_of_Triangle3f_ (line 2483) | public void CodeTensor_of_Triangle3f_(ref Tensor value) method CodeV2iArray (line 2492) | public void CodeV2iArray(ref V2i[] v) { throw new NotImplementedExcept... method CodeV2uiArray (line 2493) | public void CodeV2uiArray(ref V2ui[] v) { throw new NotImplementedExce... method CodeV2lArray (line 2494) | public void CodeV2lArray(ref V2l[] v) { throw new NotImplementedExcept... method CodeV2fArray (line 2495) | public void CodeV2fArray(ref V2f[] v) { throw new NotImplementedExcept... method CodeV2dArray (line 2496) | public void CodeV2dArray(ref V2d[] v) { throw new NotImplementedExcept... method CodeV3iArray (line 2497) | public void CodeV3iArray(ref V3i[] v) { throw new NotImplementedExcept... method CodeV3uiArray (line 2498) | public void CodeV3uiArray(ref V3ui[] v) { throw new NotImplementedExce... method CodeV3lArray (line 2499) | public void CodeV3lArray(ref V3l[] v) { throw new NotImplementedExcept... method CodeV3fArray (line 2500) | public void CodeV3fArray(ref V3f[] v) { throw new NotImplementedExcept... method CodeV3dArray (line 2501) | public void CodeV3dArray(ref V3d[] v) { throw new NotImplementedExcept... method CodeV4iArray (line 2502) | public void CodeV4iArray(ref V4i[] v) { throw new NotImplementedExcept... method CodeV4uiArray (line 2503) | public void CodeV4uiArray(ref V4ui[] v) { throw new NotImplementedExce... method CodeV4lArray (line 2504) | public void CodeV4lArray(ref V4l[] v) { throw new NotImplementedExcept... method CodeV4fArray (line 2505) | public void CodeV4fArray(ref V4f[] v) { throw new NotImplementedExcept... method CodeV4dArray (line 2506) | public void CodeV4dArray(ref V4d[] v) { throw new NotImplementedExcept... method CodeM22iArray (line 2507) | public void CodeM22iArray(ref M22i[] v) { throw new NotImplementedExce... method CodeM22lArray (line 2508) | public void CodeM22lArray(ref M22l[] v) { throw new NotImplementedExce... method CodeM22fArray (line 2509) | public void CodeM22fArray(ref M22f[] v) { throw new NotImplementedExce... method CodeM22dArray (line 2510) | public void CodeM22dArray(ref M22d[] v) { throw new NotImplementedExce... method CodeM23iArray (line 2511) | public void CodeM23iArray(ref M23i[] v) { throw new NotImplementedExce... method CodeM23lArray (line 2512) | public void CodeM23lArray(ref M23l[] v) { throw new NotImplementedExce... method CodeM23fArray (line 2513) | public void CodeM23fArray(ref M23f[] v) { throw new NotImplementedExce... method CodeM23dArray (line 2514) | public void CodeM23dArray(ref M23d[] v) { throw new NotImplementedExce... method CodeM33iArray (line 2515) | public void CodeM33iArray(ref M33i[] v) { throw new NotImplementedExce... method CodeM33lArray (line 2516) | public void CodeM33lArray(ref M33l[] v) { throw new NotImplementedExce... method CodeM33fArray (line 2517) | public void CodeM33fArray(ref M33f[] v) { throw new NotImplementedExce... method CodeM33dArray (line 2518) | public void CodeM33dArray(ref M33d[] v) { throw new NotImplementedExce... method CodeM34iArray (line 2519) | public void CodeM34iArray(ref M34i[] v) { throw new NotImplementedExce... method CodeM34lArray (line 2520) | public void CodeM34lArray(ref M34l[] v) { throw new NotImplementedExce... method CodeM34fArray (line 2521) | public void CodeM34fArray(ref M34f[] v) { throw new NotImplementedExce... method CodeM34dArray (line 2522) | public void CodeM34dArray(ref M34d[] v) { throw new NotImplementedExce... method CodeM44iArray (line 2523) | public void CodeM44iArray(ref M44i[] v) { throw new NotImplementedExce... method CodeM44lArray (line 2524) | public void CodeM44lArray(ref M44l[] v) { throw new NotImplementedExce... method CodeM44fArray (line 2525) | public void CodeM44fArray(ref M44f[] v) { throw new NotImplementedExce... method CodeM44dArray (line 2526) | public void CodeM44dArray(ref M44d[] v) { throw new NotImplementedExce... method CodeRange1bArray (line 2527) | public void CodeRange1bArray(ref Range1b[] v) { throw new NotImplement... method CodeRange1sbArray (line 2528) | public void CodeRange1sbArray(ref Range1sb[] v) { throw new NotImpleme... method CodeRange1sArray (line 2529) | public void CodeRange1sArray(ref Range1s[] v) { throw new NotImplement... method CodeRange1usArray (line 2530) | public void CodeRange1usArray(ref Range1us[] v) { throw new NotImpleme... method CodeRange1iArray (line 2531) | public void CodeRange1iArray(ref Range1i[] v) { throw new NotImplement... method CodeRange1uiArray (line 2532) | public void CodeRange1uiArray(ref Range1ui[] v) { throw new NotImpleme... method CodeRange1lArray (line 2533) | public void CodeRange1lArray(ref Range1l[] v) { throw new NotImplement... method CodeRange1ulArray (line 2534) | public void CodeRange1ulArray(ref Range1ul[] v) { throw new NotImpleme... method CodeRange1fArray (line 2535) | public void CodeRange1fArray(ref Range1f[] v) { throw new NotImplement... method CodeRange1dArray (line 2536) | public void CodeRange1dArray(ref Range1d[] v) { throw new NotImplement... method CodeBox2iArray (line 2537) | public void CodeBox2iArray(ref Box2i[] v) { throw new NotImplementedEx... method CodeBox2lArray (line 2538) | public void CodeBox2lArray(ref Box2l[] v) { throw new NotImplementedEx... method CodeBox2fArray (line 2539) | public void CodeBox2fArray(ref Box2f[] v) { throw new NotImplementedEx... method CodeBox2dArray (line 2540) | public void CodeBox2dArray(ref Box2d[] v) { throw new NotImplementedEx... method CodeBox3iArray (line 2541) | public void CodeBox3iArray(ref Box3i[] v) { throw new NotImplementedEx... method CodeBox3lArray (line 2542) | public void CodeBox3lArray(ref Box3l[] v) { throw new NotImplementedEx... method CodeBox3fArray (line 2543) | public void CodeBox3fArray(ref Box3f[] v) { throw new NotImplementedEx... method CodeBox3dArray (line 2544) | public void CodeBox3dArray(ref Box3d[] v) { throw new NotImplementedEx... method CodeC3bArray (line 2545) | public void CodeC3bArray(ref C3b[] v) { throw new NotImplementedExcept... method CodeC3usArray (line 2546) | public void CodeC3usArray(ref C3us[] v) { throw new NotImplementedExce... method CodeC3uiArray (line 2547) | public void CodeC3uiArray(ref C3ui[] v) { throw new NotImplementedExce... method CodeC3fArray (line 2548) | public void CodeC3fArray(ref C3f[] v) { throw new NotImplementedExcept... method CodeC3dArray (line 2549) | public void CodeC3dArray(ref C3d[] v) { throw new NotImplementedExcept... method CodeC4bArray (line 2550) | public void CodeC4bArray(ref C4b[] v) { throw new NotImplementedExcept... method CodeC4usArray (line 2551) | public void CodeC4usArray(ref C4us[] v) { throw new NotImplementedExce... method CodeC4uiArray (line 2552) | public void CodeC4uiArray(ref C4ui[] v) { throw new NotImplementedExce... method CodeC4fArray (line 2553) | public void CodeC4fArray(ref C4f[] v) { throw new NotImplementedExcept... method CodeC4dArray (line 2554) | public void CodeC4dArray(ref C4d[] v) { throw new NotImplementedExcept... method CodeEuclidean3fArray (line 2555) | public void CodeEuclidean3fArray(ref Euclidean3f[] v) { throw new NotI... method CodeEuclidean3dArray (line 2556) | public void CodeEuclidean3dArray(ref Euclidean3d[] v) { throw new NotI... method CodeRot2fArray (line 2557) | public void CodeRot2fArray(ref Rot2f[] v) { throw new NotImplementedEx... method CodeRot2dArray (line 2558) | public void CodeRot2dArray(ref Rot2d[] v) { throw new NotImplementedEx... method CodeRot3fArray (line 2559) | public void CodeRot3fArray(ref Rot3f[] v) { throw new NotImplementedEx... method CodeRot3dArray (line 2560) | public void CodeRot3dArray(ref Rot3d[] v) { throw new NotImplementedEx... method CodeScale3fArray (line 2561) | public void CodeScale3fArray(ref Scale3f[] v) { throw new NotImplement... method CodeScale3dArray (line 2562) | public void CodeScale3dArray(ref Scale3d[] v) { throw new NotImplement... method CodeShift3fArray (line 2563) | public void CodeShift3fArray(ref Shift3f[] v) { throw new NotImplement... method CodeShift3dArray (line 2564) | public void CodeShift3dArray(ref Shift3d[] v) { throw new NotImplement... method CodeTrafo2fArray (line 2565) | public void CodeTrafo2fArray(ref Trafo2f[] v) { throw new NotImplement... method CodeTrafo2dArray (line 2566) | public void CodeTrafo2dArray(ref Trafo2d[] v) { throw new NotImplement... method CodeTrafo3fArray (line 2567) | public void CodeTrafo3fArray(ref Trafo3f[] v) { throw new NotImplement... method CodeTrafo3dArray (line 2568) | public void CodeTrafo3dArray(ref Trafo3d[] v) { throw new NotImplement... method CodeCircle2dArray (line 2569) | public void CodeCircle2dArray(ref Circle2d[] v) { throw new NotImpleme... method CodeLine2dArray (line 2570) | public void CodeLine2dArray(ref Line2d[] v) { throw new NotImplemented... method CodeLine3dArray (line 2571) | public void CodeLine3dArray(ref Line3d[] v) { throw new NotImplemented... method CodePlane2dArray (line 2572) | public void CodePlane2dArray(ref Plane2d[] v) { throw new NotImplement... method CodePlane3dArray (line 2573) | public void CodePlane3dArray(ref Plane3d[] v) { throw new NotImplement... method CodePlaneWithPoint3dArray (line 2574) | public void CodePlaneWithPoint3dArray(ref PlaneWithPoint3d[] v) { thro... method CodeQuad2dArray (line 2575) | public void CodeQuad2dArray(ref Quad2d[] v) { throw new NotImplemented... method CodeQuad3dArray (line 2576) | public void CodeQuad3dArray(ref Quad3d[] v) { throw new NotImplemented... method CodeRay2dArray (line 2577) | public void CodeRay2dArray(ref Ray2d[] v) { throw new NotImplementedEx... method CodeRay3dArray (line 2578) | public void CodeRay3dArray(ref Ray3d[] v) { throw new NotImplementedEx... method CodeSphere3dArray (line 2579) | public void CodeSphere3dArray(ref Sphere3d[] v) { throw new NotImpleme... method CodeTriangle2dArray (line 2580) | public void CodeTriangle2dArray(ref Triangle2d[] v) { throw new NotImp... method CodeTriangle3dArray (line 2581) | public void CodeTriangle3dArray(ref Triangle3d[] v) { throw new NotImp... method CodeCircle2fArray (line 2582) | public void CodeCircle2fArray(ref Circle2f[] v) { throw new NotImpleme... method CodeLine2fArray (line 2583) | public void CodeLine2fArray(ref Line2f[] v) { throw new NotImplemented... method CodeLine3fArray (line 2584) | public void CodeLine3fArray(ref Line3f[] v) { throw new NotImplemented... method CodePlane2fArray (line 2585) | public void CodePlane2fArray(ref Plane2f[] v) { throw new NotImplement... method CodePlane3fArray (line 2586) | public void CodePlane3fArray(ref Plane3f[] v) { throw new NotImplement... method CodePlaneWithPoint3fArray (line 2587) | public void CodePlaneWithPoint3fArray(ref PlaneWithPoint3f[] v) { thro... method CodeQuad2fArray (line 2588) | public void CodeQuad2fArray(ref Quad2f[] v) { throw new NotImplemented... method CodeQuad3fArray (line 2589) | public void CodeQuad3fArray(ref Quad3f[] v) { throw new NotImplemented... method CodeRay2fArray (line 2590) | public void CodeRay2fArray(ref Ray2f[] v) { throw new NotImplementedEx... method CodeRay3fArray (line 2591) | public void CodeRay3fArray(ref Ray3f[] v) { throw new NotImplementedEx... method CodeSphere3fArray (line 2592) | public void CodeSphere3fArray(ref Sphere3f[] v) { throw new NotImpleme... method CodeTriangle2fArray (line 2593) | public void CodeTriangle2fArray(ref Triangle2f[] v) { throw new NotImp... method CodeTriangle3fArray (line 2594) | public void CodeTriangle3fArray(ref Triangle3f[] v) { throw new NotImp... method CodeByteArray2d (line 2600) | public void CodeByteArray2d(ref byte[,] v) { throw new NotImplementedE... method CodeByteArray3d (line 2601) | public void CodeByteArray3d(ref byte[, ,] v) { throw new NotImplemente... method CodeSByteArray2d (line 2602) | public void CodeSByteArray2d(ref sbyte[,] v) { throw new NotImplemente... method CodeSByteArray3d (line 2603) | public void CodeSByteArray3d(ref sbyte[, ,] v) { throw new NotImplemen... method CodeShortArray2d (line 2604) | public void CodeShortArray2d(ref short[,] v) { throw new NotImplemente... method CodeShortArray3d (line 2605) | public void CodeShortArray3d(ref short[, ,] v) { throw new NotImplemen... method CodeUShortArray2d (line 2606) | public void CodeUShortArray2d(ref ushort[,] v) { throw new NotImplemen... method CodeUShortArray3d (line 2607) | public void CodeUShortArray3d(ref ushort[, ,] v) { throw new NotImplem... method CodeIntArray2d (line 2608) | public void CodeIntArray2d(ref int[,] v) { throw new NotImplementedExc... method CodeIntArray3d (line 2609) | public void CodeIntArray3d(ref int[, ,] v) { throw new NotImplementedE... method CodeUIntArray2d (line 2610) | public void CodeUIntArray2d(ref uint[,] v) { throw new NotImplementedE... method CodeUIntArray3d (line 2611) | public void CodeUIntArray3d(ref uint[, ,] v) { throw new NotImplemente... method CodeLongArray2d (line 2612) | public void CodeLongArray2d(ref long[,] v) { throw new NotImplementedE... method CodeLongArray3d (line 2613) | public void CodeLongArray3d(ref long[, ,] v) { throw new NotImplemente... method CodeULongArray2d (line 2614) | public void CodeULongArray2d(ref ulong[,] v) { throw new NotImplemente... method CodeULongArray3d (line 2615) | public void CodeULongArray3d(ref ulong[, ,] v) { throw new NotImplemen... method CodeFloatArray2d (line 2616) | public void CodeFloatArray2d(ref float[,] v) { throw new NotImplemente... method CodeFloatArray3d (line 2617) | public void CodeFloatArray3d(ref float[, ,] v) { throw new NotImplemen... method CodeDoubleArray2d (line 2618) | public void CodeDoubleArray2d(ref double[,] v) { throw new NotImplemen... method CodeDoubleArray3d (line 2619) | public void CodeDoubleArray3d(ref double[, ,] v) { throw new NotImplem... method CodeFractionArray2d (line 2620) | public void CodeFractionArray2d(ref Fraction[,] v) { throw new NotImpl... method CodeFractionArray3d (line 2621) | public void CodeFractionArray3d(ref Fraction[, ,] v) { throw new NotIm... method CodeV2iArray2d (line 2622) | public void CodeV2iArray2d(ref V2i[,] v) { throw new NotImplementedExc... method CodeV2iArray3d (line 2623) | public void CodeV2iArray3d(ref V2i[, ,] v) { throw new NotImplementedE... method CodeV2lArray2d (line 2624) | public void CodeV2lArray2d(ref V2l[,] v) { throw new NotImplementedExc... method CodeV2lArray3d (line 2625) | public void CodeV2lArray3d(ref V2l[, ,] v) { throw new NotImplementedE... method CodeV2fArray2d (line 2626) | public void CodeV2fArray2d(ref V2f[,] v) { throw new NotImplementedExc... method CodeV2fArray3d (line 2627) | public void CodeV2fArray3d(ref V2f[, ,] v) { throw new NotImplementedE... method CodeV2dArray2d (line 2628) | public void CodeV2dArray2d(ref V2d[,] v) { throw new NotImplementedExc... method CodeV2dArray3d (line 2629) | public void CodeV2dArray3d(ref V2d[, ,] v) { throw new NotImplementedE... method CodeV3iArray2d (line 2630) | public void CodeV3iArray2d(ref V3i[,] v) { throw new NotImplementedExc... method CodeV3iArray3d (line 2631) | public void CodeV3iArray3d(ref V3i[, ,] v) { throw new NotImplementedE... method CodeV3lArray2d (line 2632) | public void CodeV3lArray2d(ref V3l[,] v) { throw new NotImplementedExc... method CodeV3lArray3d (line 2633) | public void CodeV3lArray3d(ref V3l[, ,] v) { throw new NotImplementedE... method CodeV3fArray2d (line 2634) | public void CodeV3fArray2d(ref V3f[,] v) { throw new NotImplementedExc... method CodeV3fArray3d (line 2635) | public void CodeV3fArray3d(ref V3f[, ,] v) { throw new NotImplementedE... method CodeV3dArray2d (line 2636) | public void CodeV3dArray2d(ref V3d[,] v) { throw new NotImplementedExc... method CodeV3dArray3d (line 2637) | public void CodeV3dArray3d(ref V3d[, ,] v) { throw new NotImplementedE... method CodeV4iArray2d (line 2638) | public void CodeV4iArray2d(ref V4i[,] v) { throw new NotImplementedExc... method CodeV4iArray3d (line 2639) | public void CodeV4iArray3d(ref V4i[, ,] v) { throw new NotImplementedE... method CodeV4lArray2d (line 2640) | public void CodeV4lArray2d(ref V4l[,] v) { throw new NotImplementedExc... method CodeV4lArray3d (line 2641) | public void CodeV4lArray3d(ref V4l[, ,] v) { throw new NotImplementedE... method CodeV4fArray2d (line 2642) | public void CodeV4fArray2d(ref V4f[,] v) { throw new NotImplementedExc... method CodeV4fArray3d (line 2643) | public void CodeV4fArray3d(ref V4f[, ,] v) { throw new NotImplementedE... method CodeV4dArray2d (line 2644) | public void CodeV4dArray2d(ref V4d[,] v) { throw new NotImplementedExc... method CodeV4dArray3d (line 2645) | public void CodeV4dArray3d(ref V4d[, ,] v) { throw new NotImplementedE... method CodeM22iArray2d (line 2646) | public void CodeM22iArray2d(ref M22i[,] v) { throw new NotImplementedE... method CodeM22iArray3d (line 2647) | public void CodeM22iArray3d(ref M22i[, ,] v) { throw new NotImplemente... method CodeM22lArray2d (line 2648) | public void CodeM22lArray2d(ref M22l[,] v) { throw new NotImplementedE... method CodeM22lArray3d (line 2649) | public void CodeM22lArray3d(ref M22l[, ,] v) { throw new NotImplemente... method CodeM22fArray2d (line 2650) | public void CodeM22fArray2d(ref M22f[,] v) { throw new NotImplementedE... method CodeM22fArray3d (line 2651) | public void CodeM22fArray3d(ref M22f[, ,] v) { throw new NotImplemente... method CodeM22dArray2d (line 2652) | public void CodeM22dArray2d(ref M22d[,] v) { throw new NotImplementedE... method CodeM22dArray3d (line 2653) | public void CodeM22dArray3d(ref M22d[, ,] v) { throw new NotImplemente... method CodeM23iArray2d (line 2654) | public void CodeM23iArray2d(ref M23i[,] v) { throw new NotImplementedE... method CodeM23iArray3d (line 2655) | public void CodeM23iArray3d(ref M23i[, ,] v) { throw new NotImplemente... method CodeM23lArray2d (line 2656) | public void CodeM23lArray2d(ref M23l[,] v) { throw new NotImplementedE... method CodeM23lArray3d (line 2657) | public void CodeM23lArray3d(ref M23l[, ,] v) { throw new NotImplemente... method CodeM23fArray2d (line 2658) | public void CodeM23fArray2d(ref M23f[,] v) { throw new NotImplementedE... method CodeM23fArray3d (line 2659) | public void CodeM23fArray3d(ref M23f[, ,] v) { throw new NotImplemente... method CodeM23dArray2d (line 2660) | public void CodeM23dArray2d(ref M23d[,] v) { throw new NotImplementedE... method CodeM23dArray3d (line 2661) | public void CodeM23dArray3d(ref M23d[, ,] v) { throw new NotImplemente... method CodeM33iArray2d (line 2662) | public void CodeM33iArray2d(ref M33i[,] v) { throw new NotImplementedE... method CodeM33iArray3d (line 2663) | public void CodeM33iArray3d(ref M33i[, ,] v) { throw new NotImplemente... method CodeM33lArray2d (line 2664) | public void CodeM33lArray2d(ref M33l[,] v) { throw new NotImplementedE... method CodeM33lArray3d (line 2665) | public void CodeM33lArray3d(ref M33l[, ,] v) { throw new NotImplemente... method CodeM33fArray2d (line 2666) | public void CodeM33fArray2d(ref M33f[,] v) { throw new NotImplementedE... method CodeM33fArray3d (line 2667) | public void CodeM33fArray3d(ref M33f[, ,] v) { throw new NotImplemente... method CodeM33dArray2d (line 2668) | public void CodeM33dArray2d(ref M33d[,] v) { throw new NotImplementedE... method CodeM33dArray3d (line 2669) | public void CodeM33dArray3d(ref M33d[, ,] v) { throw new NotImplemente... method CodeM34iArray2d (line 2670) | public void CodeM34iArray2d(ref M34i[,] v) { throw new NotImplementedE... method CodeM34iArray3d (line 2671) | public void CodeM34iArray3d(ref M34i[, ,] v) { throw new NotImplemente... method CodeM34lArray2d (line 2672) | public void CodeM34lArray2d(ref M34l[,] v) { throw new NotImplementedE... method CodeM34lArray3d (line 2673) | public void CodeM34lArray3d(ref M34l[, ,] v) { throw new NotImplemente... method CodeM34fArray2d (line 2674) | public void CodeM34fArray2d(ref M34f[,] v) { throw new NotImplementedE... method CodeM34fArray3d (line 2675) | public void CodeM34fArray3d(ref M34f[, ,] v) { throw new NotImplemente... method CodeM34dArray2d (line 2676) | public void CodeM34dArray2d(ref M34d[,] v) { throw new NotImplementedE... method CodeM34dArray3d (line 2677) | public void CodeM34dArray3d(ref M34d[, ,] v) { throw new NotImplemente... method CodeM44iArray2d (line 2678) | public void CodeM44iArray2d(ref M44i[,] v) { throw new NotImplementedE... method CodeM44iArray3d (line 2679) | public void CodeM44iArray3d(ref M44i[, ,] v) { throw new NotImplemente... method CodeM44lArray2d (line 2680) | public void CodeM44lArray2d(ref M44l[,] v) { throw new NotImplementedE... method CodeM44lArray3d (line 2681) | public void CodeM44lArray3d(ref M44l[, ,] v) { throw new NotImplemente... method CodeM44fArray2d (line 2682) | public void CodeM44fArray2d(ref M44f[,] v) { throw new NotImplementedE... method CodeM44fArray3d (line 2683) | public void CodeM44fArray3d(ref M44f[, ,] v) { throw new NotImplemente... method CodeM44dArray2d (line 2684) | public void CodeM44dArray2d(ref M44d[,] v) { throw new NotImplementedE... method CodeM44dArray3d (line 2685) | public void CodeM44dArray3d(ref M44d[, ,] v) { throw new NotImplemente... method CodeC3bArray2d (line 2686) | public void CodeC3bArray2d(ref C3b[,] v) { throw new NotImplementedExc... method CodeC3bArray3d (line 2687) | public void CodeC3bArray3d(ref C3b[, ,] v) { throw new NotImplementedE... method CodeC3usArray2d (line 2688) | public void CodeC3usArray2d(ref C3us[,] v) { throw new NotImplementedE... method CodeC3usArray3d (line 2689) | public void CodeC3usArray3d(ref C3us[, ,] v) { throw new NotImplemente... method CodeC3uiArray2d (line 2690) | public void CodeC3uiArray2d(ref C3ui[,] v) { throw new NotImplementedE... method CodeC3uiArray3d (line 2691) | public void CodeC3uiArray3d(ref C3ui[, ,] v) { throw new NotImplemente... method CodeC3fArray2d (line 2692) | public void CodeC3fArray2d(ref C3f[,] v) { throw new NotImplementedExc... method CodeC3fArray3d (line 2693) | public void CodeC3fArray3d(ref C3f[, ,] v) { throw new NotImplementedE... method CodeC3dArray2d (line 2694) | public void CodeC3dArray2d(ref C3d[,] v) { throw new NotImplementedExc... method CodeC3dArray3d (line 2695) | public void CodeC3dArray3d(ref C3d[, ,] v) { throw new NotImplementedE... method CodeC4bArray2d (line 2696) | public void CodeC4bArray2d(ref C4b[,] v) { throw new NotImplementedExc... method CodeC4bArray3d (line 2697) | public void CodeC4bArray3d(ref C4b[, ,] v) { throw new NotImplementedE... method CodeC4usArray2d (line 2698) | public void CodeC4usArray2d(ref C4us[,] v) { throw new NotImplementedE... method CodeC4usArray3d (line 2699) | public void CodeC4usArray3d(ref C4us[, ,] v) { throw new NotImplemente... method CodeC4uiArray2d (line 2700) | public void CodeC4uiArray2d(ref C4ui[,] v) { throw new NotImplementedE... method CodeC4uiArray3d (line 2701) | public void CodeC4uiArray3d(ref C4ui[, ,] v) { throw new NotImplemente... method CodeC4fArray2d (line 2702) | public void CodeC4fArray2d(ref C4f[,] v) { throw new NotImplementedExc... method CodeC4fArray3d (line 2703) | public void CodeC4fArray3d(ref C4f[, ,] v) { throw new NotImplementedE... method CodeC4dArray2d (line 2704) | public void CodeC4dArray2d(ref C4d[,] v) { throw new NotImplementedExc... method CodeC4dArray3d (line 2705) | public void CodeC4dArray3d(ref C4d[, ,] v) { throw new NotImplementedE... method CodeRange1bArray2d (line 2706) | public void CodeRange1bArray2d(ref Range1b[,] v) { throw new NotImplem... method CodeRange1bArray3d (line 2707) | public void CodeRange1bArray3d(ref Range1b[, ,] v) { throw new NotImpl... method CodeRange1sbArray2d (line 2708) | public void CodeRange1sbArray2d(ref Range1sb[,] v) { throw new NotImpl... method CodeRange1sbArray3d (line 2709) | public void CodeRange1sbArray3d(ref Range1sb[, ,] v) { throw new NotIm... method CodeRange1sArray2d (line 2710) | public void CodeRange1sArray2d(ref Range1s[,] v) { throw new NotImplem... method CodeRange1sArray3d (line 2711) | public void CodeRange1sArray3d(ref Range1s[, ,] v) { throw new NotImpl... method CodeRange1usArray2d (line 2712) | public void CodeRange1usArray2d(ref Range1us[,] v) { throw new NotImpl... method CodeRange1usArray3d (line 2713) | public void CodeRange1usArray3d(ref Range1us[, ,] v) { throw new NotIm... method CodeRange1iArray2d (line 2714) | public void CodeRange1iArray2d(ref Range1i[,] v) { throw new NotImplem... method CodeRange1iArray3d (line 2715) | public void CodeRange1iArray3d(ref Range1i[, ,] v) { throw new NotImpl... method CodeRange1uiArray2d (line 2716) | public void CodeRange1uiArray2d(ref Range1ui[,] v) { throw new NotImpl... method CodeRange1uiArray3d (line 2717) | public void CodeRange1uiArray3d(ref Range1ui[, ,] v) { throw new NotIm... method CodeRange1lArray2d (line 2718) | public void CodeRange1lArray2d(ref Range1l[,] v) { throw new NotImplem... method CodeRange1lArray3d (line 2719) | public void CodeRange1lArray3d(ref Range1l[, ,] v) { throw new NotImpl... method CodeRange1ulArray2d (line 2720) | public void CodeRange1ulArray2d(ref Range1ul[,] v) { throw new NotImpl... method CodeRange1ulArray3d (line 2721) | public void CodeRange1ulArray3d(ref Range1ul[, ,] v) { throw new NotIm... method CodeRange1fArray2d (line 2722) | public void CodeRange1fArray2d(ref Range1f[,] v) { throw new NotImplem... method CodeRange1fArray3d (line 2723) | public void CodeRange1fArray3d(ref Range1f[, ,] v) { throw new NotImpl... method CodeRange1dArray2d (line 2724) | public void CodeRange1dArray2d(ref Range1d[,] v) { throw new NotImplem... method CodeRange1dArray3d (line 2725) | public void CodeRange1dArray3d(ref Range1d[, ,] v) { throw new NotImpl... method CodeBox2iArray2d (line 2726) | public void CodeBox2iArray2d(ref Box2i[,] v) { throw new NotImplemente... method CodeBox2iArray3d (line 2727) | public void CodeBox2iArray3d(ref Box2i[, ,] v) { throw new NotImplemen... method CodeBox2lArray2d (line 2728) | public void CodeBox2lArray2d(ref Box2l[,] v) { throw new NotImplemente... method CodeBox2lArray3d (line 2729) | public void CodeBox2lArray3d(ref Box2l[, ,] v) { throw new NotImplemen... method CodeBox2fArray2d (line 2730) | public void CodeBox2fArray2d(ref Box2f[,] v) { throw new NotImplemente... method CodeBox2fArray3d (line 2731) | public void CodeBox2fArray3d(ref Box2f[, ,] v) { throw new NotImplemen... method CodeBox2dArray2d (line 2732) | public void CodeBox2dArray2d(ref Box2d[,] v) { throw new NotImplemente... method CodeBox2dArray3d (line 2733) | public void CodeBox2dArray3d(ref Box2d[, ,] v) { throw new NotImplemen... method CodeBox3iArray2d (line 2734) | public void CodeBox3iArray2d(ref Box3i[,] v) { throw new NotImplemente... method CodeBox3iArray3d (line 2735) | public void CodeBox3iArray3d(ref Box3i[, ,] v) { throw new NotImplemen... method CodeBox3lArray2d (line 2736) | public void CodeBox3lArray2d(ref Box3l[,] v) { throw new NotImplemente... method CodeBox3lArray3d (line 2737) | public void CodeBox3lArray3d(ref Box3l[, ,] v) { throw new NotImplemen... method CodeBox3fArray2d (line 2738) | public void CodeBox3fArray2d(ref Box3f[,] v) { throw new NotImplemente... method CodeBox3fArray3d (line 2739) | public void CodeBox3fArray3d(ref Box3f[, ,] v) { throw new NotImplemen... method CodeBox3dArray2d (line 2740) | public void CodeBox3dArray2d(ref Box3d[,] v) { throw new NotImplemente... method CodeBox3dArray3d (line 2741) | public void CodeBox3dArray3d(ref Box3d[, ,] v) { throw new NotImplemen... method CodeEuclidean3fArray2d (line 2742) | public void CodeEuclidean3fArray2d(ref Euclidean3f[,] v) { throw new N... method CodeEuclidean3fArray3d (line 2743) | public void CodeEuclidean3fArray3d(ref Euclidean3f[, ,] v) { throw new... method CodeEuclidean3dArray2d (line 2744) | public void CodeEuclidean3dArray2d(ref Euclidean3d[,] v) { throw new N... method CodeEuclidean3dArray3d (line 2745) | public void CodeEuclidean3dArray3d(ref Euclidean3d[, ,] v) { throw new... method CodeRot2fArray2d (line 2746) | public void CodeRot2fArray2d(ref Rot2f[,] v) { throw new NotImplemente... method CodeRot2fArray3d (line 2747) | public void CodeRot2fArray3d(ref Rot2f[, ,] v) { throw new NotImplemen... method CodeRot2dArray2d (line 2748) | public void CodeRot2dArray2d(ref Rot2d[,] v) { throw new NotImplemente... method CodeRot2dArray3d (line 2749) | public void CodeRot2dArray3d(ref Rot2d[, ,] v) { throw new NotImplemen... method CodeRot3fArray2d (line 2750) | public void CodeRot3fArray2d(ref Rot3f[,] v) { throw new NotImplemente... method CodeRot3fArray3d (line 2751) | public void CodeRot3fArray3d(ref Rot3f[, ,] v) { throw new NotImplemen... method CodeRot3dArray2d (line 2752) | public void CodeRot3dArray2d(ref Rot3d[,] v) { throw new NotImplemente... method CodeRot3dArray3d (line 2753) | public void CodeRot3dArray3d(ref Rot3d[, ,] v) { throw new NotImplemen... method CodeScale3fArray2d (line 2754) | public void CodeScale3fArray2d(ref Scale3f[,] v) { throw new NotImplem... method CodeScale3fArray3d (line 2755) | public void CodeScale3fArray3d(ref Scale3f[, ,] v) { throw new NotImpl... method CodeScale3dArray2d (line 2756) | public void CodeScale3dArray2d(ref Scale3d[,] v) { throw new NotImplem... method CodeScale3dArray3d (line 2757) | public void CodeScale3dArray3d(ref Scale3d[, ,] v) { throw new NotImpl... method CodeShift3fArray2d (line 2758) | public void CodeShift3fArray2d(ref Shift3f[,] v) { throw new NotImplem... method CodeShift3fArray3d (line 2759) | public void CodeShift3fArray3d(ref Shift3f[, ,] v) { throw new NotImpl... method CodeShift3dArray2d (line 2760) | public void CodeShift3dArray2d(ref Shift3d[,] v) { throw new NotImplem... method CodeShift3dArray3d (line 2761) | public void CodeShift3dArray3d(ref Shift3d[, ,] v) { throw new NotImpl... method CodeTrafo2fArray2d (line 2762) | public void CodeTrafo2fArray2d(ref Trafo2f[,] v) { throw new NotImplem... method CodeTrafo2fArray3d (line 2763) | public void CodeTrafo2fArray3d(ref Trafo2f[, ,] v) { throw new NotImpl... method CodeTrafo2dArray2d (line 2764) | public void CodeTrafo2dArray2d(ref Trafo2d[,] v) { throw new NotImplem... method CodeTrafo2dArray3d (line 2765) | public void CodeTrafo2dArray3d(ref Trafo2d[, ,] v) { throw new NotImpl... method CodeTrafo3fArray2d (line 2766) | public void CodeTrafo3fArray2d(ref Trafo3f[,] v) { throw new NotImplem... method CodeTrafo3fArray3d (line 2767) | public void CodeTrafo3fArray3d(ref Trafo3f[, ,] v) { throw new NotImpl... method CodeTrafo3dArray2d (line 2768) | public void CodeTrafo3dArray2d(ref Trafo3d[,] v) { throw new NotImplem... method CodeTrafo3dArray3d (line 2769) | public void CodeTrafo3dArray3d(ref Trafo3d[, ,] v) { throw new NotImpl... method CodeByteArrayArray (line 2775) | public void CodeByteArrayArray(ref byte[][] v) { throw new NotImplemen... method CodeByteArrayArrayArray (line 2776) | public void CodeByteArrayArrayArray(ref byte[][][] v) { throw new NotI... method CodeSByteArrayArray (line 2777) | public void CodeSByteArrayArray(ref sbyte[][] v) { throw new NotImplem... method CodeSByteArrayArrayArray (line 2778) | public void CodeSByteArrayArrayArray(ref sbyte[][][] v) { throw new No... method CodeShortArrayArray (line 2779) | public void CodeShortArrayArray(ref short[][] v) { throw new NotImplem... method CodeShortArrayArrayArray (line 2780) | public void CodeShortArrayArrayArray(ref short[][][] v) { throw new No... method CodeUShortArrayArray (line 2781) | public void CodeUShortArrayArray(ref ushort[][] v) { throw new NotImpl... method CodeUShortArrayArrayArray (line 2782) | public void CodeUShortArrayArrayArray(ref ushort[][][] v) { throw new ... method CodeIntArrayArray (line 2783) | public void CodeIntArrayArray(ref int[][] v) { throw new NotImplemente... method CodeIntArrayArrayArray (line 2784) | public void CodeIntArrayArrayArray(ref int[][][] v) { throw new NotImp... method CodeUIntArrayArray (line 2785) | public void CodeUIntArrayArray(ref uint[][] v) { throw new NotImplemen... method CodeUIntArrayArrayArray (line 2786) | public void CodeUIntArrayArrayArray(ref uint[][][] v) { throw new NotI... method CodeLongArrayArray (line 2787) | public void CodeLongArrayArray(ref long[][] v) { throw new NotImplemen... method CodeLongArrayArrayArray (line 2788) | public void CodeLongArrayArrayArray(ref long[][][] v) { throw new NotI... method CodeULongArrayArray (line 2789) | public void CodeULongArrayArray(ref ulong[][] v) { throw new NotImplem... method CodeULongArrayArrayArray (line 2790) | public void CodeULongArrayArrayArray(ref ulong[][][] v) { throw new No... method CodeFloatArrayArray (line 2791) | public void CodeFloatArrayArray(ref float[][] v) { throw new NotImplem... method CodeFloatArrayArrayArray (line 2792) | public void CodeFloatArrayArrayArray(ref float[][][] v) { throw new No... method CodeDoubleArrayArray (line 2793) | public void CodeDoubleArrayArray(ref double[][] v) { throw new NotImpl... method CodeDoubleArrayArrayArray (line 2794) | public void CodeDoubleArrayArrayArray(ref double[][][] v) { throw new ... method CodeFractionArrayArray (line 2795) | public void CodeFractionArrayArray(ref Fraction[][] v) { throw new Not... method CodeFractionArrayArrayArray (line 2796) | public void CodeFractionArrayArrayArray(ref Fraction[][][] v) { throw ... method CodeV2iArrayArray (line 2797) | public void CodeV2iArrayArray(ref V2i[][] v) { throw new NotImplemente... method CodeV2iArrayArrayArray (line 2798) | public void CodeV2iArrayArrayArray(ref V2i[][][] v) { throw new NotImp... method CodeV2lArrayArray (line 2799) | public void CodeV2lArrayArray(ref V2l[][] v) { throw new NotImplemente... method CodeV2lArrayArrayArray (line 2800) | public void CodeV2lArrayArrayArray(ref V2l[][][] v) { throw new NotImp... method CodeV2fArrayArray (line 2801) | public void CodeV2fArrayArray(ref V2f[][] v) { throw new NotImplemente... method CodeV2fArrayArrayArray (line 2802) | public void CodeV2fArrayArrayArray(ref V2f[][][] v) { throw new NotImp... method CodeV2dArrayArray (line 2803) | public void CodeV2dArrayArray(ref V2d[][] v) { throw new NotImplemente... method CodeV2dArrayArrayArray (line 2804) | public void CodeV2dArrayArrayArray(ref V2d[][][] v) { throw new NotImp... method CodeV3iArrayArray (line 2805) | public void CodeV3iArrayArray(ref V3i[][] v) { throw new NotImplemente... method CodeV3iArrayArrayArray (line 2806) | public void CodeV3iArrayArrayArray(ref V3i[][][] v) { throw new NotImp... method CodeV3lArrayArray (line 2807) | public void CodeV3lArrayArray(ref V3l[][] v) { throw new NotImplemente... method CodeV3lArrayArrayArray (line 2808) | public void CodeV3lArrayArrayArray(ref V3l[][][] v) { throw new NotImp... method CodeV3fArrayArray (line 2809) | public void CodeV3fArrayArray(ref V3f[][] v) { throw new NotImplemente... method CodeV3fArrayArrayArray (line 2810) | public void CodeV3fArrayArrayArray(ref V3f[][][] v) { throw new NotImp... method CodeV3dArrayArray (line 2811) | public void CodeV3dArrayArray(ref V3d[][] v) { throw new NotImplemente... method CodeV3dArrayArrayArray (line 2812) | public void CodeV3dArrayArrayArray(ref V3d[][][] v) { throw new NotImp... method CodeV4iArrayArray (line 2813) | public void CodeV4iArrayArray(ref V4i[][] v) { throw new NotImplemente... method CodeV4iArrayArrayArray (line 2814) | public void CodeV4iArrayArrayArray(ref V4i[][][] v) { throw new NotImp... method CodeV4lArrayArray (line 2815) | public void CodeV4lArrayArray(ref V4l[][] v) { throw new NotImplemente... method CodeV4lArrayArrayArray (line 2816) | public void CodeV4lArrayArrayArray(ref V4l[][][] v) { throw new NotImp... method CodeV4fArrayArray (line 2817) | public void CodeV4fArrayArray(ref V4f[][] v) { throw new NotImplemente... method CodeV4fArrayArrayArray (line 2818) | public void CodeV4fArrayArrayArray(ref V4f[][][] v) { throw new NotImp... method CodeV4dArrayArray (line 2819) | public void CodeV4dArrayArray(ref V4d[][] v) { throw new NotImplemente... method CodeV4dArrayArrayArray (line 2820) | public void CodeV4dArrayArrayArray(ref V4d[][][] v) { throw new NotImp... method CodeM22iArrayArray (line 2821) | public void CodeM22iArrayArray(ref M22i[][] v) { throw new NotImplemen... method CodeM22iArrayArrayArray (line 2822) | public void CodeM22iArrayArrayArray(ref M22i[][][] v) { throw new NotI... method CodeM22lArrayArray (line 2823) | public void CodeM22lArrayArray(ref M22l[][] v) { throw new NotImplemen... method CodeM22lArrayArrayArray (line 2824) | public void CodeM22lArrayArrayArray(ref M22l[][][] v) { throw new NotI... method CodeM22fArrayArray (line 2825) | public void CodeM22fArrayArray(ref M22f[][] v) { throw new NotImplemen... method CodeM22fArrayArrayArray (line 2826) | public void CodeM22fArrayArrayArray(ref M22f[][][] v) { throw new NotI... method CodeM22dArrayArray (line 2827) | public void CodeM22dArrayArray(ref M22d[][] v) { throw new NotImplemen... method CodeM22dArrayArrayArray (line 2828) | public void CodeM22dArrayArrayArray(ref M22d[][][] v) { throw new NotI... method CodeM23iArrayArray (line 2829) | public void CodeM23iArrayArray(ref M23i[][] v) { throw new NotImplemen... method CodeM23iArrayArrayArray (line 2830) | public void CodeM23iArrayArrayArray(ref M23i[][][] v) { throw new NotI... method CodeM23lArrayArray (line 2831) | public void CodeM23lArrayArray(ref M23l[][] v) { throw new NotImplemen... method CodeM23lArrayArrayArray (line 2832) | public void CodeM23lArrayArrayArray(ref M23l[][][] v) { throw new NotI... method CodeM23fArrayArray (line 2833) | public void CodeM23fArrayArray(ref M23f[][] v) { throw new NotImplemen... method CodeM23fArrayArrayArray (line 2834) | public void CodeM23fArrayArrayArray(ref M23f[][][] v) { throw new NotI... method CodeM23dArrayArray (line 2835) | public void CodeM23dArrayArray(ref M23d[][] v) { throw new NotImplemen... method CodeM23dArrayArrayArray (line 2836) | public void CodeM23dArrayArrayArray(ref M23d[][][] v) { throw new NotI... method CodeM33iArrayArray (line 2837) | public void CodeM33iArrayArray(ref M33i[][] v) { throw new NotImplemen... method CodeM33iArrayArrayArray (line 2838) | public void CodeM33iArrayArrayArray(ref M33i[][][] v) { throw new NotI... method CodeM33lArrayArray (line 2839) | public void CodeM33lArrayArray(ref M33l[][] v) { throw new NotImplemen... method CodeM33lArrayArrayArray (line 2840) | public void CodeM33lArrayArrayArray(ref M33l[][][] v) { throw new NotI... method CodeM33fArrayArray (line 2841) | public void CodeM33fArrayArray(ref M33f[][] v) { throw new NotImplemen... method CodeM33fArrayArrayArray (line 2842) | public void CodeM33fArrayArrayArray(ref M33f[][][] v) { throw new NotI... method CodeM33dArrayArray (line 2843) | public void CodeM33dArrayArray(ref M33d[][] v) { throw new NotImplemen... method CodeM33dArrayArrayArray (line 2844) | public void CodeM33dArrayArrayArray(ref M33d[][][] v) { throw new NotI... method CodeM34iArrayArray (line 2845) | public void CodeM34iArrayArray(ref M34i[][] v) { throw new NotImplemen... method CodeM34iArrayArrayArray (line 2846) | public void CodeM34iArrayArrayArray(ref M34i[][][] v) { throw new NotI... method CodeM34lArrayArray (line 2847) | public void CodeM34lArrayArray(ref M34l[][] v) { throw new NotImplemen... method CodeM34lArrayArrayArray (line 2848) | public void CodeM34lArrayArrayArray(ref M34l[][][] v) { throw new NotI... method CodeM34fArrayArray (line 2849) | public void CodeM34fArrayArray(ref M34f[][] v) { throw new NotImplemen... method CodeM34fArrayArrayArray (line 2850) | public void CodeM34fArrayArrayArray(ref M34f[][][] v) { throw new NotI... method CodeM34dArrayArray (line 2851) | public void CodeM34dArrayArray(ref M34d[][] v) { throw new NotImplemen... method CodeM34dArrayArrayArray (line 2852) | public void CodeM34dArrayArrayArray(ref M34d[][][] v) { throw new NotI... method CodeM44iArrayArray (line 2853) | public void CodeM44iArrayArray(ref M44i[][] v) { throw new NotImplemen... method CodeM44iArrayArrayArray (line 2854) | public void CodeM44iArrayArrayArray(ref M44i[][][] v) { throw new NotI... method CodeM44lArrayArray (line 2855) | public void CodeM44lArrayArray(ref M44l[][] v) { throw new NotImplemen... method CodeM44lArrayArrayArray (line 2856) | public void CodeM44lArrayArrayArray(ref M44l[][][] v) { throw new NotI... method CodeM44fArrayArray (line 2857) | public void CodeM44fArrayArray(ref M44f[][] v) { throw new NotImplemen... method CodeM44fArrayArrayArray (line 2858) | public void CodeM44fArrayArrayArray(ref M44f[][][] v) { throw new NotI... method CodeM44dArrayArray (line 2859) | public void CodeM44dArrayArray(ref M44d[][] v) { throw new NotImplemen... method CodeM44dArrayArrayArray (line 2860) | public void CodeM44dArrayArrayArray(ref M44d[][][] v) { throw new NotI... method CodeC3bArrayArray (line 2861) | public void CodeC3bArrayArray(ref C3b[][] v) { throw new NotImplemente... method CodeC3bArrayArrayArray (line 2862) | public void CodeC3bArrayArrayArray(ref C3b[][][] v) { throw new NotImp... method CodeC3usArrayArray (line 2863) | public void CodeC3usArrayArray(ref C3us[][] v) { throw new NotImplemen... method CodeC3usArrayArrayArray (line 2864) | public void CodeC3usArrayArrayArray(ref C3us[][][] v) { throw new NotI... method CodeC3uiArrayArray (line 2865) | public void CodeC3uiArrayArray(ref C3ui[][] v) { throw new NotImplemen... method CodeC3uiArrayArrayArray (line 2866) | public void CodeC3uiArrayArrayArray(ref C3ui[][][] v) { throw new NotI... method CodeC3fArrayArray (line 2867) | public void CodeC3fArrayArray(ref C3f[][] v) { throw new NotImplemente... method CodeC3fArrayArrayArray (line 2868) | public void CodeC3fArrayArrayArray(ref C3f[][][] v) { throw new NotImp... method CodeC3dArrayArray (line 2869) | public void CodeC3dArrayArray(ref C3d[][] v) { throw new NotImplemente... method CodeC3dArrayArrayArray (line 2870) | public void CodeC3dArrayArrayArray(ref C3d[][][] v) { throw new NotImp... method CodeC4bArrayArray (line 2871) | public void CodeC4bArrayArray(ref C4b[][] v) { throw new NotImplemente... method CodeC4bArrayArrayArray (line 2872) | public void CodeC4bArrayArrayArray(ref C4b[][][] v) { throw new NotImp... method CodeC4usArrayArray (line 2873) | public void CodeC4usArrayArray(ref C4us[][] v) { throw new NotImplemen... method CodeC4usArrayArrayArray (line 2874) | public void CodeC4usArrayArrayArray(ref C4us[][][] v) { throw new NotI... method CodeC4uiArrayArray (line 2875) | public void CodeC4uiArrayArray(ref C4ui[][] v) { throw new NotImplemen... method CodeC4uiArrayArrayArray (line 2876) | public void CodeC4uiArrayArrayArray(ref C4ui[][][] v) { throw new NotI... method CodeC4fArrayArray (line 2877) | public void CodeC4fArrayArray(ref C4f[][] v) { throw new NotImplemente... method CodeC4fArrayArrayArray (line 2878) | public void CodeC4fArrayArrayArray(ref C4f[][][] v) { throw new NotImp... method CodeC4dArrayArray (line 2879) | public void CodeC4dArrayArray(ref C4d[][] v) { throw new NotImplemente... method CodeC4dArrayArrayArray (line 2880) | public void CodeC4dArrayArrayArray(ref C4d[][][] v) { throw new NotImp... method CodeRange1bArrayArray (line 2881) | public void CodeRange1bArrayArray(ref Range1b[][] v) { throw new NotIm... method CodeRange1bArrayArrayArray (line 2882) | public void CodeRange1bArrayArrayArray(ref Range1b[][][] v) { throw ne... method CodeRange1sbArrayArray (line 2883) | public void CodeRange1sbArrayArray(ref Range1sb[][] v) { throw new Not... method CodeRange1sbArrayArrayArray (line 2884) | public void CodeRange1sbArrayArrayArray(ref Range1sb[][][] v) { throw ... method CodeRange1sArrayArray (line 2885) | public void CodeRange1sArrayArray(ref Range1s[][] v) { throw new NotIm... method CodeRange1sArrayArrayArray (line 2886) | public void CodeRange1sArrayArrayArray(ref Range1s[][][] v) { throw ne... method CodeRange1usArrayArray (line 2887) | public void CodeRange1usArrayArray(ref Range1us[][] v) { throw new Not... method CodeRange1usArrayArrayArray (line 2888) | public void CodeRange1usArrayArrayArray(ref Range1us[][][] v) { throw ... method CodeRange1iArrayArray (line 2889) | public void CodeRange1iArrayArray(ref Range1i[][] v) { throw new NotIm... method CodeRange1iArrayArrayArray (line 2890) | public void CodeRange1iArrayArrayArray(ref Range1i[][][] v) { throw ne... method CodeRange1uiArrayArray (line 2891) | public void CodeRange1uiArrayArray(ref Range1ui[][] v) { throw new Not... method CodeRange1uiArrayArrayArray (line 2892) | public void CodeRange1uiArrayArrayArray(ref Range1ui[][][] v) { throw ... method CodeRange1lArrayArray (line 2893) | public void CodeRange1lArrayArray(ref Range1l[][] v) { throw new NotIm... method CodeRange1lArrayArrayArray (line 2894) | public void CodeRange1lArrayArrayArray(ref Range1l[][][] v) { throw ne... method CodeRange1ulArrayArray (line 2895) | public void CodeRange1ulArrayArray(ref Range1ul[][] v) { throw new Not... method CodeRange1ulArrayArrayArray (line 2896) | public void CodeRange1ulArrayArrayArray(ref Range1ul[][][] v) { throw ... method CodeRange1fArrayArray (line 2897) | public void CodeRange1fArrayArray(ref Range1f[][] v) { throw new NotIm... method CodeRange1fArrayArrayArray (line 2898) | public void CodeRange1fArrayArrayArray(ref Range1f[][][] v) { throw ne... method CodeRange1dArrayArray (line 2899) | public void CodeRange1dArrayArray(ref Range1d[][] v) { throw new NotIm... method CodeRange1dArrayArrayArray (line 2900) | public void CodeRange1dArrayArrayArray(ref Range1d[][][] v) { throw ne... method CodeBox2iArrayArray (line 2901) | public void CodeBox2iArrayArray(ref Box2i[][] v) { throw new NotImplem... method CodeBox2iArrayArrayArray (line 2902) | public void CodeBox2iArrayArrayArray(ref Box2i[][][] v) { throw new No... method CodeBox2lArrayArray (line 2903) | public void CodeBox2lArrayArray(ref Box2l[][] v) { throw new NotImplem... method CodeBox2lArrayArrayArray (line 2904) | public void CodeBox2lArrayArrayArray(ref Box2l[][][] v) { throw new No... method CodeBox2fArrayArray (line 2905) | public void CodeBox2fArrayArray(ref Box2f[][] v) { throw new NotImplem... method CodeBox2fArrayArrayArray (line 2906) | public void CodeBox2fArrayArrayArray(ref Box2f[][][] v) { throw new No... method CodeBox2dArrayArray (line 2907) | public void CodeBox2dArrayArray(ref Box2d[][] v) { throw new NotImplem... method CodeBox2dArrayArrayArray (line 2908) | public void CodeBox2dArrayArrayArray(ref Box2d[][][] v) { throw new No... method CodeBox3iArrayArray (line 2909) | public void CodeBox3iArrayArray(ref Box3i[][] v) { throw new NotImplem... method CodeBox3iArrayArrayArray (line 2910) | public void CodeBox3iArrayArrayArray(ref Box3i[][][] v) { throw new No... method CodeBox3lArrayArray (line 2911) | public void CodeBox3lArrayArray(ref Box3l[][] v) { throw new NotImplem... method CodeBox3lArrayArrayArray (line 2912) | public void CodeBox3lArrayArrayArray(ref Box3l[][][] v) { throw new No... method CodeBox3fArrayArray (line 2913) | public void CodeBox3fArrayArray(ref Box3f[][] v) { throw new NotImplem... method CodeBox3fArrayArrayArray (line 2914) | public void CodeBox3fArrayArrayArray(ref Box3f[][][] v) { throw new No... method CodeBox3dArrayArray (line 2915) | public void CodeBox3dArrayArray(ref Box3d[][] v) { throw new NotImplem... method CodeBox3dArrayArrayArray (line 2916) | public void CodeBox3dArrayArrayArray(ref Box3d[][][] v) { throw new No... method CodeEuclidean3fArrayArray (line 2917) | public void CodeEuclidean3fArrayArray(ref Euclidean3f[][] v) { throw n... method CodeEuclidean3fArrayArrayArray (line 2918) | public void CodeEuclidean3fArrayArrayArray(ref Euclidean3f[][][] v) { ... method CodeEuclidean3dArrayArray (line 2919) | public void CodeEuclidean3dArrayArray(ref Euclidean3d[][] v) { throw n... method CodeEuclidean3dArrayArrayArray (line 2920) | public void CodeEuclidean3dArrayArrayArray(ref Euclidean3d[][][] v) { ... method CodeRot2fArrayArray (line 2921) | public void CodeRot2fArrayArray(ref Rot2f[][] v) { throw new NotImplem... method CodeRot2fArrayArrayArray (line 2922) | public void CodeRot2fArrayArrayArray(ref Rot2f[][][] v) { throw new No... method CodeRot2dArrayArray (line 2923) | public void CodeRot2dArrayArray(ref Rot2d[][] v) { throw new NotImplem... method CodeRot2dArrayArrayArray (line 2924) | public void CodeRot2dArrayArrayArray(ref Rot2d[][][] v) { throw new No... method CodeRot3fArrayArray (line 2925) | public void CodeRot3fArrayArray(ref Rot3f[][] v) { throw new NotImplem... method CodeRot3fArrayArrayArray (line 2926) | public void CodeRot3fArrayArrayArray(ref Rot3f[][][] v) { throw new No... method CodeRot3dArrayArray (line 2927) | public void CodeRot3dArrayArray(ref Rot3d[][] v) { throw new NotImplem... method CodeRot3dArrayArrayArray (line 2928) | public void CodeRot3dArrayArrayArray(ref Rot3d[][][] v) { throw new No... method CodeScale3fArrayArray (line 2929) | public void CodeScale3fArrayArray(ref Scale3f[][] v) { throw new NotIm... method CodeScale3fArrayArrayArray (line 2930) | public void CodeScale3fArrayArrayArray(ref Scale3f[][][] v) { throw ne... method CodeScale3dArrayArray (line 2931) | public void CodeScale3dArrayArray(ref Scale3d[][] v) { throw new NotIm... method CodeScale3dArrayArrayArray (line 2932) | public void CodeScale3dArrayArrayArray(ref Scale3d[][][] v) { throw ne... method CodeShift3fArrayArray (line 2933) | public void CodeShift3fArrayArray(ref Shift3f[][] v) { throw new NotIm... method CodeShift3fArrayArrayArray (line 2934) | public void CodeShift3fArrayArrayArray(ref Shift3f[][][] v) { throw ne... method CodeShift3dArrayArray (line 2935) | public void CodeShift3dArrayArray(ref Shift3d[][] v) { throw new NotIm... method CodeShift3dArrayArrayArray (line 2936) | public void CodeShift3dArrayArrayArray(ref Shift3d[][][] v) { throw ne... method CodeTrafo2fArrayArray (line 2937) | public void CodeTrafo2fArrayArray(ref Trafo2f[][] v) { throw new NotIm... method CodeTrafo2fArrayArrayArray (line 2938) | public void CodeTrafo2fArrayArrayArray(ref Trafo2f[][][] v) { throw ne... method CodeTrafo2dArrayArray (line 2939) | public void CodeTrafo2dArrayArray(ref Trafo2d[][] v) { throw new NotIm... method CodeTrafo2dArrayArrayArray (line 2940) | public void CodeTrafo2dArrayArrayArray(ref Trafo2d[][][] v) { throw ne... method CodeTrafo3fArrayArray (line 2941) | public void CodeTrafo3fArrayArray(ref Trafo3f[][] v) { throw new NotIm... method CodeTrafo3fArrayArrayArray (line 2942) | public void CodeTrafo3fArrayArrayArray(ref Trafo3f[][][] v) { throw ne... method CodeTrafo3dArrayArray (line 2943) | public void CodeTrafo3dArrayArray(ref Trafo3d[][] v) { throw new NotIm... method CodeTrafo3dArrayArrayArray (line 2944) | public void CodeTrafo3dArrayArrayArray(ref Trafo3d[][][] v) { throw ne... method CodeList_of_V2i_ (line 2950) | public void CodeList_of_V2i_(ref List v) { throw new NotImplement... method CodeList_of_V2ui_ (line 2951) | public void CodeList_of_V2ui_(ref List v) { throw new NotImpleme... method CodeList_of_V2l_ (line 2952) | public void CodeList_of_V2l_(ref List v) { throw new NotImplement... method CodeList_of_V2f_ (line 2953) | public void CodeList_of_V2f_(ref List v) { throw new NotImplement... method CodeList_of_V2d_ (line 2954) | public void CodeList_of_V2d_(ref List v) { throw new NotImplement... method CodeList_of_V3i_ (line 2955) | public void CodeList_of_V3i_(ref List v) { throw new NotImplement... method CodeList_of_V3ui_ (line 2956) | public void CodeList_of_V3ui_(ref List v) { throw new NotImpleme... method CodeList_of_V3l_ (line 2957) | public void CodeList_of_V3l_(ref List v) { throw new NotImplement... method CodeList_of_V3f_ (line 2958) | public void CodeList_of_V3f_(ref List v) { throw new NotImplement... method CodeList_of_V3d_ (line 2959) | public void CodeList_of_V3d_(ref List v) { throw new NotImplement... method CodeList_of_V4i_ (line 2960) | public void CodeList_of_V4i_(ref List v) { throw new NotImplement... method CodeList_of_V4ui_ (line 2961) | public void CodeList_of_V4ui_(ref List v) { throw new NotImpleme... method CodeList_of_V4l_ (line 2962) | public void CodeList_of_V4l_(ref List v) { throw new NotImplement... method CodeList_of_V4f_ (line 2963) | public void CodeList_of_V4f_(ref List v) { throw new NotImplement... method CodeList_of_V4d_ (line 2964) | public void CodeList_of_V4d_(ref List v) { throw new NotImplement... method CodeList_of_M22i_ (line 2965) | public void CodeList_of_M22i_(ref List v) { throw new NotImpleme... method CodeList_of_M22l_ (line 2966) | public void CodeList_of_M22l_(ref List v) { throw new NotImpleme... method CodeList_of_M22f_ (line 2967) | public void CodeList_of_M22f_(ref List v) { throw new NotImpleme... method CodeList_of_M22d_ (line 2968) | public void CodeList_of_M22d_(ref List v) { throw new NotImpleme... method CodeList_of_M23i_ (line 2969) | public void CodeList_of_M23i_(ref List v) { throw new NotImpleme... method CodeList_of_M23l_ (line 2970) | public void CodeList_of_M23l_(ref List v) { throw new NotImpleme... method CodeList_of_M23f_ (line 2971) | public void CodeList_of_M23f_(ref List v) { throw new NotImpleme... method CodeList_of_M23d_ (line 2972) | public void CodeList_of_M23d_(ref List v) { throw new NotImpleme... method CodeList_of_M33i_ (line 2973) | public void CodeList_of_M33i_(ref List v) { throw new NotImpleme... method CodeList_of_M33l_ (line 2974) | public void CodeList_of_M33l_(ref List v) { throw new NotImpleme... method CodeList_of_M33f_ (line 2975) | public void CodeList_of_M33f_(ref List v) { throw new NotImpleme... method CodeList_of_M33d_ (line 2976) | public void CodeList_of_M33d_(ref List v) { throw new NotImpleme... method CodeList_of_M34i_ (line 2977) | public void CodeList_of_M34i_(ref List v) { throw new NotImpleme... method CodeList_of_M34l_ (line 2978) | public void CodeList_of_M34l_(ref List v) { throw new NotImpleme... method CodeList_of_M34f_ (line 2979) | public void CodeList_of_M34f_(ref List v) { throw new NotImpleme... method CodeList_of_M34d_ (line 2980) | public void CodeList_of_M34d_(ref List v) { throw new NotImpleme... method CodeList_of_M44i_ (line 2981) | public void CodeList_of_M44i_(ref List v) { throw new NotImpleme... method CodeList_of_M44l_ (line 2982) | public void CodeList_of_M44l_(ref List v) { throw new NotImpleme... method CodeList_of_M44f_ (line 2983) | public void CodeList_of_M44f_(ref List v) { throw new NotImpleme... method CodeList_of_M44d_ (line 2984) | public void CodeList_of_M44d_(ref List v) { throw new NotImpleme... method CodeList_of_Range1b_ (line 2985) | public void CodeList_of_Range1b_(ref List v) { throw new NotI... method CodeList_of_Range1sb_ (line 2986) | public void CodeList_of_Range1sb_(ref List v) { throw new No... method CodeList_of_Range1s_ (line 2987) | public void CodeList_of_Range1s_(ref List v) { throw new NotI... method CodeList_of_Range1us_ (line 2988) | public void CodeList_of_Range1us_(ref List v) { throw new No... method CodeList_of_Range1i_ (line 2989) | public void CodeList_of_Range1i_(ref List v) { throw new NotI... method CodeList_of_Range1ui_ (line 2990) | public void CodeList_of_Range1ui_(ref List v) { throw new No... method CodeList_of_Range1l_ (line 2991) | public void CodeList_of_Range1l_(ref List v) { throw new NotI... method CodeList_of_Range1ul_ (line 2992) | public void CodeList_of_Range1ul_(ref List v) { throw new No... method CodeList_of_Range1f_ (line 2993) | public void CodeList_of_Range1f_(ref List v) { throw new NotI... method CodeList_of_Range1d_ (line 2994) | public void CodeList_of_Range1d_(ref List v) { throw new NotI... method CodeList_of_Box2i_ (line 2995) | public void CodeList_of_Box2i_(ref List v) { throw new NotImple... method CodeList_of_Box2l_ (line 2996) | public void CodeList_of_Box2l_(ref List v) { throw new NotImple... method CodeList_of_Box2f_ (line 2997) | public void CodeList_of_Box2f_(ref List v) { throw new NotImple... method CodeList_of_Box2d_ (line 2998) | public void CodeList_of_Box2d_(ref List v) { throw new NotImple... method CodeList_of_Box3i_ (line 2999) | public void CodeList_of_Box3i_(ref List v) { throw new NotImple... method CodeList_of_Box3l_ (line 3000) | public void CodeList_of_Box3l_(ref List v) { throw new NotImple... method CodeList_of_Box3f_ (line 3001) | public void CodeList_of_Box3f_(ref List v) { throw new NotImple... method CodeList_of_Box3d_ (line 3002) | public void CodeList_of_Box3d_(ref List v) { throw new NotImple... method CodeList_of_C3b_ (line 3003) | public void CodeList_of_C3b_(ref List v) { throw new NotImplement... method CodeList_of_C3us_ (line 3004) | public void CodeList_of_C3us_(ref List v) { throw new NotImpleme... method CodeList_of_C3ui_ (line 3005) | public void CodeList_of_C3ui_(ref List v) { throw new NotImpleme... method CodeList_of_C3f_ (line 3006) | public void CodeList_of_C3f_(ref List v) { throw new NotImplement... method CodeList_of_C3d_ (line 3007) | public void CodeList_of_C3d_(ref List v) { throw new NotImplement... method CodeList_of_C4b_ (line 3008) | public void CodeList_of_C4b_(ref List v) { throw new NotImplement... method CodeList_of_C4us_ (line 3009) | public void CodeList_of_C4us_(ref List v) { throw new NotImpleme... method CodeList_of_C4ui_ (line 3010) | public void CodeList_of_C4ui_(ref List v) { throw new NotImpleme... method CodeList_of_C4f_ (line 3011) | public void CodeList_of_C4f_(ref List v) { throw new NotImplement... method CodeList_of_C4d_ (line 3012) | public void CodeList_of_C4d_(ref List v) { throw new NotImplement... method CodeList_of_Euclidean3f_ (line 3013) | public void CodeList_of_Euclidean3f_(ref List v) { throw ... method CodeList_of_Euclidean3d_ (line 3014) | public void CodeList_of_Euclidean3d_(ref List v) { throw ... method CodeList_of_Rot2f_ (line 3015) | public void CodeList_of_Rot2f_(ref List v) { throw new NotImple... method CodeList_of_Rot2d_ (line 3016) | public void CodeList_of_Rot2d_(ref List v) { throw new NotImple... method CodeList_of_Rot3f_ (line 3017) | public void CodeList_of_Rot3f_(ref List v) { throw new NotImple... method CodeList_of_Rot3d_ (line 3018) | public void CodeList_of_Rot3d_(ref List v) { throw new NotImple... method CodeList_of_Scale3f_ (line 3019) | public void CodeList_of_Scale3f_(ref List v) { throw new NotI... method CodeList_of_Scale3d_ (line 3020) | public void CodeList_of_Scale3d_(ref List v) { throw new NotI... method CodeList_of_Shift3f_ (line 3021) | public void CodeList_of_Shift3f_(ref List v) { throw new NotI... method CodeList_of_Shift3d_ (line 3022) | public void CodeList_of_Shift3d_(ref List v) { throw new NotI... method CodeList_of_Trafo2f_ (line 3023) | public void CodeList_of_Trafo2f_(ref List v) { throw new NotI... method CodeList_of_Trafo2d_ (line 3024) | public void CodeList_of_Trafo2d_(ref List v) { throw new NotI... method CodeList_of_Trafo3f_ (line 3025) | public void CodeList_of_Trafo3f_(ref List v) { throw new NotI... method CodeList_of_Trafo3d_ (line 3026) | public void CodeList_of_Trafo3d_(ref List v) { throw new NotI... method CodeList_of_Circle2d_ (line 3027) | public void CodeList_of_Circle2d_(ref List v) { throw new No... method CodeList_of_Line2d_ (line 3028) | public void CodeList_of_Line2d_(ref List v) { throw new NotImp... method CodeList_of_Line3d_ (line 3029) | public void CodeList_of_Line3d_(ref List v) { throw new NotImp... method CodeList_of_Plane2d_ (line 3030) | public void CodeList_of_Plane2d_(ref List v) { throw new NotI... method CodeList_of_Plane3d_ (line 3031) | public void CodeList_of_Plane3d_(ref List v) { throw new NotI... method CodeList_of_PlaneWithPoint3d_ (line 3032) | public void CodeList_of_PlaneWithPoint3d_(ref List v... method CodeList_of_Quad2d_ (line 3033) | public void CodeList_of_Quad2d_(ref List v) { throw new NotImp... method CodeList_of_Quad3d_ (line 3034) | public void CodeList_of_Quad3d_(ref List v) { throw new NotImp... method CodeList_of_Ray2d_ (line 3035) | public void CodeList_of_Ray2d_(ref List v) { throw new NotImple... method CodeList_of_Ray3d_ (line 3036) | public void CodeList_of_Ray3d_(ref List v) { throw new NotImple... method CodeList_of_Sphere3d_ (line 3037) | public void CodeList_of_Sphere3d_(ref List v) { throw new No... method CodeList_of_Triangle2d_ (line 3038) | public void CodeList_of_Triangle2d_(ref List v) { throw ne... method CodeList_of_Triangle3d_ (line 3039) | public void CodeList_of_Triangle3d_(ref List v) { throw ne... method CodeList_of_Circle2f_ (line 3040) | public void CodeList_of_Circle2f_(ref List v) { throw new No... method CodeList_of_Line2f_ (line 3041) | public void CodeList_of_Line2f_(ref List v) { throw new NotImp... method CodeList_of_Line3f_ (line 3042) | public void CodeList_of_Line3f_(ref List v) { throw new NotImp... method CodeList_of_Plane2f_ (line 3043) | public void CodeList_of_Plane2f_(ref List v) { throw new NotI... method CodeList_of_Plane3f_ (line 3044) | public void CodeList_of_Plane3f_(ref List v) { throw new NotI... method CodeList_of_PlaneWithPoint3f_ (line 3045) | public void CodeList_of_PlaneWithPoint3f_(ref List v... method CodeList_of_Quad2f_ (line 3046) | public void CodeList_of_Quad2f_(ref List v) { throw new NotImp... method CodeList_of_Quad3f_ (line 3047) | public void CodeList_of_Quad3f_(ref List v) { throw new NotImp... method CodeList_of_Ray2f_ (line 3048) | public void CodeList_of_Ray2f_(ref List v) { throw new NotImple... method CodeList_of_Ray3f_ (line 3049) | public void CodeList_of_Ray3f_(ref List v) { throw new NotImple... method CodeList_of_Sphere3f_ (line 3050) | public void CodeList_of_Sphere3f_(ref List v) { throw new No... method CodeList_of_Triangle2f_ (line 3051) | public void CodeList_of_Triangle2f_(ref List v) { throw ne... method CodeList_of_Triangle3f_ (line 3052) | public void CodeList_of_Triangle3f_(ref List v) { throw ne... method CodeVector_of_Byte_Array (line 3058) | public void CodeVector_of_Byte_Array(ref Vector[] v) { throw new... method CodeVector_of_SByte_Array (line 3059) | public void CodeVector_of_SByte_Array(ref Vector[] v) { throw n... method CodeVector_of_Short_Array (line 3060) | public void CodeVector_of_Short_Array(ref Vector[] v) { throw n... method CodeVector_of_UShort_Array (line 3061) | public void CodeVector_of_UShort_Array(ref Vector[] v) { throw... method CodeVector_of_Int_Array (line 3062) | public void CodeVector_of_Int_Array(ref Vector[] v) { throw new N... method CodeVector_of_UInt_Array (line 3063) | public void CodeVector_of_UInt_Array(ref Vector[] v) { throw new... method CodeVector_of_Long_Array (line 3064) | public void CodeVector_of_Long_Array(ref Vector[] v) { throw new... method CodeVector_of_ULong_Array (line 3065) | public void CodeVector_of_ULong_Array(ref Vector[] v) { throw n... method CodeVector_of_Float_Array (line 3066) | public void CodeVector_of_Float_Array(ref Vector[] v) { throw n... method CodeVector_of_Double_Array (line 3067) | public void CodeVector_of_Double_Array(ref Vector[] v) { throw... method CodeVector_of_Fraction_Array (line 3068) | public void CodeVector_of_Fraction_Array(ref Vector[] v) { t... method CodeVector_of_V2i_Array (line 3069) | public void CodeVector_of_V2i_Array(ref Vector[] v) { throw new N... method CodeVector_of_V2l_Array (line 3070) | public void CodeVector_of_V2l_Array(ref Vector[] v) { throw new N... method CodeVector_of_V2f_Array (line 3071) | public void CodeVector_of_V2f_Array(ref Vector[] v) { throw new N... method CodeVector_of_V2d_Array (line 3072) | public void CodeVector_of_V2d_Array(ref Vector[] v) { throw new N... method CodeVector_of_V3i_Array (line 3073) | public void CodeVector_of_V3i_Array(ref Vector[] v) { throw new N... method CodeVector_of_V3l_Array (line 3074) | public void CodeVector_of_V3l_Array(ref Vector[] v) { throw new N... method CodeVector_of_V3f_Array (line 3075) | public void CodeVector_of_V3f_Array(ref Vector[] v) { throw new N... method CodeVector_of_V3d_Array (line 3076) | public void CodeVector_of_V3d_Array(ref Vector[] v) { throw new N... method CodeVector_of_V4i_Array (line 3077) | public void CodeVector_of_V4i_Array(ref Vector[] v) { throw new N... method CodeVector_of_V4l_Array (line 3078) | public void CodeVector_of_V4l_Array(ref Vector[] v) { throw new N... method CodeVector_of_V4f_Array (line 3079) | public void CodeVector_of_V4f_Array(ref Vector[] v) { throw new N... method CodeVector_of_V4d_Array (line 3080) | public void CodeVector_of_V4d_Array(ref Vector[] v) { throw new N... method CodeVector_of_M22i_Array (line 3081) | public void CodeVector_of_M22i_Array(ref Vector[] v) { throw new... method CodeVector_of_M22l_Array (line 3082) | public void CodeVector_of_M22l_Array(ref Vector[] v) { throw new... method CodeVector_of_M22f_Array (line 3083) | public void CodeVector_of_M22f_Array(ref Vector[] v) { throw new... method CodeVector_of_M22d_Array (line 3084) | public void CodeVector_of_M22d_Array(ref Vector[] v) { throw new... method CodeVector_of_M23i_Array (line 3085) | public void CodeVector_of_M23i_Array(ref Vector[] v) { throw new... method CodeVector_of_M23l_Array (line 3086) | public void CodeVector_of_M23l_Array(ref Vector[] v) { throw new... method CodeVector_of_M23f_Array (line 3087) | public void CodeVector_of_M23f_Array(ref Vector[] v) { throw new... method CodeVector_of_M23d_Array (line 3088) | public void CodeVector_of_M23d_Array(ref Vector[] v) { throw new... method CodeVector_of_M33i_Array (line 3089) | public void CodeVector_of_M33i_Array(ref Vector[] v) { throw new... method CodeVector_of_M33l_Array (line 3090) | public void CodeVector_of_M33l_Array(ref Vector[] v) { throw new... method CodeVector_of_M33f_Array (line 3091) | public void CodeVector_of_M33f_Array(ref Vector[] v) { throw new... method CodeVector_of_M33d_Array (line 3092) | public void CodeVector_of_M33d_Array(ref Vector[] v) { throw new... method CodeVector_of_M34i_Array (line 3093) | public void CodeVector_of_M34i_Array(ref Vector[] v) { throw new... method CodeVector_of_M34l_Array (line 3094) | public void CodeVector_of_M34l_Array(ref Vector[] v) { throw new... method CodeVector_of_M34f_Array (line 3095) | public void CodeVector_of_M34f_Array(ref Vector[] v) { throw new... method CodeVector_of_M34d_Array (line 3096) | public void CodeVector_of_M34d_Array(ref Vector[] v) { throw new... method CodeVector_of_M44i_Array (line 3097) | public void CodeVector_of_M44i_Array(ref Vector[] v) { throw new... method CodeVector_of_M44l_Array (line 3098) | public void CodeVector_of_M44l_Array(ref Vector[] v) { throw new... method CodeVector_of_M44f_Array (line 3099) | public void CodeVector_of_M44f_Array(ref Vector[] v) { throw new... method CodeVector_of_M44d_Array (line 3100) | public void CodeVector_of_M44d_Array(ref Vector[] v) { throw new... method CodeVector_of_C3b_Array (line 3101) | public void CodeVector_of_C3b_Array(ref Vector[] v) { throw new N... method CodeVector_of_C3us_Array (line 3102) | public void CodeVector_of_C3us_Array(ref Vector[] v) { throw new... method CodeVector_of_C3ui_Array (line 3103) | public void CodeVector_of_C3ui_Array(ref Vector[] v) { throw new... method CodeVector_of_C3f_Array (line 3104) | public void CodeVector_of_C3f_Array(ref Vector[] v) { throw new N... method CodeVector_of_C3d_Array (line 3105) | public void CodeVector_of_C3d_Array(ref Vector[] v) { throw new N... method CodeVector_of_C4b_Array (line 3106) | public void CodeVector_of_C4b_Array(ref Vector[] v) { throw new N... method CodeVector_of_C4us_Array (line 3107) | public void CodeVector_of_C4us_Array(ref Vector[] v) { throw new... method CodeVector_of_C4ui_Array (line 3108) | public void CodeVector_of_C4ui_Array(ref Vector[] v) { throw new... method CodeVector_of_C4f_Array (line 3109) | public void CodeVector_of_C4f_Array(ref Vector[] v) { throw new N... method CodeVector_of_C4d_Array (line 3110) | public void CodeVector_of_C4d_Array(ref Vector[] v) { throw new N... method CodeVector_of_Range1b_Array (line 3111) | public void CodeVector_of_Range1b_Array(ref Vector[] v) { thr... method CodeVector_of_Range1sb_Array (line 3112) | public void CodeVector_of_Range1sb_Array(ref Vector[] v) { t... method CodeVector_of_Range1s_Array (line 3113) | public void CodeVector_of_Range1s_Array(ref Vector[] v) { thr... method CodeVector_of_Range1us_Array (line 3114) | public void CodeVector_of_Range1us_Array(ref Vector[] v) { t... method CodeVector_of_Range1i_Array (line 3115) | public void CodeVector_of_Range1i_Array(ref Vector[] v) { thr... method CodeVector_of_Range1ui_Array (line 3116) | public void CodeVector_of_Range1ui_Array(ref Vector[] v) { t... method CodeVector_of_Range1l_Array (line 3117) | public void CodeVector_of_Range1l_Array(ref Vector[] v) { thr... method CodeVector_of_Range1ul_Array (line 3118) | public void CodeVector_of_Range1ul_Array(ref Vector[] v) { t... method CodeVector_of_Range1f_Array (line 3119) | public void CodeVector_of_Range1f_Array(ref Vector[] v) { thr... method CodeVector_of_Range1d_Array (line 3120) | public void CodeVector_of_Range1d_Array(ref Vector[] v) { thr... method CodeVector_of_Box2i_Array (line 3121) | public void CodeVector_of_Box2i_Array(ref Vector[] v) { throw n... method CodeVector_of_Box2l_Array (line 3122) | public void CodeVector_of_Box2l_Array(ref Vector[] v) { throw n... method CodeVector_of_Box2f_Array (line 3123) | public void CodeVector_of_Box2f_Array(ref Vector[] v) { throw n... method CodeVector_of_Box2d_Array (line 3124) | public void CodeVector_of_Box2d_Array(ref Vector[] v) { throw n... method CodeVector_of_Box3i_Array (line 3125) | public void CodeVector_of_Box3i_Array(ref Vector[] v) { throw n... method CodeVector_of_Box3l_Array (line 3126) | public void CodeVector_of_Box3l_Array(ref Vector[] v) { throw n... method CodeVector_of_Box3f_Array (line 3127) | public void CodeVector_of_Box3f_Array(ref Vector[] v) { throw n... method CodeVector_of_Box3d_Array (line 3128) | public void CodeVector_of_Box3d_Array(ref Vector[] v) { throw n... method CodeVector_of_Euclidean3f_Array (line 3129) | public void CodeVector_of_Euclidean3f_Array(ref Vector[] ... method CodeVector_of_Euclidean3d_Array (line 3130) | public void CodeVector_of_Euclidean3d_Array(ref Vector[] ... method CodeVector_of_Rot2f_Array (line 3131) | public void CodeVector_of_Rot2f_Array(ref Vector[] v) { throw n... method CodeVector_of_Rot2d_Array (line 3132) | public void CodeVector_of_Rot2d_Array(ref Vector[] v) { throw n... method CodeVector_of_Rot3f_Array (line 3133) | public void CodeVector_of_Rot3f_Array(ref Vector[] v) { throw n... method CodeVector_of_Rot3d_Array (line 3134) | public void CodeVector_of_Rot3d_Array(ref Vector[] v) { throw n... method CodeVector_of_Scale3f_Array (line 3135) | public void CodeVector_of_Scale3f_Array(ref Vector[] v) { thr... method CodeVector_of_Scale3d_Array (line 3136) | public void CodeVector_of_Scale3d_Array(ref Vector[] v) { thr... method CodeVector_of_Shift3f_Array (line 3137) | public void CodeVector_of_Shift3f_Array(ref Vector[] v) { thr... method CodeVector_of_Shift3d_Array (line 3138) | public void CodeVector_of_Shift3d_Array(ref Vector[] v) { thr... method CodeVector_of_Trafo2f_Array (line 3139) | public void CodeVector_of_Trafo2f_Array(ref Vector[] v) { thr... method CodeVector_of_Trafo2d_Array (line 3140) | public void CodeVector_of_Trafo2d_Array(ref Vector[] v) { thr... method CodeVector_of_Trafo3f_Array (line 3141) | public void CodeVector_of_Trafo3f_Array(ref Vector[] v) { thr... method CodeVector_of_Trafo3d_Array (line 3142) | public void CodeVector_of_Trafo3d_Array(ref Vector[] v) { thr... method CodeVector_of_Bool_Array (line 3143) | public void CodeVector_of_Bool_Array(ref Vector[] v) { throw new... method CodeVector_of_Char_Array (line 3144) | public void CodeVector_of_Char_Array(ref Vector[] v) { throw new... method CodeVector_of_String_Array (line 3145) | public void CodeVector_of_String_Array(ref Vector[] v) { throw... method CodeVector_of_Type_Array (line 3146) | public void CodeVector_of_Type_Array(ref Vector[] v) { throw new... method CodeVector_of_Guid_Array (line 3147) | public void CodeVector_of_Guid_Array(ref Vector[] v) { throw new... method CodeVector_of_Symbol_Array (line 3148) | public void CodeVector_of_Symbol_Array(ref Vector[] v) { throw... method CodeVector_of_Circle2d_Array (line 3149) | public void CodeVector_of_Circle2d_Array(ref Vector[] v) { t... method CodeVector_of_Line2d_Array (line 3150) | public void CodeVector_of_Line2d_Array(ref Vector[] v) { throw... method CodeVector_of_Line3d_Array (line 3151) | public void CodeVector_of_Line3d_Array(ref Vector[] v) { throw... method CodeVector_of_Plane2d_Array (line 3152) | public void CodeVector_of_Plane2d_Array(ref Vector[] v) { thr... method CodeVector_of_Plane3d_Array (line 3153) | public void CodeVector_of_Plane3d_Array(ref Vector[] v) { thr... method CodeVector_of_PlaneWithPoint3d_Array (line 3154) | public void CodeVector_of_PlaneWithPoint3d_Array(ref Vector[] v) { throw... method CodeVector_of_Quad3d_Array (line 3156) | public void CodeVector_of_Quad3d_Array(ref Vector[] v) { throw... method CodeVector_of_Ray2d_Array (line 3157) | public void CodeVector_of_Ray2d_Array(ref Vector[] v) { throw n... method CodeVector_of_Ray3d_Array (line 3158) | public void CodeVector_of_Ray3d_Array(ref Vector[] v) { throw n... method CodeVector_of_Sphere3d_Array (line 3159) | public void CodeVector_of_Sphere3d_Array(ref Vector[] v) { t... method CodeVector_of_Triangle2d_Array (line 3160) | public void CodeVector_of_Triangle2d_Array(ref Vector[] v)... method CodeVector_of_Triangle3d_Array (line 3161) | public void CodeVector_of_Triangle3d_Array(ref Vector[] v)... method CodeVector_of_Circle2f_Array (line 3162) | public void CodeVector_of_Circle2f_Array(ref Vector[] v) { t... method CodeVector_of_Line2f_Array (line 3163) | public void CodeVector_of_Line2f_Array(ref Vector[] v) { throw... method CodeVector_of_Line3f_Array (line 3164) | public void CodeVector_of_Line3f_Array(ref Vector[] v) { throw... method CodeVector_of_Plane2f_Array (line 3165) | public void CodeVector_of_Plane2f_Array(ref Vector[] v) { thr... method CodeVector_of_Plane3f_Array (line 3166) | public void CodeVector_of_Plane3f_Array(ref Vector[] v) { thr... method CodeVector_of_PlaneWithPoint3f_Array (line 3167) | public void CodeVector_of_PlaneWithPoint3f_Array(ref Vector[] v) { throw... method CodeVector_of_Quad3f_Array (line 3169) | public void CodeVector_of_Quad3f_Array(ref Vector[] v) { throw... method CodeVector_of_Ray2f_Array (line 3170) | public void CodeVector_of_Ray2f_Array(ref Vector[] v) { throw n... method CodeVector_of_Ray3f_Array (line 3171) | public void CodeVector_of_Ray3f_Array(ref Vector[] v) { throw n... method CodeVector_of_Sphere3f_Array (line 3172) | public void CodeVector_of_Sphere3f_Array(ref Vector[] v) { t... method CodeVector_of_Triangle2f_Array (line 3173) | public void CodeVector_of_Triangle2f_Array(ref Vector[] v)... method CodeVector_of_Triangle3f_Array (line 3174) | public void CodeVector_of_Triangle3f_Array(ref Vector[] v)... method CodeMatrix_of_Byte_Array (line 3175) | public void CodeMatrix_of_Byte_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_SByte_Array (line 3176) | public void CodeMatrix_of_SByte_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Short_Array (line 3177) | public void CodeMatrix_of_Short_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_UShort_Array (line 3178) | public void CodeMatrix_of_UShort_Array(ref Matrix[] v) { throw... method CodeMatrix_of_Int_Array (line 3179) | public void CodeMatrix_of_Int_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_UInt_Array (line 3180) | public void CodeMatrix_of_UInt_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_Long_Array (line 3181) | public void CodeMatrix_of_Long_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_ULong_Array (line 3182) | public void CodeMatrix_of_ULong_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Float_Array (line 3183) | public void CodeMatrix_of_Float_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Double_Array (line 3184) | public void CodeMatrix_of_Double_Array(ref Matrix[] v) { throw... method CodeMatrix_of_Fraction_Array (line 3185) | public void CodeMatrix_of_Fraction_Array(ref Matrix[] v) { t... method CodeMatrix_of_V2i_Array (line 3186) | public void CodeMatrix_of_V2i_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_V2l_Array (line 3187) | public void CodeMatrix_of_V2l_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_V2f_Array (line 3188) | public void CodeMatrix_of_V2f_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_V2d_Array (line 3189) | public void CodeMatrix_of_V2d_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_V3i_Array (line 3190) | public void CodeMatrix_of_V3i_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_V3l_Array (line 3191) | public void CodeMatrix_of_V3l_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_V3f_Array (line 3192) | public void CodeMatrix_of_V3f_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_V3d_Array (line 3193) | public void CodeMatrix_of_V3d_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_V4i_Array (line 3194) | public void CodeMatrix_of_V4i_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_V4l_Array (line 3195) | public void CodeMatrix_of_V4l_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_V4f_Array (line 3196) | public void CodeMatrix_of_V4f_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_V4d_Array (line 3197) | public void CodeMatrix_of_V4d_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_M22i_Array (line 3198) | public void CodeMatrix_of_M22i_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M22l_Array (line 3199) | public void CodeMatrix_of_M22l_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M22f_Array (line 3200) | public void CodeMatrix_of_M22f_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M22d_Array (line 3201) | public void CodeMatrix_of_M22d_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M23i_Array (line 3202) | public void CodeMatrix_of_M23i_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M23l_Array (line 3203) | public void CodeMatrix_of_M23l_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M23f_Array (line 3204) | public void CodeMatrix_of_M23f_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M23d_Array (line 3205) | public void CodeMatrix_of_M23d_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M33i_Array (line 3206) | public void CodeMatrix_of_M33i_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M33l_Array (line 3207) | public void CodeMatrix_of_M33l_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M33f_Array (line 3208) | public void CodeMatrix_of_M33f_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M33d_Array (line 3209) | public void CodeMatrix_of_M33d_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M34i_Array (line 3210) | public void CodeMatrix_of_M34i_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M34l_Array (line 3211) | public void CodeMatrix_of_M34l_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M34f_Array (line 3212) | public void CodeMatrix_of_M34f_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M34d_Array (line 3213) | public void CodeMatrix_of_M34d_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M44i_Array (line 3214) | public void CodeMatrix_of_M44i_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M44l_Array (line 3215) | public void CodeMatrix_of_M44l_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M44f_Array (line 3216) | public void CodeMatrix_of_M44f_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_M44d_Array (line 3217) | public void CodeMatrix_of_M44d_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_C3b_Array (line 3218) | public void CodeMatrix_of_C3b_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_C3us_Array (line 3219) | public void CodeMatrix_of_C3us_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_C3ui_Array (line 3220) | public void CodeMatrix_of_C3ui_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_C3f_Array (line 3221) | public void CodeMatrix_of_C3f_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_C3d_Array (line 3222) | public void CodeMatrix_of_C3d_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_C4b_Array (line 3223) | public void CodeMatrix_of_C4b_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_C4us_Array (line 3224) | public void CodeMatrix_of_C4us_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_C4ui_Array (line 3225) | public void CodeMatrix_of_C4ui_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_C4f_Array (line 3226) | public void CodeMatrix_of_C4f_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_C4d_Array (line 3227) | public void CodeMatrix_of_C4d_Array(ref Matrix[] v) { throw new N... method CodeMatrix_of_Range1b_Array (line 3228) | public void CodeMatrix_of_Range1b_Array(ref Matrix[] v) { thr... method CodeMatrix_of_Range1sb_Array (line 3229) | public void CodeMatrix_of_Range1sb_Array(ref Matrix[] v) { t... method CodeMatrix_of_Range1s_Array (line 3230) | public void CodeMatrix_of_Range1s_Array(ref Matrix[] v) { thr... method CodeMatrix_of_Range1us_Array (line 3231) | public void CodeMatrix_of_Range1us_Array(ref Matrix[] v) { t... method CodeMatrix_of_Range1i_Array (line 3232) | public void CodeMatrix_of_Range1i_Array(ref Matrix[] v) { thr... method CodeMatrix_of_Range1ui_Array (line 3233) | public void CodeMatrix_of_Range1ui_Array(ref Matrix[] v) { t... method CodeMatrix_of_Range1l_Array (line 3234) | public void CodeMatrix_of_Range1l_Array(ref Matrix[] v) { thr... method CodeMatrix_of_Range1ul_Array (line 3235) | public void CodeMatrix_of_Range1ul_Array(ref Matrix[] v) { t... method CodeMatrix_of_Range1f_Array (line 3236) | public void CodeMatrix_of_Range1f_Array(ref Matrix[] v) { thr... method CodeMatrix_of_Range1d_Array (line 3237) | public void CodeMatrix_of_Range1d_Array(ref Matrix[] v) { thr... method CodeMatrix_of_Box2i_Array (line 3238) | public void CodeMatrix_of_Box2i_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Box2l_Array (line 3239) | public void CodeMatrix_of_Box2l_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Box2f_Array (line 3240) | public void CodeMatrix_of_Box2f_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Box2d_Array (line 3241) | public void CodeMatrix_of_Box2d_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Box3i_Array (line 3242) | public void CodeMatrix_of_Box3i_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Box3l_Array (line 3243) | public void CodeMatrix_of_Box3l_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Box3f_Array (line 3244) | public void CodeMatrix_of_Box3f_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Box3d_Array (line 3245) | public void CodeMatrix_of_Box3d_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Euclidean3f_Array (line 3246) | public void CodeMatrix_of_Euclidean3f_Array(ref Matrix[] ... method CodeMatrix_of_Euclidean3d_Array (line 3247) | public void CodeMatrix_of_Euclidean3d_Array(ref Matrix[] ... method CodeMatrix_of_Rot2f_Array (line 3248) | public void CodeMatrix_of_Rot2f_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Rot2d_Array (line 3249) | public void CodeMatrix_of_Rot2d_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Rot3f_Array (line 3250) | public void CodeMatrix_of_Rot3f_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Rot3d_Array (line 3251) | public void CodeMatrix_of_Rot3d_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Scale3f_Array (line 3252) | public void CodeMatrix_of_Scale3f_Array(ref Matrix[] v) { thr... method CodeMatrix_of_Scale3d_Array (line 3253) | public void CodeMatrix_of_Scale3d_Array(ref Matrix[] v) { thr... method CodeMatrix_of_Shift3f_Array (line 3254) | public void CodeMatrix_of_Shift3f_Array(ref Matrix[] v) { thr... method CodeMatrix_of_Shift3d_Array (line 3255) | public void CodeMatrix_of_Shift3d_Array(ref Matrix[] v) { thr... method CodeMatrix_of_Trafo2f_Array (line 3256) | public void CodeMatrix_of_Trafo2f_Array(ref Matrix[] v) { thr... method CodeMatrix_of_Trafo2d_Array (line 3257) | public void CodeMatrix_of_Trafo2d_Array(ref Matrix[] v) { thr... method CodeMatrix_of_Trafo3f_Array (line 3258) | public void CodeMatrix_of_Trafo3f_Array(ref Matrix[] v) { thr... method CodeMatrix_of_Trafo3d_Array (line 3259) | public void CodeMatrix_of_Trafo3d_Array(ref Matrix[] v) { thr... method CodeMatrix_of_Bool_Array (line 3260) | public void CodeMatrix_of_Bool_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_Char_Array (line 3261) | public void CodeMatrix_of_Char_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_String_Array (line 3262) | public void CodeMatrix_of_String_Array(ref Matrix[] v) { throw... method CodeMatrix_of_Type_Array (line 3263) | public void CodeMatrix_of_Type_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_Guid_Array (line 3264) | public void CodeMatrix_of_Guid_Array(ref Matrix[] v) { throw new... method CodeMatrix_of_Symbol_Array (line 3265) | public void CodeMatrix_of_Symbol_Array(ref Matrix[] v) { throw... method CodeMatrix_of_Circle2d_Array (line 3266) | public void CodeMatrix_of_Circle2d_Array(ref Matrix[] v) { t... method CodeMatrix_of_Line2d_Array (line 3267) | public void CodeMatrix_of_Line2d_Array(ref Matrix[] v) { throw... method CodeMatrix_of_Line3d_Array (line 3268) | public void CodeMatrix_of_Line3d_Array(ref Matrix[] v) { throw... method CodeMatrix_of_Plane2d_Array (line 3269) | public void CodeMatrix_of_Plane2d_Array(ref Matrix[] v) { thr... method CodeMatrix_of_Plane3d_Array (line 3270) | public void CodeMatrix_of_Plane3d_Array(ref Matrix[] v) { thr... method CodeMatrix_of_PlaneWithPoint3d_Array (line 3271) | public void CodeMatrix_of_PlaneWithPoint3d_Array(ref Matrix[] v) { throw... method CodeMatrix_of_Quad3d_Array (line 3273) | public void CodeMatrix_of_Quad3d_Array(ref Matrix[] v) { throw... method CodeMatrix_of_Ray2d_Array (line 3274) | public void CodeMatrix_of_Ray2d_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Ray3d_Array (line 3275) | public void CodeMatrix_of_Ray3d_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Sphere3d_Array (line 3276) | public void CodeMatrix_of_Sphere3d_Array(ref Matrix[] v) { t... method CodeMatrix_of_Triangle2d_Array (line 3277) | public void CodeMatrix_of_Triangle2d_Array(ref Matrix[] v)... method CodeMatrix_of_Triangle3d_Array (line 3278) | public void CodeMatrix_of_Triangle3d_Array(ref Matrix[] v)... method CodeMatrix_of_Circle2f_Array (line 3279) | public void CodeMatrix_of_Circle2f_Array(ref Matrix[] v) { t... method CodeMatrix_of_Line2f_Array (line 3280) | public void CodeMatrix_of_Line2f_Array(ref Matrix[] v) { throw... method CodeMatrix_of_Line3f_Array (line 3281) | public void CodeMatrix_of_Line3f_Array(ref Matrix[] v) { throw... method CodeMatrix_of_Plane2f_Array (line 3282) | public void CodeMatrix_of_Plane2f_Array(ref Matrix[] v) { thr... method CodeMatrix_of_Plane3f_Array (line 3283) | public void CodeMatrix_of_Plane3f_Array(ref Matrix[] v) { thr... method CodeMatrix_of_PlaneWithPoint3f_Array (line 3284) | public void CodeMatrix_of_PlaneWithPoint3f_Array(ref Matrix[] v) { throw... method CodeMatrix_of_Quad3f_Array (line 3286) | public void CodeMatrix_of_Quad3f_Array(ref Matrix[] v) { throw... method CodeMatrix_of_Ray2f_Array (line 3287) | public void CodeMatrix_of_Ray2f_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Ray3f_Array (line 3288) | public void CodeMatrix_of_Ray3f_Array(ref Matrix[] v) { throw n... method CodeMatrix_of_Sphere3f_Array (line 3289) | public void CodeMatrix_of_Sphere3f_Array(ref Matrix[] v) { t... method CodeMatrix_of_Triangle2f_Array (line 3290) | public void CodeMatrix_of_Triangle2f_Array(ref Matrix[] v)... method CodeMatrix_of_Triangle3f_Array (line 3291) | public void CodeMatrix_of_Triangle3f_Array(ref Matrix[] v)... method CodeVolume_of_Byte_Array (line 3292) | public void CodeVolume_of_Byte_Array(ref Volume[] v) { throw new... method CodeVolume_of_SByte_Array (line 3293) | public void CodeVolume_of_SByte_Array(ref Volume[] v) { throw n... method CodeVolume_of_Short_Array (line 3294) | public void CodeVolume_of_Short_Array(ref Volume[] v) { throw n... method CodeVolume_of_UShort_Array (line 3295) | public void CodeVolume_of_UShort_Array(ref Volume[] v) { throw... method CodeVolume_of_Int_Array (line 3296) | public void CodeVolume_of_Int_Array(ref Volume[] v) { throw new N... method CodeVolume_of_UInt_Array (line 3297) | public void CodeVolume_of_UInt_Array(ref Volume[] v) { throw new... method CodeVolume_of_Long_Array (line 3298) | public void CodeVolume_of_Long_Array(ref Volume[] v) { throw new... method CodeVolume_of_ULong_Array (line 3299) | public void CodeVolume_of_ULong_Array(ref Volume[] v) { throw n... method CodeVolume_of_Float_Array (line 3300) | public void CodeVolume_of_Float_Array(ref Volume[] v) { throw n... method CodeVolume_of_Double_Array (line 3301) | public void CodeVolume_of_Double_Array(ref Volume[] v) { throw... method CodeVolume_of_Fraction_Array (line 3302) | public void CodeVolume_of_Fraction_Array(ref Volume[] v) { t... method CodeVolume_of_V2i_Array (line 3303) | public void CodeVolume_of_V2i_Array(ref Volume[] v) { throw new N... method CodeVolume_of_V2l_Array (line 3304) | public void CodeVolume_of_V2l_Array(ref Volume[] v) { throw new N... method CodeVolume_of_V2f_Array (line 3305) | public void CodeVolume_of_V2f_Array(ref Volume[] v) { throw new N... method CodeVolume_of_V2d_Array (line 3306) | public void CodeVolume_of_V2d_Array(ref Volume[] v) { throw new N... method CodeVolume_of_V3i_Array (line 3307) | public void CodeVolume_of_V3i_Array(ref Volume[] v) { throw new N... method CodeVolume_of_V3l_Array (line 3308) | public void CodeVolume_of_V3l_Array(ref Volume[] v) { throw new N... method CodeVolume_of_V3f_Array (line 3309) | public void CodeVolume_of_V3f_Array(ref Volume[] v) { throw new N... method CodeVolume_of_V3d_Array (line 3310) | public void CodeVolume_of_V3d_Array(ref Volume[] v) { throw new N... method CodeVolume_of_V4i_Array (line 3311) | public void CodeVolume_of_V4i_Array(ref Volume[] v) { throw new N... method CodeVolume_of_V4l_Array (line 3312) | public void CodeVolume_of_V4l_Array(ref Volume[] v) { throw new N... method CodeVolume_of_V4f_Array (line 3313) | public void CodeVolume_of_V4f_Array(ref Volume[] v) { throw new N... method CodeVolume_of_V4d_Array (line 3314) | public void CodeVolume_of_V4d_Array(ref Volume[] v) { throw new N... method CodeVolume_of_M22i_Array (line 3315) | public void CodeVolume_of_M22i_Array(ref Volume[] v) { throw new... method CodeVolume_of_M22l_Array (line 3316) | public void CodeVolume_of_M22l_Array(ref Volume[] v) { throw new... method CodeVolume_of_M22f_Array (line 3317) | public void CodeVolume_of_M22f_Array(ref Volume[] v) { throw new... method CodeVolume_of_M22d_Array (line 3318) | public void CodeVolume_of_M22d_Array(ref Volume[] v) { throw new... method CodeVolume_of_M23i_Array (line 3319) | public void CodeVolume_of_M23i_Array(ref Volume[] v) { throw new... method CodeVolume_of_M23l_Array (line 3320) | public void CodeVolume_of_M23l_Array(ref Volume[] v) { throw new... method CodeVolume_of_M23f_Array (line 3321) | public void CodeVolume_of_M23f_Array(ref Volume[] v) { throw new... method CodeVolume_of_M23d_Array (line 3322) | public void CodeVolume_of_M23d_Array(ref Volume[] v) { throw new... method CodeVolume_of_M33i_Array (line 3323) | public void CodeVolume_of_M33i_Array(ref Volume[] v) { throw new... method CodeVolume_of_M33l_Array (line 3324) | public void CodeVolume_of_M33l_Array(ref Volume[] v) { throw new... method CodeVolume_of_M33f_Array (line 3325) | public void CodeVolume_of_M33f_Array(ref Volume[] v) { throw new... method CodeVolume_of_M33d_Array (line 3326) | public void CodeVolume_of_M33d_Array(ref Volume[] v) { throw new... method CodeVolume_of_M34i_Array (line 3327) | public void CodeVolume_of_M34i_Array(ref Volume[] v) { throw new... method CodeVolume_of_M34l_Array (line 3328) | public void CodeVolume_of_M34l_Array(ref Volume[] v) { throw new... method CodeVolume_of_M34f_Array (line 3329) | public void CodeVolume_of_M34f_Array(ref Volume[] v) { throw new... method CodeVolume_of_M34d_Array (line 3330) | public void CodeVolume_of_M34d_Array(ref Volume[] v) { throw new... method CodeVolume_of_M44i_Array (line 3331) | public void CodeVolume_of_M44i_Array(ref Volume[] v) { throw new... method CodeVolume_of_M44l_Array (line 3332) | public void CodeVolume_of_M44l_Array(ref Volume[] v) { throw new... method CodeVolume_of_M44f_Array (line 3333) | public void CodeVolume_of_M44f_Array(ref Volume[] v) { throw new... method CodeVolume_of_M44d_Array (line 3334) | public void CodeVolume_of_M44d_Array(ref Volume[] v) { throw new... method CodeVolume_of_C3b_Array (line 3335) | public void CodeVolume_of_C3b_Array(ref Volume[] v) { throw new N... method CodeVolume_of_C3us_Array (line 3336) | public void CodeVolume_of_C3us_Array(ref Volume[] v) { throw new... method CodeVolume_of_C3ui_Array (line 3337) | public void CodeVolume_of_C3ui_Array(ref Volume[] v) { throw new... method CodeVolume_of_C3f_Array (line 3338) | public void CodeVolume_of_C3f_Array(ref Volume[] v) { throw new N... method CodeVolume_of_C3d_Array (line 3339) | public void CodeVolume_of_C3d_Array(ref Volume[] v) { throw new N... method CodeVolume_of_C4b_Array (line 3340) | public void CodeVolume_of_C4b_Array(ref Volume[] v) { throw new N... method CodeVolume_of_C4us_Array (line 3341) | public void CodeVolume_of_C4us_Array(ref Volume[] v) { throw new... method CodeVolume_of_C4ui_Array (line 3342) | public void CodeVolume_of_C4ui_Array(ref Volume[] v) { throw new... method CodeVolume_of_C4f_Array (line 3343) | public void CodeVolume_of_C4f_Array(ref Volume[] v) { throw new N... method CodeVolume_of_C4d_Array (line 3344) | public void CodeVolume_of_C4d_Array(ref Volume[] v) { throw new N... method CodeVolume_of_Range1b_Array (line 3345) | public void CodeVolume_of_Range1b_Array(ref Volume[] v) { thr... method CodeVolume_of_Range1sb_Array (line 3346) | public void CodeVolume_of_Range1sb_Array(ref Volume[] v) { t... method CodeVolume_of_Range1s_Array (line 3347) | public void CodeVolume_of_Range1s_Array(ref Volume[] v) { thr... method CodeVolume_of_Range1us_Array (line 3348) | public void CodeVolume_of_Range1us_Array(ref Volume[] v) { t... method CodeVolume_of_Range1i_Array (line 3349) | public void CodeVolume_of_Range1i_Array(ref Volume[] v) { thr... method CodeVolume_of_Range1ui_Array (line 3350) | public void CodeVolume_of_Range1ui_Array(ref Volume[] v) { t... method CodeVolume_of_Range1l_Array (line 3351) | public void CodeVolume_of_Range1l_Array(ref Volume[] v) { thr... method CodeVolume_of_Range1ul_Array (line 3352) | public void CodeVolume_of_Range1ul_Array(ref Volume[] v) { t... method CodeVolume_of_Range1f_Array (line 3353) | public void CodeVolume_of_Range1f_Array(ref Volume[] v) { thr... method CodeVolume_of_Range1d_Array (line 3354) | public void CodeVolume_of_Range1d_Array(ref Volume[] v) { thr... method CodeVolume_of_Box2i_Array (line 3355) | public void CodeVolume_of_Box2i_Array(ref Volume[] v) { throw n... method CodeVolume_of_Box2l_Array (line 3356) | public void CodeVolume_of_Box2l_Array(ref Volume[] v) { throw n... method CodeVolume_of_Box2f_Array (line 3357) | public void CodeVolume_of_Box2f_Array(ref Volume[] v) { throw n... method CodeVolume_of_Box2d_Array (line 3358) | public void CodeVolume_of_Box2d_Array(ref Volume[] v) { throw n... method CodeVolume_of_Box3i_Array (line 3359) | public void CodeVolume_of_Box3i_Array(ref Volume[] v) { throw n... method CodeVolume_of_Box3l_Array (line 3360) | public void CodeVolume_of_Box3l_Array(ref Volume[] v) { throw n... method CodeVolume_of_Box3f_Array (line 3361) | public void CodeVolume_of_Box3f_Array(ref Volume[] v) { throw n... method CodeVolume_of_Box3d_Array (line 3362) | public void CodeVolume_of_Box3d_Array(ref Volume[] v) { throw n... method CodeVolume_of_Euclidean3f_Array (line 3363) | public void CodeVolume_of_Euclidean3f_Array(ref Volume[] ... method CodeVolume_of_Euclidean3d_Array (line 3364) | public void CodeVolume_of_Euclidean3d_Array(ref Volume[] ... method CodeVolume_of_Rot2f_Array (line 3365) | public void CodeVolume_of_Rot2f_Array(ref Volume[] v) { throw n... method CodeVolume_of_Rot2d_Array (line 3366) | public void CodeVolume_of_Rot2d_Array(ref Volume[] v) { throw n... method CodeVolume_of_Rot3f_Array (line 3367) | public void CodeVolume_of_Rot3f_Array(ref Volume[] v) { throw n... method CodeVolume_of_Rot3d_Array (line 3368) | public void CodeVolume_of_Rot3d_Array(ref Volume[] v) { throw n... method CodeVolume_of_Scale3f_Array (line 3369) | public void CodeVolume_of_Scale3f_Array(ref Volume[] v) { thr... method CodeVolume_of_Scale3d_Array (line 3370) | public void CodeVolume_of_Scale3d_Array(ref Volume[] v) { thr... method CodeVolume_of_Shift3f_Array (line 3371) | public void CodeVolume_of_Shift3f_Array(ref Volume[] v) { thr... method CodeVolume_of_Shift3d_Array (line 3372) | public void CodeVolume_of_Shift3d_Array(ref Volume[] v) { thr... method CodeVolume_of_Trafo2f_Array (line 3373) | public void CodeVolume_of_Trafo2f_Array(ref Volume[] v) { thr... method CodeVolume_of_Trafo2d_Array (line 3374) | public void CodeVolume_of_Trafo2d_Array(ref Volume[] v) { thr... method CodeVolume_of_Trafo3f_Array (line 3375) | public void CodeVolume_of_Trafo3f_Array(ref Volume[] v) { thr... method CodeVolume_of_Trafo3d_Array (line 3376) | public void CodeVolume_of_Trafo3d_Array(ref Volume[] v) { thr... method CodeVolume_of_Bool_Array (line 3377) | public void CodeVolume_of_Bool_Array(ref Volume[] v) { throw new... method CodeVolume_of_Char_Array (line 3378) | public void CodeVolume_of_Char_Array(ref Volume[] v) { throw new... method CodeVolume_of_String_Array (line 3379) | public void CodeVolume_of_String_Array(ref Volume[] v) { throw... method CodeVolume_of_Type_Array (line 3380) | public void CodeVolume_of_Type_Array(ref Volume[] v) { throw new... method CodeVolume_of_Guid_Array (line 3381) | public void CodeVolume_of_Guid_Array(ref Volume[] v) { throw new... method CodeVolume_of_Symbol_Array (line 3382) | public void CodeVolume_of_Symbol_Array(ref Volume[] v) { throw... method CodeVolume_of_Circle2d_Array (line 3383) | public void CodeVolume_of_Circle2d_Array(ref Volume[] v) { t... method CodeVolume_of_Line2d_Array (line 3384) | public void CodeVolume_of_Line2d_Array(ref Volume[] v) { throw... method CodeVolume_of_Line3d_Array (line 3385) | public void CodeVolume_of_Line3d_Array(ref Volume[] v) { throw... method CodeVolume_of_Plane2d_Array (line 3386) | public void CodeVolume_of_Plane2d_Array(ref Volume[] v) { thr... method CodeVolume_of_Plane3d_Array (line 3387) | public void CodeVolume_of_Plane3d_Array(ref Volume[] v) { thr... method CodeVolume_of_PlaneWithPoint3d_Array (line 3388) | public void CodeVolume_of_PlaneWithPoint3d_Array(ref Volume[] v) { throw... method CodeVolume_of_Quad3d_Array (line 3390) | public void CodeVolume_of_Quad3d_Array(ref Volume[] v) { throw... method CodeVolume_of_Ray2d_Array (line 3391) | public void CodeVolume_of_Ray2d_Array(ref Volume[] v) { throw n... method CodeVolume_of_Ray3d_Array (line 3392) | public void CodeVolume_of_Ray3d_Array(ref Volume[] v) { throw n... method CodeVolume_of_Sphere3d_Array (line 3393) | public void CodeVolume_of_Sphere3d_Array(ref Volume[] v) { t... method CodeVolume_of_Triangle2d_Array (line 3394) | public void CodeVolume_of_Triangle2d_Array(ref Volume[] v)... method CodeVolume_of_Triangle3d_Array (line 3395) | public void CodeVolume_of_Triangle3d_Array(ref Volume[] v)... method CodeVolume_of_Circle2f_Array (line 3396) | public void CodeVolume_of_Circle2f_Array(ref Volume[] v) { t... method CodeVolume_of_Line2f_Array (line 3397) | public void CodeVolume_of_Line2f_Array(ref Volume[] v) { throw... method CodeVolume_of_Line3f_Array (line 3398) | public void CodeVolume_of_Line3f_Array(ref Volume[] v) { throw... method CodeVolume_of_Plane2f_Array (line 3399) | public void CodeVolume_of_Plane2f_Array(ref Volume[] v) { thr... method CodeVolume_of_Plane3f_Array (line 3400) | public void CodeVolume_of_Plane3f_Array(ref Volume[] v) { thr... method CodeVolume_of_PlaneWithPoint3f_Array (line 3401) | public void CodeVolume_of_PlaneWithPoint3f_Array(ref Volume[] v) { throw... method CodeVolume_of_Quad3f_Array (line 3403) | public void CodeVolume_of_Quad3f_Array(ref Volume[] v) { throw... method CodeVolume_of_Ray2f_Array (line 3404) | public void CodeVolume_of_Ray2f_Array(ref Volume[] v) { throw n... method CodeVolume_of_Ray3f_Array (line 3405) | public void CodeVolume_of_Ray3f_Array(ref Volume[] v) { throw n... method CodeVolume_of_Sphere3f_Array (line 3406) | public void CodeVolume_of_Sphere3f_Array(ref Volume[] v) { t... method CodeVolume_of_Triangle2f_Array (line 3407) | public void CodeVolume_of_Triangle2f_Array(ref Volume[] v)... method CodeVolume_of_Triangle3f_Array (line 3408) | public void CodeVolume_of_Triangle3f_Array(ref Volume[] v)... method CodeTensor_of_Byte_Array (line 3409) | public void CodeTensor_of_Byte_Array(ref Tensor[] v) { throw new... method CodeTensor_of_SByte_Array (line 3410) | public void CodeTensor_of_SByte_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Short_Array (line 3411) | public void CodeTensor_of_Short_Array(ref Tensor[] v) { throw n... method CodeTensor_of_UShort_Array (line 3412) | public void CodeTensor_of_UShort_Array(ref Tensor[] v) { throw... method CodeTensor_of_Int_Array (line 3413) | public void CodeTensor_of_Int_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_UInt_Array (line 3414) | public void CodeTensor_of_UInt_Array(ref Tensor[] v) { throw new... method CodeTensor_of_Long_Array (line 3415) | public void CodeTensor_of_Long_Array(ref Tensor[] v) { throw new... method CodeTensor_of_ULong_Array (line 3416) | public void CodeTensor_of_ULong_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Float_Array (line 3417) | public void CodeTensor_of_Float_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Double_Array (line 3418) | public void CodeTensor_of_Double_Array(ref Tensor[] v) { throw... method CodeTensor_of_Fraction_Array (line 3419) | public void CodeTensor_of_Fraction_Array(ref Tensor[] v) { t... method CodeTensor_of_V2i_Array (line 3420) | public void CodeTensor_of_V2i_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_V2l_Array (line 3421) | public void CodeTensor_of_V2l_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_V2f_Array (line 3422) | public void CodeTensor_of_V2f_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_V2d_Array (line 3423) | public void CodeTensor_of_V2d_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_V3i_Array (line 3424) | public void CodeTensor_of_V3i_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_V3l_Array (line 3425) | public void CodeTensor_of_V3l_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_V3f_Array (line 3426) | public void CodeTensor_of_V3f_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_V3d_Array (line 3427) | public void CodeTensor_of_V3d_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_V4i_Array (line 3428) | public void CodeTensor_of_V4i_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_V4l_Array (line 3429) | public void CodeTensor_of_V4l_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_V4f_Array (line 3430) | public void CodeTensor_of_V4f_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_V4d_Array (line 3431) | public void CodeTensor_of_V4d_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_M22i_Array (line 3432) | public void CodeTensor_of_M22i_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M22l_Array (line 3433) | public void CodeTensor_of_M22l_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M22f_Array (line 3434) | public void CodeTensor_of_M22f_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M22d_Array (line 3435) | public void CodeTensor_of_M22d_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M23i_Array (line 3436) | public void CodeTensor_of_M23i_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M23l_Array (line 3437) | public void CodeTensor_of_M23l_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M23f_Array (line 3438) | public void CodeTensor_of_M23f_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M23d_Array (line 3439) | public void CodeTensor_of_M23d_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M33i_Array (line 3440) | public void CodeTensor_of_M33i_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M33l_Array (line 3441) | public void CodeTensor_of_M33l_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M33f_Array (line 3442) | public void CodeTensor_of_M33f_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M33d_Array (line 3443) | public void CodeTensor_of_M33d_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M34i_Array (line 3444) | public void CodeTensor_of_M34i_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M34l_Array (line 3445) | public void CodeTensor_of_M34l_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M34f_Array (line 3446) | public void CodeTensor_of_M34f_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M34d_Array (line 3447) | public void CodeTensor_of_M34d_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M44i_Array (line 3448) | public void CodeTensor_of_M44i_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M44l_Array (line 3449) | public void CodeTensor_of_M44l_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M44f_Array (line 3450) | public void CodeTensor_of_M44f_Array(ref Tensor[] v) { throw new... method CodeTensor_of_M44d_Array (line 3451) | public void CodeTensor_of_M44d_Array(ref Tensor[] v) { throw new... method CodeTensor_of_C3b_Array (line 3452) | public void CodeTensor_of_C3b_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_C3us_Array (line 3453) | public void CodeTensor_of_C3us_Array(ref Tensor[] v) { throw new... method CodeTensor_of_C3ui_Array (line 3454) | public void CodeTensor_of_C3ui_Array(ref Tensor[] v) { throw new... method CodeTensor_of_C3f_Array (line 3455) | public void CodeTensor_of_C3f_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_C3d_Array (line 3456) | public void CodeTensor_of_C3d_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_C4b_Array (line 3457) | public void CodeTensor_of_C4b_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_C4us_Array (line 3458) | public void CodeTensor_of_C4us_Array(ref Tensor[] v) { throw new... method CodeTensor_of_C4ui_Array (line 3459) | public void CodeTensor_of_C4ui_Array(ref Tensor[] v) { throw new... method CodeTensor_of_C4f_Array (line 3460) | public void CodeTensor_of_C4f_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_C4d_Array (line 3461) | public void CodeTensor_of_C4d_Array(ref Tensor[] v) { throw new N... method CodeTensor_of_Range1b_Array (line 3462) | public void CodeTensor_of_Range1b_Array(ref Tensor[] v) { thr... method CodeTensor_of_Range1sb_Array (line 3463) | public void CodeTensor_of_Range1sb_Array(ref Tensor[] v) { t... method CodeTensor_of_Range1s_Array (line 3464) | public void CodeTensor_of_Range1s_Array(ref Tensor[] v) { thr... method CodeTensor_of_Range1us_Array (line 3465) | public void CodeTensor_of_Range1us_Array(ref Tensor[] v) { t... method CodeTensor_of_Range1i_Array (line 3466) | public void CodeTensor_of_Range1i_Array(ref Tensor[] v) { thr... method CodeTensor_of_Range1ui_Array (line 3467) | public void CodeTensor_of_Range1ui_Array(ref Tensor[] v) { t... method CodeTensor_of_Range1l_Array (line 3468) | public void CodeTensor_of_Range1l_Array(ref Tensor[] v) { thr... method CodeTensor_of_Range1ul_Array (line 3469) | public void CodeTensor_of_Range1ul_Array(ref Tensor[] v) { t... method CodeTensor_of_Range1f_Array (line 3470) | public void CodeTensor_of_Range1f_Array(ref Tensor[] v) { thr... method CodeTensor_of_Range1d_Array (line 3471) | public void CodeTensor_of_Range1d_Array(ref Tensor[] v) { thr... method CodeTensor_of_Box2i_Array (line 3472) | public void CodeTensor_of_Box2i_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Box2l_Array (line 3473) | public void CodeTensor_of_Box2l_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Box2f_Array (line 3474) | public void CodeTensor_of_Box2f_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Box2d_Array (line 3475) | public void CodeTensor_of_Box2d_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Box3i_Array (line 3476) | public void CodeTensor_of_Box3i_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Box3l_Array (line 3477) | public void CodeTensor_of_Box3l_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Box3f_Array (line 3478) | public void CodeTensor_of_Box3f_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Box3d_Array (line 3479) | public void CodeTensor_of_Box3d_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Euclidean3f_Array (line 3480) | public void CodeTensor_of_Euclidean3f_Array(ref Tensor[] ... method CodeTensor_of_Euclidean3d_Array (line 3481) | public void CodeTensor_of_Euclidean3d_Array(ref Tensor[] ... method CodeTensor_of_Rot2f_Array (line 3482) | public void CodeTensor_of_Rot2f_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Rot2d_Array (line 3483) | public void CodeTensor_of_Rot2d_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Rot3f_Array (line 3484) | public void CodeTensor_of_Rot3f_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Rot3d_Array (line 3485) | public void CodeTensor_of_Rot3d_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Scale3f_Array (line 3486) | public void CodeTensor_of_Scale3f_Array(ref Tensor[] v) { thr... method CodeTensor_of_Scale3d_Array (line 3487) | public void CodeTensor_of_Scale3d_Array(ref Tensor[] v) { thr... method CodeTensor_of_Shift3f_Array (line 3488) | public void CodeTensor_of_Shift3f_Array(ref Tensor[] v) { thr... method CodeTensor_of_Shift3d_Array (line 3489) | public void CodeTensor_of_Shift3d_Array(ref Tensor[] v) { thr... method CodeTensor_of_Trafo2f_Array (line 3490) | public void CodeTensor_of_Trafo2f_Array(ref Tensor[] v) { thr... method CodeTensor_of_Trafo2d_Array (line 3491) | public void CodeTensor_of_Trafo2d_Array(ref Tensor[] v) { thr... method CodeTensor_of_Trafo3f_Array (line 3492) | public void CodeTensor_of_Trafo3f_Array(ref Tensor[] v) { thr... method CodeTensor_of_Trafo3d_Array (line 3493) | public void CodeTensor_of_Trafo3d_Array(ref Tensor[] v) { thr... method CodeTensor_of_Bool_Array (line 3494) | public void CodeTensor_of_Bool_Array(ref Tensor[] v) { throw new... method CodeTensor_of_Char_Array (line 3495) | public void CodeTensor_of_Char_Array(ref Tensor[] v) { throw new... method CodeTensor_of_String_Array (line 3496) | public void CodeTensor_of_String_Array(ref Tensor[] v) { throw... method CodeTensor_of_Type_Array (line 3497) | public void CodeTensor_of_Type_Array(ref Tensor[] v) { throw new... method CodeTensor_of_Guid_Array (line 3498) | public void CodeTensor_of_Guid_Array(ref Tensor[] v) { throw new... method CodeTensor_of_Symbol_Array (line 3499) | public void CodeTensor_of_Symbol_Array(ref Tensor[] v) { throw... method CodeTensor_of_Circle2d_Array (line 3500) | public void CodeTensor_of_Circle2d_Array(ref Tensor[] v) { t... method CodeTensor_of_Line2d_Array (line 3501) | public void CodeTensor_of_Line2d_Array(ref Tensor[] v) { throw... method CodeTensor_of_Line3d_Array (line 3502) | public void CodeTensor_of_Line3d_Array(ref Tensor[] v) { throw... method CodeTensor_of_Plane2d_Array (line 3503) | public void CodeTensor_of_Plane2d_Array(ref Tensor[] v) { thr... method CodeTensor_of_Plane3d_Array (line 3504) | public void CodeTensor_of_Plane3d_Array(ref Tensor[] v) { thr... method CodeTensor_of_PlaneWithPoint3d_Array (line 3505) | public void CodeTensor_of_PlaneWithPoint3d_Array(ref Tensor[] v) { throw... method CodeTensor_of_Quad3d_Array (line 3507) | public void CodeTensor_of_Quad3d_Array(ref Tensor[] v) { throw... method CodeTensor_of_Ray2d_Array (line 3508) | public void CodeTensor_of_Ray2d_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Ray3d_Array (line 3509) | public void CodeTensor_of_Ray3d_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Sphere3d_Array (line 3510) | public void CodeTensor_of_Sphere3d_Array(ref Tensor[] v) { t... method CodeTensor_of_Triangle2d_Array (line 3511) | public void CodeTensor_of_Triangle2d_Array(ref Tensor[] v)... method CodeTensor_of_Triangle3d_Array (line 3512) | public void CodeTensor_of_Triangle3d_Array(ref Tensor[] v)... method CodeTensor_of_Circle2f_Array (line 3513) | public void CodeTensor_of_Circle2f_Array(ref Tensor[] v) { t... method CodeTensor_of_Line2f_Array (line 3514) | public void CodeTensor_of_Line2f_Array(ref Tensor[] v) { throw... method CodeTensor_of_Line3f_Array (line 3515) | public void CodeTensor_of_Line3f_Array(ref Tensor[] v) { throw... method CodeTensor_of_Plane2f_Array (line 3516) | public void CodeTensor_of_Plane2f_Array(ref Tensor[] v) { thr... method CodeTensor_of_Plane3f_Array (line 3517) | public void CodeTensor_of_Plane3f_Array(ref Tensor[] v) { thr... method CodeTensor_of_PlaneWithPoint3f_Array (line 3518) | public void CodeTensor_of_PlaneWithPoint3f_Array(ref Tensor[] v) { throw... method CodeTensor_of_Quad3f_Array (line 3520) | public void CodeTensor_of_Quad3f_Array(ref Tensor[] v) { throw... method CodeTensor_of_Ray2f_Array (line 3521) | public void CodeTensor_of_Ray2f_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Ray3f_Array (line 3522) | public void CodeTensor_of_Ray3f_Array(ref Tensor[] v) { throw n... method CodeTensor_of_Sphere3f_Array (line 3523) | public void CodeTensor_of_Sphere3f_Array(ref Tensor[] v) { t... method CodeTensor_of_Triangle2f_Array (line 3524) | public void CodeTensor_of_Triangle2f_Array(ref Tensor[] v)... method CodeTensor_of_Triangle3f_Array (line 3525) | public void CodeTensor_of_Triangle3f_Array(ref Tensor[] v)... method CodeList_of_Vector_of_Byte__ (line 3531) | public void CodeList_of_Vector_of_Byte__(ref List> v) { t... method CodeList_of_Vector_of_SByte__ (line 3532) | public void CodeList_of_Vector_of_SByte__(ref List> v) {... method CodeList_of_Vector_of_Short__ (line 3533) | public void CodeList_of_Vector_of_Short__(ref List> v) {... method CodeList_of_Vector_of_UShort__ (line 3534) | public void CodeList_of_Vector_of_UShort__(ref List> v)... method CodeList_of_Vector_of_Int__ (line 3535) | public void CodeList_of_Vector_of_Int__(ref List> v) { thr... method CodeList_of_Vector_of_UInt__ (line 3536) | public void CodeList_of_Vector_of_UInt__(ref List> v) { t... method CodeList_of_Vector_of_Long__ (line 3537) | public void CodeList_of_Vector_of_Long__(ref List> v) { t... method CodeList_of_Vector_of_ULong__ (line 3538) | public void CodeList_of_Vector_of_ULong__(ref List> v) {... method CodeList_of_Vector_of_Float__ (line 3539) | public void CodeList_of_Vector_of_Float__(ref List> v) {... method CodeList_of_Vector_of_Double__ (line 3540) | public void CodeList_of_Vector_of_Double__(ref List> v)... method CodeList_of_Vector_of_Fraction__ (line 3541) | public void CodeList_of_Vector_of_Fraction__(ref List... method CodeList_of_Vector_of_V2i__ (line 3542) | public void CodeList_of_Vector_of_V2i__(ref List> v) { thr... method CodeList_of_Vector_of_V2l__ (line 3543) | public void CodeList_of_Vector_of_V2l__(ref List> v) { thr... method CodeList_of_Vector_of_V2f__ (line 3544) | public void CodeList_of_Vector_of_V2f__(ref List> v) { thr... method CodeList_of_Vector_of_V2d__ (line 3545) | public void CodeList_of_Vector_of_V2d__(ref List> v) { thr... method CodeList_of_Vector_of_V3i__ (line 3546) | public void CodeList_of_Vector_of_V3i__(ref List> v) { thr... method CodeList_of_Vector_of_V3l__ (line 3547) | public void CodeList_of_Vector_of_V3l__(ref List> v) { thr... method CodeList_of_Vector_of_V3f__ (line 3548) | public void CodeList_of_Vector_of_V3f__(ref List> v) { thr... method CodeList_of_Vector_of_V3d__ (line 3549) | public void CodeList_of_Vector_of_V3d__(ref List> v) { thr... method CodeList_of_Vector_of_V4i__ (line 3550) | public void CodeList_of_Vector_of_V4i__(ref List> v) { thr... method CodeList_of_Vector_of_V4l__ (line 3551) | public void CodeList_of_Vector_of_V4l__(ref List> v) { thr... method CodeList_of_Vector_of_V4f__ (line 3552) | public void CodeList_of_Vector_of_V4f__(ref List> v) { thr... method CodeList_of_Vector_of_V4d__ (line 3553) | public void CodeList_of_Vector_of_V4d__(ref List> v) { thr... method CodeList_of_Vector_of_M22i__ (line 3554) | public void CodeList_of_Vector_of_M22i__(ref List> v) { t... method CodeList_of_Vector_of_M22l__ (line 3555) | public void CodeList_of_Vector_of_M22l__(ref List> v) { t... method CodeList_of_Vector_of_M22f__ (line 3556) | public void CodeList_of_Vector_of_M22f__(ref List> v) { t... method CodeList_of_Vector_of_M22d__ (line 3557) | public void CodeList_of_Vector_of_M22d__(ref List> v) { t... method CodeList_of_Vector_of_M23i__ (line 3558) | public void CodeList_of_Vector_of_M23i__(ref List> v) { t... method CodeList_of_Vector_of_M23l__ (line 3559) | public void CodeList_of_Vector_of_M23l__(ref List> v) { t... method CodeList_of_Vector_of_M23f__ (line 3560) | public void CodeList_of_Vector_of_M23f__(ref List> v) { t... method CodeList_of_Vector_of_M23d__ (line 3561) | public void CodeList_of_Vector_of_M23d__(ref List> v) { t... method CodeList_of_Vector_of_M33i__ (line 3562) | public void CodeList_of_Vector_of_M33i__(ref List> v) { t... method CodeList_of_Vector_of_M33l__ (line 3563) | public void CodeList_of_Vector_of_M33l__(ref List> v) { t... method CodeList_of_Vector_of_M33f__ (line 3564) | public void CodeList_of_Vector_of_M33f__(ref List> v) { t... method CodeList_of_Vector_of_M33d__ (line 3565) | public void CodeList_of_Vector_of_M33d__(ref List> v) { t... method CodeList_of_Vector_of_M34i__ (line 3566) | public void CodeList_of_Vector_of_M34i__(ref List> v) { t... method CodeList_of_Vector_of_M34l__ (line 3567) | public void CodeList_of_Vector_of_M34l__(ref List> v) { t... method CodeList_of_Vector_of_M34f__ (line 3568) | public void CodeList_of_Vector_of_M34f__(ref List> v) { t... method CodeList_of_Vector_of_M34d__ (line 3569) | public void CodeList_of_Vector_of_M34d__(ref List> v) { t... method CodeList_of_Vector_of_M44i__ (line 3570) | public void CodeList_of_Vector_of_M44i__(ref List> v) { t... method CodeList_of_Vector_of_M44l__ (line 3571) | public void CodeList_of_Vector_of_M44l__(ref List> v) { t... method CodeList_of_Vector_of_M44f__ (line 3572) | public void CodeList_of_Vector_of_M44f__(ref List> v) { t... method CodeList_of_Vector_of_M44d__ (line 3573) | public void CodeList_of_Vector_of_M44d__(ref List> v) { t... method CodeList_of_Vector_of_C3b__ (line 3574) | public void CodeList_of_Vector_of_C3b__(ref List> v) { thr... method CodeList_of_Vector_of_C3us__ (line 3575) | public void CodeList_of_Vector_of_C3us__(ref List> v) { t... method CodeList_of_Vector_of_C3ui__ (line 3576) | public void CodeList_of_Vector_of_C3ui__(ref List> v) { t... method CodeList_of_Vector_of_C3f__ (line 3577) | public void CodeList_of_Vector_of_C3f__(ref List> v) { thr... method CodeList_of_Vector_of_C3d__ (line 3578) | public void CodeList_of_Vector_of_C3d__(ref List> v) { thr... method CodeList_of_Vector_of_C4b__ (line 3579) | public void CodeList_of_Vector_of_C4b__(ref List> v) { thr... method CodeList_of_Vector_of_C4us__ (line 3580) | public void CodeList_of_Vector_of_C4us__(ref List> v) { t... method CodeList_of_Vector_of_C4ui__ (line 3581) | public void CodeList_of_Vector_of_C4ui__(ref List> v) { t... method CodeList_of_Vector_of_C4f__ (line 3582) | public void CodeList_of_Vector_of_C4f__(ref List> v) { thr... method CodeList_of_Vector_of_C4d__ (line 3583) | public void CodeList_of_Vector_of_C4d__(ref List> v) { thr... method CodeList_of_Vector_of_Range1b__ (line 3584) | public void CodeList_of_Vector_of_Range1b__(ref List> ... method CodeList_of_Vector_of_Range1sb__ (line 3585) | public void CodeList_of_Vector_of_Range1sb__(ref List... method CodeList_of_Vector_of_Range1s__ (line 3586) | public void CodeList_of_Vector_of_Range1s__(ref List> ... method CodeList_of_Vector_of_Range1us__ (line 3587) | public void CodeList_of_Vector_of_Range1us__(ref List... method CodeList_of_Vector_of_Range1i__ (line 3588) | public void CodeList_of_Vector_of_Range1i__(ref List> ... method CodeList_of_Vector_of_Range1ui__ (line 3589) | public void CodeList_of_Vector_of_Range1ui__(ref List... method CodeList_of_Vector_of_Range1l__ (line 3590) | public void CodeList_of_Vector_of_Range1l__(ref List> ... method CodeList_of_Vector_of_Range1ul__ (line 3591) | public void CodeList_of_Vector_of_Range1ul__(ref List... method CodeList_of_Vector_of_Range1f__ (line 3592) | public void CodeList_of_Vector_of_Range1f__(ref List> ... method CodeList_of_Vector_of_Range1d__ (line 3593) | public void CodeList_of_Vector_of_Range1d__(ref List> ... method CodeList_of_Vector_of_Box2i__ (line 3594) | public void CodeList_of_Vector_of_Box2i__(ref List> v) {... method CodeList_of_Vector_of_Box2l__ (line 3595) | public void CodeList_of_Vector_of_Box2l__(ref List> v) {... method CodeList_of_Vector_of_Box2f__ (line 3596) | public void CodeList_of_Vector_of_Box2f__(ref List> v) {... method CodeList_of_Vector_of_Box2d__ (line 3597) | public void CodeList_of_Vector_of_Box2d__(ref List> v) {... method CodeList_of_Vector_of_Box3i__ (line 3598) | public void CodeList_of_Vector_of_Box3i__(ref List> v) {... method CodeList_of_Vector_of_Box3l__ (line 3599) | public void CodeList_of_Vector_of_Box3l__(ref List> v) {... method CodeList_of_Vector_of_Box3f__ (line 3600) | public void CodeList_of_Vector_of_Box3f__(ref List> v) {... method CodeList_of_Vector_of_Box3d__ (line 3601) | public void CodeList_of_Vector_of_Box3d__(ref List> v) {... method CodeList_of_Vector_of_Euclidean3f__ (line 3602) | public void CodeList_of_Vector_of_Euclidean3f__(ref List> v) {... method CodeList_of_Vector_of_Rot2d__ (line 3605) | public void CodeList_of_Vector_of_Rot2d__(ref List> v) {... method CodeList_of_Vector_of_Rot3f__ (line 3606) | public void CodeList_of_Vector_of_Rot3f__(ref List> v) {... method CodeList_of_Vector_of_Rot3d__ (line 3607) | public void CodeList_of_Vector_of_Rot3d__(ref List> v) {... method CodeList_of_Vector_of_Scale3f__ (line 3608) | public void CodeList_of_Vector_of_Scale3f__(ref List> ... method CodeList_of_Vector_of_Scale3d__ (line 3609) | public void CodeList_of_Vector_of_Scale3d__(ref List> ... method CodeList_of_Vector_of_Shift3f__ (line 3610) | public void CodeList_of_Vector_of_Shift3f__(ref List> ... method CodeList_of_Vector_of_Shift3d__ (line 3611) | public void CodeList_of_Vector_of_Shift3d__(ref List> ... method CodeList_of_Vector_of_Trafo2f__ (line 3612) | public void CodeList_of_Vector_of_Trafo2f__(ref List> ... method CodeList_of_Vector_of_Trafo2d__ (line 3613) | public void CodeList_of_Vector_of_Trafo2d__(ref List> ... method CodeList_of_Vector_of_Trafo3f__ (line 3614) | public void CodeList_of_Vector_of_Trafo3f__(ref List> ... method CodeList_of_Vector_of_Trafo3d__ (line 3615) | public void CodeList_of_Vector_of_Trafo3d__(ref List> ... method CodeList_of_Vector_of_Bool__ (line 3616) | public void CodeList_of_Vector_of_Bool__(ref List> v) { t... method CodeList_of_Vector_of_Char__ (line 3617) | public void CodeList_of_Vector_of_Char__(ref List> v) { t... method CodeList_of_Vector_of_String__ (line 3618) | public void CodeList_of_Vector_of_String__(ref List> v)... method CodeList_of_Vector_of_Type__ (line 3619) | public void CodeList_of_Vector_of_Type__(ref List> v) { t... method CodeList_of_Vector_of_Guid__ (line 3620) | public void CodeList_of_Vector_of_Guid__(ref List> v) { t... method CodeList_of_Vector_of_Symbol__ (line 3621) | public void CodeList_of_Vector_of_Symbol__(ref List> v)... method CodeList_of_Vector_of_Circle2d__ (line 3622) | public void CodeList_of_Vector_of_Circle2d__(ref List... method CodeList_of_Vector_of_Line2d__ (line 3623) | public void CodeList_of_Vector_of_Line2d__(ref List> v)... method CodeList_of_Vector_of_Line3d__ (line 3624) | public void CodeList_of_Vector_of_Line3d__(ref List> v)... method CodeList_of_Vector_of_Plane2d__ (line 3625) | public void CodeList_of_Vector_of_Plane2d__(ref List> ... method CodeList_of_Vector_of_Plane3d__ (line 3626) | public void CodeList_of_Vector_of_Plane3d__(ref List> ... method CodeList_of_Vector_of_PlaneWithPoint3d__ (line 3627) | public void CodeList_of_Vector_of_PlaneWithPoint3d__(ref List> v)... method CodeList_of_Vector_of_Quad3d__ (line 3629) | public void CodeList_of_Vector_of_Quad3d__(ref List> v)... method CodeList_of_Vector_of_Ray2d__ (line 3630) | public void CodeList_of_Vector_of_Ray2d__(ref List> v) {... method CodeList_of_Vector_of_Ray3d__ (line 3631) | public void CodeList_of_Vector_of_Ray3d__(ref List> v) {... method CodeList_of_Vector_of_Sphere3d__ (line 3632) | public void CodeList_of_Vector_of_Sphere3d__(ref List... method CodeList_of_Vector_of_Triangle2d__ (line 3633) | public void CodeList_of_Vector_of_Triangle2d__(ref List... method CodeList_of_Vector_of_Line2f__ (line 3636) | public void CodeList_of_Vector_of_Line2f__(ref List> v)... method CodeList_of_Vector_of_Line3f__ (line 3637) | public void CodeList_of_Vector_of_Line3f__(ref List> v)... method CodeList_of_Vector_of_Plane2f__ (line 3638) | public void CodeList_of_Vector_of_Plane2f__(ref List> ... method CodeList_of_Vector_of_Plane3f__ (line 3639) | public void CodeList_of_Vector_of_Plane3f__(ref List> ... method CodeList_of_Vector_of_PlaneWithPoint3f__ (line 3640) | public void CodeList_of_Vector_of_PlaneWithPoint3f__(ref List> v)... method CodeList_of_Vector_of_Quad3f__ (line 3642) | public void CodeList_of_Vector_of_Quad3f__(ref List> v)... method CodeList_of_Vector_of_Ray2f__ (line 3643) | public void CodeList_of_Vector_of_Ray2f__(ref List> v) {... method CodeList_of_Vector_of_Ray3f__ (line 3644) | public void CodeList_of_Vector_of_Ray3f__(ref List> v) {... method CodeList_of_Vector_of_Sphere3f__ (line 3645) | public void CodeList_of_Vector_of_Sphere3f__(ref List... method CodeList_of_Vector_of_Triangle2f__ (line 3646) | public void CodeList_of_Vector_of_Triangle2f__(ref List> v) { t... method CodeList_of_Matrix_of_SByte__ (line 3649) | public void CodeList_of_Matrix_of_SByte__(ref List> v) {... method CodeList_of_Matrix_of_Short__ (line 3650) | public void CodeList_of_Matrix_of_Short__(ref List> v) {... method CodeList_of_Matrix_of_UShort__ (line 3651) | public void CodeList_of_Matrix_of_UShort__(ref List> v)... method CodeList_of_Matrix_of_Int__ (line 3652) | public void CodeList_of_Matrix_of_Int__(ref List> v) { thr... method CodeList_of_Matrix_of_UInt__ (line 3653) | public void CodeList_of_Matrix_of_UInt__(ref List> v) { t... method CodeList_of_Matrix_of_Long__ (line 3654) | public void CodeList_of_Matrix_of_Long__(ref List> v) { t... method CodeList_of_Matrix_of_ULong__ (line 3655) | public void CodeList_of_Matrix_of_ULong__(ref List> v) {... method CodeList_of_Matrix_of_Float__ (line 3656) | public void CodeList_of_Matrix_of_Float__(ref List> v) {... method CodeList_of_Matrix_of_Double__ (line 3657) | public void CodeList_of_Matrix_of_Double__(ref List> v)... method CodeList_of_Matrix_of_Fraction__ (line 3658) | public void CodeList_of_Matrix_of_Fraction__(ref List... method CodeList_of_Matrix_of_V2i__ (line 3659) | public void CodeList_of_Matrix_of_V2i__(ref List> v) { thr... method CodeList_of_Matrix_of_V2l__ (line 3660) | public void CodeList_of_Matrix_of_V2l__(ref List> v) { thr... method CodeList_of_Matrix_of_V2f__ (line 3661) | public void CodeList_of_Matrix_of_V2f__(ref List> v) { thr... method CodeList_of_Matrix_of_V2d__ (line 3662) | public void CodeList_of_Matrix_of_V2d__(ref List> v) { thr... method CodeList_of_Matrix_of_V3i__ (line 3663) | public void CodeList_of_Matrix_of_V3i__(ref List> v) { thr... method CodeList_of_Matrix_of_V3l__ (line 3664) | public void CodeList_of_Matrix_of_V3l__(ref List> v) { thr... method CodeList_of_Matrix_of_V3f__ (line 3665) | public void CodeList_of_Matrix_of_V3f__(ref List> v) { thr... method CodeList_of_Matrix_of_V3d__ (line 3666) | public void CodeList_of_Matrix_of_V3d__(ref List> v) { thr... method CodeList_of_Matrix_of_V4i__ (line 3667) | public void CodeList_of_Matrix_of_V4i__(ref List> v) { thr... method CodeList_of_Matrix_of_V4l__ (line 3668) | public void CodeList_of_Matrix_of_V4l__(ref List> v) { thr... method CodeList_of_Matrix_of_V4f__ (line 3669) | public void CodeList_of_Matrix_of_V4f__(ref List> v) { thr... method CodeList_of_Matrix_of_V4d__ (line 3670) | public void CodeList_of_Matrix_of_V4d__(ref List> v) { thr... method CodeList_of_Matrix_of_M22i__ (line 3671) | public void CodeList_of_Matrix_of_M22i__(ref List> v) { t... method CodeList_of_Matrix_of_M22l__ (line 3672) | public void CodeList_of_Matrix_of_M22l__(ref List> v) { t... method CodeList_of_Matrix_of_M22f__ (line 3673) | public void CodeList_of_Matrix_of_M22f__(ref List> v) { t... method CodeList_of_Matrix_of_M22d__ (line 3674) | public void CodeList_of_Matrix_of_M22d__(ref List> v) { t... method CodeList_of_Matrix_of_M23i__ (line 3675) | public void CodeList_of_Matrix_of_M23i__(ref List> v) { t... method CodeList_of_Matrix_of_M23l__ (line 3676) | public void CodeList_of_Matrix_of_M23l__(ref List> v) { t... method CodeList_of_Matrix_of_M23f__ (line 3677) | public void CodeList_of_Matrix_of_M23f__(ref List> v) { t... method CodeList_of_Matrix_of_M23d__ (line 3678) | public void CodeList_of_Matrix_of_M23d__(ref List> v) { t... method CodeList_of_Matrix_of_M33i__ (line 3679) | public void CodeList_of_Matrix_of_M33i__(ref List> v) { t... method CodeList_of_Matrix_of_M33l__ (line 3680) | public void CodeList_of_Matrix_of_M33l__(ref List> v) { t... method CodeList_of_Matrix_of_M33f__ (line 3681) | public void CodeList_of_Matrix_of_M33f__(ref List> v) { t... method CodeList_of_Matrix_of_M33d__ (line 3682) | public void CodeList_of_Matrix_of_M33d__(ref List> v) { t... method CodeList_of_Matrix_of_M34i__ (line 3683) | public void CodeList_of_Matrix_of_M34i__(ref List> v) { t... method CodeList_of_Matrix_of_M34l__ (line 3684) | public void CodeList_of_Matrix_of_M34l__(ref List> v) { t... method CodeList_of_Matrix_of_M34f__ (line 3685) | public void CodeList_of_Matrix_of_M34f__(ref List> v) { t... method CodeList_of_Matrix_of_M34d__ (line 3686) | public void CodeList_of_Matrix_of_M34d__(ref List> v) { t... method CodeList_of_Matrix_of_M44i__ (line 3687) | public void CodeList_of_Matrix_of_M44i__(ref List> v) { t... method CodeList_of_Matrix_of_M44l__ (line 3688) | public void CodeList_of_Matrix_of_M44l__(ref List> v) { t... method CodeList_of_Matrix_of_M44f__ (line 3689) | public void CodeList_of_Matrix_of_M44f__(ref List> v) { t... method CodeList_of_Matrix_of_M44d__ (line 3690) | public void CodeList_of_Matrix_of_M44d__(ref List> v) { t... method CodeList_of_Matrix_of_C3b__ (line 3691) | public void CodeList_of_Matrix_of_C3b__(ref List> v) { thr... method CodeList_of_Matrix_of_C3us__ (line 3692) | public void CodeList_of_Matrix_of_C3us__(ref List> v) { t... method CodeList_of_Matrix_of_C3ui__ (line 3693) | public void CodeList_of_Matrix_of_C3ui__(ref List> v) { t... method CodeList_of_Matrix_of_C3f__ (line 3694) | public void CodeList_of_Matrix_of_C3f__(ref List> v) { thr... method CodeList_of_Matrix_of_C3d__ (line 3695) | public void CodeList_of_Matrix_of_C3d__(ref List> v) { thr... method CodeList_of_Matrix_of_C4b__ (line 3696) | public void CodeList_of_Matrix_of_C4b__(ref List> v) { thr... method CodeList_of_Matrix_of_C4us__ (line 3697) | public void CodeList_of_Matrix_of_C4us__(ref List> v) { t... method CodeList_of_Matrix_of_C4ui__ (line 3698) | public void CodeList_of_Matrix_of_C4ui__(ref List> v) { t... method CodeList_of_Matrix_of_C4f__ (line 3699) | public void CodeList_of_Matrix_of_C4f__(ref List> v) { thr... method CodeList_of_Matrix_of_C4d__ (line 3700) | public void CodeList_of_Matrix_of_C4d__(ref List> v) { thr... method CodeList_of_Matrix_of_Range1b__ (line 3701) | public void CodeList_of_Matrix_of_Range1b__(ref List> ... method CodeList_of_Matrix_of_Range1sb__ (line 3702) | public void CodeList_of_Matrix_of_Range1sb__(ref List... method CodeList_of_Matrix_of_Range1s__ (line 3703) | public void CodeList_of_Matrix_of_Range1s__(ref List> ... method CodeList_of_Matrix_of_Range1us__ (line 3704) | public void CodeList_of_Matrix_of_Range1us__(ref List... method CodeList_of_Matrix_of_Range1i__ (line 3705) | public void CodeList_of_Matrix_of_Range1i__(ref List> ... method CodeList_of_Matrix_of_Range1ui__ (line 3706) | public void CodeList_of_Matrix_of_Range1ui__(ref List... method CodeList_of_Matrix_of_Range1l__ (line 3707) | public void CodeList_of_Matrix_of_Range1l__(ref List> ... method CodeList_of_Matrix_of_Range1ul__ (line 3708) | public void CodeList_of_Matrix_of_Range1ul__(ref List... method CodeList_of_Matrix_of_Range1f__ (line 3709) | public void CodeList_of_Matrix_of_Range1f__(ref List> ... method CodeList_of_Matrix_of_Range1d__ (line 3710) | public void CodeList_of_Matrix_of_Range1d__(ref List> ... method CodeList_of_Matrix_of_Box2i__ (line 3711) | public void CodeList_of_Matrix_of_Box2i__(ref List> v) {... method CodeList_of_Matrix_of_Box2l__ (line 3712) | public void CodeList_of_Matrix_of_Box2l__(ref List> v) {... method CodeList_of_Matrix_of_Box2f__ (line 3713) | public void CodeList_of_Matrix_of_Box2f__(ref List> v) {... method CodeList_of_Matrix_of_Box2d__ (line 3714) | public void CodeList_of_Matrix_of_Box2d__(ref List> v) {... method CodeList_of_Matrix_of_Box3i__ (line 3715) | public void CodeList_of_Matrix_of_Box3i__(ref List> v) {... method CodeList_of_Matrix_of_Box3l__ (line 3716) | public void CodeList_of_Matrix_of_Box3l__(ref List> v) {... method CodeList_of_Matrix_of_Box3f__ (line 3717) | public void CodeList_of_Matrix_of_Box3f__(ref List> v) {... method CodeList_of_Matrix_of_Box3d__ (line 3718) | public void CodeList_of_Matrix_of_Box3d__(ref List> v) {... method CodeList_of_Matrix_of_Euclidean3f__ (line 3719) | public void CodeList_of_Matrix_of_Euclidean3f__(ref List> v) {... method CodeList_of_Matrix_of_Rot2d__ (line 3722) | public void CodeList_of_Matrix_of_Rot2d__(ref List> v) {... method CodeList_of_Matrix_of_Rot3f__ (line 3723) | public void CodeList_of_Matrix_of_Rot3f__(ref List> v) {... method CodeList_of_Matrix_of_Rot3d__ (line 3724) | public void CodeList_of_Matrix_of_Rot3d__(ref List> v) {... method CodeList_of_Matrix_of_Scale3f__ (line 3725) | public void CodeList_of_Matrix_of_Scale3f__(ref List> ... method CodeList_of_Matrix_of_Scale3d__ (line 3726) | public void CodeList_of_Matrix_of_Scale3d__(ref List> ... method CodeList_of_Matrix_of_Shift3f__ (line 3727) | public void CodeList_of_Matrix_of_Shift3f__(ref List> ... method CodeList_of_Matrix_of_Shift3d__ (line 3728) | public void CodeList_of_Matrix_of_Shift3d__(ref List> ... method CodeList_of_Matrix_of_Trafo2f__ (line 3729) | public void CodeList_of_Matrix_of_Trafo2f__(ref List> ... method CodeList_of_Matrix_of_Trafo2d__ (line 3730) | public void CodeList_of_Matrix_of_Trafo2d__(ref List> ... method CodeList_of_Matrix_of_Trafo3f__ (line 3731) | public void CodeList_of_Matrix_of_Trafo3f__(ref List> ... method CodeList_of_Matrix_of_Trafo3d__ (line 3732) | public void CodeList_of_Matrix_of_Trafo3d__(ref List> ... method CodeList_of_Matrix_of_Bool__ (line 3733) | public void CodeList_of_Matrix_of_Bool__(ref List> v) { t... method CodeList_of_Matrix_of_Char__ (line 3734) | public void CodeList_of_Matrix_of_Char__(ref List> v) { t... method CodeList_of_Matrix_of_String__ (line 3735) | public void CodeList_of_Matrix_of_String__(ref List> v)... method CodeList_of_Matrix_of_Type__ (line 3736) | public void CodeList_of_Matrix_of_Type__(ref List> v) { t... method CodeList_of_Matrix_of_Guid__ (line 3737) | public void CodeList_of_Matrix_of_Guid__(ref List> v) { t... method CodeList_of_Matrix_of_Symbol__ (line 3738) | public void CodeList_of_Matrix_of_Symbol__(ref List> v)... method CodeList_of_Matrix_of_Circle2d__ (line 3739) | public void CodeList_of_Matrix_of_Circle2d__(ref List... method CodeList_of_Matrix_of_Line2d__ (line 3740) | public void CodeList_of_Matrix_of_Line2d__(ref List> v)... method CodeList_of_Matrix_of_Line3d__ (line 3741) | public void CodeList_of_Matrix_of_Line3d__(ref List> v)... method CodeList_of_Matrix_of_Plane2d__ (line 3742) | public void CodeList_of_Matrix_of_Plane2d__(ref List> ... method CodeList_of_Matrix_of_Plane3d__ (line 3743) | public void CodeList_of_Matrix_of_Plane3d__(ref List> ... method CodeList_of_Matrix_of_PlaneWithPoint3d__ (line 3744) | public void CodeList_of_Matrix_of_PlaneWithPoint3d__(ref List> v)... method CodeList_of_Matrix_of_Quad3d__ (line 3746) | public void CodeList_of_Matrix_of_Quad3d__(ref List> v)... method CodeList_of_Matrix_of_Ray2d__ (line 3747) | public void CodeList_of_Matrix_of_Ray2d__(ref List> v) {... method CodeList_of_Matrix_of_Ray3d__ (line 3748) | public void CodeList_of_Matrix_of_Ray3d__(ref List> v) {... method CodeList_of_Matrix_of_Sphere3d__ (line 3749) | public void CodeList_of_Matrix_of_Sphere3d__(ref List... method CodeList_of_Matrix_of_Triangle2d__ (line 3750) | public void CodeList_of_Matrix_of_Triangle2d__(ref List... method CodeList_of_Matrix_of_Line2f__ (line 3753) | public void CodeList_of_Matrix_of_Line2f__(ref List> v)... method CodeList_of_Matrix_of_Line3f__ (line 3754) | public void CodeList_of_Matrix_of_Line3f__(ref List> v)... method CodeList_of_Matrix_of_Plane2f__ (line 3755) | public void CodeList_of_Matrix_of_Plane2f__(ref List> ... method CodeList_of_Matrix_of_Plane3f__ (line 3756) | public void CodeList_of_Matrix_of_Plane3f__(ref List> ... method CodeList_of_Matrix_of_PlaneWithPoint3f__ (line 3757) | public void CodeList_of_Matrix_of_PlaneWithPoint3f__(ref List> v)... method CodeList_of_Matrix_of_Quad3f__ (line 3759) | public void CodeList_of_Matrix_of_Quad3f__(ref List> v)... method CodeList_of_Matrix_of_Ray2f__ (line 3760) | public void CodeList_of_Matrix_of_Ray2f__(ref List> v) {... method CodeList_of_Matrix_of_Ray3f__ (line 3761) | public void CodeList_of_Matrix_of_Ray3f__(ref List> v) {... method CodeList_of_Matrix_of_Sphere3f__ (line 3762) | public void CodeList_of_Matrix_of_Sphere3f__(ref List... method CodeList_of_Matrix_of_Triangle2f__ (line 3763) | public void CodeList_of_Matrix_of_Triangle2f__(ref List> v) { t... method CodeList_of_Volume_of_SByte__ (line 3766) | public void CodeList_of_Volume_of_SByte__(ref List> v) {... method CodeList_of_Volume_of_Short__ (line 3767) | public void CodeList_of_Volume_of_Short__(ref List> v) {... method CodeList_of_Volume_of_UShort__ (line 3768) | public void CodeList_of_Volume_of_UShort__(ref List> v)... method CodeList_of_Volume_of_Int__ (line 3769) | public void CodeList_of_Volume_of_Int__(ref List> v) { thr... method CodeList_of_Volume_of_UInt__ (line 3770) | public void CodeList_of_Volume_of_UInt__(ref List> v) { t... method CodeList_of_Volume_of_Long__ (line 3771) | public void CodeList_of_Volume_of_Long__(ref List> v) { t... method CodeList_of_Volume_of_ULong__ (line 3772) | public void CodeList_of_Volume_of_ULong__(ref List> v) {... method CodeList_of_Volume_of_Float__ (line 3773) | public void CodeList_of_Volume_of_Float__(ref List> v) {... method CodeList_of_Volume_of_Double__ (line 3774) | public void CodeList_of_Volume_of_Double__(ref List> v)... method CodeList_of_Volume_of_Fraction__ (line 3775) | public void CodeList_of_Volume_of_Fraction__(ref List... method CodeList_of_Volume_of_V2i__ (line 3776) | public void CodeList_of_Volume_of_V2i__(ref List> v) { thr... method CodeList_of_Volume_of_V2l__ (line 3777) | public void CodeList_of_Volume_of_V2l__(ref List> v) { thr... method CodeList_of_Volume_of_V2f__ (line 3778) | public void CodeList_of_Volume_of_V2f__(ref List> v) { thr... method CodeList_of_Volume_of_V2d__ (line 3779) | public void CodeList_of_Volume_of_V2d__(ref List> v) { thr... method CodeList_of_Volume_of_V3i__ (line 3780) | public void CodeList_of_Volume_of_V3i__(ref List> v) { thr... method CodeList_of_Volume_of_V3l__ (line 3781) | public void CodeList_of_Volume_of_V3l__(ref List> v) { thr... method CodeList_of_Volume_of_V3f__ (line 3782) | public void CodeList_of_Volume_of_V3f__(ref List> v) { thr... method CodeList_of_Volume_of_V3d__ (line 3783) | public void CodeList_of_Volume_of_V3d__(ref List> v) { thr... method CodeList_of_Volume_of_V4i__ (line 3784) | public void CodeList_of_Volume_of_V4i__(ref List> v) { thr... method CodeList_of_Volume_of_V4l__ (line 3785) | public void CodeList_of_Volume_of_V4l__(ref List> v) { thr... method CodeList_of_Volume_of_V4f__ (line 3786) | public void CodeList_of_Volume_of_V4f__(ref List> v) { thr... method CodeList_of_Volume_of_V4d__ (line 3787) | public void CodeList_of_Volume_of_V4d__(ref List> v) { thr... method CodeList_of_Volume_of_M22i__ (line 3788) | public void CodeList_of_Volume_of_M22i__(ref List> v) { t... method CodeList_of_Volume_of_M22l__ (line 3789) | public void CodeList_of_Volume_of_M22l__(ref List> v) { t... method CodeList_of_Volume_of_M22f__ (line 3790) | public void CodeList_of_Volume_of_M22f__(ref List> v) { t... method CodeList_of_Volume_of_M22d__ (line 3791) | public void CodeList_of_Volume_of_M22d__(ref List> v) { t... method CodeList_of_Volume_of_M23i__ (line 3792) | public void CodeList_of_Volume_of_M23i__(ref List> v) { t... method CodeList_of_Volume_of_M23l__ (line 3793) | public void CodeList_of_Volume_of_M23l__(ref List> v) { t... method CodeList_of_Volume_of_M23f__ (line 3794) | public void CodeList_of_Volume_of_M23f__(ref List> v) { t... method CodeList_of_Volume_of_M23d__ (line 3795) | public void CodeList_of_Volume_of_M23d__(ref List> v) { t... method CodeList_of_Volume_of_M33i__ (line 3796) | public void CodeList_of_Volume_of_M33i__(ref List> v) { t... method CodeList_of_Volume_of_M33l__ (line 3797) | public void CodeList_of_Volume_of_M33l__(ref List> v) { t... method CodeList_of_Volume_of_M33f__ (line 3798) | public void CodeList_of_Volume_of_M33f__(ref List> v) { t... method CodeList_of_Volume_of_M33d__ (line 3799) | public void CodeList_of_Volume_of_M33d__(ref List> v) { t... method CodeList_of_Volume_of_M34i__ (line 3800) | public void CodeList_of_Volume_of_M34i__(ref List> v) { t... method CodeList_of_Volume_of_M34l__ (line 3801) | public void CodeList_of_Volume_of_M34l__(ref List> v) { t... method CodeList_of_Volume_of_M34f__ (line 3802) | public void CodeList_of_Volume_of_M34f__(ref List> v) { t... method CodeList_of_Volume_of_M34d__ (line 3803) | public void CodeList_of_Volume_of_M34d__(ref List> v) { t... method CodeList_of_Volume_of_M44i__ (line 3804) | public void CodeList_of_Volume_of_M44i__(ref List> v) { t... method CodeList_of_Volume_of_M44l__ (line 3805) | public void CodeList_of_Volume_of_M44l__(ref List> v) { t... method CodeList_of_Volume_of_M44f__ (line 3806) | public void CodeList_of_Volume_of_M44f__(ref List> v) { t... method CodeList_of_Volume_of_M44d__ (line 3807) | public void CodeList_of_Volume_of_M44d__(ref List> v) { t... method CodeList_of_Volume_of_C3b__ (line 3808) | public void CodeList_of_Volume_of_C3b__(ref List> v) { thr... method CodeList_of_Volume_of_C3us__ (line 3809) | public void CodeList_of_Volume_of_C3us__(ref List> v) { t... method CodeList_of_Volume_of_C3ui__ (line 3810) | public void CodeList_of_Volume_of_C3ui__(ref List> v) { t... method CodeList_of_Volume_of_C3f__ (line 3811) | public void CodeList_of_Volume_of_C3f__(ref List> v) { thr... method CodeList_of_Volume_of_C3d__ (line 3812) | public void CodeList_of_Volume_of_C3d__(ref List> v) { thr... method CodeList_of_Volume_of_C4b__ (line 3813) | public void CodeList_of_Volume_of_C4b__(ref List> v) { thr... method CodeList_of_Volume_of_C4us__ (line 3814) | public void CodeList_of_Volume_of_C4us__(ref List> v) { t... method CodeList_of_Volume_of_C4ui__ (line 3815) | public void CodeList_of_Volume_of_C4ui__(ref List> v) { t... method CodeList_of_Volume_of_C4f__ (line 3816) | public void CodeList_of_Volume_of_C4f__(ref List> v) { thr... method CodeList_of_Volume_of_C4d__ (line 3817) | public void CodeList_of_Volume_of_C4d__(ref List> v) { thr... method CodeList_of_Volume_of_Range1b__ (line 3818) | public void CodeList_of_Volume_of_Range1b__(ref List> ... method CodeList_of_Volume_of_Range1sb__ (line 3819) | public void CodeList_of_Volume_of_Range1sb__(ref List... method CodeList_of_Volume_of_Range1s__ (line 3820) | public void CodeList_of_Volume_of_Range1s__(ref List> ... method CodeList_of_Volume_of_Range1us__ (line 3821) | public void CodeList_of_Volume_of_Range1us__(ref List... method CodeList_of_Volume_of_Range1i__ (line 3822) | public void CodeList_of_Volume_of_Range1i__(ref List> ... method CodeList_of_Volume_of_Range1ui__ (line 3823) | public void CodeList_of_Volume_of_Range1ui__(ref List... method CodeList_of_Volume_of_Range1l__ (line 3824) | public void CodeList_of_Volume_of_Range1l__(ref List> ... method CodeList_of_Volume_of_Range1ul__ (line 3825) | public void CodeList_of_Volume_of_Range1ul__(ref List... method CodeList_of_Volume_of_Range1f__ (line 3826) | public void CodeList_of_Volume_of_Range1f__(ref List> ... method CodeList_of_Volume_of_Range1d__ (line 3827) | public void CodeList_of_Volume_of_Range1d__(ref List> ... method CodeList_of_Volume_of_Box2i__ (line 3828) | public void CodeList_of_Volume_of_Box2i__(ref List> v) {... method CodeList_of_Volume_of_Box2l__ (line 3829) | public void CodeList_of_Volume_of_Box2l__(ref List> v) {... method CodeList_of_Volume_of_Box2f__ (line 3830) | public void CodeList_of_Volume_of_Box2f__(ref List> v) {... method CodeList_of_Volume_of_Box2d__ (line 3831) | public void CodeList_of_Volume_of_Box2d__(ref List> v) {... method CodeList_of_Volume_of_Box3i__ (line 3832) | public void CodeList_of_Volume_of_Box3i__(ref List> v) {... method CodeList_of_Volume_of_Box3l__ (line 3833) | public void CodeList_of_Volume_of_Box3l__(ref List> v) {... method CodeList_of_Volume_of_Box3f__ (line 3834) | public void CodeList_of_Volume_of_Box3f__(ref List> v) {... method CodeList_of_Volume_of_Box3d__ (line 3835) | public void CodeList_of_Volume_of_Box3d__(ref List> v) {... method CodeList_of_Volume_of_Euclidean3f__ (line 3836) | public void CodeList_of_Volume_of_Euclidean3f__(ref List> v) {... method CodeList_of_Volume_of_Rot2d__ (line 3839) | public void CodeList_of_Volume_of_Rot2d__(ref List> v) {... method CodeList_of_Volume_of_Rot3f__ (line 3840) | public void CodeList_of_Volume_of_Rot3f__(ref List> v) {... method CodeList_of_Volume_of_Rot3d__ (line 3841) | public void CodeList_of_Volume_of_Rot3d__(ref List> v) {... method CodeList_of_Volume_of_Scale3f__ (line 3842) | public void CodeList_of_Volume_of_Scale3f__(ref List> ... method CodeList_of_Volume_of_Scale3d__ (line 3843) | public void CodeList_of_Volume_of_Scale3d__(ref List> ... method CodeList_of_Volume_of_Shift3f__ (line 3844) | public void CodeList_of_Volume_of_Shift3f__(ref List> ... method CodeList_of_Volume_of_Shift3d__ (line 3845) | public void CodeList_of_Volume_of_Shift3d__(ref List> ... method CodeList_of_Volume_of_Trafo2f__ (line 3846) | public void CodeList_of_Volume_of_Trafo2f__(ref List> ... method CodeList_of_Volume_of_Trafo2d__ (line 3847) | public void CodeList_of_Volume_of_Trafo2d__(ref List> ... method CodeList_of_Volume_of_Trafo3f__ (line 3848) | public void CodeList_of_Volume_of_Trafo3f__(ref List> ... method CodeList_of_Volume_of_Trafo3d__ (line 3849) | public void CodeList_of_Volume_of_Trafo3d__(ref List> ... method CodeList_of_Volume_of_Bool__ (line 3850) | public void CodeList_of_Volume_of_Bool__(ref List> v) { t... method CodeList_of_Volume_of_Char__ (line 3851) | public void CodeList_of_Volume_of_Char__(ref List> v) { t... method CodeList_of_Volume_of_String__ (line 3852) | public void CodeList_of_Volume_of_String__(ref List> v)... method CodeList_of_Volume_of_Type__ (line 3853) | public void CodeList_of_Volume_of_Type__(ref List> v) { t... method CodeList_of_Volume_of_Guid__ (line 3854) | public void CodeList_of_Volume_of_Guid__(ref List> v) { t... method CodeList_of_Volume_of_Symbol__ (line 3855) | public void CodeList_of_Volume_of_Symbol__(ref List> v)... method CodeList_of_Volume_of_Circle2d__ (line 3856) | public void CodeList_of_Volume_of_Circle2d__(ref List... method CodeList_of_Volume_of_Line2d__ (line 3857) | public void CodeList_of_Volume_of_Line2d__(ref List> v)... method CodeList_of_Volume_of_Line3d__ (line 3858) | public void CodeList_of_Volume_of_Line3d__(ref List> v)... method CodeList_of_Volume_of_Plane2d__ (line 3859) | public void CodeList_of_Volume_of_Plane2d__(ref List> ... method CodeList_of_Volume_of_Plane3d__ (line 3860) | public void CodeList_of_Volume_of_Plane3d__(ref List> ... method CodeList_of_Volume_of_PlaneWithPoint3d__ (line 3861) | public void CodeList_of_Volume_of_PlaneWithPoint3d__(ref List> v)... method CodeList_of_Volume_of_Quad3d__ (line 3863) | public void CodeList_of_Volume_of_Quad3d__(ref List> v)... method CodeList_of_Volume_of_Ray2d__ (line 3864) | public void CodeList_of_Volume_of_Ray2d__(ref List> v) {... method CodeList_of_Volume_of_Ray3d__ (line 3865) | public void CodeList_of_Volume_of_Ray3d__(ref List> v) {... method CodeList_of_Volume_of_Sphere3d__ (line 3866) | public void CodeList_of_Volume_of_Sphere3d__(ref List... method CodeList_of_Volume_of_Triangle2d__ (line 3867) | public void CodeList_of_Volume_of_Triangle2d__(ref List... method CodeList_of_Volume_of_Line2f__ (line 3870) | public void CodeList_of_Volume_of_Line2f__(ref List> v)... method CodeList_of_Volume_of_Line3f__ (line 3871) | public void CodeList_of_Volume_of_Line3f__(ref List> v)... method CodeList_of_Volume_of_Plane2f__ (line 3872) | public void CodeList_of_Volume_of_Plane2f__(ref List> ... method CodeList_of_Volume_of_Plane3f__ (line 3873) | public void CodeList_of_Volume_of_Plane3f__(ref List> ... method CodeList_of_Volume_of_PlaneWithPoint3f__ (line 3874) | public void CodeList_of_Volume_of_PlaneWithPoint3f__(ref List> v)... method CodeList_of_Volume_of_Quad3f__ (line 3876) | public void CodeList_of_Volume_of_Quad3f__(ref List> v)... method CodeList_of_Volume_of_Ray2f__ (line 3877) | public void CodeList_of_Volume_of_Ray2f__(ref List> v) {... method CodeList_of_Volume_of_Ray3f__ (line 3878) | public void CodeList_of_Volume_of_Ray3f__(ref List> v) {... method CodeList_of_Volume_of_Sphere3f__ (line 3879) | public void CodeList_of_Volume_of_Sphere3f__(ref List... method CodeList_of_Volume_of_Triangle2f__ (line 3880) | public void CodeList_of_Volume_of_Triangle2f__(ref List> v) { t... method CodeList_of_Tensor_of_SByte__ (line 3883) | public void CodeList_of_Tensor_of_SByte__(ref List> v) {... method CodeList_of_Tensor_of_Short__ (line 3884) | public void CodeList_of_Tensor_of_Short__(ref List> v) {... method CodeList_of_Tensor_of_UShort__ (line 3885) | public void CodeList_of_Tensor_of_UShort__(ref List> v)... method CodeList_of_Tensor_of_Int__ (line 3886) | public void CodeList_of_Tensor_of_Int__(ref List> v) { thr... method CodeList_of_Tensor_of_UInt__ (line 3887) | public void CodeList_of_Tensor_of_UInt__(ref List> v) { t... method CodeList_of_Tensor_of_Long__ (line 3888) | public void CodeList_of_Tensor_of_Long__(ref List> v) { t... method CodeList_of_Tensor_of_ULong__ (line 3889) | public void CodeList_of_Tensor_of_ULong__(ref List> v) {... method CodeList_of_Tensor_of_Float__ (line 3890) | public void CodeList_of_Tensor_of_Float__(ref List> v) {... method CodeList_of_Tensor_of_Double__ (line 3891) | public void CodeList_of_Tensor_of_Double__(ref List> v)... method CodeList_of_Tensor_of_Fraction__ (line 3892) | public void CodeList_of_Tensor_of_Fraction__(ref List... method CodeList_of_Tensor_of_V2i__ (line 3893) | public void CodeList_of_Tensor_of_V2i__(ref List> v) { thr... method CodeList_of_Tensor_of_V2l__ (line 3894) | public void CodeList_of_Tensor_of_V2l__(ref List> v) { thr... method CodeList_of_Tensor_of_V2f__ (line 3895) | public void CodeList_of_Tensor_of_V2f__(ref List> v) { thr... method CodeList_of_Tensor_of_V2d__ (line 3896) | public void CodeList_of_Tensor_of_V2d__(ref List> v) { thr... method CodeList_of_Tensor_of_V3i__ (line 3897) | public void CodeList_of_Tensor_of_V3i__(ref List> v) { thr... method CodeList_of_Tensor_of_V3l__ (line 3898) | public void CodeList_of_Tensor_of_V3l__(ref List> v) { thr... method CodeList_of_Tensor_of_V3f__ (line 3899) | public void CodeList_of_Tensor_of_V3f__(ref List> v) { thr... method CodeList_of_Tensor_of_V3d__ (line 3900) | public void CodeList_of_Tensor_of_V3d__(ref List> v) { thr... method CodeList_of_Tensor_of_V4i__ (line 3901) | public void CodeList_of_Tensor_of_V4i__(ref List> v) { thr... method CodeList_of_Tensor_of_V4l__ (line 3902) | public void CodeList_of_Tensor_of_V4l__(ref List> v) { thr... method CodeList_of_Tensor_of_V4f__ (line 3903) | public void CodeList_of_Tensor_of_V4f__(ref List> v) { thr... method CodeList_of_Tensor_of_V4d__ (line 3904) | public void CodeList_of_Tensor_of_V4d__(ref List> v) { thr... method CodeList_of_Tensor_of_M22i__ (line 3905) | public void CodeList_of_Tensor_of_M22i__(ref List> v) { t... method CodeList_of_Tensor_of_M22l__ (line 3906) | public void CodeList_of_Tensor_of_M22l__(ref List> v) { t... method CodeList_of_Tensor_of_M22f__ (line 3907) | public void CodeList_of_Tensor_of_M22f__(ref List> v) { t... method CodeList_of_Tensor_of_M22d__ (line 3908) | public void CodeList_of_Tensor_of_M22d__(ref List> v) { t... method CodeList_of_Tensor_of_M23i__ (line 3909) | public void CodeList_of_Tensor_of_M23i__(ref List> v) { t... method CodeList_of_Tensor_of_M23l__ (line 3910) | public void CodeList_of_Tensor_of_M23l__(ref List> v) { t... method CodeList_of_Tensor_of_M23f__ (line 3911) | public void CodeList_of_Tensor_of_M23f__(ref List> v) { t... method CodeList_of_Tensor_of_M23d__ (line 3912) | public void CodeList_of_Tensor_of_M23d__(ref List> v) { t... method CodeList_of_Tensor_of_M33i__ (line 3913) | public void CodeList_of_Tensor_of_M33i__(ref List> v) { t... method CodeList_of_Tensor_of_M33l__ (line 3914) | public void CodeList_of_Tensor_of_M33l__(ref List> v) { t... method CodeList_of_Tensor_of_M33f__ (line 3915) | public void CodeList_of_Tensor_of_M33f__(ref List> v) { t... method CodeList_of_Tensor_of_M33d__ (line 3916) | public void CodeList_of_Tensor_of_M33d__(ref List> v) { t... method CodeList_of_Tensor_of_M34i__ (line 3917) | public void CodeList_of_Tensor_of_M34i__(ref List> v) { t... method CodeList_of_Tensor_of_M34l__ (line 3918) | public void CodeList_of_Tensor_of_M34l__(ref List> v) { t... method CodeList_of_Tensor_of_M34f__ (line 3919) | public void CodeList_of_Tensor_of_M34f__(ref List> v) { t... method CodeList_of_Tensor_of_M34d__ (line 3920) | public void CodeList_of_Tensor_of_M34d__(ref List> v) { t... method CodeList_of_Tensor_of_M44i__ (line 3921) | public void CodeList_of_Tensor_of_M44i__(ref List> v) { t... method CodeList_of_Tensor_of_M44l__ (line 3922) | public void CodeList_of_Tensor_of_M44l__(ref List> v) { t... method CodeList_of_Tensor_of_M44f__ (line 3923) | public void CodeList_of_Tensor_of_M44f__(ref List> v) { t... method CodeList_of_Tensor_of_M44d__ (line 3924) | public void CodeList_of_Tensor_of_M44d__(ref List> v) { t... method CodeList_of_Tensor_of_C3b__ (line 3925) | public void CodeList_of_Tensor_of_C3b__(ref List> v) { thr... method CodeList_of_Tensor_of_C3us__ (line 3926) | public void CodeList_of_Tensor_of_C3us__(ref List> v) { t... method CodeList_of_Tensor_of_C3ui__ (line 3927) | public void CodeList_of_Tensor_of_C3ui__(ref List> v) { t... method CodeList_of_Tensor_of_C3f__ (line 3928) | public void CodeList_of_Tensor_of_C3f__(ref List> v) { thr... method CodeList_of_Tensor_of_C3d__ (line 3929) | public void CodeList_of_Tensor_of_C3d__(ref List> v) { thr... method CodeList_of_Tensor_of_C4b__ (line 3930) | public void CodeList_of_Tensor_of_C4b__(ref List> v) { thr... method CodeList_of_Tensor_of_C4us__ (line 3931) | public void CodeList_of_Tensor_of_C4us__(ref List> v) { t... method CodeList_of_Tensor_of_C4ui__ (line 3932) | public void CodeList_of_Tensor_of_C4ui__(ref List> v) { t... method CodeList_of_Tensor_of_C4f__ (line 3933) | public void CodeList_of_Tensor_of_C4f__(ref List> v) { thr... method CodeList_of_Tensor_of_C4d__ (line 3934) | public void CodeList_of_Tensor_of_C4d__(ref List> v) { thr... method CodeList_of_Tensor_of_Range1b__ (line 3935) | public void CodeList_of_Tensor_of_Range1b__(ref List> ... method CodeList_of_Tensor_of_Range1sb__ (line 3936) | public void CodeList_of_Tensor_of_Range1sb__(ref List... method CodeList_of_Tensor_of_Range1s__ (line 3937) | public void CodeList_of_Tensor_of_Range1s__(ref List> ... method CodeList_of_Tensor_of_Range1us__ (line 3938) | public void CodeList_of_Tensor_of_Range1us__(ref List... method CodeList_of_Tensor_of_Range1i__ (line 3939) | public void CodeList_of_Tensor_of_Range1i__(ref List> ... method CodeList_of_Tensor_of_Range1ui__ (line 3940) | public void CodeList_of_Tensor_of_Range1ui__(ref List... method CodeList_of_Tensor_of_Range1l__ (line 3941) | public void CodeList_of_Tensor_of_Range1l__(ref List> ... method CodeList_of_Tensor_of_Range1ul__ (line 3942) | public void CodeList_of_Tensor_of_Range1ul__(ref List... method CodeList_of_Tensor_of_Range1f__ (line 3943) | public void CodeList_of_Tensor_of_Range1f__(ref List> ... method CodeList_of_Tensor_of_Range1d__ (line 3944) | public void CodeList_of_Tensor_of_Range1d__(ref List> ... method CodeList_of_Tensor_of_Box2i__ (line 3945) | public void CodeList_of_Tensor_of_Box2i__(ref List> v) {... method CodeList_of_Tensor_of_Box2l__ (line 3946) | public void CodeList_of_Tensor_of_Box2l__(ref List> v) {... method CodeList_of_Tensor_of_Box2f__ (line 3947) | public void CodeList_of_Tensor_of_Box2f__(ref List> v) {... method CodeList_of_Tensor_of_Box2d__ (line 3948) | public void CodeList_of_Tensor_of_Box2d__(ref List> v) {... method CodeList_of_Tensor_of_Box3i__ (line 3949) | public void CodeList_of_Tensor_of_Box3i__(ref List> v) {... method CodeList_of_Tensor_of_Box3l__ (line 3950) | public void CodeList_of_Tensor_of_Box3l__(ref List> v) {... method CodeList_of_Tensor_of_Box3f__ (line 3951) | public void CodeList_of_Tensor_of_Box3f__(ref List> v) {... method CodeList_of_Tensor_of_Box3d__ (line 3952) | public void CodeList_of_Tensor_of_Box3d__(ref List> v) {... method CodeList_of_Tensor_of_Euclidean3f__ (line 3953) | public void CodeList_of_Tensor_of_Euclidean3f__(ref List> v) {... method CodeList_of_Tensor_of_Rot2d__ (line 3956) | public void CodeList_of_Tensor_of_Rot2d__(ref List> v) {... method CodeList_of_Tensor_of_Rot3f__ (line 3957) | public void CodeList_of_Tensor_of_Rot3f__(ref List> v) {... method CodeList_of_Tensor_of_Rot3d__ (line 3958) | public void CodeList_of_Tensor_of_Rot3d__(ref List> v) {... method CodeList_of_Tensor_of_Scale3f__ (line 3959) | public void CodeList_of_Tensor_of_Scale3f__(ref List> ... method CodeList_of_Tensor_of_Scale3d__ (line 3960) | public void CodeList_of_Tensor_of_Scale3d__(ref List> ... method CodeList_of_Tensor_of_Shift3f__ (line 3961) | public void CodeList_of_Tensor_of_Shift3f__(ref List> ... method CodeList_of_Tensor_of_Shift3d__ (line 3962) | public void CodeList_of_Tensor_of_Shift3d__(ref List> ... method CodeList_of_Tensor_of_Trafo2f__ (line 3963) | public void CodeList_of_Tensor_of_Trafo2f__(ref List> ... method CodeList_of_Tensor_of_Trafo2d__ (line 3964) | public void CodeList_of_Tensor_of_Trafo2d__(ref List> ... method CodeList_of_Tensor_of_Trafo3f__ (line 3965) | public void CodeList_of_Tensor_of_Trafo3f__(ref List> ... method CodeList_of_Tensor_of_Trafo3d__ (line 3966) | public void CodeList_of_Tensor_of_Trafo3d__(ref List> ... method CodeList_of_Tensor_of_Bool__ (line 3967) | public void CodeList_of_Tensor_of_Bool__(ref List> v) { t... method CodeList_of_Tensor_of_Char__ (line 3968) | public void CodeList_of_Tensor_of_Char__(ref List> v) { t... method CodeList_of_Tensor_of_String__ (line 3969) | public void CodeList_of_Tensor_of_String__(ref List> v)... method CodeList_of_Tensor_of_Type__ (line 3970) | public void CodeList_of_Tensor_of_Type__(ref List> v) { t... method CodeList_of_Tensor_of_Guid__ (line 3971) | public void CodeList_of_Tensor_of_Guid__(ref List> v) { t... method CodeList_of_Tensor_of_Symbol__ (line 3972) | public void CodeList_of_Tensor_of_Symbol__(ref List> v)... method CodeList_of_Tensor_of_Circle2d__ (line 3973) | public void CodeList_of_Tensor_of_Circle2d__(ref List... method CodeList_of_Tensor_of_Line2d__ (line 3974) | public void CodeList_of_Tensor_of_Line2d__(ref List> v)... method CodeList_of_Tensor_of_Line3d__ (line 3975) | public void CodeList_of_Tensor_of_Line3d__(ref List> v)... method CodeList_of_Tensor_of_Plane2d__ (line 3976) | public void CodeList_of_Tensor_of_Plane2d__(ref List> ... method CodeList_of_Tensor_of_Plane3d__ (line 3977) | public void CodeList_of_Tensor_of_Plane3d__(ref List> ... method CodeList_of_Tensor_of_PlaneWithPoint3d__ (line 3978) | public void CodeList_of_Tensor_of_PlaneWithPoint3d__(ref List> v)... method CodeList_of_Tensor_of_Quad3d__ (line 3980) | public void CodeList_of_Tensor_of_Quad3d__(ref List> v)... method CodeList_of_Tensor_of_Ray2d__ (line 3981) | public void CodeList_of_Tensor_of_Ray2d__(ref List> v) {... method CodeList_of_Tensor_of_Ray3d__ (line 3982) | public void CodeList_of_Tensor_of_Ray3d__(ref List> v) {... method CodeList_of_Tensor_of_Sphere3d__ (line 3983) | public void CodeList_of_Tensor_of_Sphere3d__(ref List... method CodeList_of_Tensor_of_Triangle2d__ (line 3984) | public void CodeList_of_Tensor_of_Triangle2d__(ref List... method CodeList_of_Tensor_of_Line2f__ (line 3987) | public void CodeList_of_Tensor_of_Line2f__(ref List> v)... method CodeList_of_Tensor_of_Line3f__ (line 3988) | public void CodeList_of_Tensor_of_Line3f__(ref List> v)... method CodeList_of_Tensor_of_Plane2f__ (line 3989) | public void CodeList_of_Tensor_of_Plane2f__(ref List> ... method CodeList_of_Tensor_of_Plane3f__ (line 3990) | public void CodeList_of_Tensor_of_Plane3f__(ref List> ... method CodeList_of_Tensor_of_PlaneWithPoint3f__ (line 3991) | public void CodeList_of_Tensor_of_PlaneWithPoint3f__(ref List> v)... method CodeList_of_Tensor_of_Quad3f__ (line 3993) | public void CodeList_of_Tensor_of_Quad3f__(ref List> v)... method CodeList_of_Tensor_of_Ray2f__ (line 3994) | public void CodeList_of_Tensor_of_Ray2f__(ref List> v) {... method CodeList_of_Tensor_of_Ray3f__ (line 3995) | public void CodeList_of_Tensor_of_Ray3f__(ref List> v) {... method CodeList_of_Tensor_of_Sphere3f__ (line 3996) | public void CodeList_of_Tensor_of_Sphere3f__(ref List... method CodeList_of_Tensor_of_Triangle2f__ (line 3997) | public void CodeList_of_Tensor_of_Triangle2f__(ref List value) method CodeVector_of_SByte_ (line 4187) | public void CodeVector_of_SByte_(ref Vector value) method CodeVector_of_Short_ (line 4233) | public void CodeVector_of_Short_(ref Vector value) method CodeVector_of_UShort_ (line 4279) | public void CodeVector_of_UShort_(ref Vector value) method CodeVector_of_Int_ (line 4325) | public void CodeVector_of_Int_(ref Vector value) method CodeVector_of_UInt_ (line 4371) | public void CodeVector_of_UInt_(ref Vector value) method CodeVector_of_Long_ (line 4417) | public void CodeVector_of_Long_(ref Vector value) method CodeVector_of_ULong_ (line 4463) | public void CodeVector_of_ULong_(ref Vector value) method CodeVector_of_Float_ (line 4509) | public void CodeVector_of_Float_(ref Vector value) method CodeVector_of_Double_ (line 4555) | public void CodeVector_of_Double_(ref Vector value) method CodeVector_of_Fraction_ (line 4601) | public void CodeVector_of_Fraction_(ref Vector value) method CodeVector_of_V2i_ (line 4647) | public void CodeVector_of_V2i_(ref Vector value) method CodeVector_of_V2l_ (line 4693) | public void CodeVector_of_V2l_(ref Vector value) method CodeVector_of_V2f_ (line 4739) | public void CodeVector_of_V2f_(ref Vector value) method CodeVector_of_V2d_ (line 4785) | public void CodeVector_of_V2d_(ref Vector value) method CodeVector_of_V3i_ (line 4831) | public void CodeVector_of_V3i_(ref Vector value) method CodeVector_of_V3l_ (line 4877) | public void CodeVector_of_V3l_(ref Vector value) method CodeVector_of_V3f_ (line 4923) | public void CodeVector_of_V3f_(ref Vector value) method CodeVector_of_V3d_ (line 4969) | public void CodeVector_of_V3d_(ref Vector value) method CodeVector_of_V4i_ (line 5015) | public void CodeVector_of_V4i_(ref Vector value) method CodeVector_of_V4l_ (line 5061) | public void CodeVector_of_V4l_(ref Vector value) method CodeVector_of_V4f_ (line 5107) | public void CodeVector_of_V4f_(ref Vector value) method CodeVector_of_V4d_ (line 5153) | public void CodeVector_of_V4d_(ref Vector value) method CodeVector_of_M22i_ (line 5199) | public void CodeVector_of_M22i_(ref Vector value) method CodeVector_of_M22l_ (line 5245) | public void CodeVector_of_M22l_(ref Vector value) method CodeVector_of_M22f_ (line 5291) | public void CodeVector_of_M22f_(ref Vector value) method CodeVector_of_M22d_ (line 5337) | public void CodeVector_of_M22d_(ref Vector value) method CodeVector_of_M23i_ (line 5383) | public void CodeVector_of_M23i_(ref Vector value) method CodeVector_of_M23l_ (line 5429) | public void CodeVector_of_M23l_(ref Vector value) method CodeVector_of_M23f_ (line 5475) | public void CodeVector_of_M23f_(ref Vector value) method CodeVector_of_M23d_ (line 5521) | public void CodeVector_of_M23d_(ref Vector value) method CodeVector_of_M33i_ (line 5567) | public void CodeVector_of_M33i_(ref Vector value) method CodeVector_of_M33l_ (line 5613) | public void CodeVector_of_M33l_(ref Vector value) method CodeVector_of_M33f_ (line 5659) | public void CodeVector_of_M33f_(ref Vector value) method CodeVector_of_M33d_ (line 5705) | public void CodeVector_of_M33d_(ref Vector value) method CodeVector_of_M34i_ (line 5751) | public void CodeVector_of_M34i_(ref Vector value) method CodeVector_of_M34l_ (line 5797) | public void CodeVector_of_M34l_(ref Vector value) method CodeVector_of_M34f_ (line 5843) | public void CodeVector_of_M34f_(ref Vector value) method CodeVector_of_M34d_ (line 5889) | public void CodeVector_of_M34d_(ref Vector value) method CodeVector_of_M44i_ (line 5935) | public void CodeVector_of_M44i_(ref Vector value) method CodeVector_of_M44l_ (line 5981) | public void CodeVector_of_M44l_(ref Vector value) method CodeVector_of_M44f_ (line 6027) | public void CodeVector_of_M44f_(ref Vector value) method CodeVector_of_M44d_ (line 6073) | public void CodeVector_of_M44d_(ref Vector value) method CodeVector_of_C3b_ (line 6119) | public void CodeVector_of_C3b_(ref Vector value) method CodeVector_of_C3us_ (line 6165) | public void CodeVector_of_C3us_(ref Vector value) method CodeVector_of_C3ui_ (line 6211) | public void CodeVector_of_C3ui_(ref Vector value) method CodeVector_of_C3f_ (line 6257) | public void CodeVector_of_C3f_(ref Vector value) method CodeVector_of_C3d_ (line 6303) | public void CodeVector_of_C3d_(ref Vector value) method CodeVector_of_C4b_ (line 6349) | public void CodeVector_of_C4b_(ref Vector value) method CodeVector_of_C4us_ (line 6395) | public void CodeVector_of_C4us_(ref Vector value) method CodeVector_of_C4ui_ (line 6441) | public void CodeVector_of_C4ui_(ref Vector value) method CodeVector_of_C4f_ (line 6487) | public void CodeVector_of_C4f_(ref Vector value) method CodeVector_of_C4d_ (line 6533) | public void CodeVector_of_C4d_(ref Vector value) method CodeVector_of_Range1b_ (line 6579) | public void CodeVector_of_Range1b_(ref Vector value) method CodeVector_of_Range1sb_ (line 6625) | public void CodeVector_of_Range1sb_(ref Vector value) method CodeVector_of_Range1s_ (line 6671) | public void CodeVector_of_Range1s_(ref Vector value) method CodeVector_of_Range1us_ (line 6717) | public void CodeVector_of_Range1us_(ref Vector value) method CodeVector_of_Range1i_ (line 6763) | public void CodeVector_of_Range1i_(ref Vector value) method CodeVector_of_Range1ui_ (line 6809) | public void CodeVector_of_Range1ui_(ref Vector value) method CodeVector_of_Range1l_ (line 6855) | public void CodeVector_of_Range1l_(ref Vector value) method CodeVector_of_Range1ul_ (line 6901) | public void CodeVector_of_Range1ul_(ref Vector value) method CodeVector_of_Range1f_ (line 6947) | public void CodeVector_of_Range1f_(ref Vector value) method CodeVector_of_Range1d_ (line 6993) | public void CodeVector_of_Range1d_(ref Vector value) method CodeVector_of_Box2i_ (line 7039) | public void CodeVector_of_Box2i_(ref Vector value) method CodeVector_of_Box2l_ (line 7085) | public void CodeVector_of_Box2l_(ref Vector value) method CodeVector_of_Box2f_ (line 7131) | public void CodeVector_of_Box2f_(ref Vector value) method CodeVector_of_Box2d_ (line 7177) | public void CodeVector_of_Box2d_(ref Vector value) method CodeVector_of_Box3i_ (line 7223) | public void CodeVector_of_Box3i_(ref Vector value) method CodeVector_of_Box3l_ (line 7269) | public void CodeVector_of_Box3l_(ref Vector value) method CodeVector_of_Box3f_ (line 7315) | public void CodeVector_of_Box3f_(ref Vector value) method CodeVector_of_Box3d_ (line 7361) | public void CodeVector_of_Box3d_(ref Vector value) method CodeVector_of_Euclidean3f_ (line 7407) | public void CodeVector_of_Euclidean3f_(ref Vector value) method CodeVector_of_Euclidean3d_ (line 7453) | public void CodeVector_of_Euclidean3d_(ref Vector value) method CodeVector_of_Rot2f_ (line 7499) | public void CodeVector_of_Rot2f_(ref Vector value) method CodeVector_of_Rot2d_ (line 7545) | public void CodeVector_of_Rot2d_(ref Vector value) method CodeVector_of_Rot3f_ (line 7591) | public void CodeVector_of_Rot3f_(ref Vector value) method CodeVector_of_Rot3d_ (line 7637) | public void CodeVector_of_Rot3d_(ref Vector value) method CodeVector_of_Scale3f_ (line 7683) | public void CodeVector_of_Scale3f_(ref Vector value) method CodeVector_of_Scale3d_ (line 7729) | public void CodeVector_of_Scale3d_(ref Vector value) method CodeVector_of_Shift3f_ (line 7775) | public void CodeVector_of_Shift3f_(ref Vector value) method CodeVector_of_Shift3d_ (line 7821) | public void CodeVector_of_Shift3d_(ref Vector value) method CodeVector_of_Trafo2f_ (line 7867) | public void CodeVector_of_Trafo2f_(ref Vector value) method CodeVector_of_Trafo2d_ (line 7913) | public void CodeVector_of_Trafo2d_(ref Vector value) method CodeVector_of_Trafo3f_ (line 7959) | public void CodeVector_of_Trafo3f_(ref Vector value) method CodeVector_of_Trafo3d_ (line 8005) | public void CodeVector_of_Trafo3d_(ref Vector value) method CodeVector_of_Bool_ (line 8051) | public void CodeVector_of_Bool_(ref Vector value) method CodeVector_of_Char_ (line 8097) | public void CodeVector_of_Char_(ref Vector value) method CodeVector_of_String_ (line 8143) | public void CodeVector_of_String_(ref Vector value) method CodeVector_of_Type_ (line 8189) | public void CodeVector_of_Type_(ref Vector value) method CodeVector_of_Guid_ (line 8235) | public void CodeVector_of_Guid_(ref Vector value) method CodeVector_of_Symbol_ (line 8281) | public void CodeVector_of_Symbol_(ref Vector value) method CodeVector_of_Circle2d_ (line 8327) | public void CodeVector_of_Circle2d_(ref Vector value) method CodeVector_of_Line2d_ (line 8373) | public void CodeVector_of_Line2d_(ref Vector value) method CodeVector_of_Line3d_ (line 8419) | public void CodeVector_of_Line3d_(ref Vector value) method CodeVector_of_Plane2d_ (line 8465) | public void CodeVector_of_Plane2d_(ref Vector value) method CodeVector_of_Plane3d_ (line 8511) | public void CodeVector_of_Plane3d_(ref Vector value) method CodeVector_of_PlaneWithPoint3d_ (line 8557) | public void CodeVector_of_PlaneWithPoint3d_(ref Vector value) method CodeVector_of_Quad3d_ (line 8649) | public void CodeVector_of_Quad3d_(ref Vector value) method CodeVector_of_Ray2d_ (line 8695) | public void CodeVector_of_Ray2d_(ref Vector value) method CodeVector_of_Ray3d_ (line 8741) | public void CodeVector_of_Ray3d_(ref Vector value) method CodeVector_of_Sphere3d_ (line 8787) | public void CodeVector_of_Sphere3d_(ref Vector value) method CodeVector_of_Triangle2d_ (line 8833) | public void CodeVector_of_Triangle2d_(ref Vector value) method CodeVector_of_Triangle3d_ (line 8879) | public void CodeVector_of_Triangle3d_(ref Vector value) method CodeVector_of_Circle2f_ (line 8925) | public void CodeVector_of_Circle2f_(ref Vector value) method CodeVector_of_Line2f_ (line 8971) | public void CodeVector_of_Line2f_(ref Vector value) method CodeVector_of_Line3f_ (line 9017) | public void CodeVector_of_Line3f_(ref Vector value) method CodeVector_of_Plane2f_ (line 9063) | public void CodeVector_of_Plane2f_(ref Vector value) method CodeVector_of_Plane3f_ (line 9109) | public void CodeVector_of_Plane3f_(ref Vector value) method CodeVector_of_PlaneWithPoint3f_ (line 9155) | public void CodeVector_of_PlaneWithPoint3f_(ref Vector value) method CodeVector_of_Quad3f_ (line 9247) | public void CodeVector_of_Quad3f_(ref Vector value) method CodeVector_of_Ray2f_ (line 9293) | public void CodeVector_of_Ray2f_(ref Vector value) method CodeVector_of_Ray3f_ (line 9339) | public void CodeVector_of_Ray3f_(ref Vector value) method CodeVector_of_Sphere3f_ (line 9385) | public void CodeVector_of_Sphere3f_(ref Vector value) method CodeVector_of_Triangle2f_ (line 9431) | public void CodeVector_of_Triangle2f_(ref Vector value) method CodeVector_of_Triangle3f_ (line 9477) | public void CodeVector_of_Triangle3f_(ref Vector value) method CodeMatrix_of_Byte_ (line 9523) | public void CodeMatrix_of_Byte_(ref Matrix value) method CodeMatrix_of_SByte_ (line 9569) | public void CodeMatrix_of_SByte_(ref Matrix value) method CodeMatrix_of_Short_ (line 9615) | public void CodeMatrix_of_Short_(ref Matrix value) method CodeMatrix_of_UShort_ (line 9661) | public void CodeMatrix_of_UShort_(ref Matrix value) method CodeMatrix_of_Int_ (line 9707) | public void CodeMatrix_of_Int_(ref Matrix value) method CodeMatrix_of_UInt_ (line 9753) | public void CodeMatrix_of_UInt_(ref Matrix value) method CodeMatrix_of_Long_ (line 9799) | public void CodeMatrix_of_Long_(ref Matrix value) method CodeMatrix_of_ULong_ (line 9845) | public void CodeMatrix_of_ULong_(ref Matrix value) method CodeMatrix_of_Float_ (line 9891) | public void CodeMatrix_of_Float_(ref Matrix value) method CodeMatrix_of_Double_ (line 9937) | public void CodeMatrix_of_Double_(ref Matrix value) method CodeMatrix_of_Fraction_ (line 9983) | public void CodeMatrix_of_Fraction_(ref Matrix value) method CodeMatrix_of_V2i_ (line 10029) | public void CodeMatrix_of_V2i_(ref Matrix value) method CodeMatrix_of_V2l_ (line 10075) | public void CodeMatrix_of_V2l_(ref Matrix value) method CodeMatrix_of_V2f_ (line 10121) | public void CodeMatrix_of_V2f_(ref Matrix value) method CodeMatrix_of_V2d_ (line 10167) | public void CodeMatrix_of_V2d_(ref Matrix value) method CodeMatrix_of_V3i_ (line 10213) | public void CodeMatrix_of_V3i_(ref Matrix value) method CodeMatrix_of_V3l_ (line 10259) | public void CodeMatrix_of_V3l_(ref Matrix value) method CodeMatrix_of_V3f_ (line 10305) | public void CodeMatrix_of_V3f_(ref Matrix value) method CodeMatrix_of_V3d_ (line 10351) | public void CodeMatrix_of_V3d_(ref Matrix value) method CodeMatrix_of_V4i_ (line 10397) | public void CodeMatrix_of_V4i_(ref Matrix value) method CodeMatrix_of_V4l_ (line 10443) | public void CodeMatrix_of_V4l_(ref Matrix value) method CodeMatrix_of_V4f_ (line 10489) | public void CodeMatrix_of_V4f_(ref Matrix value) method CodeMatrix_of_V4d_ (line 10535) | public void CodeMatrix_of_V4d_(ref Matrix value) method CodeMatrix_of_M22i_ (line 10581) | public void CodeMatrix_of_M22i_(ref Matrix value) method CodeMatrix_of_M22l_ (line 10627) | public void CodeMatrix_of_M22l_(ref Matrix value) method CodeMatrix_of_M22f_ (line 10673) | public void CodeMatrix_of_M22f_(ref Matrix value) method CodeMatrix_of_M22d_ (line 10719) | public void CodeMatrix_of_M22d_(ref Matrix value) method CodeMatrix_of_M23i_ (line 10765) | public void CodeMatrix_of_M23i_(ref Matrix value) method CodeMatrix_of_M23l_ (line 10811) | public void CodeMatrix_of_M23l_(ref Matrix value) method CodeMatrix_of_M23f_ (line 10857) | public void CodeMatrix_of_M23f_(ref Matrix value) method CodeMatrix_of_M23d_ (line 10903) | public void CodeMatrix_of_M23d_(ref Matrix value) method CodeMatrix_of_M33i_ (line 10949) | public void CodeMatrix_of_M33i_(ref Matrix value) method CodeMatrix_of_M33l_ (line 10995) | public void CodeMatrix_of_M33l_(ref Matrix value) method CodeMatrix_of_M33f_ (line 11041) | public void CodeMatrix_of_M33f_(ref Matrix value) method CodeMatrix_of_M33d_ (line 11087) | public void CodeMatrix_of_M33d_(ref Matrix value) method CodeMatrix_of_M34i_ (line 11133) | public void CodeMatrix_of_M34i_(ref Matrix value) method CodeMatrix_of_M34l_ (line 11179) | public void CodeMatrix_of_M34l_(ref Matrix value) method CodeMatrix_of_M34f_ (line 11225) | public void CodeMatrix_of_M34f_(ref Matrix value) method CodeMatrix_of_M34d_ (line 11271) | public void CodeMatrix_of_M34d_(ref Matrix value) method CodeMatrix_of_M44i_ (line 11317) | public void CodeMatrix_of_M44i_(ref Matrix value) method CodeMatrix_of_M44l_ (line 11363) | public void CodeMatrix_of_M44l_(ref Matrix value) method CodeMatrix_of_M44f_ (line 11409) | public void CodeMatrix_of_M44f_(ref Matrix value) method CodeMatrix_of_M44d_ (line 11455) | public void CodeMatrix_of_M44d_(ref Matrix value) method CodeMatrix_of_C3b_ (line 11501) | public void CodeMatrix_of_C3b_(ref Matrix value) method CodeMatrix_of_C3us_ (line 11547) | public void CodeMatrix_of_C3us_(ref Matrix value) method CodeMatrix_of_C3ui_ (line 11593) | public void CodeMatrix_of_C3ui_(ref Matrix value) method CodeMatrix_of_C3f_ (line 11639) | public void CodeMatrix_of_C3f_(ref Matrix value) method CodeMatrix_of_C3d_ (line 11685) | public void CodeMatrix_of_C3d_(ref Matrix value) method CodeMatrix_of_C4b_ (line 11731) | public void CodeMatrix_of_C4b_(ref Matrix value) method CodeMatrix_of_C4us_ (line 11777) | public void CodeMatrix_of_C4us_(ref Matrix value) method CodeMatrix_of_C4ui_ (line 11823) | public void CodeMatrix_of_C4ui_(ref Matrix value) method CodeMatrix_of_C4f_ (line 11869) | public void CodeMatrix_of_C4f_(ref Matrix value) method CodeMatrix_of_C4d_ (line 11915) | public void CodeMatrix_of_C4d_(ref Matrix value) method CodeMatrix_of_Range1b_ (line 11961) | public void CodeMatrix_of_Range1b_(ref Matrix value) method CodeMatrix_of_Range1sb_ (line 12007) | public void CodeMatrix_of_Range1sb_(ref Matrix value) method CodeMatrix_of_Range1s_ (line 12053) | public void CodeMatrix_of_Range1s_(ref Matrix value) method CodeMatrix_of_Range1us_ (line 12099) | public void CodeMatrix_of_Range1us_(ref Matrix value) method CodeMatrix_of_Range1i_ (line 12145) | public void CodeMatrix_of_Range1i_(ref Matrix value) method CodeMatrix_of_Range1ui_ (line 12191) | public void CodeMatrix_of_Range1ui_(ref Matrix value) method CodeMatrix_of_Range1l_ (line 12237) | public void CodeMatrix_of_Range1l_(ref Matrix value) method CodeMatrix_of_Range1ul_ (line 12283) | public void CodeMatrix_of_Range1ul_(ref Matrix value) method CodeMatrix_of_Range1f_ (line 12329) | public void CodeMatrix_of_Range1f_(ref Matrix value) method CodeMatrix_of_Range1d_ (line 12375) | public void CodeMatrix_of_Range1d_(ref Matrix value) method CodeMatrix_of_Box2i_ (line 12421) | public void CodeMatrix_of_Box2i_(ref Matrix value) method CodeMatrix_of_Box2l_ (line 12467) | public void CodeMatrix_of_Box2l_(ref Matrix value) method CodeMatrix_of_Box2f_ (line 12513) | public void CodeMatrix_of_Box2f_(ref Matrix value) method CodeMatrix_of_Box2d_ (line 12559) | public void CodeMatrix_of_Box2d_(ref Matrix value) method CodeMatrix_of_Box3i_ (line 12605) | public void CodeMatrix_of_Box3i_(ref Matrix value) method CodeMatrix_of_Box3l_ (line 12651) | public void CodeMatrix_of_Box3l_(ref Matrix value) method CodeMatrix_of_Box3f_ (line 12697) | public void CodeMatrix_of_Box3f_(ref Matrix value) method CodeMatrix_of_Box3d_ (line 12743) | public void CodeMatrix_of_Box3d_(ref Matrix value) method CodeMatrix_of_Euclidean3f_ (line 12789) | public void CodeMatrix_of_Euclidean3f_(ref Matrix value) method CodeMatrix_of_Euclidean3d_ (line 12835) | public void CodeMatrix_of_Euclidean3d_(ref Matrix value) method CodeMatrix_of_Rot2f_ (line 12881) | public void CodeMatrix_of_Rot2f_(ref Matrix value) method CodeMatrix_of_Rot2d_ (line 12927) | public void CodeMatrix_of_Rot2d_(ref Matrix value) method CodeMatrix_of_Rot3f_ (line 12973) | public void CodeMatrix_of_Rot3f_(ref Matrix value) method CodeMatrix_of_Rot3d_ (line 13019) | public void CodeMatrix_of_Rot3d_(ref Matrix value) method CodeMatrix_of_Scale3f_ (line 13065) | public void CodeMatrix_of_Scale3f_(ref Matrix value) method CodeMatrix_of_Scale3d_ (line 13111) | public void CodeMatrix_of_Scale3d_(ref Matrix value) method CodeMatrix_of_Shift3f_ (line 13157) | public void CodeMatrix_of_Shift3f_(ref Matrix value) method CodeMatrix_of_Shift3d_ (line 13203) | public void CodeMatrix_of_Shift3d_(ref Matrix value) method CodeMatrix_of_Trafo2f_ (line 13249) | public void CodeMatrix_of_Trafo2f_(ref Matrix value) method CodeMatrix_of_Trafo2d_ (line 13295) | public void CodeMatrix_of_Trafo2d_(ref Matrix value) method CodeMatrix_of_Trafo3f_ (line 13341) | public void CodeMatrix_of_Trafo3f_(ref Matrix value) method CodeMatrix_of_Trafo3d_ (line 13387) | public void CodeMatrix_of_Trafo3d_(ref Matrix value) method CodeMatrix_of_Bool_ (line 13433) | public void CodeMatrix_of_Bool_(ref Matrix value) method CodeMatrix_of_Char_ (line 13479) | public void CodeMatrix_of_Char_(ref Matrix value) method CodeMatrix_of_String_ (line 13525) | public void CodeMatrix_of_String_(ref Matrix value) method CodeMatrix_of_Type_ (line 13571) | public void CodeMatrix_of_Type_(ref Matrix value) method CodeMatrix_of_Guid_ (line 13617) | public void CodeMatrix_of_Guid_(ref Matrix value) method CodeMatrix_of_Symbol_ (line 13663) | public void CodeMatrix_of_Symbol_(ref Matrix value) method CodeMatrix_of_Circle2d_ (line 13709) | public void CodeMatrix_of_Circle2d_(ref Matrix value) method CodeMatrix_of_Line2d_ (line 13755) | public void CodeMatrix_of_Line2d_(ref Matrix value) method CodeMatrix_of_Line3d_ (line 13801) | public void CodeMatrix_of_Line3d_(ref Matrix value) method CodeMatrix_of_Plane2d_ (line 13847) | public void CodeMatrix_of_Plane2d_(ref Matrix value) method CodeMatrix_of_Plane3d_ (line 13893) | public void CodeMatrix_of_Plane3d_(ref Matrix value) method CodeMatrix_of_PlaneWithPoint3d_ (line 13939) | public void CodeMatrix_of_PlaneWithPoint3d_(ref Matrix value) method CodeMatrix_of_Quad3d_ (line 14031) | public void CodeMatrix_of_Quad3d_(ref Matrix value) method CodeMatrix_of_Ray2d_ (line 14077) | public void CodeMatrix_of_Ray2d_(ref Matrix value) method CodeMatrix_of_Ray3d_ (line 14123) | public void CodeMatrix_of_Ray3d_(ref Matrix value) method CodeMatrix_of_Sphere3d_ (line 14169) | public void CodeMatrix_of_Sphere3d_(ref Matrix value) method CodeMatrix_of_Triangle2d_ (line 14215) | public void CodeMatrix_of_Triangle2d_(ref Matrix value) method CodeMatrix_of_Triangle3d_ (line 14261) | public void CodeMatrix_of_Triangle3d_(ref Matrix value) method CodeMatrix_of_Circle2f_ (line 14307) | public void CodeMatrix_of_Circle2f_(ref Matrix value) method CodeMatrix_of_Line2f_ (line 14353) | public void CodeMatrix_of_Line2f_(ref Matrix value) method CodeMatrix_of_Line3f_ (line 14399) | public void CodeMatrix_of_Line3f_(ref Matrix value) method CodeMatrix_of_Plane2f_ (line 14445) | public void CodeMatrix_of_Plane2f_(ref Matrix value) method CodeMatrix_of_Plane3f_ (line 14491) | public void CodeMatrix_of_Plane3f_(ref Matrix value) method CodeMatrix_of_PlaneWithPoint3f_ (line 14537) | public void CodeMatrix_of_PlaneWithPoint3f_(ref Matrix value) method CodeMatrix_of_Quad3f_ (line 14629) | public void CodeMatrix_of_Quad3f_(ref Matrix value) method CodeMatrix_of_Ray2f_ (line 14675) | public void CodeMatrix_of_Ray2f_(ref Matrix value) method CodeMatrix_of_Ray3f_ (line 14721) | public void CodeMatrix_of_Ray3f_(ref Matrix value) method CodeMatrix_of_Sphere3f_ (line 14767) | public void CodeMatrix_of_Sphere3f_(ref Matrix value) method CodeMatrix_of_Triangle2f_ (line 14813) | public void CodeMatrix_of_Triangle2f_(ref Matrix value) method CodeMatrix_of_Triangle3f_ (line 14859) | public void CodeMatrix_of_Triangle3f_(ref Matrix value) method CodeVolume_of_Byte_ (line 14905) | public void CodeVolume_of_Byte_(ref Volume value) method CodeVolume_of_SByte_ (line 14951) | public void CodeVolume_of_SByte_(ref Volume value) method CodeVolume_of_Short_ (line 14997) | public void CodeVolume_of_Short_(ref Volume value) method CodeVolume_of_UShort_ (line 15043) | public void CodeVolume_of_UShort_(ref Volume value) method CodeVolume_of_Int_ (line 15089) | public void CodeVolume_of_Int_(ref Volume value) method CodeVolume_of_UInt_ (line 15135) | public void CodeVolume_of_UInt_(ref Volume value) method CodeVolume_of_Long_ (line 15181) | public void CodeVolume_of_Long_(ref Volume value) method CodeVolume_of_ULong_ (line 15227) | public void CodeVolume_of_ULong_(ref Volume value) method CodeVolume_of_Float_ (line 15273) | public void CodeVolume_of_Float_(ref Volume value) method CodeVolume_of_Double_ (line 15319) | public void CodeVolume_of_Double_(ref Volume value) method CodeVolume_of_Fraction_ (line 15365) | public void CodeVolume_of_Fraction_(ref Volume value) method CodeVolume_of_V2i_ (line 15411) | public void CodeVolume_of_V2i_(ref Volume value) method CodeVolume_of_V2l_ (line 15457) | public void CodeVolume_of_V2l_(ref Volume value) method CodeVolume_of_V2f_ (line 15503) | public void CodeVolume_of_V2f_(ref Volume value) method CodeVolume_of_V2d_ (line 15549) | public void CodeVolume_of_V2d_(ref Volume value) method CodeVolume_of_V3i_ (line 15595) | public void CodeVolume_of_V3i_(ref Volume value) method CodeVolume_of_V3l_ (line 15641) | public void CodeVolume_of_V3l_(ref Volume value) method CodeVolume_of_V3f_ (line 15687) | public void CodeVolume_of_V3f_(ref Volume value) method CodeVolume_of_V3d_ (line 15733) | public void CodeVolume_of_V3d_(ref Volume value) method CodeVolume_of_V4i_ (line 15779) | public void CodeVolume_of_V4i_(ref Volume value) method CodeVolume_of_V4l_ (line 15825) | public void CodeVolume_of_V4l_(ref Volume value) method CodeVolume_of_V4f_ (line 15871) | public void CodeVolume_of_V4f_(ref Volume value) method CodeVolume_of_V4d_ (line 15917) | public void CodeVolume_of_V4d_(ref Volume value) method CodeVolume_of_M22i_ (line 15963) | public void CodeVolume_of_M22i_(ref Volume value) method CodeVolume_of_M22l_ (line 16009) | public void CodeVolume_of_M22l_(ref Volume value) method CodeVolume_of_M22f_ (line 16055) | public void CodeVolume_of_M22f_(ref Volume value) method CodeVolume_of_M22d_ (line 16101) | public void CodeVolume_of_M22d_(ref Volume value) method CodeVolume_of_M23i_ (line 16147) | public void CodeVolume_of_M23i_(ref Volume value) method CodeVolume_of_M23l_ (line 16193) | public void CodeVolume_of_M23l_(ref Volume value) method CodeVolume_of_M23f_ (line 16239) | public void CodeVolume_of_M23f_(ref Volume value) method CodeVolume_of_M23d_ (line 16285) | public void CodeVolume_of_M23d_(ref Volume value) method CodeVolume_of_M33i_ (line 16331) | public void CodeVolume_of_M33i_(ref Volume value) method CodeVolume_of_M33l_ (line 16377) | public void CodeVolume_of_M33l_(ref Volume value) method CodeVolume_of_M33f_ (line 16423) | public void CodeVolume_of_M33f_(ref Volume value) method CodeVolume_of_M33d_ (line 16469) | public void CodeVolume_of_M33d_(ref Volume value) method CodeVolume_of_M34i_ (line 16515) | public void CodeVolume_of_M34i_(ref Volume value) method CodeVolume_of_M34l_ (line 16561) | public void CodeVolume_of_M34l_(ref Volume value) method CodeVolume_of_M34f_ (line 16607) | public void CodeVolume_of_M34f_(ref Volume value) method CodeVolume_of_M34d_ (line 16653) | public void CodeVolume_of_M34d_(ref Volume value) method CodeVolume_of_M44i_ (line 16699) | public void CodeVolume_of_M44i_(ref Volume value) method CodeVolume_of_M44l_ (line 16745) | public void CodeVolume_of_M44l_(ref Volume value) method CodeVolume_of_M44f_ (line 16791) | public void CodeVolume_of_M44f_(ref Volume value) method CodeVolume_of_M44d_ (line 16837) | public void CodeVolume_of_M44d_(ref Volume value) method CodeVolume_of_C3b_ (line 16883) | public void CodeVolume_of_C3b_(ref Volume value) method CodeVolume_of_C3us_ (line 16929) | public void CodeVolume_of_C3us_(ref Volume value) method CodeVolume_of_C3ui_ (line 16975) | public void CodeVolume_of_C3ui_(ref Volume value) method CodeVolume_of_C3f_ (line 17021) | public void CodeVolume_of_C3f_(ref Volume value) method CodeVolume_of_C3d_ (line 17067) | public void CodeVolume_of_C3d_(ref Volume value) method CodeVolume_of_C4b_ (line 17113) | public void CodeVolume_of_C4b_(ref Volume value) method CodeVolume_of_C4us_ (line 17159) | public void CodeVolume_of_C4us_(ref Volume value) method CodeVolume_of_C4ui_ (line 17205) | public void CodeVolume_of_C4ui_(ref Volume value) method CodeVolume_of_C4f_ (line 17251) | public void CodeVolume_of_C4f_(ref Volume value) method CodeVolume_of_C4d_ (line 17297) | public void CodeVolume_of_C4d_(ref Volume value) method CodeVolume_of_Range1b_ (line 17343) | public void CodeVolume_of_Range1b_(ref Volume value) method CodeVolume_of_Range1sb_ (line 17389) | public void CodeVolume_of_Range1sb_(ref Volume value) method CodeVolume_of_Range1s_ (line 17435) | public void CodeVolume_of_Range1s_(ref Volume value) method CodeVolume_of_Range1us_ (line 17481) | public void CodeVolume_of_Range1us_(ref Volume value) method CodeVolume_of_Range1i_ (line 17527) | public void CodeVolume_of_Range1i_(ref Volume value) method CodeVolume_of_Range1ui_ (line 17573) | public void CodeVolume_of_Range1ui_(ref Volume value) method CodeVolume_of_Range1l_ (line 17619) | public void CodeVolume_of_Range1l_(ref Volume value) method CodeVolume_of_Range1ul_ (line 17665) | public void CodeVolume_of_Range1ul_(ref Volume value) method CodeVolume_of_Range1f_ (line 17711) | public void CodeVolume_of_Range1f_(ref Volume value) method CodeVolume_of_Range1d_ (line 17757) | public void CodeVolume_of_Range1d_(ref Volume value) method CodeVolume_of_Box2i_ (line 17803) | public void CodeVolume_of_Box2i_(ref Volume value) method CodeVolume_of_Box2l_ (line 17849) | public void CodeVolume_of_Box2l_(ref Volume value) method CodeVolume_of_Box2f_ (line 17895) | public void CodeVolume_of_Box2f_(ref Volume value) method CodeVolume_of_Box2d_ (line 17941) | public void CodeVolume_of_Box2d_(ref Volume value) method CodeVolume_of_Box3i_ (line 17987) | public void CodeVolume_of_Box3i_(ref Volume value) method CodeVolume_of_Box3l_ (line 18033) | public void CodeVolume_of_Box3l_(ref Volume value) method CodeVolume_of_Box3f_ (line 18079) | public void CodeVolume_of_Box3f_(ref Volume value) method CodeVolume_of_Box3d_ (line 18125) | public void CodeVolume_of_Box3d_(ref Volume value) method CodeVolume_of_Euclidean3f_ (line 18171) | public void CodeVolume_of_Euclidean3f_(ref Volume value) method CodeVolume_of_Euclidean3d_ (line 18217) | public void CodeVolume_of_Euclidean3d_(ref Volume value) method CodeVolume_of_Rot2f_ (line 18263) | public void CodeVolume_of_Rot2f_(ref Volume value) method CodeVolume_of_Rot2d_ (line 18309) | public void CodeVolume_of_Rot2d_(ref Volume value) method CodeVolume_of_Rot3f_ (line 18355) | public void CodeVolume_of_Rot3f_(ref Volume value) method CodeVolume_of_Rot3d_ (line 18401) | public void CodeVolume_of_Rot3d_(ref Volume value) method CodeVolume_of_Scale3f_ (line 18447) | public void CodeVolume_of_Scale3f_(ref Volume value) method CodeVolume_of_Scale3d_ (line 18493) | public void CodeVolume_of_Scale3d_(ref Volume value) method CodeVolume_of_Shift3f_ (line 18539) | public void CodeVolume_of_Shift3f_(ref Volume value) method CodeVolume_of_Shift3d_ (line 18585) | public void CodeVolume_of_Shift3d_(ref Volume value) method CodeVolume_of_Trafo2f_ (line 18631) | public void CodeVolume_of_Trafo2f_(ref Volume value) method CodeVolume_of_Trafo2d_ (line 18677) | public void CodeVolume_of_Trafo2d_(ref Volume value) method CodeVolume_of_Trafo3f_ (line 18723) | public void CodeVolume_of_Trafo3f_(ref Volume value) method CodeVolume_of_Trafo3d_ (line 18769) | public void CodeVolume_of_Trafo3d_(ref Volume value) method CodeVolume_of_Bool_ (line 18815) | public void CodeVolume_of_Bool_(ref Volume value) method CodeVolume_of_Char_ (line 18861) | public void CodeVolume_of_Char_(ref Volume value) method CodeVolume_of_String_ (line 18907) | public void CodeVolume_of_String_(ref Volume value) method CodeVolume_of_Type_ (line 18953) | public void CodeVolume_of_Type_(ref Volume value) method CodeVolume_of_Guid_ (line 18999) | public void CodeVolume_of_Guid_(ref Volume value) method CodeVolume_of_Symbol_ (line 19045) | public void CodeVolume_of_Symbol_(ref Volume value) method CodeVolume_of_Circle2d_ (line 19091) | public void CodeVolume_of_Circle2d_(ref Volume value) method CodeVolume_of_Line2d_ (line 19137) | public void CodeVolume_of_Line2d_(ref Volume value) method CodeVolume_of_Line3d_ (line 19183) | public void CodeVolume_of_Line3d_(ref Volume value) method CodeVolume_of_Plane2d_ (line 19229) | public void CodeVolume_of_Plane2d_(ref Volume value) method CodeVolume_of_Plane3d_ (line 19275) | public void CodeVolume_of_Plane3d_(ref Volume value) method CodeVolume_of_PlaneWithPoint3d_ (line 19321) | public void CodeVolume_of_PlaneWithPoint3d_(ref Volume value) method CodeVolume_of_Quad3d_ (line 19413) | public void CodeVolume_of_Quad3d_(ref Volume value) method CodeVolume_of_Ray2d_ (line 19459) | public void CodeVolume_of_Ray2d_(ref Volume value) method CodeVolume_of_Ray3d_ (line 19505) | public void CodeVolume_of_Ray3d_(ref Volume value) method CodeVolume_of_Sphere3d_ (line 19551) | public void CodeVolume_of_Sphere3d_(ref Volume value) method CodeVolume_of_Triangle2d_ (line 19597) | public void CodeVolume_of_Triangle2d_(ref Volume value) method CodeVolume_of_Triangle3d_ (line 19643) | public void CodeVolume_of_Triangle3d_(ref Volume value) method CodeVolume_of_Circle2f_ (line 19689) | public void CodeVolume_of_Circle2f_(ref Volume value) method CodeVolume_of_Line2f_ (line 19735) | public void CodeVolume_of_Line2f_(ref Volume value) method CodeVolume_of_Line3f_ (line 19781) | public void CodeVolume_of_Line3f_(ref Volume value) method CodeVolume_of_Plane2f_ (line 19827) | public void CodeVolume_of_Plane2f_(ref Volume value) method CodeVolume_of_Plane3f_ (line 19873) | public void CodeVolume_of_Plane3f_(ref Volume value) method CodeVolume_of_PlaneWithPoint3f_ (line 19919) | public void CodeVolume_of_PlaneWithPoint3f_(ref Volume value) method CodeVolume_of_Quad3f_ (line 20011) | public void CodeVolume_of_Quad3f_(ref Volume value) method CodeVolume_of_Ray2f_ (line 20057) | public void CodeVolume_of_Ray2f_(ref Volume value) method CodeVolume_of_Ray3f_ (line 20103) | public void CodeVolume_of_Ray3f_(ref Volume value) method CodeVolume_of_Sphere3f_ (line 20149) | public void CodeVolume_of_Sphere3f_(ref Volume value) method CodeVolume_of_Triangle2f_ (line 20195) | public void CodeVolume_of_Triangle2f_(ref Volume value) method CodeVolume_of_Triangle3f_ (line 20241) | public void CodeVolume_of_Triangle3f_(ref Volume value) method CodeTensor_of_Byte_ (line 20287) | public void CodeTensor_of_Byte_(ref Tensor value) method CodeTensor_of_SByte_ (line 20333) | public void CodeTensor_of_SByte_(ref Tensor value) method CodeTensor_of_Short_ (line 20379) | public void CodeTensor_of_Short_(ref Tensor value) method CodeTensor_of_UShort_ (line 20425) | public void CodeTensor_of_UShort_(ref Tensor value) method CodeTensor_of_Int_ (line 20471) | public void CodeTensor_of_Int_(ref Tensor value) method CodeTensor_of_UInt_ (line 20517) | public void CodeTensor_of_UInt_(ref Tensor value) method CodeTensor_of_Long_ (line 20563) | public void CodeTensor_of_Long_(ref Tensor value) method CodeTensor_of_ULong_ (line 20609) | public void CodeTensor_of_ULong_(ref Tensor value) method CodeTensor_of_Float_ (line 20655) | public void CodeTensor_of_Float_(ref Tensor value) method CodeTensor_of_Double_ (line 20701) | public void CodeTensor_of_Double_(ref Tensor value) method CodeTensor_of_Fraction_ (line 20747) | public void CodeTensor_of_Fraction_(ref Tensor value) method CodeTensor_of_V2i_ (line 20793) | public void CodeTensor_of_V2i_(ref Tensor value) method CodeTensor_of_V2l_ (line 20839) | public void CodeTensor_of_V2l_(ref Tensor value) method CodeTensor_of_V2f_ (line 20885) | public void CodeTensor_of_V2f_(ref Tensor value) method CodeTensor_of_V2d_ (line 20931) | public void CodeTensor_of_V2d_(ref Tensor value) method CodeTensor_of_V3i_ (line 20977) | public void CodeTensor_of_V3i_(ref Tensor value) method CodeTensor_of_V3l_ (line 21023) | public void CodeTensor_of_V3l_(ref Tensor value) method CodeTensor_of_V3f_ (line 21069) | public void CodeTensor_of_V3f_(ref Tensor value) method CodeTensor_of_V3d_ (line 21115) | public void CodeTensor_of_V3d_(ref Tensor value) method CodeTensor_of_V4i_ (line 21161) | public void CodeTensor_of_V4i_(ref Tensor value) method CodeTensor_of_V4l_ (line 21207) | public void CodeTensor_of_V4l_(ref Tensor value) method CodeTensor_of_V4f_ (line 21253) | public void CodeTensor_of_V4f_(ref Tensor value) method CodeTensor_of_V4d_ (line 21299) | public void CodeTensor_of_V4d_(ref Tensor value) method CodeTensor_of_M22i_ (line 21345) | public void CodeTensor_of_M22i_(ref Tensor value) method CodeTensor_of_M22l_ (line 21391) | public void CodeTensor_of_M22l_(ref Tensor value) method CodeTensor_of_M22f_ (line 21437) | public void CodeTensor_of_M22f_(ref Tensor value) method CodeTensor_of_M22d_ (line 21483) | public void CodeTensor_of_M22d_(ref Tensor value) method CodeTensor_of_M23i_ (line 21529) | public void CodeTensor_of_M23i_(ref Tensor value) method CodeTensor_of_M23l_ (line 21575) | public void CodeTensor_of_M23l_(ref Tensor value) method CodeTensor_of_M23f_ (line 21621) | public void CodeTensor_of_M23f_(ref Tensor value) method CodeTensor_of_M23d_ (line 21667) | public void CodeTensor_of_M23d_(ref Tensor value) method CodeTensor_of_M33i_ (line 21713) | public void CodeTensor_of_M33i_(ref Tensor value) method CodeTensor_of_M33l_ (line 21759) | public void CodeTensor_of_M33l_(ref Tensor value) method CodeTensor_of_M33f_ (line 21805) | public void CodeTensor_of_M33f_(ref Tensor value) method CodeTensor_of_M33d_ (line 21851) | public void CodeTensor_of_M33d_(ref Tensor value) method CodeTensor_of_M34i_ (line 21897) | public void CodeTensor_of_M34i_(ref Tensor value) method CodeTensor_of_M34l_ (line 21943) | public void CodeTensor_of_M34l_(ref Tensor value) method CodeTensor_of_M34f_ (line 21989) | public void CodeTensor_of_M34f_(ref Tensor value) method CodeTensor_of_M34d_ (line 22035) | public void CodeTensor_of_M34d_(ref Tensor value) method CodeTensor_of_M44i_ (line 22081) | public void CodeTensor_of_M44i_(ref Tensor value) method CodeTensor_of_M44l_ (line 22127) | public void CodeTensor_of_M44l_(ref Tensor value) method CodeTensor_of_M44f_ (line 22173) | public void CodeTensor_of_M44f_(ref Tensor value) method CodeTensor_of_M44d_ (line 22219) | public void CodeTensor_of_M44d_(ref Tensor value) method CodeTensor_of_C3b_ (line 22265) | public void CodeTensor_of_C3b_(ref Tensor value) method CodeTensor_of_C3us_ (line 22311) | public void CodeTensor_of_C3us_(ref Tensor value) method CodeTensor_of_C3ui_ (line 22357) | public void CodeTensor_of_C3ui_(ref Tensor value) method CodeTensor_of_C3f_ (line 22403) | public void CodeTensor_of_C3f_(ref Tensor value) method CodeTensor_of_C3d_ (line 22449) | public void CodeTensor_of_C3d_(ref Tensor value) method CodeTensor_of_C4b_ (line 22495) | public void CodeTensor_of_C4b_(ref Tensor value) method CodeTensor_of_C4us_ (line 22541) | public void CodeTensor_of_C4us_(ref Tensor value) method CodeTensor_of_C4ui_ (line 22587) | public void CodeTensor_of_C4ui_(ref Tensor value) method CodeTensor_of_C4f_ (line 22633) | public void CodeTensor_of_C4f_(ref Tensor value) method CodeTensor_of_C4d_ (line 22679) | public void CodeTensor_of_C4d_(ref Tensor value) method CodeTensor_of_Range1b_ (line 22725) | public void CodeTensor_of_Range1b_(ref Tensor value) method CodeTensor_of_Range1sb_ (line 22771) | public void CodeTensor_of_Range1sb_(ref Tensor value) method CodeTensor_of_Range1s_ (line 22817) | public void CodeTensor_of_Range1s_(ref Tensor value) method CodeTensor_of_Range1us_ (line 22863) | public void CodeTensor_of_Range1us_(ref Tensor value) method CodeTensor_of_Range1i_ (line 22909) | public void CodeTensor_of_Range1i_(ref Tensor value) method CodeTensor_of_Range1ui_ (line 22955) | public void CodeTensor_of_Range1ui_(ref Tensor value) method CodeTensor_of_Range1l_ (line 23001) | public void CodeTensor_of_Range1l_(ref Tensor value) method CodeTensor_of_Range1ul_ (line 23047) | public void CodeTensor_of_Range1ul_(ref Tensor value) method CodeTensor_of_Range1f_ (line 23093) | public void CodeTensor_of_Range1f_(ref Tensor value) method CodeTensor_of_Range1d_ (line 23139) | public void CodeTensor_of_Range1d_(ref Tensor value) method CodeTensor_of_Box2i_ (line 23185) | public void CodeTensor_of_Box2i_(ref Tensor value) method CodeTensor_of_Box2l_ (line 23231) | public void CodeTensor_of_Box2l_(ref Tensor value) method CodeTensor_of_Box2f_ (line 23277) | public void CodeTensor_of_Box2f_(ref Tensor value) method CodeTensor_of_Box2d_ (line 23323) | public void CodeTensor_of_Box2d_(ref Tensor value) method CodeTensor_of_Box3i_ (line 23369) | public void CodeTensor_of_Box3i_(ref Tensor value) method CodeTensor_of_Box3l_ (line 23415) | public void CodeTensor_of_Box3l_(ref Tensor value) method CodeTensor_of_Box3f_ (line 23461) | public void CodeTensor_of_Box3f_(ref Tensor value) method CodeTensor_of_Box3d_ (line 23507) | public void CodeTensor_of_Box3d_(ref Tensor value) method CodeTensor_of_Euclidean3f_ (line 23553) | public void CodeTensor_of_Euclidean3f_(ref Tensor value) method CodeTensor_of_Euclidean3d_ (line 23599) | public void CodeTensor_of_Euclidean3d_(ref Tensor value) method CodeTensor_of_Rot2f_ (line 23645) | public void CodeTensor_of_Rot2f_(ref Tensor value) method CodeTensor_of_Rot2d_ (line 23691) | public void CodeTensor_of_Rot2d_(ref Tensor value) method CodeTensor_of_Rot3f_ (line 23737) | public void CodeTensor_of_Rot3f_(ref Tensor value) method CodeTensor_of_Rot3d_ (line 23783) | public void CodeTensor_of_Rot3d_(ref Tensor value) method CodeTensor_of_Scale3f_ (line 23829) | public void CodeTensor_of_Scale3f_(ref Tensor value) method CodeTensor_of_Scale3d_ (line 23875) | public void CodeTensor_of_Scale3d_(ref Tensor value) method CodeTensor_of_Shift3f_ (line 23921) | public void CodeTensor_of_Shift3f_(ref Tensor value) method CodeTensor_of_Shift3d_ (line 23967) | public void CodeTensor_of_Shift3d_(ref Tensor value) method CodeTensor_of_Trafo2f_ (line 24013) | public void CodeTensor_of_Trafo2f_(ref Tensor value) method CodeTensor_of_Trafo2d_ (line 24059) | public void CodeTensor_of_Trafo2d_(ref Tensor value) method CodeTensor_of_Trafo3f_ (line 24105) | public void CodeTensor_of_Trafo3f_(ref Tensor value) method CodeTensor_of_Trafo3d_ (line 24151) | public void CodeTensor_of_Trafo3d_(ref Tensor value) method CodeTensor_of_Bool_ (line 24197) | public void CodeTensor_of_Bool_(ref Tensor value) method CodeTensor_of_Char_ (line 24243) | public void CodeTensor_of_Char_(ref Tensor value) method CodeTensor_of_String_ (line 24289) | public void CodeTensor_of_String_(ref Tensor value) method CodeTensor_of_Type_ (line 24335) | public void CodeTensor_of_Type_(ref Tensor value) method CodeTensor_of_Guid_ (line 24381) | public void CodeTensor_of_Guid_(ref Tensor value) method CodeTensor_of_Symbol_ (line 24427) | public void CodeTensor_of_Symbol_(ref Tensor value) method CodeTensor_of_Circle2d_ (line 24473) | public void CodeTensor_of_Circle2d_(ref Tensor value) method CodeTensor_of_Line2d_ (line 24519) | public void CodeTensor_of_Line2d_(ref Tensor value) method CodeTensor_of_Line3d_ (line 24565) | public void CodeTensor_of_Line3d_(ref Tensor value) method CodeTensor_of_Plane2d_ (line 24611) | public void CodeTensor_of_Plane2d_(ref Tensor value) method CodeTensor_of_Plane3d_ (line 24657) | public void CodeTensor_of_Plane3d_(ref Tensor value) method CodeTensor_of_PlaneWithPoint3d_ (line 24703) | public void CodeTensor_of_PlaneWithPoint3d_(ref Tensor value) method CodeTensor_of_Quad3d_ (line 24795) | public void CodeTensor_of_Quad3d_(ref Tensor value) method CodeTensor_of_Ray2d_ (line 24841) | public void CodeTensor_of_Ray2d_(ref Tensor value) method CodeTensor_of_Ray3d_ (line 24887) | public void CodeTensor_of_Ray3d_(ref Tensor value) method CodeTensor_of_Sphere3d_ (line 24933) | public void CodeTensor_of_Sphere3d_(ref Tensor value) method CodeTensor_of_Triangle2d_ (line 24979) | public void CodeTensor_of_Triangle2d_(ref Tensor value) method CodeTensor_of_Triangle3d_ (line 25025) | public void CodeTensor_of_Triangle3d_(ref Tensor value) method CodeTensor_of_Circle2f_ (line 25071) | public void CodeTensor_of_Circle2f_(ref Tensor value) method CodeTensor_of_Line2f_ (line 25117) | public void CodeTensor_of_Line2f_(ref Tensor value) method CodeTensor_of_Line3f_ (line 25163) | public void CodeTensor_of_Line3f_(ref Tensor value) method CodeTensor_of_Plane2f_ (line 25209) | public void CodeTensor_of_Plane2f_(ref Tensor value) method CodeTensor_of_Plane3f_ (line 25255) | public void CodeTensor_of_Plane3f_(ref Tensor value) method CodeTensor_of_PlaneWithPoint3f_ (line 25301) | public void CodeTensor_of_PlaneWithPoint3f_(ref Tensor value) method CodeTensor_of_Quad3f_ (line 25393) | public void CodeTensor_of_Quad3f_(ref Tensor value) method CodeTensor_of_Ray2f_ (line 25439) | public void CodeTensor_of_Ray2f_(ref Tensor value) method CodeTensor_of_Ray3f_ (line 25485) | public void CodeTensor_of_Ray3f_(ref Tensor value) method CodeTensor_of_Sphere3f_ (line 25531) | public void CodeTensor_of_Sphere3f_(ref Tensor value) method CodeTensor_of_Triangle2f_ (line 25577) | public void CodeTensor_of_Triangle2f_(ref Tensor value) method CodeTensor_of_Triangle3f_ (line 25623) | public void CodeTensor_of_Triangle3f_(ref Tensor value) method CodeV2iArray (line 25673) | public void CodeV2iArray(ref V2i[] v) { CodeArrayOfStruct(v); } method CodeV2uiArray (line 25674) | public void CodeV2uiArray(ref V2ui[] v) { CodeArrayOfStruct(v); } method CodeV2lArray (line 25675) | public void CodeV2lArray(ref V2l[] v) { CodeArrayOfStruct(v); } method CodeV2fArray (line 25676) | public void CodeV2fArray(ref V2f[] v) { CodeArrayOfStruct(v); } method CodeV2dArray (line 25677) | public void CodeV2dArray(ref V2d[] v) { CodeArrayOfStruct(v); } method CodeV3iArray (line 25678) | public void CodeV3iArray(ref V3i[] v) { CodeArrayOfStruct(v); } method CodeV3uiArray (line 25679) | public void CodeV3uiArray(ref V3ui[] v) { CodeArrayOfStruct(v); } method CodeV3lArray (line 25680) | public void CodeV3lArray(ref V3l[] v) { CodeArrayOfStruct(v); } method CodeV3fArray (line 25681) | public void CodeV3fArray(ref V3f[] v) { CodeArrayOfStruct(v); } method CodeV3dArray (line 25682) | public void CodeV3dArray(ref V3d[] v) { CodeArrayOfStruct(v); } method CodeV4iArray (line 25683) | public void CodeV4iArray(ref V4i[] v) { CodeArrayOfStruct(v); } method CodeV4uiArray (line 25684) | public void CodeV4uiArray(ref V4ui[] v) { CodeArrayOfStruct(v); } method CodeV4lArray (line 25685) | public void CodeV4lArray(ref V4l[] v) { CodeArrayOfStruct(v); } method CodeV4fArray (line 25686) | public void CodeV4fArray(ref V4f[] v) { CodeArrayOfStruct(v); } method CodeV4dArray (line 25687) | public void CodeV4dArray(ref V4d[] v) { CodeArrayOfStruct(v); } method CodeM22iArray (line 25688) | public void CodeM22iArray(ref M22i[] v) { CodeArrayOfStruct(v); } method CodeM22lArray (line 25689) | public void CodeM22lArray(ref M22l[] v) { CodeArrayOfStruct(v); } method CodeM22fArray (line 25690) | public void CodeM22fArray(ref M22f[] v) { CodeArrayOfStruct(v); } method CodeM22dArray (line 25691) | public void CodeM22dArray(ref M22d[] v) { CodeArrayOfStruct(v); } method CodeM23iArray (line 25692) | public void CodeM23iArray(ref M23i[] v) { CodeArrayOfStruct(v); } method CodeM23lArray (line 25693) | public void CodeM23lArray(ref M23l[] v) { CodeArrayOfStruct(v); } method CodeM23fArray (line 25694) | public void CodeM23fArray(ref M23f[] v) { CodeArrayOfStruct(v); } method CodeM23dArray (line 25695) | public void CodeM23dArray(ref M23d[] v) { CodeArrayOfStruct(v); } method CodeM33iArray (line 25696) | public void CodeM33iArray(ref M33i[] v) { CodeArrayOfStruct(v); } method CodeM33lArray (line 25697) | public void CodeM33lArray(ref M33l[] v) { CodeArrayOfStruct(v); } method CodeM33fArray (line 25698) | public void CodeM33fArray(ref M33f[] v) { CodeArrayOfStruct(v); } method CodeM33dArray (line 25699) | public void CodeM33dArray(ref M33d[] v) { CodeArrayOfStruct(v); } method CodeM34iArray (line 25700) | public void CodeM34iArray(ref M34i[] v) { CodeArrayOfStruct(v); } method CodeM34lArray (line 25701) | public void CodeM34lArray(ref M34l[] v) { CodeArrayOfStruct(v); } method CodeM34fArray (line 25702) | public void CodeM34fArray(ref M34f[] v) { CodeArrayOfStruct(v); } method CodeM34dArray (line 25703) | public void CodeM34dArray(ref M34d[] v) { CodeArrayOfStruct(v); } method CodeM44iArray (line 25704) | public void CodeM44iArray(ref M44i[] v) { CodeArrayOfStruct(v); } method CodeM44lArray (line 25705) | public void CodeM44lArray(ref M44l[] v) { CodeArrayOfStruct(v); } method CodeM44fArray (line 25706) | public void CodeM44fArray(ref M44f[] v) { CodeArrayOfStruct(v); } method CodeM44dArray (line 25707) | public void CodeM44dArray(ref M44d[] v) { CodeArrayOfStruct(v); } method CodeRange1bArray (line 25708) | public void CodeRange1bArray(ref Range1b[] v) { CodeArrayOfStruct(v); } method CodeRange1sbArray (line 25709) | public void CodeRange1sbArray(ref Range1sb[] v) { CodeArrayOfStruct(v); } method CodeRange1sArray (line 25710) | public void CodeRange1sArray(ref Range1s[] v) { CodeArrayOfStruct(v); } method CodeRange1usArray (line 25711) | public void CodeRange1usArray(ref Range1us[] v) { CodeArrayOfStruct(v); } method CodeRange1iArray (line 25712) | public void CodeRange1iArray(ref Range1i[] v) { CodeArrayOfStruct(v); } method CodeRange1uiArray (line 25713) | public void CodeRange1uiArray(ref Range1ui[] v) { CodeArrayOfStruct(v); } method CodeRange1lArray (line 25714) | public void CodeRange1lArray(ref Range1l[] v) { CodeArrayOfStruct(v); } method CodeRange1ulArray (line 25715) | public void CodeRange1ulArray(ref Range1ul[] v) { CodeArrayOfStruct(v); } method CodeRange1fArray (line 25716) | public void CodeRange1fArray(ref Range1f[] v) { CodeArrayOfStruct(v); } method CodeRange1dArray (line 25717) | public void CodeRange1dArray(ref Range1d[] v) { CodeArrayOfStruct(v); } method CodeBox2iArray (line 25718) | public void CodeBox2iArray(ref Box2i[] v) { CodeArrayOfStruct(v); } method CodeBox2lArray (line 25719) | public void CodeBox2lArray(ref Box2l[] v) { CodeArrayOfStruct(v); } method CodeBox2fArray (line 25720) | public void CodeBox2fArray(ref Box2f[] v) { CodeArrayOfStruct(v); } method CodeBox2dArray (line 25721) | public void CodeBox2dArray(ref Box2d[] v) { CodeArrayOfStruct(v); } method CodeBox3iArray (line 25722) | public void CodeBox3iArray(ref Box3i[] v) { CodeArrayOfStruct(v); } method CodeBox3lArray (line 25723) | public void CodeBox3lArray(ref Box3l[] v) { CodeArrayOfStruct(v); } method CodeBox3fArray (line 25724) | public void CodeBox3fArray(ref Box3f[] v) { CodeArrayOfStruct(v); } method CodeBox3dArray (line 25725) | public void CodeBox3dArray(ref Box3d[] v) { CodeArrayOfStruct(v); } method CodeC3bArray (line 25726) | public void CodeC3bArray(ref C3b[] v) { CodeArrayOfStruct(v); } method CodeC3usArray (line 25727) | public void CodeC3usArray(ref C3us[] v) { CodeArrayOfStruct(v); } method CodeC3uiArray (line 25728) | public void CodeC3uiArray(ref C3ui[] v) { CodeArrayOfStruct(v); } method CodeC3fArray (line 25729) | public void CodeC3fArray(ref C3f[] v) { CodeArrayOfStruct(v); } method CodeC3dArray (line 25730) | public void CodeC3dArray(ref C3d[] v) { CodeArrayOfStruct(v); } method CodeC4bArray (line 25731) | public void CodeC4bArray(ref C4b[] v) { CodeArrayOfStruct(v); } method CodeC4usArray (line 25732) | public void CodeC4usArray(ref C4us[] v) { CodeArrayOfStruct(v); } method CodeC4uiArray (line 25733) | public void CodeC4uiArray(ref C4ui[] v) { CodeArrayOfStruct(v); } method CodeC4fArray (line 25734) | public void CodeC4fArray(ref C4f[] v) { CodeArrayOfStruct(v); } method CodeC4dArray (line 25735) | public void CodeC4dArray(ref C4d[] v) { CodeArrayOfStruct(v); } method CodeEuclidean3fArray (line 25736) | public void CodeEuclidean3fArray(ref Euclidean3f[] v) { CodeArrayOfStr... method CodeEuclidean3dArray (line 25737) | public void CodeEuclidean3dArray(ref Euclidean3d[] v) { CodeArrayOfStr... method CodeRot2fArray (line 25738) | public void CodeRot2fArray(ref Rot2f[] v) { CodeArrayOfStruct(v); } method CodeRot2dArray (line 25739) | public void CodeRot2dArray(ref Rot2d[] v) { CodeArrayOfStruct(v); } method CodeRot3fArray (line 25740) | public void CodeRot3fArray(ref Rot3f[] v) { CodeArrayOfStruct(v); } method CodeRot3dArray (line 25741) | public void CodeRot3dArray(ref Rot3d[] v) { CodeArrayOfStruct(v); } method CodeScale3fArray (line 25742) | public void CodeScale3fArray(ref Scale3f[] v) { CodeArrayOfStruct(v); } method CodeScale3dArray (line 25743) | public void CodeScale3dArray(ref Scale3d[] v) { CodeArrayOfStruct(v); } method CodeShift3fArray (line 25744) | public void CodeShift3fArray(ref Shift3f[] v) { CodeArrayOfStruct(v); } method CodeShift3dArray (line 25745) | public void CodeShift3dArray(ref Shift3d[] v) { CodeArrayOfStruct(v); } method CodeTrafo2fArray (line 25746) | public void CodeTrafo2fArray(ref Trafo2f[] v) { CodeArrayOfStruct(v); } method CodeTrafo2dArray (line 25747) | public void CodeTrafo2dArray(ref Trafo2d[] v) { CodeArrayOfStruct(v); } method CodeTrafo3fArray (line 25748) | public void CodeTrafo3fArray(ref Trafo3f[] v) { CodeArrayOfStruct(v); } method CodeTrafo3dArray (line 25749) | public void CodeTrafo3dArray(ref Trafo3d[] v) { CodeArrayOfStruct(v); } method CodeCircle2dArray (line 25750) | public void CodeCircle2dArray(ref Circle2d[] v) { CodeArrayOfStruct(v); } method CodeLine2dArray (line 25751) | public void CodeLine2dArray(ref Line2d[] v) { CodeArrayOfStruct(v); } method CodeLine3dArray (line 25752) | public void CodeLine3dArray(ref Line3d[] v) { CodeArrayOfStruct(v); } method CodePlane2dArray (line 25753) | public void CodePlane2dArray(ref Plane2d[] v) { CodeArrayOfStruct(v); } method CodePlane3dArray (line 25754) | public void CodePlane3dArray(ref Plane3d[] v) { CodeArrayOfStruct(v); } method CodePlaneWithPoint3dArray (line 25755) | public void CodePlaneWithPoint3dArray(ref PlaneWithPoint3d[] v) { Code... method CodeQuad2dArray (line 25756) | public void CodeQuad2dArray(ref Quad2d[] v) { CodeArrayOfStruct(v); } method CodeQuad3dArray (line 25757) | public void CodeQuad3dArray(ref Quad3d[] v) { CodeArrayOfStruct(v); } method CodeRay2dArray (line 25758) | public void CodeRay2dArray(ref Ray2d[] v) { CodeArrayOfStruct(v); } method CodeRay3dArray (line 25759) | public void CodeRay3dArray(ref Ray3d[] v) { CodeArrayOfStruct(v); } method CodeSphere3dArray (line 25760) | public void CodeSphere3dArray(ref Sphere3d[] v) { CodeArrayOfStruct(v); } method CodeTriangle2dArray (line 25761) | public void CodeTriangle2dArray(ref Triangle2d[] v) { CodeArrayOfStruc... method CodeTriangle3dArray (line 25762) | public void CodeTriangle3dArray(ref Triangle3d[] v) { CodeArrayOfStruc... method CodeCircle2fArray (line 25763) | public void CodeCircle2fArray(ref Circle2f[] v) { CodeArrayOfStruct(v); } method CodeLine2fArray (line 25764) | public void CodeLine2fArray(ref Line2f[] v) { CodeArrayOfStruct(v); } method CodeLine3fArray (line 25765) | public void CodeLine3fArray(ref Line3f[] v) { CodeArrayOfStruct(v); } method CodePlane2fArray (line 25766) | public void CodePlane2fArray(ref Plane2f[] v) { CodeArrayOfStruct(v); } method CodePlane3fArray (line 25767) | public void CodePlane3fArray(ref Plane3f[] v) { CodeArrayOfStruct(v); } method CodePlaneWithPoint3fArray (line 25768) | public void CodePlaneWithPoint3fArray(ref PlaneWithPoint3f[] v) { Code... method CodeQuad2fArray (line 25769) | public void CodeQuad2fArray(ref Quad2f[] v) { CodeArrayOfStruct(v); } method CodeQuad3fArray (line 25770) | public void CodeQuad3fArray(ref Quad3f[] v) { CodeArrayOfStruct(v); } method CodeRay2fArray (line 25771) | public void CodeRay2fArray(ref Ray2f[] v) { CodeArrayOfStruct(v); } method CodeRay3fArray (line 25772) | public void CodeRay3fArray(ref Ray3f[] v) { CodeArrayOfStruct(v); } method CodeSphere3fArray (line 25773) | public void CodeSphere3fArray(ref Sphere3f[] v) { CodeArrayOfStruct(v); } method CodeTriangle2fArray (line 25774) | public void CodeTriangle2fArray(ref Triangle2f[] v) { CodeArrayOfStruc... method CodeTriangle3fArray (line 25775) | public void CodeTriangle3fArray(ref Triangle3f[] v) { CodeArrayOfStruc... method CodeByteArray2d (line 25781) | public void CodeByteArray2d(ref byte[,] v) { throw new NotImplementedE... method CodeByteArray3d (line 25782) | public void CodeByteArray3d(ref byte[, ,] v) { throw new NotImplemente... method CodeSByteArray2d (line 25783) | public void CodeSByteArray2d(ref sbyte[,] v) { throw new NotImplemente... method CodeSByteArray3d (line 25784) | public void CodeSByteArray3d(ref sbyte[, ,] v) { throw new NotImplemen... method CodeShortArray2d (line 25785) | public void CodeShortArray2d(ref short[,] v) { throw new NotImplemente... method CodeShortArray3d (line 25786) | public void CodeShortArray3d(ref short[, ,] v) { throw new NotImplemen... method CodeUShortArray2d (line 25787) | public void CodeUShortArray2d(ref ushort[,] v) { throw new NotImplemen... method CodeUShortArray3d (line 25788) | public void CodeUShortArray3d(ref ushort[, ,] v) { throw new NotImplem... method CodeIntArray2d (line 25789) | public void CodeIntArray2d(ref int[,] v) { throw new NotImplementedExc... method CodeIntArray3d (line 25790) | public void CodeIntArray3d(ref int[, ,] v) { throw new NotImplementedE... method CodeUIntArray2d (line 25791) | public void CodeUIntArray2d(ref uint[,] v) { throw new NotImplementedE... method CodeUIntArray3d (line 25792) | public void CodeUIntArray3d(ref uint[, ,] v) { throw new NotImplemente... method CodeLongArray2d (line 25793) | public void CodeLongArray2d(ref long[,] v) { throw new NotImplementedE... method CodeLongArray3d (line 25794) | public void CodeLongArray3d(ref long[, ,] v) { throw new NotImplemente... method CodeULongArray2d (line 25795) | public void CodeULongArray2d(ref ulong[,] v) { throw new NotImplemente... method CodeULongArray3d (line 25796) | public void CodeULongArray3d(ref ulong[, ,] v) { throw new NotImplemen... method CodeFloatArray2d (line 25797) | public void CodeFloatArray2d(ref float[,] v) { throw new NotImplemente... method CodeFloatArray3d (line 25798) | public void CodeFloatArray3d(ref float[, ,] v) { throw new NotImplemen... method CodeDoubleArray2d (line 25799) | public void CodeDoubleArray2d(ref double[,] v) { throw new NotImplemen... method CodeDoubleArray3d (line 25800) | public void CodeDoubleArray3d(ref double[, ,] v) { throw new NotImplem... method CodeFractionArray2d (line 25801) | public void CodeFractionArray2d(ref Fraction[,] v) { throw new NotImpl... method CodeFractionArray3d (line 25802) | public void CodeFractionArray3d(ref Fraction[, ,] v) { throw new NotIm... method CodeV2iArray2d (line 25803) | public void CodeV2iArray2d(ref V2i[,] v) { throw new NotImplementedExc... method CodeV2iArray3d (line 25804) | public void CodeV2iArray3d(ref V2i[, ,] v) { throw new NotImplementedE... method CodeV2lArray2d (line 25805) | public void CodeV2lArray2d(ref V2l[,] v) { throw new NotImplementedExc... method CodeV2lArray3d (line 25806) | public void CodeV2lArray3d(ref V2l[, ,] v) { throw new NotImplementedE... method CodeV2fArray2d (line 25807) | public void CodeV2fArray2d(ref V2f[,] v) { throw new NotImplementedExc... method CodeV2fArray3d (line 25808) | public void CodeV2fArray3d(ref V2f[, ,] v) { throw new NotImplementedE... method CodeV2dArray2d (line 25809) | public void CodeV2dArray2d(ref V2d[,] v) { throw new NotImplementedExc... method CodeV2dArray3d (line 25810) | public void CodeV2dArray3d(ref V2d[, ,] v) { throw new NotImplementedE... method CodeV3iArray2d (line 25811) | public void CodeV3iArray2d(ref V3i[,] v) { throw new NotImplementedExc... method CodeV3iArray3d (line 25812) | public void CodeV3iArray3d(ref V3i[, ,] v) { throw new NotImplementedE... method CodeV3lArray2d (line 25813) | public void CodeV3lArray2d(ref V3l[,] v) { throw new NotImplementedExc... method CodeV3lArray3d (line 25814) | public void CodeV3lArray3d(ref V3l[, ,] v) { throw new NotImplementedE... method CodeV3fArray2d (line 25815) | public void CodeV3fArray2d(ref V3f[,] v) { throw new NotImplementedExc... method CodeV3fArray3d (line 25816) | public void CodeV3fArray3d(ref V3f[, ,] v) { throw new NotImplementedE... method CodeV3dArray2d (line 25817) | public void CodeV3dArray2d(ref V3d[,] v) { throw new NotImplementedExc... method CodeV3dArray3d (line 25818) | public void CodeV3dArray3d(ref V3d[, ,] v) { throw new NotImplementedE... method CodeV4iArray2d (line 25819) | public void CodeV4iArray2d(ref V4i[,] v) { throw new NotImplementedExc... method CodeV4iArray3d (line 25820) | public void CodeV4iArray3d(ref V4i[, ,] v) { throw new NotImplementedE... method CodeV4lArray2d (line 25821) | public void CodeV4lArray2d(ref V4l[,] v) { throw new NotImplementedExc... method CodeV4lArray3d (line 25822) | public void CodeV4lArray3d(ref V4l[, ,] v) { throw new NotImplementedE... method CodeV4fArray2d (line 25823) | public void CodeV4fArray2d(ref V4f[,] v) { throw new NotImplementedExc... method CodeV4fArray3d (line 25824) | public void CodeV4fArray3d(ref V4f[, ,] v) { throw new NotImplementedE... method CodeV4dArray2d (line 25825) | public void CodeV4dArray2d(ref V4d[,] v) { throw new NotImplementedExc... method CodeV4dArray3d (line 25826) | public void CodeV4dArray3d(ref V4d[, ,] v) { throw new NotImplementedE... method CodeM22iArray2d (line 25827) | public void CodeM22iArray2d(ref M22i[,] v) { throw new NotImplementedE... method CodeM22iArray3d (line 25828) | public void CodeM22iArray3d(ref M22i[, ,] v) { throw new NotImplemente... method CodeM22lArray2d (line 25829) | public void CodeM22lArray2d(ref M22l[,] v) { throw new NotImplementedE... method CodeM22lArray3d (line 25830) | public void CodeM22lArray3d(ref M22l[, ,] v) { throw new NotImplemente... method CodeM22fArray2d (line 25831) | public void CodeM22fArray2d(ref M22f[,] v) { throw new NotImplementedE... method CodeM22fArray3d (line 25832) | public void CodeM22fArray3d(ref M22f[, ,] v) { throw new NotImplemente... method CodeM22dArray2d (line 25833) | public void CodeM22dArray2d(ref M22d[,] v) { throw new NotImplementedE... method CodeM22dArray3d (line 25834) | public void CodeM22dArray3d(ref M22d[, ,] v) { throw new NotImplemente... method CodeM23iArray2d (line 25835) | public void CodeM23iArray2d(ref M23i[,] v) { throw new NotImplementedE... method CodeM23iArray3d (line 25836) | public void CodeM23iArray3d(ref M23i[, ,] v) { throw new NotImplemente... method CodeM23lArray2d (line 25837) | public void CodeM23lArray2d(ref M23l[,] v) { throw new NotImplementedE... method CodeM23lArray3d (line 25838) | public void CodeM23lArray3d(ref M23l[, ,] v) { throw new NotImplemente... method CodeM23fArray2d (line 25839) | public void CodeM23fArray2d(ref M23f[,] v) { throw new NotImplementedE... method CodeM23fArray3d (line 25840) | public void CodeM23fArray3d(ref M23f[, ,] v) { throw new NotImplemente... method CodeM23dArray2d (line 25841) | public void CodeM23dArray2d(ref M23d[,] v) { throw new NotImplementedE... method CodeM23dArray3d (line 25842) | public void CodeM23dArray3d(ref M23d[, ,] v) { throw new NotImplemente... method CodeM33iArray2d (line 25843) | public void CodeM33iArray2d(ref M33i[,] v) { throw new NotImplementedE... method CodeM33iArray3d (line 25844) | public void CodeM33iArray3d(ref M33i[, ,] v) { throw new NotImplemente... method CodeM33lArray2d (line 25845) | public void CodeM33lArray2d(ref M33l[,] v) { throw new NotImplementedE... method CodeM33lArray3d (line 25846) | public void CodeM33lArray3d(ref M33l[, ,] v) { throw new NotImplemente... method CodeM33fArray2d (line 25847) | public void CodeM33fArray2d(ref M33f[,] v) { throw new NotImplementedE... method CodeM33fArray3d (line 25848) | public void CodeM33fArray3d(ref M33f[, ,] v) { throw new NotImplemente... method CodeM33dArray2d (line 25849) | public void CodeM33dArray2d(ref M33d[,] v) { throw new NotImplementedE... method CodeM33dArray3d (line 25850) | public void CodeM33dArray3d(ref M33d[, ,] v) { throw new NotImplemente... method CodeM34iArray2d (line 25851) | public void CodeM34iArray2d(ref M34i[,] v) { throw new NotImplementedE... method CodeM34iArray3d (line 25852) | public void CodeM34iArray3d(ref M34i[, ,] v) { throw new NotImplemente... method CodeM34lArray2d (line 25853) | public void CodeM34lArray2d(ref M34l[,] v) { throw new NotImplementedE... method CodeM34lArray3d (line 25854) | public void CodeM34lArray3d(ref M34l[, ,] v) { throw new NotImplemente... method CodeM34fArray2d (line 25855) | public void CodeM34fArray2d(ref M34f[,] v) { throw new NotImplementedE... method CodeM34fArray3d (line 25856) | public void CodeM34fArray3d(ref M34f[, ,] v) { throw new NotImplemente... method CodeM34dArray2d (line 25857) | public void CodeM34dArray2d(ref M34d[,] v) { throw new NotImplementedE... method CodeM34dArray3d (line 25858) | public void CodeM34dArray3d(ref M34d[, ,] v) { throw new NotImplemente... method CodeM44iArray2d (line 25859) | public void CodeM44iArray2d(ref M44i[,] v) { throw new NotImplementedE... method CodeM44iArray3d (line 25860) | public void CodeM44iArray3d(ref M44i[, ,] v) { throw new NotImplemente... method CodeM44lArray2d (line 25861) | public void CodeM44lArray2d(ref M44l[,] v) { throw new NotImplementedE... method CodeM44lArray3d (line 25862) | public void CodeM44lArray3d(ref M44l[, ,] v) { throw new NotImplemente... method CodeM44fArray2d (line 25863) | public void CodeM44fArray2d(ref M44f[,] v) { throw new NotImplementedE... method CodeM44fArray3d (line 25864) | public void CodeM44fArray3d(ref M44f[, ,] v) { throw new NotImplemente... method CodeM44dArray2d (line 25865) | public void CodeM44dArray2d(ref M44d[,] v) { throw new NotImplementedE... method CodeM44dArray3d (line 25866) | public void CodeM44dArray3d(ref M44d[, ,] v) { throw new NotImplemente... method CodeC3bArray2d (line 25867) | public void CodeC3bArray2d(ref C3b[,] v) { throw new NotImplementedExc... method CodeC3bArray3d (line 25868) | public void CodeC3bArray3d(ref C3b[, ,] v) { throw new NotImplementedE... method CodeC3usArray2d (line 25869) | public void CodeC3usArray2d(ref C3us[,] v) { throw new NotImplementedE... method CodeC3usArray3d (line 25870) | public void CodeC3usArray3d(ref C3us[, ,] v) { throw new NotImplemente... method CodeC3uiArray2d (line 25871) | public void CodeC3uiArray2d(ref C3ui[,] v) { throw new NotImplementedE... method CodeC3uiArray3d (line 25872) | public void CodeC3uiArray3d(ref C3ui[, ,] v) { throw new NotImplemente... method CodeC3fArray2d (line 25873) | public void CodeC3fArray2d(ref C3f[,] v) { throw new NotImplementedExc... method CodeC3fArray3d (line 25874) | public void CodeC3fArray3d(ref C3f[, ,] v) { throw new NotImplementedE... method CodeC3dArray2d (line 25875) | public void CodeC3dArray2d(ref C3d[,] v) { throw new NotImplementedExc... method CodeC3dArray3d (line 25876) | public void CodeC3dArray3d(ref C3d[, ,] v) { throw new NotImplementedE... method CodeC4bArray2d (line 25877) | public void CodeC4bArray2d(ref C4b[,] v) { throw new NotImplementedExc... method CodeC4bArray3d (line 25878) | public void CodeC4bArray3d(ref C4b[, ,] v) { throw new NotImplementedE... method CodeC4usArray2d (line 25879) | public void CodeC4usArray2d(ref C4us[,] v) { throw new NotImplementedE... method CodeC4usArray3d (line 25880) | public void CodeC4usArray3d(ref C4us[, ,] v) { throw new NotImplemente... method CodeC4uiArray2d (line 25881) | public void CodeC4uiArray2d(ref C4ui[,] v) { throw new NotImplementedE... method CodeC4uiArray3d (line 25882) | public void CodeC4uiArray3d(ref C4ui[, ,] v) { throw new NotImplemente... method CodeC4fArray2d (line 25883) | public void CodeC4fArray2d(ref C4f[,] v) { throw new NotImplementedExc... method CodeC4fArray3d (line 25884) | public void CodeC4fArray3d(ref C4f[, ,] v) { throw new NotImplementedE... method CodeC4dArray2d (line 25885) | public void CodeC4dArray2d(ref C4d[,] v) { throw new NotImplementedExc... method CodeC4dArray3d (line 25886) | public void CodeC4dArray3d(ref C4d[, ,] v) { throw new NotImplementedE... method CodeRange1bArray2d (line 25887) | public void CodeRange1bArray2d(ref Range1b[,] v) { throw new NotImplem... method CodeRange1bArray3d (line 25888) | public void CodeRange1bArray3d(ref Range1b[, ,] v) { throw new NotImpl... method CodeRange1sbArray2d (line 25889) | public void CodeRange1sbArray2d(ref Range1sb[,] v) { throw new NotImpl... method CodeRange1sbArray3d (line 25890) | public void CodeRange1sbArray3d(ref Range1sb[, ,] v) { throw new NotIm... method CodeRange1sArray2d (line 25891) | public void CodeRange1sArray2d(ref Range1s[,] v) { throw new NotImplem... method CodeRange1sArray3d (line 25892) | public void CodeRange1sArray3d(ref Range1s[, ,] v) { throw new NotImpl... method CodeRange1usArray2d (line 25893) | public void CodeRange1usArray2d(ref Range1us[,] v) { throw new NotImpl... method CodeRange1usArray3d (line 25894) | public void CodeRange1usArray3d(ref Range1us[, ,] v) { throw new NotIm... method CodeRange1iArray2d (line 25895) | public void CodeRange1iArray2d(ref Range1i[,] v) { throw new NotImplem... method CodeRange1iArray3d (line 25896) | public void CodeRange1iArray3d(ref Range1i[, ,] v) { throw new NotImpl... method CodeRange1uiArray2d (line 25897) | public void CodeRange1uiArray2d(ref Range1ui[,] v) { throw new NotImpl... method CodeRange1uiArray3d (line 25898) | public void CodeRange1uiArray3d(ref Range1ui[, ,] v) { throw new NotIm... method CodeRange1lArray2d (line 25899) | public void CodeRange1lArray2d(ref Range1l[,] v) { throw new NotImplem... method CodeRange1lArray3d (line 25900) | public void CodeRange1lArray3d(ref Range1l[, ,] v) { throw new NotImpl... method CodeRange1ulArray2d (line 25901) | public void CodeRange1ulArray2d(ref Range1ul[,] v) { throw new NotImpl... method CodeRange1ulArray3d (line 25902) | public void CodeRange1ulArray3d(ref Range1ul[, ,] v) { throw new NotIm... method CodeRange1fArray2d (line 25903) | public void CodeRange1fArray2d(ref Range1f[,] v) { throw new NotImplem... method CodeRange1fArray3d (line 25904) | public void CodeRange1fArray3d(ref Range1f[, ,] v) { throw new NotImpl... method CodeRange1dArray2d (line 25905) | public void CodeRange1dArray2d(ref Range1d[,] v) { throw new NotImplem... method CodeRange1dArray3d (line 25906) | public void CodeRange1dArray3d(ref Range1d[, ,] v) { throw new NotImpl... method CodeBox2iArray2d (line 25907) | public void CodeBox2iArray2d(ref Box2i[,] v) { throw new NotImplemente... method CodeBox2iArray3d (line 25908) | public void CodeBox2iArray3d(ref Box2i[, ,] v) { throw new NotImplemen... method CodeBox2lArray2d (line 25909) | public void CodeBox2lArray2d(ref Box2l[,] v) { throw new NotImplemente... method CodeBox2lArray3d (line 25910) | public void CodeBox2lArray3d(ref Box2l[, ,] v) { throw new NotImplemen... method CodeBox2fArray2d (line 25911) | public void CodeBox2fArray2d(ref Box2f[,] v) { throw new NotImplemente... method CodeBox2fArray3d (line 25912) | public void CodeBox2fArray3d(ref Box2f[, ,] v) { throw new NotImplemen... method CodeBox2dArray2d (line 25913) | public void CodeBox2dArray2d(ref Box2d[,] v) { throw new NotImplemente... method CodeBox2dArray3d (line 25914) | public void CodeBox2dArray3d(ref Box2d[, ,] v) { throw new NotImplemen... method CodeBox3iArray2d (line 25915) | public void CodeBox3iArray2d(ref Box3i[,] v) { throw new NotImplemente... method CodeBox3iArray3d (line 25916) | public void CodeBox3iArray3d(ref Box3i[, ,] v) { throw new NotImplemen... method CodeBox3lArray2d (line 25917) | public void CodeBox3lArray2d(ref Box3l[,] v) { throw new NotImplemente... method CodeBox3lArray3d (line 25918) | public void CodeBox3lArray3d(ref Box3l[, ,] v) { throw new NotImplemen... method CodeBox3fArray2d (line 25919) | public void CodeBox3fArray2d(ref Box3f[,] v) { throw new NotImplemente... method CodeBox3fArray3d (line 25920) | public void CodeBox3fArray3d(ref Box3f[, ,] v) { throw new NotImplemen... method CodeBox3dArray2d (line 25921) | public void CodeBox3dArray2d(ref Box3d[,] v) { throw new NotImplemente... method CodeBox3dArray3d (line 25922) | public void CodeBox3dArray3d(ref Box3d[, ,] v) { throw new NotImplemen... method CodeEuclidean3fArray2d (line 25923) | public void CodeEuclidean3fArray2d(ref Euclidean3f[,] v) { throw new N... method CodeEuclidean3fArray3d (line 25924) | public void CodeEuclidean3fArray3d(ref Euclidean3f[, ,] v) { throw new... method CodeEuclidean3dArray2d (line 25925) | public void CodeEuclidean3dArray2d(ref Euclidean3d[,] v) { throw new N... method CodeEuclidean3dArray3d (line 25926) | public void CodeEuclidean3dArray3d(ref Euclidean3d[, ,] v) { throw new... method CodeRot2fArray2d (line 25927) | public void CodeRot2fArray2d(ref Rot2f[,] v) { throw new NotImplemente... method CodeRot2fArray3d (line 25928) | public void CodeRot2fArray3d(ref Rot2f[, ,] v) { throw new NotImplemen... method CodeRot2dArray2d (line 25929) | public void CodeRot2dArray2d(ref Rot2d[,] v) { throw new NotImplemente... method CodeRot2dArray3d (line 25930) | public void CodeRot2dArray3d(ref Rot2d[, ,] v) { throw new NotImplemen... method CodeRot3fArray2d (line 25931) | public void CodeRot3fArray2d(ref Rot3f[,] v) { throw new NotImplemente... method CodeRot3fArray3d (line 25932) | public void CodeRot3fArray3d(ref Rot3f[, ,] v) { throw new NotImplemen... method CodeRot3dArray2d (line 25933) | public void CodeRot3dArray2d(ref Rot3d[,] v) { throw new NotImplemente... method CodeRot3dArray3d (line 25934) | public void CodeRot3dArray3d(ref Rot3d[, ,] v) { throw new NotImplemen... method CodeScale3fArray2d (line 25935) | public void CodeScale3fArray2d(ref Scale3f[,] v) { throw new NotImplem... method CodeScale3fArray3d (line 25936) | public void CodeScale3fArray3d(ref Scale3f[, ,] v) { throw new NotImpl... method CodeScale3dArray2d (line 25937) | public void CodeScale3dArray2d(ref Scale3d[,] v) { throw new NotImplem... method CodeScale3dArray3d (line 25938) | public void CodeScale3dArray3d(ref Scale3d[, ,] v) { throw new NotImpl... method CodeShift3fArray2d (line 25939) | public void CodeShift3fArray2d(ref Shift3f[,] v) { throw new NotImplem... method CodeShift3fArray3d (line 25940) | public void CodeShift3fArray3d(ref Shift3f[, ,] v) { throw new NotImpl... method CodeShift3dArray2d (line 25941) | public void CodeShift3dArray2d(ref Shift3d[,] v) { throw new NotImplem... method CodeShift3dArray3d (line 25942) | public void CodeShift3dArray3d(ref Shift3d[, ,] v) { throw new NotImpl... method CodeTrafo2fArray2d (line 25943) | public void CodeTrafo2fArray2d(ref Trafo2f[,] v) { throw new NotImplem... method CodeTrafo2fArray3d (line 25944) | public void CodeTrafo2fArray3d(ref Trafo2f[, ,] v) { throw new NotImpl... method CodeTrafo2dArray2d (line 25945) | public void CodeTrafo2dArray2d(ref Trafo2d[,] v) { throw new NotImplem... method CodeTrafo2dArray3d (line 25946) | public void CodeTrafo2dArray3d(ref Trafo2d[, ,] v) { throw new NotImpl... method CodeTrafo3fArray2d (line 25947) | public void CodeTrafo3fArray2d(ref Trafo3f[,] v) { throw new NotImplem... method CodeTrafo3fArray3d (line 25948) | public void CodeTrafo3fArray3d(ref Trafo3f[, ,] v) { throw new NotImpl... method CodeTrafo3dArray2d (line 25949) | public void CodeTrafo3dArray2d(ref Trafo3d[,] v) { throw new NotImplem... method CodeTrafo3dArray3d (line 25950) | public void CodeTrafo3dArray3d(ref Trafo3d[, ,] v) { throw new NotImpl... method CodeByteArrayArray (line 25956) | public void CodeByteArrayArray(ref byte[][] v) { throw new NotImplemen... method CodeByteArrayArrayArray (line 25957) | public void CodeByteArrayArrayArray(ref byte[][][] v) { throw new NotI... method CodeSByteArrayArray (line 25958) | public void CodeSByteArrayArray(ref sbyte[][] v) { throw new NotImplem... method CodeSByteArrayArrayArray (line 25959) | public void CodeSByteArrayArrayArray(ref sbyte[][][] v) { throw new No... method CodeShortArrayArray (line 25960) | public void CodeShortArrayArray(ref short[][] v) { throw new NotImplem... method CodeShortArrayArrayArray (line 25961) | public void CodeShortArrayArrayArray(ref short[][][] v) { throw new No... method CodeUShortArrayArray (line 25962) | public void CodeUShortArrayArray(ref ushort[][] v) { throw new NotImpl... method CodeUShortArrayArrayArray (line 25963) | public void CodeUShortArrayArrayArray(ref ushort[][][] v) { throw new ... method CodeIntArrayArray (line 25964) | public void CodeIntArrayArray(ref int[][] v) { throw new NotImplemente... method CodeIntArrayArrayArray (line 25965) | public void CodeIntArrayArrayArray(ref int[][][] v) { throw new NotImp... method CodeUIntArrayArray (line 25966) | public void CodeUIntArrayArray(ref uint[][] v) { throw new NotImplemen... method CodeUIntArrayArrayArray (line 25967) | public void CodeUIntArrayArrayArray(ref uint[][][] v) { throw new NotI... method CodeLongArrayArray (line 25968) | public void CodeLongArrayArray(ref long[][] v) { throw new NotImplemen... method CodeLongArrayArrayArray (line 25969) | public void CodeLongArrayArrayArray(ref long[][][] v) { throw new NotI... method CodeULongArrayArray (line 25970) | public void CodeULongArrayArray(ref ulong[][] v) { throw new NotImplem... method CodeULongArrayArrayArray (line 25971) | public void CodeULongArrayArrayArray(ref ulong[][][] v) { throw new No... method CodeFloatArrayArray (line 25972) | public void CodeFloatArrayArray(ref float[][] v) { throw new NotImplem... method CodeFloatArrayArrayArray (line 25973) | public void CodeFloatArrayArrayArray(ref float[][][] v) { throw new No... method CodeDoubleArrayArray (line 25974) | public void CodeDoubleArrayArray(ref double[][] v) { throw new NotImpl... method CodeDoubleArrayArrayArray (line 25975) | public void CodeDoubleArrayArrayArray(ref double[][][] v) { throw new ... method CodeFractionArrayArray (line 25976) | public void CodeFractionArrayArray(ref Fraction[][] v) { throw new Not... method CodeFractionArrayArrayArray (line 25977) | public void CodeFractionArrayArrayArray(ref Fraction[][][] v) { throw ... method CodeV2iArrayArray (line 25978) | public void CodeV2iArrayArray(ref V2i[][] v) { throw new NotImplemente... method CodeV2iArrayArrayArray (line 25979) | public void CodeV2iArrayArrayArray(ref V2i[][][] v) { throw new NotImp... method CodeV2lArrayArray (line 25980) | public void CodeV2lArrayArray(ref V2l[][] v) { throw new NotImplemente... method CodeV2lArrayArrayArray (line 25981) | public void CodeV2lArrayArrayArray(ref V2l[][][] v) { throw new NotImp... method CodeV2fArrayArray (line 25982) | public void CodeV2fArrayArray(ref V2f[][] v) { throw new NotImplemente... method CodeV2fArrayArrayArray (line 25983) | public void CodeV2fArrayArrayArray(ref V2f[][][] v) { throw new NotImp... method CodeV2dArrayArray (line 25984) | public void CodeV2dArrayArray(ref V2d[][] v) { throw new NotImplemente... method CodeV2dArrayArrayArray (line 25985) | public void CodeV2dArrayArrayArray(ref V2d[][][] v) { throw new NotImp... method CodeV3iArrayArray (line 25986) | public void CodeV3iArrayArray(ref V3i[][] v) { throw new NotImplemente... method CodeV3iArrayArrayArray (line 25987) | public void CodeV3iArrayArrayArray(ref V3i[][][] v) { throw new NotImp... method CodeV3lArrayArray (line 25988) | public void CodeV3lArrayArray(ref V3l[][] v) { throw new NotImplemente... method CodeV3lArrayArrayArray (line 25989) | public void CodeV3lArrayArrayArray(ref V3l[][][] v) { throw new NotImp... method CodeV3fArrayArray (line 25990) | public void CodeV3fArrayArray(ref V3f[][] v) { throw new NotImplemente... method CodeV3fArrayArrayArray (line 25991) | public void CodeV3fArrayArrayArray(ref V3f[][][] v) { throw new NotImp... method CodeV3dArrayArray (line 25992) | public void CodeV3dArrayArray(ref V3d[][] v) { throw new NotImplemente... method CodeV3dArrayArrayArray (line 25993) | public void CodeV3dArrayArrayArray(ref V3d[][][] v) { throw new NotImp... method CodeV4iArrayArray (line 25994) | public void CodeV4iArrayArray(ref V4i[][] v) { throw new NotImplemente... method CodeV4iArrayArrayArray (line 25995) | public void CodeV4iArrayArrayArray(ref V4i[][][] v) { throw new NotImp... method CodeV4lArrayArray (line 25996) | public void CodeV4lArrayArray(ref V4l[][] v) { throw new NotImplemente... method CodeV4lArrayArrayArray (line 25997) | public void CodeV4lArrayArrayArray(ref V4l[][][] v) { throw new NotImp... method CodeV4fArrayArray (line 25998) | public void CodeV4fArrayArray(ref V4f[][] v) { throw new NotImplemente... method CodeV4fArrayArrayArray (line 25999) | public void CodeV4fArrayArrayArray(ref V4f[][][] v) { throw new NotImp... method CodeV4dArrayArray (line 26000) | public void CodeV4dArrayArray(ref V4d[][] v) { throw new NotImplemente... method CodeV4dArrayArrayArray (line 26001) | public void CodeV4dArrayArrayArray(ref V4d[][][] v) { throw new NotImp... method CodeM22iArrayArray (line 26002) | public void CodeM22iArrayArray(ref M22i[][] v) { throw new NotImplemen... method CodeM22iArrayArrayArray (line 26003) | public void CodeM22iArrayArrayArray(ref M22i[][][] v) { throw new NotI... method CodeM22lArrayArray (line 26004) | public void CodeM22lArrayArray(ref M22l[][] v) { throw new NotImplemen... method CodeM22lArrayArrayArray (line 26005) | public void CodeM22lArrayArrayArray(ref M22l[][][] v) { throw new NotI... method CodeM22fArrayArray (line 26006) | public void CodeM22fArrayArray(ref M22f[][] v) { throw new NotImplemen... method CodeM22fArrayArrayArray (line 26007) | public void CodeM22fArrayArrayArray(ref M22f[][][] v) { throw new NotI... method CodeM22dArrayArray (line 26008) | public void CodeM22dArrayArray(ref M22d[][] v) { throw new NotImplemen... method CodeM22dArrayArrayArray (line 26009) | public void CodeM22dArrayArrayArray(ref M22d[][][] v) { throw new NotI... method CodeM23iArrayArray (line 26010) | public void CodeM23iArrayArray(ref M23i[][] v) { throw new NotImplemen... method CodeM23iArrayArrayArray (line 26011) | public void CodeM23iArrayArrayArray(ref M23i[][][] v) { throw new NotI... method CodeM23lArrayArray (line 26012) | public void CodeM23lArrayArray(ref M23l[][] v) { throw new NotImplemen... method CodeM23lArrayArrayArray (line 26013) | public void CodeM23lArrayArrayArray(ref M23l[][][] v) { throw new NotI... method CodeM23fArrayArray (line 26014) | public void CodeM23fArrayArray(ref M23f[][] v) { throw new NotImplemen... method CodeM23fArrayArrayArray (line 26015) | public void CodeM23fArrayArrayArray(ref M23f[][][] v) { throw new NotI... method CodeM23dArrayArray (line 26016) | public void CodeM23dArrayArray(ref M23d[][] v) { throw new NotImplemen... method CodeM23dArrayArrayArray (line 26017) | public void CodeM23dArrayArrayArray(ref M23d[][][] v) { throw new NotI... method CodeM33iArrayArray (line 26018) | public void CodeM33iArrayArray(ref M33i[][] v) { throw new NotImplemen... method CodeM33iArrayArrayArray (line 26019) | public void CodeM33iArrayArrayArray(ref M33i[][][] v) { throw new NotI... method CodeM33lArrayArray (line 26020) | public void CodeM33lArrayArray(ref M33l[][] v) { throw new NotImplemen... method CodeM33lArrayArrayArray (line 26021) | public void CodeM33lArrayArrayArray(ref M33l[][][] v) { throw new NotI... method CodeM33fArrayArray (line 26022) | public void CodeM33fArrayArray(ref M33f[][] v) { throw new NotImplemen... method CodeM33fArrayArrayArray (line 26023) | public void CodeM33fArrayArrayArray(ref M33f[][][] v) { throw new NotI... method CodeM33dArrayArray (line 26024) | public void CodeM33dArrayArray(ref M33d[][] v) { throw new NotImplemen... method CodeM33dArrayArrayArray (line 26025) | public void CodeM33dArrayArrayArray(ref M33d[][][] v) { throw new NotI... method CodeM34iArrayArray (line 26026) | public void CodeM34iArrayArray(ref M34i[][] v) { throw new NotImplemen... method CodeM34iArrayArrayArray (line 26027) | public void CodeM34iArrayArrayArray(ref M34i[][][] v) { throw new NotI... method CodeM34lArrayArray (line 26028) | public void CodeM34lArrayArray(ref M34l[][] v) { throw new NotImplemen... method CodeM34lArrayArrayArray (line 26029) | public void CodeM34lArrayArrayArray(ref M34l[][][] v) { throw new NotI... method CodeM34fArrayArray (line 26030) | public void CodeM34fArrayArray(ref M34f[][] v) { throw new NotImplemen... method CodeM34fArrayArrayArray (line 26031) | public void CodeM34fArrayArrayArray(ref M34f[][][] v) { throw new NotI... method CodeM34dArrayArray (line 26032) | public void CodeM34dArrayArray(ref M34d[][] v) { throw new NotImplemen... method CodeM34dArrayArrayArray (line 26033) | public void CodeM34dArrayArrayArray(ref M34d[][][] v) { throw new NotI... method CodeM44iArrayArray (line 26034) | public void CodeM44iArrayArray(ref M44i[][] v) { throw new NotImplemen... method CodeM44iArrayArrayArray (line 26035) | public void CodeM44iArrayArrayArray(ref M44i[][][] v) { throw new NotI... method CodeM44lArrayArray (line 26036) | public void CodeM44lArrayArray(ref M44l[][] v) { throw new NotImplemen... method CodeM44lArrayArrayArray (line 26037) | public void CodeM44lArrayArrayArray(ref M44l[][][] v) { throw new NotI... method CodeM44fArrayArray (line 26038) | public void CodeM44fArrayArray(ref M44f[][] v) { throw new NotImplemen... method CodeM44fArrayArrayArray (line 26039) | public void CodeM44fArrayArrayArray(ref M44f[][][] v) { throw new NotI... method CodeM44dArrayArray (line 26040) | public void CodeM44dArrayArray(ref M44d[][] v) { throw new NotImplemen... method CodeM44dArrayArrayArray (line 26041) | public void CodeM44dArrayArrayArray(ref M44d[][][] v) { throw new NotI... method CodeC3bArrayArray (line 26042) | public void CodeC3bArrayArray(ref C3b[][] v) { throw new NotImplemente... method CodeC3bArrayArrayArray (line 26043) | public void CodeC3bArrayArrayArray(ref C3b[][][] v) { throw new NotImp... method CodeC3usArrayArray (line 26044) | public void CodeC3usArrayArray(ref C3us[][] v) { throw new NotImplemen... method CodeC3usArrayArrayArray (line 26045) | public void CodeC3usArrayArrayArray(ref C3us[][][] v) { throw new NotI... method CodeC3uiArrayArray (line 26046) | public void CodeC3uiArrayArray(ref C3ui[][] v) { throw new NotImplemen... method CodeC3uiArrayArrayArray (line 26047) | public void CodeC3uiArrayArrayArray(ref C3ui[][][] v) { throw new NotI... method CodeC3fArrayArray (line 26048) | public void CodeC3fArrayArray(ref C3f[][] v) { throw new NotImplemente... method CodeC3fArrayArrayArray (line 26049) | public void CodeC3fArrayArrayArray(ref C3f[][][] v) { throw new NotImp... method CodeC3dArrayArray (line 26050) | public void CodeC3dArrayArray(ref C3d[][] v) { throw new NotImplemente... method CodeC3dArrayArrayArray (line 26051) | public void CodeC3dArrayArrayArray(ref C3d[][][] v) { throw new NotImp... method CodeC4bArrayArray (line 26052) | public void CodeC4bArrayArray(ref C4b[][] v) { throw new NotImplemente... method CodeC4bArrayArrayArray (line 26053) | public void CodeC4bArrayArrayArray(ref C4b[][][] v) { throw new NotImp... method CodeC4usArrayArray (line 26054) | public void CodeC4usArrayArray(ref C4us[][] v) { throw new NotImplemen... method CodeC4usArrayArrayArray (line 26055) | public void CodeC4usArrayArrayArray(ref C4us[][][] v) { throw new NotI... method CodeC4uiArrayArray (line 26056) | public void CodeC4uiArrayArray(ref C4ui[][] v) { throw new NotImplemen... method CodeC4uiArrayArrayArray (line 26057) | public void CodeC4uiArrayArrayArray(ref C4ui[][][] v) { throw new NotI... method CodeC4fArrayArray (line 26058) | public void CodeC4fArrayArray(ref C4f[][] v) { throw new NotImplemente... method CodeC4fArrayArrayArray (line 26059) | public void CodeC4fArrayArrayArray(ref C4f[][][] v) { throw new NotImp... method CodeC4dArrayArray (line 26060) | public void CodeC4dArrayArray(ref C4d[][] v) { throw new NotImplemente... method CodeC4dArrayArrayArray (line 26061) | public void CodeC4dArrayArrayArray(ref C4d[][][] v) { throw new NotImp... method CodeRange1bArrayArray (line 26062) | public void CodeRange1bArrayArray(ref Range1b[][] v) { throw new NotIm... method CodeRange1bArrayArrayArray (line 26063) | public void CodeRange1bArrayArrayArray(ref Range1b[][][] v) { throw ne... method CodeRange1sbArrayArray (line 26064) | public void CodeRange1sbArrayArray(ref Range1sb[][] v) { throw new Not... method CodeRange1sbArrayArrayArray (line 26065) | public void CodeRange1sbArrayArrayArray(ref Range1sb[][][] v) { throw ... method CodeRange1sArrayArray (line 26066) | public void CodeRange1sArrayArray(ref Range1s[][] v) { throw new NotIm... method CodeRange1sArrayArrayArray (line 26067) | public void CodeRange1sArrayArrayArray(ref Range1s[][][] v) { throw ne... method CodeRange1usArrayArray (line 26068) | public void CodeRange1usArrayArray(ref Range1us[][] v) { throw new Not... method CodeRange1usArrayArrayArray (line 26069) | public void CodeRange1usArrayArrayArray(ref Range1us[][][] v) { throw ... method CodeRange1iArrayArray (line 26070) | public void CodeRange1iArrayArray(ref Range1i[][] v) { throw new NotIm... method CodeRange1iArrayArrayArray (line 26071) | public void CodeRange1iArrayArrayArray(ref Range1i[][][] v) { throw ne... method CodeRange1uiArrayArray (line 26072) | public void CodeRange1uiArrayArray(ref Range1ui[][] v) { throw new Not... method CodeRange1uiArrayArrayArray (line 26073) | public void CodeRange1uiArrayArrayArray(ref Range1ui[][][] v) { throw ... method CodeRange1lArrayArray (line 26074) | public void CodeRange1lArrayArray(ref Range1l[][] v) { throw new NotIm... method CodeRange1lArrayArrayArray (line 26075) | public void CodeRange1lArrayArrayArray(ref Range1l[][][] v) { throw ne... method CodeRange1ulArrayArray (line 26076) | public void CodeRange1ulArrayArray(ref Range1ul[][] v) { throw new Not... method CodeRange1ulArrayArrayArray (line 26077) | public void CodeRange1ulArrayArrayArray(ref Range1ul[][][] v) { throw ... method CodeRange1fArrayArray (line 26078) | public void CodeRange1fArrayArray(ref Range1f[][] v) { throw new NotIm... method CodeRange1fArrayArrayArray (line 26079) | public void CodeRange1fArrayArrayArray(ref Range1f[][][] v) { throw ne... method CodeRange1dArrayArray (line 26080) | public void CodeRange1dArrayArray(ref Range1d[][] v) { throw new NotIm... method CodeRange1dArrayArrayArray (line 26081) | public void CodeRange1dArrayArrayArray(ref Range1d[][][] v) { throw ne... method CodeBox2iArrayArray (line 26082) | public void CodeBox2iArrayArray(ref Box2i[][] v) { throw new NotImplem... method CodeBox2iArrayArrayArray (line 26083) | public void CodeBox2iArrayArrayArray(ref Box2i[][][] v) { throw new No... method CodeBox2lArrayArray (line 26084) | public void CodeBox2lArrayArray(ref Box2l[][] v) { throw new NotImplem... method CodeBox2lArrayArrayArray (line 26085) | public void CodeBox2lArrayArrayArray(ref Box2l[][][] v) { throw new No... method CodeBox2fArrayArray (line 26086) | public void CodeBox2fArrayArray(ref Box2f[][] v) { throw new NotImplem... method CodeBox2fArrayArrayArray (line 26087) | public void CodeBox2fArrayArrayArray(ref Box2f[][][] v) { throw new No... method CodeBox2dArrayArray (line 26088) | public void CodeBox2dArrayArray(ref Box2d[][] v) { throw new NotImplem... method CodeBox2dArrayArrayArray (line 26089) | public void CodeBox2dArrayArrayArray(ref Box2d[][][] v) { throw new No... method CodeBox3iArrayArray (line 26090) | public void CodeBox3iArrayArray(ref Box3i[][] v) { throw new NotImplem... method CodeBox3iArrayArrayArray (line 26091) | public void CodeBox3iArrayArrayArray(ref Box3i[][][] v) { throw new No... method CodeBox3lArrayArray (line 26092) | public void CodeBox3lArrayArray(ref Box3l[][] v) { throw new NotImplem... method CodeBox3lArrayArrayArray (line 26093) | public void CodeBox3lArrayArrayArray(ref Box3l[][][] v) { throw new No... method CodeBox3fArrayArray (line 26094) | public void CodeBox3fArrayArray(ref Box3f[][] v) { throw new NotImplem... method CodeBox3fArrayArrayArray (line 26095) | public void CodeBox3fArrayArrayArray(ref Box3f[][][] v) { throw new No... method CodeBox3dArrayArray (line 26096) | public void CodeBox3dArrayArray(ref Box3d[][] v) { throw new NotImplem... method CodeBox3dArrayArrayArray (line 26097) | public void CodeBox3dArrayArrayArray(ref Box3d[][][] v) { throw new No... method CodeEuclidean3fArrayArray (line 26098) | public void CodeEuclidean3fArrayArray(ref Euclidean3f[][] v) { throw n... method CodeEuclidean3fArrayArrayArray (line 26099) | public void CodeEuclidean3fArrayArrayArray(ref Euclidean3f[][][] v) { ... method CodeEuclidean3dArrayArray (line 26100) | public void CodeEuclidean3dArrayArray(ref Euclidean3d[][] v) { throw n... method CodeEuclidean3dArrayArrayArray (line 26101) | public void CodeEuclidean3dArrayArrayArray(ref Euclidean3d[][][] v) { ... method CodeRot2fArrayArray (line 26102) | public void CodeRot2fArrayArray(ref Rot2f[][] v) { throw new NotImplem... method CodeRot2fArrayArrayArray (line 26103) | public void CodeRot2fArrayArrayArray(ref Rot2f[][][] v) { throw new No... method CodeRot2dArrayArray (line 26104) | public void CodeRot2dArrayArray(ref Rot2d[][] v) { throw new NotImplem... method CodeRot2dArrayArrayArray (line 26105) | public void CodeRot2dArrayArrayArray(ref Rot2d[][][] v) { throw new No... method CodeRot3fArrayArray (line 26106) | public void CodeRot3fArrayArray(ref Rot3f[][] v) { throw new NotImplem... method CodeRot3fArrayArrayArray (line 26107) | public void CodeRot3fArrayArrayArray(ref Rot3f[][][] v) { throw new No... method CodeRot3dArrayArray (line 26108) | public void CodeRot3dArrayArray(ref Rot3d[][] v) { throw new NotImplem... method CodeRot3dArrayArrayArray (line 26109) | public void CodeRot3dArrayArrayArray(ref Rot3d[][][] v) { throw new No... method CodeScale3fArrayArray (line 26110) | public void CodeScale3fArrayArray(ref Scale3f[][] v) { throw new NotIm... method CodeScale3fArrayArrayArray (line 26111) | public void CodeScale3fArrayArrayArray(ref Scale3f[][][] v) { throw ne... method CodeScale3dArrayArray (line 26112) | public void CodeScale3dArrayArray(ref Scale3d[][] v) { throw new NotIm... method CodeScale3dArrayArrayArray (line 26113) | public void CodeScale3dArrayArrayArray(ref Scale3d[][][] v) { throw ne... method CodeShift3fArrayArray (line 26114) | public void CodeShift3fArrayArray(ref Shift3f[][] v) { throw new NotIm... method CodeShift3fArrayArrayArray (line 26115) | public void CodeShift3fArrayArrayArray(ref Shift3f[][][] v) { throw ne... method CodeShift3dArrayArray (line 26116) | public void CodeShift3dArrayArray(ref Shift3d[][] v) { throw new NotIm... method CodeShift3dArrayArrayArray (line 26117) | public void CodeShift3dArrayArrayArray(ref Shift3d[][][] v) { throw ne... method CodeTrafo2fArrayArray (line 26118) | public void CodeTrafo2fArrayArray(ref Trafo2f[][] v) { throw new NotIm... method CodeTrafo2fArrayArrayArray (line 26119) | public void CodeTrafo2fArrayArrayArray(ref Trafo2f[][][] v) { throw ne... method CodeTrafo2dArrayArray (line 26120) | public void CodeTrafo2dArrayArray(ref Trafo2d[][] v) { throw new NotIm... method CodeTrafo2dArrayArrayArray (line 26121) | public void CodeTrafo2dArrayArrayArray(ref Trafo2d[][][] v) { throw ne... method CodeTrafo3fArrayArray (line 26122) | public void CodeTrafo3fArrayArray(ref Trafo3f[][] v) { throw new NotIm... method CodeTrafo3fArrayArrayArray (line 26123) | public void CodeTrafo3fArrayArrayArray(ref Trafo3f[][][] v) { throw ne... method CodeTrafo3dArrayArray (line 26124) | public void CodeTrafo3dArrayArray(ref Trafo3d[][] v) { throw new NotIm... method CodeTrafo3dArrayArrayArray (line 26125) | public void CodeTrafo3dArrayArrayArray(ref Trafo3d[][][] v) { throw ne... method CodeList_of_V2i_ (line 26131) | public void CodeList_of_V2i_(ref List v) { CodeListOfStruct(v); } method CodeList_of_V2ui_ (line 26132) | public void CodeList_of_V2ui_(ref List v) { CodeListOfStruct(v); } method CodeList_of_V2l_ (line 26133) | public void CodeList_of_V2l_(ref List v) { CodeListOfStruct(v); } method CodeList_of_V2f_ (line 26134) | public void CodeList_of_V2f_(ref List v) { CodeListOfStruct(v); } method CodeList_of_V2d_ (line 26135) | public void CodeList_of_V2d_(ref List v) { CodeListOfStruct(v); } method CodeList_of_V3i_ (line 26136) | public void CodeList_of_V3i_(ref List v) { CodeListOfStruct(v); } method CodeList_of_V3ui_ (line 26137) | public void CodeList_of_V3ui_(ref List v) { CodeListOfStruct(v); } method CodeList_of_V3l_ (line 26138) | public void CodeList_of_V3l_(ref List v) { CodeListOfStruct(v); } method CodeList_of_V3f_ (line 26139) | public void CodeList_of_V3f_(ref List v) { CodeListOfStruct(v); } method CodeList_of_V3d_ (line 26140) | public void CodeList_of_V3d_(ref List v) { CodeListOfStruct(v); } method CodeList_of_V4i_ (line 26141) | public void CodeList_of_V4i_(ref List v) { CodeListOfStruct(v); } method CodeList_of_V4ui_ (line 26142) | public void CodeList_of_V4ui_(ref List v) { CodeListOfStruct(v); } method CodeList_of_V4l_ (line 26143) | public void CodeList_of_V4l_(ref List v) { CodeListOfStruct(v); } method CodeList_of_V4f_ (line 26144) | public void CodeList_of_V4f_(ref List v) { CodeListOfStruct(v); } method CodeList_of_V4d_ (line 26145) | public void CodeList_of_V4d_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M22i_ (line 26146) | public void CodeList_of_M22i_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M22l_ (line 26147) | public void CodeList_of_M22l_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M22f_ (line 26148) | public void CodeList_of_M22f_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M22d_ (line 26149) | public void CodeList_of_M22d_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M23i_ (line 26150) | public void CodeList_of_M23i_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M23l_ (line 26151) | public void CodeList_of_M23l_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M23f_ (line 26152) | public void CodeList_of_M23f_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M23d_ (line 26153) | public void CodeList_of_M23d_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M33i_ (line 26154) | public void CodeList_of_M33i_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M33l_ (line 26155) | public void CodeList_of_M33l_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M33f_ (line 26156) | public void CodeList_of_M33f_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M33d_ (line 26157) | public void CodeList_of_M33d_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M34i_ (line 26158) | public void CodeList_of_M34i_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M34l_ (line 26159) | public void CodeList_of_M34l_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M34f_ (line 26160) | public void CodeList_of_M34f_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M34d_ (line 26161) | public void CodeList_of_M34d_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M44i_ (line 26162) | public void CodeList_of_M44i_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M44l_ (line 26163) | public void CodeList_of_M44l_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M44f_ (line 26164) | public void CodeList_of_M44f_(ref List v) { CodeListOfStruct(v); } method CodeList_of_M44d_ (line 26165) | public void CodeList_of_M44d_(ref List v) { CodeListOfStruct(v); } method CodeList_of_Range1b_ (line 26166) | public void CodeList_of_Range1b_(ref List v) { CodeListOfStru... method CodeList_of_Range1sb_ (line 26167) | public void CodeList_of_Range1sb_(ref List v) { CodeListOfSt... method CodeList_of_Range1s_ (line 26168) | public void CodeList_of_Range1s_(ref List v) { CodeListOfStru... method CodeList_of_Range1us_ (line 26169) | public void CodeList_of_Range1us_(ref List v) { CodeListOfSt... method CodeList_of_Range1i_ (line 26170) | public void CodeList_of_Range1i_(ref List v) { CodeListOfStru... method CodeList_of_Range1ui_ (line 26171) | public void CodeList_of_Range1ui_(ref List v) { CodeListOfSt... method CodeList_of_Range1l_ (line 26172) | public void CodeList_of_Range1l_(ref List v) { CodeListOfStru... method CodeList_of_Range1ul_ (line 26173) | public void CodeList_of_Range1ul_(ref List v) { CodeListOfSt... method CodeList_of_Range1f_ (line 26174) | public void CodeList_of_Range1f_(ref List v) { CodeListOfStru... method CodeList_of_Range1d_ (line 26175) | public void CodeList_of_Range1d_(ref List v) { CodeListOfStru... method CodeList_of_Box2i_ (line 26176) | public void CodeList_of_Box2i_(ref List v) { CodeListOfStruct(v... method CodeList_of_Box2l_ (line 26177) | public void CodeList_of_Box2l_(ref List v) { CodeListOfStruct(v... method CodeList_of_Box2f_ (line 26178) | public void CodeList_of_Box2f_(ref List v) { CodeListOfStruct(v... method CodeList_of_Box2d_ (line 26179) | public void CodeList_of_Box2d_(ref List v) { CodeListOfStruct(v... method CodeList_of_Box3i_ (line 26180) | public void CodeList_of_Box3i_(ref List v) { CodeListOfStruct(v... method CodeList_of_Box3l_ (line 26181) | public void CodeList_of_Box3l_(ref List v) { CodeListOfStruct(v... method CodeList_of_Box3f_ (line 26182) | public void CodeList_of_Box3f_(ref List v) { CodeListOfStruct(v... method CodeList_of_Box3d_ (line 26183) | public void CodeList_of_Box3d_(ref List v) { CodeListOfStruct(v... method CodeList_of_C3b_ (line 26184) | public void CodeList_of_C3b_(ref List v) { CodeListOfStruct(v); } method CodeList_of_C3us_ (line 26185) | public void CodeList_of_C3us_(ref List v) { CodeListOfStruct(v); } method CodeList_of_C3ui_ (line 26186) | public void CodeList_of_C3ui_(ref List v) { CodeListOfStruct(v); } method CodeList_of_C3f_ (line 26187) | public void CodeList_of_C3f_(ref List v) { CodeListOfStruct(v); } method CodeList_of_C3d_ (line 26188) | public void CodeList_of_C3d_(ref List v) { CodeListOfStruct(v); } method CodeList_of_C4b_ (line 26189) | public void CodeList_of_C4b_(ref List v) { CodeListOfStruct(v); } method CodeList_of_C4us_ (line 26190) | public void CodeList_of_C4us_(ref List v) { CodeListOfStruct(v); } method CodeList_of_C4ui_ (line 26191) | public void CodeList_of_C4ui_(ref List v) { CodeListOfStruct(v); } method CodeList_of_C4f_ (line 26192) | public void CodeList_of_C4f_(ref List v) { CodeListOfStruct(v); } method CodeList_of_C4d_ (line 26193) | public void CodeList_of_C4d_(ref List v) { CodeListOfStruct(v); } method CodeList_of_Euclidean3f_ (line 26194) | public void CodeList_of_Euclidean3f_(ref List v) { CodeLi... method CodeList_of_Euclidean3d_ (line 26195) | public void CodeList_of_Euclidean3d_(ref List v) { CodeLi... method CodeList_of_Rot2f_ (line 26196) | public void CodeList_of_Rot2f_(ref List v) { CodeListOfStruct(v... method CodeList_of_Rot2d_ (line 26197) | public void CodeList_of_Rot2d_(ref List v) { CodeListOfStruct(v... method CodeList_of_Rot3f_ (line 26198) | public void CodeList_of_Rot3f_(ref List v) { CodeListOfStruct(v... method CodeList_of_Rot3d_ (line 26199) | public void CodeList_of_Rot3d_(ref List v) { CodeListOfStruct(v... method CodeList_of_Scale3f_ (line 26200) | public void CodeList_of_Scale3f_(ref List v) { CodeListOfStru... method CodeList_of_Scale3d_ (line 26201) | public void CodeList_of_Scale3d_(ref List v) { CodeListOfStru... method CodeList_of_Shift3f_ (line 26202) | public void CodeList_of_Shift3f_(ref List v) { CodeListOfStru... method CodeList_of_Shift3d_ (line 26203) | public void CodeList_of_Shift3d_(ref List v) { CodeListOfStru... method CodeList_of_Trafo2f_ (line 26204) | public void CodeList_of_Trafo2f_(ref List v) { CodeListOfStru... method CodeList_of_Trafo2d_ (line 26205) | public void CodeList_of_Trafo2d_(ref List v) { CodeListOfStru... method CodeList_of_Trafo3f_ (line 26206) | public void CodeList_of_Trafo3f_(ref List v) { CodeListOfStru... method CodeList_of_Trafo3d_ (line 26207) | public void CodeList_of_Trafo3d_(ref List v) { CodeListOfStru... method CodeList_of_Circle2d_ (line 26208) | public void CodeList_of_Circle2d_(ref List v) { CodeListOfSt... method CodeList_of_Line2d_ (line 26209) | public void CodeList_of_Line2d_(ref List v) { CodeListOfStruct... method CodeList_of_Line3d_ (line 26210) | public void CodeList_of_Line3d_(ref List v) { CodeListOfStruct... method CodeList_of_Plane2d_ (line 26211) | public void CodeList_of_Plane2d_(ref List v) { CodeListOfStru... method CodeList_of_Plane3d_ (line 26212) | public void CodeList_of_Plane3d_(ref List v) { CodeListOfStru... method CodeList_of_PlaneWithPoint3d_ (line 26213) | public void CodeList_of_PlaneWithPoint3d_(ref List v... method CodeList_of_Quad2d_ (line 26214) | public void CodeList_of_Quad2d_(ref List v) { CodeListOfStruct... method CodeList_of_Quad3d_ (line 26215) | public void CodeList_of_Quad3d_(ref List v) { CodeListOfStruct... method CodeList_of_Ray2d_ (line 26216) | public void CodeList_of_Ray2d_(ref List v) { CodeListOfStruct(v... method CodeList_of_Ray3d_ (line 26217) | public void CodeList_of_Ray3d_(ref List v) { CodeListOfStruct(v... method CodeList_of_Sphere3d_ (line 26218) | public void CodeList_of_Sphere3d_(ref List v) { CodeListOfSt... method CodeList_of_Triangle2d_ (line 26219) | public void CodeList_of_Triangle2d_(ref List v) { CodeList... method CodeList_of_Triangle3d_ (line 26220) | public void CodeList_of_Triangle3d_(ref List v) { CodeList... method CodeList_of_Circle2f_ (line 26221) | public void CodeList_of_Circle2f_(ref List v) { CodeListOfSt... method CodeList_of_Line2f_ (line 26222) | public void CodeList_of_Line2f_(ref List v) { CodeListOfStruct... method CodeList_of_Line3f_ (line 26223) | public void CodeList_of_Line3f_(ref List v) { CodeListOfStruct... method CodeList_of_Plane2f_ (line 26224) | public void CodeList_of_Plane2f_(ref List v) { CodeListOfStru... method CodeList_of_Plane3f_ (line 26225) | public void CodeList_of_Plane3f_(ref List v) { CodeListOfStru... method CodeList_of_PlaneWithPoint3f_ (line 26226) | public void CodeList_of_PlaneWithPoint3f_(ref List v... method CodeList_of_Quad2f_ (line 26227) | public void CodeList_of_Quad2f_(ref List v) { CodeListOfStruct... method CodeList_of_Quad3f_ (line 26228) | public void CodeList_of_Quad3f_(ref List v) { CodeListOfStruct... method CodeList_of_Ray2f_ (line 26229) | public void CodeList_of_Ray2f_(ref List v) { CodeListOfStruct(v... method CodeList_of_Ray3f_ (line 26230) | public void CodeList_of_Ray3f_(ref List v) { CodeListOfStruct(v... method CodeList_of_Sphere3f_ (line 26231) | public void CodeList_of_Sphere3f_(ref List v) { CodeListOfSt... method CodeList_of_Triangle2f_ (line 26232) | public void CodeList_of_Triangle2f_(ref List v) { CodeList... method CodeList_of_Triangle3f_ (line 26233) | public void CodeList_of_Triangle3f_(ref List v) { CodeList... method CodeVector_of_Byte_Array (line 26239) | public void CodeVector_of_Byte_Array(ref Vector[] v) { CodeArray... method CodeVector_of_SByte_Array (line 26240) | public void CodeVector_of_SByte_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Short_Array (line 26241) | public void CodeVector_of_Short_Array(ref Vector[] v) { CodeArr... method CodeVector_of_UShort_Array (line 26242) | public void CodeVector_of_UShort_Array(ref Vector[] v) { CodeA... method CodeVector_of_Int_Array (line 26243) | public void CodeVector_of_Int_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_UInt_Array (line 26244) | public void CodeVector_of_UInt_Array(ref Vector[] v) { CodeArray... method CodeVector_of_Long_Array (line 26245) | public void CodeVector_of_Long_Array(ref Vector[] v) { CodeArray... method CodeVector_of_ULong_Array (line 26246) | public void CodeVector_of_ULong_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Float_Array (line 26247) | public void CodeVector_of_Float_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Double_Array (line 26248) | public void CodeVector_of_Double_Array(ref Vector[] v) { CodeA... method CodeVector_of_Fraction_Array (line 26249) | public void CodeVector_of_Fraction_Array(ref Vector[] v) { C... method CodeVector_of_V2i_Array (line 26250) | public void CodeVector_of_V2i_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_V2l_Array (line 26251) | public void CodeVector_of_V2l_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_V2f_Array (line 26252) | public void CodeVector_of_V2f_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_V2d_Array (line 26253) | public void CodeVector_of_V2d_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_V3i_Array (line 26254) | public void CodeVector_of_V3i_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_V3l_Array (line 26255) | public void CodeVector_of_V3l_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_V3f_Array (line 26256) | public void CodeVector_of_V3f_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_V3d_Array (line 26257) | public void CodeVector_of_V3d_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_V4i_Array (line 26258) | public void CodeVector_of_V4i_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_V4l_Array (line 26259) | public void CodeVector_of_V4l_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_V4f_Array (line 26260) | public void CodeVector_of_V4f_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_V4d_Array (line 26261) | public void CodeVector_of_V4d_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_M22i_Array (line 26262) | public void CodeVector_of_M22i_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M22l_Array (line 26263) | public void CodeVector_of_M22l_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M22f_Array (line 26264) | public void CodeVector_of_M22f_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M22d_Array (line 26265) | public void CodeVector_of_M22d_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M23i_Array (line 26266) | public void CodeVector_of_M23i_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M23l_Array (line 26267) | public void CodeVector_of_M23l_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M23f_Array (line 26268) | public void CodeVector_of_M23f_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M23d_Array (line 26269) | public void CodeVector_of_M23d_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M33i_Array (line 26270) | public void CodeVector_of_M33i_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M33l_Array (line 26271) | public void CodeVector_of_M33l_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M33f_Array (line 26272) | public void CodeVector_of_M33f_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M33d_Array (line 26273) | public void CodeVector_of_M33d_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M34i_Array (line 26274) | public void CodeVector_of_M34i_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M34l_Array (line 26275) | public void CodeVector_of_M34l_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M34f_Array (line 26276) | public void CodeVector_of_M34f_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M34d_Array (line 26277) | public void CodeVector_of_M34d_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M44i_Array (line 26278) | public void CodeVector_of_M44i_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M44l_Array (line 26279) | public void CodeVector_of_M44l_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M44f_Array (line 26280) | public void CodeVector_of_M44f_Array(ref Vector[] v) { CodeArray... method CodeVector_of_M44d_Array (line 26281) | public void CodeVector_of_M44d_Array(ref Vector[] v) { CodeArray... method CodeVector_of_C3b_Array (line 26282) | public void CodeVector_of_C3b_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_C3us_Array (line 26283) | public void CodeVector_of_C3us_Array(ref Vector[] v) { CodeArray... method CodeVector_of_C3ui_Array (line 26284) | public void CodeVector_of_C3ui_Array(ref Vector[] v) { CodeArray... method CodeVector_of_C3f_Array (line 26285) | public void CodeVector_of_C3f_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_C3d_Array (line 26286) | public void CodeVector_of_C3d_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_C4b_Array (line 26287) | public void CodeVector_of_C4b_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_C4us_Array (line 26288) | public void CodeVector_of_C4us_Array(ref Vector[] v) { CodeArray... method CodeVector_of_C4ui_Array (line 26289) | public void CodeVector_of_C4ui_Array(ref Vector[] v) { CodeArray... method CodeVector_of_C4f_Array (line 26290) | public void CodeVector_of_C4f_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_C4d_Array (line 26291) | public void CodeVector_of_C4d_Array(ref Vector[] v) { CodeArrayOf... method CodeVector_of_Range1b_Array (line 26292) | public void CodeVector_of_Range1b_Array(ref Vector[] v) { Cod... method CodeVector_of_Range1sb_Array (line 26293) | public void CodeVector_of_Range1sb_Array(ref Vector[] v) { C... method CodeVector_of_Range1s_Array (line 26294) | public void CodeVector_of_Range1s_Array(ref Vector[] v) { Cod... method CodeVector_of_Range1us_Array (line 26295) | public void CodeVector_of_Range1us_Array(ref Vector[] v) { C... method CodeVector_of_Range1i_Array (line 26296) | public void CodeVector_of_Range1i_Array(ref Vector[] v) { Cod... method CodeVector_of_Range1ui_Array (line 26297) | public void CodeVector_of_Range1ui_Array(ref Vector[] v) { C... method CodeVector_of_Range1l_Array (line 26298) | public void CodeVector_of_Range1l_Array(ref Vector[] v) { Cod... method CodeVector_of_Range1ul_Array (line 26299) | public void CodeVector_of_Range1ul_Array(ref Vector[] v) { C... method CodeVector_of_Range1f_Array (line 26300) | public void CodeVector_of_Range1f_Array(ref Vector[] v) { Cod... method CodeVector_of_Range1d_Array (line 26301) | public void CodeVector_of_Range1d_Array(ref Vector[] v) { Cod... method CodeVector_of_Box2i_Array (line 26302) | public void CodeVector_of_Box2i_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Box2l_Array (line 26303) | public void CodeVector_of_Box2l_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Box2f_Array (line 26304) | public void CodeVector_of_Box2f_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Box2d_Array (line 26305) | public void CodeVector_of_Box2d_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Box3i_Array (line 26306) | public void CodeVector_of_Box3i_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Box3l_Array (line 26307) | public void CodeVector_of_Box3l_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Box3f_Array (line 26308) | public void CodeVector_of_Box3f_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Box3d_Array (line 26309) | public void CodeVector_of_Box3d_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Euclidean3f_Array (line 26310) | public void CodeVector_of_Euclidean3f_Array(ref Vector[] ... method CodeVector_of_Euclidean3d_Array (line 26311) | public void CodeVector_of_Euclidean3d_Array(ref Vector[] ... method CodeVector_of_Rot2f_Array (line 26312) | public void CodeVector_of_Rot2f_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Rot2d_Array (line 26313) | public void CodeVector_of_Rot2d_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Rot3f_Array (line 26314) | public void CodeVector_of_Rot3f_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Rot3d_Array (line 26315) | public void CodeVector_of_Rot3d_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Scale3f_Array (line 26316) | public void CodeVector_of_Scale3f_Array(ref Vector[] v) { Cod... method CodeVector_of_Scale3d_Array (line 26317) | public void CodeVector_of_Scale3d_Array(ref Vector[] v) { Cod... method CodeVector_of_Shift3f_Array (line 26318) | public void CodeVector_of_Shift3f_Array(ref Vector[] v) { Cod... method CodeVector_of_Shift3d_Array (line 26319) | public void CodeVector_of_Shift3d_Array(ref Vector[] v) { Cod... method CodeVector_of_Trafo2f_Array (line 26320) | public void CodeVector_of_Trafo2f_Array(ref Vector[] v) { Cod... method CodeVector_of_Trafo2d_Array (line 26321) | public void CodeVector_of_Trafo2d_Array(ref Vector[] v) { Cod... method CodeVector_of_Trafo3f_Array (line 26322) | public void CodeVector_of_Trafo3f_Array(ref Vector[] v) { Cod... method CodeVector_of_Trafo3d_Array (line 26323) | public void CodeVector_of_Trafo3d_Array(ref Vector[] v) { Cod... method CodeVector_of_Bool_Array (line 26324) | public void CodeVector_of_Bool_Array(ref Vector[] v) { CodeArray... method CodeVector_of_Char_Array (line 26325) | public void CodeVector_of_Char_Array(ref Vector[] v) { CodeArray... method CodeVector_of_String_Array (line 26326) | public void CodeVector_of_String_Array(ref Vector[] v) { CodeA... method CodeVector_of_Type_Array (line 26327) | public void CodeVector_of_Type_Array(ref Vector[] v) { CodeArray... method CodeVector_of_Guid_Array (line 26328) | public void CodeVector_of_Guid_Array(ref Vector[] v) { CodeArray... method CodeVector_of_Symbol_Array (line 26329) | public void CodeVector_of_Symbol_Array(ref Vector[] v) { CodeA... method CodeVector_of_Circle2d_Array (line 26330) | public void CodeVector_of_Circle2d_Array(ref Vector[] v) { C... method CodeVector_of_Line2d_Array (line 26331) | public void CodeVector_of_Line2d_Array(ref Vector[] v) { CodeA... method CodeVector_of_Line3d_Array (line 26332) | public void CodeVector_of_Line3d_Array(ref Vector[] v) { CodeA... method CodeVector_of_Plane2d_Array (line 26333) | public void CodeVector_of_Plane2d_Array(ref Vector[] v) { Cod... method CodeVector_of_Plane3d_Array (line 26334) | public void CodeVector_of_Plane3d_Array(ref Vector[] v) { Cod... method CodeVector_of_PlaneWithPoint3d_Array (line 26335) | public void CodeVector_of_PlaneWithPoint3d_Array(ref Vector[] v) { CodeA... method CodeVector_of_Quad3d_Array (line 26337) | public void CodeVector_of_Quad3d_Array(ref Vector[] v) { CodeA... method CodeVector_of_Ray2d_Array (line 26338) | public void CodeVector_of_Ray2d_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Ray3d_Array (line 26339) | public void CodeVector_of_Ray3d_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Sphere3d_Array (line 26340) | public void CodeVector_of_Sphere3d_Array(ref Vector[] v) { C... method CodeVector_of_Triangle2d_Array (line 26341) | public void CodeVector_of_Triangle2d_Array(ref Vector[] v)... method CodeVector_of_Triangle3d_Array (line 26342) | public void CodeVector_of_Triangle3d_Array(ref Vector[] v)... method CodeVector_of_Circle2f_Array (line 26343) | public void CodeVector_of_Circle2f_Array(ref Vector[] v) { C... method CodeVector_of_Line2f_Array (line 26344) | public void CodeVector_of_Line2f_Array(ref Vector[] v) { CodeA... method CodeVector_of_Line3f_Array (line 26345) | public void CodeVector_of_Line3f_Array(ref Vector[] v) { CodeA... method CodeVector_of_Plane2f_Array (line 26346) | public void CodeVector_of_Plane2f_Array(ref Vector[] v) { Cod... method CodeVector_of_Plane3f_Array (line 26347) | public void CodeVector_of_Plane3f_Array(ref Vector[] v) { Cod... method CodeVector_of_PlaneWithPoint3f_Array (line 26348) | public void CodeVector_of_PlaneWithPoint3f_Array(ref Vector[] v) { CodeA... method CodeVector_of_Quad3f_Array (line 26350) | public void CodeVector_of_Quad3f_Array(ref Vector[] v) { CodeA... method CodeVector_of_Ray2f_Array (line 26351) | public void CodeVector_of_Ray2f_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Ray3f_Array (line 26352) | public void CodeVector_of_Ray3f_Array(ref Vector[] v) { CodeArr... method CodeVector_of_Sphere3f_Array (line 26353) | public void CodeVector_of_Sphere3f_Array(ref Vector[] v) { C... method CodeVector_of_Triangle2f_Array (line 26354) | public void CodeVector_of_Triangle2f_Array(ref Vector[] v)... method CodeVector_of_Triangle3f_Array (line 26355) | public void CodeVector_of_Triangle3f_Array(ref Vector[] v)... method CodeMatrix_of_Byte_Array (line 26356) | public void CodeMatrix_of_Byte_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_SByte_Array (line 26357) | public void CodeMatrix_of_SByte_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Short_Array (line 26358) | public void CodeMatrix_of_Short_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_UShort_Array (line 26359) | public void CodeMatrix_of_UShort_Array(ref Matrix[] v) { CodeA... method CodeMatrix_of_Int_Array (line 26360) | public void CodeMatrix_of_Int_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_UInt_Array (line 26361) | public void CodeMatrix_of_UInt_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_Long_Array (line 26362) | public void CodeMatrix_of_Long_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_ULong_Array (line 26363) | public void CodeMatrix_of_ULong_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Float_Array (line 26364) | public void CodeMatrix_of_Float_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Double_Array (line 26365) | public void CodeMatrix_of_Double_Array(ref Matrix[] v) { CodeA... method CodeMatrix_of_Fraction_Array (line 26366) | public void CodeMatrix_of_Fraction_Array(ref Matrix[] v) { C... method CodeMatrix_of_V2i_Array (line 26367) | public void CodeMatrix_of_V2i_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_V2l_Array (line 26368) | public void CodeMatrix_of_V2l_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_V2f_Array (line 26369) | public void CodeMatrix_of_V2f_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_V2d_Array (line 26370) | public void CodeMatrix_of_V2d_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_V3i_Array (line 26371) | public void CodeMatrix_of_V3i_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_V3l_Array (line 26372) | public void CodeMatrix_of_V3l_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_V3f_Array (line 26373) | public void CodeMatrix_of_V3f_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_V3d_Array (line 26374) | public void CodeMatrix_of_V3d_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_V4i_Array (line 26375) | public void CodeMatrix_of_V4i_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_V4l_Array (line 26376) | public void CodeMatrix_of_V4l_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_V4f_Array (line 26377) | public void CodeMatrix_of_V4f_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_V4d_Array (line 26378) | public void CodeMatrix_of_V4d_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_M22i_Array (line 26379) | public void CodeMatrix_of_M22i_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M22l_Array (line 26380) | public void CodeMatrix_of_M22l_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M22f_Array (line 26381) | public void CodeMatrix_of_M22f_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M22d_Array (line 26382) | public void CodeMatrix_of_M22d_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M23i_Array (line 26383) | public void CodeMatrix_of_M23i_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M23l_Array (line 26384) | public void CodeMatrix_of_M23l_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M23f_Array (line 26385) | public void CodeMatrix_of_M23f_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M23d_Array (line 26386) | public void CodeMatrix_of_M23d_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M33i_Array (line 26387) | public void CodeMatrix_of_M33i_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M33l_Array (line 26388) | public void CodeMatrix_of_M33l_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M33f_Array (line 26389) | public void CodeMatrix_of_M33f_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M33d_Array (line 26390) | public void CodeMatrix_of_M33d_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M34i_Array (line 26391) | public void CodeMatrix_of_M34i_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M34l_Array (line 26392) | public void CodeMatrix_of_M34l_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M34f_Array (line 26393) | public void CodeMatrix_of_M34f_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M34d_Array (line 26394) | public void CodeMatrix_of_M34d_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M44i_Array (line 26395) | public void CodeMatrix_of_M44i_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M44l_Array (line 26396) | public void CodeMatrix_of_M44l_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M44f_Array (line 26397) | public void CodeMatrix_of_M44f_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_M44d_Array (line 26398) | public void CodeMatrix_of_M44d_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_C3b_Array (line 26399) | public void CodeMatrix_of_C3b_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_C3us_Array (line 26400) | public void CodeMatrix_of_C3us_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_C3ui_Array (line 26401) | public void CodeMatrix_of_C3ui_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_C3f_Array (line 26402) | public void CodeMatrix_of_C3f_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_C3d_Array (line 26403) | public void CodeMatrix_of_C3d_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_C4b_Array (line 26404) | public void CodeMatrix_of_C4b_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_C4us_Array (line 26405) | public void CodeMatrix_of_C4us_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_C4ui_Array (line 26406) | public void CodeMatrix_of_C4ui_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_C4f_Array (line 26407) | public void CodeMatrix_of_C4f_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_C4d_Array (line 26408) | public void CodeMatrix_of_C4d_Array(ref Matrix[] v) { CodeArrayOf... method CodeMatrix_of_Range1b_Array (line 26409) | public void CodeMatrix_of_Range1b_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_Range1sb_Array (line 26410) | public void CodeMatrix_of_Range1sb_Array(ref Matrix[] v) { C... method CodeMatrix_of_Range1s_Array (line 26411) | public void CodeMatrix_of_Range1s_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_Range1us_Array (line 26412) | public void CodeMatrix_of_Range1us_Array(ref Matrix[] v) { C... method CodeMatrix_of_Range1i_Array (line 26413) | public void CodeMatrix_of_Range1i_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_Range1ui_Array (line 26414) | public void CodeMatrix_of_Range1ui_Array(ref Matrix[] v) { C... method CodeMatrix_of_Range1l_Array (line 26415) | public void CodeMatrix_of_Range1l_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_Range1ul_Array (line 26416) | public void CodeMatrix_of_Range1ul_Array(ref Matrix[] v) { C... method CodeMatrix_of_Range1f_Array (line 26417) | public void CodeMatrix_of_Range1f_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_Range1d_Array (line 26418) | public void CodeMatrix_of_Range1d_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_Box2i_Array (line 26419) | public void CodeMatrix_of_Box2i_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Box2l_Array (line 26420) | public void CodeMatrix_of_Box2l_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Box2f_Array (line 26421) | public void CodeMatrix_of_Box2f_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Box2d_Array (line 26422) | public void CodeMatrix_of_Box2d_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Box3i_Array (line 26423) | public void CodeMatrix_of_Box3i_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Box3l_Array (line 26424) | public void CodeMatrix_of_Box3l_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Box3f_Array (line 26425) | public void CodeMatrix_of_Box3f_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Box3d_Array (line 26426) | public void CodeMatrix_of_Box3d_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Euclidean3f_Array (line 26427) | public void CodeMatrix_of_Euclidean3f_Array(ref Matrix[] ... method CodeMatrix_of_Euclidean3d_Array (line 26428) | public void CodeMatrix_of_Euclidean3d_Array(ref Matrix[] ... method CodeMatrix_of_Rot2f_Array (line 26429) | public void CodeMatrix_of_Rot2f_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Rot2d_Array (line 26430) | public void CodeMatrix_of_Rot2d_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Rot3f_Array (line 26431) | public void CodeMatrix_of_Rot3f_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Rot3d_Array (line 26432) | public void CodeMatrix_of_Rot3d_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Scale3f_Array (line 26433) | public void CodeMatrix_of_Scale3f_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_Scale3d_Array (line 26434) | public void CodeMatrix_of_Scale3d_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_Shift3f_Array (line 26435) | public void CodeMatrix_of_Shift3f_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_Shift3d_Array (line 26436) | public void CodeMatrix_of_Shift3d_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_Trafo2f_Array (line 26437) | public void CodeMatrix_of_Trafo2f_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_Trafo2d_Array (line 26438) | public void CodeMatrix_of_Trafo2d_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_Trafo3f_Array (line 26439) | public void CodeMatrix_of_Trafo3f_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_Trafo3d_Array (line 26440) | public void CodeMatrix_of_Trafo3d_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_Bool_Array (line 26441) | public void CodeMatrix_of_Bool_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_Char_Array (line 26442) | public void CodeMatrix_of_Char_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_String_Array (line 26443) | public void CodeMatrix_of_String_Array(ref Matrix[] v) { CodeA... method CodeMatrix_of_Type_Array (line 26444) | public void CodeMatrix_of_Type_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_Guid_Array (line 26445) | public void CodeMatrix_of_Guid_Array(ref Matrix[] v) { CodeArray... method CodeMatrix_of_Symbol_Array (line 26446) | public void CodeMatrix_of_Symbol_Array(ref Matrix[] v) { CodeA... method CodeMatrix_of_Circle2d_Array (line 26447) | public void CodeMatrix_of_Circle2d_Array(ref Matrix[] v) { C... method CodeMatrix_of_Line2d_Array (line 26448) | public void CodeMatrix_of_Line2d_Array(ref Matrix[] v) { CodeA... method CodeMatrix_of_Line3d_Array (line 26449) | public void CodeMatrix_of_Line3d_Array(ref Matrix[] v) { CodeA... method CodeMatrix_of_Plane2d_Array (line 26450) | public void CodeMatrix_of_Plane2d_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_Plane3d_Array (line 26451) | public void CodeMatrix_of_Plane3d_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_PlaneWithPoint3d_Array (line 26452) | public void CodeMatrix_of_PlaneWithPoint3d_Array(ref Matrix[] v) { CodeA... method CodeMatrix_of_Quad3d_Array (line 26454) | public void CodeMatrix_of_Quad3d_Array(ref Matrix[] v) { CodeA... method CodeMatrix_of_Ray2d_Array (line 26455) | public void CodeMatrix_of_Ray2d_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Ray3d_Array (line 26456) | public void CodeMatrix_of_Ray3d_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Sphere3d_Array (line 26457) | public void CodeMatrix_of_Sphere3d_Array(ref Matrix[] v) { C... method CodeMatrix_of_Triangle2d_Array (line 26458) | public void CodeMatrix_of_Triangle2d_Array(ref Matrix[] v)... method CodeMatrix_of_Triangle3d_Array (line 26459) | public void CodeMatrix_of_Triangle3d_Array(ref Matrix[] v)... method CodeMatrix_of_Circle2f_Array (line 26460) | public void CodeMatrix_of_Circle2f_Array(ref Matrix[] v) { C... method CodeMatrix_of_Line2f_Array (line 26461) | public void CodeMatrix_of_Line2f_Array(ref Matrix[] v) { CodeA... method CodeMatrix_of_Line3f_Array (line 26462) | public void CodeMatrix_of_Line3f_Array(ref Matrix[] v) { CodeA... method CodeMatrix_of_Plane2f_Array (line 26463) | public void CodeMatrix_of_Plane2f_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_Plane3f_Array (line 26464) | public void CodeMatrix_of_Plane3f_Array(ref Matrix[] v) { Cod... method CodeMatrix_of_PlaneWithPoint3f_Array (line 26465) | public void CodeMatrix_of_PlaneWithPoint3f_Array(ref Matrix[] v) { CodeA... method CodeMatrix_of_Quad3f_Array (line 26467) | public void CodeMatrix_of_Quad3f_Array(ref Matrix[] v) { CodeA... method CodeMatrix_of_Ray2f_Array (line 26468) | public void CodeMatrix_of_Ray2f_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Ray3f_Array (line 26469) | public void CodeMatrix_of_Ray3f_Array(ref Matrix[] v) { CodeArr... method CodeMatrix_of_Sphere3f_Array (line 26470) | public void CodeMatrix_of_Sphere3f_Array(ref Matrix[] v) { C... method CodeMatrix_of_Triangle2f_Array (line 26471) | public void CodeMatrix_of_Triangle2f_Array(ref Matrix[] v)... method CodeMatrix_of_Triangle3f_Array (line 26472) | public void CodeMatrix_of_Triangle3f_Array(ref Matrix[] v)... method CodeVolume_of_Byte_Array (line 26473) | public void CodeVolume_of_Byte_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_SByte_Array (line 26474) | public void CodeVolume_of_SByte_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Short_Array (line 26475) | public void CodeVolume_of_Short_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_UShort_Array (line 26476) | public void CodeVolume_of_UShort_Array(ref Volume[] v) { CodeA... method CodeVolume_of_Int_Array (line 26477) | public void CodeVolume_of_Int_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_UInt_Array (line 26478) | public void CodeVolume_of_UInt_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_Long_Array (line 26479) | public void CodeVolume_of_Long_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_ULong_Array (line 26480) | public void CodeVolume_of_ULong_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Float_Array (line 26481) | public void CodeVolume_of_Float_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Double_Array (line 26482) | public void CodeVolume_of_Double_Array(ref Volume[] v) { CodeA... method CodeVolume_of_Fraction_Array (line 26483) | public void CodeVolume_of_Fraction_Array(ref Volume[] v) { C... method CodeVolume_of_V2i_Array (line 26484) | public void CodeVolume_of_V2i_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_V2l_Array (line 26485) | public void CodeVolume_of_V2l_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_V2f_Array (line 26486) | public void CodeVolume_of_V2f_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_V2d_Array (line 26487) | public void CodeVolume_of_V2d_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_V3i_Array (line 26488) | public void CodeVolume_of_V3i_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_V3l_Array (line 26489) | public void CodeVolume_of_V3l_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_V3f_Array (line 26490) | public void CodeVolume_of_V3f_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_V3d_Array (line 26491) | public void CodeVolume_of_V3d_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_V4i_Array (line 26492) | public void CodeVolume_of_V4i_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_V4l_Array (line 26493) | public void CodeVolume_of_V4l_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_V4f_Array (line 26494) | public void CodeVolume_of_V4f_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_V4d_Array (line 26495) | public void CodeVolume_of_V4d_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_M22i_Array (line 26496) | public void CodeVolume_of_M22i_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M22l_Array (line 26497) | public void CodeVolume_of_M22l_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M22f_Array (line 26498) | public void CodeVolume_of_M22f_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M22d_Array (line 26499) | public void CodeVolume_of_M22d_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M23i_Array (line 26500) | public void CodeVolume_of_M23i_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M23l_Array (line 26501) | public void CodeVolume_of_M23l_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M23f_Array (line 26502) | public void CodeVolume_of_M23f_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M23d_Array (line 26503) | public void CodeVolume_of_M23d_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M33i_Array (line 26504) | public void CodeVolume_of_M33i_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M33l_Array (line 26505) | public void CodeVolume_of_M33l_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M33f_Array (line 26506) | public void CodeVolume_of_M33f_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M33d_Array (line 26507) | public void CodeVolume_of_M33d_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M34i_Array (line 26508) | public void CodeVolume_of_M34i_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M34l_Array (line 26509) | public void CodeVolume_of_M34l_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M34f_Array (line 26510) | public void CodeVolume_of_M34f_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M34d_Array (line 26511) | public void CodeVolume_of_M34d_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M44i_Array (line 26512) | public void CodeVolume_of_M44i_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M44l_Array (line 26513) | public void CodeVolume_of_M44l_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M44f_Array (line 26514) | public void CodeVolume_of_M44f_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_M44d_Array (line 26515) | public void CodeVolume_of_M44d_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_C3b_Array (line 26516) | public void CodeVolume_of_C3b_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_C3us_Array (line 26517) | public void CodeVolume_of_C3us_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_C3ui_Array (line 26518) | public void CodeVolume_of_C3ui_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_C3f_Array (line 26519) | public void CodeVolume_of_C3f_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_C3d_Array (line 26520) | public void CodeVolume_of_C3d_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_C4b_Array (line 26521) | public void CodeVolume_of_C4b_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_C4us_Array (line 26522) | public void CodeVolume_of_C4us_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_C4ui_Array (line 26523) | public void CodeVolume_of_C4ui_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_C4f_Array (line 26524) | public void CodeVolume_of_C4f_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_C4d_Array (line 26525) | public void CodeVolume_of_C4d_Array(ref Volume[] v) { CodeArrayOf... method CodeVolume_of_Range1b_Array (line 26526) | public void CodeVolume_of_Range1b_Array(ref Volume[] v) { Cod... method CodeVolume_of_Range1sb_Array (line 26527) | public void CodeVolume_of_Range1sb_Array(ref Volume[] v) { C... method CodeVolume_of_Range1s_Array (line 26528) | public void CodeVolume_of_Range1s_Array(ref Volume[] v) { Cod... method CodeVolume_of_Range1us_Array (line 26529) | public void CodeVolume_of_Range1us_Array(ref Volume[] v) { C... method CodeVolume_of_Range1i_Array (line 26530) | public void CodeVolume_of_Range1i_Array(ref Volume[] v) { Cod... method CodeVolume_of_Range1ui_Array (line 26531) | public void CodeVolume_of_Range1ui_Array(ref Volume[] v) { C... method CodeVolume_of_Range1l_Array (line 26532) | public void CodeVolume_of_Range1l_Array(ref Volume[] v) { Cod... method CodeVolume_of_Range1ul_Array (line 26533) | public void CodeVolume_of_Range1ul_Array(ref Volume[] v) { C... method CodeVolume_of_Range1f_Array (line 26534) | public void CodeVolume_of_Range1f_Array(ref Volume[] v) { Cod... method CodeVolume_of_Range1d_Array (line 26535) | public void CodeVolume_of_Range1d_Array(ref Volume[] v) { Cod... method CodeVolume_of_Box2i_Array (line 26536) | public void CodeVolume_of_Box2i_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Box2l_Array (line 26537) | public void CodeVolume_of_Box2l_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Box2f_Array (line 26538) | public void CodeVolume_of_Box2f_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Box2d_Array (line 26539) | public void CodeVolume_of_Box2d_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Box3i_Array (line 26540) | public void CodeVolume_of_Box3i_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Box3l_Array (line 26541) | public void CodeVolume_of_Box3l_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Box3f_Array (line 26542) | public void CodeVolume_of_Box3f_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Box3d_Array (line 26543) | public void CodeVolume_of_Box3d_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Euclidean3f_Array (line 26544) | public void CodeVolume_of_Euclidean3f_Array(ref Volume[] ... method CodeVolume_of_Euclidean3d_Array (line 26545) | public void CodeVolume_of_Euclidean3d_Array(ref Volume[] ... method CodeVolume_of_Rot2f_Array (line 26546) | public void CodeVolume_of_Rot2f_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Rot2d_Array (line 26547) | public void CodeVolume_of_Rot2d_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Rot3f_Array (line 26548) | public void CodeVolume_of_Rot3f_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Rot3d_Array (line 26549) | public void CodeVolume_of_Rot3d_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Scale3f_Array (line 26550) | public void CodeVolume_of_Scale3f_Array(ref Volume[] v) { Cod... method CodeVolume_of_Scale3d_Array (line 26551) | public void CodeVolume_of_Scale3d_Array(ref Volume[] v) { Cod... method CodeVolume_of_Shift3f_Array (line 26552) | public void CodeVolume_of_Shift3f_Array(ref Volume[] v) { Cod... method CodeVolume_of_Shift3d_Array (line 26553) | public void CodeVolume_of_Shift3d_Array(ref Volume[] v) { Cod... method CodeVolume_of_Trafo2f_Array (line 26554) | public void CodeVolume_of_Trafo2f_Array(ref Volume[] v) { Cod... method CodeVolume_of_Trafo2d_Array (line 26555) | public void CodeVolume_of_Trafo2d_Array(ref Volume[] v) { Cod... method CodeVolume_of_Trafo3f_Array (line 26556) | public void CodeVolume_of_Trafo3f_Array(ref Volume[] v) { Cod... method CodeVolume_of_Trafo3d_Array (line 26557) | public void CodeVolume_of_Trafo3d_Array(ref Volume[] v) { Cod... method CodeVolume_of_Bool_Array (line 26558) | public void CodeVolume_of_Bool_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_Char_Array (line 26559) | public void CodeVolume_of_Char_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_String_Array (line 26560) | public void CodeVolume_of_String_Array(ref Volume[] v) { CodeA... method CodeVolume_of_Type_Array (line 26561) | public void CodeVolume_of_Type_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_Guid_Array (line 26562) | public void CodeVolume_of_Guid_Array(ref Volume[] v) { CodeArray... method CodeVolume_of_Symbol_Array (line 26563) | public void CodeVolume_of_Symbol_Array(ref Volume[] v) { CodeA... method CodeVolume_of_Circle2d_Array (line 26564) | public void CodeVolume_of_Circle2d_Array(ref Volume[] v) { C... method CodeVolume_of_Line2d_Array (line 26565) | public void CodeVolume_of_Line2d_Array(ref Volume[] v) { CodeA... method CodeVolume_of_Line3d_Array (line 26566) | public void CodeVolume_of_Line3d_Array(ref Volume[] v) { CodeA... method CodeVolume_of_Plane2d_Array (line 26567) | public void CodeVolume_of_Plane2d_Array(ref Volume[] v) { Cod... method CodeVolume_of_Plane3d_Array (line 26568) | public void CodeVolume_of_Plane3d_Array(ref Volume[] v) { Cod... method CodeVolume_of_PlaneWithPoint3d_Array (line 26569) | public void CodeVolume_of_PlaneWithPoint3d_Array(ref Volume[] v) { CodeA... method CodeVolume_of_Quad3d_Array (line 26571) | public void CodeVolume_of_Quad3d_Array(ref Volume[] v) { CodeA... method CodeVolume_of_Ray2d_Array (line 26572) | public void CodeVolume_of_Ray2d_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Ray3d_Array (line 26573) | public void CodeVolume_of_Ray3d_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Sphere3d_Array (line 26574) | public void CodeVolume_of_Sphere3d_Array(ref Volume[] v) { C... method CodeVolume_of_Triangle2d_Array (line 26575) | public void CodeVolume_of_Triangle2d_Array(ref Volume[] v)... method CodeVolume_of_Triangle3d_Array (line 26576) | public void CodeVolume_of_Triangle3d_Array(ref Volume[] v)... method CodeVolume_of_Circle2f_Array (line 26577) | public void CodeVolume_of_Circle2f_Array(ref Volume[] v) { C... method CodeVolume_of_Line2f_Array (line 26578) | public void CodeVolume_of_Line2f_Array(ref Volume[] v) { CodeA... method CodeVolume_of_Line3f_Array (line 26579) | public void CodeVolume_of_Line3f_Array(ref Volume[] v) { CodeA... method CodeVolume_of_Plane2f_Array (line 26580) | public void CodeVolume_of_Plane2f_Array(ref Volume[] v) { Cod... method CodeVolume_of_Plane3f_Array (line 26581) | public void CodeVolume_of_Plane3f_Array(ref Volume[] v) { Cod... method CodeVolume_of_PlaneWithPoint3f_Array (line 26582) | public void CodeVolume_of_PlaneWithPoint3f_Array(ref Volume[] v) { CodeA... method CodeVolume_of_Quad3f_Array (line 26584) | public void CodeVolume_of_Quad3f_Array(ref Volume[] v) { CodeA... method CodeVolume_of_Ray2f_Array (line 26585) | public void CodeVolume_of_Ray2f_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Ray3f_Array (line 26586) | public void CodeVolume_of_Ray3f_Array(ref Volume[] v) { CodeArr... method CodeVolume_of_Sphere3f_Array (line 26587) | public void CodeVolume_of_Sphere3f_Array(ref Volume[] v) { C... method CodeVolume_of_Triangle2f_Array (line 26588) | public void CodeVolume_of_Triangle2f_Array(ref Volume[] v)... method CodeVolume_of_Triangle3f_Array (line 26589) | public void CodeVolume_of_Triangle3f_Array(ref Volume[] v)... method CodeTensor_of_Byte_Array (line 26590) | public void CodeTensor_of_Byte_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_SByte_Array (line 26591) | public void CodeTensor_of_SByte_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Short_Array (line 26592) | public void CodeTensor_of_Short_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_UShort_Array (line 26593) | public void CodeTensor_of_UShort_Array(ref Tensor[] v) { CodeA... method CodeTensor_of_Int_Array (line 26594) | public void CodeTensor_of_Int_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_UInt_Array (line 26595) | public void CodeTensor_of_UInt_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_Long_Array (line 26596) | public void CodeTensor_of_Long_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_ULong_Array (line 26597) | public void CodeTensor_of_ULong_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Float_Array (line 26598) | public void CodeTensor_of_Float_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Double_Array (line 26599) | public void CodeTensor_of_Double_Array(ref Tensor[] v) { CodeA... method CodeTensor_of_Fraction_Array (line 26600) | public void CodeTensor_of_Fraction_Array(ref Tensor[] v) { C... method CodeTensor_of_V2i_Array (line 26601) | public void CodeTensor_of_V2i_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_V2l_Array (line 26602) | public void CodeTensor_of_V2l_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_V2f_Array (line 26603) | public void CodeTensor_of_V2f_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_V2d_Array (line 26604) | public void CodeTensor_of_V2d_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_V3i_Array (line 26605) | public void CodeTensor_of_V3i_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_V3l_Array (line 26606) | public void CodeTensor_of_V3l_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_V3f_Array (line 26607) | public void CodeTensor_of_V3f_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_V3d_Array (line 26608) | public void CodeTensor_of_V3d_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_V4i_Array (line 26609) | public void CodeTensor_of_V4i_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_V4l_Array (line 26610) | public void CodeTensor_of_V4l_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_V4f_Array (line 26611) | public void CodeTensor_of_V4f_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_V4d_Array (line 26612) | public void CodeTensor_of_V4d_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_M22i_Array (line 26613) | public void CodeTensor_of_M22i_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M22l_Array (line 26614) | public void CodeTensor_of_M22l_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M22f_Array (line 26615) | public void CodeTensor_of_M22f_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M22d_Array (line 26616) | public void CodeTensor_of_M22d_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M23i_Array (line 26617) | public void CodeTensor_of_M23i_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M23l_Array (line 26618) | public void CodeTensor_of_M23l_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M23f_Array (line 26619) | public void CodeTensor_of_M23f_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M23d_Array (line 26620) | public void CodeTensor_of_M23d_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M33i_Array (line 26621) | public void CodeTensor_of_M33i_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M33l_Array (line 26622) | public void CodeTensor_of_M33l_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M33f_Array (line 26623) | public void CodeTensor_of_M33f_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M33d_Array (line 26624) | public void CodeTensor_of_M33d_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M34i_Array (line 26625) | public void CodeTensor_of_M34i_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M34l_Array (line 26626) | public void CodeTensor_of_M34l_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M34f_Array (line 26627) | public void CodeTensor_of_M34f_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M34d_Array (line 26628) | public void CodeTensor_of_M34d_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M44i_Array (line 26629) | public void CodeTensor_of_M44i_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M44l_Array (line 26630) | public void CodeTensor_of_M44l_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M44f_Array (line 26631) | public void CodeTensor_of_M44f_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_M44d_Array (line 26632) | public void CodeTensor_of_M44d_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_C3b_Array (line 26633) | public void CodeTensor_of_C3b_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_C3us_Array (line 26634) | public void CodeTensor_of_C3us_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_C3ui_Array (line 26635) | public void CodeTensor_of_C3ui_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_C3f_Array (line 26636) | public void CodeTensor_of_C3f_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_C3d_Array (line 26637) | public void CodeTensor_of_C3d_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_C4b_Array (line 26638) | public void CodeTensor_of_C4b_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_C4us_Array (line 26639) | public void CodeTensor_of_C4us_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_C4ui_Array (line 26640) | public void CodeTensor_of_C4ui_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_C4f_Array (line 26641) | public void CodeTensor_of_C4f_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_C4d_Array (line 26642) | public void CodeTensor_of_C4d_Array(ref Tensor[] v) { CodeArrayOf... method CodeTensor_of_Range1b_Array (line 26643) | public void CodeTensor_of_Range1b_Array(ref Tensor[] v) { Cod... method CodeTensor_of_Range1sb_Array (line 26644) | public void CodeTensor_of_Range1sb_Array(ref Tensor[] v) { C... method CodeTensor_of_Range1s_Array (line 26645) | public void CodeTensor_of_Range1s_Array(ref Tensor[] v) { Cod... method CodeTensor_of_Range1us_Array (line 26646) | public void CodeTensor_of_Range1us_Array(ref Tensor[] v) { C... method CodeTensor_of_Range1i_Array (line 26647) | public void CodeTensor_of_Range1i_Array(ref Tensor[] v) { Cod... method CodeTensor_of_Range1ui_Array (line 26648) | public void CodeTensor_of_Range1ui_Array(ref Tensor[] v) { C... method CodeTensor_of_Range1l_Array (line 26649) | public void CodeTensor_of_Range1l_Array(ref Tensor[] v) { Cod... method CodeTensor_of_Range1ul_Array (line 26650) | public void CodeTensor_of_Range1ul_Array(ref Tensor[] v) { C... method CodeTensor_of_Range1f_Array (line 26651) | public void CodeTensor_of_Range1f_Array(ref Tensor[] v) { Cod... method CodeTensor_of_Range1d_Array (line 26652) | public void CodeTensor_of_Range1d_Array(ref Tensor[] v) { Cod... method CodeTensor_of_Box2i_Array (line 26653) | public void CodeTensor_of_Box2i_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Box2l_Array (line 26654) | public void CodeTensor_of_Box2l_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Box2f_Array (line 26655) | public void CodeTensor_of_Box2f_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Box2d_Array (line 26656) | public void CodeTensor_of_Box2d_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Box3i_Array (line 26657) | public void CodeTensor_of_Box3i_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Box3l_Array (line 26658) | public void CodeTensor_of_Box3l_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Box3f_Array (line 26659) | public void CodeTensor_of_Box3f_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Box3d_Array (line 26660) | public void CodeTensor_of_Box3d_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Euclidean3f_Array (line 26661) | public void CodeTensor_of_Euclidean3f_Array(ref Tensor[] ... method CodeTensor_of_Euclidean3d_Array (line 26662) | public void CodeTensor_of_Euclidean3d_Array(ref Tensor[] ... method CodeTensor_of_Rot2f_Array (line 26663) | public void CodeTensor_of_Rot2f_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Rot2d_Array (line 26664) | public void CodeTensor_of_Rot2d_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Rot3f_Array (line 26665) | public void CodeTensor_of_Rot3f_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Rot3d_Array (line 26666) | public void CodeTensor_of_Rot3d_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Scale3f_Array (line 26667) | public void CodeTensor_of_Scale3f_Array(ref Tensor[] v) { Cod... method CodeTensor_of_Scale3d_Array (line 26668) | public void CodeTensor_of_Scale3d_Array(ref Tensor[] v) { Cod... method CodeTensor_of_Shift3f_Array (line 26669) | public void CodeTensor_of_Shift3f_Array(ref Tensor[] v) { Cod... method CodeTensor_of_Shift3d_Array (line 26670) | public void CodeTensor_of_Shift3d_Array(ref Tensor[] v) { Cod... method CodeTensor_of_Trafo2f_Array (line 26671) | public void CodeTensor_of_Trafo2f_Array(ref Tensor[] v) { Cod... method CodeTensor_of_Trafo2d_Array (line 26672) | public void CodeTensor_of_Trafo2d_Array(ref Tensor[] v) { Cod... method CodeTensor_of_Trafo3f_Array (line 26673) | public void CodeTensor_of_Trafo3f_Array(ref Tensor[] v) { Cod... method CodeTensor_of_Trafo3d_Array (line 26674) | public void CodeTensor_of_Trafo3d_Array(ref Tensor[] v) { Cod... method CodeTensor_of_Bool_Array (line 26675) | public void CodeTensor_of_Bool_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_Char_Array (line 26676) | public void CodeTensor_of_Char_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_String_Array (line 26677) | public void CodeTensor_of_String_Array(ref Tensor[] v) { CodeA... method CodeTensor_of_Type_Array (line 26678) | public void CodeTensor_of_Type_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_Guid_Array (line 26679) | public void CodeTensor_of_Guid_Array(ref Tensor[] v) { CodeArray... method CodeTensor_of_Symbol_Array (line 26680) | public void CodeTensor_of_Symbol_Array(ref Tensor[] v) { CodeA... method CodeTensor_of_Circle2d_Array (line 26681) | public void CodeTensor_of_Circle2d_Array(ref Tensor[] v) { C... method CodeTensor_of_Line2d_Array (line 26682) | public void CodeTensor_of_Line2d_Array(ref Tensor[] v) { CodeA... method CodeTensor_of_Line3d_Array (line 26683) | public void CodeTensor_of_Line3d_Array(ref Tensor[] v) { CodeA... method CodeTensor_of_Plane2d_Array (line 26684) | public void CodeTensor_of_Plane2d_Array(ref Tensor[] v) { Cod... method CodeTensor_of_Plane3d_Array (line 26685) | public void CodeTensor_of_Plane3d_Array(ref Tensor[] v) { Cod... method CodeTensor_of_PlaneWithPoint3d_Array (line 26686) | public void CodeTensor_of_PlaneWithPoint3d_Array(ref Tensor[] v) { CodeA... method CodeTensor_of_Quad3d_Array (line 26688) | public void CodeTensor_of_Quad3d_Array(ref Tensor[] v) { CodeA... method CodeTensor_of_Ray2d_Array (line 26689) | public void CodeTensor_of_Ray2d_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Ray3d_Array (line 26690) | public void CodeTensor_of_Ray3d_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Sphere3d_Array (line 26691) | public void CodeTensor_of_Sphere3d_Array(ref Tensor[] v) { C... method CodeTensor_of_Triangle2d_Array (line 26692) | public void CodeTensor_of_Triangle2d_Array(ref Tensor[] v)... method CodeTensor_of_Triangle3d_Array (line 26693) | public void CodeTensor_of_Triangle3d_Array(ref Tensor[] v)... method CodeTensor_of_Circle2f_Array (line 26694) | public void CodeTensor_of_Circle2f_Array(ref Tensor[] v) { C... method CodeTensor_of_Line2f_Array (line 26695) | public void CodeTensor_of_Line2f_Array(ref Tensor[] v) { CodeA... method CodeTensor_of_Line3f_Array (line 26696) | public void CodeTensor_of_Line3f_Array(ref Tensor[] v) { CodeA... method CodeTensor_of_Plane2f_Array (line 26697) | public void CodeTensor_of_Plane2f_Array(ref Tensor[] v) { Cod... method CodeTensor_of_Plane3f_Array (line 26698) | public void CodeTensor_of_Plane3f_Array(ref Tensor[] v) { Cod... method CodeTensor_of_PlaneWithPoint3f_Array (line 26699) | public void CodeTensor_of_PlaneWithPoint3f_Array(ref Tensor[] v) { CodeA... method CodeTensor_of_Quad3f_Array (line 26701) | public void CodeTensor_of_Quad3f_Array(ref Tensor[] v) { CodeA... method CodeTensor_of_Ray2f_Array (line 26702) | public void CodeTensor_of_Ray2f_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Ray3f_Array (line 26703) | public void CodeTensor_of_Ray3f_Array(ref Tensor[] v) { CodeArr... method CodeTensor_of_Sphere3f_Array (line 26704) | public void CodeTensor_of_Sphere3f_Array(ref Tensor[] v) { C... method CodeTensor_of_Triangle2f_Array (line 26705) | public void CodeTensor_of_Triangle2f_Array(ref Tensor[] v)... method CodeTensor_of_Triangle3f_Array (line 26706) | public void CodeTensor_of_Triangle3f_Array(ref Tensor[] v)... method CodeList_of_Vector_of_Byte__ (line 26712) | public void CodeList_of_Vector_of_Byte__(ref List> v) { C... method CodeList_of_Vector_of_SByte__ (line 26713) | public void CodeList_of_Vector_of_SByte__(ref List> v) {... method CodeList_of_Vector_of_Short__ (line 26714) | public void CodeList_of_Vector_of_Short__(ref List> v) {... method CodeList_of_Vector_of_UShort__ (line 26715) | public void CodeList_of_Vector_of_UShort__(ref List> v)... method CodeList_of_Vector_of_Int__ (line 26716) | public void CodeList_of_Vector_of_Int__(ref List> v) { Cod... method CodeList_of_Vector_of_UInt__ (line 26717) | public void CodeList_of_Vector_of_UInt__(ref List> v) { C... method CodeList_of_Vector_of_Long__ (line 26718) | public void CodeList_of_Vector_of_Long__(ref List> v) { C... method CodeList_of_Vector_of_ULong__ (line 26719) | public void CodeList_of_Vector_of_ULong__(ref List> v) {... method CodeList_of_Vector_of_Float__ (line 26720) | public void CodeList_of_Vector_of_Float__(ref List> v) {... method CodeList_of_Vector_of_Double__ (line 26721) | public void CodeList_of_Vector_of_Double__(ref List> v)... method CodeList_of_Vector_of_Fraction__ (line 26722) | public void CodeList_of_Vector_of_Fraction__(ref List... method CodeList_of_Vector_of_V2i__ (line 26723) | public void CodeList_of_Vector_of_V2i__(ref List> v) { Cod... method CodeList_of_Vector_of_V2l__ (line 26724) | public void CodeList_of_Vector_of_V2l__(ref List> v) { Cod... method CodeList_of_Vector_of_V2f__ (line 26725) | public void CodeList_of_Vector_of_V2f__(ref List> v) { Cod... method CodeList_of_Vector_of_V2d__ (line 26726) | public void CodeList_of_Vector_of_V2d__(ref List> v) { Cod... method CodeList_of_Vector_of_V3i__ (line 26727) | public void CodeList_of_Vector_of_V3i__(ref List> v) { Cod... method CodeList_of_Vector_of_V3l__ (line 26728) | public void CodeList_of_Vector_of_V3l__(ref List> v) { Cod... method CodeList_of_Vector_of_V3f__ (line 26729) | public void CodeList_of_Vector_of_V3f__(ref List> v) { Cod... method CodeList_of_Vector_of_V3d__ (line 26730) | public void CodeList_of_Vector_of_V3d__(ref List> v) { Cod... method CodeList_of_Vector_of_V4i__ (line 26731) | public void CodeList_of_Vector_of_V4i__(ref List> v) { Cod... method CodeList_of_Vector_of_V4l__ (line 26732) | public void CodeList_of_Vector_of_V4l__(ref List> v) { Cod... method CodeList_of_Vector_of_V4f__ (line 26733) | public void CodeList_of_Vector_of_V4f__(ref List> v) { Cod... method CodeList_of_Vector_of_V4d__ (line 26734) | public void CodeList_of_Vector_of_V4d__(ref List> v) { Cod... method CodeList_of_Vector_of_M22i__ (line 26735) | public void CodeList_of_Vector_of_M22i__(ref List> v) { C... method CodeList_of_Vector_of_M22l__ (line 26736) | public void CodeList_of_Vector_of_M22l__(ref List> v) { C... method CodeList_of_Vector_of_M22f__ (line 26737) | public void CodeList_of_Vector_of_M22f__(ref List> v) { C... method CodeList_of_Vector_of_M22d__ (line 26738) | public void CodeList_of_Vector_of_M22d__(ref List> v) { C... method CodeList_of_Vector_of_M23i__ (line 26739) | public void CodeList_of_Vector_of_M23i__(ref List> v) { C... method CodeList_of_Vector_of_M23l__ (line 26740) | public void CodeList_of_Vector_of_M23l__(ref List> v) { C... method CodeList_of_Vector_of_M23f__ (line 26741) | public void CodeList_of_Vector_of_M23f__(ref List> v) { C... method CodeList_of_Vector_of_M23d__ (line 26742) | public void CodeList_of_Vector_of_M23d__(ref List> v) { C... method CodeList_of_Vector_of_M33i__ (line 26743) | public void CodeList_of_Vector_of_M33i__(ref List> v) { C... method CodeList_of_Vector_of_M33l__ (line 26744) | public void CodeList_of_Vector_of_M33l__(ref List> v) { C... method CodeList_of_Vector_of_M33f__ (line 26745) | public void CodeList_of_Vector_of_M33f__(ref List> v) { C... method CodeList_of_Vector_of_M33d__ (line 26746) | public void CodeList_of_Vector_of_M33d__(ref List> v) { C... method CodeList_of_Vector_of_M34i__ (line 26747) | public void CodeList_of_Vector_of_M34i__(ref List> v) { C... method CodeList_of_Vector_of_M34l__ (line 26748) | public void CodeList_of_Vector_of_M34l__(ref List> v) { C... method CodeList_of_Vector_of_M34f__ (line 26749) | public void CodeList_of_Vector_of_M34f__(ref List> v) { C... method CodeList_of_Vector_of_M34d__ (line 26750) | public void CodeList_of_Vector_of_M34d__(ref List> v) { C... method CodeList_of_Vector_of_M44i__ (line 26751) | public void CodeList_of_Vector_of_M44i__(ref List> v) { C... method CodeList_of_Vector_of_M44l__ (line 26752) | public void CodeList_of_Vector_of_M44l__(ref List> v) { C... method CodeList_of_Vector_of_M44f__ (line 26753) | public void CodeList_of_Vector_of_M44f__(ref List> v) { C... method CodeList_of_Vector_of_M44d__ (line 26754) | public void CodeList_of_Vector_of_M44d__(ref List> v) { C... method CodeList_of_Vector_of_C3b__ (line 26755) | public void CodeList_of_Vector_of_C3b__(ref List> v) { Cod... method CodeList_of_Vector_of_C3us__ (line 26756) | public void CodeList_of_Vector_of_C3us__(ref List> v) { C... method CodeList_of_Vector_of_C3ui__ (line 26757) | public void CodeList_of_Vector_of_C3ui__(ref List> v) { C... method CodeList_of_Vector_of_C3f__ (line 26758) | public void CodeList_of_Vector_of_C3f__(ref List> v) { Cod... method CodeList_of_Vector_of_C3d__ (line 26759) | public void CodeList_of_Vector_of_C3d__(ref List> v) { Cod... method CodeList_of_Vector_of_C4b__ (line 26760) | public void CodeList_of_Vector_of_C4b__(ref List> v) { Cod... method CodeList_of_Vector_of_C4us__ (line 26761) | public void CodeList_of_Vector_of_C4us__(ref List> v) { C... method CodeList_of_Vector_of_C4ui__ (line 26762) | public void CodeList_of_Vector_of_C4ui__(ref List> v) { C... method CodeList_of_Vector_of_C4f__ (line 26763) | public void CodeList_of_Vector_of_C4f__(ref List> v) { Cod... method CodeList_of_Vector_of_C4d__ (line 26764) | public void CodeList_of_Vector_of_C4d__(ref List> v) { Cod... method CodeList_of_Vector_of_Range1b__ (line 26765) | public void CodeList_of_Vector_of_Range1b__(ref List> ... method CodeList_of_Vector_of_Range1sb__ (line 26766) | public void CodeList_of_Vector_of_Range1sb__(ref List... method CodeList_of_Vector_of_Range1s__ (line 26767) | public void CodeList_of_Vector_of_Range1s__(ref List> ... method CodeList_of_Vector_of_Range1us__ (line 26768) | public void CodeList_of_Vector_of_Range1us__(ref List... method CodeList_of_Vector_of_Range1i__ (line 26769) | public void CodeList_of_Vector_of_Range1i__(ref List> ... method CodeList_of_Vector_of_Range1ui__ (line 26770) | public void CodeList_of_Vector_of_Range1ui__(ref List... method CodeList_of_Vector_of_Range1l__ (line 26771) | public void CodeList_of_Vector_of_Range1l__(ref List> ... method CodeList_of_Vector_of_Range1ul__ (line 26772) | public void CodeList_of_Vector_of_Range1ul__(ref List... method CodeList_of_Vector_of_Range1f__ (line 26773) | public void CodeList_of_Vector_of_Range1f__(ref List> ... method CodeList_of_Vector_of_Range1d__ (line 26774) | public void CodeList_of_Vector_of_Range1d__(ref List> ... method CodeList_of_Vector_of_Box2i__ (line 26775) | public void CodeList_of_Vector_of_Box2i__(ref List> v) {... method CodeList_of_Vector_of_Box2l__ (line 26776) | public void CodeList_of_Vector_of_Box2l__(ref List> v) {... method CodeList_of_Vector_of_Box2f__ (line 26777) | public void CodeList_of_Vector_of_Box2f__(ref List> v) {... method CodeList_of_Vector_of_Box2d__ (line 26778) | public void CodeList_of_Vector_of_Box2d__(ref List> v) {... method CodeList_of_Vector_of_Box3i__ (line 26779) | public void CodeList_of_Vector_of_Box3i__(ref List> v) {... method CodeList_of_Vector_of_Box3l__ (line 26780) | public void CodeList_of_Vector_of_Box3l__(ref List> v) {... method CodeList_of_Vector_of_Box3f__ (line 26781) | public void CodeList_of_Vector_of_Box3f__(ref List> v) {... method CodeList_of_Vector_of_Box3d__ (line 26782) | public void CodeList_of_Vector_of_Box3d__(ref List> v) {... method CodeList_of_Vector_of_Euclidean3f__ (line 26783) | public void CodeList_of_Vector_of_Euclidean3f__(ref List> v) {... method CodeList_of_Vector_of_Rot2d__ (line 26786) | public void CodeList_of_Vector_of_Rot2d__(ref List> v) {... method CodeList_of_Vector_of_Rot3f__ (line 26787) | public void CodeList_of_Vector_of_Rot3f__(ref List> v) {... method CodeList_of_Vector_of_Rot3d__ (line 26788) | public void CodeList_of_Vector_of_Rot3d__(ref List> v) {... method CodeList_of_Vector_of_Scale3f__ (line 26789) | public void CodeList_of_Vector_of_Scale3f__(ref List> ... method CodeList_of_Vector_of_Scale3d__ (line 26790) | public void CodeList_of_Vector_of_Scale3d__(ref List> ... method CodeList_of_Vector_of_Shift3f__ (line 26791) | public void CodeList_of_Vector_of_Shift3f__(ref List> ... method CodeList_of_Vector_of_Shift3d__ (line 26792) | public void CodeList_of_Vector_of_Shift3d__(ref List> ... method CodeList_of_Vector_of_Trafo2f__ (line 26793) | public void CodeList_of_Vector_of_Trafo2f__(ref List> ... method CodeList_of_Vector_of_Trafo2d__ (line 26794) | public void CodeList_of_Vector_of_Trafo2d__(ref List> ... method CodeList_of_Vector_of_Trafo3f__ (line 26795) | public void CodeList_of_Vector_of_Trafo3f__(ref List> ... method CodeList_of_Vector_of_Trafo3d__ (line 26796) | public void CodeList_of_Vector_of_Trafo3d__(ref List> ... method CodeList_of_Vector_of_Bool__ (line 26797) | public void CodeList_of_Vector_of_Bool__(ref List> v) { C... method CodeList_of_Vector_of_Char__ (line 26798) | public void CodeList_of_Vector_of_Char__(ref List> v) { C... method CodeList_of_Vector_of_String__ (line 26799) | public void CodeList_of_Vector_of_String__(ref List> v)... method CodeList_of_Vector_of_Type__ (line 26800) | public void CodeList_of_Vector_of_Type__(ref List> v) { C... method CodeList_of_Vector_of_Guid__ (line 26801) | public void CodeList_of_Vector_of_Guid__(ref List> v) { C... method CodeList_of_Vector_of_Symbol__ (line 26802) | public void CodeList_of_Vector_of_Symbol__(ref List> v)... method CodeList_of_Vector_of_Circle2d__ (line 26803) | public void CodeList_of_Vector_of_Circle2d__(ref List... method CodeList_of_Vector_of_Line2d__ (line 26804) | public void CodeList_of_Vector_of_Line2d__(ref List> v)... method CodeList_of_Vector_of_Line3d__ (line 26805) | public void CodeList_of_Vector_of_Line3d__(ref List> v)... method CodeList_of_Vector_of_Plane2d__ (line 26806) | public void CodeList_of_Vector_of_Plane2d__(ref List> ... method CodeList_of_Vector_of_Plane3d__ (line 26807) | public void CodeList_of_Vector_of_Plane3d__(ref List> ... method CodeList_of_Vector_of_PlaneWithPoint3d__ (line 26808) | public void CodeList_of_Vector_of_PlaneWithPoint3d__(ref List> v)... method CodeList_of_Vector_of_Quad3d__ (line 26810) | public void CodeList_of_Vector_of_Quad3d__(ref List> v)... method CodeList_of_Vector_of_Ray2d__ (line 26811) | public void CodeList_of_Vector_of_Ray2d__(ref List> v) {... method CodeList_of_Vector_of_Ray3d__ (line 26812) | public void CodeList_of_Vector_of_Ray3d__(ref List> v) {... method CodeList_of_Vector_of_Sphere3d__ (line 26813) | public void CodeList_of_Vector_of_Sphere3d__(ref List... method CodeList_of_Vector_of_Triangle2d__ (line 26814) | public void CodeList_of_Vector_of_Triangle2d__(ref List... method CodeList_of_Vector_of_Line2f__ (line 26817) | public void CodeList_of_Vector_of_Line2f__(ref List> v)... method CodeList_of_Vector_of_Line3f__ (line 26818) | public void CodeList_of_Vector_of_Line3f__(ref List> v)... method CodeList_of_Vector_of_Plane2f__ (line 26819) | public void CodeList_of_Vector_of_Plane2f__(ref List> ... method CodeList_of_Vector_of_Plane3f__ (line 26820) | public void CodeList_of_Vector_of_Plane3f__(ref List> ... method CodeList_of_Vector_of_PlaneWithPoint3f__ (line 26821) | public void CodeList_of_Vector_of_PlaneWithPoint3f__(ref List> v)... method CodeList_of_Vector_of_Quad3f__ (line 26823) | public void CodeList_of_Vector_of_Quad3f__(ref List> v)... method CodeList_of_Vector_of_Ray2f__ (line 26824) | public void CodeList_of_Vector_of_Ray2f__(ref List> v) {... method CodeList_of_Vector_of_Ray3f__ (line 26825) | public void CodeList_of_Vector_of_Ray3f__(ref List> v) {... method CodeList_of_Vector_of_Sphere3f__ (line 26826) | public void CodeList_of_Vector_of_Sphere3f__(ref List... method CodeList_of_Vector_of_Triangle2f__ (line 26827) | public void CodeList_of_Vector_of_Triangle2f__(ref List> v) { C... method CodeList_of_Matrix_of_SByte__ (line 26830) | public void CodeList_of_Matrix_of_SByte__(ref List> v) {... method CodeList_of_Matrix_of_Short__ (line 26831) | public void CodeList_of_Matrix_of_Short__(ref List> v) {... method CodeList_of_Matrix_of_UShort__ (line 26832) | public void CodeList_of_Matrix_of_UShort__(ref List> v)... method CodeList_of_Matrix_of_Int__ (line 26833) | public void CodeList_of_Matrix_of_Int__(ref List> v) { Cod... method CodeList_of_Matrix_of_UInt__ (line 26834) | public void CodeList_of_Matrix_of_UInt__(ref List> v) { C... method CodeList_of_Matrix_of_Long__ (line 26835) | public void CodeList_of_Matrix_of_Long__(ref List> v) { C... method CodeList_of_Matrix_of_ULong__ (line 26836) | public void CodeList_of_Matrix_of_ULong__(ref List> v) {... method CodeList_of_Matrix_of_Float__ (line 26837) | public void CodeList_of_Matrix_of_Float__(ref List> v) {... method CodeList_of_Matrix_of_Double__ (line 26838) | public void CodeList_of_Matrix_of_Double__(ref List> v)... method CodeList_of_Matrix_of_Fraction__ (line 26839) | public void CodeList_of_Matrix_of_Fraction__(ref List... method CodeList_of_Matrix_of_V2i__ (line 26840) | public void CodeList_of_Matrix_of_V2i__(ref List> v) { Cod... method CodeList_of_Matrix_of_V2l__ (line 26841) | public void CodeList_of_Matrix_of_V2l__(ref List> v) { Cod... method CodeList_of_Matrix_of_V2f__ (line 26842) | public void CodeList_of_Matrix_of_V2f__(ref List> v) { Cod... method CodeList_of_Matrix_of_V2d__ (line 26843) | public void CodeList_of_Matrix_of_V2d__(ref List> v) { Cod... method CodeList_of_Matrix_of_V3i__ (line 26844) | public void CodeList_of_Matrix_of_V3i__(ref List> v) { Cod... method CodeList_of_Matrix_of_V3l__ (line 26845) | public void CodeList_of_Matrix_of_V3l__(ref List> v) { Cod... method CodeList_of_Matrix_of_V3f__ (line 26846) | public void CodeList_of_Matrix_of_V3f__(ref List> v) { Cod... method CodeList_of_Matrix_of_V3d__ (line 26847) | public void CodeList_of_Matrix_of_V3d__(ref List> v) { Cod... method CodeList_of_Matrix_of_V4i__ (line 26848) | public void CodeList_of_Matrix_of_V4i__(ref List> v) { Cod... method CodeList_of_Matrix_of_V4l__ (line 26849) | public void CodeList_of_Matrix_of_V4l__(ref List> v) { Cod... method CodeList_of_Matrix_of_V4f__ (line 26850) | public void CodeList_of_Matrix_of_V4f__(ref List> v) { Cod... method CodeList_of_Matrix_of_V4d__ (line 26851) | public void CodeList_of_Matrix_of_V4d__(ref List> v) { Cod... method CodeList_of_Matrix_of_M22i__ (line 26852) | public void CodeList_of_Matrix_of_M22i__(ref List> v) { C... method CodeList_of_Matrix_of_M22l__ (line 26853) | public void CodeList_of_Matrix_of_M22l__(ref List> v) { C... method CodeList_of_Matrix_of_M22f__ (line 26854) | public void CodeList_of_Matrix_of_M22f__(ref List> v) { C... method CodeList_of_Matrix_of_M22d__ (line 26855) | public void CodeList_of_Matrix_of_M22d__(ref List> v) { C... method CodeList_of_Matrix_of_M23i__ (line 26856) | public void CodeList_of_Matrix_of_M23i__(ref List> v) { C... method CodeList_of_Matrix_of_M23l__ (line 26857) | public void CodeList_of_Matrix_of_M23l__(ref List> v) { C... method CodeList_of_Matrix_of_M23f__ (line 26858) | public void CodeList_of_Matrix_of_M23f__(ref List> v) { C... method CodeList_of_Matrix_of_M23d__ (line 26859) | public void CodeList_of_Matrix_of_M23d__(ref List> v) { C... method CodeList_of_Matrix_of_M33i__ (line 26860) | public void CodeList_of_Matrix_of_M33i__(ref List> v) { C... method CodeList_of_Matrix_of_M33l__ (line 26861) | public void CodeList_of_Matrix_of_M33l__(ref List> v) { C... method CodeList_of_Matrix_of_M33f__ (line 26862) | public void CodeList_of_Matrix_of_M33f__(ref List> v) { C... method CodeList_of_Matrix_of_M33d__ (line 26863) | public void CodeList_of_Matrix_of_M33d__(ref List> v) { C... method CodeList_of_Matrix_of_M34i__ (line 26864) | public void CodeList_of_Matrix_of_M34i__(ref List> v) { C... method CodeList_of_Matrix_of_M34l__ (line 26865) | public void CodeList_of_Matrix_of_M34l__(ref List> v) { C... method CodeList_of_Matrix_of_M34f__ (line 26866) | public void CodeList_of_Matrix_of_M34f__(ref List> v) { C... method CodeList_of_Matrix_of_M34d__ (line 26867) | public void CodeList_of_Matrix_of_M34d__(ref List> v) { C... method CodeList_of_Matrix_of_M44i__ (line 26868) | public void CodeList_of_Matrix_of_M44i__(ref List> v) { C... method CodeList_of_Matrix_of_M44l__ (line 26869) | public void CodeList_of_Matrix_of_M44l__(ref List> v) { C... method CodeList_of_Matrix_of_M44f__ (line 26870) | public void CodeList_of_Matrix_of_M44f__(ref List> v) { C... method CodeList_of_Matrix_of_M44d__ (line 26871) | public void CodeList_of_Matrix_of_M44d__(ref List> v) { C... method CodeList_of_Matrix_of_C3b__ (line 26872) | public void CodeList_of_Matrix_of_C3b__(ref List> v) { Cod... method CodeList_of_Matrix_of_C3us__ (line 26873) | public void CodeList_of_Matrix_of_C3us__(ref List> v) { C... method CodeList_of_Matrix_of_C3ui__ (line 26874) | public void CodeList_of_Matrix_of_C3ui__(ref List> v) { C... method CodeList_of_Matrix_of_C3f__ (line 26875) | public void CodeList_of_Matrix_of_C3f__(ref List> v) { Cod... method CodeList_of_Matrix_of_C3d__ (line 26876) | public void CodeList_of_Matrix_of_C3d__(ref List> v) { Cod... method CodeList_of_Matrix_of_C4b__ (line 26877) | public void CodeList_of_Matrix_of_C4b__(ref List> v) { Cod... method CodeList_of_Matrix_of_C4us__ (line 26878) | public void CodeList_of_Matrix_of_C4us__(ref List> v) { C... method CodeList_of_Matrix_of_C4ui__ (line 26879) | public void CodeList_of_Matrix_of_C4ui__(ref List> v) { C... method CodeList_of_Matrix_of_C4f__ (line 26880) | public void CodeList_of_Matrix_of_C4f__(ref List> v) { Cod... method CodeList_of_Matrix_of_C4d__ (line 26881) | public void CodeList_of_Matrix_of_C4d__(ref List> v) { Cod... method CodeList_of_Matrix_of_Range1b__ (line 26882) | public void CodeList_of_Matrix_of_Range1b__(ref List> ... method CodeList_of_Matrix_of_Range1sb__ (line 26883) | public void CodeList_of_Matrix_of_Range1sb__(ref List... method CodeList_of_Matrix_of_Range1s__ (line 26884) | public void CodeList_of_Matrix_of_Range1s__(ref List> ... method CodeList_of_Matrix_of_Range1us__ (line 26885) | public void CodeList_of_Matrix_of_Range1us__(ref List... method CodeList_of_Matrix_of_Range1i__ (line 26886) | public void CodeList_of_Matrix_of_Range1i__(ref List> ... method CodeList_of_Matrix_of_Range1ui__ (line 26887) | public void CodeList_of_Matrix_of_Range1ui__(ref List... method CodeList_of_Matrix_of_Range1l__ (line 26888) | public void CodeList_of_Matrix_of_Range1l__(ref List> ... method CodeList_of_Matrix_of_Range1ul__ (line 26889) | public void CodeList_of_Matrix_of_Range1ul__(ref List... method CodeList_of_Matrix_of_Range1f__ (line 26890) | public void CodeList_of_Matrix_of_Range1f__(ref List> ... method CodeList_of_Matrix_of_Range1d__ (line 26891) | public void CodeList_of_Matrix_of_Range1d__(ref List> ... method CodeList_of_Matrix_of_Box2i__ (line 26892) | public void CodeList_of_Matrix_of_Box2i__(ref List> v) {... method CodeList_of_Matrix_of_Box2l__ (line 26893) | public void CodeList_of_Matrix_of_Box2l__(ref List> v) {... method CodeList_of_Matrix_of_Box2f__ (line 26894) | public void CodeList_of_Matrix_of_Box2f__(ref List> v) {... method CodeList_of_Matrix_of_Box2d__ (line 26895) | public void CodeList_of_Matrix_of_Box2d__(ref List> v) {... method CodeList_of_Matrix_of_Box3i__ (line 26896) | public void CodeList_of_Matrix_of_Box3i__(ref List> v) {... method CodeList_of_Matrix_of_Box3l__ (line 26897) | public void CodeList_of_Matrix_of_Box3l__(ref List> v) {... method CodeList_of_Matrix_of_Box3f__ (line 26898) | public void CodeList_of_Matrix_of_Box3f__(ref List> v) {... method CodeList_of_Matrix_of_Box3d__ (line 26899) | public void CodeList_of_Matrix_of_Box3d__(ref List> v) {... method CodeList_of_Matrix_of_Euclidean3f__ (line 26900) | public void CodeList_of_Matrix_of_Euclidean3f__(ref List> v) {... method CodeList_of_Matrix_of_Rot2d__ (line 26903) | public void CodeList_of_Matrix_of_Rot2d__(ref List> v) {... method CodeList_of_Matrix_of_Rot3f__ (line 26904) | public void CodeList_of_Matrix_of_Rot3f__(ref List> v) {... method CodeList_of_Matrix_of_Rot3d__ (line 26905) | public void CodeList_of_Matrix_of_Rot3d__(ref List> v) {... method CodeList_of_Matrix_of_Scale3f__ (line 26906) | public void CodeList_of_Matrix_of_Scale3f__(ref List> ... method CodeList_of_Matrix_of_Scale3d__ (line 26907) | public void CodeList_of_Matrix_of_Scale3d__(ref List> ... method CodeList_of_Matrix_of_Shift3f__ (line 26908) | public void CodeList_of_Matrix_of_Shift3f__(ref List> ... method CodeList_of_Matrix_of_Shift3d__ (line 26909) | public void CodeList_of_Matrix_of_Shift3d__(ref List> ... method CodeList_of_Matrix_of_Trafo2f__ (line 26910) | public void CodeList_of_Matrix_of_Trafo2f__(ref List> ... method CodeList_of_Matrix_of_Trafo2d__ (line 26911) | public void CodeList_of_Matrix_of_Trafo2d__(ref List> ... method CodeList_of_Matrix_of_Trafo3f__ (line 26912) | public void CodeList_of_Matrix_of_Trafo3f__(ref List> ... method CodeList_of_Matrix_of_Trafo3d__ (line 26913) | public void CodeList_of_Matrix_of_Trafo3d__(ref List> ... method CodeList_of_Matrix_of_Bool__ (line 26914) | public void CodeList_of_Matrix_of_Bool__(ref List> v) { C... method CodeList_of_Matrix_of_Char__ (line 26915) | public void CodeList_of_Matrix_of_Char__(ref List> v) { C... method CodeList_of_Matrix_of_String__ (line 26916) | public void CodeList_of_Matrix_of_String__(ref List> v)... method CodeList_of_Matrix_of_Type__ (line 26917) | public void CodeList_of_Matrix_of_Type__(ref List> v) { C... method CodeList_of_Matrix_of_Guid__ (line 26918) | public void CodeList_of_Matrix_of_Guid__(ref List> v) { C... method CodeList_of_Matrix_of_Symbol__ (line 26919) | public void CodeList_of_Matrix_of_Symbol__(ref List> v)... method CodeList_of_Matrix_of_Circle2d__ (line 26920) | public void CodeList_of_Matrix_of_Circle2d__(ref List... method CodeList_of_Matrix_of_Line2d__ (line 26921) | public void CodeList_of_Matrix_of_Line2d__(ref List> v)... method CodeList_of_Matrix_of_Line3d__ (line 26922) | public void CodeList_of_Matrix_of_Line3d__(ref List> v)... method CodeList_of_Matrix_of_Plane2d__ (line 26923) | public void CodeList_of_Matrix_of_Plane2d__(ref List> ... method CodeList_of_Matrix_of_Plane3d__ (line 26924) | public void CodeList_of_Matrix_of_Plane3d__(ref List> ... method CodeList_of_Matrix_of_PlaneWithPoint3d__ (line 26925) | public void CodeList_of_Matrix_of_PlaneWithPoint3d__(ref List> v)... method CodeList_of_Matrix_of_Quad3d__ (line 26927) | public void CodeList_of_Matrix_of_Quad3d__(ref List> v)... method CodeList_of_Matrix_of_Ray2d__ (line 26928) | public void CodeList_of_Matrix_of_Ray2d__(ref List> v) {... method CodeList_of_Matrix_of_Ray3d__ (line 26929) | public void CodeList_of_Matrix_of_Ray3d__(ref List> v) {... method CodeList_of_Matrix_of_Sphere3d__ (line 26930) | public void CodeList_of_Matrix_of_Sphere3d__(ref List... method CodeList_of_Matrix_of_Triangle2d__ (line 26931) | public void CodeList_of_Matrix_of_Triangle2d__(ref List... method CodeList_of_Matrix_of_Line2f__ (line 26934) | public void CodeList_of_Matrix_of_Line2f__(ref List> v)... method CodeList_of_Matrix_of_Line3f__ (line 26935) | public void CodeList_of_Matrix_of_Line3f__(ref List> v)... method CodeList_of_Matrix_of_Plane2f__ (line 26936) | public void CodeList_of_Matrix_of_Plane2f__(ref List> ... method CodeList_of_Matrix_of_Plane3f__ (line 26937) | public void CodeList_of_Matrix_of_Plane3f__(ref List> ... method CodeList_of_Matrix_of_PlaneWithPoint3f__ (line 26938) | public void CodeList_of_Matrix_of_PlaneWithPoint3f__(ref List> v)... method CodeList_of_Matrix_of_Quad3f__ (line 26940) | public void CodeList_of_Matrix_of_Quad3f__(ref List> v)... method CodeList_of_Matrix_of_Ray2f__ (line 26941) | public void CodeList_of_Matrix_of_Ray2f__(ref List> v) {... method CodeList_of_Matrix_of_Ray3f__ (line 26942) | public void CodeList_of_Matrix_of_Ray3f__(ref List> v) {... method CodeList_of_Matrix_of_Sphere3f__ (line 26943) | public void CodeList_of_Matrix_of_Sphere3f__(ref List... method CodeList_of_Matrix_of_Triangle2f__ (line 26944) | public void CodeList_of_Matrix_of_Triangle2f__(ref List> v) { C... method CodeList_of_Volume_of_SByte__ (line 26947) | public void CodeList_of_Volume_of_SByte__(ref List> v) {... method CodeList_of_Volume_of_Short__ (line 26948) | public void CodeList_of_Volume_of_Short__(ref List> v) {... method CodeList_of_Volume_of_UShort__ (line 26949) | public void CodeList_of_Volume_of_UShort__(ref List> v)... method CodeList_of_Volume_of_Int__ (line 26950) | public void CodeList_of_Volume_of_Int__(ref List> v) { Cod... method CodeList_of_Volume_of_UInt__ (line 26951) | public void CodeList_of_Volume_of_UInt__(ref List> v) { C... method CodeList_of_Volume_of_Long__ (line 26952) | public void CodeList_of_Volume_of_Long__(ref List> v) { C... method CodeList_of_Volume_of_ULong__ (line 26953) | public void CodeList_of_Volume_of_ULong__(ref List> v) {... method CodeList_of_Volume_of_Float__ (line 26954) | public void CodeList_of_Volume_of_Float__(ref List> v) {... method CodeList_of_Volume_of_Double__ (line 26955) | public void CodeList_of_Volume_of_Double__(ref List> v)... method CodeList_of_Volume_of_Fraction__ (line 26956) | public void CodeList_of_Volume_of_Fraction__(ref List... method CodeList_of_Volume_of_V2i__ (line 26957) | public void CodeList_of_Volume_of_V2i__(ref List> v) { Cod... method CodeList_of_Volume_of_V2l__ (line 26958) | public void CodeList_of_Volume_of_V2l__(ref List> v) { Cod... method CodeList_of_Volume_of_V2f__ (line 26959) | public void CodeList_of_Volume_of_V2f__(ref List> v) { Cod... method CodeList_of_Volume_of_V2d__ (line 26960) | public void CodeList_of_Volume_of_V2d__(ref List> v) { Cod... method CodeList_of_Volume_of_V3i__ (line 26961) | public void CodeList_of_Volume_of_V3i__(ref List> v) { Cod... method CodeList_of_Volume_of_V3l__ (line 26962) | public void CodeList_of_Volume_of_V3l__(ref List> v) { Cod... method CodeList_of_Volume_of_V3f__ (line 26963) | public void CodeList_of_Volume_of_V3f__(ref List> v) { Cod... method CodeList_of_Volume_of_V3d__ (line 26964) | public void CodeList_of_Volume_of_V3d__(ref List> v) { Cod... method CodeList_of_Volume_of_V4i__ (line 26965) | public void CodeList_of_Volume_of_V4i__(ref List> v) { Cod... method CodeList_of_Volume_of_V4l__ (line 26966) | public void CodeList_of_Volume_of_V4l__(ref List> v) { Cod... method CodeList_of_Volume_of_V4f__ (line 26967) | public void CodeList_of_Volume_of_V4f__(ref List> v) { Cod... method CodeList_of_Volume_of_V4d__ (line 26968) | public void CodeList_of_Volume_of_V4d__(ref List> v) { Cod... method CodeList_of_Volume_of_M22i__ (line 26969) | public void CodeList_of_Volume_of_M22i__(ref List> v) { C... method CodeList_of_Volume_of_M22l__ (line 26970) | public void CodeList_of_Volume_of_M22l__(ref List> v) { C... method CodeList_of_Volume_of_M22f__ (line 26971) | public void CodeList_of_Volume_of_M22f__(ref List> v) { C... method CodeList_of_Volume_of_M22d__ (line 26972) | public void CodeList_of_Volume_of_M22d__(ref List> v) { C... method CodeList_of_Volume_of_M23i__ (line 26973) | public void CodeList_of_Volume_of_M23i__(ref List> v) { C... method CodeList_of_Volume_of_M23l__ (line 26974) | public void CodeList_of_Volume_of_M23l__(ref List> v) { C... method CodeList_of_Volume_of_M23f__ (line 26975) | public void CodeList_of_Volume_of_M23f__(ref List> v) { C... method CodeList_of_Volume_of_M23d__ (line 26976) | public void CodeList_of_Volume_of_M23d__(ref List> v) { C... method CodeList_of_Volume_of_M33i__ (line 26977) | public void CodeList_of_Volume_of_M33i__(ref List> v) { C... method CodeList_of_Volume_of_M33l__ (line 26978) | public void CodeList_of_Volume_of_M33l__(ref List> v) { C... method CodeList_of_Volume_of_M33f__ (line 26979) | public void CodeList_of_Volume_of_M33f__(ref List> v) { C... method CodeList_of_Volume_of_M33d__ (line 26980) | public void CodeList_of_Volume_of_M33d__(ref List> v) { C... method CodeList_of_Volume_of_M34i__ (line 26981) | public void CodeList_of_Volume_of_M34i__(ref List> v) { C... method CodeList_of_Volume_of_M34l__ (line 26982) | public void CodeList_of_Volume_of_M34l__(ref List> v) { C... method CodeList_of_Volume_of_M34f__ (line 26983) | public void CodeList_of_Volume_of_M34f__(ref List> v) { C... method CodeList_of_Volume_of_M34d__ (line 26984) | public void CodeList_of_Volume_of_M34d__(ref List> v) { C... method CodeList_of_Volume_of_M44i__ (line 26985) | public void CodeList_of_Volume_of_M44i__(ref List> v) { C... method CodeList_of_Volume_of_M44l__ (line 26986) | public void CodeList_of_Volume_of_M44l__(ref List> v) { C... method CodeList_of_Volume_of_M44f__ (line 26987) | public void CodeList_of_Volume_of_M44f__(ref List> v) { C... method CodeList_of_Volume_of_M44d__ (line 26988) | public void CodeList_of_Volume_of_M44d__(ref List> v) { C... method CodeList_of_Volume_of_C3b__ (line 26989) | public void CodeList_of_Volume_of_C3b__(ref List> v) { Cod... method CodeList_of_Volume_of_C3us__ (line 26990) | public void CodeList_of_Volume_of_C3us__(ref List> v) { C... method CodeList_of_Volume_of_C3ui__ (line 26991) | public void CodeList_of_Volume_of_C3ui__(ref List> v) { C... method CodeList_of_Volume_of_C3f__ (line 26992) | public void CodeList_of_Volume_of_C3f__(ref List> v) { Cod... method CodeList_of_Volume_of_C3d__ (line 26993) | public void CodeList_of_Volume_of_C3d__(ref List> v) { Cod... method CodeList_of_Volume_of_C4b__ (line 26994) | public void CodeList_of_Volume_of_C4b__(ref List> v) { Cod... method CodeList_of_Volume_of_C4us__ (line 26995) | public void CodeList_of_Volume_of_C4us__(ref List> v) { C... method CodeList_of_Volume_of_C4ui__ (line 26996) | public void CodeList_of_Volume_of_C4ui__(ref List> v) { C... method CodeList_of_Volume_of_C4f__ (line 26997) | public void CodeList_of_Volume_of_C4f__(ref List> v) { Cod... method CodeList_of_Volume_of_C4d__ (line 26998) | public void CodeList_of_Volume_of_C4d__(ref List> v) { Cod... method CodeList_of_Volume_of_Range1b__ (line 26999) | public void CodeList_of_Volume_of_Range1b__(ref List> ... method CodeList_of_Volume_of_Range1sb__ (line 27000) | public void CodeList_of_Volume_of_Range1sb__(ref List... method CodeList_of_Volume_of_Range1s__ (line 27001) | public void CodeList_of_Volume_of_Range1s__(ref List> ... method CodeList_of_Volume_of_Range1us__ (line 27002) | public void CodeList_of_Volume_of_Range1us__(ref List... method CodeList_of_Volume_of_Range1i__ (line 27003) | public void CodeList_of_Volume_of_Range1i__(ref List> ... method CodeList_of_Volume_of_Range1ui__ (line 27004) | public void CodeList_of_Volume_of_Range1ui__(ref List... method CodeList_of_Volume_of_Range1l__ (line 27005) | public void CodeList_of_Volume_of_Range1l__(ref List> ... method CodeList_of_Volume_of_Range1ul__ (line 27006) | public void CodeList_of_Volume_of_Range1ul__(ref List... method CodeList_of_Volume_of_Range1f__ (line 27007) | public void CodeList_of_Volume_of_Range1f__(ref List> ... method CodeList_of_Volume_of_Range1d__ (line 27008) | public void CodeList_of_Volume_of_Range1d__(ref List> ... method CodeList_of_Volume_of_Box2i__ (line 27009) | public void CodeList_of_Volume_of_Box2i__(ref List> v) {... method CodeList_of_Volume_of_Box2l__ (line 27010) | public void CodeList_of_Volume_of_Box2l__(ref List> v) {... method CodeList_of_Volume_of_Box2f__ (line 27011) | public void CodeList_of_Volume_of_Box2f__(ref List> v) {... method CodeList_of_Volume_of_Box2d__ (line 27012) | public void CodeList_of_Volume_of_Box2d__(ref List> v) {... method CodeList_of_Volume_of_Box3i__ (line 27013) | public void CodeList_of_Volume_of_Box3i__(ref List> v) {... method CodeList_of_Volume_of_Box3l__ (line 27014) | public void CodeList_of_Volume_of_Box3l__(ref List> v) {... method CodeList_of_Volume_of_Box3f__ (line 27015) | public void CodeList_of_Volume_of_Box3f__(ref List> v) {... method CodeList_of_Volume_of_Box3d__ (line 27016) | public void CodeList_of_Volume_of_Box3d__(ref List> v) {... method CodeList_of_Volume_of_Euclidean3f__ (line 27017) | public void CodeList_of_Volume_of_Euclidean3f__(ref List> v) {... method CodeList_of_Volume_of_Rot2d__ (line 27020) | public void CodeList_of_Volume_of_Rot2d__(ref List> v) {... method CodeList_of_Volume_of_Rot3f__ (line 27021) | public void CodeList_of_Volume_of_Rot3f__(ref List> v) {... method CodeList_of_Volume_of_Rot3d__ (line 27022) | public void CodeList_of_Volume_of_Rot3d__(ref List> v) {... method CodeList_of_Volume_of_Scale3f__ (line 27023) | public void CodeList_of_Volume_of_Scale3f__(ref List> ... method CodeList_of_Volume_of_Scale3d__ (line 27024) | public void CodeList_of_Volume_of_Scale3d__(ref List> ... method CodeList_of_Volume_of_Shift3f__ (line 27025) | public void CodeList_of_Volume_of_Shift3f__(ref List> ... method CodeList_of_Volume_of_Shift3d__ (line 27026) | public void CodeList_of_Volume_of_Shift3d__(ref List> ... method CodeList_of_Volume_of_Trafo2f__ (line 27027) | public void CodeList_of_Volume_of_Trafo2f__(ref List> ... method CodeList_of_Volume_of_Trafo2d__ (line 27028) | public void CodeList_of_Volume_of_Trafo2d__(ref List> ... method CodeList_of_Volume_of_Trafo3f__ (line 27029) | public void CodeList_of_Volume_of_Trafo3f__(ref List> ... method CodeList_of_Volume_of_Trafo3d__ (line 27030) | public void CodeList_of_Volume_of_Trafo3d__(ref List> ... method CodeList_of_Volume_of_Bool__ (line 27031) | public void CodeList_of_Volume_of_Bool__(ref List> v) { C... method CodeList_of_Volume_of_Char__ (line 27032) | public void CodeList_of_Volume_of_Char__(ref List> v) { C... method CodeList_of_Volume_of_String__ (line 27033) | public void CodeList_of_Volume_of_String__(ref List> v)... method CodeList_of_Volume_of_Type__ (line 27034) | public void CodeList_of_Volume_of_Type__(ref List> v) { C... method CodeList_of_Volume_of_Guid__ (line 27035) | public void CodeList_of_Volume_of_Guid__(ref List> v) { C... method CodeList_of_Volume_of_Symbol__ (line 27036) | public void CodeList_of_Volume_of_Symbol__(ref List> v)... method CodeList_of_Volume_of_Circle2d__ (line 27037) | public void CodeList_of_Volume_of_Circle2d__(ref List... method CodeList_of_Volume_of_Line2d__ (line 27038) | public void CodeList_of_Volume_of_Line2d__(ref List> v)... method CodeList_of_Volume_of_Line3d__ (line 27039) | public void CodeList_of_Volume_of_Line3d__(ref List> v)... method CodeList_of_Volume_of_Plane2d__ (line 27040) | public void CodeList_of_Volume_of_Plane2d__(ref List> ... method CodeList_of_Volume_of_Plane3d__ (line 27041) | public void CodeList_of_Volume_of_Plane3d__(ref List> ... method CodeList_of_Volume_of_PlaneWithPoint3d__ (line 27042) | public void CodeList_of_Volume_of_PlaneWithPoint3d__(ref List> v)... method CodeList_of_Volume_of_Quad3d__ (line 27044) | public void CodeList_of_Volume_of_Quad3d__(ref List> v)... method CodeList_of_Volume_of_Ray2d__ (line 27045) | public void CodeList_of_Volume_of_Ray2d__(ref List> v) {... method CodeList_of_Volume_of_Ray3d__ (line 27046) | public void CodeList_of_Volume_of_Ray3d__(ref List> v) {... method CodeList_of_Volume_of_Sphere3d__ (line 27047) | public void CodeList_of_Volume_of_Sphere3d__(ref List... method CodeList_of_Volume_of_Triangle2d__ (line 27048) | public void CodeList_of_Volume_of_Triangle2d__(ref List... method CodeList_of_Volume_of_Line2f__ (line 27051) | public void CodeList_of_Volume_of_Line2f__(ref List> v)... method CodeList_of_Volume_of_Line3f__ (line 27052) | public void CodeList_of_Volume_of_Line3f__(ref List> v)... method CodeList_of_Volume_of_Plane2f__ (line 27053) | public void CodeList_of_Volume_of_Plane2f__(ref List> ... method CodeList_of_Volume_of_Plane3f__ (line 27054) | public void CodeList_of_Volume_of_Plane3f__(ref List> ... method CodeList_of_Volume_of_PlaneWithPoint3f__ (line 27055) | public void CodeList_of_Volume_of_PlaneWithPoint3f__(ref List> v)... method CodeList_of_Volume_of_Quad3f__ (line 27057) | public void CodeList_of_Volume_of_Quad3f__(ref List> v)... method CodeList_of_Volume_of_Ray2f__ (line 27058) | public void CodeList_of_Volume_of_Ray2f__(ref List> v) {... method CodeList_of_Volume_of_Ray3f__ (line 27059) | public void CodeList_of_Volume_of_Ray3f__(ref List> v) {... method CodeList_of_Volume_of_Sphere3f__ (line 27060) | public void CodeList_of_Volume_of_Sphere3f__(ref List... method CodeList_of_Volume_of_Triangle2f__ (line 27061) | public void CodeList_of_Volume_of_Triangle2f__(ref List> v) { C... method CodeList_of_Tensor_of_SByte__ (line 27064) | public void CodeList_of_Tensor_of_SByte__(ref List> v) {... method CodeList_of_Tensor_of_Short__ (line 27065) | public void CodeList_of_Tensor_of_Short__(ref List> v) {... method CodeList_of_Tensor_of_UShort__ (line 27066) | public void CodeList_of_Tensor_of_UShort__(ref List> v)... method CodeList_of_Tensor_of_Int__ (line 27067) | public void CodeList_of_Tensor_of_Int__(ref List> v) { Cod... method CodeList_of_Tensor_of_UInt__ (line 27068) | public void CodeList_of_Tensor_of_UInt__(ref List> v) { C... method CodeList_of_Tensor_of_Long__ (line 27069) | public void CodeList_of_Tensor_of_Long__(ref List> v) { C... method CodeList_of_Tensor_of_ULong__ (line 27070) | public void CodeList_of_Tensor_of_ULong__(ref List> v) {... method CodeList_of_Tensor_of_Float__ (line 27071) | public void CodeList_of_Tensor_of_Float__(ref List> v) {... method CodeList_of_Tensor_of_Double__ (line 27072) | public void CodeList_of_Tensor_of_Double__(ref List> v)... method CodeList_of_Tensor_of_Fraction__ (line 27073) | public void CodeList_of_Tensor_of_Fraction__(ref List... method CodeList_of_Tensor_of_V2i__ (line 27074) | public void CodeList_of_Tensor_of_V2i__(ref List> v) { Cod... method CodeList_of_Tensor_of_V2l__ (line 27075) | public void CodeList_of_Tensor_of_V2l__(ref List> v) { Cod... method CodeList_of_Tensor_of_V2f__ (line 27076) | public void CodeList_of_Tensor_of_V2f__(ref List> v) { Cod... method CodeList_of_Tensor_of_V2d__ (line 27077) | public void CodeList_of_Tensor_of_V2d__(ref List> v) { Cod... method CodeList_of_Tensor_of_V3i__ (line 27078) | public void CodeList_of_Tensor_of_V3i__(ref List> v) { Cod... method CodeList_of_Tensor_of_V3l__ (line 27079) | public void CodeList_of_Tensor_of_V3l__(ref List> v) { Cod... method CodeList_of_Tensor_of_V3f__ (line 27080) | public void CodeList_of_Tensor_of_V3f__(ref List> v) { Cod... method CodeList_of_Tensor_of_V3d__ (line 27081) | public void CodeList_of_Tensor_of_V3d__(ref List> v) { Cod... method CodeList_of_Tensor_of_V4i__ (line 27082) | public void CodeList_of_Tensor_of_V4i__(ref List> v) { Cod... method CodeList_of_Tensor_of_V4l__ (line 27083) | public void CodeList_of_Tensor_of_V4l__(ref List> v) { Cod... method CodeList_of_Tensor_of_V4f__ (line 27084) | public void CodeList_of_Tensor_of_V4f__(ref List> v) { Cod... method CodeList_of_Tensor_of_V4d__ (line 27085) | public void CodeList_of_Tensor_of_V4d__(ref List> v) { Cod... method CodeList_of_Tensor_of_M22i__ (line 27086) | public void CodeList_of_Tensor_of_M22i__(ref List> v) { C... method CodeList_of_Tensor_of_M22l__ (line 27087) | public void CodeList_of_Tensor_of_M22l__(ref List> v) { C... method CodeList_of_Tensor_of_M22f__ (line 27088) | public void CodeList_of_Tensor_of_M22f__(ref List> v) { C... method CodeList_of_Tensor_of_M22d__ (line 27089) | public void CodeList_of_Tensor_of_M22d__(ref List> v) { C... method CodeList_of_Tensor_of_M23i__ (line 27090) | public void CodeList_of_Tensor_of_M23i__(ref List> v) { C... method CodeList_of_Tensor_of_M23l__ (line 27091) | public void CodeList_of_Tensor_of_M23l__(ref List> v) { C... method CodeList_of_Tensor_of_M23f__ (line 27092) | public void CodeList_of_Tensor_of_M23f__(ref List> v) { C... method CodeList_of_Tensor_of_M23d__ (line 27093) | public void CodeList_of_Tensor_of_M23d__(ref List> v) { C... method CodeList_of_Tensor_of_M33i__ (line 27094) | public void CodeList_of_Tensor_of_M33i__(ref List> v) { C... method CodeList_of_Tensor_of_M33l__ (line 27095) | public void CodeList_of_Tensor_of_M33l__(ref List> v) { C... method CodeList_of_Tensor_of_M33f__ (line 27096) | public void CodeList_of_Tensor_of_M33f__(ref List> v) { C... method CodeList_of_Tensor_of_M33d__ (line 27097) | public void CodeList_of_Tensor_of_M33d__(ref List> v) { C... method CodeList_of_Tensor_of_M34i__ (line 27098) | public void CodeList_of_Tensor_of_M34i__(ref List> v) { C... method CodeList_of_Tensor_of_M34l__ (line 27099) | public void CodeList_of_Tensor_of_M34l__(ref List> v) { C... method CodeList_of_Tensor_of_M34f__ (line 27100) | public void CodeList_of_Tensor_of_M34f__(ref List> v) { C... method CodeList_of_Tensor_of_M34d__ (line 27101) | public void CodeList_of_Tensor_of_M34d__(ref List> v) { C... method CodeList_of_Tensor_of_M44i__ (line 27102) | public void CodeList_of_Tensor_of_M44i__(ref List> v) { C... method CodeList_of_Tensor_of_M44l__ (line 27103) | public void CodeList_of_Tensor_of_M44l__(ref List> v) { C... method CodeList_of_Tensor_of_M44f__ (line 27104) | public void CodeList_of_Tensor_of_M44f__(ref List> v) { C... method CodeList_of_Tensor_of_M44d__ (line 27105) | public void CodeList_of_Tensor_of_M44d__(ref List> v) { C... method CodeList_of_Tensor_of_C3b__ (line 27106) | public void CodeList_of_Tensor_of_C3b__(ref List> v) { Cod... method CodeList_of_Tensor_of_C3us__ (line 27107) | public void CodeList_of_Tensor_of_C3us__(ref List> v) { C... method CodeList_of_Tensor_of_C3ui__ (line 27108) | public void CodeList_of_Tensor_of_C3ui__(ref List> v) { C... method CodeList_of_Tensor_of_C3f__ (line 27109) | public void CodeList_of_Tensor_of_C3f__(ref List> v) { Cod... method CodeList_of_Tensor_of_C3d__ (line 27110) | public void CodeList_of_Tensor_of_C3d__(ref List> v) { Cod... method CodeList_of_Tensor_of_C4b__ (line 27111) | public void CodeList_of_Tensor_of_C4b__(ref List> v) { Cod... method CodeList_of_Tensor_of_C4us__ (line 27112) | public void CodeList_of_Tensor_of_C4us__(ref List> v) { C... method CodeList_of_Tensor_of_C4ui__ (line 27113) | public void CodeList_of_Tensor_of_C4ui__(ref List> v) { C... method CodeList_of_Tensor_of_C4f__ (line 27114) | public void CodeList_of_Tensor_of_C4f__(ref List> v) { Cod... method CodeList_of_Tensor_of_C4d__ (line 27115) | public void CodeList_of_Tensor_of_C4d__(ref List> v) { Cod... method CodeList_of_Tensor_of_Range1b__ (line 27116) | public void CodeList_of_Tensor_of_Range1b__(ref List> ... method CodeList_of_Tensor_of_Range1sb__ (line 27117) | public void CodeList_of_Tensor_of_Range1sb__(ref List... method CodeList_of_Tensor_of_Range1s__ (line 27118) | public void CodeList_of_Tensor_of_Range1s__(ref List> ... method CodeList_of_Tensor_of_Range1us__ (line 27119) | public void CodeList_of_Tensor_of_Range1us__(ref List... method CodeList_of_Tensor_of_Range1i__ (line 27120) | public void CodeList_of_Tensor_of_Range1i__(ref List> ... method CodeList_of_Tensor_of_Range1ui__ (line 27121) | public void CodeList_of_Tensor_of_Range1ui__(ref List... method CodeList_of_Tensor_of_Range1l__ (line 27122) | public void CodeList_of_Tensor_of_Range1l__(ref List> ... method CodeList_of_Tensor_of_Range1ul__ (line 27123) | public void CodeList_of_Tensor_of_Range1ul__(ref List... method CodeList_of_Tensor_of_Range1f__ (line 27124) | public void CodeList_of_Tensor_of_Range1f__(ref List> ... method CodeList_of_Tensor_of_Range1d__ (line 27125) | public void CodeList_of_Tensor_of_Range1d__(ref List> ... method CodeList_of_Tensor_of_Box2i__ (line 27126) | public void CodeList_of_Tensor_of_Box2i__(ref List> v) {... method CodeList_of_Tensor_of_Box2l__ (line 27127) | public void CodeList_of_Tensor_of_Box2l__(ref List> v) {... method CodeList_of_Tensor_of_Box2f__ (line 27128) | public void CodeList_of_Tensor_of_Box2f__(ref List> v) {... method CodeList_of_Tensor_of_Box2d__ (line 27129) | public void CodeList_of_Tensor_of_Box2d__(ref List> v) {... method CodeList_of_Tensor_of_Box3i__ (line 27130) | public void CodeList_of_Tensor_of_Box3i__(ref List> v) {... method CodeList_of_Tensor_of_Box3l__ (line 27131) | public void CodeList_of_Tensor_of_Box3l__(ref List> v) {... method CodeList_of_Tensor_of_Box3f__ (line 27132) | public void CodeList_of_Tensor_of_Box3f__(ref List> v) {... method CodeList_of_Tensor_of_Box3d__ (line 27133) | public void CodeList_of_Tensor_of_Box3d__(ref List> v) {... method CodeList_of_Tensor_of_Euclidean3f__ (line 27134) | public void CodeList_of_Tensor_of_Euclidean3f__(ref List> v) {... method CodeList_of_Tensor_of_Rot2d__ (line 27137) | public void CodeList_of_Tensor_of_Rot2d__(ref List> v) {... method CodeList_of_Tensor_of_Rot3f__ (line 27138) | public void CodeList_of_Tensor_of_Rot3f__(ref List> v) {... method CodeList_of_Tensor_of_Rot3d__ (line 27139) | public void CodeList_of_Tensor_of_Rot3d__(ref List> v) {... method CodeList_of_Tensor_of_Scale3f__ (line 27140) | public void CodeList_of_Tensor_of_Scale3f__(ref List> ... method CodeList_of_Tensor_of_Scale3d__ (line 27141) | public void CodeList_of_Tensor_of_Scale3d__(ref List> ... method CodeList_of_Tensor_of_Shift3f__ (line 27142) | public void CodeList_of_Tensor_of_Shift3f__(ref List> ... method CodeList_of_Tensor_of_Shift3d__ (line 27143) | public void CodeList_of_Tensor_of_Shift3d__(ref List> ... method CodeList_of_Tensor_of_Trafo2f__ (line 27144) | public void CodeList_of_Tensor_of_Trafo2f__(ref List> ... method CodeList_of_Tensor_of_Trafo2d__ (line 27145) | public void CodeList_of_Tensor_of_Trafo2d__(ref List> ... method CodeList_of_Tensor_of_Trafo3f__ (line 27146) | public void CodeList_of_Tensor_of_Trafo3f__(ref List> ... method CodeList_of_Tensor_of_Trafo3d__ (line 27147) | public void CodeList_of_Tensor_of_Trafo3d__(ref List> ... method CodeList_of_Tensor_of_Bool__ (line 27148) | public void CodeList_of_Tensor_of_Bool__(ref List> v) { C... method CodeList_of_Tensor_of_Char__ (line 27149) | public void CodeList_of_Tensor_of_Char__(ref List> v) { C... method CodeList_of_Tensor_of_String__ (line 27150) | public void CodeList_of_Tensor_of_String__(ref List> v)... method CodeList_of_Tensor_of_Type__ (line 27151) | public void CodeList_of_Tensor_of_Type__(ref List> v) { C... method CodeList_of_Tensor_of_Guid__ (line 27152) | public void CodeList_of_Tensor_of_Guid__(ref List> v) { C... method CodeList_of_Tensor_of_Symbol__ (line 27153) | public void CodeList_of_Tensor_of_Symbol__(ref List> v)... method CodeList_of_Tensor_of_Circle2d__ (line 27154) | public void CodeList_of_Tensor_of_Circle2d__(ref List... method CodeList_of_Tensor_of_Line2d__ (line 27155) | public void CodeList_of_Tensor_of_Line2d__(ref List> v)... method CodeList_of_Tensor_of_Line3d__ (line 27156) | public void CodeList_of_Tensor_of_Line3d__(ref List> v)... method CodeList_of_Tensor_of_Plane2d__ (line 27157) | public void CodeList_of_Tensor_of_Plane2d__(ref List> ... method CodeList_of_Tensor_of_Plane3d__ (line 27158) | public void CodeList_of_Tensor_of_Plane3d__(ref List> ... method CodeList_of_Tensor_of_PlaneWithPoint3d__ (line 27159) | public void CodeList_of_Tensor_of_PlaneWithPoint3d__(ref List> v)... method CodeList_of_Tensor_of_Quad3d__ (line 27161) | public void CodeList_of_Tensor_of_Quad3d__(ref List> v)... method CodeList_of_Tensor_of_Ray2d__ (line 27162) | public void CodeList_of_Tensor_of_Ray2d__(ref List> v) {... method CodeList_of_Tensor_of_Ray3d__ (line 27163) | public void CodeList_of_Tensor_of_Ray3d__(ref List> v) {... method CodeList_of_Tensor_of_Sphere3d__ (line 27164) | public void CodeList_of_Tensor_of_Sphere3d__(ref List... method CodeList_of_Tensor_of_Triangle2d__ (line 27165) | public void CodeList_of_Tensor_of_Triangle2d__(ref List... method CodeList_of_Tensor_of_Line2f__ (line 27168) | public void CodeList_of_Tensor_of_Line2f__(ref List> v)... method CodeList_of_Tensor_of_Line3f__ (line 27169) | public void CodeList_of_Tensor_of_Line3f__(ref List> v)... method CodeList_of_Tensor_of_Plane2f__ (line 27170) | public void CodeList_of_Tensor_of_Plane2f__(ref List> ... method CodeList_of_Tensor_of_Plane3f__ (line 27171) | public void CodeList_of_Tensor_of_Plane3f__(ref List> ... method CodeList_of_Tensor_of_PlaneWithPoint3f__ (line 27172) | public void CodeList_of_Tensor_of_PlaneWithPoint3f__(ref List> v)... method CodeList_of_Tensor_of_Quad3f__ (line 27174) | public void CodeList_of_Tensor_of_Quad3f__(ref List> v)... method CodeList_of_Tensor_of_Ray2f__ (line 27175) | public void CodeList_of_Tensor_of_Ray2f__(ref List> v) {... method CodeList_of_Tensor_of_Ray3f__ (line 27176) | public void CodeList_of_Tensor_of_Ray3f__(ref List> v) {... method CodeList_of_Tensor_of_Sphere3f__ (line 27177) | public void CodeList_of_Tensor_of_Sphere3f__(ref List... method CodeList_of_Tensor_of_Triangle2f__ (line 27178) | public void CodeList_of_Tensor_of_Triangle2f__(ref List v) { throw new NotImplemented... method Code__name__ (line 148) | public void Code__name__(ref __t__[] v) { throw new NotImplementedExce... method Code__name__ (line 157) | public void Code__name__(ref List<__t__> v) { throw new NotImplemented... class XmlWritingCoder (line 166) | public partial class XmlWritingCoder method Code__name__ (line 172) | public void Code__name__(ref __t.Name__ v) { AddValue(v.ToString()); } method Code__name__ (line 181) | public void Code__name__(ref __t.Name__ v) { AddValue(v.ToString()); } method Code__name__ (line 190) | public void Code__name__(ref __t.Name__ v) { AddValue(v.ToString()); } method CodeCircle2__tc__ (line 200) | public void CodeCircle2__tc__(ref Circle2__tc__ v) { AddValue(v.ToStri... method CodeLine2__tc__ (line 201) | public void CodeLine2__tc__(ref Line2__tc__ v) { AddValue(v.ToString()... method CodeLine3__tc__ (line 202) | public void CodeLine3__tc__(ref Line3__tc__ v) { AddValue(v.ToString()... method CodePlane2__tc__ (line 203) | public void CodePlane2__tc__(ref Plane2__tc__ v) { AddValue(v.ToString... method CodePlane3__tc__ (line 204) | public void CodePlane3__tc__(ref Plane3__tc__ v) { AddValue(v.ToString... method CodePlaneWithPoint3__tc__ (line 205) | public void CodePlaneWithPoint3__tc__(ref PlaneWithPoint3__tc__ v) { A... method CodeQuad2__tc__ (line 206) | public void CodeQuad2__tc__(ref Quad2__tc__ v) { AddValue(v.ToString()... method CodeQuad3__tc__ (line 207) | public void CodeQuad3__tc__(ref Quad3__tc__ v) { AddValue(v.ToString()... method CodeRay2__tc__ (line 208) | public void CodeRay2__tc__(ref Ray2__tc__ v) { AddValue(v.ToString()); } method CodeRay3__tc__ (line 209) | public void CodeRay3__tc__(ref Ray3__tc__ v) { AddValue(v.ToString()); } method CodeSphere3__tc__ (line 210) | public void CodeSphere3__tc__(ref Sphere3__tc__ v) { AddValue(v.ToStri... method CodeTriangle2__tc__ (line 211) | public void CodeTriangle2__tc__(ref Triangle2__tc__ v) { AddValue(v.To... method CodeTriangle3__tc__ (line 212) | public void CodeTriangle3__tc__(ref Triangle3__tc__ v) { AddValue(v.To... method Code__name__ (line 221) | public void Code__name__(ref __t.Name__ v) { AddValue(v.ToString()); } method Code__name__ (line 230) | public void Code__name__(ref __t.Name__ v) { AddValue(v.ToString()); } method Code__name__ (line 248) | public void Code__name__(ref __type__ value) method Code__name__ (line 302) | public void Code__name__(ref __t__[] v) { CodeArrayOfStruct(v); } method Code__name2d__ (line 311) | public void Code__name2d__(ref __t__[,] v) { throw new NotImplementedE... method Code__name3d__ (line 313) | public void Code__name3d__(ref __t__[, ,] v) { throw new NotImplemente... method Code__name2d__ (line 322) | public void Code__name2d__(ref __t__[][] v) { throw new NotImplemented... method Code__name3d__ (line 324) | public void Code__name3d__(ref __t__[][][] v) { throw new NotImplement... method Code__name__ (line 333) | public void Code__name__(ref List<__t__> v) { CodeListOfStruct(v); } method Code__name__ (line 342) | public void Code__name__(ref __t__[] v) { CodeArrayOf(v); } method Code__name__ (line 351) | public void Code__name__(ref List<__t__> v) { CodeListOf(v); } FILE: src/Aardvark.Base.IO/ZipFileContainer.cs class ZipFile (line 14) | public class ZipFile : IDisposable type SubFileHeader (line 18) | private struct SubFileHeader method ZipFile (line 70) | public ZipFile() { } method ZipFile (line 76) | public ZipFile(string containerPath) method ZipFile (line 84) | public ZipFile(bool contentCaseSensitive) method Init (line 94) | public bool Init(string containerPath) method IsZipFile (line 191) | public static bool IsZipFile(string fileName) method FileExists (line 212) | public bool FileExists(string fileName) method DirectoryExists (line 223) | public bool DirectoryExists(string path) method GetDirectories (line 234) | public string[] GetDirectories(string path) method GetFiles (line 255) | public string[] GetFiles(string path) method GetStream (line 271) | public Stream GetStream(string fileName) method GetStream (line 276) | public Stream GetStream(Symbol fileName) method CloseAllFileStreams (line 309) | public void CloseAllFileStreams() method Dispose (line 324) | public void Dispose() method GetZipFileStream (line 333) | private FileStream GetZipFileStream(int fileIndex) method ReadZipCentralDirectoryFileHeaders (line 358) | private void ReadZipCentralDirectoryFileHeaders(FileStream[] streams, ... method SanitizeFilename (line 390) | private string SanitizeFilename(string fileName) FILE: src/Aardvark.Base.IO/ZipFileHeader.cs type TZipLocalFileHeader (line 48) | public struct TZipLocalFileHeader method Load (line 115) | public TZipLocalFileHeader Load(Stream stream) method Load (line 120) | public TZipLocalFileHeader Load(BinaryReader binReader) type TZipCentralDirectoryFileHeader (line 151) | public struct TZipCentralDirectoryFileHeader method Load (line 249) | public TZipCentralDirectoryFileHeader Load(Stream stream) method Load (line 254) | public TZipCentralDirectoryFileHeader Load(BinaryReader binReader) type TZip64EndOfCentralDirectoryRecord (line 304) | public struct TZip64EndOfCentralDirectoryRecord method Load (line 367) | public TZip64EndOfCentralDirectoryRecord Load(Stream stream, long posi... method Load (line 372) | public TZip64EndOfCentralDirectoryRecord Load(BinaryReader binReader, ... type TZip64EndOfCentralDirectoryLocator (line 396) | public struct TZip64EndOfCentralDirectoryLocator method Load (line 429) | public TZip64EndOfCentralDirectoryLocator Load(Stream stream, long ecd... method Load (line 434) | public TZip64EndOfCentralDirectoryLocator Load(BinaryReader binReader,... type TZipEndOfCentralDirectoryRecord (line 456) | public struct TZipEndOfCentralDirectoryRecord method Load (line 511) | public TZipEndOfCentralDirectoryRecord Load(Stream stream) method FindPositionOfRecord (line 530) | static private long FindPositionOfRecord(Stream stream) FILE: src/Aardvark.Base.Telemetry/Debug.cs class Telemetry (line 7) | public static partial class Telemetry class Debug (line 9) | public static class Debug method AddCustomRegistrationAction (line 31) | public static void AddCustomRegistrationAction(Action AddCustomRegistrationAction( class DynamicCpuTimeProvider (line 41) | private class DynamicCpuTimeProvider : DynamicObject method GetDynamicMemberNames (line 45) | public override IEnumerable GetDynamicMemberNames() => m_p... method TryGetMember (line 47) | public override bool TryGetMember(GetMemberBinder binder, out obje... class DynamicCounterProvider (line 66) | private class DynamicCounterProvider : DynamicObject method GetDynamicMemberNames (line 70) | public override IEnumerable GetDynamicMemberNames() => m_p... method TryGetMember (line 72) | public override bool TryGetMember(GetMemberBinder binder, out obje... FILE: src/Aardvark.Base.Telemetry/Environment.cs class Telemetry (line 8) | public static partial class Telemetry class Env (line 10) | public class Env : DynamicObject, IEnumerable method SetMember (line 15) | public void SetMember(string name, IProbe probe) method GetMember (line 21) | public IProbe GetMember(string name) method GetDynamicMemberNames (line 24) | public override IEnumerable GetDynamicMemberNames() => m_pro... method TryGetMember (line 26) | public override bool TryGetMember(GetMemberBinder binder, out object... method TrySetMember (line 32) | public override bool TrySetMember(SetMemberBinder binder, object value) method GetEnumerator (line 40) | public IEnumerator GetEnumerator() method GetEnumerator (line 43) | IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); FILE: src/Aardvark.Base.Telemetry/HardwareThread.cs class HardwareThread (line 9) | public static class HardwareThread method GetProcessThread (line 14) | public static ProcessThread GetProcessThread(int tid) FILE: src/Aardvark.Base.Telemetry/IProbe.cs class Telemetry (line 5) | public static partial class Telemetry type IProbe (line 7) | public interface IProbe type IProbe (line 15) | public interface IProbe : IProbe class NamedProbe (line 23) | public class NamedProbe method NamedProbe (line 28) | public NamedProbe(string name, IProbe probe) method ResetTelemetrySystem (line 43) | public static void ResetTelemetrySystem() => OnReset?.Invoke(null, Eve... FILE: src/Aardvark.Base.Telemetry/Probes.cs class Telemetry (line 9) | public static partial class Telemetry class Counter (line 13) | public class Counter : IProbe method Counter (line 17) | public Counter() => OnReset += (s, e) => Interlocked.Exchange(ref m_... method Increment (line 19) | public void Increment() => Interlocked.Increment(ref m_value); method Increment (line 21) | public void Increment(long x) => Interlocked.Add(ref m_value, x); method Decrement (line 23) | public void Decrement() => Interlocked.Decrement(ref m_value); method Decrement (line 25) | public void Decrement(long x) => Interlocked.Add(ref m_value, -x); method Set (line 27) | public void Set(long x) => m_value = x; class StopWatchTime (line 42) | public class StopWatchTime : IProbe method StopWatchTime (line 46) | public StopWatchTime() => OnReset += (s, e) => Interlocked.Exchange(... type StopWatchTimeTimer (line 50) | public struct StopWatchTimeTimer : IDisposable method StopWatchTimeTimer (line 55) | internal StopWatchTimeTimer(StopWatchTime source, Stopwatch watch)... method Dispose (line 56) | public void Dispose() class WallClockTime (line 75) | public class WallClockTime : IProbe method WallClockTime (line 80) | public WallClockTime() => OnReset += (s, e) => m_stopwatch.Reset(); type WallClockTimer (line 93) | public struct WallClockTimer : IDisposable method WallClockTimer (line 96) | internal WallClockTimer(WallClockTime source) { Source = source; } method Dispose (line 97) | public void Dispose() class CpuTime (line 120) | public class CpuTime : IProbe method GetCurrentProcessThread (line 122) | private ProcessThread GetCurrentProcessThread() method CpuTime (line 156) | public CpuTime() => OnReset += (s, e) => type CpuTimeTimer (line 184) | public struct CpuTimeTimer : IDisposable method CpuTimeTimer (line 189) | internal CpuTimeTimer(CpuTime source, long t0, long t0user, long t... method Dispose (line 191) | public void Dispose() class CpuTimeUser (line 255) | public class CpuTimeUser : IProbe method GetCurrentProcessThread (line 257) | private ProcessThread GetCurrentProcessThread() method CpuTimeUser (line 282) | public CpuTimeUser() => OnReset += (s, e) => { lock (m_threadIds) m_... type CpuTimeUserTimer (line 309) | public struct CpuTimeUserTimer : IDisposable method CpuTimeUserTimer (line 315) | internal CpuTimeUserTimer(CpuTimeUser source, TimeSpan t0, int thr... method Dispose (line 317) | public void Dispose() class CpuTimePrivileged (line 357) | public class CpuTimePrivileged : IProbe method GetCurrentProcessThread (line 359) | private ProcessThread GetCurrentProcessThread() method CpuTimePrivileged (line 383) | public CpuTimePrivileged() type CpuTimePrivilegedTimer (line 414) | public struct CpuTimePrivilegedTimer : IDisposable method CpuTimePrivilegedTimer (line 420) | internal CpuTimePrivilegedTimer(CpuTimePrivileged source, TimeSpan... method Dispose (line 422) | public void Dispose() class CustomProbeDouble (line 461) | public class CustomProbeDouble : IProbe method CustomProbeDouble (line 465) | public CustomProbeDouble(Func valueFunc) => m_value = valueF... class CustomProbeLong (line 472) | public class CustomProbeLong : IProbe method CustomProbeLong (line 476) | public CustomProbeLong(Func valueFunc) => m_value = valueFunc; class CustomProbeTimeSpan (line 483) | public class CustomProbeTimeSpan : IProbe method CustomProbeTimeSpan (line 487) | public CustomProbeTimeSpan(Func valueFunc) => m_value = va... class CustomProbeString (line 496) | public class CustomProbeString : IProbe method CustomProbeString (line 500) | public CustomProbeString(Func valueFunc) => m_value = valueF... class SnapshotProbeLong (line 514) | public class SnapshotProbeLong : IProbe method SnapshotProbeLong (line 522) | public SnapshotProbeLong(IProbe probe) class SnapshotProbeDouble (line 537) | public class SnapshotProbeDouble : IProbe method SnapshotProbeDouble (line 545) | public SnapshotProbeDouble(IProbe probe) class SnapshotProbeTimeSpan (line 560) | public class SnapshotProbeTimeSpan : IProbe method SnapshotProbeTimeSpan (line 568) | public SnapshotProbeTimeSpan(IProbe probe) FILE: src/Aardvark.Base.Telemetry/Registry.cs class Telemetry (line 7) | public static partial class Telemetry method GetNamedProbe (line 28) | public static IProbe GetNamedProbe(string name) class Disposable (line 36) | private class Disposable : IDisposable method Create (line 39) | public static IDisposable Create(Action disposeAction) { return new ... method Dispose (line 40) | public void Dispose() { m_disposeAction(); } method Register (line 43) | public static IDisposable Register(string name, IProbe probe) method Register (line 56) | public static void Register(string name, Func... method GetProviderForTimingStats (line 79) | public static Func> GetProviderForTimingStats... FILE: src/Aardvark.Base.Telemetry/TelemetryExtensions.cs class TelemetryExtensions (line 7) | public static class TelemetryExtensions method RatePerSecond (line 9) | public static Telemetry.RatePerSecondView RatePerSecond(this Telemetry... method Utilization (line 12) | public static Telemetry.UtilizationView Utilization(this Telemetry.IPr... method Per (line 15) | public static Telemetry.RatioView Per(this Telemetry.IProbe self, Tele... method Per (line 18) | public static Telemetry.RatioView Per(this Telemetry.IProbe self, doub... method Sum (line 21) | public static Telemetry.SumView Sum(this Telemetry.IProbe self, params... method Sum (line 24) | public static Telemetry.SumView Sum(this Telemetry.IProbe self, IEnume... method Sum (line 27) | public static Telemetry.SumView Sum(this Telemetry.IProbe self, Teleme... method Sum (line 30) | public static Telemetry.SumView Sum(this Telemetry.IProbe self, double... method Sum (line 33) | public static Telemetry.SumView Sum(this Telemetry.IProbe self, params... method Add (line 36) | public static Telemetry.SumView Add(this Telemetry.IProbe self, params... method Add (line 39) | public static Telemetry.SumView Add(this Telemetry.IProbe self, IEnume... method Add (line 42) | public static Telemetry.SumView Add(this Telemetry.IProbe self, Teleme... method Add (line 45) | public static Telemetry.SumView Add(this Telemetry.IProbe self, double... method Add (line 48) | public static Telemetry.SumView Add(this Telemetry.IProbe self, params... method Subtract (line 51) | public static Telemetry.SubtractView Subtract(this Telemetry.IProbe se... method Subtract (line 54) | public static Telemetry.SubtractView Subtract(this Telemetry.IProbe se... method Subtract (line 57) | public static Telemetry.SubtractView Subtract(this Telemetry.IProbe se... method Subtract (line 60) | public static Telemetry.SubtractView Subtract(this Telemetry.IProbe se... method Subtract (line 63) | public static Telemetry.SubtractView Subtract(this Telemetry.IProbe se... method Multiply (line 66) | public static Telemetry.MultiplyView Multiply(this Telemetry.IProbe se... method Multiply (line 69) | public static Telemetry.MultiplyView Multiply(this Telemetry.IProbe se... method Min (line 72) | public static Telemetry.MinView Min(this Telemetry.IProbe self, params... method Min (line 75) | public static Telemetry.MinView Min(this Telemetry.IProbe self, IEnume... method Min (line 78) | public static Telemetry.MinView Min(this Telemetry.IProbe self, Teleme... method Min (line 81) | public static Telemetry.MinView Min(this Telemetry.IProbe self, double... method Min (line 84) | public static Telemetry.MinView Min(this Telemetry.IProbe self, params... method Max (line 87) | public static Telemetry.MaxView Max(this Telemetry.IProbe self, params... method Max (line 90) | public static Telemetry.MaxView Max(this Telemetry.IProbe self, IEnume... method Max (line 93) | public static Telemetry.MaxView Max(this Telemetry.IProbe self, Teleme... method Max (line 96) | public static Telemetry.MaxView Max(this Telemetry.IProbe self, double... method Max (line 99) | public static Telemetry.MaxView Max(this Telemetry.IProbe self, params... method Avg (line 102) | public static Telemetry.AvgView Avg(this Telemetry.IProbe self, params... method Avg (line 105) | public static Telemetry.AvgView Avg(this Telemetry.IProbe self, IEnume... method Avg (line 108) | public static Telemetry.AvgView Avg(this Telemetry.IProbe self, Teleme... method Avg (line 111) | public static Telemetry.AvgView Avg(this Telemetry.IProbe self, double... method Avg (line 114) | public static Telemetry.AvgView Avg(this Telemetry.IProbe self, params... method Snapshot (line 117) | public static Telemetry.IProbe Snapshot(this Telemetry.IProbe... FILE: src/Aardvark.Base.Telemetry/TimingStats.cs class Telemetry (line 5) | public static partial class Telemetry class TimingStats (line 7) | public class TimingStats method TimingStats (line 17) | public TimingStats(Type type) method AddSample (line 23) | public void AddSample(TimeSpan x) FILE: src/Aardvark.Base.Telemetry/Views.cs class Telemetry (line 7) | public static partial class Telemetry class UtilizationView (line 9) | public class UtilizationView : IProbe method UtilizationView (line 14) | private UtilizationView(Func baseValue) method UtilizationView (line 25) | public UtilizationView(IProbe time) class RatePerSecondView (line 35) | public class RatePerSecondView : IProbe method RatePerSecondView (line 43) | public RatePerSecondView(IProbe counter) class RatioView (line 85) | public class RatioView : IProbe method RatioView (line 89) | public RatioView(IProbe nominator, IProbe denominator) method RatioView (line 96) | public RatioView(IProbe nominator, double denominator) class SumView (line 111) | public class SumView : IProbe method SumView (line 115) | public SumView(IProbe one, params IProbe[] others) method SumView (line 122) | public SumView(IProbe one, params double[] others) class SubtractView (line 138) | public class SubtractView : IProbe method SubtractView (line 142) | public SubtractView(IProbe one, params IProbe[] others) method SubtractView (line 149) | public SubtractView(IProbe one, params double[] others) class MultiplyView (line 165) | public class MultiplyView : IProbe method MultiplyView (line 169) | public MultiplyView(IProbe one, IProbe other) method MultiplyView (line 176) | public MultiplyView(IProbe one, double other) class MinView (line 190) | public class MinView : IProbe method MinView (line 194) | public MinView(IProbe one, params IProbe[] others) method MinView (line 201) | public MinView(IProbe one, params double[] others) class MaxView (line 217) | public class MaxView : IProbe method MaxView (line 221) | public MaxView(IProbe one, params IProbe[] others) method MaxView (line 228) | public MaxView(IProbe one, params double[] others) class AvgView (line 244) | public class AvgView : IProbe method AvgView (line 248) | public AvgView(IProbe one, params IProbe[] others) method AvgView (line 257) | public AvgView(IProbe one, params double[] others) FILE: src/Aardvark.Base.Tensors.CSharp/Algorithms/LuFactorization.cs class TensorNumericExtensions (line 9) | public static partial class TensorNumericExtensions method LuFactorize (line 22) | public static int[] LuFactorize(this Matrix inputAndLuMatrix) method LuSolve (line 39) | public static Vector LuSolve(this Matrix luMatrix, int[]... method LuSolve (line 53) | public static Matrix LuSolve(this Matrix luMatrix, int[]... method LuInverse (line 67) | public static Matrix LuInverse(this Matrix luMatrix, int... method LuInverse (line 80) | public static Matrix LuInverse(this Matrix matrix) method LuInvert (line 98) | public static bool LuInvert(this Matrix matrix) method LuFactorize (line 122) | public static int[] LuFactorize(this Matrix inputAndLuMatrix) method LuSolve (line 139) | public static Vector LuSolve(this Matrix luMatrix, int... method LuSolve (line 153) | public static Matrix LuSolve(this Matrix luMatrix, int... method LuInverse (line 167) | public static Matrix LuInverse(this Matrix luMatrix, i... method LuInverse (line 180) | public static Matrix LuInverse(this Matrix matrix) method LuInvert (line 198) | public static bool LuInvert(this Matrix matrix) method LuFactorize (line 222) | public static int[] LuFactorize(this Matrix inputAndLuMatrix) method LuSolve (line 239) | public static Vector LuSolve(this Matrix luMatrix,... method LuSolve (line 253) | public static Matrix LuSolve(this Matrix luMatrix,... method LuInverse (line 267) | public static Matrix LuInverse(this Matrix luMatri... method LuInverse (line 280) | public static Matrix LuInverse(this Matrix matrix) method LuInvert (line 298) | public static bool LuInvert(this Matrix matrix) FILE: src/Aardvark.Base.Tensors.CSharp/Algorithms/QrFactorization.cs class TensorNumericExtensions (line 9) | public static partial class TensorNumericExtensions method RowNorm2 (line 16) | public static double RowNorm2( method ColNorm2 (line 25) | public static double ColNorm2( method RowNorm2 (line 34) | public static double RowNorm2( method ColNorm2 (line 43) | public static double ColNorm2( method RowDotRow (line 52) | public static double RowDotRow( method ColDotCol (line 61) | public static double ColDotCol( method RowDotRow (line 70) | public static double RowDotRow( method ColDotCol (line 79) | public static double ColDotCol( method QrFactorize (line 97) | public static double[] QrFactorize( method QrSolve (line 110) | public static Vector QrSolve( method QrSolve (line 126) | public static Vector QrSolve( method QrSolve (line 141) | public static Matrix QrSolve( method QrSolve (line 161) | public static Matrix QrSolve( method QrInverse (line 180) | public static Matrix QrInverse( method QrInverse (line 204) | public static Matrix QrInverse( method QrInverse (line 215) | public static M22d QrInverse(this M22d mat) method QrInverse (line 225) | public static M33d QrInverse(this M33d mat) method QrInverse (line 235) | public static M44d QrInverse(this M44d mat) FILE: src/Aardvark.Base.Tensors.CSharp/PixImage/EdgeFilter.cs type EdgeFilter (line 3) | public enum EdgeFilter : int type EdgeDirection (line 8) | public enum EdgeDirection : int FILE: src/Aardvark.Base.Tensors.CSharp/PixImage/IPix.cs type IPix (line 6) | public interface IPix FILE: src/Aardvark.Base.Tensors.CSharp/PixImage/ImageLoadException.cs class ImageLoadException (line 8) | public class ImageLoadException : Exception method ImageLoadException (line 14) | public ImageLoadException(string message) method ImageLoadException (line 23) | public ImageLoadException(string message, Exception inner) FILE: src/Aardvark.Base.Tensors.CSharp/PixImage/PixCube.cs type CubeSide (line 13) | public enum CubeSide type CubeSideFlags (line 29) | [Flags] class PixCube (line 46) | public class PixCube : IPix method PixCube (line 61) | public PixCube() => MipMapArray = new PixImageMipMap[6]; method PixCube (line 70) | public PixCube(PixImageMipMap[] sides) method PixCube (line 85) | public PixCube(PixImage[] sides) FILE: src/Aardvark.Base.Tensors.CSharp/PixImage/PixImage.cs type PixFileFormat (line 16) | public enum PixFileFormat type IPixImageVisitor (line 64) | public interface IPixImageVisitor method Visit (line 72) | TResult Visit(PixImage image); type PixImageInfo (line 80) | public record PixImageInfo(PixFormat Format, V2i Size); class PixImage (line 86) | [Serializable] class PgmPixLoader (line 101) | private class PgmPixLoader : IPixLoader method LoadFromFile (line 109) | public PixImage LoadFromFile(string filename) => null; method LoadFromStream (line 111) | public PixImage LoadFromStream(Stream stream) => null; method SaveToFile (line 113) | public void SaveToFile(string filename, PixImage image, PixSaveParam... method SaveToStream (line 119) | public void SaveToStream(Stream stream, PixImage image, PixSaveParam... method GetInfoFromFile (line 136) | public PixImageInfo GetInfoFromFile(string filename) => null; method GetInfoFromStream (line 138) | public PixImageInfo GetInfoFromStream(Stream stream) => null; method SetLoader (line 153) | public static void SetLoader(IPixLoader loader, int priority) method AddLoader (line 167) | public static void AddLoader(IPixLoader loader) method RemoveLoader (line 181) | public static void RemoveLoader(IPixLoader loader) method GetLoadersWithPriority (line 193) | public static Dictionary GetLoadersWithPriority() method GetLoaders (line 205) | public static List GetLoaders() method GetEncoders (line 219) | public static List GetEncoders() method GetDecoders (line 230) | public static List GetDecoders() method InvokeLoader (line 237) | internal static Result InvokeLoader( type LoaderType (line 267) | internal enum LoaderType { Encoder, Decoder, Any }; method InvokeLoaders (line 269) | internal static Result InvokeLoaders( method InvokeLoadersWithStream (line 367) | internal static Result InvokeLoadersWithStream( method Ignore (line 382) | internal static void Ignore(T _) { } method NotNull (line 384) | internal static bool NotNull(T x) => x != null; method Identity (line 386) | internal static bool Identity(bool x) => x; method SetProcessor (line 405) | public static void SetProcessor(IPixProcessor processor, int priority) method AddProcessor (line 419) | public static void AddProcessor(IPixProcessor processor) method RemoveProcessor (line 432) | public static void RemoveProcessor(IPixProcessor processor) method GetProcessorsWithPriority (line 443) | public static Dictionary GetProcessorsWithPriority... method GetProcessors (line 465) | public static List GetProcessors(PixProcessorCaps minCa... method InvokeProcessors (line 482) | internal static PixImage InvokeProcessors( method PixImage (line 545) | static PixImage() method PixImage (line 550) | public PixImage() : this(Col.Format.None) { } method PixImage (line 552) | public PixImage(Col.Format format) method GetFormatOfExtension (line 725) | protected static PixFileFormat GetFormatOfExtension(string filename) method GetPreferredExtensionOfFormat (line 737) | public static string GetPreferredExtensionOfFormat(PixFileFormat format) method ToGray (line 746) | private static void ToGray(PixImage src, object dst, Func(Col.Format format, long width, lo... method CreateArray (line 775) | public static PixImage CreateArray(Array data, Col.Format forma... method Create (line 787) | public static PixImage Create(PixFormat format, long width, long hei... method Create (line 797) | public static PixImage Create(Array array, Col.Format format, long w... method Create (line 822) | public static PixImage Create(PixFormat format, long width, long heigh... method Create (line 832) | public static PixImage Create(PixFormat format, long width, long height) method Create (line 844) | public static PixImage Create(Array array, Col.Format format, long wid... method Create (line 855) | public static PixImage Create(Array array, Col.Format format, long wid... method CreateVolume (line 864) | public static Volume CreateVolume(V3i size) => size.ToV3l().Crea... method CreateVolume (line 867) | public static Volume CreateVolume(V3l size) => size.CreateImageV... method CreateVolume (line 877) | public static Volume CreateVolume(long width, long height, long ... method LoadFromFileWithLoader (line 884) | private static PixImage LoadFromFileWithLoader(IPixLoader loader, stri... method LoadRaw (line 901) | public static PixImage LoadRaw(string filename, IPixLoader loader = null) method Load (line 918) | public static PixImage Load(string filename, IPixLoader loader = null) method GetStreamDescription (line 928) | internal static string GetStreamDescription(Stream stream) method LoadFromStreamWithLoader (line 931) | private static PixImage LoadFromStreamWithLoader(IPixLoader loader, St... method LoadRaw (line 949) | public static PixImage LoadRaw(Stream stream, IPixLoader loader = null) method Load (line 967) | public static PixImage Load(Stream stream, IPixLoader loader = null) method NormalizedFileName (line 989) | public static string NormalizedFileName(string fileName, PixFileFormat... method SaveToFileWithLoader (line 1026) | private bool SaveToFileWithLoader(IPixLoader loader, string filename, ... method Save (line 1044) | public void Save(string filename, PixSaveParams saveParams, bool norma... method Save (line 1067) | public void Save(string filename, PixFileFormat fileFormat, bool norma... method Save (line 1082) | public void Save(string filename, IPixLoader loader = null) method SaveAsJpeg (line 1097) | public void SaveAsJpeg(string filename, int quality = PixJpegSaveParam... method SaveAsPng (line 1113) | public void SaveAsPng(string filename, int compressionLevel = PixPngSa... method SaveToStreamWithLoader (line 1121) | private bool SaveToStreamWithLoader(IPixLoader loader, Stream stream, ... method Save (line 1139) | public void Save(Stream stream, PixSaveParams saveParams, IPixLoader l... method Save (line 1157) | public void Save(Stream stream, PixFileFormat fileFormat, IPixLoader l... method SaveAsJpeg (line 1172) | public void SaveAsJpeg(Stream stream, int quality = PixJpegSaveParams.... method SaveAsPng (line 1187) | public void SaveAsPng(Stream stream, int compressionLevel = PixPngSave... method ToMemoryStream (line 1201) | public MemoryStream ToMemoryStream(PixSaveParams saveParams, IPixLoade... method ToMemoryStream (line 1219) | public MemoryStream ToMemoryStream(PixFileFormat fileFormat, IPixLoade... method ToMemoryStreamAsJpeg (line 1233) | public MemoryStream ToMemoryStreamAsJpeg(int quality = PixJpegSavePara... method ToMemoryStreamAsPng (line 1247) | public MemoryStream ToMemoryStreamAsPng(int compressionLevel = PixPngS... method GetInfoFromFileWithLoader (line 1254) | private static PixImageInfo GetInfoFromFileWithLoader(IPixLoader loade... method GetInfoFromFile (line 1271) | public static PixImageInfo GetInfoFromFile(string filename, IPixLoader... method GetInfoFromStreamWithLoader (line 1281) | private static PixImageInfo GetInfoFromStreamWithLoader(IPixLoader loa... method GetInfoFromStream (line 1299) | public static PixImageInfo GetInfoFromStream(Stream stream, IPixLoader... method AsPixImage (line 1314) | public PixImage AsPixImage() => this as PixImage; method ToPixImage (line 1321) | public PixImage ToPixImage() => AsPixImage() ?? new PixImage<... method ToPixImage (line 1330) | public abstract PixImage ToPixImage(Col.Format format); method ToPixImage (line 1340) | public PixImage ToPixImage(Col.Format format) method ToCanonicalDenseLayout (line 1351) | public abstract PixImage ToCanonicalDenseLayout(); method CopyChannelTo (line 1365) | public abstract void CopyChannelTo(long channelIndex, Matrix t... method CopyVolumeTo (line 1374) | public abstract void CopyVolumeTo(Volume target); method CopyToPixImage (line 1379) | public abstract PixImage CopyToPixImage(); method CopyToPixImageWithCanonicalDenseLayout (line 1384) | public abstract PixImage CopyToPixImageWithCanonicalDenseLayout(); method TransformedPixImage (line 1395) | public abstract PixImage TransformedPixImage(ImageTrafo trafo); method RemappedPixImage (line 1404) | public abstract PixImage RemappedPixImage(Matrix mapX, Matrix pixImage, PixImage bitImage, PixImage(IPixImageVisitor visit... method PixImage (line 1510) | public PixImage() { } method PixImage (line 1523) | public PixImage(Col.Format format, Volume volume) method PixImage (line 1534) | public PixImage(Volume volume) method PixImage (line 1547) | public PixImage(V2i size, int channels) method PixImage (line 1552) | public PixImage(V2l size, long channels) method PixImage (line 1562) | public PixImage(int width, int height, int channels) method PixImage (line 1567) | public PixImage(long width, long height, long channels) method PixImage (line 1577) | public PixImage(Col.Format format, V2i size) method PixImage (line 1582) | public PixImage(Col.Format format, V2l size) method PixImage (line 1593) | public PixImage(Col.Format format, int width, int height) method PixImage (line 1598) | public PixImage(Col.Format format, long width, long height) method PixImage (line 1608) | public PixImage(Col.Format format, V2i size, int channels) method PixImage (line 1613) | public PixImage(Col.Format format, V2l size, long channels) method PixImage (line 1617) | [Obsolete("Use PixImage(Col.Format, V2i, int) or PixImage(Col.Fo... method PixImage (line 1629) | public PixImage(Col.Format format, int width, int height, int channels) method PixImage (line 1634) | public PixImage(Col.Format format, long width, long height, long chann... method PixImage (line 1647) | public PixImage(PixImageInfo info) method PixImage (line 1665) | public PixImage(IEnumerable> channels) method PixImage (line 1677) | public PixImage(params Matrix[] channels) method PixImage (line 1690) | public PixImage(Col.Format format, IEnumerable> channels) method PixImage (line 1703) | public PixImage(Col.Format format, params Matrix[] channels) method PixImage (line 1742) | public PixImage(Col.Format format, T[] data, int width, int height, in... method PixImage (line 1747) | public PixImage(Col.Format format, T[] data, long width, long height, ... method PixImage (line 1760) | public PixImage(Col.Format format, T[] data, V2i size, int channels) method PixImage (line 1765) | public PixImage(Col.Format format, T[] data, V2l size, long channels) method PixImage (line 1779) | public PixImage(Col.Format format, T[] data, int width, int height) method PixImage (line 1784) | public PixImage(Col.Format format, T[] data, long width, long height) method PixImage (line 1797) | public PixImage(Col.Format format, T[] data, V2i size) method PixImage (line 1802) | public PixImage(Col.Format format, T[] data, V2l size) method PixImage (line 1815) | public PixImage(T[] data, int width, int height, int channels) method PixImage (line 1820) | public PixImage(T[] data, long width, long height, long channels) method PixImage (line 1832) | public PixImage(T[] data, V2i size, int channels) method PixImage (line 1837) | public PixImage(T[] data, V2l size, long channels) method PixImage (line 1854) | public PixImage(PixImage source) method PixImage (line 1887) | public PixImage(Col.Format format, PixImage source) method PixImage (line 1994) | public PixImage(string filename, IPixLoader loader = null) method PixImage (line 2016) | public PixImage(Stream stream, IPixLoader loader = null) method Create (line 2035) | public static PixImage Create(params Matrix[] channels) method Create (line 2039) | public static PixImage Create(Col.Format format, params Matrix[]... method Create (line 2043) | public static PixImage Create(Col.Format format, params Matrix<... method TransformedPixImage (line 2119) | public override PixImage TransformedPixImage(ImageTrafo trafo) method Transformed (line 2123) | public PixImage Transformed(ImageTrafo trafo) => new(Format, Volume... method RemappedPixImage (line 2130) | public override PixImage RemappedPixImage(Matrix mapX, Matrix Remapped(Matrix mapX, Matrix mapY, Im... method SetRemappedFun (line 2142) | [Obsolete("Use the PixImage processor API instead.")] method ResizedPixImage (line 2160) | public override PixImage ResizedPixImage(V2i size, ImageInterpolation ... method Resized (line 2164) | public PixImage Resized(V2i size, ImageInterpolation interpolation ... method Resized (line 2174) | public PixImage Resized(int width, int height, ImageInterpolation i... method RotatedPixImage (line 2182) | public override PixImage RotatedPixImage(double angleInRadians, bool r... method Rotated (line 2186) | public PixImage Rotated(double angleInRadians, bool resize = true, ... method SetRotatedFun (line 2194) | [Obsolete("Use the PixImage processor API instead.")] method ScaledPixImage (line 2212) | public override PixImage ScaledPixImage(V2d scaleFactor, ImageInterpol... method Scaled (line 2216) | public PixImage Scaled(V2d scaleFactor, ImageInterpolation interpol... method SetScaledFun (line 2231) | [Obsolete("Use the PixImage processor API instead.")] method Scaled (line 2246) | public PixImage Scaled(double scaleFactor, ImageInterpolation inter... method Scaled (line 2256) | public PixImage Scaled(double scaleFactorX, double scaleFactorY, Im... method SubImage (line 2270) | public PixImage SubImage(long x, long y, long width, long height) method SubImage (line 2278) | public PixImage SubImage(V2i offset, V2i size) => SubImage(offset.X... method SubImage (line 2281) | public PixImage SubImage(V2l offset, V2l size) => SubImage(offset.X... method SubImage (line 2284) | public PixImage SubImage(Box2i box) => SubImage(box.Min, box.Size); method SubImage (line 2292) | public PixImage SubImage(V2i center, int squareRadius) method SubImage (line 2304) | public PixImage SubImage(V2d offset, V2d size) => SubImage(new V2i(... method SubImage (line 2315) | public PixImage SubImage(Box2d box) method SubImage01 (line 2330) | public PixImage SubImage01(V2d offset, V2d size) method SubImage01 (line 2346) | public PixImage SubImage01(Box2d bounds) method Set (line 2363) | public void Set(int x, int y, PixImage image) => Set(new V2i(x, y),... method Set (line 2366) | public void Set(V2i offset, PixImage image) => SubImage(offset, ima... method Set (line 2373) | public void Set(PixImage image) method SetResized (line 2385) | public void SetResized(PixImage image, ImageInterpolation interpola... method ToPixImage (line 2396) | public override PixImage ToPixImage(Col.Format format) => ToFormat(for... method ToFormat (line 2405) | public PixImage ToFormat(Col.Format format) method ToImageLayout (line 2412) | public PixImage ToImageLayout() => !Volume.HasImageLayout() ? new P... method ToCanonicalDenseLayout (line 2415) | public override PixImage ToCanonicalDenseLayout() => ToImageLayout(); method CopyChannelTo (line 2422) | public override void CopyChannelTo(long channelIndex, Matrix t... method CopyVolumeTo (line 2429) | public override void CopyVolumeTo(Volume target) method CopyToImageLayout (line 2441) | public PixImage CopyToImageLayout() method Copy (line 2447) | public PixImage Copy() => new(Format, Volume.CopyToImageWindow()); method CopyToPixImage (line 2450) | public override PixImage CopyToPixImage() => Copy(); method CopyToPixImageWithCanonicalDenseLayout (line 2453) | public override PixImage CopyToPixImageWithCanonicalDenseLayout() => C... method Copy (line 2461) | public PixImage Copy(Func mapping) => Copy(mapping, For... method Copy (line 2470) | public PixImage Copy(Func mapping, Col.Format format) method GetChannel (line 2486) | public Matrix GetChannel(long channelIndex) method GetChannel (line 2497) | public Matrix GetChannel(Col.Channel channel) method GetChannel (line 2507) | public Matrix GetChannel(long channelIndex) method GetChannelInFormatOrder (line 2515) | public Matrix GetChannelInFormatOrder(long formatChannelIndex) method GetChannelInFormatOrder (line 2525) | public Matrix GetChannelInFormatOrder(long formatChannelIndex) method GetMatrix (line 2538) | public Matrix GetMatrix() => Volume.GetMatrix(Format... method Visit (line 2545) | public override TResult Visit(IPixImageVisitor visit... class PixImage (line 1493) | [Serializable] class PgmPixLoader (line 101) | private class PgmPixLoader : IPixLoader method LoadFromFile (line 109) | public PixImage LoadFromFile(string filename) => null; method LoadFromStream (line 111) | public PixImage LoadFromStream(Stream stream) => null; method SaveToFile (line 113) | public void SaveToFile(string filename, PixImage image, PixSaveParam... method SaveToStream (line 119) | public void SaveToStream(Stream stream, PixImage image, PixSaveParam... method GetInfoFromFile (line 136) | public PixImageInfo GetInfoFromFile(string filename) => null; method GetInfoFromStream (line 138) | public PixImageInfo GetInfoFromStream(Stream stream) => null; method SetLoader (line 153) | public static void SetLoader(IPixLoader loader, int priority) method AddLoader (line 167) | public static void AddLoader(IPixLoader loader) method RemoveLoader (line 181) | public static void RemoveLoader(IPixLoader loader) method GetLoadersWithPriority (line 193) | public static Dictionary GetLoadersWithPriority() method GetLoaders (line 205) | public static List GetLoaders() method GetEncoders (line 219) | public static List GetEncoders() method GetDecoders (line 230) | public static List GetDecoders() method InvokeLoader (line 237) | internal static Result InvokeLoader( type LoaderType (line 267) | internal enum LoaderType { Encoder, Decoder, Any }; method InvokeLoaders (line 269) | internal static Result InvokeLoaders( method InvokeLoadersWithStream (line 367) | internal static Result InvokeLoadersWithStream( method Ignore (line 382) | internal static void Ignore(T _) { } method NotNull (line 384) | internal static bool NotNull(T x) => x != null; method Identity (line 386) | internal static bool Identity(bool x) => x; method SetProcessor (line 405) | public static void SetProcessor(IPixProcessor processor, int priority) method AddProcessor (line 419) | public static void AddProcessor(IPixProcessor processor) method RemoveProcessor (line 432) | public static void RemoveProcessor(IPixProcessor processor) method GetProcessorsWithPriority (line 443) | public static Dictionary GetProcessorsWithPriority... method GetProcessors (line 465) | public static List GetProcessors(PixProcessorCaps minCa... method InvokeProcessors (line 482) | internal static PixImage InvokeProcessors( method PixImage (line 545) | static PixImage() method PixImage (line 550) | public PixImage() : this(Col.Format.None) { } method PixImage (line 552) | public PixImage(Col.Format format) method GetFormatOfExtension (line 725) | protected static PixFileFormat GetFormatOfExtension(string filename) method GetPreferredExtensionOfFormat (line 737) | public static string GetPreferredExtensionOfFormat(PixFileFormat format) method ToGray (line 746) | private static void ToGray(PixImage src, object dst, Func(Col.Format format, long width, lo... method CreateArray (line 775) | public static PixImage CreateArray(Array data, Col.Format forma... method Create (line 787) | public static PixImage Create(PixFormat format, long width, long hei... method Create (line 797) | public static PixImage Create(Array array, Col.Format format, long w... method Create (line 822) | public static PixImage Create(PixFormat format, long width, long heigh... method Create (line 832) | public static PixImage Create(PixFormat format, long width, long height) method Create (line 844) | public static PixImage Create(Array array, Col.Format format, long wid... method Create (line 855) | public static PixImage Create(Array array, Col.Format format, long wid... method CreateVolume (line 864) | public static Volume CreateVolume(V3i size) => size.ToV3l().Crea... method CreateVolume (line 867) | public static Volume CreateVolume(V3l size) => size.CreateImageV... method CreateVolume (line 877) | public static Volume CreateVolume(long width, long height, long ... method LoadFromFileWithLoader (line 884) | private static PixImage LoadFromFileWithLoader(IPixLoader loader, stri... method LoadRaw (line 901) | public static PixImage LoadRaw(string filename, IPixLoader loader = null) method Load (line 918) | public static PixImage Load(string filename, IPixLoader loader = null) method GetStreamDescription (line 928) | internal static string GetStreamDescription(Stream stream) method LoadFromStreamWithLoader (line 931) | private static PixImage LoadFromStreamWithLoader(IPixLoader loader, St... method LoadRaw (line 949) | public static PixImage LoadRaw(Stream stream, IPixLoader loader = null) method Load (line 967) | public static PixImage Load(Stream stream, IPixLoader loader = null) method NormalizedFileName (line 989) | public static string NormalizedFileName(string fileName, PixFileFormat... method SaveToFileWithLoader (line 1026) | private bool SaveToFileWithLoader(IPixLoader loader, string filename, ... method Save (line 1044) | public void Save(string filename, PixSaveParams saveParams, bool norma... method Save (line 1067) | public void Save(string filename, PixFileFormat fileFormat, bool norma... method Save (line 1082) | public void Save(string filename, IPixLoader loader = null) method SaveAsJpeg (line 1097) | public void SaveAsJpeg(string filename, int quality = PixJpegSaveParam... method SaveAsPng (line 1113) | public void SaveAsPng(string filename, int compressionLevel = PixPngSa... method SaveToStreamWithLoader (line 1121) | private bool SaveToStreamWithLoader(IPixLoader loader, Stream stream, ... method Save (line 1139) | public void Save(Stream stream, PixSaveParams saveParams, IPixLoader l... method Save (line 1157) | public void Save(Stream stream, PixFileFormat fileFormat, IPixLoader l... method SaveAsJpeg (line 1172) | public void SaveAsJpeg(Stream stream, int quality = PixJpegSaveParams.... method SaveAsPng (line 1187) | public void SaveAsPng(Stream stream, int compressionLevel = PixPngSave... method ToMemoryStream (line 1201) | public MemoryStream ToMemoryStream(PixSaveParams saveParams, IPixLoade... method ToMemoryStream (line 1219) | public MemoryStream ToMemoryStream(PixFileFormat fileFormat, IPixLoade... method ToMemoryStreamAsJpeg (line 1233) | public MemoryStream ToMemoryStreamAsJpeg(int quality = PixJpegSavePara... method ToMemoryStreamAsPng (line 1247) | public MemoryStream ToMemoryStreamAsPng(int compressionLevel = PixPngS... method GetInfoFromFileWithLoader (line 1254) | private static PixImageInfo GetInfoFromFileWithLoader(IPixLoader loade... method GetInfoFromFile (line 1271) | public static PixImageInfo GetInfoFromFile(string filename, IPixLoader... method GetInfoFromStreamWithLoader (line 1281) | private static PixImageInfo GetInfoFromStreamWithLoader(IPixLoader loa... method GetInfoFromStream (line 1299) | public static PixImageInfo GetInfoFromStream(Stream stream, IPixLoader... method AsPixImage (line 1314) | public PixImage AsPixImage() => this as PixImage; method ToPixImage (line 1321) | public PixImage ToPixImage() => AsPixImage() ?? new PixImage<... method ToPixImage (line 1330) | public abstract PixImage ToPixImage(Col.Format format); method ToPixImage (line 1340) | public PixImage ToPixImage(Col.Format format) method ToCanonicalDenseLayout (line 1351) | public abstract PixImage ToCanonicalDenseLayout(); method CopyChannelTo (line 1365) | public abstract void CopyChannelTo(long channelIndex, Matrix t... method CopyVolumeTo (line 1374) | public abstract void CopyVolumeTo(Volume target); method CopyToPixImage (line 1379) | public abstract PixImage CopyToPixImage(); method CopyToPixImageWithCanonicalDenseLayout (line 1384) | public abstract PixImage CopyToPixImageWithCanonicalDenseLayout(); method TransformedPixImage (line 1395) | public abstract PixImage TransformedPixImage(ImageTrafo trafo); method RemappedPixImage (line 1404) | public abstract PixImage RemappedPixImage(Matrix mapX, Matrix pixImage, PixImage bitImage, PixImage(IPixImageVisitor visit... method PixImage (line 1510) | public PixImage() { } method PixImage (line 1523) | public PixImage(Col.Format format, Volume volume) method PixImage (line 1534) | public PixImage(Volume volume) method PixImage (line 1547) | public PixImage(V2i size, int channels) method PixImage (line 1552) | public PixImage(V2l size, long channels) method PixImage (line 1562) | public PixImage(int width, int height, int channels) method PixImage (line 1567) | public PixImage(long width, long height, long channels) method PixImage (line 1577) | public PixImage(Col.Format format, V2i size) method PixImage (line 1582) | public PixImage(Col.Format format, V2l size) method PixImage (line 1593) | public PixImage(Col.Format format, int width, int height) method PixImage (line 1598) | public PixImage(Col.Format format, long width, long height) method PixImage (line 1608) | public PixImage(Col.Format format, V2i size, int channels) method PixImage (line 1613) | public PixImage(Col.Format format, V2l size, long channels) method PixImage (line 1617) | [Obsolete("Use PixImage(Col.Format, V2i, int) or PixImage(Col.Fo... method PixImage (line 1629) | public PixImage(Col.Format format, int width, int height, int channels) method PixImage (line 1634) | public PixImage(Col.Format format, long width, long height, long chann... method PixImage (line 1647) | public PixImage(PixImageInfo info) method PixImage (line 1665) | public PixImage(IEnumerable> channels) method PixImage (line 1677) | public PixImage(params Matrix[] channels) method PixImage (line 1690) | public PixImage(Col.Format format, IEnumerable> channels) method PixImage (line 1703) | public PixImage(Col.Format format, params Matrix[] channels) method PixImage (line 1742) | public PixImage(Col.Format format, T[] data, int width, int height, in... method PixImage (line 1747) | public PixImage(Col.Format format, T[] data, long width, long height, ... method PixImage (line 1760) | public PixImage(Col.Format format, T[] data, V2i size, int channels) method PixImage (line 1765) | public PixImage(Col.Format format, T[] data, V2l size, long channels) method PixImage (line 1779) | public PixImage(Col.Format format, T[] data, int width, int height) method PixImage (line 1784) | public PixImage(Col.Format format, T[] data, long width, long height) method PixImage (line 1797) | public PixImage(Col.Format format, T[] data, V2i size) method PixImage (line 1802) | public PixImage(Col.Format format, T[] data, V2l size) method PixImage (line 1815) | public PixImage(T[] data, int width, int height, int channels) method PixImage (line 1820) | public PixImage(T[] data, long width, long height, long channels) method PixImage (line 1832) | public PixImage(T[] data, V2i size, int channels) method PixImage (line 1837) | public PixImage(T[] data, V2l size, long channels) method PixImage (line 1854) | public PixImage(PixImage source) method PixImage (line 1887) | public PixImage(Col.Format format, PixImage source) method PixImage (line 1994) | public PixImage(string filename, IPixLoader loader = null) method PixImage (line 2016) | public PixImage(Stream stream, IPixLoader loader = null) method Create (line 2035) | public static PixImage Create(params Matrix[] channels) method Create (line 2039) | public static PixImage Create(Col.Format format, params Matrix[]... method Create (line 2043) | public static PixImage Create(Col.Format format, params Matrix<... method TransformedPixImage (line 2119) | public override PixImage TransformedPixImage(ImageTrafo trafo) method Transformed (line 2123) | public PixImage Transformed(ImageTrafo trafo) => new(Format, Volume... method RemappedPixImage (line 2130) | public override PixImage RemappedPixImage(Matrix mapX, Matrix Remapped(Matrix mapX, Matrix mapY, Im... method SetRemappedFun (line 2142) | [Obsolete("Use the PixImage processor API instead.")] method ResizedPixImage (line 2160) | public override PixImage ResizedPixImage(V2i size, ImageInterpolation ... method Resized (line 2164) | public PixImage Resized(V2i size, ImageInterpolation interpolation ... method Resized (line 2174) | public PixImage Resized(int width, int height, ImageInterpolation i... method RotatedPixImage (line 2182) | public override PixImage RotatedPixImage(double angleInRadians, bool r... method Rotated (line 2186) | public PixImage Rotated(double angleInRadians, bool resize = true, ... method SetRotatedFun (line 2194) | [Obsolete("Use the PixImage processor API instead.")] method ScaledPixImage (line 2212) | public override PixImage ScaledPixImage(V2d scaleFactor, ImageInterpol... method Scaled (line 2216) | public PixImage Scaled(V2d scaleFactor, ImageInterpolation interpol... method SetScaledFun (line 2231) | [Obsolete("Use the PixImage processor API instead.")] method Scaled (line 2246) | public PixImage Scaled(double scaleFactor, ImageInterpolation inter... method Scaled (line 2256) | public PixImage Scaled(double scaleFactorX, double scaleFactorY, Im... method SubImage (line 2270) | public PixImage SubImage(long x, long y, long width, long height) method SubImage (line 2278) | public PixImage SubImage(V2i offset, V2i size) => SubImage(offset.X... method SubImage (line 2281) | public PixImage SubImage(V2l offset, V2l size) => SubImage(offset.X... method SubImage (line 2284) | public PixImage SubImage(Box2i box) => SubImage(box.Min, box.Size); method SubImage (line 2292) | public PixImage SubImage(V2i center, int squareRadius) method SubImage (line 2304) | public PixImage SubImage(V2d offset, V2d size) => SubImage(new V2i(... method SubImage (line 2315) | public PixImage SubImage(Box2d box) method SubImage01 (line 2330) | public PixImage SubImage01(V2d offset, V2d size) method SubImage01 (line 2346) | public PixImage SubImage01(Box2d bounds) method Set (line 2363) | public void Set(int x, int y, PixImage image) => Set(new V2i(x, y),... method Set (line 2366) | public void Set(V2i offset, PixImage image) => SubImage(offset, ima... method Set (line 2373) | public void Set(PixImage image) method SetResized (line 2385) | public void SetResized(PixImage image, ImageInterpolation interpola... method ToPixImage (line 2396) | public override PixImage ToPixImage(Col.Format format) => ToFormat(for... method ToFormat (line 2405) | public PixImage ToFormat(Col.Format format) method ToImageLayout (line 2412) | public PixImage ToImageLayout() => !Volume.HasImageLayout() ? new P... method ToCanonicalDenseLayout (line 2415) | public override PixImage ToCanonicalDenseLayout() => ToImageLayout(); method CopyChannelTo (line 2422) | public override void CopyChannelTo(long channelIndex, Matrix t... method CopyVolumeTo (line 2429) | public override void CopyVolumeTo(Volume target) method CopyToImageLayout (line 2441) | public PixImage CopyToImageLayout() method Copy (line 2447) | public PixImage Copy() => new(Format, Volume.CopyToImageWindow()); method CopyToPixImage (line 2450) | public override PixImage CopyToPixImage() => Copy(); method CopyToPixImageWithCanonicalDenseLayout (line 2453) | public override PixImage CopyToPixImageWithCanonicalDenseLayout() => C... method Copy (line 2461) | public PixImage Copy(Func mapping) => Copy(mapping, For... method Copy (line 2470) | public PixImage Copy(Func mapping, Col.Format format) method GetChannel (line 2486) | public Matrix GetChannel(long channelIndex) method GetChannel (line 2497) | public Matrix GetChannel(Col.Channel channel) method GetChannel (line 2507) | public Matrix GetChannel(long channelIndex) method GetChannelInFormatOrder (line 2515) | public Matrix GetChannelInFormatOrder(long formatChannelIndex) method GetChannelInFormatOrder (line 2525) | public Matrix GetChannelInFormatOrder(long formatChannelIndex) method GetMatrix (line 2538) | public Matrix GetMatrix() => Volume.GetMatrix(Format... method Visit (line 2545) | public override TResult Visit(IPixImageVisitor visit... FILE: src/Aardvark.Base.Tensors.CSharp/PixImage/PixImageCreators.cs class PixImage (line 5) | public partial class PixImage method CreateCubeMapSide (line 36) | public static PixImage CreateCubeMapSide( method CreateCubeMapSide (line 62) | public static PixImage CreateCubeMapSide( method CreateCylinder (line 83) | public static PixImage CreateCylinder( method CreateDome (line 107) | public static PixImage CreateDome( FILE: src/Aardvark.Base.Tensors.CSharp/PixImage/PixImageExtensions.cs class PixImageExtensions (line 11) | public static class PixImageExtensions method ToBlackAndWhiteMatrix (line 21) | public static Matrix ToBlackAndWhiteMatrix(this PixImage p... method ToBlackAndWhiteMatrix (line 32) | public static Matrix ToBlackAndWhiteMatrix(this PixImage p... method ToBlackAndWhitePixImage (line 43) | public static PixImage ToBlackAndWhitePixImage(this PixImage ToBlackAndWhitePixImage(this PixImage ToGrayscaleMatrix(this PixImage pixIm... method ToGrayscalePixImage (line 80) | public static PixImage ToGrayscalePixImage(this PixImage p... method ToGrayscaleMatrix (line 92) | public static Matrix ToGrayscaleMatrix(this PixImage p... method ToGrayscalePixImage (line 104) | public static PixImage ToGrayscalePixImage(this PixImage ToGrayscaleMatrix(this PixImage pix... method ToGrayscalePixImage (line 128) | public static PixImage ToGrayscalePixImage(this PixImage... method ToClampedGrayscaleMatrix (line 140) | public static Matrix ToClampedGrayscaleMatrix(this PixImage ToClampedGrayscalePixImage(this PixImage... method Inverted (line 167) | public static PixImage Inverted(this PixImage pixImage) method Inverted (line 177) | public static PixImage Inverted(this PixImage pixImage) method Inverted (line 187) | public static PixImage Inverted(this PixImage pixImage) method Inverted (line 200) | public static PixImage Inverted(this PixImage pixImage) method Inverted (line 213) | public static PixImage Inverted(this PixImage pixImage) method Invert (line 223) | public static PixImage Invert(this PixImage pixImage) method Invert (line 234) | public static PixImage Invert(this PixImage pixImage) method Invert (line 245) | public static PixImage Invert(this PixImage pixImage) method Invert (line 259) | public static PixImage Invert(this PixImage pixImage) method Invert (line 273) | public static PixImage Invert(this PixImage pixImage) class Dispatch (line 285) | private static class Dispatch class StitchDispatcher (line 290) | private static class StitchDispatcher method Stitch (line 292) | public static PixImage Stitch(PixImage[][] images, Col.Format f... method StitchSquare (line 295) | public static PixImage StitchSquare(PixImage[] images, Col.Form... method Stitch (line 307) | public static PixImage Stitch(PixImage[][] images) method StitchSquare (line 319) | public static PixImage StitchSquare(PixImage[] images) method Stitch (line 348) | public static PixImage Stitch(this PixImage[][] images) method Stitch (line 402) | public static PixImage Stitch(this PixImage[][] images) method StitchSquare (line 416) | public static PixImage StitchSquare(this PixImage[] images) method StitchSquare (line 442) | public static PixImage StitchSquare(this PixImage[] images) FILE: src/Aardvark.Base.Tensors.CSharp/PixImage/PixImageMipMap.cs class PixImageMipMap (line 11) | public class PixImageMipMap : IPix method PixImageMipMap (line 23) | public PixImageMipMap() => ImageArray = Array.Empty(); method PixImageMipMap (line 29) | public PixImageMipMap(params PixImage[] images) => ImageArray = images; method PixImageMipMap (line 35) | public PixImageMipMap(PixImage image) => ImageArray = new[] { image }; method LoadMipmapFromFileWithLoader (line 96) | private static PixImageMipMap LoadMipmapFromFileWithLoader(IPixLoader ... method LoadFromFileWithLoader (line 107) | private static PixImageMipMap LoadFromFileWithLoader(IPixLoader loader... method Load (line 124) | public static PixImageMipMap Load(string filename, IPixLoader loader =... method LoadMipmapFromStreamWithLoader (line 134) | private static PixImageMipMap LoadMipmapFromStreamWithLoader(IPixLoade... method LoadFromStreamWithLoader (line 147) | private static PixImageMipMap LoadFromStreamWithLoader(IPixLoader load... method Load (line 165) | public static PixImageMipMap Load(Stream stream, IPixLoader loader = n... method Create (line 184) | public static PixImageMipMap Create(PixImage image, ImageInterpolation... FILE: src/Aardvark.Base.Tensors.CSharp/PixImage/PixLoader.cs class PixSaveParams (line 10) | public class PixSaveParams method PixSaveParams (line 17) | public PixSaveParams(PixFileFormat format) class PixJpegSaveParams (line 26) | public class PixJpegSaveParams : PixSaveParams method PixJpegSaveParams (line 38) | public PixJpegSaveParams(int quality = DefaultQuality) : base(PixFileF... class PixWebpSaveParams (line 51) | public class PixWebpSaveParams : PixSaveParams method PixWebpSaveParams (line 71) | public PixWebpSaveParams(int quality = DefaultQuality, bool lossless =... class PixPngSaveParams (line 85) | public class PixPngSaveParams : PixSaveParams method PixPngSaveParams (line 97) | public PixPngSaveParams(int compressionLevel = DefaultCompressionLevel... type PixTiffCompression (line 110) | public enum PixTiffCompression class PixTiffSaveParams (line 156) | public class PixTiffSaveParams : PixSaveParams method PixTiffSaveParams (line 167) | public PixTiffSaveParams(PixTiffCompression compression = PixTiffCompr... type PixExrCompression (line 176) | public enum PixExrCompression class PixExrSaveParams (line 212) | public class PixExrSaveParams : PixSaveParams method PixExrSaveParams (line 229) | public PixExrSaveParams(PixExrCompression compression = PixExrCompress... type IPixLoader (line 239) | public interface IPixLoader method LoadFromFile (line 262) | PixImage LoadFromFile(string filename); method LoadFromStream (line 270) | PixImage LoadFromStream(Stream stream); method SaveToFile (line 279) | void SaveToFile(string filename, PixImage image, PixSaveParams savePar... method SaveToStream (line 288) | void SaveToStream(Stream stream, PixImage image, PixSaveParams savePar... method GetInfoFromFile (line 296) | PixImageInfo GetInfoFromFile(string filename); method GetInfoFromStream (line 304) | PixImageInfo GetInfoFromStream(Stream stream); type IPixMipmapLoader (line 310) | public interface IPixMipmapLoader : IPixLoader method LoadMipmapFromFile (line 318) | PixImageMipMap LoadMipmapFromFile(string filename); method LoadMipmapFromStream (line 326) | PixImageMipMap LoadMipmapFromStream(Stream stream); FILE: src/Aardvark.Base.Tensors.CSharp/PixImage/PixProcessor.cs type PixProcessorCaps (line 9) | [Flags] type IPixProcessor (line 49) | public interface IPixProcessor method Scale (line 71) | PixImage Scale(PixImage image, V2d scaleFactor, ImageInterpol... method Rotate (line 86) | PixImage Rotate(PixImage image, double angleInRadians, bool r... method Remap (line 107) | PixImage Remap(PixImage image, Matrix mapX, Matrix Scale(PixImage image, V2d scaleFactor, ImageI... method Rotate (line 132) | public PixImage Rotate(PixImage image, double angleInRadians,... method Remap (line 138) | public PixImage Remap(PixImage image, Matrix mapX, Mat... method PixProcessor (line 143) | private PixProcessor() { } class LegacyPixProcessor (line 162) | public sealed class LegacyPixProcessor : IPixProcessor method SetScaleFun (line 191) | public void SetScaleFun(Func, V2d, ImageInterpolation, ... method Scale (line 200) | public PixImage Scale(PixImage image, V2d scaleFactor, ImageI... method SetRotateFun (line 213) | public void SetRotateFun(Func, double, bool, ImageInter... method Rotate (line 222) | public PixImage Rotate(PixImage image, double angleInRadians,... method SetRemapFun (line 237) | public void SetRemapFun(Func, Matrix, Matrix Remap(PixImage image, Matrix mapX, Mat... method LegacyPixProcessor (line 256) | private LegacyPixProcessor() { } FILE: src/Aardvark.Base.Tensors.CSharp/PixImage/PixVolume.cs type IPixVolumeVisitor (line 12) | public interface IPixVolumeVisitor method Visit (line 20) | TResult Visit(PixVolume volume); type PixVolumeInfo (line 28) | public record PixVolumeInfo(PixFormat Format, V3i Size); class PixVolume (line 34) | public abstract class PixVolume : IPix method PixVolume (line 43) | public PixVolume() : this(Col.Format.None) { } method PixVolume (line 45) | public PixVolume(Col.Format format) method CreateTensor4 (line 139) | public static Tensor4 CreateTensor4(V4l size) method CreateTensor4 (line 153) | public static Tensor4 CreateTensor4(long width, long height, lon... method ToGray (line 162) | private static void ToGray(PixVolume src, object dst, Func AsPixVolume() => this as PixVolume; method ToPixVolume (line 188) | public PixVolume ToPixVolume() => AsPixVolume() ?? new PixVol... method ToPixVolume (line 197) | public abstract PixVolume ToPixVolume(Col.Format format); method ToPixVolume (line 207) | public PixVolume ToPixVolume(Col.Format format) method ToCanonicalDenseLayout (line 218) | public abstract PixVolume ToCanonicalDenseLayout(); method CopyChannelTo (line 232) | public abstract void CopyChannelTo(long channelIndex, Volume t... method CopyTensor4To (line 241) | public abstract void CopyTensor4To(Tensor4 target); method CopyToPixVolume (line 246) | public abstract PixVolume CopyToPixVolume(); method CopyToPixVolumeWithCanonicalDenseLayout (line 251) | public abstract PixVolume CopyToPixVolumeWithCanonicalDenseLayout(); method Visit (line 263) | public abstract TResult Visit(IPixVolumeVisitor visi... method PixVolume (line 289) | public PixVolume() { } method PixVolume (line 301) | public PixVolume(Col.Format format, Tensor4 tensor4) method PixVolume (line 312) | public PixVolume(Tensor4 tensor4) method PixVolume (line 325) | public PixVolume(V3i size, int channels) method PixVolume (line 330) | public PixVolume(V3l size, long channels) method PixVolume (line 341) | public PixVolume(int width, int height, int depth, int channels) method PixVolume (line 346) | public PixVolume(long width, long height, long depth, long channels) method PixVolume (line 356) | public PixVolume(Col.Format format, V3i size) method PixVolume (line 361) | public PixVolume(Col.Format format, V3l size) method PixVolume (line 373) | public PixVolume(Col.Format format, int width, int height, int depth) method PixVolume (line 378) | public PixVolume(Col.Format format, long width, long height, long depth) method PixVolume (line 388) | public PixVolume(Col.Format format, V3i size, int channels) method PixVolume (line 393) | public PixVolume(Col.Format format, V3l size, long channels) method PixVolume (line 405) | public PixVolume(Col.Format format, int width, int height, int depth, ... method PixVolume (line 410) | public PixVolume(Col.Format format, long width, long height, long dept... method PixVolume (line 429) | public PixVolume(Col.Format format, T[] data, int width, int height, i... method PixVolume (line 434) | public PixVolume(Col.Format format, T[] data, long width, long height,... method PixVolume (line 447) | public PixVolume(Col.Format format, T[] data, V3i size, int channels) method PixVolume (line 452) | public PixVolume(Col.Format format, T[] data, V3l size, long channels) method PixVolume (line 467) | public PixVolume(Col.Format format, T[] data, int width, int height, i... method PixVolume (line 472) | public PixVolume(Col.Format format, T[] data, long width, long height,... method PixVolume (line 485) | public PixVolume(Col.Format format, T[] data, V3i size) method PixVolume (line 490) | public PixVolume(Col.Format format, T[] data, V3l size) method PixVolume (line 504) | public PixVolume(T[] data, int width, int height, int depth, int chann... method PixVolume (line 509) | public PixVolume(T[] data, long width, long height, long depth, long c... method PixVolume (line 521) | public PixVolume(T[] data, V3i size, int channels) method PixVolume (line 526) | public PixVolume(T[] data, V3l size, long channels) method PixVolume (line 543) | public PixVolume(PixVolume source) method PixVolume (line 576) | public PixVolume(Col.Format format, PixVolume source) method ToPixVolume (line 721) | public override PixVolume ToPixVolume(Col.Format format) => ToFormat(f... method ToFormat (line 730) | public PixVolume ToFormat(Col.Format format) method ToImageLayout (line 737) | public PixVolume ToImageLayout() => !Tensor4.HasImageLayout() ? new... method ToCanonicalDenseLayout (line 740) | public override PixVolume ToCanonicalDenseLayout() => ToImageLayout(); method CopyChannelTo (line 747) | public override void CopyChannelTo(long channelIndex, Volume t... method CopyTensor4To (line 754) | public override void CopyTensor4To(Tensor4 target) method CopyToImageLayout (line 766) | public PixVolume CopyToImageLayout() method Copy (line 772) | public PixVolume Copy() => new(Format, Tensor4.CopyToImageWindow()); method CopyToPixVolume (line 775) | public override PixVolume CopyToPixVolume() => Copy(); method CopyToPixVolumeWithCanonicalDenseLayout (line 778) | public override PixVolume CopyToPixVolumeWithCanonicalDenseLayout() =>... method Copy (line 780) | [Obsolete("Should return PixVolume.")] method Copy (line 786) | [Obsolete("Should return PixVolume.")] method GetChannel (line 803) | public Volume GetChannel(long channelIndex) method GetChannel (line 814) | public Volume GetChannel(Col.Channel channel) method GetChannel (line 827) | public Volume GetChannel(long channelIndex) method GetChannelInFormatOrder (line 837) | public Volume GetChannelInFormatOrder(long formatChannelIndex) method GetChannelInFormatOrder (line 849) | public Volume GetChannelInFormatOrder(long formatChannelIndex) method GetVolume (line 862) | public Volume GetVolume() => Tensor4.GetVolume(Forma... method Visit (line 869) | public override TResult Visit(IPixVolumeVisitor visi... class PixVolume (line 273) | public class PixVolume : PixVolume method PixVolume (line 43) | public PixVolume() : this(Col.Format.None) { } method PixVolume (line 45) | public PixVolume(Col.Format format) method CreateTensor4 (line 139) | public static Tensor4 CreateTensor4(V4l size) method CreateTensor4 (line 153) | public static Tensor4 CreateTensor4(long width, long height, lon... method ToGray (line 162) | private static void ToGray(PixVolume src, object dst, Func AsPixVolume() => this as PixVolume; method ToPixVolume (line 188) | public PixVolume ToPixVolume() => AsPixVolume() ?? new PixVol... method ToPixVolume (line 197) | public abstract PixVolume ToPixVolume(Col.Format format); method ToPixVolume (line 207) | public PixVolume ToPixVolume(Col.Format format) method ToCanonicalDenseLayout (line 218) | public abstract PixVolume ToCanonicalDenseLayout(); method CopyChannelTo (line 232) | public abstract void CopyChannelTo(long channelIndex, Volume t... method CopyTensor4To (line 241) | public abstract void CopyTensor4To(Tensor4 target); method CopyToPixVolume (line 246) | public abstract PixVolume CopyToPixVolume(); method CopyToPixVolumeWithCanonicalDenseLayout (line 251) | public abstract PixVolume CopyToPixVolumeWithCanonicalDenseLayout(); method Visit (line 263) | public abstract TResult Visit(IPixVolumeVisitor visi... method PixVolume (line 289) | public PixVolume() { } method PixVolume (line 301) | public PixVolume(Col.Format format, Tensor4 tensor4) method PixVolume (line 312) | public PixVolume(Tensor4 tensor4) method PixVolume (line 325) | public PixVolume(V3i size, int channels) method PixVolume (line 330) | public PixVolume(V3l size, long channels) method PixVolume (line 341) | public PixVolume(int width, int height, int depth, int channels) method PixVolume (line 346) | public PixVolume(long width, long height, long depth, long channels) method PixVolume (line 356) | public PixVolume(Col.Format format, V3i size) method PixVolume (line 361) | public PixVolume(Col.Format format, V3l size) method PixVolume (line 373) | public PixVolume(Col.Format format, int width, int height, int depth) method PixVolume (line 378) | public PixVolume(Col.Format format, long width, long height, long depth) method PixVolume (line 388) | public PixVolume(Col.Format format, V3i size, int channels) method PixVolume (line 393) | public PixVolume(Col.Format format, V3l size, long channels) method PixVolume (line 405) | public PixVolume(Col.Format format, int width, int height, int depth, ... method PixVolume (line 410) | public PixVolume(Col.Format format, long width, long height, long dept... method PixVolume (line 429) | public PixVolume(Col.Format format, T[] data, int width, int height, i... method PixVolume (line 434) | public PixVolume(Col.Format format, T[] data, long width, long height,... method PixVolume (line 447) | public PixVolume(Col.Format format, T[] data, V3i size, int channels) method PixVolume (line 452) | public PixVolume(Col.Format format, T[] data, V3l size, long channels) method PixVolume (line 467) | public PixVolume(Col.Format format, T[] data, int width, int height, i... method PixVolume (line 472) | public PixVolume(Col.Format format, T[] data, long width, long height,... method PixVolume (line 485) | public PixVolume(Col.Format format, T[] data, V3i size) method PixVolume (line 490) | public PixVolume(Col.Format format, T[] data, V3l size) method PixVolume (line 504) | public PixVolume(T[] data, int width, int height, int depth, int chann... method PixVolume (line 509) | public PixVolume(T[] data, long width, long height, long depth, long c... method PixVolume (line 521) | public PixVolume(T[] data, V3i size, int channels) method PixVolume (line 526) | public PixVolume(T[] data, V3l size, long channels) method PixVolume (line 543) | public PixVolume(PixVolume source) method PixVolume (line 576) | public PixVolume(Col.Format format, PixVolume source) method ToPixVolume (line 721) | public override PixVolume ToPixVolume(Col.Format format) => ToFormat(f... method ToFormat (line 730) | public PixVolume ToFormat(Col.Format format) method ToImageLayout (line 737) | public PixVolume ToImageLayout() => !Tensor4.HasImageLayout() ? new... method ToCanonicalDenseLayout (line 740) | public override PixVolume ToCanonicalDenseLayout() => ToImageLayout(); method CopyChannelTo (line 747) | public override void CopyChannelTo(long channelIndex, Volume t... method CopyTensor4To (line 754) | public override void CopyTensor4To(Tensor4 target) method CopyToImageLayout (line 766) | public PixVolume CopyToImageLayout() method Copy (line 772) | public PixVolume Copy() => new(Format, Tensor4.CopyToImageWindow()); method CopyToPixVolume (line 775) | public override PixVolume CopyToPixVolume() => Copy(); method CopyToPixVolumeWithCanonicalDenseLayout (line 778) | public override PixVolume CopyToPixVolumeWithCanonicalDenseLayout() =>... method Copy (line 780) | [Obsolete("Should return PixVolume.")] method Copy (line 786) | [Obsolete("Should return PixVolume.")] method GetChannel (line 803) | public Volume GetChannel(long channelIndex) method GetChannel (line 814) | public Volume GetChannel(Col.Channel channel) method GetChannel (line 827) | public Volume GetChannel(long channelIndex) method GetChannelInFormatOrder (line 837) | public Volume GetChannelInFormatOrder(long formatChannelIndex) method GetChannelInFormatOrder (line 849) | public Volume GetChannelInFormatOrder(long formatChannelIndex) method GetVolume (line 862) | public Volume GetVolume() => Tensor4.GetVolume(Forma... method Visit (line 869) | public override TResult Visit(IPixVolumeVisitor visi... FILE: src/Aardvark.Base.Tensors.CSharp/Tensor.cs class Tensor (line 8) | public static partial class Tensor method Tensor (line 287) | public Tensor(long[] size) method Tensor (line 297) | public Tensor(int[] size) method Tensor (line 301) | public Tensor(long[] size, T value) method Tensor (line 312) | public Tensor(int[] size, T value) method Tensor (line 316) | public Tensor(T[] data, long origin, int[] size) method Tensor (line 326) | public Tensor(T[] data, long origin, long[] size) method Tensor (line 336) | public Tensor( method Init (line 500) | public readonly long[] Init() method Next (line 507) | public readonly long Next(long i, ref long[] ve) method Next (line 520) | public readonly long Next(long i, ref long[] ve, ref long[] vi) method DLR (line 539) | public readonly long DLR(int r) { return m_size[r] * m_delta[r]; } method SR (line 545) | public readonly long SR(int r) { return m_delta[r] - m_size[r - 1] * m... method Index (line 551) | public readonly long Index(Vector vi) method Index (line 562) | public readonly long Index(Vector vi) method Index (line 572) | public readonly long Index(params int[] vi) method Index (line 582) | public readonly long Index(params long[] vi) method SubVector (line 595) | public readonly Vector SubVector(long[] origin, long size, long delta) method SubMatrix (line 604) | public readonly Matrix SubMatrix(long[] origin, V2l size, V2l delta) method SubVolume (line 613) | public readonly Volume SubVolume(long[] origin, V3l size, V3l delta) method SubTensor (line 622) | public readonly Tensor SubTensor(long[] origin, long[] size) method SubTensor (line 631) | public readonly Tensor SubTensor( method Copy (line 644) | public readonly Tensor Copy() method Copy (line 652) | public readonly Tensor Copy(Func fun) method Set (line 660) | public readonly Tensor Set(ITensor t) method Set (line 674) | public readonly Tensor Set(ITensor t, Func fun) method SetByCoord (line 692) | public readonly Tensor SetByCoord(Func fun) method SetByIndex (line 706) | public readonly Tensor SetByIndex(Tensor t1, Func ... method Set (line 724) | public readonly Tensor Set(Tensor t1) method Set (line 743) | public readonly Tensor Set(Tensor t1, Func fun) method Set (line 762) | public readonly Tensor Set( method Set (line 783) | public readonly Tensor Set( method Create (line 805) | public static Tensor Create(ITensor t) method Create (line 810) | public static Tensor Create(ITensor t, Func fun) method Create (line 819) | static Tensor Create(Tensor t1, Func fun) method Create (line 828) | static Tensor Create(Tensor t1, Tensor t2, Func Create(Tensor t1, Tensor t2, Tens... method GetValue (line 847) | public readonly object GetValue(params long[] v) method SetValue (line 852) | public void SetValue(object value, params long[] v) method InnerProduct (line 867) | public static Ts InnerProduct( type Tensor (line 277) | public struct Tensor : IValidity, ITensor, IArrayTensorN method Tensor (line 287) | public Tensor(long[] size) method Tensor (line 297) | public Tensor(int[] size) method Tensor (line 301) | public Tensor(long[] size, T value) method Tensor (line 312) | public Tensor(int[] size, T value) method Tensor (line 316) | public Tensor(T[] data, long origin, int[] size) method Tensor (line 326) | public Tensor(T[] data, long origin, long[] size) method Tensor (line 336) | public Tensor( method Init (line 500) | public readonly long[] Init() method Next (line 507) | public readonly long Next(long i, ref long[] ve) method Next (line 520) | public readonly long Next(long i, ref long[] ve, ref long[] vi) method DLR (line 539) | public readonly long DLR(int r) { return m_size[r] * m_delta[r]; } method SR (line 545) | public readonly long SR(int r) { return m_delta[r] - m_size[r - 1] * m... method Index (line 551) | public readonly long Index(Vector vi) method Index (line 562) | public readonly long Index(Vector vi) method Index (line 572) | public readonly long Index(params int[] vi) method Index (line 582) | public readonly long Index(params long[] vi) method SubVector (line 595) | public readonly Vector SubVector(long[] origin, long size, long delta) method SubMatrix (line 604) | public readonly Matrix SubMatrix(long[] origin, V2l size, V2l delta) method SubVolume (line 613) | public readonly Volume SubVolume(long[] origin, V3l size, V3l delta) method SubTensor (line 622) | public readonly Tensor SubTensor(long[] origin, long[] size) method SubTensor (line 631) | public readonly Tensor SubTensor( method Copy (line 644) | public readonly Tensor Copy() method Copy (line 652) | public readonly Tensor Copy(Func fun) method Set (line 660) | public readonly Tensor Set(ITensor t) method Set (line 674) | public readonly Tensor Set(ITensor t, Func fun) method SetByCoord (line 692) | public readonly Tensor SetByCoord(Func fun) method SetByIndex (line 706) | public readonly Tensor SetByIndex(Tensor t1, Func ... method Set (line 724) | public readonly Tensor Set(Tensor t1) method Set (line 743) | public readonly Tensor Set(Tensor t1, Func fun) method Set (line 762) | public readonly Tensor Set( method Set (line 783) | public readonly Tensor Set( method Create (line 805) | public static Tensor Create(ITensor t) method Create (line 810) | public static Tensor Create(ITensor t, Func fun) method Create (line 819) | static Tensor Create(Tensor t1, Func fun) method Create (line 828) | static Tensor Create(Tensor t1, Tensor t2, Func Create(Tensor t1, Tensor t2, Tens... method GetValue (line 847) | public readonly object GetValue(params long[] v) method SetValue (line 852) | public void SetValue(object value, params long[] v) method InnerProduct (line 867) | public static Ts InnerProduct( class Tensor (line 863) | public static partial class Tensor method Tensor (line 287) | public Tensor(long[] size) method Tensor (line 297) | public Tensor(int[] size) method Tensor (line 301) | public Tensor(long[] size, T value) method Tensor (line 312) | public Tensor(int[] size, T value) method Tensor (line 316) | public Tensor(T[] data, long origin, int[] size) method Tensor (line 326) | public Tensor(T[] data, long origin, long[] size) method Tensor (line 336) | public Tensor( method Init (line 500) | public readonly long[] Init() method Next (line 507) | public readonly long Next(long i, ref long[] ve) method Next (line 520) | public readonly long Next(long i, ref long[] ve, ref long[] vi) method DLR (line 539) | public readonly long DLR(int r) { return m_size[r] * m_delta[r]; } method SR (line 545) | public readonly long SR(int r) { return m_delta[r] - m_size[r - 1] * m... method Index (line 551) | public readonly long Index(Vector vi) method Index (line 562) | public readonly long Index(Vector vi) method Index (line 572) | public readonly long Index(params int[] vi) method Index (line 582) | public readonly long Index(params long[] vi) method SubVector (line 595) | public readonly Vector SubVector(long[] origin, long size, long delta) method SubMatrix (line 604) | public readonly Matrix SubMatrix(long[] origin, V2l size, V2l delta) method SubVolume (line 613) | public readonly Volume SubVolume(long[] origin, V3l size, V3l delta) method SubTensor (line 622) | public readonly Tensor SubTensor(long[] origin, long[] size) method SubTensor (line 631) | public readonly Tensor SubTensor( method Copy (line 644) | public readonly Tensor Copy() method Copy (line 652) | public readonly Tensor Copy(Func fun) method Set (line 660) | public readonly Tensor Set(ITensor t) method Set (line 674) | public readonly Tensor Set(ITensor t, Func fun) method SetByCoord (line 692) | public readonly Tensor SetByCoord(Func fun) method SetByIndex (line 706) | public readonly Tensor SetByIndex(Tensor t1, Func ... method Set (line 724) | public readonly Tensor Set(Tensor t1) method Set (line 743) | public readonly Tensor Set(Tensor t1, Func fun) method Set (line 762) | public readonly Tensor Set( method Set (line 783) | public readonly Tensor Set( method Create (line 805) | public static Tensor Create(ITensor t) method Create (line 810) | public static Tensor Create(ITensor t, Func fun) method Create (line 819) | static Tensor Create(Tensor t1, Func fun) method Create (line 828) | static Tensor Create(Tensor t1, Tensor t2, Func Create(Tensor t1, Tensor t2, Tens... method GetValue (line 847) | public readonly object GetValue(params long[] v) method SetValue (line 852) | public void SetValue(object value, params long[] v) method InnerProduct (line 867) | public static Ts InnerProduct( type Matrix (line 888) | public partial struct Matrix method Sample4 (line 890) | public readonly TRes Sample4( method Sample4 (line 899) | public readonly TRes Sample4( method SetScaled16InDevelopment (line 906) | public readonly void SetScaled16InDevelopment(Matrix method Sample4 (line 890) | public readonly TRes Sample4( method Sample4 (line 899) | public readonly TRes Sample4( method SetScaled16InDevelopment (line 906) | public readonly void SetScaled16InDevelopment(Matrix ToPixImage(this Matrix matrix) method ToPixImage (line 19) | public static PixImage ToPixImage(this Volume volume) method ToPixImage (line 24) | public static PixImage ToPixImage(this Volume volume, Col.For... method ToPixImage (line 34) | public static PixImage ToPixImage(this Matrix matrix) method ToPixImage (line 41) | public static PixImage ToPixImage(this Matrix matrix) method ToPixImage (line 48) | public static PixImage ToPixImage(this Matrix matrix) method ToPixImage (line 55) | public static PixImage ToPixImage(this Matrix matrix) method ToPixImage (line 62) | public static PixImage ToPixImage(this Matrix matrix) method ToPixImage (line 69) | public static PixImage ToPixImage(this Matrix matrix) method ToPixImage (line 76) | public static PixImage ToPixImage(this Matrix ToPixImage(this Matrix ToPixImage(this Matrix ToPixImage(this Matrix ToPixImage(this Matrix ToPixImage(this Matrix ToPixImage(this IMatrix matrix) method ToPixImage (line 128) | public static PixImage ToPixImage(this IMatrix matrix) method ToPixImage (line 138) | public static PixImage ToPixImage(this IMatrix matrix) method ToPixImage (line 148) | public static PixImage ToPixImage(this IMatrix matrix) method ToPixImage (line 158) | public static PixImage ToPixImage(this IMatrix matrix) method ToPixImage (line 168) | public static PixImage ToPixImage(this IMatrix matrix) method GetRow (line 182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCol (line 188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SetRow (line 194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SetCol (line 200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 210) | public static MatrixInfo Transformed(this MatrixInfo info, ImageTrafo ... method Transformed (line 228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 232) | public static VolumeInfo Transformed(this VolumeInfo info, ImageTrafo ... method Transformed (line 250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LerpHalf (line 258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LerpFloat (line 261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SetScaled (line 308) | private static void SetScaled(Dictionary Scaled(this Volume source, V2d scaleFact... FILE: src/Aardvark.Base.Tensors.CSharp/TensorExtensions_auto.cs class TensorExtensions (line 8) | public static partial class TensorExtensions method SetScaledNearest (line 12) | public static void SetScaledNearest(this Matrix targetMat, Matri... method SetScaledLinear (line 22) | public static void SetScaledLinear(this Matrix targetMat, Ma... method SetScaledCubic (line 39) | public static void SetScaledCubic(this Matrix targetMat, Matrix<... method SetScaledBSpline3 (line 47) | public static void SetScaledBSpline3(this Matrix targetMat, Matr... method SetScaledCubic (line 55) | public static void SetScaledCubic(this Matrix targetMat, Matrix<... method SetScaledBSpline5 (line 65) | public static void SetScaledBSpline5(this Matrix targetMat, Matr... method SetScaledLanczos (line 73) | public static void SetScaledLanczos(this Matrix targetMat, Matri... method SetScaledOrder5 (line 78) | public static void SetScaledOrder5(this Matrix targetMat, Matrix... method SetScaledNearest (line 88) | public static void SetScaledNearest(this Matrix targetMat, Mat... method SetScaledLinear (line 98) | public static void SetScaledLinear(this Matrix targetMat, ... method SetScaledCubic (line 115) | public static void SetScaledCubic(this Matrix targetMat, Matri... method SetScaledBSpline3 (line 123) | public static void SetScaledBSpline3(this Matrix targetMat, Ma... method SetScaledCubic (line 131) | public static void SetScaledCubic(this Matrix targetMat, Matri... method SetScaledBSpline5 (line 141) | public static void SetScaledBSpline5(this Matrix targetMat, Ma... method SetScaledLanczos (line 149) | public static void SetScaledLanczos(this Matrix targetMat, Mat... method SetScaledOrder5 (line 154) | public static void SetScaledOrder5(this Matrix targetMat, Matr... method SetScaledNearest (line 164) | public static void SetScaledNearest(this Matrix targetMat, Matri... method SetScaledLinear (line 174) | public static void SetScaledLinear(this Matrix targetMat, Ma... method SetScaledCubic (line 191) | public static void SetScaledCubic(this Matrix targetMat, Matrix<... method SetScaledBSpline3 (line 199) | public static void SetScaledBSpline3(this Matrix targetMat, Matr... method SetScaledCubic (line 207) | public static void SetScaledCubic(this Matrix targetMat, Matrix<... method SetScaledBSpline5 (line 217) | public static void SetScaledBSpline5(this Matrix targetMat, Matr... method SetScaledLanczos (line 225) | public static void SetScaledLanczos(this Matrix targetMat, Matri... method SetScaledOrder5 (line 230) | public static void SetScaledOrder5(this Matrix targetMat, Matrix... method SetScaledNearest (line 240) | public static void SetScaledNearest(this Matrix targetMat, Matri... method SetScaledLinear (line 250) | public static void SetScaledLinear(this Matrix targetMat, Ma... method SetScaledCubic (line 267) | public static void SetScaledCubic(this Matrix targetMat, Matrix<... method SetScaledBSpline3 (line 275) | public static void SetScaledBSpline3(this Matrix targetMat, Matr... method SetScaledCubic (line 283) | public static void SetScaledCubic(this Matrix targetMat, Matrix<... method SetScaledBSpline5 (line 292) | public static void SetScaledBSpline5(this Matrix targetMat, Matr... method SetScaledLanczos (line 300) | public static void SetScaledLanczos(this Matrix targetMat, Matri... method SetScaledOrder5 (line 305) | public static void SetScaledOrder5(this Matrix targetMat, Matrix... method SetScaledNearest (line 314) | public static void SetScaledNearest(this Matrix targetMat, Matr... method SetScaledLinear (line 324) | public static void SetScaledLinear(this Matrix targetMat, M... method SetScaledCubic (line 341) | public static void SetScaledCubic(this Matrix targetMat, Matrix... method SetScaledBSpline3 (line 349) | public static void SetScaledBSpline3(this Matrix targetMat, Mat... method SetScaledCubic (line 357) | public static void SetScaledCubic(this Matrix targetMat, Matrix... method SetScaledBSpline5 (line 366) | public static void SetScaledBSpline5(this Matrix targetMat, Mat... method SetScaledLanczos (line 374) | public static void SetScaledLanczos(this Matrix targetMat, Matr... method SetScaledOrder5 (line 379) | public static void SetScaledOrder5(this Matrix targetMat, Matri... method SetScaledNearest (line 388) | public static void SetScaledNearest(this Matrix targetMat, Mat... method SetScaledLinear (line 398) | public static void SetScaledLinear(this Matrix targetMat, ... method SetScaledCubic (line 415) | public static void SetScaledCubic(this Matrix targetMat, Matri... method SetScaledBSpline3 (line 423) | public static void SetScaledBSpline3(this Matrix targetMat, Ma... method SetScaledCubic (line 431) | public static void SetScaledCubic(this Matrix targetMat, Matri... method SetScaledBSpline5 (line 440) | public static void SetScaledBSpline5(this Matrix targetMat, Ma... method SetScaledLanczos (line 448) | public static void SetScaledLanczos(this Matrix targetMat, Mat... method SetScaledOrder5 (line 453) | public static void SetScaledOrder5(this Matrix targetMat, Matr... method SetScaledNearest (line 462) | public static void SetScaledNearest(this Matrix targetMat, ... method SetScaledLinear (line 472) | public static void SetScaledLinear(this Matrix targetMa... method SetScaledCubic (line 489) | public static void SetScaledCubic(this Matrix targetMat, Ma... method SetScaledBSpline3 (line 497) | public static void SetScaledBSpline3(this Matrix targetMat,... method SetScaledCubic (line 505) | public static void SetScaledCubic(this Matrix targetMat, Ma... method SetScaledBSpline5 (line 515) | public static void SetScaledBSpline5(this Matrix targetMat,... method SetScaledLanczos (line 523) | public static void SetScaledLanczos(this Matrix targetMat, ... method SetScaledOrder5 (line 528) | public static void SetScaledOrder5(this Matrix targetMat, M... method SetScaledNearest (line 538) | public static void SetScaledNearest(this Matrix targetMa... method SetScaledLinear (line 548) | public static void SetScaledLinear(this Matrix targe... method SetScaledCubic (line 565) | public static void SetScaledCubic(this Matrix targetMat,... method SetScaledBSpline3 (line 573) | public static void SetScaledBSpline3(this Matrix targetM... method SetScaledCubic (line 581) | public static void SetScaledCubic(this Matrix targetMat,... method SetScaledBSpline5 (line 591) | public static void SetScaledBSpline5(this Matrix targetM... method SetScaledLanczos (line 599) | public static void SetScaledLanczos(this Matrix targetMa... method SetScaledOrder5 (line 604) | public static void SetScaledOrder5(this Matrix targetMat... method SetScaledNearest (line 614) | public static void SetScaledNearest(this Matrix targetMat,... method SetScaledLinear (line 624) | public static void SetScaledLinear(this Matrix targetM... method SetScaledCubic (line 641) | public static void SetScaledCubic(this Matrix targetMat, M... method SetScaledBSpline3 (line 649) | public static void SetScaledBSpline3(this Matrix targetMat... method SetScaledCubic (line 657) | public static void SetScaledCubic(this Matrix targetMat, M... method SetScaledBSpline5 (line 667) | public static void SetScaledBSpline5(this Matrix targetMat... method SetScaledLanczos (line 675) | public static void SetScaledLanczos(this Matrix targetMat,... method SetScaledOrder5 (line 680) | public static void SetScaledOrder5(this Matrix targetMat, ... method SetScaledNearest (line 690) | public static void SetScaledNearest(this Matrix targetMat,... method SetScaledLinear (line 700) | public static void SetScaledLinear(this Matrix targetM... method SetScaledCubic (line 717) | public static void SetScaledCubic(this Matrix targetMat, M... method SetScaledBSpline3 (line 725) | public static void SetScaledBSpline3(this Matrix targetMat... method SetScaledCubic (line 733) | public static void SetScaledCubic(this Matrix targetMat, M... method SetScaledBSpline5 (line 742) | public static void SetScaledBSpline5(this Matrix targetMat... method SetScaledLanczos (line 750) | public static void SetScaledLanczos(this Matrix targetMat,... method SetScaledOrder5 (line 755) | public static void SetScaledOrder5(this Matrix targetMat, ... method SetScaledNearest (line 764) | public static void SetScaledNearest(this Matrix targetMat... method SetScaledLinear (line 774) | public static void SetScaledLinear(this Matrix target... method SetScaledCubic (line 791) | public static void SetScaledCubic(this Matrix targetMat, ... method SetScaledBSpline3 (line 799) | public static void SetScaledBSpline3(this Matrix targetMa... method SetScaledCubic (line 807) | public static void SetScaledCubic(this Matrix targetMat, ... method SetScaledBSpline5 (line 816) | public static void SetScaledBSpline5(this Matrix targetMa... method SetScaledLanczos (line 824) | public static void SetScaledLanczos(this Matrix targetMat... method SetScaledOrder5 (line 829) | public static void SetScaledOrder5(this Matrix targetMat,... method SetScaledNearest (line 838) | public static void SetScaledNearest(this Matrix targetMat, ... method SetScaledLinear (line 848) | public static void SetScaledLinear(this Matrix targetMa... method SetScaledCubic (line 865) | public static void SetScaledCubic(this Matrix targetMat, Ma... method SetScaledBSpline3 (line 873) | public static void SetScaledBSpline3(this Matrix targetMat,... method SetScaledCubic (line 881) | public static void SetScaledCubic(this Matrix targetMat, Ma... method SetScaledBSpline5 (line 891) | public static void SetScaledBSpline5(this Matrix targetMat,... method SetScaledLanczos (line 899) | public static void SetScaledLanczos(this Matrix targetMat, ... method SetScaledOrder5 (line 904) | public static void SetScaledOrder5(this Matrix targetMat, M... method SetScaledNearest (line 914) | public static void SetScaledNearest(this Matrix targetMa... method SetScaledLinear (line 924) | public static void SetScaledLinear(this Matrix targe... method SetScaledCubic (line 941) | public static void SetScaledCubic(this Matrix targetMat,... method SetScaledBSpline3 (line 949) | public static void SetScaledBSpline3(this Matrix targetM... method SetScaledCubic (line 957) | public static void SetScaledCubic(this Matrix targetMat,... method SetScaledBSpline5 (line 967) | public static void SetScaledBSpline5(this Matrix targetM... method SetScaledLanczos (line 975) | public static void SetScaledLanczos(this Matrix targetMa... method SetScaledOrder5 (line 980) | public static void SetScaledOrder5(this Matrix targetMat... method SetScaledNearest (line 990) | public static void SetScaledNearest(this Matrix targetMat,... method SetScaledLinear (line 1000) | public static void SetScaledLinear(this Matrix targetM... method SetScaledCubic (line 1017) | public static void SetScaledCubic(this Matrix targetMat, M... method SetScaledBSpline3 (line 1025) | public static void SetScaledBSpline3(this Matrix targetMat... method SetScaledCubic (line 1033) | public static void SetScaledCubic(this Matrix targetMat, M... method SetScaledBSpline5 (line 1043) | public static void SetScaledBSpline5(this Matrix targetMat... method SetScaledLanczos (line 1051) | public static void SetScaledLanczos(this Matrix targetMat,... method SetScaledOrder5 (line 1056) | public static void SetScaledOrder5(this Matrix targetMat, ... method SetScaledNearest (line 1066) | public static void SetScaledNearest(this Matrix targetMat,... method SetScaledLinear (line 1076) | public static void SetScaledLinear(this Matrix targetM... method SetScaledCubic (line 1093) | public static void SetScaledCubic(this Matrix targetMat, M... method SetScaledBSpline3 (line 1101) | public static void SetScaledBSpline3(this Matrix targetMat... method SetScaledCubic (line 1109) | public static void SetScaledCubic(this Matrix targetMat, M... method SetScaledBSpline5 (line 1118) | public static void SetScaledBSpline5(this Matrix targetMat... method SetScaledLanczos (line 1126) | public static void SetScaledLanczos(this Matrix targetMat,... method SetScaledOrder5 (line 1131) | public static void SetScaledOrder5(this Matrix targetMat, ... method SetScaledNearest (line 1140) | public static void SetScaledNearest(this Matrix targetMat... method SetScaledLinear (line 1150) | public static void SetScaledLinear(this Matrix target... method SetScaledCubic (line 1167) | public static void SetScaledCubic(this Matrix targetMat, ... method SetScaledBSpline3 (line 1175) | public static void SetScaledBSpline3(this Matrix targetMa... method SetScaledCubic (line 1183) | public static void SetScaledCubic(this Matrix targetMat, ... method SetScaledBSpline5 (line 1192) | public static void SetScaledBSpline5(this Matrix targetMa... method SetScaledLanczos (line 1200) | public static void SetScaledLanczos(this Matrix targetMat... method SetScaledOrder5 (line 1205) | public static void SetScaledOrder5(this Matrix targetMat,... FILE: src/Aardvark.Base.Tensors.CSharp/TensorExtensions_template.cs class TensorExtensions (line 8) | public static partial class TensorExtensions method SetScaledNearest (line 46) | public static void SetScaledNearest(this Matrix<__dtct__> targetMat, M... method SetScaledLinear (line 56) | public static void SetScaledLinear(this Matrix<__dtct__> targetMat... method SetScaledCubic (line 73) | public static void SetScaledCubic(this Matrix<__dtct__> targetMat, Mat... method SetScaledBSpline3 (line 81) | public static void SetScaledBSpline3(this Matrix<__dtct__> targetMat, ... method SetScaledCubic (line 89) | public static void SetScaledCubic(this Matrix<__dtct__> targetMat, Mat... method SetScaledBSpline5 (line 102) | public static void SetScaledBSpline5(this Matrix<__dtct__> targetMat, ... method SetScaledLanczos (line 110) | public static void SetScaledLanczos(this Matrix<__dtct__> targetMat, M... method SetScaledOrder5 (line 115) | public static void SetScaledOrder5(this Matrix<__dtct__> targetMat, Ma... FILE: src/Aardvark.Base.Tensors.CSharp/TensorMathExt_auto.cs class Vector (line 9) | public static class Vector method Create (line 14) | public static Vector Create(T[] array) class Matrix (line 20) | public static class Matrix method Create (line 25) | public static Matrix Create(T[] array, int sx, int sy) method Create (line 34) | public static Matrix Create(T[] array, long sx, long sy) class TensorMathExt (line 41) | public static class TensorMathExt method DotProduct (line 49) | public static float DotProduct(this Vector v0, Vector v1) method NormSquared (line 63) | public static float NormSquared(this Vector v) method Dist1 (line 72) | public static float Dist1(this Vector v0, Vector v1) method Dist2Squared (line 75) | public static float Dist2Squared(this Vector v0, Vector v1) method Dist2 (line 78) | public static float Dist2(this Vector v0, Vector v1) method DistMax (line 81) | public static float DistMax(this Vector v0, Vector v1) method Multiply (line 84) | public static Vector Multiply(this Vector a, Vector MultiplyTransposed(this Vector a, V... method Multiply (line 110) | public static Vector Multiply(this Vector vec, float s) method Subtract (line 119) | public static Vector Subtract(this Vector a, Vector Subtract(this Vector a, float b) method Add (line 140) | public static Vector Add(this Vector a, Vector b) method Add (line 152) | public static Vector Add(this Vector a, float b) method EqualTo (line 161) | public static bool EqualTo(this Vector a, Vector b) method Multiply (line 178) | public static Vector Multiply(this Matrix mat, Vector Multiply(this Matrix m0, Matrix Multiply(this Matrix mat, float a) method Subtract (line 240) | public static Matrix Subtract(this Matrix m0, Matrix Subtract(this Matrix mat, float a) method Add (line 273) | public static Matrix Add(this Matrix m0, Matrix m1) method Add (line 289) | public static Matrix Add(this Matrix mat, float a) method EqualTo (line 306) | public static bool EqualTo(this Matrix a, Matrix b) method DotProduct (line 322) | public static double DotProduct(this Vector v0, Vector... method NormSquared (line 336) | public static double NormSquared(this Vector v) method Dist1 (line 345) | public static double Dist1(this Vector v0, Vector v1) method Dist2Squared (line 348) | public static double Dist2Squared(this Vector v0, Vector v0, Vector v1) method DistMax (line 354) | public static double DistMax(this Vector v0, Vector v1) method Multiply (line 357) | public static Vector Multiply(this Vector a, Vector MultiplyTransposed(this Vector a,... method Multiply (line 383) | public static Vector Multiply(this Vector vec, double s) method Subtract (line 392) | public static Vector Subtract(this Vector a, Vector Subtract(this Vector a, double b) method Add (line 413) | public static Vector Add(this Vector a, Vector b) method Add (line 425) | public static Vector Add(this Vector a, double b) method EqualTo (line 434) | public static bool EqualTo(this Vector a, Vector b) method Multiply (line 451) | public static Vector Multiply(this Matrix mat, Vector<... method Multiply (line 473) | public static Matrix Multiply(this Matrix m0, Matrix Multiply(this Matrix mat, double a) method Subtract (line 513) | public static Matrix Subtract(this Matrix m0, Matrix Subtract(this Matrix mat, double a) method Add (line 546) | public static Matrix Add(this Matrix m0, Matrix Add(this Matrix mat, double a) method EqualTo (line 579) | public static bool EqualTo(this Matrix a, Matrix b) FILE: src/Aardvark.Base.Tensors.CSharp/TensorMathExt_template.cs class Vector (line 9) | public static class Vector method Create (line 14) | public static Vector Create(T[] array) class Matrix (line 20) | public static class Matrix method Create (line 25) | public static Matrix Create(T[] array, int sx, int sy) method Create (line 34) | public static Matrix Create(T[] array, long sx, long sy) class TensorMathExt (line 41) | public static class TensorMathExt method DotProduct (line 53) | public static __ft__ DotProduct(this Vector<__ft__> v0, Vector<__ft__>... method NormSquared (line 67) | public static __ft__ NormSquared(this Vector<__ft__> v) method Dist1 (line 76) | public static __ft__ Dist1(this Vector<__ft__> v0, Vector<__ft__> v1) method Dist2Squared (line 79) | public static __ft__ Dist2Squared(this Vector<__ft__> v0, Vector<__ft_... method Dist2 (line 82) | public static __ft__ Dist2(this Vector<__ft__> v0, Vector<__ft__> v1) method DistMax (line 85) | public static __ft__ DistMax(this Vector<__ft__> v0, Vector<__ft__> v1) method Multiply (line 88) | public static Vector<__ft__> Multiply(this Vector<__ft__> a, Vector<__... method MultiplyTransposed (line 103) | public static Matrix<__ft__> MultiplyTransposed(this Vector<__ft__> a,... method Multiply (line 114) | public static Vector<__ft__> Multiply(this Vector<__ft__> vec, __ft__ s) method Subtract (line 123) | public static Vector<__ft__> Subtract(this Vector<__ft__> a, Vector<__... method Subtract (line 135) | public static Vector<__ft__> Subtract(this Vector<__ft__> a, __ft__ b) method Add (line 144) | public static Vector<__ft__> Add(this Vector<__ft__> a, Vector<__ft__> b) method Add (line 156) | public static Vector<__ft__> Add(this Vector<__ft__> a, __ft__ b) method EqualTo (line 165) | public static bool EqualTo(this Vector<__ft__> a, Vector<__ft__> b) method Multiply (line 182) | public static Vector<__ft__> Multiply(this Matrix<__ft__> mat, Vector<... method Multiply (line 204) | public static Matrix<__ft__> Multiply(this Matrix<__ft__> m0, Matrix<_... method Multiply (line 227) | public static Matrix<__ft__> Multiply(this Matrix<__ft__> mat, __ft__ a) method Subtract (line 244) | public static Matrix<__ft__> Subtract(this Matrix<__ft__> m0, Matrix<_... method Subtract (line 260) | public static Matrix<__ft__> Subtract(this Matrix<__ft__> mat, __ft__ a) method Add (line 277) | public static Matrix<__ft__> Add(this Matrix<__ft__> m0, Matrix<__ft__... method Add (line 293) | public static Matrix<__ft__> Add(this Matrix<__ft__> mat, __ft__ a) method EqualTo (line 310) | public static bool EqualTo(this Matrix<__ft__> a, Matrix<__ft__> b) FILE: src/Aardvark.Base.Tensors.CSharp/Tensor_auto.cs type VectorInfo (line 14) | [Serializable] method VectorInfo (line 47) | public VectorInfo(long origin, long size, long delta, long first) method VectorInfo (line 61) | public VectorInfo(long origin, long size, long delta) method VectorInfo (line 68) | public VectorInfo(long size) method VectorInfo (line 72) | public VectorInfo(VectorInfo info) method VectorInfo (line 81) | public VectorInfo(int size) method Index (line 224) | public readonly long Index(long coord) { return Origin + coord * Delta; } method SubVectorWindow (line 235) | public readonly VectorInfo SubVectorWindow(long begin, long size) method SubVector (line 245) | public readonly VectorInfo SubVector(long begin, long size) method SubVectorWindow (line 255) | public readonly VectorInfo SubVectorWindow(int begin, int size) method SubVector (line 265) | public readonly VectorInfo SubVector(int begin, int size) method SubVectorWindow (line 275) | public readonly VectorInfo SubVectorWindow(long begin, long size, long... method SubVector (line 285) | public readonly VectorInfo SubVector(long begin, long size, long delta) method SubVectorWindow (line 295) | public readonly VectorInfo SubVectorWindow(int begin, int size, int de... method SubVector (line 305) | public readonly VectorInfo SubVector(int begin, int size, int delta) method ForeachIndex (line 314) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 333) | public readonly void ForeachIndex(Action x_i_action) method ForeachCoord (line 352) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 371) | public readonly void ForeachIndex(VectorInfo t1, Action i_... method CheckMatchingSize (line 416) | public readonly void CheckMatchingSize(VectorInfo t1) method CheckMatchingSize (line 421) | public readonly void CheckMatchingSize(VectorInfo t1, VectorInfo t2) method CheckMatchingSize (line 426) | public readonly void CheckMatchingSize(VectorInfo t1, VectorInfo t2, V... method HasMatchingLayout (line 431) | public readonly bool HasMatchingLayout(VectorInfo t1) method HasMatchingLayout (line 436) | public readonly bool HasMatchingLayout(VectorInfo t1, VectorInfo t2) method HasMatchingLayout (line 441) | public readonly bool HasMatchingLayout(VectorInfo t1, VectorInfo t2, V... type Vector (line 465) | [Serializable] method Vector (line 476) | public Vector(Td[] data, VectorInfo info) method Vector (line 485) | public Vector(long size) method Vector (line 492) | public Vector(int size) method Vector (line 499) | public Vector(VectorInfo info) method Vector (line 506) | public Vector(Td[] data) method Vector (line 513) | public Vector(Td[] data, long size) method Vector (line 520) | public Vector(Td[] data, int size) method Vector (line 528) | public Vector(long size, Td value) method Vector (line 538) | public Vector(int size, Td value) method Vector (line 545) | public Vector(Td[] data, long origin, long size, long delta) method Vector (line 552) | public Vector(Td[] data, long origin, long size, long delta, long first) method Vector (line 559) | public Vector(long origin, long size, long delta) method ForeachIndex (line 800) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 805) | public readonly void ForeachIndex(Action x_i_action) method ForeachCoord (line 810) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 815) | public readonly void ForeachIndex(VectorInfo t1, Action i_... method SubVectorWindow (line 829) | public readonly Vector SubVectorWindow(long begin, long size) method SubVector (line 839) | public readonly Vector SubVector(long begin, long size) method SubVectorWindow (line 849) | public readonly Vector SubVectorWindow(int begin, int size) method SubVector (line 859) | public readonly Vector SubVector(int begin, int size) method SubVectorWindow (line 869) | public readonly Vector SubVectorWindow(long begin, long size, long... method SubVector (line 879) | public readonly Vector SubVector(long begin, long size, long delta) method SubVectorWindow (line 889) | public readonly Vector SubVectorWindow(int begin, int size, int de... method SubVector (line 899) | public readonly Vector SubVector(int begin, int size, int delta) method SubVectorWindow (line 909) | public readonly Vector SubVectorWindow(long begin, long size) method SubVector (line 919) | public readonly Vector SubVector(long begin, long size) method SubVectorWindow (line 929) | public readonly Vector SubVectorWindow(int begin, int size) method SubVector (line 939) | public readonly Vector SubVector(int begin, int size) method SubVectorWindow (line 949) | public readonly Vector SubVectorWindow(long begin, long si... method SubVector (line 959) | public readonly Vector SubVector(long begin, long size, lo... method SubVectorWindow (line 969) | public readonly Vector SubVectorWindow(int begin, int size... method SubVector (line 979) | public readonly Vector SubVector(int begin, int size, int ... method Copy (line 992) | public readonly Vector Copy() method CopyWindow (line 1001) | public readonly Vector CopyWindow() method Map (line 1011) | public readonly Vector Map(Func fun) method MapWindow (line 1020) | public readonly Vector MapWindow(Func fun) method Repeated (line 1029) | public readonly Vector Repeated(long count) method Apply (line 1048) | public readonly Vector Apply(Func element_elementFun) method Apply (line 1069) | public readonly Vector Apply( method Apply (line 1117) | public readonly Vector Apply( method ApplyByCoord (line 1145) | public readonly Vector ApplyByCoord(Func fun) method Set (line 1165) | public readonly Vector Set(Td v) method SetByCoord (line 1189) | public readonly Vector SetByCoord(Func x_elementFun) method SetByIndex (line 1216) | public readonly Vector SetByIndex(Func index_elementFun) method Set (line 1243) | public readonly Vector Set(IVector it1) method Set (line 1268) | public readonly Vector Set(Vector t1) method SetMap (line 1315) | public readonly Vector SetMap( method SetByIndex (line 1365) | public readonly Vector SetByIndex( method Set (line 1412) | public readonly Vector Set(Vector t1) method SetMap (line 1440) | public readonly Vector SetMap( method SetByIndex (line 1471) | public readonly Vector SetByIndex( method SetMap2 (line 1500) | public readonly Vector SetMap2( method SetByIndex (line 1551) | public readonly Vector SetByIndex( method SetMap2 (line 1600) | public readonly Vector SetMap2( method SetByIndex (line 1632) | public readonly Vector SetByIndex( method SetMap2 (line 1662) | public readonly Vector SetMap2( method SetByIndex (line 1694) | public readonly Vector SetByIndex( method SetMap2 (line 1724) | public readonly Vector SetMap2( method SetByIndex (line 1756) | public readonly Vector SetByIndex( method SetMap3 (line 1786) | public readonly Vector SetMap3( method SetByIndex (line 1837) | public readonly Vector SetByIndex( method SetMap3 (line 1886) | public readonly Vector SetMap3( method SetByIndex (line 1918) | public readonly Vector SetByIndex( method SetMap3 (line 1948) | public readonly Vector SetMap3( method SetByIndex (line 1980) | public readonly Vector SetByIndex( method SetMap3 (line 2010) | public readonly Vector SetMap3( method SetByIndex (line 2042) | public readonly Vector SetByIndex( method SetMap3 (line 2072) | public readonly Vector SetMap3( method SetByIndex (line 2104) | public readonly Vector SetByIndex( method SetMap3 (line 2134) | public readonly Vector SetMap3( method SetByIndex (line 2166) | public readonly Vector SetByIndex( method SetMap3 (line 2196) | public readonly Vector SetMap3( method SetByIndex (line 2228) | public readonly Vector SetByIndex( method SetMap3 (line 2258) | public readonly Vector SetMap3( method SetByIndex (line 2290) | public readonly Vector SetByIndex( method SetConvolution (line 2318) | public readonly Vector SetConvolution( method Norm (line 2333) | public readonly Tr Norm( method Norm (line 2355) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 2377) | public readonly Ts InnerProduct( method InnerProduct (line 2422) | public readonly Ts InnerProduct( method Norm (line 2448) | public readonly Tr Norm( method Norm (line 2472) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 2496) | public readonly Ts InnerProduct( method InnerProduct (line 2545) | public readonly Ts InnerProduct( method Create (line 2580) | public static Vector Create( method Create (line 2589) | public static Vector Create( method Map (line 2599) | public static Vector Map( method CreateByIndex (line 2611) | public static Vector CreateByIndex( method Map (line 2621) | public static Vector Map( method CreateByIndex (line 2633) | public static Vector CreateByIndex( method Map2 (line 2643) | public static Vector Map2( method CreateByIndex (line 2656) | public static Vector CreateByIndex( method Map2 (line 2667) | public static Vector Map2( method CreateByIndex (line 2680) | public static Vector CreateByIndex( method Map2 (line 2691) | public static Vector Map2( method CreateByIndex (line 2704) | public static Vector CreateByIndex( method Map2 (line 2715) | public static Vector Map2( method CreateByIndex (line 2728) | public static Vector CreateByIndex( method Map3 (line 2739) | public static Vector Map3( method CreateByIndex (line 2752) | public static Vector CreateByIndex( method Map3 (line 2763) | public static Vector Map3( method CreateByIndex (line 2776) | public static Vector CreateByIndex( method Map3 (line 2787) | public static Vector Map3( method CreateByIndex (line 2800) | public static Vector CreateByIndex( method Map3 (line 2811) | public static Vector Map3( method CreateByIndex (line 2824) | public static Vector CreateByIndex( method Map3 (line 2835) | public static Vector Map3( method CreateByIndex (line 2848) | public static Vector CreateByIndex( method Map3 (line 2859) | public static Vector Map3( method CreateByIndex (line 2872) | public static Vector CreateByIndex( method Map3 (line 2883) | public static Vector Map3( method CreateByIndex (line 2896) | public static Vector CreateByIndex( method Map3 (line 2907) | public static Vector Map3( method CreateByIndex (line 2920) | public static Vector CreateByIndex( method Create (line 2931) | public static Vector Create(long size, Func fun) method CreateConvolution (line 2942) | public static Vector CreateConvolution( method SampleRaw2 (line 2962) | public readonly TRes SampleRaw2( method Sample2Clamped (line 2971) | public readonly TRes Sample2Clamped( method Sample2 (line 2984) | public readonly TRes Sample2( method SampleRaw4 (line 2995) | public readonly TRes SampleRaw4( method Sample4Clamped (line 3006) | public readonly TRes Sample4Clamped( method Sample4 (line 3014) | public readonly TRes Sample4( method SampleRaw6 (line 3027) | public readonly TRes SampleRaw6( method Sample6Clamped (line 3038) | public readonly TRes Sample6Clamped( method Sample6 (line 3046) | public readonly TRes Sample6( method GetValue (line 3068) | public readonly object GetValue(long x) method SetValue (line 3073) | public readonly void SetValue(object value, long x) method Vector (line 3115) | public Vector(Td[] data, VectorInfo info) method Vector (line 3126) | public Vector(long size) method Vector (line 3133) | public Vector(int size) method Vector (line 3140) | public Vector(VectorInfo info) method Vector (line 3147) | public Vector(Td[] data) method Vector (line 3154) | public Vector(Td[] data, long size) method Vector (line 3161) | public Vector(Td[] data, int size) method Vector (line 3169) | public Vector(long size, Tv value) method Vector (line 3179) | public Vector(int size, Tv value) method Vector (line 3186) | public Vector(Td[] data, long origin, long size, long delta) method Vector (line 3193) | public Vector(Td[] data, long origin, long size, long delta, long first) method Vector (line 3200) | public Vector(long origin, long size, long delta) method ForeachIndex (line 3451) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 3456) | public readonly void ForeachIndex(Action x_i_action) method ForeachCoord (line 3461) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 3466) | public readonly void ForeachIndex(VectorInfo t1, Action i_... method SubVectorWindow (line 3480) | public readonly Vector SubVectorWindow(long begin, long size) method SubVector (line 3491) | public readonly Vector SubVector(long begin, long size) method SubVectorWindow (line 3502) | public readonly Vector SubVectorWindow(int begin, int size) method SubVector (line 3513) | public readonly Vector SubVector(int begin, int size) method SubVectorWindow (line 3524) | public readonly Vector SubVectorWindow(long begin, long size, ... method SubVector (line 3535) | public readonly Vector SubVector(long begin, long size, long d... method SubVectorWindow (line 3546) | public readonly Vector SubVectorWindow(int begin, int size, in... method SubVector (line 3557) | public readonly Vector SubVector(int begin, int size, int delta) method SubVectorWindow (line 3568) | public readonly Vector SubVectorWindow(long begin, long size) method SubVector (line 3578) | public readonly Vector SubVector(long begin, long size) method SubVectorWindow (line 3588) | public readonly Vector SubVectorWindow(int begin, int size) method SubVector (line 3598) | public readonly Vector SubVector(int begin, int size) method SubVectorWindow (line 3608) | public readonly Vector SubVectorWindow(long begin, long si... method SubVector (line 3618) | public readonly Vector SubVector(long begin, long size, lo... method SubVectorWindow (line 3628) | public readonly Vector SubVectorWindow(int begin, int size... method SubVector (line 3638) | public readonly Vector SubVector(int begin, int size, int ... method Copy (line 3651) | public readonly Vector Copy() method CopyWindow (line 3660) | public readonly Vector CopyWindow() method Map (line 3670) | public readonly Vector Map(Func fun) method MapWindow (line 3679) | public readonly Vector MapWindow(Func fun) method CopyView (line 3684) | public readonly Vector CopyView() method CopyViewWindow (line 3689) | public readonly Vector CopyViewWindow() method Map (line 3698) | public readonly Vector Map(Func fun) method MapWindow (line 3707) | public readonly Vector MapWindow(Func fun) method Apply (line 3722) | public readonly Vector Apply(Func element_elementFun) method Apply (line 3743) | public readonly Vector Apply( method Apply (line 3772) | public readonly Vector Apply( method ApplyByCoord (line 3800) | public readonly Vector ApplyByCoord(Func fun) method Set (line 3820) | public readonly Vector Set(Tv v) method SetByCoord (line 3844) | public readonly Vector SetByCoord(Func x_elementFun) method SetByIndex (line 3871) | public readonly Vector SetByIndex(Func index_element... method Set (line 3898) | public readonly Vector Set(IVector it1) method Set (line 3923) | public readonly Vector Set(Vector t1) method SetMap (line 3951) | public readonly Vector SetMap( method SetByIndex (line 3982) | public readonly Vector SetByIndex( method Set (line 4010) | public readonly Vector Set(Vector t1) method SetMap (line 4038) | public readonly Vector SetMap( method SetByIndex (line 4069) | public readonly Vector SetByIndex( method SetMap2 (line 4098) | public readonly Vector SetMap2( method SetByIndex (line 4130) | public readonly Vector SetByIndex( method SetMap2 (line 4160) | public readonly Vector SetMap2( method SetByIndex (line 4192) | public readonly Vector SetByIndex( method SetMap2 (line 4222) | public readonly Vector SetMap2( method SetByIndex (line 4254) | public readonly Vector SetByIndex( method SetMap2 (line 4284) | public readonly Vector SetMap2( method SetByIndex (line 4316) | public readonly Vector SetByIndex( method SetMap3 (line 4346) | public readonly Vector SetMap3( method SetByIndex (line 4378) | public readonly Vector SetByIndex( method SetMap3 (line 4408) | public readonly Vector SetMap3( method SetByIndex (line 4440) | public readonly Vector SetByIndex( method SetMap3 (line 4470) | public readonly Vector SetMap3( method SetByIndex (line 4502) | public readonly Vector SetByIndex( method SetMap3 (line 4532) | public readonly Vector SetMap3( method SetByIndex (line 4564) | public readonly Vector SetByIndex( method SetMap3 (line 4594) | public readonly Vector SetMap3( method SetByIndex (line 4626) | public readonly Vector SetByIndex( method SetMap3 (line 4656) | public readonly Vector SetMap3( method SetByIndex (line 4688) | public readonly Vector SetByIndex( method SetMap3 (line 4718) | public readonly Vector SetMap3( method SetByIndex (line 4750) | public readonly Vector SetByIndex( method SetMap3 (line 4780) | public readonly Vector SetMap3( method SetByIndex (line 4812) | public readonly Vector SetByIndex( method SetConvolution (line 4840) | public readonly Vector SetConvolution( method Norm (line 4855) | public readonly Tr Norm( method Norm (line 4877) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 4899) | public readonly Ts InnerProduct( method InnerProduct (line 4925) | public readonly Ts InnerProduct( method Norm (line 4951) | public readonly Tr Norm( method Norm (line 4975) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 4999) | public readonly Ts InnerProduct( method InnerProduct (line 5027) | public readonly Ts InnerProduct( method Create (line 5062) | public static Vector Create( method Create (line 5071) | public static Vector Create( method Map (line 5081) | public static Vector Map( method CreateByIndex (line 5093) | public static Vector CreateByIndex( method Map (line 5103) | public static Vector Map( method CreateByIndex (line 5115) | public static Vector CreateByIndex( method Map2 (line 5125) | public static Vector Map2( method CreateByIndex (line 5138) | public static Vector CreateByIndex( method Map2 (line 5149) | public static Vector Map2( method CreateByIndex (line 5162) | public static Vector CreateByIndex( method Map2 (line 5173) | public static Vector Map2( method CreateByIndex (line 5186) | public static Vector CreateByIndex( method Map2 (line 5197) | public static Vector Map2( method CreateByIndex (line 5210) | public static Vector CreateByIndex( method Map3 (line 5221) | public static Vector Map3( method CreateByIndex (line 5234) | public static Vector CreateByIndex( method Map3 (line 5245) | public static Vector Map3( method CreateByIndex (line 5258) | public static Vector CreateByIndex( method Map3 (line 5269) | public static Vector Map3( method CreateByIndex (line 5282) | public static Vector CreateByIndex( method Map3 (line 5293) | public static Vector Map3( method CreateByIndex (line 5306) | public static Vector CreateByIndex( method Map3 (line 5317) | public static Vector Map3( method CreateByIndex (line 5330) | public static Vector CreateByIndex( method Map3 (line 5341) | public static Vector Map3( method CreateByIndex (line 5354) | public static Vector CreateByIndex( method Map3 (line 5365) | public static Vector Map3( method CreateByIndex (line 5378) | public static Vector CreateByIndex( method Map3 (line 5389) | public static Vector Map3( method CreateByIndex (line 5402) | public static Vector CreateByIndex( method Create (line 5413) | public static Vector Create(long size, Func fun) method CreateConvolution (line 5424) | public static Vector CreateConvolution( method SampleRaw2 (line 5444) | public readonly TRes SampleRaw2( method Sample2Clamped (line 5453) | public readonly TRes Sample2Clamped( method Sample2 (line 5466) | public readonly TRes Sample2( method SampleRaw4 (line 5477) | public readonly TRes SampleRaw4( method Sample4Clamped (line 5488) | public readonly TRes Sample4Clamped( method Sample4 (line 5496) | public readonly TRes Sample4( method SampleRaw6 (line 5509) | public readonly TRes SampleRaw6( method Sample6Clamped (line 5520) | public readonly TRes Sample6Clamped( method Sample6 (line 5528) | public readonly TRes Sample6( method GetValue (line 5550) | public readonly object GetValue(long x) method SetValue (line 5555) | public readonly void SetValue(object value, long x) type Vector (line 3102) | [Serializable] method Vector (line 476) | public Vector(Td[] data, VectorInfo info) method Vector (line 485) | public Vector(long size) method Vector (line 492) | public Vector(int size) method Vector (line 499) | public Vector(VectorInfo info) method Vector (line 506) | public Vector(Td[] data) method Vector (line 513) | public Vector(Td[] data, long size) method Vector (line 520) | public Vector(Td[] data, int size) method Vector (line 528) | public Vector(long size, Td value) method Vector (line 538) | public Vector(int size, Td value) method Vector (line 545) | public Vector(Td[] data, long origin, long size, long delta) method Vector (line 552) | public Vector(Td[] data, long origin, long size, long delta, long first) method Vector (line 559) | public Vector(long origin, long size, long delta) method ForeachIndex (line 800) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 805) | public readonly void ForeachIndex(Action x_i_action) method ForeachCoord (line 810) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 815) | public readonly void ForeachIndex(VectorInfo t1, Action i_... method SubVectorWindow (line 829) | public readonly Vector SubVectorWindow(long begin, long size) method SubVector (line 839) | public readonly Vector SubVector(long begin, long size) method SubVectorWindow (line 849) | public readonly Vector SubVectorWindow(int begin, int size) method SubVector (line 859) | public readonly Vector SubVector(int begin, int size) method SubVectorWindow (line 869) | public readonly Vector SubVectorWindow(long begin, long size, long... method SubVector (line 879) | public readonly Vector SubVector(long begin, long size, long delta) method SubVectorWindow (line 889) | public readonly Vector SubVectorWindow(int begin, int size, int de... method SubVector (line 899) | public readonly Vector SubVector(int begin, int size, int delta) method SubVectorWindow (line 909) | public readonly Vector SubVectorWindow(long begin, long size) method SubVector (line 919) | public readonly Vector SubVector(long begin, long size) method SubVectorWindow (line 929) | public readonly Vector SubVectorWindow(int begin, int size) method SubVector (line 939) | public readonly Vector SubVector(int begin, int size) method SubVectorWindow (line 949) | public readonly Vector SubVectorWindow(long begin, long si... method SubVector (line 959) | public readonly Vector SubVector(long begin, long size, lo... method SubVectorWindow (line 969) | public readonly Vector SubVectorWindow(int begin, int size... method SubVector (line 979) | public readonly Vector SubVector(int begin, int size, int ... method Copy (line 992) | public readonly Vector Copy() method CopyWindow (line 1001) | public readonly Vector CopyWindow() method Map (line 1011) | public readonly Vector Map(Func fun) method MapWindow (line 1020) | public readonly Vector MapWindow(Func fun) method Repeated (line 1029) | public readonly Vector Repeated(long count) method Apply (line 1048) | public readonly Vector Apply(Func element_elementFun) method Apply (line 1069) | public readonly Vector Apply( method Apply (line 1117) | public readonly Vector Apply( method ApplyByCoord (line 1145) | public readonly Vector ApplyByCoord(Func fun) method Set (line 1165) | public readonly Vector Set(Td v) method SetByCoord (line 1189) | public readonly Vector SetByCoord(Func x_elementFun) method SetByIndex (line 1216) | public readonly Vector SetByIndex(Func index_elementFun) method Set (line 1243) | public readonly Vector Set(IVector it1) method Set (line 1268) | public readonly Vector Set(Vector t1) method SetMap (line 1315) | public readonly Vector SetMap( method SetByIndex (line 1365) | public readonly Vector SetByIndex( method Set (line 1412) | public readonly Vector Set(Vector t1) method SetMap (line 1440) | public readonly Vector SetMap( method SetByIndex (line 1471) | public readonly Vector SetByIndex( method SetMap2 (line 1500) | public readonly Vector SetMap2( method SetByIndex (line 1551) | public readonly Vector SetByIndex( method SetMap2 (line 1600) | public readonly Vector SetMap2( method SetByIndex (line 1632) | public readonly Vector SetByIndex( method SetMap2 (line 1662) | public readonly Vector SetMap2( method SetByIndex (line 1694) | public readonly Vector SetByIndex( method SetMap2 (line 1724) | public readonly Vector SetMap2( method SetByIndex (line 1756) | public readonly Vector SetByIndex( method SetMap3 (line 1786) | public readonly Vector SetMap3( method SetByIndex (line 1837) | public readonly Vector SetByIndex( method SetMap3 (line 1886) | public readonly Vector SetMap3( method SetByIndex (line 1918) | public readonly Vector SetByIndex( method SetMap3 (line 1948) | public readonly Vector SetMap3( method SetByIndex (line 1980) | public readonly Vector SetByIndex( method SetMap3 (line 2010) | public readonly Vector SetMap3( method SetByIndex (line 2042) | public readonly Vector SetByIndex( method SetMap3 (line 2072) | public readonly Vector SetMap3( method SetByIndex (line 2104) | public readonly Vector SetByIndex( method SetMap3 (line 2134) | public readonly Vector SetMap3( method SetByIndex (line 2166) | public readonly Vector SetByIndex( method SetMap3 (line 2196) | public readonly Vector SetMap3( method SetByIndex (line 2228) | public readonly Vector SetByIndex( method SetMap3 (line 2258) | public readonly Vector SetMap3( method SetByIndex (line 2290) | public readonly Vector SetByIndex( method SetConvolution (line 2318) | public readonly Vector SetConvolution( method Norm (line 2333) | public readonly Tr Norm( method Norm (line 2355) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 2377) | public readonly Ts InnerProduct( method InnerProduct (line 2422) | public readonly Ts InnerProduct( method Norm (line 2448) | public readonly Tr Norm( method Norm (line 2472) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 2496) | public readonly Ts InnerProduct( method InnerProduct (line 2545) | public readonly Ts InnerProduct( method Create (line 2580) | public static Vector Create( method Create (line 2589) | public static Vector Create( method Map (line 2599) | public static Vector Map( method CreateByIndex (line 2611) | public static Vector CreateByIndex( method Map (line 2621) | public static Vector Map( method CreateByIndex (line 2633) | public static Vector CreateByIndex( method Map2 (line 2643) | public static Vector Map2( method CreateByIndex (line 2656) | public static Vector CreateByIndex( method Map2 (line 2667) | public static Vector Map2( method CreateByIndex (line 2680) | public static Vector CreateByIndex( method Map2 (line 2691) | public static Vector Map2( method CreateByIndex (line 2704) | public static Vector CreateByIndex( method Map2 (line 2715) | public static Vector Map2( method CreateByIndex (line 2728) | public static Vector CreateByIndex( method Map3 (line 2739) | public static Vector Map3( method CreateByIndex (line 2752) | public static Vector CreateByIndex( method Map3 (line 2763) | public static Vector Map3( method CreateByIndex (line 2776) | public static Vector CreateByIndex( method Map3 (line 2787) | public static Vector Map3( method CreateByIndex (line 2800) | public static Vector CreateByIndex( method Map3 (line 2811) | public static Vector Map3( method CreateByIndex (line 2824) | public static Vector CreateByIndex( method Map3 (line 2835) | public static Vector Map3( method CreateByIndex (line 2848) | public static Vector CreateByIndex( method Map3 (line 2859) | public static Vector Map3( method CreateByIndex (line 2872) | public static Vector CreateByIndex( method Map3 (line 2883) | public static Vector Map3( method CreateByIndex (line 2896) | public static Vector CreateByIndex( method Map3 (line 2907) | public static Vector Map3( method CreateByIndex (line 2920) | public static Vector CreateByIndex( method Create (line 2931) | public static Vector Create(long size, Func fun) method CreateConvolution (line 2942) | public static Vector CreateConvolution( method SampleRaw2 (line 2962) | public readonly TRes SampleRaw2( method Sample2Clamped (line 2971) | public readonly TRes Sample2Clamped( method Sample2 (line 2984) | public readonly TRes Sample2( method SampleRaw4 (line 2995) | public readonly TRes SampleRaw4( method Sample4Clamped (line 3006) | public readonly TRes Sample4Clamped( method Sample4 (line 3014) | public readonly TRes Sample4( method SampleRaw6 (line 3027) | public readonly TRes SampleRaw6( method Sample6Clamped (line 3038) | public readonly TRes Sample6Clamped( method Sample6 (line 3046) | public readonly TRes Sample6( method GetValue (line 3068) | public readonly object GetValue(long x) method SetValue (line 3073) | public readonly void SetValue(object value, long x) method Vector (line 3115) | public Vector(Td[] data, VectorInfo info) method Vector (line 3126) | public Vector(long size) method Vector (line 3133) | public Vector(int size) method Vector (line 3140) | public Vector(VectorInfo info) method Vector (line 3147) | public Vector(Td[] data) method Vector (line 3154) | public Vector(Td[] data, long size) method Vector (line 3161) | public Vector(Td[] data, int size) method Vector (line 3169) | public Vector(long size, Tv value) method Vector (line 3179) | public Vector(int size, Tv value) method Vector (line 3186) | public Vector(Td[] data, long origin, long size, long delta) method Vector (line 3193) | public Vector(Td[] data, long origin, long size, long delta, long first) method Vector (line 3200) | public Vector(long origin, long size, long delta) method ForeachIndex (line 3451) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 3456) | public readonly void ForeachIndex(Action x_i_action) method ForeachCoord (line 3461) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 3466) | public readonly void ForeachIndex(VectorInfo t1, Action i_... method SubVectorWindow (line 3480) | public readonly Vector SubVectorWindow(long begin, long size) method SubVector (line 3491) | public readonly Vector SubVector(long begin, long size) method SubVectorWindow (line 3502) | public readonly Vector SubVectorWindow(int begin, int size) method SubVector (line 3513) | public readonly Vector SubVector(int begin, int size) method SubVectorWindow (line 3524) | public readonly Vector SubVectorWindow(long begin, long size, ... method SubVector (line 3535) | public readonly Vector SubVector(long begin, long size, long d... method SubVectorWindow (line 3546) | public readonly Vector SubVectorWindow(int begin, int size, in... method SubVector (line 3557) | public readonly Vector SubVector(int begin, int size, int delta) method SubVectorWindow (line 3568) | public readonly Vector SubVectorWindow(long begin, long size) method SubVector (line 3578) | public readonly Vector SubVector(long begin, long size) method SubVectorWindow (line 3588) | public readonly Vector SubVectorWindow(int begin, int size) method SubVector (line 3598) | public readonly Vector SubVector(int begin, int size) method SubVectorWindow (line 3608) | public readonly Vector SubVectorWindow(long begin, long si... method SubVector (line 3618) | public readonly Vector SubVector(long begin, long size, lo... method SubVectorWindow (line 3628) | public readonly Vector SubVectorWindow(int begin, int size... method SubVector (line 3638) | public readonly Vector SubVector(int begin, int size, int ... method Copy (line 3651) | public readonly Vector Copy() method CopyWindow (line 3660) | public readonly Vector CopyWindow() method Map (line 3670) | public readonly Vector Map(Func fun) method MapWindow (line 3679) | public readonly Vector MapWindow(Func fun) method CopyView (line 3684) | public readonly Vector CopyView() method CopyViewWindow (line 3689) | public readonly Vector CopyViewWindow() method Map (line 3698) | public readonly Vector Map(Func fun) method MapWindow (line 3707) | public readonly Vector MapWindow(Func fun) method Apply (line 3722) | public readonly Vector Apply(Func element_elementFun) method Apply (line 3743) | public readonly Vector Apply( method Apply (line 3772) | public readonly Vector Apply( method ApplyByCoord (line 3800) | public readonly Vector ApplyByCoord(Func fun) method Set (line 3820) | public readonly Vector Set(Tv v) method SetByCoord (line 3844) | public readonly Vector SetByCoord(Func x_elementFun) method SetByIndex (line 3871) | public readonly Vector SetByIndex(Func index_element... method Set (line 3898) | public readonly Vector Set(IVector it1) method Set (line 3923) | public readonly Vector Set(Vector t1) method SetMap (line 3951) | public readonly Vector SetMap( method SetByIndex (line 3982) | public readonly Vector SetByIndex( method Set (line 4010) | public readonly Vector Set(Vector t1) method SetMap (line 4038) | public readonly Vector SetMap( method SetByIndex (line 4069) | public readonly Vector SetByIndex( method SetMap2 (line 4098) | public readonly Vector SetMap2( method SetByIndex (line 4130) | public readonly Vector SetByIndex( method SetMap2 (line 4160) | public readonly Vector SetMap2( method SetByIndex (line 4192) | public readonly Vector SetByIndex( method SetMap2 (line 4222) | public readonly Vector SetMap2( method SetByIndex (line 4254) | public readonly Vector SetByIndex( method SetMap2 (line 4284) | public readonly Vector SetMap2( method SetByIndex (line 4316) | public readonly Vector SetByIndex( method SetMap3 (line 4346) | public readonly Vector SetMap3( method SetByIndex (line 4378) | public readonly Vector SetByIndex( method SetMap3 (line 4408) | public readonly Vector SetMap3( method SetByIndex (line 4440) | public readonly Vector SetByIndex( method SetMap3 (line 4470) | public readonly Vector SetMap3( method SetByIndex (line 4502) | public readonly Vector SetByIndex( method SetMap3 (line 4532) | public readonly Vector SetMap3( method SetByIndex (line 4564) | public readonly Vector SetByIndex( method SetMap3 (line 4594) | public readonly Vector SetMap3( method SetByIndex (line 4626) | public readonly Vector SetByIndex( method SetMap3 (line 4656) | public readonly Vector SetMap3( method SetByIndex (line 4688) | public readonly Vector SetByIndex( method SetMap3 (line 4718) | public readonly Vector SetMap3( method SetByIndex (line 4750) | public readonly Vector SetByIndex( method SetMap3 (line 4780) | public readonly Vector SetMap3( method SetByIndex (line 4812) | public readonly Vector SetByIndex( method SetConvolution (line 4840) | public readonly Vector SetConvolution( method Norm (line 4855) | public readonly Tr Norm( method Norm (line 4877) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 4899) | public readonly Ts InnerProduct( method InnerProduct (line 4925) | public readonly Ts InnerProduct( method Norm (line 4951) | public readonly Tr Norm( method Norm (line 4975) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 4999) | public readonly Ts InnerProduct( method InnerProduct (line 5027) | public readonly Ts InnerProduct( method Create (line 5062) | public static Vector Create( method Create (line 5071) | public static Vector Create( method Map (line 5081) | public static Vector Map( method CreateByIndex (line 5093) | public static Vector CreateByIndex( method Map (line 5103) | public static Vector Map( method CreateByIndex (line 5115) | public static Vector CreateByIndex( method Map2 (line 5125) | public static Vector Map2( method CreateByIndex (line 5138) | public static Vector CreateByIndex( method Map2 (line 5149) | public static Vector Map2( method CreateByIndex (line 5162) | public static Vector CreateByIndex( method Map2 (line 5173) | public static Vector Map2( method CreateByIndex (line 5186) | public static Vector CreateByIndex( method Map2 (line 5197) | public static Vector Map2( method CreateByIndex (line 5210) | public static Vector CreateByIndex( method Map3 (line 5221) | public static Vector Map3( method CreateByIndex (line 5234) | public static Vector CreateByIndex( method Map3 (line 5245) | public static Vector Map3( method CreateByIndex (line 5258) | public static Vector CreateByIndex( method Map3 (line 5269) | public static Vector Map3( method CreateByIndex (line 5282) | public static Vector CreateByIndex( method Map3 (line 5293) | public static Vector Map3( method CreateByIndex (line 5306) | public static Vector CreateByIndex( method Map3 (line 5317) | public static Vector Map3( method CreateByIndex (line 5330) | public static Vector CreateByIndex( method Map3 (line 5341) | public static Vector Map3( method CreateByIndex (line 5354) | public static Vector CreateByIndex( method Map3 (line 5365) | public static Vector Map3( method CreateByIndex (line 5378) | public static Vector CreateByIndex( method Map3 (line 5389) | public static Vector Map3( method CreateByIndex (line 5402) | public static Vector CreateByIndex( method Create (line 5413) | public static Vector Create(long size, Func fun) method CreateConvolution (line 5424) | public static Vector CreateConvolution( method SampleRaw2 (line 5444) | public readonly TRes SampleRaw2( method Sample2Clamped (line 5453) | public readonly TRes Sample2Clamped( method Sample2 (line 5466) | public readonly TRes Sample2( method SampleRaw4 (line 5477) | public readonly TRes SampleRaw4( method Sample4Clamped (line 5488) | public readonly TRes Sample4Clamped( method Sample4 (line 5496) | public readonly TRes Sample4( method SampleRaw6 (line 5509) | public readonly TRes SampleRaw6( method Sample6Clamped (line 5520) | public readonly TRes Sample6Clamped( method Sample6 (line 5528) | public readonly TRes Sample6( method GetValue (line 5550) | public readonly object GetValue(long x) method SetValue (line 5555) | public readonly void SetValue(object value, long x) type MatrixInfo (line 5571) | [Serializable] method MatrixInfo (line 5604) | public MatrixInfo(long origin, V2l size, V2l delta, V2l first) method MatrixInfo (line 5618) | public MatrixInfo(long origin, V2l size, V2l delta) method NewDelta (line 5622) | private static V2l NewDelta(V2l size) method NewDelta (line 5627) | private static V2l NewDelta(V2l size, V2l delta) method MatrixInfo (line 5636) | public MatrixInfo(V2l size) method MatrixInfo (line 5643) | public MatrixInfo(V2l size, V2l delta) method MatrixInfo (line 5647) | public MatrixInfo(MatrixInfo info) method MatrixInfo (line 5656) | public MatrixInfo(V2i size) method MatrixInfo (line 5663) | public MatrixInfo(V2i size, V2i delta) method MatrixInfo (line 5670) | public MatrixInfo(long sizeX, long sizeY) method MatrixInfo (line 5677) | public MatrixInfo(int sizeX, int sizeY) method GetJX (line 5814) | public readonly long GetJX(V2l size) method GetJY (line 5826) | public readonly long GetJY(V2l size) method GetJX0 (line 5839) | public readonly long GetJX0(V2l size) method GetJXY (line 5852) | public readonly long GetJXY(V2l size) method GetJYX (line 5865) | public readonly long GetJYX(V2l size) method GetJY0 (line 5878) | public readonly long GetJY0(V2l size) method Dv (line 5997) | public readonly long Dv(long dx, long dy) method Index (line 6005) | public readonly long Index(long x, long y) method Index (line 6013) | public readonly long Index(V2l v) method Index (line 6021) | public readonly long Index(V2i v) method SubMatrixWindow (line 6035) | public readonly MatrixInfo SubMatrixWindow(V2l begin, V2l size) method SubMatrix (line 6045) | public readonly MatrixInfo SubMatrix(V2l begin, V2l size) method SubMatrixWindow (line 6055) | public readonly MatrixInfo SubMatrixWindow(V2i begin, V2i size) method SubMatrix (line 6065) | public readonly MatrixInfo SubMatrix(V2i begin, V2i size) method SubMatrixWindow (line 6075) | public readonly MatrixInfo SubMatrixWindow(V2l begin, V2l size, V2l de... method SubMatrix (line 6085) | public readonly MatrixInfo SubMatrix(V2l begin, V2l size, V2l delta) method SubMatrixWindow (line 6095) | public readonly MatrixInfo SubMatrixWindow(V2i begin, V2i size, V2i de... method SubMatrix (line 6105) | public readonly MatrixInfo SubMatrix(V2i begin, V2i size, V2i delta) method SubMatrixWindow (line 6114) | public readonly MatrixInfo SubMatrixWindow(V2l begin, V2l size, V2l de... method SubMatrixWindow (line 6123) | public readonly MatrixInfo SubMatrixWindow(V2i begin, V2i size, V2i de... method SubMatrixWindow (line 6134) | public readonly MatrixInfo SubMatrixWindow( method SubMatrix (line 6147) | public readonly MatrixInfo SubMatrix( method SubMatrixWindow (line 6161) | public readonly MatrixInfo SubMatrixWindow( method SubMatrix (line 6176) | public readonly MatrixInfo SubMatrix( method SubVector (line 6191) | public readonly VectorInfo SubVector(V2l begin, long size, long delta) method SubVector (line 6201) | public readonly VectorInfo SubVector(V2i begin, long size, long delta) method AsVector (line 6211) | public readonly VectorInfo AsVector() method Col (line 6222) | public readonly VectorInfo Col(long x) method ColWindow (line 6231) | public readonly VectorInfo ColWindow(long x) method Row (line 6241) | public readonly VectorInfo Row(long y) method RowWindow (line 6250) | public readonly VectorInfo RowWindow(long y) method SubYVector (line 6260) | public readonly VectorInfo SubYVector(long x) method SubYVectorAsReadOnlyMatrix (line 6271) | public readonly MatrixInfo SubYVectorAsReadOnlyMatrix(long x, long sizex) method SubYVectorWindow (line 6280) | public readonly VectorInfo SubYVectorWindow(long x) method SubYVectorAsReadOnlyMatrixWindow (line 6291) | public readonly MatrixInfo SubYVectorAsReadOnlyMatrixWindow(long x, lo... method SubXVector (line 6300) | public readonly VectorInfo SubXVector(long y) method SubXVectorAsReadOnlyMatrix (line 6311) | public readonly MatrixInfo SubXVectorAsReadOnlyMatrix(long y, long sizey) method SubXVectorWindow (line 6320) | public readonly VectorInfo SubXVectorWindow(long y) method SubXVectorAsReadOnlyMatrixWindow (line 6331) | public readonly MatrixInfo SubXVectorAsReadOnlyMatrixWindow(long y, lo... method SubItemAsReadOnlyMatrix (line 6342) | public readonly MatrixInfo SubItemAsReadOnlyMatrix(long x, long y, lon... method SubItemAsReadOnlyMatrixWindow (line 6353) | public readonly MatrixInfo SubItemAsReadOnlyMatrixWindow(long x, long ... method ForeachIndex (line 6362) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 6394) | public readonly void ForeachIndex(Action x_y_i_action) method ForeachCoord (line 6426) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 6458) | public readonly void ForeachIndex(MatrixInfo t1, Action i_... method ForeachX (line 6531) | public readonly void ForeachX( method ForeachY (line 6545) | public readonly void ForeachY( method ForeachXY (line 6562) | public readonly void ForeachXY( method ForeachXY (line 6584) | public readonly void ForeachXY( method ForeachXY (line 6608) | public readonly void ForeachXY( method ForeachXY (line 6632) | public readonly void ForeachXY( method ForeachYX (line 6658) | public readonly void ForeachYX( method ForeachYX (line 6680) | public readonly void ForeachYX( method ForeachYX (line 6704) | public readonly void ForeachYX( method ForeachYX (line 6728) | public readonly void ForeachYX( method ForeachXIndex (line 6751) | public readonly void ForeachXIndex( method ForeachXIndex (line 6765) | public readonly void ForeachXIndex( method ForeachYIndex (line 6779) | public readonly void ForeachYIndex( method ForeachYIndex (line 6793) | public readonly void ForeachYIndex( method ForeachXYIndex (line 6810) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 6832) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 6856) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 6880) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 6906) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 6928) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 6952) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 6976) | public readonly void ForeachXYIndex( method ForeachYXIndex (line 7002) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 7024) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 7048) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 7072) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 7098) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 7120) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 7144) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 7168) | public readonly void ForeachYXIndex( method ForeachXIndex (line 7191) | public readonly void ForeachXIndex(MatrixInfo t1, method ForeachXIndex (line 7205) | public readonly void ForeachXIndex(MatrixInfo t1, method ForeachYIndex (line 7219) | public readonly void ForeachYIndex(MatrixInfo t1, method ForeachYIndex (line 7233) | public readonly void ForeachYIndex(MatrixInfo t1, method ForeachXYIndex (line 7250) | public readonly void ForeachXYIndex(MatrixInfo t1, method ForeachXYIndex (line 7272) | public readonly void ForeachXYIndex(MatrixInfo t1, method ForeachXYIndex (line 7296) | public readonly void ForeachXYIndex(MatrixInfo t1, method ForeachXYIndex (line 7320) | public readonly void ForeachXYIndex(MatrixInfo t1, method ForeachXYIndex (line 7346) | public readonly void ForeachXYIndex(MatrixInfo t1, method ForeachXYIndex (line 7368) | public readonly void ForeachXYIndex(MatrixInfo t1, method ForeachXYIndex (line 7392) | public readonly void ForeachXYIndex(MatrixInfo t1, method ForeachXYIndex (line 7416) | public readonly void ForeachXYIndex(MatrixInfo t1, method ForeachYXIndex (line 7442) | public readonly void ForeachYXIndex(MatrixInfo t1, method ForeachYXIndex (line 7464) | public readonly void ForeachYXIndex(MatrixInfo t1, method ForeachYXIndex (line 7488) | public readonly void ForeachYXIndex(MatrixInfo t1, method ForeachYXIndex (line 7512) | public readonly void ForeachYXIndex(MatrixInfo t1, method ForeachYXIndex (line 7538) | public readonly void ForeachYXIndex(MatrixInfo t1, method ForeachYXIndex (line 7560) | public readonly void ForeachYXIndex(MatrixInfo t1, method ForeachYXIndex (line 7584) | public readonly void ForeachYXIndex(MatrixInfo t1, method ForeachYXIndex (line 7608) | public readonly void ForeachYXIndex(MatrixInfo t1, method CheckMatchingSize (line 7629) | public readonly void CheckMatchingSize(MatrixInfo t1) method CheckMatchingSize (line 7634) | public readonly void CheckMatchingSize(MatrixInfo t1, MatrixInfo t2) method CheckMatchingSize (line 7639) | public readonly void CheckMatchingSize(MatrixInfo t1, MatrixInfo t2, M... method HasMatchingLayout (line 7644) | public readonly bool HasMatchingLayout(MatrixInfo t1) method HasMatchingLayout (line 7649) | public readonly bool HasMatchingLayout(MatrixInfo t1, MatrixInfo t2) method HasMatchingLayout (line 7654) | public readonly bool HasMatchingLayout(MatrixInfo t1, MatrixInfo t2, M... type Matrix (line 7678) | [Serializable] method Matrix (line 7689) | public Matrix(Td[] data, MatrixInfo info) method Matrix (line 7698) | public Matrix(V2l size) method Matrix (line 7705) | public Matrix(V2i size) method Matrix (line 7712) | public Matrix(MatrixInfo info) method Matrix (line 7719) | public Matrix(long sx, long sy) method Matrix (line 7726) | public Matrix(Td[] data, long sx, long sy) method Matrix (line 7733) | public Matrix(long sx, long sy, Td value) method Matrix (line 7740) | public Matrix(Td[] data, V2l size) method Matrix (line 7747) | public Matrix(Td[] data, V2i size) method Matrix (line 7755) | public Matrix(V2l size, Td value) method Matrix (line 7765) | public Matrix(V2i size, Td value) method Matrix (line 7772) | public Matrix(Td[] data, long origin, V2l size, V2l delta) method Matrix (line 7779) | public Matrix(Td[] data, long origin, V2l size, V2l delta, V2l first) method Matrix (line 7786) | public Matrix(long origin, V2l size, V2l delta) method ForeachIndex (line 8135) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 8140) | public readonly void ForeachIndex(Action x_y_i_action) method ForeachCoord (line 8145) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 8150) | public readonly void ForeachIndex(MatrixInfo t1, Action i_... method ForeachX (line 8161) | public readonly void ForeachX( method ForeachY (line 8173) | public readonly void ForeachY( method ForeachXY (line 8188) | public readonly void ForeachXY( method ForeachXY (line 8204) | public readonly void ForeachXY( method ForeachXY (line 8222) | public readonly void ForeachXY( method ForeachXY (line 8240) | public readonly void ForeachXY( method ForeachYX (line 8260) | public readonly void ForeachYX( method ForeachYX (line 8276) | public readonly void ForeachYX( method ForeachYX (line 8294) | public readonly void ForeachYX( method ForeachYX (line 8312) | public readonly void ForeachYX( method ForeachXIndex (line 8329) | public readonly void ForeachXIndex( method ForeachXIndex (line 8341) | public readonly void ForeachXIndex( method ForeachYIndex (line 8353) | public readonly void ForeachYIndex( method ForeachYIndex (line 8365) | public readonly void ForeachYIndex( method ForeachXYIndex (line 8380) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 8396) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 8414) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 8432) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 8452) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 8468) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 8486) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 8504) | public readonly void ForeachXYIndex( method ForeachYXIndex (line 8524) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 8540) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 8558) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 8576) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 8596) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 8612) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 8630) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 8648) | public readonly void ForeachYXIndex( method SubMatrixWindow (line 8668) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size) method SubMatrix (line 8678) | public readonly Matrix SubMatrix(V2l begin, V2l size) method SubMatrixWindow (line 8688) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size) method SubMatrix (line 8698) | public readonly Matrix SubMatrix(V2i begin, V2i size) method SubMatrixWindow (line 8708) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size, V2l de... method SubMatrix (line 8718) | public readonly Matrix SubMatrix(V2l begin, V2l size, V2l delta) method SubMatrixWindow (line 8728) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size, V2i de... method SubMatrix (line 8738) | public readonly Matrix SubMatrix(V2i begin, V2i size, V2i delta) method SubMatrixWindow (line 8747) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size, V2l de... method SubMatrixWindow (line 8756) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size, V2i de... method SubMatrixWindow (line 8766) | public readonly Matrix SubMatrixWindow( method SubMatrix (line 8780) | public readonly Matrix SubMatrix( method SubMatrixWindow (line 8794) | public readonly Matrix SubMatrixWindow( method SubMatrix (line 8810) | public readonly Matrix SubMatrix( method AsVector (line 8825) | public readonly Vector AsVector() method SubVector (line 8834) | public readonly Vector SubVector(V2l origin, long size, long delta) method SubVector (line 8843) | public readonly Vector SubVector(V2i origin, long size, long delta) method Col (line 8852) | public readonly Vector Col(long x) method ColWindow (line 8861) | public readonly Vector ColWindow(long x) method Row (line 8870) | public readonly Vector Row(long y) method RowWindow (line 8879) | public readonly Vector RowWindow(long y) method SubYVector (line 8888) | public readonly Vector SubYVector(long x) method SubYVectorAsReadOnlyMatrix (line 8899) | public readonly Matrix SubYVectorAsReadOnlyMatrix(long x, long sizex) method SubYVectorWindow (line 8908) | public readonly Vector SubYVectorWindow(long x) method SubYVectorAsReadOnlyMatrixWindow (line 8919) | public readonly Matrix SubYVectorAsReadOnlyMatrixWindow(long x, lo... method SubXVector (line 8928) | public readonly Vector SubXVector(long y) method SubXVectorAsReadOnlyMatrix (line 8939) | public readonly Matrix SubXVectorAsReadOnlyMatrix(long y, long sizey) method SubXVectorWindow (line 8948) | public readonly Vector SubXVectorWindow(long y) method SubXVectorAsReadOnlyMatrixWindow (line 8959) | public readonly Matrix SubXVectorAsReadOnlyMatrixWindow(long y, lo... method SubItemAsReadOnlyMatrix (line 8970) | public readonly Matrix SubItemAsReadOnlyMatrix(long x, long y, lon... method SubItemAsReadOnlyMatrixWindow (line 8981) | public readonly Matrix SubItemAsReadOnlyMatrixWindow(long x, long ... method SubMatrixWindow (line 8991) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size) method SubMatrix (line 9001) | public readonly Matrix SubMatrix(V2l begin, V2l size) method SubMatrixWindow (line 9011) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size) method SubMatrix (line 9021) | public readonly Matrix SubMatrix(V2i begin, V2i size) method SubMatrixWindow (line 9031) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size... method SubMatrix (line 9041) | public readonly Matrix SubMatrix(V2l begin, V2l size, V2l ... method SubMatrixWindow (line 9051) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size... method SubMatrix (line 9061) | public readonly Matrix SubMatrix(V2i begin, V2i size, V2i ... method SubMatrixWindow (line 9070) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size... method SubMatrixWindow (line 9079) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size... method SubMatrixWindow (line 9089) | public readonly Matrix SubMatrixWindow( method SubMatrix (line 9103) | public readonly Matrix SubMatrix( method SubMatrixWindow (line 9117) | public readonly Matrix SubMatrixWindow( method SubMatrix (line 9133) | public readonly Matrix SubMatrix( method AsVector (line 9148) | public readonly Vector AsVector() method SubVector (line 9157) | public readonly Vector SubVector(V2l origin, long size, lo... method SubVector (line 9166) | public readonly Vector SubVector(V2i origin, long size, lo... method Col (line 9175) | public readonly Vector Col(long x) method ColWindow (line 9184) | public readonly Vector ColWindow(long x) method Row (line 9193) | public readonly Vector Row(long y) method RowWindow (line 9202) | public readonly Vector RowWindow(long y) method SubYVector (line 9211) | public readonly Vector SubYVector(long x) method SubYVectorAsReadOnlyMatrix (line 9222) | public readonly Matrix SubYVectorAsReadOnlyMatrix(long x, ... method SubYVectorWindow (line 9231) | public readonly Vector SubYVectorWindow(long x) method SubYVectorAsReadOnlyMatrixWindow (line 9242) | public readonly Matrix SubYVectorAsReadOnlyMatrixWindow(lo... method SubXVector (line 9251) | public readonly Vector SubXVector(long y) method SubXVectorAsReadOnlyMatrix (line 9262) | public readonly Matrix SubXVectorAsReadOnlyMatrix(long y, ... method SubXVectorWindow (line 9271) | public readonly Vector SubXVectorWindow(long y) method SubXVectorAsReadOnlyMatrixWindow (line 9282) | public readonly Matrix SubXVectorAsReadOnlyMatrixWindow(lo... method SubItemAsReadOnlyMatrix (line 9293) | public readonly Matrix SubItemAsReadOnlyMatrix(long x, lon... method SubItemAsReadOnlyMatrixWindow (line 9304) | public readonly Matrix SubItemAsReadOnlyMatrixWindow(long ... method Copy (line 9317) | public readonly Matrix Copy() method CopyWindow (line 9326) | public readonly Matrix CopyWindow() method Map (line 9336) | public readonly Matrix Map(Func fun) method MapWindow (line 9345) | public readonly Matrix MapWindow(Func fun) method Repeated (line 9354) | public readonly Matrix Repeated(V2l count) method Apply (line 9375) | public readonly Matrix Apply(Func element_elementFun) method Apply (line 9398) | public readonly Matrix Apply( method Apply (line 9472) | public readonly Matrix Apply( method ApplyByCoord (line 9514) | public readonly Matrix ApplyByCoord(Func element_crd_... method ApplyByCoord (line 9546) | public readonly Matrix ApplyByCoord(Func fun) method Set (line 9568) | public readonly Matrix Set(Td v) method SetByCoord (line 9605) | public readonly Matrix SetByCoord(Func x_y_element... method SetByCoord (line 9642) | public readonly Matrix SetByCoord(Func crd_elementFun) method SetByCoord (line 9679) | public readonly Matrix SetByCoord( method SetByIndex (line 9715) | public readonly Matrix SetByIndex(Func index_elementFun) method Set (line 9755) | public readonly Matrix Set(IMatrix it1) method Set (line 9793) | public readonly Matrix Set(Matrix t1) method SetMap (line 9866) | public readonly Matrix SetMap( method SetByIndex (line 9942) | public readonly Matrix SetByIndex( method Set (line 10015) | public readonly Matrix Set(Matrix t1) method SetMap (line 10056) | public readonly Matrix SetMap( method SetByIndex (line 10100) | public readonly Matrix SetByIndex( method SetMap2 (line 10142) | public readonly Matrix SetMap2( method SetByIndex (line 10219) | public readonly Matrix SetByIndex( method SetMap2 (line 10294) | public readonly Matrix SetMap2( method SetByIndex (line 10339) | public readonly Matrix SetByIndex( method SetMap2 (line 10382) | public readonly Matrix SetMap2( method SetByIndex (line 10427) | public readonly Matrix SetByIndex( method SetMap2 (line 10470) | public readonly Matrix SetMap2( method SetByIndex (line 10515) | public readonly Matrix SetByIndex( method SetMap3 (line 10558) | public readonly Matrix SetMap3( method SetByIndex (line 10635) | public readonly Matrix SetByIndex( method SetMap3 (line 10710) | public readonly Matrix SetMap3( method SetByIndex (line 10755) | public readonly Matrix SetByIndex( method SetMap3 (line 10798) | public readonly Matrix SetMap3( method SetByIndex (line 10843) | public readonly Matrix SetByIndex( method SetMap3 (line 10886) | public readonly Matrix SetMap3( method SetByIndex (line 10931) | public readonly Matrix SetByIndex( method SetMap3 (line 10974) | public readonly Matrix SetMap3( method SetByIndex (line 11019) | public readonly Matrix SetByIndex( method SetMap3 (line 11062) | public readonly Matrix SetMap3( method SetByIndex (line 11107) | public readonly Matrix SetByIndex( method SetMap3 (line 11150) | public readonly Matrix SetMap3( method SetByIndex (line 11195) | public readonly Matrix SetByIndex( method SetMap3 (line 11238) | public readonly Matrix SetMap3( method SetByIndex (line 11283) | public readonly Matrix SetByIndex( method SetConvolution (line 11324) | public readonly Matrix SetConvolution( method SetOuterProduct (line 11339) | public readonly Matrix SetOuterProduct( method SetOuterProduct (line 11369) | public readonly Matrix SetOuterProduct( method SetOuterProduct (line 11399) | public readonly Matrix SetOuterProduct( method SetOuterProduct (line 11429) | public readonly Matrix SetOuterProduct( method Norm (line 11459) | public readonly Tr Norm( method Norm (line 11494) | public readonly Tr Norm(Func elementFun, method Norm (line 11529) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 11564) | public readonly Ts InnerProduct( method InnerProduct (line 11635) | public readonly Ts InnerProduct( method Norm (line 11674) | public readonly Tr Norm( method Norm (line 11712) | public readonly Tr Norm(Func elementFun, method Norm (line 11750) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 11788) | public readonly Ts InnerProduct( method InnerProduct (line 11865) | public readonly Ts InnerProduct( method Create (line 11914) | public static Matrix Create( method Create (line 11923) | public static Matrix Create( method Map (line 11933) | public static Matrix Map( method CreateByIndex (line 11945) | public static Matrix CreateByIndex( method Map (line 11955) | public static Matrix Map( method CreateByIndex (line 11967) | public static Matrix CreateByIndex( method Map2 (line 11977) | public static Matrix Map2( method CreateByIndex (line 11990) | public static Matrix CreateByIndex( method Map2 (line 12001) | public static Matrix Map2( method CreateByIndex (line 12014) | public static Matrix CreateByIndex( method Map2 (line 12025) | public static Matrix Map2( method CreateByIndex (line 12038) | public static Matrix CreateByIndex( method Map2 (line 12049) | public static Matrix Map2( method CreateByIndex (line 12062) | public static Matrix CreateByIndex( method Map3 (line 12073) | public static Matrix Map3( method CreateByIndex (line 12086) | public static Matrix CreateByIndex( method Map3 (line 12097) | public static Matrix Map3( method CreateByIndex (line 12110) | public static Matrix CreateByIndex( method Map3 (line 12121) | public static Matrix Map3( method CreateByIndex (line 12134) | public static Matrix CreateByIndex( method Map3 (line 12145) | public static Matrix Map3( method CreateByIndex (line 12158) | public static Matrix CreateByIndex( method Map3 (line 12169) | public static Matrix Map3( method CreateByIndex (line 12182) | public static Matrix CreateByIndex( method Map3 (line 12193) | public static Matrix Map3( method CreateByIndex (line 12206) | public static Matrix CreateByIndex( method Map3 (line 12217) | public static Matrix Map3( method CreateByIndex (line 12230) | public static Matrix CreateByIndex( method Map3 (line 12241) | public static Matrix Map3( method CreateByIndex (line 12254) | public static Matrix CreateByIndex( method Create (line 12265) | public static Matrix Create(V2l size, Func fun) method CreateConvolution (line 12276) | public static Matrix CreateConvolution( method CreateOuterProduct (line 12289) | public static Matrix CreateOuterProduct( method CreateOuterProduct (line 12301) | public static Matrix CreateOuterProduct( method CreateOuterProduct (line 12313) | public static Matrix CreateOuterProduct( method CreateOuterProduct (line 12325) | public static Matrix CreateOuterProduct( method SampleRaw4 (line 12338) | public readonly TRes SampleRaw4( method SampleRaw4 (line 12353) | public readonly TRes SampleRaw4( method Sample4Clamped (line 12365) | public readonly TRes Sample4Clamped( method Sample4Clamped (line 12374) | public readonly TRes Sample4Clamped( method Sample4 (line 12383) | public readonly TRes Sample4( method Sample4 (line 12402) | public readonly TRes Sample4( method SetScaled4 (line 12419) | public readonly void SetScaled4(Matrix sourceMat, method SetScaled4 (line 12477) | public readonly void SetScaled4(Matrix sourceMat, method Sample4 (line 12536) | public readonly TRes Sample4( method SampleRaw16 (line 12545) | public readonly TRes SampleRaw16( method SampleRaw16 (line 12555) | public readonly TRes SampleRaw16( method Sample16Clamped (line 12573) | public readonly TRes Sample16Clamped( method Sample16Clamped (line 12584) | public readonly TRes Sample16Clamped( method Sample16 (line 12595) | public readonly TRes Sample16( method Sample16 (line 12609) | public readonly TRes Sample16( method SetScaled16 (line 12631) | public readonly void SetScaled16(Matrix sourceMat, method SetScaled16 (line 12691) | public readonly void SetScaled16(Matrix sourceMat, method Sample16 (line 12752) | public readonly TRes Sample16( method SampleRaw36 (line 12763) | public readonly TRes SampleRaw36( method SampleRaw36 (line 12773) | public readonly TRes SampleRaw36( method Sample36Clamped (line 12794) | public readonly TRes Sample36Clamped( method Sample36Clamped (line 12805) | public readonly TRes Sample36Clamped( method Sample36 (line 12816) | public readonly TRes Sample36( method Sample36 (line 12830) | public readonly TRes Sample36( method SetScaled36 (line 12854) | public readonly void SetScaled36(Matrix sourceMat, method SetScaled36 (line 12918) | public readonly void SetScaled36(Matrix sourceMat, method Sample36 (line 12983) | public readonly TRes Sample36( method SetLineX (line 13003) | public readonly void SetLineX(double x0, double x1, double y, Td value) method SetLineY (line 13012) | public readonly void SetLineY(double x, double y0, double y1, Td value) method SetLineX (line 13020) | public readonly void SetLineX(long x0, long x1, long y, Td value) method SetLineY (line 13031) | public readonly void SetLineY(long x, long y0, long y1, Td value) method SetRectangle (line 13043) | public readonly void SetRectangle(V2d p0, V2d p1, Td value) method SetRectangle (line 13052) | public readonly void SetRectangle(double x0, double y0, double x1, dou... method SetRectangle (line 13061) | public readonly void SetRectangle(V2i p0, V2i p1, Td value) method SetRectangle (line 13069) | public readonly void SetRectangle(V2l v0, V2l v1, Td value) method SetRectangle (line 13077) | public readonly void SetRectangle(long x0, long y0, long x1, long y1, ... method SetRectangleFilled (line 13090) | public readonly void SetRectangleFilled(V2d p0, V2d p1, Td value) method SetRectangleFilled (line 13100) | public readonly void SetRectangleFilled(double x0, double y0, double x... method SetRectangleFilled (line 13110) | public readonly void SetRectangleFilled(V2i p0, V2i p1, Td value) method SetRectangleFilled (line 13119) | public readonly void SetRectangleFilled(V2l p0, V2l p1, Td value) method SetRectangleFilled (line 13128) | public readonly void SetRectangleFilled(long x0, long y0, long x1, lon... method SetCross (line 13143) | public readonly void SetCross(V2d p, double radius, Td value) method SetCross (line 13151) | public readonly void SetCross(double x, double y, double radius, Td va... method SetCross (line 13159) | public readonly void SetCross(V2i p, int radius, Td value) method SetCross (line 13167) | public readonly void SetCross(V2l p, long radius, Td value) method SetCross (line 13175) | public readonly void SetCross(long x, long y, long radius, Td value) method SetCrossX (line 13185) | public readonly void SetCrossX(V2d p, double radius, Td value) method SetCrossX (line 13194) | public readonly void SetCrossX(double x, double y, double radius, Td v... method SetCrossX (line 13203) | public readonly void SetCrossX(V2i p, int radius, Td value) method SetCrossX (line 13212) | public readonly void SetCrossX(V2l p, long radius, Td value) method SetCrossX (line 13221) | public readonly void SetCrossX(long x, long y, long radius, Td value) method SetSquare (line 13227) | public readonly void SetSquare( method SetSquare (line 13233) | public readonly void SetSquare( method SetSquare (line 13239) | public readonly void SetSquare( method SetSquare (line 13245) | public readonly void SetSquare( method SetSquare (line 13251) | public readonly void SetSquare( method SetSquareFilled (line 13257) | public readonly void SetSquareFilled( method SetSquareFilled (line 13263) | public readonly void SetSquareFilled( method SetSquareFilled (line 13269) | public readonly void SetSquareFilled( method SetSquareFilled (line 13275) | public readonly void SetSquareFilled( method SetSquareFilled (line 13281) | public readonly void SetSquareFilled( method SetLine (line 13287) | public readonly void SetLine( method SetLine (line 13293) | public readonly void SetLine( method SetLine (line 13299) | public readonly void SetLine( method SetLine (line 13305) | public readonly void SetLine( method SetLine (line 13314) | public readonly void SetLine( method SetLineAllTouchedRaw (line 13393) | public readonly void SetLineAllTouchedRaw(V2d p0, V2d p1, Td value) method SetLineAllTouchedRaw (line 13402) | public readonly void SetLineAllTouchedRaw(double x0, double y0, double... method SetCircle (line 13434) | public readonly void SetCircle( method SetCircle (line 13440) | public readonly void SetCircle( method SetCircle (line 13446) | public readonly void SetCircle( method SetCircle (line 13452) | public readonly void SetCircle( method SetCircle (line 13458) | public readonly void SetCircle( method SetCircleFilled (line 13521) | public readonly void SetCircleFilled( method SetCircleFilled (line 13527) | public readonly void SetCircleFilled( method SetCircleFilled (line 13533) | public readonly void SetCircleFilled( method SetCircleFilled (line 13539) | public readonly void SetCircleFilled( method SetCircleFilled (line 13545) | public readonly void SetCircleFilled( method SetMonotonePolygonFilledRaw (line 13610) | public readonly void SetMonotonePolygonFilledRaw( method SetMonotonePolygonFilledRaw (line 13714) | public readonly void SetMonotonePolygonFilledRaw( method GetValue (line 13818) | public readonly object GetValue(long x, long y) method SetValue (line 13823) | public readonly void SetValue(object value, long x, long y) method GetValue (line 13828) | public readonly object GetValue(V2l v) method SetValue (line 13833) | public readonly void SetValue(object value, V2l v) method Matrix (line 13875) | public Matrix(Td[] data, MatrixInfo info) method Matrix (line 13886) | public Matrix(V2l size) method Matrix (line 13893) | public Matrix(V2i size) method Matrix (line 13900) | public Matrix(MatrixInfo info) method Matrix (line 13907) | public Matrix(long sx, long sy) method Matrix (line 13914) | public Matrix(Td[] data, long sx, long sy) method Matrix (line 13921) | public Matrix(long sx, long sy, Tv value) method Matrix (line 13928) | public Matrix(Td[] data, V2l size) method Matrix (line 13935) | public Matrix(Td[] data, V2i size) method Matrix (line 13943) | public Matrix(V2l size, Tv value) method Matrix (line 13953) | public Matrix(V2i size, Tv value) method Matrix (line 13960) | public Matrix(Td[] data, long origin, V2l size, V2l delta) method Matrix (line 13967) | public Matrix(Td[] data, long origin, V2l size, V2l delta, V2l first) method Matrix (line 13974) | public Matrix(long origin, V2l size, V2l delta) method ForeachIndex (line 14334) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 14339) | public readonly void ForeachIndex(Action x_y_i_action) method ForeachCoord (line 14344) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 14349) | public readonly void ForeachIndex(MatrixInfo t1, Action i_... method ForeachX (line 14360) | public readonly void ForeachX( method ForeachY (line 14372) | public readonly void ForeachY( method ForeachXY (line 14387) | public readonly void ForeachXY( method ForeachXY (line 14403) | public readonly void ForeachXY( method ForeachXY (line 14421) | public readonly void ForeachXY( method ForeachXY (line 14439) | public readonly void ForeachXY( method ForeachYX (line 14459) | public readonly void ForeachYX( method ForeachYX (line 14475) | public readonly void ForeachYX( method ForeachYX (line 14493) | public readonly void ForeachYX( method ForeachYX (line 14511) | public readonly void ForeachYX( method ForeachXIndex (line 14528) | public readonly void ForeachXIndex( method ForeachXIndex (line 14540) | public readonly void ForeachXIndex( method ForeachYIndex (line 14552) | public readonly void ForeachYIndex( method ForeachYIndex (line 14564) | public readonly void ForeachYIndex( method ForeachXYIndex (line 14579) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 14595) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 14613) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 14631) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 14651) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 14667) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 14685) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 14703) | public readonly void ForeachXYIndex( method ForeachYXIndex (line 14723) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 14739) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 14757) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 14775) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 14795) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 14811) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 14829) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 14847) | public readonly void ForeachYXIndex( method SubMatrixWindow (line 14867) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size) method SubMatrix (line 14878) | public readonly Matrix SubMatrix(V2l begin, V2l size) method SubMatrixWindow (line 14889) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size) method SubMatrix (line 14900) | public readonly Matrix SubMatrix(V2i begin, V2i size) method SubMatrixWindow (line 14911) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size, V2... method SubMatrix (line 14922) | public readonly Matrix SubMatrix(V2l begin, V2l size, V2l delta) method SubMatrixWindow (line 14933) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size, V2... method SubMatrix (line 14944) | public readonly Matrix SubMatrix(V2i begin, V2i size, V2i delta) method SubMatrixWindow (line 14954) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size, V2... method SubMatrixWindow (line 14964) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size, V2... method SubMatrixWindow (line 14975) | public readonly Matrix SubMatrixWindow( method SubMatrix (line 14990) | public readonly Matrix SubMatrix( method SubMatrixWindow (line 15005) | public readonly Matrix SubMatrixWindow( method SubMatrix (line 15022) | public readonly Matrix SubMatrix( method AsVector (line 15038) | public readonly Vector AsVector() method SubVector (line 15048) | public readonly Vector SubVector(V2l origin, long size, long d... method SubVector (line 15058) | public readonly Vector SubVector(V2i origin, long size, long d... method Col (line 15068) | public readonly Vector Col(long x) method ColWindow (line 15078) | public readonly Vector ColWindow(long x) method Row (line 15088) | public readonly Vector Row(long y) method RowWindow (line 15098) | public readonly Vector RowWindow(long y) method SubYVector (line 15108) | public readonly Vector SubYVector(long x) method SubYVectorAsReadOnlyMatrix (line 15120) | public readonly Matrix SubYVectorAsReadOnlyMatrix(long x, long... method SubYVectorWindow (line 15130) | public readonly Vector SubYVectorWindow(long x) method SubYVectorAsReadOnlyMatrixWindow (line 15142) | public readonly Matrix SubYVectorAsReadOnlyMatrixWindow(long x... method SubXVector (line 15152) | public readonly Vector SubXVector(long y) method SubXVectorAsReadOnlyMatrix (line 15164) | public readonly Matrix SubXVectorAsReadOnlyMatrix(long y, long... method SubXVectorWindow (line 15174) | public readonly Vector SubXVectorWindow(long y) method SubXVectorAsReadOnlyMatrixWindow (line 15186) | public readonly Matrix SubXVectorAsReadOnlyMatrixWindow(long y... method SubItemAsReadOnlyMatrix (line 15198) | public readonly Matrix SubItemAsReadOnlyMatrix(long x, long y,... method SubItemAsReadOnlyMatrixWindow (line 15210) | public readonly Matrix SubItemAsReadOnlyMatrixWindow(long x, l... method SubMatrixWindow (line 15221) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size) method SubMatrix (line 15231) | public readonly Matrix SubMatrix(V2l begin, V2l size) method SubMatrixWindow (line 15241) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size) method SubMatrix (line 15251) | public readonly Matrix SubMatrix(V2i begin, V2i size) method SubMatrixWindow (line 15261) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size... method SubMatrix (line 15271) | public readonly Matrix SubMatrix(V2l begin, V2l size, V2l ... method SubMatrixWindow (line 15281) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size... method SubMatrix (line 15291) | public readonly Matrix SubMatrix(V2i begin, V2i size, V2i ... method SubMatrixWindow (line 15300) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size... method SubMatrixWindow (line 15309) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size... method SubMatrixWindow (line 15319) | public readonly Matrix SubMatrixWindow( method SubMatrix (line 15333) | public readonly Matrix SubMatrix( method SubMatrixWindow (line 15347) | public readonly Matrix SubMatrixWindow( method SubMatrix (line 15363) | public readonly Matrix SubMatrix( method AsVector (line 15378) | public readonly Vector AsVector() method SubVector (line 15387) | public readonly Vector SubVector(V2l origin, long size, lo... method SubVector (line 15396) | public readonly Vector SubVector(V2i origin, long size, lo... method Col (line 15405) | public readonly Vector Col(long x) method ColWindow (line 15414) | public readonly Vector ColWindow(long x) method Row (line 15423) | public readonly Vector Row(long y) method RowWindow (line 15432) | public readonly Vector RowWindow(long y) method SubYVector (line 15441) | public readonly Vector SubYVector(long x) method SubYVectorAsReadOnlyMatrix (line 15452) | public readonly Matrix SubYVectorAsReadOnlyMatrix(long x, ... method SubYVectorWindow (line 15461) | public readonly Vector SubYVectorWindow(long x) method SubYVectorAsReadOnlyMatrixWindow (line 15472) | public readonly Matrix SubYVectorAsReadOnlyMatrixWindow(lo... method SubXVector (line 15481) | public readonly Vector SubXVector(long y) method SubXVectorAsReadOnlyMatrix (line 15492) | public readonly Matrix SubXVectorAsReadOnlyMatrix(long y, ... method SubXVectorWindow (line 15501) | public readonly Vector SubXVectorWindow(long y) method SubXVectorAsReadOnlyMatrixWindow (line 15512) | public readonly Matrix SubXVectorAsReadOnlyMatrixWindow(lo... method SubItemAsReadOnlyMatrix (line 15523) | public readonly Matrix SubItemAsReadOnlyMatrix(long x, lon... method SubItemAsReadOnlyMatrixWindow (line 15534) | public readonly Matrix SubItemAsReadOnlyMatrixWindow(long ... method Copy (line 15547) | public readonly Matrix Copy() method CopyWindow (line 15556) | public readonly Matrix CopyWindow() method Map (line 15566) | public readonly Matrix Map(Func fun) method MapWindow (line 15575) | public readonly Matrix MapWindow(Func fun) method CopyView (line 15580) | public readonly Matrix CopyView() method CopyViewWindow (line 15585) | public readonly Matrix CopyViewWindow() method Map (line 15594) | public readonly Matrix Map(Func fun) method MapWindow (line 15603) | public readonly Matrix MapWindow(Func fun) method Apply (line 15618) | public readonly Matrix Apply(Func element_elementFun) method Apply (line 15641) | public readonly Matrix Apply( method Apply (line 15683) | public readonly Matrix Apply( method ApplyByCoord (line 15725) | public readonly Matrix ApplyByCoord(Func element_... method ApplyByCoord (line 15757) | public readonly Matrix ApplyByCoord(Func fun) method Set (line 15779) | public readonly Matrix Set(Tv v) method SetByCoord (line 15816) | public readonly Matrix SetByCoord(Func x_y_ele... method SetByCoord (line 15853) | public readonly Matrix SetByCoord(Func crd_elementFun) method SetByCoord (line 15890) | public readonly Matrix SetByCoord( method SetByIndex (line 15926) | public readonly Matrix SetByIndex(Func index_element... method Set (line 15966) | public readonly Matrix Set(IMatrix it1) method Set (line 16004) | public readonly Matrix Set(Matrix t1) method SetMap (line 16045) | public readonly Matrix SetMap( method SetByIndex (line 16089) | public readonly Matrix SetByIndex( method Set (line 16130) | public readonly Matrix Set(Matrix t1) method SetMap (line 16171) | public readonly Matrix SetMap( method SetByIndex (line 16215) | public readonly Matrix SetByIndex( method SetMap2 (line 16257) | public readonly Matrix SetMap2( method SetByIndex (line 16302) | public readonly Matrix SetByIndex( method SetMap2 (line 16345) | public readonly Matrix SetMap2( method SetByIndex (line 16390) | public readonly Matrix SetByIndex( method SetMap2 (line 16433) | public readonly Matrix SetMap2( method SetByIndex (line 16478) | public readonly Matrix SetByIndex( method SetMap2 (line 16521) | public readonly Matrix SetMap2( method SetByIndex (line 16566) | public readonly Matrix SetByIndex( method SetMap3 (line 16609) | public readonly Matrix SetMap3( method SetByIndex (line 16654) | public readonly Matrix SetByIndex( method SetMap3 (line 16697) | public readonly Matrix SetMap3( method SetByIndex (line 16742) | public readonly Matrix SetByIndex( method SetMap3 (line 16785) | public readonly Matrix SetMap3( method SetByIndex (line 16830) | public readonly Matrix SetByIndex( method SetMap3 (line 16873) | public readonly Matrix SetMap3( method SetByIndex (line 16918) | public readonly Matrix SetByIndex( method SetMap3 (line 16961) | public readonly Matrix SetMap3( method SetByIndex (line 17006) | public readonly Matrix SetByIndex( method SetMap3 (line 17049) | public readonly Matrix SetMap3( method SetByIndex (line 17094) | public readonly Matrix SetByIndex( method SetMap3 (line 17137) | public readonly Matrix SetMap3( method SetByIndex (line 17182) | public readonly Matrix SetByIndex( method SetMap3 (line 17225) | public readonly Matrix SetMap3( method SetByIndex (line 17270) | public readonly Matrix SetByIndex( method SetConvolution (line 17311) | public readonly Matrix SetConvolution( method SetOuterProduct (line 17326) | public readonly Matrix SetOuterProduct( method SetOuterProduct (line 17356) | public readonly Matrix SetOuterProduct( method SetOuterProduct (line 17386) | public readonly Matrix SetOuterProduct( method SetOuterProduct (line 17416) | public readonly Matrix SetOuterProduct( method Norm (line 17446) | public readonly Tr Norm( method Norm (line 17481) | public readonly Tr Norm(Func elementFun, method Norm (line 17516) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 17551) | public readonly Ts InnerProduct( method InnerProduct (line 17590) | public readonly Ts InnerProduct( method Norm (line 17629) | public readonly Tr Norm( method Norm (line 17667) | public readonly Tr Norm(Func elementFun, method Norm (line 17705) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 17743) | public readonly Ts InnerProduct( method InnerProduct (line 17785) | public readonly Ts InnerProduct( method Create (line 17834) | public static Matrix Create( method Create (line 17843) | public static Matrix Create( method Map (line 17853) | public static Matrix Map( method CreateByIndex (line 17865) | public static Matrix CreateByIndex( method Map (line 17875) | public static Matrix Map( method CreateByIndex (line 17887) | public static Matrix CreateByIndex( method Map2 (line 17897) | public static Matrix Map2( method CreateByIndex (line 17910) | public static Matrix CreateByIndex( method Map2 (line 17921) | public static Matrix Map2( method CreateByIndex (line 17934) | public static Matrix CreateByIndex( method Map2 (line 17945) | public static Matrix Map2( method CreateByIndex (line 17958) | public static Matrix CreateByIndex( method Map2 (line 17969) | public static Matrix Map2( method CreateByIndex (line 17982) | public static Matrix CreateByIndex( method Map3 (line 17993) | public static Matrix Map3( method CreateByIndex (line 18006) | public static Matrix CreateByIndex( method Map3 (line 18017) | public static Matrix Map3( method CreateByIndex (line 18030) | public static Matrix CreateByIndex( method Map3 (line 18041) | public static Matrix Map3( method CreateByIndex (line 18054) | public static Matrix CreateByIndex( method Map3 (line 18065) | public static Matrix Map3( method CreateByIndex (line 18078) | public static Matrix CreateByIndex( method Map3 (line 18089) | public static Matrix Map3( method CreateByIndex (line 18102) | public static Matrix CreateByIndex( method Map3 (line 18113) | public static Matrix Map3( method CreateByIndex (line 18126) | public static Matrix CreateByIndex( method Map3 (line 18137) | public static Matrix Map3( method CreateByIndex (line 18150) | public static Matrix CreateByIndex( method Map3 (line 18161) | public static Matrix Map3( method CreateByIndex (line 18174) | public static Matrix CreateByIndex( method Create (line 18185) | public static Matrix Create(V2l size, Func fun) method CreateConvolution (line 18196) | public static Matrix CreateConvolution( method CreateOuterProduct (line 18209) | public static Matrix CreateOuterProduct( method CreateOuterProduct (line 18221) | public static Matrix CreateOuterProduct( method CreateOuterProduct (line 18233) | public static Matrix CreateOuterProduct( method CreateOuterProduct (line 18245) | public static Matrix CreateOuterProduct( method SampleRaw4 (line 18258) | public readonly TRes SampleRaw4( method SampleRaw4 (line 18273) | public readonly TRes SampleRaw4( method Sample4Clamped (line 18285) | public readonly TRes Sample4Clamped( method Sample4Clamped (line 18294) | public readonly TRes Sample4Clamped( method Sample4 (line 18303) | public readonly TRes Sample4( method Sample4 (line 18322) | public readonly TRes Sample4( method SetScaled4 (line 18339) | public readonly void SetScaled4(Matrix sourceMat, method SetScaled4 (line 18397) | public readonly void SetScaled4(Matrix sourceMat, method Sample4 (line 18456) | public readonly TRes Sample4( method SampleRaw16 (line 18465) | public readonly TRes SampleRaw16( method SampleRaw16 (line 18475) | public readonly TRes SampleRaw16( method Sample16Clamped (line 18493) | public readonly TRes Sample16Clamped( method Sample16Clamped (line 18504) | public readonly TRes Sample16Clamped( method Sample16 (line 18515) | public readonly TRes Sample16( method Sample16 (line 18529) | public readonly TRes Sample16( method SetScaled16 (line 18551) | public readonly void SetScaled16(Matrix sourceMat, method SetScaled16 (line 18611) | public readonly void SetScaled16(Matrix sourceMat, method Sample16 (line 18672) | public readonly TRes Sample16( method SampleRaw36 (line 18683) | public readonly TRes SampleRaw36( method SampleRaw36 (line 18693) | public readonly TRes SampleRaw36( method Sample36Clamped (line 18714) | public readonly TRes Sample36Clamped( method Sample36Clamped (line 18725) | public readonly TRes Sample36Clamped( method Sample36 (line 18736) | public readonly TRes Sample36( method Sample36 (line 18750) | public readonly TRes Sample36( method SetScaled36 (line 18774) | public readonly void SetScaled36(Matrix sourceMat, method SetScaled36 (line 18838) | public readonly void SetScaled36(Matrix source... method Sample36 (line 18903) | public readonly TRes Sample36( method SetLineX (line 18923) | public readonly void SetLineX(double x0, double x1, double y, Tv value) method SetLineY (line 18932) | public readonly void SetLineY(double x, double y0, double y1, Tv value) method SetLineX (line 18940) | public readonly void SetLineX(long x0, long x1, long y, Tv value) method SetLineY (line 18951) | public readonly void SetLineY(long x, long y0, long y1, Tv value) method SetRectangle (line 18963) | public readonly void SetRectangle(V2d p0, V2d p1, Tv value) method SetRectangle (line 18972) | public readonly void SetRectangle(double x0, double y0, double x1, dou... method SetRectangle (line 18981) | public readonly void SetRectangle(V2i p0, V2i p1, Tv value) method SetRectangle (line 18989) | public readonly void SetRectangle(V2l v0, V2l v1, Tv value) method SetRectangle (line 18997) | public readonly void SetRectangle(long x0, long y0, long x1, long y1, ... method SetRectangleFilled (line 19010) | public readonly void SetRectangleFilled(V2d p0, V2d p1, Tv value) method SetRectangleFilled (line 19020) | public readonly void SetRectangleFilled(double x0, double y0, double x... method SetRectangleFilled (line 19030) | public readonly void SetRectangleFilled(V2i p0, V2i p1, Tv value) method SetRectangleFilled (line 19039) | public readonly void SetRectangleFilled(V2l p0, V2l p1, Tv value) method SetRectangleFilled (line 19048) | public readonly void SetRectangleFilled(long x0, long y0, long x1, lon... method SetCross (line 19063) | public readonly void SetCross(V2d p, double radius, Tv value) method SetCross (line 19071) | public readonly void SetCross(double x, double y, double radius, Tv va... method SetCross (line 19079) | public readonly void SetCross(V2i p, int radius, Tv value) method SetCross (line 19087) | public readonly void SetCross(V2l p, long radius, Tv value) method SetCross (line 19095) | public readonly void SetCross(long x, long y, long radius, Tv value) method SetCrossX (line 19105) | public readonly void SetCrossX(V2d p, double radius, Tv value) method SetCrossX (line 19114) | public readonly void SetCrossX(double x, double y, double radius, Tv v... method SetCrossX (line 19123) | public readonly void SetCrossX(V2i p, int radius, Tv value) method SetCrossX (line 19132) | public readonly void SetCrossX(V2l p, long radius, Tv value) method SetCrossX (line 19141) | public readonly void SetCrossX(long x, long y, long radius, Tv value) method SetSquare (line 19147) | public readonly void SetSquare( method SetSquare (line 19153) | public readonly void SetSquare( method SetSquare (line 19159) | public readonly void SetSquare( method SetSquare (line 19165) | public readonly void SetSquare( method SetSquare (line 19171) | public readonly void SetSquare( method SetSquareFilled (line 19177) | public readonly void SetSquareFilled( method SetSquareFilled (line 19183) | public readonly void SetSquareFilled( method SetSquareFilled (line 19189) | public readonly void SetSquareFilled( method SetSquareFilled (line 19195) | public readonly void SetSquareFilled( method SetSquareFilled (line 19201) | public readonly void SetSquareFilled( method SetLine (line 19207) | public readonly void SetLine( method SetLine (line 19213) | public readonly void SetLine( method SetLine (line 19219) | public readonly void SetLine( method SetLine (line 19225) | public readonly void SetLine( method SetLine (line 19234) | public readonly void SetLine( method SetLineAllTouchedRaw (line 19313) | public readonly void SetLineAllTouchedRaw(V2d p0, V2d p1, Tv value) method SetLineAllTouchedRaw (line 19322) | public readonly void SetLineAllTouchedRaw(double x0, double y0, double... method SetCircle (line 19354) | public readonly void SetCircle( method SetCircle (line 19360) | public readonly void SetCircle( method SetCircle (line 19366) | public readonly void SetCircle( method SetCircle (line 19372) | public readonly void SetCircle( method SetCircle (line 19378) | public readonly void SetCircle( method SetCircleFilled (line 19441) | public readonly void SetCircleFilled( method SetCircleFilled (line 19447) | public readonly void SetCircleFilled( method SetCircleFilled (line 19453) | public readonly void SetCircleFilled( method SetCircleFilled (line 19459) | public readonly void SetCircleFilled( method SetCircleFilled (line 19465) | public readonly void SetCircleFilled( method SetMonotonePolygonFilledRaw (line 19530) | public readonly void SetMonotonePolygonFilledRaw( method SetMonotonePolygonFilledRaw (line 19634) | public readonly void SetMonotonePolygonFilledRaw( method GetValue (line 19738) | public readonly object GetValue(long x, long y) method SetValue (line 19743) | public readonly void SetValue(object value, long x, long y) method GetValue (line 19748) | public readonly object GetValue(V2l v) method SetValue (line 19753) | public readonly void SetValue(object value, V2l v) type Matrix (line 13862) | [Serializable] method Matrix (line 7689) | public Matrix(Td[] data, MatrixInfo info) method Matrix (line 7698) | public Matrix(V2l size) method Matrix (line 7705) | public Matrix(V2i size) method Matrix (line 7712) | public Matrix(MatrixInfo info) method Matrix (line 7719) | public Matrix(long sx, long sy) method Matrix (line 7726) | public Matrix(Td[] data, long sx, long sy) method Matrix (line 7733) | public Matrix(long sx, long sy, Td value) method Matrix (line 7740) | public Matrix(Td[] data, V2l size) method Matrix (line 7747) | public Matrix(Td[] data, V2i size) method Matrix (line 7755) | public Matrix(V2l size, Td value) method Matrix (line 7765) | public Matrix(V2i size, Td value) method Matrix (line 7772) | public Matrix(Td[] data, long origin, V2l size, V2l delta) method Matrix (line 7779) | public Matrix(Td[] data, long origin, V2l size, V2l delta, V2l first) method Matrix (line 7786) | public Matrix(long origin, V2l size, V2l delta) method ForeachIndex (line 8135) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 8140) | public readonly void ForeachIndex(Action x_y_i_action) method ForeachCoord (line 8145) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 8150) | public readonly void ForeachIndex(MatrixInfo t1, Action i_... method ForeachX (line 8161) | public readonly void ForeachX( method ForeachY (line 8173) | public readonly void ForeachY( method ForeachXY (line 8188) | public readonly void ForeachXY( method ForeachXY (line 8204) | public readonly void ForeachXY( method ForeachXY (line 8222) | public readonly void ForeachXY( method ForeachXY (line 8240) | public readonly void ForeachXY( method ForeachYX (line 8260) | public readonly void ForeachYX( method ForeachYX (line 8276) | public readonly void ForeachYX( method ForeachYX (line 8294) | public readonly void ForeachYX( method ForeachYX (line 8312) | public readonly void ForeachYX( method ForeachXIndex (line 8329) | public readonly void ForeachXIndex( method ForeachXIndex (line 8341) | public readonly void ForeachXIndex( method ForeachYIndex (line 8353) | public readonly void ForeachYIndex( method ForeachYIndex (line 8365) | public readonly void ForeachYIndex( method ForeachXYIndex (line 8380) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 8396) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 8414) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 8432) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 8452) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 8468) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 8486) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 8504) | public readonly void ForeachXYIndex( method ForeachYXIndex (line 8524) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 8540) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 8558) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 8576) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 8596) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 8612) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 8630) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 8648) | public readonly void ForeachYXIndex( method SubMatrixWindow (line 8668) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size) method SubMatrix (line 8678) | public readonly Matrix SubMatrix(V2l begin, V2l size) method SubMatrixWindow (line 8688) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size) method SubMatrix (line 8698) | public readonly Matrix SubMatrix(V2i begin, V2i size) method SubMatrixWindow (line 8708) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size, V2l de... method SubMatrix (line 8718) | public readonly Matrix SubMatrix(V2l begin, V2l size, V2l delta) method SubMatrixWindow (line 8728) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size, V2i de... method SubMatrix (line 8738) | public readonly Matrix SubMatrix(V2i begin, V2i size, V2i delta) method SubMatrixWindow (line 8747) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size, V2l de... method SubMatrixWindow (line 8756) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size, V2i de... method SubMatrixWindow (line 8766) | public readonly Matrix SubMatrixWindow( method SubMatrix (line 8780) | public readonly Matrix SubMatrix( method SubMatrixWindow (line 8794) | public readonly Matrix SubMatrixWindow( method SubMatrix (line 8810) | public readonly Matrix SubMatrix( method AsVector (line 8825) | public readonly Vector AsVector() method SubVector (line 8834) | public readonly Vector SubVector(V2l origin, long size, long delta) method SubVector (line 8843) | public readonly Vector SubVector(V2i origin, long size, long delta) method Col (line 8852) | public readonly Vector Col(long x) method ColWindow (line 8861) | public readonly Vector ColWindow(long x) method Row (line 8870) | public readonly Vector Row(long y) method RowWindow (line 8879) | public readonly Vector RowWindow(long y) method SubYVector (line 8888) | public readonly Vector SubYVector(long x) method SubYVectorAsReadOnlyMatrix (line 8899) | public readonly Matrix SubYVectorAsReadOnlyMatrix(long x, long sizex) method SubYVectorWindow (line 8908) | public readonly Vector SubYVectorWindow(long x) method SubYVectorAsReadOnlyMatrixWindow (line 8919) | public readonly Matrix SubYVectorAsReadOnlyMatrixWindow(long x, lo... method SubXVector (line 8928) | public readonly Vector SubXVector(long y) method SubXVectorAsReadOnlyMatrix (line 8939) | public readonly Matrix SubXVectorAsReadOnlyMatrix(long y, long sizey) method SubXVectorWindow (line 8948) | public readonly Vector SubXVectorWindow(long y) method SubXVectorAsReadOnlyMatrixWindow (line 8959) | public readonly Matrix SubXVectorAsReadOnlyMatrixWindow(long y, lo... method SubItemAsReadOnlyMatrix (line 8970) | public readonly Matrix SubItemAsReadOnlyMatrix(long x, long y, lon... method SubItemAsReadOnlyMatrixWindow (line 8981) | public readonly Matrix SubItemAsReadOnlyMatrixWindow(long x, long ... method SubMatrixWindow (line 8991) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size) method SubMatrix (line 9001) | public readonly Matrix SubMatrix(V2l begin, V2l size) method SubMatrixWindow (line 9011) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size) method SubMatrix (line 9021) | public readonly Matrix SubMatrix(V2i begin, V2i size) method SubMatrixWindow (line 9031) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size... method SubMatrix (line 9041) | public readonly Matrix SubMatrix(V2l begin, V2l size, V2l ... method SubMatrixWindow (line 9051) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size... method SubMatrix (line 9061) | public readonly Matrix SubMatrix(V2i begin, V2i size, V2i ... method SubMatrixWindow (line 9070) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size... method SubMatrixWindow (line 9079) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size... method SubMatrixWindow (line 9089) | public readonly Matrix SubMatrixWindow( method SubMatrix (line 9103) | public readonly Matrix SubMatrix( method SubMatrixWindow (line 9117) | public readonly Matrix SubMatrixWindow( method SubMatrix (line 9133) | public readonly Matrix SubMatrix( method AsVector (line 9148) | public readonly Vector AsVector() method SubVector (line 9157) | public readonly Vector SubVector(V2l origin, long size, lo... method SubVector (line 9166) | public readonly Vector SubVector(V2i origin, long size, lo... method Col (line 9175) | public readonly Vector Col(long x) method ColWindow (line 9184) | public readonly Vector ColWindow(long x) method Row (line 9193) | public readonly Vector Row(long y) method RowWindow (line 9202) | public readonly Vector RowWindow(long y) method SubYVector (line 9211) | public readonly Vector SubYVector(long x) method SubYVectorAsReadOnlyMatrix (line 9222) | public readonly Matrix SubYVectorAsReadOnlyMatrix(long x, ... method SubYVectorWindow (line 9231) | public readonly Vector SubYVectorWindow(long x) method SubYVectorAsReadOnlyMatrixWindow (line 9242) | public readonly Matrix SubYVectorAsReadOnlyMatrixWindow(lo... method SubXVector (line 9251) | public readonly Vector SubXVector(long y) method SubXVectorAsReadOnlyMatrix (line 9262) | public readonly Matrix SubXVectorAsReadOnlyMatrix(long y, ... method SubXVectorWindow (line 9271) | public readonly Vector SubXVectorWindow(long y) method SubXVectorAsReadOnlyMatrixWindow (line 9282) | public readonly Matrix SubXVectorAsReadOnlyMatrixWindow(lo... method SubItemAsReadOnlyMatrix (line 9293) | public readonly Matrix SubItemAsReadOnlyMatrix(long x, lon... method SubItemAsReadOnlyMatrixWindow (line 9304) | public readonly Matrix SubItemAsReadOnlyMatrixWindow(long ... method Copy (line 9317) | public readonly Matrix Copy() method CopyWindow (line 9326) | public readonly Matrix CopyWindow() method Map (line 9336) | public readonly Matrix Map(Func fun) method MapWindow (line 9345) | public readonly Matrix MapWindow(Func fun) method Repeated (line 9354) | public readonly Matrix Repeated(V2l count) method Apply (line 9375) | public readonly Matrix Apply(Func element_elementFun) method Apply (line 9398) | public readonly Matrix Apply( method Apply (line 9472) | public readonly Matrix Apply( method ApplyByCoord (line 9514) | public readonly Matrix ApplyByCoord(Func element_crd_... method ApplyByCoord (line 9546) | public readonly Matrix ApplyByCoord(Func fun) method Set (line 9568) | public readonly Matrix Set(Td v) method SetByCoord (line 9605) | public readonly Matrix SetByCoord(Func x_y_element... method SetByCoord (line 9642) | public readonly Matrix SetByCoord(Func crd_elementFun) method SetByCoord (line 9679) | public readonly Matrix SetByCoord( method SetByIndex (line 9715) | public readonly Matrix SetByIndex(Func index_elementFun) method Set (line 9755) | public readonly Matrix Set(IMatrix it1) method Set (line 9793) | public readonly Matrix Set(Matrix t1) method SetMap (line 9866) | public readonly Matrix SetMap( method SetByIndex (line 9942) | public readonly Matrix SetByIndex( method Set (line 10015) | public readonly Matrix Set(Matrix t1) method SetMap (line 10056) | public readonly Matrix SetMap( method SetByIndex (line 10100) | public readonly Matrix SetByIndex( method SetMap2 (line 10142) | public readonly Matrix SetMap2( method SetByIndex (line 10219) | public readonly Matrix SetByIndex( method SetMap2 (line 10294) | public readonly Matrix SetMap2( method SetByIndex (line 10339) | public readonly Matrix SetByIndex( method SetMap2 (line 10382) | public readonly Matrix SetMap2( method SetByIndex (line 10427) | public readonly Matrix SetByIndex( method SetMap2 (line 10470) | public readonly Matrix SetMap2( method SetByIndex (line 10515) | public readonly Matrix SetByIndex( method SetMap3 (line 10558) | public readonly Matrix SetMap3( method SetByIndex (line 10635) | public readonly Matrix SetByIndex( method SetMap3 (line 10710) | public readonly Matrix SetMap3( method SetByIndex (line 10755) | public readonly Matrix SetByIndex( method SetMap3 (line 10798) | public readonly Matrix SetMap3( method SetByIndex (line 10843) | public readonly Matrix SetByIndex( method SetMap3 (line 10886) | public readonly Matrix SetMap3( method SetByIndex (line 10931) | public readonly Matrix SetByIndex( method SetMap3 (line 10974) | public readonly Matrix SetMap3( method SetByIndex (line 11019) | public readonly Matrix SetByIndex( method SetMap3 (line 11062) | public readonly Matrix SetMap3( method SetByIndex (line 11107) | public readonly Matrix SetByIndex( method SetMap3 (line 11150) | public readonly Matrix SetMap3( method SetByIndex (line 11195) | public readonly Matrix SetByIndex( method SetMap3 (line 11238) | public readonly Matrix SetMap3( method SetByIndex (line 11283) | public readonly Matrix SetByIndex( method SetConvolution (line 11324) | public readonly Matrix SetConvolution( method SetOuterProduct (line 11339) | public readonly Matrix SetOuterProduct( method SetOuterProduct (line 11369) | public readonly Matrix SetOuterProduct( method SetOuterProduct (line 11399) | public readonly Matrix SetOuterProduct( method SetOuterProduct (line 11429) | public readonly Matrix SetOuterProduct( method Norm (line 11459) | public readonly Tr Norm( method Norm (line 11494) | public readonly Tr Norm(Func elementFun, method Norm (line 11529) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 11564) | public readonly Ts InnerProduct( method InnerProduct (line 11635) | public readonly Ts InnerProduct( method Norm (line 11674) | public readonly Tr Norm( method Norm (line 11712) | public readonly Tr Norm(Func elementFun, method Norm (line 11750) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 11788) | public readonly Ts InnerProduct( method InnerProduct (line 11865) | public readonly Ts InnerProduct( method Create (line 11914) | public static Matrix Create( method Create (line 11923) | public static Matrix Create( method Map (line 11933) | public static Matrix Map( method CreateByIndex (line 11945) | public static Matrix CreateByIndex( method Map (line 11955) | public static Matrix Map( method CreateByIndex (line 11967) | public static Matrix CreateByIndex( method Map2 (line 11977) | public static Matrix Map2( method CreateByIndex (line 11990) | public static Matrix CreateByIndex( method Map2 (line 12001) | public static Matrix Map2( method CreateByIndex (line 12014) | public static Matrix CreateByIndex( method Map2 (line 12025) | public static Matrix Map2( method CreateByIndex (line 12038) | public static Matrix CreateByIndex( method Map2 (line 12049) | public static Matrix Map2( method CreateByIndex (line 12062) | public static Matrix CreateByIndex( method Map3 (line 12073) | public static Matrix Map3( method CreateByIndex (line 12086) | public static Matrix CreateByIndex( method Map3 (line 12097) | public static Matrix Map3( method CreateByIndex (line 12110) | public static Matrix CreateByIndex( method Map3 (line 12121) | public static Matrix Map3( method CreateByIndex (line 12134) | public static Matrix CreateByIndex( method Map3 (line 12145) | public static Matrix Map3( method CreateByIndex (line 12158) | public static Matrix CreateByIndex( method Map3 (line 12169) | public static Matrix Map3( method CreateByIndex (line 12182) | public static Matrix CreateByIndex( method Map3 (line 12193) | public static Matrix Map3( method CreateByIndex (line 12206) | public static Matrix CreateByIndex( method Map3 (line 12217) | public static Matrix Map3( method CreateByIndex (line 12230) | public static Matrix CreateByIndex( method Map3 (line 12241) | public static Matrix Map3( method CreateByIndex (line 12254) | public static Matrix CreateByIndex( method Create (line 12265) | public static Matrix Create(V2l size, Func fun) method CreateConvolution (line 12276) | public static Matrix CreateConvolution( method CreateOuterProduct (line 12289) | public static Matrix CreateOuterProduct( method CreateOuterProduct (line 12301) | public static Matrix CreateOuterProduct( method CreateOuterProduct (line 12313) | public static Matrix CreateOuterProduct( method CreateOuterProduct (line 12325) | public static Matrix CreateOuterProduct( method SampleRaw4 (line 12338) | public readonly TRes SampleRaw4( method SampleRaw4 (line 12353) | public readonly TRes SampleRaw4( method Sample4Clamped (line 12365) | public readonly TRes Sample4Clamped( method Sample4Clamped (line 12374) | public readonly TRes Sample4Clamped( method Sample4 (line 12383) | public readonly TRes Sample4( method Sample4 (line 12402) | public readonly TRes Sample4( method SetScaled4 (line 12419) | public readonly void SetScaled4(Matrix sourceMat, method SetScaled4 (line 12477) | public readonly void SetScaled4(Matrix sourceMat, method Sample4 (line 12536) | public readonly TRes Sample4( method SampleRaw16 (line 12545) | public readonly TRes SampleRaw16( method SampleRaw16 (line 12555) | public readonly TRes SampleRaw16( method Sample16Clamped (line 12573) | public readonly TRes Sample16Clamped( method Sample16Clamped (line 12584) | public readonly TRes Sample16Clamped( method Sample16 (line 12595) | public readonly TRes Sample16( method Sample16 (line 12609) | public readonly TRes Sample16( method SetScaled16 (line 12631) | public readonly void SetScaled16(Matrix sourceMat, method SetScaled16 (line 12691) | public readonly void SetScaled16(Matrix sourceMat, method Sample16 (line 12752) | public readonly TRes Sample16( method SampleRaw36 (line 12763) | public readonly TRes SampleRaw36( method SampleRaw36 (line 12773) | public readonly TRes SampleRaw36( method Sample36Clamped (line 12794) | public readonly TRes Sample36Clamped( method Sample36Clamped (line 12805) | public readonly TRes Sample36Clamped( method Sample36 (line 12816) | public readonly TRes Sample36( method Sample36 (line 12830) | public readonly TRes Sample36( method SetScaled36 (line 12854) | public readonly void SetScaled36(Matrix sourceMat, method SetScaled36 (line 12918) | public readonly void SetScaled36(Matrix sourceMat, method Sample36 (line 12983) | public readonly TRes Sample36( method SetLineX (line 13003) | public readonly void SetLineX(double x0, double x1, double y, Td value) method SetLineY (line 13012) | public readonly void SetLineY(double x, double y0, double y1, Td value) method SetLineX (line 13020) | public readonly void SetLineX(long x0, long x1, long y, Td value) method SetLineY (line 13031) | public readonly void SetLineY(long x, long y0, long y1, Td value) method SetRectangle (line 13043) | public readonly void SetRectangle(V2d p0, V2d p1, Td value) method SetRectangle (line 13052) | public readonly void SetRectangle(double x0, double y0, double x1, dou... method SetRectangle (line 13061) | public readonly void SetRectangle(V2i p0, V2i p1, Td value) method SetRectangle (line 13069) | public readonly void SetRectangle(V2l v0, V2l v1, Td value) method SetRectangle (line 13077) | public readonly void SetRectangle(long x0, long y0, long x1, long y1, ... method SetRectangleFilled (line 13090) | public readonly void SetRectangleFilled(V2d p0, V2d p1, Td value) method SetRectangleFilled (line 13100) | public readonly void SetRectangleFilled(double x0, double y0, double x... method SetRectangleFilled (line 13110) | public readonly void SetRectangleFilled(V2i p0, V2i p1, Td value) method SetRectangleFilled (line 13119) | public readonly void SetRectangleFilled(V2l p0, V2l p1, Td value) method SetRectangleFilled (line 13128) | public readonly void SetRectangleFilled(long x0, long y0, long x1, lon... method SetCross (line 13143) | public readonly void SetCross(V2d p, double radius, Td value) method SetCross (line 13151) | public readonly void SetCross(double x, double y, double radius, Td va... method SetCross (line 13159) | public readonly void SetCross(V2i p, int radius, Td value) method SetCross (line 13167) | public readonly void SetCross(V2l p, long radius, Td value) method SetCross (line 13175) | public readonly void SetCross(long x, long y, long radius, Td value) method SetCrossX (line 13185) | public readonly void SetCrossX(V2d p, double radius, Td value) method SetCrossX (line 13194) | public readonly void SetCrossX(double x, double y, double radius, Td v... method SetCrossX (line 13203) | public readonly void SetCrossX(V2i p, int radius, Td value) method SetCrossX (line 13212) | public readonly void SetCrossX(V2l p, long radius, Td value) method SetCrossX (line 13221) | public readonly void SetCrossX(long x, long y, long radius, Td value) method SetSquare (line 13227) | public readonly void SetSquare( method SetSquare (line 13233) | public readonly void SetSquare( method SetSquare (line 13239) | public readonly void SetSquare( method SetSquare (line 13245) | public readonly void SetSquare( method SetSquare (line 13251) | public readonly void SetSquare( method SetSquareFilled (line 13257) | public readonly void SetSquareFilled( method SetSquareFilled (line 13263) | public readonly void SetSquareFilled( method SetSquareFilled (line 13269) | public readonly void SetSquareFilled( method SetSquareFilled (line 13275) | public readonly void SetSquareFilled( method SetSquareFilled (line 13281) | public readonly void SetSquareFilled( method SetLine (line 13287) | public readonly void SetLine( method SetLine (line 13293) | public readonly void SetLine( method SetLine (line 13299) | public readonly void SetLine( method SetLine (line 13305) | public readonly void SetLine( method SetLine (line 13314) | public readonly void SetLine( method SetLineAllTouchedRaw (line 13393) | public readonly void SetLineAllTouchedRaw(V2d p0, V2d p1, Td value) method SetLineAllTouchedRaw (line 13402) | public readonly void SetLineAllTouchedRaw(double x0, double y0, double... method SetCircle (line 13434) | public readonly void SetCircle( method SetCircle (line 13440) | public readonly void SetCircle( method SetCircle (line 13446) | public readonly void SetCircle( method SetCircle (line 13452) | public readonly void SetCircle( method SetCircle (line 13458) | public readonly void SetCircle( method SetCircleFilled (line 13521) | public readonly void SetCircleFilled( method SetCircleFilled (line 13527) | public readonly void SetCircleFilled( method SetCircleFilled (line 13533) | public readonly void SetCircleFilled( method SetCircleFilled (line 13539) | public readonly void SetCircleFilled( method SetCircleFilled (line 13545) | public readonly void SetCircleFilled( method SetMonotonePolygonFilledRaw (line 13610) | public readonly void SetMonotonePolygonFilledRaw( method SetMonotonePolygonFilledRaw (line 13714) | public readonly void SetMonotonePolygonFilledRaw( method GetValue (line 13818) | public readonly object GetValue(long x, long y) method SetValue (line 13823) | public readonly void SetValue(object value, long x, long y) method GetValue (line 13828) | public readonly object GetValue(V2l v) method SetValue (line 13833) | public readonly void SetValue(object value, V2l v) method Matrix (line 13875) | public Matrix(Td[] data, MatrixInfo info) method Matrix (line 13886) | public Matrix(V2l size) method Matrix (line 13893) | public Matrix(V2i size) method Matrix (line 13900) | public Matrix(MatrixInfo info) method Matrix (line 13907) | public Matrix(long sx, long sy) method Matrix (line 13914) | public Matrix(Td[] data, long sx, long sy) method Matrix (line 13921) | public Matrix(long sx, long sy, Tv value) method Matrix (line 13928) | public Matrix(Td[] data, V2l size) method Matrix (line 13935) | public Matrix(Td[] data, V2i size) method Matrix (line 13943) | public Matrix(V2l size, Tv value) method Matrix (line 13953) | public Matrix(V2i size, Tv value) method Matrix (line 13960) | public Matrix(Td[] data, long origin, V2l size, V2l delta) method Matrix (line 13967) | public Matrix(Td[] data, long origin, V2l size, V2l delta, V2l first) method Matrix (line 13974) | public Matrix(long origin, V2l size, V2l delta) method ForeachIndex (line 14334) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 14339) | public readonly void ForeachIndex(Action x_y_i_action) method ForeachCoord (line 14344) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 14349) | public readonly void ForeachIndex(MatrixInfo t1, Action i_... method ForeachX (line 14360) | public readonly void ForeachX( method ForeachY (line 14372) | public readonly void ForeachY( method ForeachXY (line 14387) | public readonly void ForeachXY( method ForeachXY (line 14403) | public readonly void ForeachXY( method ForeachXY (line 14421) | public readonly void ForeachXY( method ForeachXY (line 14439) | public readonly void ForeachXY( method ForeachYX (line 14459) | public readonly void ForeachYX( method ForeachYX (line 14475) | public readonly void ForeachYX( method ForeachYX (line 14493) | public readonly void ForeachYX( method ForeachYX (line 14511) | public readonly void ForeachYX( method ForeachXIndex (line 14528) | public readonly void ForeachXIndex( method ForeachXIndex (line 14540) | public readonly void ForeachXIndex( method ForeachYIndex (line 14552) | public readonly void ForeachYIndex( method ForeachYIndex (line 14564) | public readonly void ForeachYIndex( method ForeachXYIndex (line 14579) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 14595) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 14613) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 14631) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 14651) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 14667) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 14685) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 14703) | public readonly void ForeachXYIndex( method ForeachYXIndex (line 14723) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 14739) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 14757) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 14775) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 14795) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 14811) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 14829) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 14847) | public readonly void ForeachYXIndex( method SubMatrixWindow (line 14867) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size) method SubMatrix (line 14878) | public readonly Matrix SubMatrix(V2l begin, V2l size) method SubMatrixWindow (line 14889) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size) method SubMatrix (line 14900) | public readonly Matrix SubMatrix(V2i begin, V2i size) method SubMatrixWindow (line 14911) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size, V2... method SubMatrix (line 14922) | public readonly Matrix SubMatrix(V2l begin, V2l size, V2l delta) method SubMatrixWindow (line 14933) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size, V2... method SubMatrix (line 14944) | public readonly Matrix SubMatrix(V2i begin, V2i size, V2i delta) method SubMatrixWindow (line 14954) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size, V2... method SubMatrixWindow (line 14964) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size, V2... method SubMatrixWindow (line 14975) | public readonly Matrix SubMatrixWindow( method SubMatrix (line 14990) | public readonly Matrix SubMatrix( method SubMatrixWindow (line 15005) | public readonly Matrix SubMatrixWindow( method SubMatrix (line 15022) | public readonly Matrix SubMatrix( method AsVector (line 15038) | public readonly Vector AsVector() method SubVector (line 15048) | public readonly Vector SubVector(V2l origin, long size, long d... method SubVector (line 15058) | public readonly Vector SubVector(V2i origin, long size, long d... method Col (line 15068) | public readonly Vector Col(long x) method ColWindow (line 15078) | public readonly Vector ColWindow(long x) method Row (line 15088) | public readonly Vector Row(long y) method RowWindow (line 15098) | public readonly Vector RowWindow(long y) method SubYVector (line 15108) | public readonly Vector SubYVector(long x) method SubYVectorAsReadOnlyMatrix (line 15120) | public readonly Matrix SubYVectorAsReadOnlyMatrix(long x, long... method SubYVectorWindow (line 15130) | public readonly Vector SubYVectorWindow(long x) method SubYVectorAsReadOnlyMatrixWindow (line 15142) | public readonly Matrix SubYVectorAsReadOnlyMatrixWindow(long x... method SubXVector (line 15152) | public readonly Vector SubXVector(long y) method SubXVectorAsReadOnlyMatrix (line 15164) | public readonly Matrix SubXVectorAsReadOnlyMatrix(long y, long... method SubXVectorWindow (line 15174) | public readonly Vector SubXVectorWindow(long y) method SubXVectorAsReadOnlyMatrixWindow (line 15186) | public readonly Matrix SubXVectorAsReadOnlyMatrixWindow(long y... method SubItemAsReadOnlyMatrix (line 15198) | public readonly Matrix SubItemAsReadOnlyMatrix(long x, long y,... method SubItemAsReadOnlyMatrixWindow (line 15210) | public readonly Matrix SubItemAsReadOnlyMatrixWindow(long x, l... method SubMatrixWindow (line 15221) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size) method SubMatrix (line 15231) | public readonly Matrix SubMatrix(V2l begin, V2l size) method SubMatrixWindow (line 15241) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size) method SubMatrix (line 15251) | public readonly Matrix SubMatrix(V2i begin, V2i size) method SubMatrixWindow (line 15261) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size... method SubMatrix (line 15271) | public readonly Matrix SubMatrix(V2l begin, V2l size, V2l ... method SubMatrixWindow (line 15281) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size... method SubMatrix (line 15291) | public readonly Matrix SubMatrix(V2i begin, V2i size, V2i ... method SubMatrixWindow (line 15300) | public readonly Matrix SubMatrixWindow(V2l begin, V2l size... method SubMatrixWindow (line 15309) | public readonly Matrix SubMatrixWindow(V2i begin, V2i size... method SubMatrixWindow (line 15319) | public readonly Matrix SubMatrixWindow( method SubMatrix (line 15333) | public readonly Matrix SubMatrix( method SubMatrixWindow (line 15347) | public readonly Matrix SubMatrixWindow( method SubMatrix (line 15363) | public readonly Matrix SubMatrix( method AsVector (line 15378) | public readonly Vector AsVector() method SubVector (line 15387) | public readonly Vector SubVector(V2l origin, long size, lo... method SubVector (line 15396) | public readonly Vector SubVector(V2i origin, long size, lo... method Col (line 15405) | public readonly Vector Col(long x) method ColWindow (line 15414) | public readonly Vector ColWindow(long x) method Row (line 15423) | public readonly Vector Row(long y) method RowWindow (line 15432) | public readonly Vector RowWindow(long y) method SubYVector (line 15441) | public readonly Vector SubYVector(long x) method SubYVectorAsReadOnlyMatrix (line 15452) | public readonly Matrix SubYVectorAsReadOnlyMatrix(long x, ... method SubYVectorWindow (line 15461) | public readonly Vector SubYVectorWindow(long x) method SubYVectorAsReadOnlyMatrixWindow (line 15472) | public readonly Matrix SubYVectorAsReadOnlyMatrixWindow(lo... method SubXVector (line 15481) | public readonly Vector SubXVector(long y) method SubXVectorAsReadOnlyMatrix (line 15492) | public readonly Matrix SubXVectorAsReadOnlyMatrix(long y, ... method SubXVectorWindow (line 15501) | public readonly Vector SubXVectorWindow(long y) method SubXVectorAsReadOnlyMatrixWindow (line 15512) | public readonly Matrix SubXVectorAsReadOnlyMatrixWindow(lo... method SubItemAsReadOnlyMatrix (line 15523) | public readonly Matrix SubItemAsReadOnlyMatrix(long x, lon... method SubItemAsReadOnlyMatrixWindow (line 15534) | public readonly Matrix SubItemAsReadOnlyMatrixWindow(long ... method Copy (line 15547) | public readonly Matrix Copy() method CopyWindow (line 15556) | public readonly Matrix CopyWindow() method Map (line 15566) | public readonly Matrix Map(Func fun) method MapWindow (line 15575) | public readonly Matrix MapWindow(Func fun) method CopyView (line 15580) | public readonly Matrix CopyView() method CopyViewWindow (line 15585) | public readonly Matrix CopyViewWindow() method Map (line 15594) | public readonly Matrix Map(Func fun) method MapWindow (line 15603) | public readonly Matrix MapWindow(Func fun) method Apply (line 15618) | public readonly Matrix Apply(Func element_elementFun) method Apply (line 15641) | public readonly Matrix Apply( method Apply (line 15683) | public readonly Matrix Apply( method ApplyByCoord (line 15725) | public readonly Matrix ApplyByCoord(Func element_... method ApplyByCoord (line 15757) | public readonly Matrix ApplyByCoord(Func fun) method Set (line 15779) | public readonly Matrix Set(Tv v) method SetByCoord (line 15816) | public readonly Matrix SetByCoord(Func x_y_ele... method SetByCoord (line 15853) | public readonly Matrix SetByCoord(Func crd_elementFun) method SetByCoord (line 15890) | public readonly Matrix SetByCoord( method SetByIndex (line 15926) | public readonly Matrix SetByIndex(Func index_element... method Set (line 15966) | public readonly Matrix Set(IMatrix it1) method Set (line 16004) | public readonly Matrix Set(Matrix t1) method SetMap (line 16045) | public readonly Matrix SetMap( method SetByIndex (line 16089) | public readonly Matrix SetByIndex( method Set (line 16130) | public readonly Matrix Set(Matrix t1) method SetMap (line 16171) | public readonly Matrix SetMap( method SetByIndex (line 16215) | public readonly Matrix SetByIndex( method SetMap2 (line 16257) | public readonly Matrix SetMap2( method SetByIndex (line 16302) | public readonly Matrix SetByIndex( method SetMap2 (line 16345) | public readonly Matrix SetMap2( method SetByIndex (line 16390) | public readonly Matrix SetByIndex( method SetMap2 (line 16433) | public readonly Matrix SetMap2( method SetByIndex (line 16478) | public readonly Matrix SetByIndex( method SetMap2 (line 16521) | public readonly Matrix SetMap2( method SetByIndex (line 16566) | public readonly Matrix SetByIndex( method SetMap3 (line 16609) | public readonly Matrix SetMap3( method SetByIndex (line 16654) | public readonly Matrix SetByIndex( method SetMap3 (line 16697) | public readonly Matrix SetMap3( method SetByIndex (line 16742) | public readonly Matrix SetByIndex( method SetMap3 (line 16785) | public readonly Matrix SetMap3( method SetByIndex (line 16830) | public readonly Matrix SetByIndex( method SetMap3 (line 16873) | public readonly Matrix SetMap3( method SetByIndex (line 16918) | public readonly Matrix SetByIndex( method SetMap3 (line 16961) | public readonly Matrix SetMap3( method SetByIndex (line 17006) | public readonly Matrix SetByIndex( method SetMap3 (line 17049) | public readonly Matrix SetMap3( method SetByIndex (line 17094) | public readonly Matrix SetByIndex( method SetMap3 (line 17137) | public readonly Matrix SetMap3( method SetByIndex (line 17182) | public readonly Matrix SetByIndex( method SetMap3 (line 17225) | public readonly Matrix SetMap3( method SetByIndex (line 17270) | public readonly Matrix SetByIndex( method SetConvolution (line 17311) | public readonly Matrix SetConvolution( method SetOuterProduct (line 17326) | public readonly Matrix SetOuterProduct( method SetOuterProduct (line 17356) | public readonly Matrix SetOuterProduct( method SetOuterProduct (line 17386) | public readonly Matrix SetOuterProduct( method SetOuterProduct (line 17416) | public readonly Matrix SetOuterProduct( method Norm (line 17446) | public readonly Tr Norm( method Norm (line 17481) | public readonly Tr Norm(Func elementFun, method Norm (line 17516) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 17551) | public readonly Ts InnerProduct( method InnerProduct (line 17590) | public readonly Ts InnerProduct( method Norm (line 17629) | public readonly Tr Norm( method Norm (line 17667) | public readonly Tr Norm(Func elementFun, method Norm (line 17705) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 17743) | public readonly Ts InnerProduct( method InnerProduct (line 17785) | public readonly Ts InnerProduct( method Create (line 17834) | public static Matrix Create( method Create (line 17843) | public static Matrix Create( method Map (line 17853) | public static Matrix Map( method CreateByIndex (line 17865) | public static Matrix CreateByIndex( method Map (line 17875) | public static Matrix Map( method CreateByIndex (line 17887) | public static Matrix CreateByIndex( method Map2 (line 17897) | public static Matrix Map2( method CreateByIndex (line 17910) | public static Matrix CreateByIndex( method Map2 (line 17921) | public static Matrix Map2( method CreateByIndex (line 17934) | public static Matrix CreateByIndex( method Map2 (line 17945) | public static Matrix Map2( method CreateByIndex (line 17958) | public static Matrix CreateByIndex( method Map2 (line 17969) | public static Matrix Map2( method CreateByIndex (line 17982) | public static Matrix CreateByIndex( method Map3 (line 17993) | public static Matrix Map3( method CreateByIndex (line 18006) | public static Matrix CreateByIndex( method Map3 (line 18017) | public static Matrix Map3( method CreateByIndex (line 18030) | public static Matrix CreateByIndex( method Map3 (line 18041) | public static Matrix Map3( method CreateByIndex (line 18054) | public static Matrix CreateByIndex( method Map3 (line 18065) | public static Matrix Map3( method CreateByIndex (line 18078) | public static Matrix CreateByIndex( method Map3 (line 18089) | public static Matrix Map3( method CreateByIndex (line 18102) | public static Matrix CreateByIndex( method Map3 (line 18113) | public static Matrix Map3( method CreateByIndex (line 18126) | public static Matrix CreateByIndex( method Map3 (line 18137) | public static Matrix Map3( method CreateByIndex (line 18150) | public static Matrix CreateByIndex( method Map3 (line 18161) | public static Matrix Map3( method CreateByIndex (line 18174) | public static Matrix CreateByIndex( method Create (line 18185) | public static Matrix Create(V2l size, Func fun) method CreateConvolution (line 18196) | public static Matrix CreateConvolution( method CreateOuterProduct (line 18209) | public static Matrix CreateOuterProduct( method CreateOuterProduct (line 18221) | public static Matrix CreateOuterProduct( method CreateOuterProduct (line 18233) | public static Matrix CreateOuterProduct( method CreateOuterProduct (line 18245) | public static Matrix CreateOuterProduct( method SampleRaw4 (line 18258) | public readonly TRes SampleRaw4( method SampleRaw4 (line 18273) | public readonly TRes SampleRaw4( method Sample4Clamped (line 18285) | public readonly TRes Sample4Clamped( method Sample4Clamped (line 18294) | public readonly TRes Sample4Clamped( method Sample4 (line 18303) | public readonly TRes Sample4( method Sample4 (line 18322) | public readonly TRes Sample4( method SetScaled4 (line 18339) | public readonly void SetScaled4(Matrix sourceMat, method SetScaled4 (line 18397) | public readonly void SetScaled4(Matrix sourceMat, method Sample4 (line 18456) | public readonly TRes Sample4( method SampleRaw16 (line 18465) | public readonly TRes SampleRaw16( method SampleRaw16 (line 18475) | public readonly TRes SampleRaw16( method Sample16Clamped (line 18493) | public readonly TRes Sample16Clamped( method Sample16Clamped (line 18504) | public readonly TRes Sample16Clamped( method Sample16 (line 18515) | public readonly TRes Sample16( method Sample16 (line 18529) | public readonly TRes Sample16( method SetScaled16 (line 18551) | public readonly void SetScaled16(Matrix sourceMat, method SetScaled16 (line 18611) | public readonly void SetScaled16(Matrix sourceMat, method Sample16 (line 18672) | public readonly TRes Sample16( method SampleRaw36 (line 18683) | public readonly TRes SampleRaw36( method SampleRaw36 (line 18693) | public readonly TRes SampleRaw36( method Sample36Clamped (line 18714) | public readonly TRes Sample36Clamped( method Sample36Clamped (line 18725) | public readonly TRes Sample36Clamped( method Sample36 (line 18736) | public readonly TRes Sample36( method Sample36 (line 18750) | public readonly TRes Sample36( method SetScaled36 (line 18774) | public readonly void SetScaled36(Matrix sourceMat, method SetScaled36 (line 18838) | public readonly void SetScaled36(Matrix source... method Sample36 (line 18903) | public readonly TRes Sample36( method SetLineX (line 18923) | public readonly void SetLineX(double x0, double x1, double y, Tv value) method SetLineY (line 18932) | public readonly void SetLineY(double x, double y0, double y1, Tv value) method SetLineX (line 18940) | public readonly void SetLineX(long x0, long x1, long y, Tv value) method SetLineY (line 18951) | public readonly void SetLineY(long x, long y0, long y1, Tv value) method SetRectangle (line 18963) | public readonly void SetRectangle(V2d p0, V2d p1, Tv value) method SetRectangle (line 18972) | public readonly void SetRectangle(double x0, double y0, double x1, dou... method SetRectangle (line 18981) | public readonly void SetRectangle(V2i p0, V2i p1, Tv value) method SetRectangle (line 18989) | public readonly void SetRectangle(V2l v0, V2l v1, Tv value) method SetRectangle (line 18997) | public readonly void SetRectangle(long x0, long y0, long x1, long y1, ... method SetRectangleFilled (line 19010) | public readonly void SetRectangleFilled(V2d p0, V2d p1, Tv value) method SetRectangleFilled (line 19020) | public readonly void SetRectangleFilled(double x0, double y0, double x... method SetRectangleFilled (line 19030) | public readonly void SetRectangleFilled(V2i p0, V2i p1, Tv value) method SetRectangleFilled (line 19039) | public readonly void SetRectangleFilled(V2l p0, V2l p1, Tv value) method SetRectangleFilled (line 19048) | public readonly void SetRectangleFilled(long x0, long y0, long x1, lon... method SetCross (line 19063) | public readonly void SetCross(V2d p, double radius, Tv value) method SetCross (line 19071) | public readonly void SetCross(double x, double y, double radius, Tv va... method SetCross (line 19079) | public readonly void SetCross(V2i p, int radius, Tv value) method SetCross (line 19087) | public readonly void SetCross(V2l p, long radius, Tv value) method SetCross (line 19095) | public readonly void SetCross(long x, long y, long radius, Tv value) method SetCrossX (line 19105) | public readonly void SetCrossX(V2d p, double radius, Tv value) method SetCrossX (line 19114) | public readonly void SetCrossX(double x, double y, double radius, Tv v... method SetCrossX (line 19123) | public readonly void SetCrossX(V2i p, int radius, Tv value) method SetCrossX (line 19132) | public readonly void SetCrossX(V2l p, long radius, Tv value) method SetCrossX (line 19141) | public readonly void SetCrossX(long x, long y, long radius, Tv value) method SetSquare (line 19147) | public readonly void SetSquare( method SetSquare (line 19153) | public readonly void SetSquare( method SetSquare (line 19159) | public readonly void SetSquare( method SetSquare (line 19165) | public readonly void SetSquare( method SetSquare (line 19171) | public readonly void SetSquare( method SetSquareFilled (line 19177) | public readonly void SetSquareFilled( method SetSquareFilled (line 19183) | public readonly void SetSquareFilled( method SetSquareFilled (line 19189) | public readonly void SetSquareFilled( method SetSquareFilled (line 19195) | public readonly void SetSquareFilled( method SetSquareFilled (line 19201) | public readonly void SetSquareFilled( method SetLine (line 19207) | public readonly void SetLine( method SetLine (line 19213) | public readonly void SetLine( method SetLine (line 19219) | public readonly void SetLine( method SetLine (line 19225) | public readonly void SetLine( method SetLine (line 19234) | public readonly void SetLine( method SetLineAllTouchedRaw (line 19313) | public readonly void SetLineAllTouchedRaw(V2d p0, V2d p1, Tv value) method SetLineAllTouchedRaw (line 19322) | public readonly void SetLineAllTouchedRaw(double x0, double y0, double... method SetCircle (line 19354) | public readonly void SetCircle( method SetCircle (line 19360) | public readonly void SetCircle( method SetCircle (line 19366) | public readonly void SetCircle( method SetCircle (line 19372) | public readonly void SetCircle( method SetCircle (line 19378) | public readonly void SetCircle( method SetCircleFilled (line 19441) | public readonly void SetCircleFilled( method SetCircleFilled (line 19447) | public readonly void SetCircleFilled( method SetCircleFilled (line 19453) | public readonly void SetCircleFilled( method SetCircleFilled (line 19459) | public readonly void SetCircleFilled( method SetCircleFilled (line 19465) | public readonly void SetCircleFilled( method SetMonotonePolygonFilledRaw (line 19530) | public readonly void SetMonotonePolygonFilledRaw( method SetMonotonePolygonFilledRaw (line 19634) | public readonly void SetMonotonePolygonFilledRaw( method GetValue (line 19738) | public readonly object GetValue(long x, long y) method SetValue (line 19743) | public readonly void SetValue(object value, long x, long y) method GetValue (line 19748) | public readonly object GetValue(V2l v) method SetValue (line 19753) | public readonly void SetValue(object value, V2l v) type VolumeInfo (line 19769) | [Serializable] method VolumeInfo (line 19802) | public VolumeInfo(long origin, V3l size, V3l delta, V3l first) method VolumeInfo (line 19816) | public VolumeInfo(long origin, V3l size, V3l delta) method NewDelta (line 19820) | private static V3l NewDelta(V3l size) method NewDelta (line 19825) | private static V3l NewDelta(V3l size, V3l delta) method VolumeInfo (line 19835) | public VolumeInfo(V3l size) method VolumeInfo (line 19842) | public VolumeInfo(V3l size, V3l delta) method VolumeInfo (line 19846) | public VolumeInfo(VolumeInfo info) method VolumeInfo (line 19855) | public VolumeInfo(V3i size) method VolumeInfo (line 19862) | public VolumeInfo(V3i size, V3i delta) method VolumeInfo (line 19869) | public VolumeInfo(long sizeX, long sizeY, long sizeZ) method VolumeInfo (line 19876) | public VolumeInfo(int sizeX, int sizeY, int sizeZ) method GetJX (line 20058) | public readonly long GetJX(V3l size) method GetJY (line 20070) | public readonly long GetJY(V3l size) method GetJZ (line 20082) | public readonly long GetJZ(V3l size) method GetJX0 (line 20095) | public readonly long GetJX0(V3l size) method GetJXY (line 20108) | public readonly long GetJXY(V3l size) method GetJXZ (line 20121) | public readonly long GetJXZ(V3l size) method GetJYX (line 20134) | public readonly long GetJYX(V3l size) method GetJY0 (line 20147) | public readonly long GetJY0(V3l size) method GetJYZ (line 20160) | public readonly long GetJYZ(V3l size) method GetJZX (line 20173) | public readonly long GetJZX(V3l size) method GetJZY (line 20186) | public readonly long GetJZY(V3l size) method GetJZ0 (line 20199) | public readonly long GetJZ0(V3l size) method Dv (line 20504) | public readonly long Dv(long dx, long dy, long dz) method Index (line 20512) | public readonly long Index(long x, long y, long z) method Index (line 20520) | public readonly long Index(V3l v) method Index (line 20528) | public readonly long Index(V3i v) method SubVolumeWindow (line 20542) | public readonly VolumeInfo SubVolumeWindow(V3l begin, V3l size) method SubVolume (line 20552) | public readonly VolumeInfo SubVolume(V3l begin, V3l size) method SubVolumeWindow (line 20562) | public readonly VolumeInfo SubVolumeWindow(V3i begin, V3i size) method SubVolume (line 20572) | public readonly VolumeInfo SubVolume(V3i begin, V3i size) method SubVolumeWindow (line 20582) | public readonly VolumeInfo SubVolumeWindow(V3l begin, V3l size, V3l de... method SubVolume (line 20592) | public readonly VolumeInfo SubVolume(V3l begin, V3l size, V3l delta) method SubVolumeWindow (line 20602) | public readonly VolumeInfo SubVolumeWindow(V3i begin, V3i size, V3i de... method SubVolume (line 20612) | public readonly VolumeInfo SubVolume(V3i begin, V3i size, V3i delta) method SubVolumeWindow (line 20621) | public readonly VolumeInfo SubVolumeWindow(V3l begin, V3l size, V3l de... method SubVolumeWindow (line 20630) | public readonly VolumeInfo SubVolumeWindow(V3i begin, V3i size, V3i de... method SubVolumeWindow (line 20641) | public readonly VolumeInfo SubVolumeWindow( method SubVolume (line 20654) | public readonly VolumeInfo SubVolume( method SubVolumeWindow (line 20668) | public readonly VolumeInfo SubVolumeWindow( method SubVolume (line 20683) | public readonly VolumeInfo SubVolume( method SubVector (line 20698) | public readonly VectorInfo SubVector(V3l begin, long size, long delta) method SubVector (line 20708) | public readonly VectorInfo SubVector(V3i begin, long size, long delta) method AsVector (line 20718) | public readonly VectorInfo AsVector() method AsMatrixXYxZ (line 20730) | public readonly MatrixInfo AsMatrixXYxZ() method AsMatrixXxYZ (line 20742) | public readonly MatrixInfo AsMatrixXxYZ() method SubMatrix (line 20754) | public readonly MatrixInfo SubMatrix(V3l origin, V2l size, V2l delta) method SubMatrix (line 20764) | public readonly MatrixInfo SubMatrix(V3i origin, V2i size, V2l delta) method SubMatrix (line 20774) | public readonly MatrixInfo SubMatrix( method SubYZMatrix (line 20785) | public readonly MatrixInfo SubYZMatrix(long x) method SubYZMatrixAsReadOnlyVolume (line 20796) | public readonly VolumeInfo SubYZMatrixAsReadOnlyVolume(long x, long si... method SubYZMatrixWindow (line 20805) | public readonly MatrixInfo SubYZMatrixWindow(long x) method SubYZMatrixAsReadOnlyVolumeWindow (line 20816) | public readonly VolumeInfo SubYZMatrixAsReadOnlyVolumeWindow(long x, l... method SubXZMatrix (line 20825) | public readonly MatrixInfo SubXZMatrix(long y) method SubXZMatrixAsReadOnlyVolume (line 20836) | public readonly VolumeInfo SubXZMatrixAsReadOnlyVolume(long y, long si... method SubXZMatrixWindow (line 20845) | public readonly MatrixInfo SubXZMatrixWindow(long y) method SubXZMatrixAsReadOnlyVolumeWindow (line 20856) | public readonly VolumeInfo SubXZMatrixAsReadOnlyVolumeWindow(long y, l... method SubXYMatrix (line 20865) | public readonly MatrixInfo SubXYMatrix(long z) method SubXYMatrixAsReadOnlyVolume (line 20876) | public readonly VolumeInfo SubXYMatrixAsReadOnlyVolume(long z, long si... method SubXYMatrixWindow (line 20885) | public readonly MatrixInfo SubXYMatrixWindow(long z) method SubXYMatrixAsReadOnlyVolumeWindow (line 20896) | public readonly VolumeInfo SubXYMatrixAsReadOnlyVolumeWindow(long z, l... method SubZVectorAsReadOnlyVolume (line 20907) | public readonly VolumeInfo SubZVectorAsReadOnlyVolume(long x, long y, ... method SubZVectorAsReadOnlyVolumeWindow (line 20918) | public readonly VolumeInfo SubZVectorAsReadOnlyVolumeWindow(long x, lo... method SubYVectorAsReadOnlyVolume (line 20929) | public readonly VolumeInfo SubYVectorAsReadOnlyVolume(long x, long z, ... method SubYVectorAsReadOnlyVolumeWindow (line 20940) | public readonly VolumeInfo SubYVectorAsReadOnlyVolumeWindow(long x, lo... method SubXVectorAsReadOnlyVolume (line 20951) | public readonly VolumeInfo SubXVectorAsReadOnlyVolume(long y, long z, ... method SubXVectorAsReadOnlyVolumeWindow (line 20962) | public readonly VolumeInfo SubXVectorAsReadOnlyVolumeWindow(long y, lo... method ForeachIndex (line 20971) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 21009) | public readonly void ForeachIndex(Action x_y_z... method ForeachCoord (line 21047) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 21085) | public readonly void ForeachIndex(VolumeInfo t1, Action i_... method ForeachX (line 21170) | public readonly void ForeachX( method ForeachY (line 21184) | public readonly void ForeachY( method ForeachZ (line 21198) | public readonly void ForeachZ( method ForeachXY (line 21215) | public readonly void ForeachXY( method ForeachXY (line 21237) | public readonly void ForeachXY( method ForeachXY (line 21261) | public readonly void ForeachXY( method ForeachXY (line 21285) | public readonly void ForeachXY( method ForeachXZ (line 21311) | public readonly void ForeachXZ( method ForeachXZ (line 21333) | public readonly void ForeachXZ( method ForeachXZ (line 21357) | public readonly void ForeachXZ( method ForeachXZ (line 21381) | public readonly void ForeachXZ( method ForeachYX (line 21407) | public readonly void ForeachYX( method ForeachYX (line 21429) | public readonly void ForeachYX( method ForeachYX (line 21453) | public readonly void ForeachYX( method ForeachYX (line 21477) | public readonly void ForeachYX( method ForeachYZ (line 21503) | public readonly void ForeachYZ( method ForeachYZ (line 21525) | public readonly void ForeachYZ( method ForeachYZ (line 21549) | public readonly void ForeachYZ( method ForeachYZ (line 21573) | public readonly void ForeachYZ( method ForeachZX (line 21599) | public readonly void ForeachZX( method ForeachZX (line 21621) | public readonly void ForeachZX( method ForeachZX (line 21645) | public readonly void ForeachZX( method ForeachZX (line 21669) | public readonly void ForeachZX( method ForeachZY (line 21695) | public readonly void ForeachZY( method ForeachZY (line 21717) | public readonly void ForeachZY( method ForeachZY (line 21741) | public readonly void ForeachZY( method ForeachZY (line 21765) | public readonly void ForeachZY( method ForeachXYZ (line 21792) | public readonly void ForeachXYZ( method ForeachXYZ (line 21819) | public readonly void ForeachXYZ( method ForeachXYZ (line 21850) | public readonly void ForeachXYZ( method ForeachXYZ (line 21881) | public readonly void ForeachXYZ( method ForeachXZY (line 21916) | public readonly void ForeachXZY( method ForeachXZY (line 21943) | public readonly void ForeachXZY( method ForeachXZY (line 21974) | public readonly void ForeachXZY( method ForeachXZY (line 22005) | public readonly void ForeachXZY( method ForeachYXZ (line 22040) | public readonly void ForeachYXZ( method ForeachYXZ (line 22067) | public readonly void ForeachYXZ( method ForeachYXZ (line 22098) | public readonly void ForeachYXZ( method ForeachYXZ (line 22129) | public readonly void ForeachYXZ( method ForeachYZX (line 22164) | public readonly void ForeachYZX( method ForeachYZX (line 22191) | public readonly void ForeachYZX( method ForeachYZX (line 22222) | public readonly void ForeachYZX( method ForeachYZX (line 22253) | public readonly void ForeachYZX( method ForeachZXY (line 22288) | public readonly void ForeachZXY( method ForeachZXY (line 22315) | public readonly void ForeachZXY( method ForeachZXY (line 22346) | public readonly void ForeachZXY( method ForeachZXY (line 22377) | public readonly void ForeachZXY( method ForeachZYX (line 22412) | public readonly void ForeachZYX( method ForeachZYX (line 22439) | public readonly void ForeachZYX( method ForeachZYX (line 22470) | public readonly void ForeachZYX( method ForeachZYX (line 22501) | public readonly void ForeachZYX( method ForeachXIndex (line 22532) | public readonly void ForeachXIndex( method ForeachXIndex (line 22546) | public readonly void ForeachXIndex( method ForeachYIndex (line 22560) | public readonly void ForeachYIndex( method ForeachYIndex (line 22574) | public readonly void ForeachYIndex( method ForeachZIndex (line 22588) | public readonly void ForeachZIndex( method ForeachZIndex (line 22602) | public readonly void ForeachZIndex( method ForeachXYIndex (line 22619) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 22641) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 22665) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 22689) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 22715) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 22737) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 22761) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 22785) | public readonly void ForeachXYIndex( method ForeachXZIndex (line 22811) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 22833) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 22857) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 22881) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 22907) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 22929) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 22953) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 22977) | public readonly void ForeachXZIndex( method ForeachYXIndex (line 23003) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 23025) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 23049) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 23073) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 23099) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 23121) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 23145) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 23169) | public readonly void ForeachYXIndex( method ForeachYZIndex (line 23195) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 23217) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 23241) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 23265) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 23291) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 23313) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 23337) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 23361) | public readonly void ForeachYZIndex( method ForeachZXIndex (line 23387) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 23409) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 23433) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 23457) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 23483) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 23505) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 23529) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 23553) | public readonly void ForeachZXIndex( method ForeachZYIndex (line 23579) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 23601) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 23625) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 23649) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 23675) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 23697) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 23721) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 23745) | public readonly void ForeachZYIndex( method ForeachXYZIndex (line 23772) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 23799) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 23830) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 23861) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 23896) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 23923) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 23954) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 23985) | public readonly void ForeachXYZIndex( method ForeachXZYIndex (line 24020) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 24047) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 24078) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 24109) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 24144) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 24171) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 24202) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 24233) | public readonly void ForeachXZYIndex( method ForeachYXZIndex (line 24268) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 24295) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 24326) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 24357) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 24392) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 24419) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 24450) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 24481) | public readonly void ForeachYXZIndex( method ForeachYZXIndex (line 24516) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 24543) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 24574) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 24605) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 24640) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 24667) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 24698) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 24729) | public readonly void ForeachYZXIndex( method ForeachZXYIndex (line 24764) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 24791) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 24822) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 24853) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 24888) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 24915) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 24946) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 24977) | public readonly void ForeachZXYIndex( method ForeachZYXIndex (line 25012) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 25039) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 25070) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 25101) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 25136) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 25163) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 25194) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 25225) | public readonly void ForeachZYXIndex( method ForeachXIndex (line 25256) | public readonly void ForeachXIndex(VolumeInfo t1, method ForeachXIndex (line 25270) | public readonly void ForeachXIndex(VolumeInfo t1, method ForeachYIndex (line 25284) | public readonly void ForeachYIndex(VolumeInfo t1, method ForeachYIndex (line 25298) | public readonly void ForeachYIndex(VolumeInfo t1, method ForeachZIndex (line 25312) | public readonly void ForeachZIndex(VolumeInfo t1, method ForeachZIndex (line 25326) | public readonly void ForeachZIndex(VolumeInfo t1, method ForeachXYIndex (line 25343) | public readonly void ForeachXYIndex(VolumeInfo t1, method ForeachXYIndex (line 25365) | public readonly void ForeachXYIndex(VolumeInfo t1, method ForeachXYIndex (line 25389) | public readonly void ForeachXYIndex(VolumeInfo t1, method ForeachXYIndex (line 25413) | public readonly void ForeachXYIndex(VolumeInfo t1, method ForeachXYIndex (line 25439) | public readonly void ForeachXYIndex(VolumeInfo t1, method ForeachXYIndex (line 25461) | public readonly void ForeachXYIndex(VolumeInfo t1, method ForeachXYIndex (line 25485) | public readonly void ForeachXYIndex(VolumeInfo t1, method ForeachXYIndex (line 25509) | public readonly void ForeachXYIndex(VolumeInfo t1, method ForeachXZIndex (line 25535) | public readonly void ForeachXZIndex(VolumeInfo t1, method ForeachXZIndex (line 25557) | public readonly void ForeachXZIndex(VolumeInfo t1, method ForeachXZIndex (line 25581) | public readonly void ForeachXZIndex(VolumeInfo t1, method ForeachXZIndex (line 25605) | public readonly void ForeachXZIndex(VolumeInfo t1, method ForeachXZIndex (line 25631) | public readonly void ForeachXZIndex(VolumeInfo t1, method ForeachXZIndex (line 25653) | public readonly void ForeachXZIndex(VolumeInfo t1, method ForeachXZIndex (line 25677) | public readonly void ForeachXZIndex(VolumeInfo t1, method ForeachXZIndex (line 25701) | public readonly void ForeachXZIndex(VolumeInfo t1, method ForeachYXIndex (line 25727) | public readonly void ForeachYXIndex(VolumeInfo t1, method ForeachYXIndex (line 25749) | public readonly void ForeachYXIndex(VolumeInfo t1, method ForeachYXIndex (line 25773) | public readonly void ForeachYXIndex(VolumeInfo t1, method ForeachYXIndex (line 25797) | public readonly void ForeachYXIndex(VolumeInfo t1, method ForeachYXIndex (line 25823) | public readonly void ForeachYXIndex(VolumeInfo t1, method ForeachYXIndex (line 25845) | public readonly void ForeachYXIndex(VolumeInfo t1, method ForeachYXIndex (line 25869) | public readonly void ForeachYXIndex(VolumeInfo t1, method ForeachYXIndex (line 25893) | public readonly void ForeachYXIndex(VolumeInfo t1, method ForeachYZIndex (line 25919) | public readonly void ForeachYZIndex(VolumeInfo t1, method ForeachYZIndex (line 25941) | public readonly void ForeachYZIndex(VolumeInfo t1, method ForeachYZIndex (line 25965) | public readonly void ForeachYZIndex(VolumeInfo t1, method ForeachYZIndex (line 25989) | public readonly void ForeachYZIndex(VolumeInfo t1, method ForeachYZIndex (line 26015) | public readonly void ForeachYZIndex(VolumeInfo t1, method ForeachYZIndex (line 26037) | public readonly void ForeachYZIndex(VolumeInfo t1, method ForeachYZIndex (line 26061) | public readonly void ForeachYZIndex(VolumeInfo t1, method ForeachYZIndex (line 26085) | public readonly void ForeachYZIndex(VolumeInfo t1, method ForeachZXIndex (line 26111) | public readonly void ForeachZXIndex(VolumeInfo t1, method ForeachZXIndex (line 26133) | public readonly void ForeachZXIndex(VolumeInfo t1, method ForeachZXIndex (line 26157) | public readonly void ForeachZXIndex(VolumeInfo t1, method ForeachZXIndex (line 26181) | public readonly void ForeachZXIndex(VolumeInfo t1, method ForeachZXIndex (line 26207) | public readonly void ForeachZXIndex(VolumeInfo t1, method ForeachZXIndex (line 26229) | public readonly void ForeachZXIndex(VolumeInfo t1, method ForeachZXIndex (line 26253) | public readonly void ForeachZXIndex(VolumeInfo t1, method ForeachZXIndex (line 26277) | public readonly void ForeachZXIndex(VolumeInfo t1, method ForeachZYIndex (line 26303) | public readonly void ForeachZYIndex(VolumeInfo t1, method ForeachZYIndex (line 26325) | public readonly void ForeachZYIndex(VolumeInfo t1, method ForeachZYIndex (line 26349) | public readonly void ForeachZYIndex(VolumeInfo t1, method ForeachZYIndex (line 26373) | public readonly void ForeachZYIndex(VolumeInfo t1, method ForeachZYIndex (line 26399) | public readonly void ForeachZYIndex(VolumeInfo t1, method ForeachZYIndex (line 26421) | public readonly void ForeachZYIndex(VolumeInfo t1, method ForeachZYIndex (line 26445) | public readonly void ForeachZYIndex(VolumeInfo t1, method ForeachZYIndex (line 26469) | public readonly void ForeachZYIndex(VolumeInfo t1, method ForeachXYZIndex (line 26496) | public readonly void ForeachXYZIndex(VolumeInfo t1, method ForeachXYZIndex (line 26523) | public readonly void ForeachXYZIndex(VolumeInfo t1, method ForeachXYZIndex (line 26554) | public readonly void ForeachXYZIndex(VolumeInfo t1, method ForeachXYZIndex (line 26585) | public readonly void ForeachXYZIndex(VolumeInfo t1, method ForeachXYZIndex (line 26620) | public readonly void ForeachXYZIndex(VolumeInfo t1, method ForeachXYZIndex (line 26647) | public readonly void ForeachXYZIndex(VolumeInfo t1, method ForeachXYZIndex (line 26678) | public readonly void ForeachXYZIndex(VolumeInfo t1, method ForeachXYZIndex (line 26709) | public readonly void ForeachXYZIndex(VolumeInfo t1, method ForeachXZYIndex (line 26744) | public readonly void ForeachXZYIndex(VolumeInfo t1, method ForeachXZYIndex (line 26771) | public readonly void ForeachXZYIndex(VolumeInfo t1, method ForeachXZYIndex (line 26802) | public readonly void ForeachXZYIndex(VolumeInfo t1, method ForeachXZYIndex (line 26833) | public readonly void ForeachXZYIndex(VolumeInfo t1, method ForeachXZYIndex (line 26868) | public readonly void ForeachXZYIndex(VolumeInfo t1, method ForeachXZYIndex (line 26895) | public readonly void ForeachXZYIndex(VolumeInfo t1, method ForeachXZYIndex (line 26926) | public readonly void ForeachXZYIndex(VolumeInfo t1, method ForeachXZYIndex (line 26957) | public readonly void ForeachXZYIndex(VolumeInfo t1, method ForeachYXZIndex (line 26992) | public readonly void ForeachYXZIndex(VolumeInfo t1, method ForeachYXZIndex (line 27019) | public readonly void ForeachYXZIndex(VolumeInfo t1, method ForeachYXZIndex (line 27050) | public readonly void ForeachYXZIndex(VolumeInfo t1, method ForeachYXZIndex (line 27081) | public readonly void ForeachYXZIndex(VolumeInfo t1, method ForeachYXZIndex (line 27116) | public readonly void ForeachYXZIndex(VolumeInfo t1, method ForeachYXZIndex (line 27143) | public readonly void ForeachYXZIndex(VolumeInfo t1, method ForeachYXZIndex (line 27174) | public readonly void ForeachYXZIndex(VolumeInfo t1, method ForeachYXZIndex (line 27205) | public readonly void ForeachYXZIndex(VolumeInfo t1, method ForeachYZXIndex (line 27240) | public readonly void ForeachYZXIndex(VolumeInfo t1, method ForeachYZXIndex (line 27267) | public readonly void ForeachYZXIndex(VolumeInfo t1, method ForeachYZXIndex (line 27298) | public readonly void ForeachYZXIndex(VolumeInfo t1, method ForeachYZXIndex (line 27329) | public readonly void ForeachYZXIndex(VolumeInfo t1, method ForeachYZXIndex (line 27364) | public readonly void ForeachYZXIndex(VolumeInfo t1, method ForeachYZXIndex (line 27391) | public readonly void ForeachYZXIndex(VolumeInfo t1, method ForeachYZXIndex (line 27422) | public readonly void ForeachYZXIndex(VolumeInfo t1, method ForeachYZXIndex (line 27453) | public readonly void ForeachYZXIndex(VolumeInfo t1, method ForeachZXYIndex (line 27488) | public readonly void ForeachZXYIndex(VolumeInfo t1, method ForeachZXYIndex (line 27515) | public readonly void ForeachZXYIndex(VolumeInfo t1, method ForeachZXYIndex (line 27546) | public readonly void ForeachZXYIndex(VolumeInfo t1, method ForeachZXYIndex (line 27577) | public readonly void ForeachZXYIndex(VolumeInfo t1, method ForeachZXYIndex (line 27612) | public readonly void ForeachZXYIndex(VolumeInfo t1, method ForeachZXYIndex (line 27639) | public readonly void ForeachZXYIndex(VolumeInfo t1, method ForeachZXYIndex (line 27670) | public readonly void ForeachZXYIndex(VolumeInfo t1, method ForeachZXYIndex (line 27701) | public readonly void ForeachZXYIndex(VolumeInfo t1, method ForeachZYXIndex (line 27736) | public readonly void ForeachZYXIndex(VolumeInfo t1, method ForeachZYXIndex (line 27763) | public readonly void ForeachZYXIndex(VolumeInfo t1, method ForeachZYXIndex (line 27794) | public readonly void ForeachZYXIndex(VolumeInfo t1, method ForeachZYXIndex (line 27825) | public readonly void ForeachZYXIndex(VolumeInfo t1, method ForeachZYXIndex (line 27860) | public readonly void ForeachZYXIndex(VolumeInfo t1, method ForeachZYXIndex (line 27887) | public readonly void ForeachZYXIndex(VolumeInfo t1, method ForeachZYXIndex (line 27918) | public readonly void ForeachZYXIndex(VolumeInfo t1, method ForeachZYXIndex (line 27949) | public readonly void ForeachZYXIndex(VolumeInfo t1, method CheckMatchingSize (line 27978) | public readonly void CheckMatchingSize(VolumeInfo t1) method CheckMatchingSize (line 27983) | public readonly void CheckMatchingSize(VolumeInfo t1, VolumeInfo t2) method CheckMatchingSize (line 27988) | public readonly void CheckMatchingSize(VolumeInfo t1, VolumeInfo t2, V... method HasMatchingLayout (line 27993) | public readonly bool HasMatchingLayout(VolumeInfo t1) method HasMatchingLayout (line 27998) | public readonly bool HasMatchingLayout(VolumeInfo t1, VolumeInfo t2) method HasMatchingLayout (line 28003) | public readonly bool HasMatchingLayout(VolumeInfo t1, VolumeInfo t2, V... type Volume (line 28027) | [Serializable] method Volume (line 28038) | public Volume(Td[] data, VolumeInfo info) method Volume (line 28047) | public Volume(V3l size) method Volume (line 28054) | public Volume(V3i size) method Volume (line 28061) | public Volume(VolumeInfo info) method Volume (line 28068) | public Volume(long sx, long sy, long sz) method Volume (line 28075) | public Volume(Td[] data, long sx, long sy, long sz) method Volume (line 28082) | public Volume(long sx, long sy, long sz, Td value) method Volume (line 28089) | public Volume(Td[] data, V3l size) method Volume (line 28096) | public Volume(Td[] data, V3i size) method Volume (line 28104) | public Volume(V3l size, Td value) method Volume (line 28114) | public Volume(V3i size, Td value) method Volume (line 28121) | public Volume(Td[] data, long origin, V3l size, V3l delta) method Volume (line 28128) | public Volume(Td[] data, long origin, V3l size, V3l delta, V3l first) method Volume (line 28135) | public Volume(long origin, V3l size, V3l delta) method ForeachIndex (line 28524) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 28529) | public readonly void ForeachIndex(Action x_y_z... method ForeachCoord (line 28534) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 28539) | public readonly void ForeachIndex(VolumeInfo t1, Action i_... method ForeachX (line 28550) | public readonly void ForeachX( method ForeachY (line 28562) | public readonly void ForeachY( method ForeachZ (line 28574) | public readonly void ForeachZ( method ForeachXY (line 28589) | public readonly void ForeachXY( method ForeachXY (line 28605) | public readonly void ForeachXY( method ForeachXY (line 28623) | public readonly void ForeachXY( method ForeachXY (line 28641) | public readonly void ForeachXY( method ForeachXZ (line 28661) | public readonly void ForeachXZ( method ForeachXZ (line 28677) | public readonly void ForeachXZ( method ForeachXZ (line 28695) | public readonly void ForeachXZ( method ForeachXZ (line 28713) | public readonly void ForeachXZ( method ForeachYX (line 28733) | public readonly void ForeachYX( method ForeachYX (line 28749) | public readonly void ForeachYX( method ForeachYX (line 28767) | public readonly void ForeachYX( method ForeachYX (line 28785) | public readonly void ForeachYX( method ForeachYZ (line 28805) | public readonly void ForeachYZ( method ForeachYZ (line 28821) | public readonly void ForeachYZ( method ForeachYZ (line 28839) | public readonly void ForeachYZ( method ForeachYZ (line 28857) | public readonly void ForeachYZ( method ForeachZX (line 28877) | public readonly void ForeachZX( method ForeachZX (line 28893) | public readonly void ForeachZX( method ForeachZX (line 28911) | public readonly void ForeachZX( method ForeachZX (line 28929) | public readonly void ForeachZX( method ForeachZY (line 28949) | public readonly void ForeachZY( method ForeachZY (line 28965) | public readonly void ForeachZY( method ForeachZY (line 28983) | public readonly void ForeachZY( method ForeachZY (line 29001) | public readonly void ForeachZY( method ForeachXIndex (line 29018) | public readonly void ForeachXIndex( method ForeachXIndex (line 29030) | public readonly void ForeachXIndex( method ForeachYIndex (line 29042) | public readonly void ForeachYIndex( method ForeachYIndex (line 29054) | public readonly void ForeachYIndex( method ForeachZIndex (line 29066) | public readonly void ForeachZIndex( method ForeachZIndex (line 29078) | public readonly void ForeachZIndex( method ForeachXYIndex (line 29093) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 29109) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 29127) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 29145) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 29165) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 29181) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 29199) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 29217) | public readonly void ForeachXYIndex( method ForeachXZIndex (line 29237) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 29253) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 29271) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 29289) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 29309) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 29325) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 29343) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 29361) | public readonly void ForeachXZIndex( method ForeachYXIndex (line 29381) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 29397) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 29415) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 29433) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 29453) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 29469) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 29487) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 29505) | public readonly void ForeachYXIndex( method ForeachYZIndex (line 29525) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 29541) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 29559) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 29577) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 29597) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 29613) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 29631) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 29649) | public readonly void ForeachYZIndex( method ForeachZXIndex (line 29669) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 29685) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 29703) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 29721) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 29741) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 29757) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 29775) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 29793) | public readonly void ForeachZXIndex( method ForeachZYIndex (line 29813) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 29829) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 29847) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 29865) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 29885) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 29901) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 29919) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 29937) | public readonly void ForeachZYIndex( method ForeachXYZ (line 29958) | public readonly void ForeachXYZ( method ForeachXYZ (line 29975) | public readonly void ForeachXYZ( method ForeachXYZ (line 29996) | public readonly void ForeachXYZ( method ForeachXYZ (line 30017) | public readonly void ForeachXYZ( method ForeachXZY (line 30042) | public readonly void ForeachXZY( method ForeachXZY (line 30059) | public readonly void ForeachXZY( method ForeachXZY (line 30080) | public readonly void ForeachXZY( method ForeachXZY (line 30101) | public readonly void ForeachXZY( method ForeachYXZ (line 30126) | public readonly void ForeachYXZ( method ForeachYXZ (line 30143) | public readonly void ForeachYXZ( method ForeachYXZ (line 30164) | public readonly void ForeachYXZ( method ForeachYXZ (line 30185) | public readonly void ForeachYXZ( method ForeachYZX (line 30210) | public readonly void ForeachYZX( method ForeachYZX (line 30227) | public readonly void ForeachYZX( method ForeachYZX (line 30248) | public readonly void ForeachYZX( method ForeachYZX (line 30269) | public readonly void ForeachYZX( method ForeachZXY (line 30294) | public readonly void ForeachZXY( method ForeachZXY (line 30311) | public readonly void ForeachZXY( method ForeachZXY (line 30332) | public readonly void ForeachZXY( method ForeachZXY (line 30353) | public readonly void ForeachZXY( method ForeachZYX (line 30378) | public readonly void ForeachZYX( method ForeachZYX (line 30395) | public readonly void ForeachZYX( method ForeachZYX (line 30416) | public readonly void ForeachZYX( method ForeachZYX (line 30437) | public readonly void ForeachZYX( method ForeachXYZIndex (line 30462) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 30479) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 30500) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 30521) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 30546) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 30563) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 30584) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 30605) | public readonly void ForeachXYZIndex( method ForeachXZYIndex (line 30630) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 30647) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 30668) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 30689) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 30714) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 30731) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 30752) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 30773) | public readonly void ForeachXZYIndex( method ForeachYXZIndex (line 30798) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 30815) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 30836) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 30857) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 30882) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 30899) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 30920) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 30941) | public readonly void ForeachYXZIndex( method ForeachYZXIndex (line 30966) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 30983) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 31004) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 31025) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 31050) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 31067) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 31088) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 31109) | public readonly void ForeachYZXIndex( method ForeachZXYIndex (line 31134) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 31151) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 31172) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 31193) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 31218) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 31235) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 31256) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 31277) | public readonly void ForeachZXYIndex( method ForeachZYXIndex (line 31302) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 31319) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 31340) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 31361) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 31386) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 31403) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 31424) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 31445) | public readonly void ForeachZYXIndex( method SubVolumeWindow (line 31469) | public readonly Volume SubVolumeWindow(V3l begin, V3l size) method SubVolume (line 31479) | public readonly Volume SubVolume(V3l begin, V3l size) method SubVolumeWindow (line 31489) | public readonly Volume SubVolumeWindow(V3i begin, V3i size) method SubVolume (line 31499) | public readonly Volume SubVolume(V3i begin, V3i size) method SubVolumeWindow (line 31509) | public readonly Volume SubVolumeWindow(V3l begin, V3l size, V3l de... method SubVolume (line 31519) | public readonly Volume SubVolume(V3l begin, V3l size, V3l delta) method SubVolumeWindow (line 31529) | public readonly Volume SubVolumeWindow(V3i begin, V3i size, V3i de... method SubVolume (line 31539) | public readonly Volume SubVolume(V3i begin, V3i size, V3i delta) method SubVolumeWindow (line 31548) | public readonly Volume SubVolumeWindow(V3l begin, V3l size, V3l de... method SubVolumeWindow (line 31557) | public readonly Volume SubVolumeWindow(V3i begin, V3i size, V3i de... method SubVolumeWindow (line 31567) | public readonly Volume SubVolumeWindow( method SubVolume (line 31581) | public readonly Volume SubVolume( method SubVolumeWindow (line 31595) | public readonly Volume SubVolumeWindow( method SubVolume (line 31611) | public readonly Volume SubVolume( method AsVector (line 31626) | public readonly Vector AsVector() method SubVector (line 31635) | public readonly Vector SubVector(V3l origin, long size, long delta) method SubVector (line 31644) | public readonly Vector SubVector(V3i origin, long size, long delta) method AsMatrixXYxZ (line 31653) | public readonly Matrix AsMatrixXYxZ() method AsMatrixXxYZ (line 31662) | public readonly Matrix AsMatrixXxYZ() method SubMatrix (line 31671) | public readonly Matrix SubMatrix(V3l origin, V2l size, V2l delta) method SubMatrix (line 31680) | public readonly Matrix SubMatrix(V3i origin, V2i size, V2l delta) method SubMatrix (line 31689) | public readonly Matrix SubMatrix( method SubYZMatrix (line 31702) | public readonly Matrix SubYZMatrix(long x) method SubYZMatrixAsReadOnlyVolume (line 31713) | public readonly Volume SubYZMatrixAsReadOnlyVolume(long x, long si... method SubYZMatrixWindow (line 31722) | public readonly Matrix SubYZMatrixWindow(long x) method SubYZMatrixAsReadOnlyVolumeWindow (line 31733) | public readonly Volume SubYZMatrixAsReadOnlyVolumeWindow(long x, l... method SubXZMatrix (line 31742) | public readonly Matrix SubXZMatrix(long y) method SubXZMatrixAsReadOnlyVolume (line 31753) | public readonly Volume SubXZMatrixAsReadOnlyVolume(long y, long si... method SubXZMatrixWindow (line 31762) | public readonly Matrix SubXZMatrixWindow(long y) method SubXZMatrixAsReadOnlyVolumeWindow (line 31773) | public readonly Volume SubXZMatrixAsReadOnlyVolumeWindow(long y, l... method SubXYMatrix (line 31782) | public readonly Matrix SubXYMatrix(long z) method SubXYMatrixAsReadOnlyVolume (line 31793) | public readonly Volume SubXYMatrixAsReadOnlyVolume(long z, long si... method SubXYMatrixWindow (line 31802) | public readonly Matrix SubXYMatrixWindow(long z) method SubXYMatrixAsReadOnlyVolumeWindow (line 31813) | public readonly Volume SubXYMatrixAsReadOnlyVolumeWindow(long z, l... method SubZVectorAsReadOnlyVolume (line 31824) | public readonly Volume SubZVectorAsReadOnlyVolume(long x, long y, ... method SubZVectorAsReadOnlyVolumeWindow (line 31835) | public readonly Volume SubZVectorAsReadOnlyVolumeWindow(long x, lo... method SubYVectorAsReadOnlyVolume (line 31846) | public readonly Volume SubYVectorAsReadOnlyVolume(long x, long z, ... method SubYVectorAsReadOnlyVolumeWindow (line 31857) | public readonly Volume SubYVectorAsReadOnlyVolumeWindow(long x, lo... method SubXVectorAsReadOnlyVolume (line 31868) | public readonly Volume SubXVectorAsReadOnlyVolume(long y, long z, ... method SubXVectorAsReadOnlyVolumeWindow (line 31879) | public readonly Volume SubXVectorAsReadOnlyVolumeWindow(long y, lo... method SubVolumeWindow (line 31889) | public readonly Volume SubVolumeWindow(V3l begin, V3l size) method SubVolume (line 31899) | public readonly Volume SubVolume(V3l begin, V3l size) method SubVolumeWindow (line 31909) | public readonly Volume SubVolumeWindow(V3i begin, V3i size) method SubVolume (line 31919) | public readonly Volume SubVolume(V3i begin, V3i size) method SubVolumeWindow (line 31929) | public readonly Volume SubVolumeWindow(V3l begin, V3l size... method SubVolume (line 31939) | public readonly Volume SubVolume(V3l begin, V3l size, V3l ... method SubVolumeWindow (line 31949) | public readonly Volume SubVolumeWindow(V3i begin, V3i size... method SubVolume (line 31959) | public readonly Volume SubVolume(V3i begin, V3i size, V3i ... method SubVolumeWindow (line 31968) | public readonly Volume SubVolumeWindow(V3l begin, V3l size... method SubVolumeWindow (line 31977) | public readonly Volume SubVolumeWindow(V3i begin, V3i size... method SubVolumeWindow (line 31987) | public readonly Volume SubVolumeWindow( method SubVolume (line 32001) | public readonly Volume SubVolume( method SubVolumeWindow (line 32015) | public readonly Volume SubVolumeWindow( method SubVolume (line 32031) | public readonly Volume SubVolume( method AsVector (line 32046) | public readonly Vector AsVector() method SubVector (line 32055) | public readonly Vector SubVector(V3l origin, long size, lo... method SubVector (line 32064) | public readonly Vector SubVector(V3i origin, long size, lo... method AsMatrixXYxZ (line 32073) | public readonly Matrix AsMatrixXYxZ() method AsMatrixXxYZ (line 32082) | public readonly Matrix AsMatrixXxYZ() method SubMatrix (line 32091) | public readonly Matrix SubMatrix(V3l origin, V2l size, V2l... method SubMatrix (line 32100) | public readonly Matrix SubMatrix(V3i origin, V2i size, V2l... method SubMatrix (line 32109) | public readonly Matrix SubMatrix( method SubYZMatrix (line 32122) | public readonly Matrix SubYZMatrix(long x) method SubYZMatrixAsReadOnlyVolume (line 32133) | public readonly Volume SubYZMatrixAsReadOnlyVolume(long x,... method SubYZMatrixWindow (line 32142) | public readonly Matrix SubYZMatrixWindow(long x) method SubYZMatrixAsReadOnlyVolumeWindow (line 32153) | public readonly Volume SubYZMatrixAsReadOnlyVolumeWindow(l... method SubXZMatrix (line 32162) | public readonly Matrix SubXZMatrix(long y) method SubXZMatrixAsReadOnlyVolume (line 32173) | public readonly Volume SubXZMatrixAsReadOnlyVolume(long y,... method SubXZMatrixWindow (line 32182) | public readonly Matrix SubXZMatrixWindow(long y) method SubXZMatrixAsReadOnlyVolumeWindow (line 32193) | public readonly Volume SubXZMatrixAsReadOnlyVolumeWindow(l... method SubXYMatrix (line 32202) | public readonly Matrix SubXYMatrix(long z) method SubXYMatrixAsReadOnlyVolume (line 32213) | public readonly Volume SubXYMatrixAsReadOnlyVolume(long z,... method SubXYMatrixWindow (line 32222) | public readonly Matrix SubXYMatrixWindow(long z) method SubXYMatrixAsReadOnlyVolumeWindow (line 32233) | public readonly Volume SubXYMatrixAsReadOnlyVolumeWindow(l... method SubZVectorAsReadOnlyVolume (line 32244) | public readonly Volume SubZVectorAsReadOnlyVolume(long x, ... method SubZVectorAsReadOnlyVolumeWindow (line 32255) | public readonly Volume SubZVectorAsReadOnlyVolumeWindow(lo... method SubYVectorAsReadOnlyVolume (line 32266) | public readonly Volume SubYVectorAsReadOnlyVolume(long x, ... method SubYVectorAsReadOnlyVolumeWindow (line 32277) | public readonly Volume SubYVectorAsReadOnlyVolumeWindow(lo... method SubXVectorAsReadOnlyVolume (line 32288) | public readonly Volume SubXVectorAsReadOnlyVolume(long y, ... method SubXVectorAsReadOnlyVolumeWindow (line 32299) | public readonly Volume SubXVectorAsReadOnlyVolumeWindow(lo... method Copy (line 32312) | public readonly Volume Copy() method CopyWindow (line 32321) | public readonly Volume CopyWindow() method Map (line 32331) | public readonly Volume Map(Func fun) method MapWindow (line 32340) | public readonly Volume MapWindow(Func fun) method Repeated (line 32349) | public readonly Volume Repeated(V3l count) method Apply (line 32371) | public readonly Volume Apply(Func element_elementFun) method Apply (line 32396) | public readonly Volume Apply( method Apply (line 32482) | public readonly Volume Apply( method ApplyByCoord (line 32530) | public readonly Volume ApplyByCoord(Func element_crd_... method ApplyByCoord (line 32570) | public readonly Volume ApplyByCoord(Func... method Set (line 32594) | public readonly Volume Set(Td v) method SetByCoord (line 32637) | public readonly Volume SetByCoord(Func x_y_z... method SetByCoord (line 32680) | public readonly Volume SetByCoord(Func crd_elementFun) method SetByCoord (line 32723) | public readonly Volume SetByCoord( method SetByIndex (line 32766) | public readonly Volume SetByIndex(Func index_elementFun) method Set (line 32812) | public readonly Volume Set(IVolume it1) method Set (line 32856) | public readonly Volume Set(Volume t1) method SetMap (line 32941) | public readonly Volume SetMap( method SetByIndex (line 33029) | public readonly Volume SetByIndex( method Set (line 33114) | public readonly Volume Set(Volume t1) method SetMap (line 33161) | public readonly Volume SetMap( method SetByIndex (line 33211) | public readonly Volume SetByIndex( method SetMap2 (line 33259) | public readonly Volume SetMap2( method SetByIndex (line 33348) | public readonly Volume SetByIndex( method SetMap2 (line 33435) | public readonly Volume SetMap2( method SetByIndex (line 33486) | public readonly Volume SetByIndex( method SetMap2 (line 33535) | public readonly Volume SetMap2( method SetByIndex (line 33586) | public readonly Volume SetByIndex( method SetMap2 (line 33635) | public readonly Volume SetMap2( method SetByIndex (line 33686) | public readonly Volume SetByIndex( method SetMap3 (line 33735) | public readonly Volume SetMap3( method SetByIndex (line 33824) | public readonly Volume SetByIndex( method SetMap3 (line 33911) | public readonly Volume SetMap3( method SetByIndex (line 33962) | public readonly Volume SetByIndex( method SetMap3 (line 34011) | public readonly Volume SetMap3( method SetByIndex (line 34062) | public readonly Volume SetByIndex( method SetMap3 (line 34111) | public readonly Volume SetMap3( method SetByIndex (line 34162) | public readonly Volume SetByIndex( method SetMap3 (line 34211) | public readonly Volume SetMap3( method SetByIndex (line 34262) | public readonly Volume SetByIndex( method SetMap3 (line 34311) | public readonly Volume SetMap3( method SetByIndex (line 34362) | public readonly Volume SetByIndex( method SetMap3 (line 34411) | public readonly Volume SetMap3( method SetByIndex (line 34462) | public readonly Volume SetByIndex( method SetMap3 (line 34511) | public readonly Volume SetMap3( method SetByIndex (line 34562) | public readonly Volume SetByIndex( method SetConvolution (line 34609) | public readonly Volume SetConvolution( method SetOuterProduct (line 34624) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 34658) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 34692) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 34726) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 34760) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 34794) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 34828) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 34862) | public readonly Volume SetOuterProduct( method Norm (line 34896) | public readonly Tr Norm( method Norm (line 34937) | public readonly Tr Norm(Func element... method Norm (line 34978) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 35019) | public readonly Ts InnerProduct( method InnerProduct (line 35102) | public readonly Ts InnerProduct( method Norm (line 35147) | public readonly Tr Norm( method Norm (line 35191) | public readonly Tr Norm(Func element... method Norm (line 35235) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 35279) | public readonly Ts InnerProduct( method InnerProduct (line 35368) | public readonly Ts InnerProduct( method Create (line 35423) | public static Volume Create( method Create (line 35432) | public static Volume Create( method Map (line 35442) | public static Volume Map( method CreateByIndex (line 35454) | public static Volume CreateByIndex( method Map (line 35464) | public static Volume Map( method CreateByIndex (line 35476) | public static Volume CreateByIndex( method Map2 (line 35486) | public static Volume Map2( method CreateByIndex (line 35499) | public static Volume CreateByIndex( method Map2 (line 35510) | public static Volume Map2( method CreateByIndex (line 35523) | public static Volume CreateByIndex( method Map2 (line 35534) | public static Volume Map2( method CreateByIndex (line 35547) | public static Volume CreateByIndex( method Map2 (line 35558) | public static Volume Map2( method CreateByIndex (line 35571) | public static Volume CreateByIndex( method Map3 (line 35582) | public static Volume Map3( method CreateByIndex (line 35595) | public static Volume CreateByIndex( method Map3 (line 35606) | public static Volume Map3( method CreateByIndex (line 35619) | public static Volume CreateByIndex( method Map3 (line 35630) | public static Volume Map3( method CreateByIndex (line 35643) | public static Volume CreateByIndex( method Map3 (line 35654) | public static Volume Map3( method CreateByIndex (line 35667) | public static Volume CreateByIndex( method Map3 (line 35678) | public static Volume Map3( method CreateByIndex (line 35691) | public static Volume CreateByIndex( method Map3 (line 35702) | public static Volume Map3( method CreateByIndex (line 35715) | public static Volume CreateByIndex( method Map3 (line 35726) | public static Volume Map3( method CreateByIndex (line 35739) | public static Volume CreateByIndex( method Map3 (line 35750) | public static Volume Map3( method CreateByIndex (line 35763) | public static Volume CreateByIndex( method Create (line 35774) | public static Volume Create(V3l size, Func fun) method CreateConvolution (line 35785) | public static Volume CreateConvolution( method CreateOuterProduct (line 35798) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 35810) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 35822) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 35834) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 35846) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 35858) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 35870) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 35882) | public readonly Volume CreateOuterProduct( method SampleRaw8 (line 35897) | public readonly TRes SampleRaw8( method SampleRaw8 (line 35913) | public readonly TRes SampleRaw8( method Sample8Clamped (line 35930) | public readonly TRes Sample8Clamped( method Sample8Clamped (line 35942) | public readonly TRes Sample8Clamped( method Sample8 (line 35954) | public readonly TRes Sample8( method Sample8 (line 35976) | public readonly TRes Sample8( method SampleRaw64 (line 35998) | public readonly TRes SampleRaw64( method SampleRaw64 (line 36010) | public readonly TRes SampleRaw64( method Sample64Clamped (line 36047) | public readonly TRes Sample64Clamped( method Sample64Clamped (line 36062) | public readonly TRes Sample64Clamped( method Sample64 (line 36077) | public readonly TRes Sample64( method Sample64 (line 36095) | public readonly TRes Sample64( method GetValue (line 36143) | public readonly object GetValue(long x, long y, long z) method SetValue (line 36148) | public readonly void SetValue(object value, long x, long y, long z) method GetValue (line 36153) | public readonly object GetValue(V3l v) method SetValue (line 36158) | public readonly void SetValue(object value, V3l v) method Volume (line 36200) | public Volume(Td[] data, VolumeInfo info) method Volume (line 36211) | public Volume(V3l size) method Volume (line 36218) | public Volume(V3i size) method Volume (line 36225) | public Volume(VolumeInfo info) method Volume (line 36232) | public Volume(long sx, long sy, long sz) method Volume (line 36239) | public Volume(Td[] data, long sx, long sy, long sz) method Volume (line 36246) | public Volume(long sx, long sy, long sz, Tv value) method Volume (line 36253) | public Volume(Td[] data, V3l size) method Volume (line 36260) | public Volume(Td[] data, V3i size) method Volume (line 36268) | public Volume(V3l size, Tv value) method Volume (line 36278) | public Volume(V3i size, Tv value) method Volume (line 36285) | public Volume(Td[] data, long origin, V3l size, V3l delta) method Volume (line 36292) | public Volume(Td[] data, long origin, V3l size, V3l delta, V3l first) method Volume (line 36299) | public Volume(long origin, V3l size, V3l delta) method ForeachIndex (line 36698) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 36703) | public readonly void ForeachIndex(Action x_y_z... method ForeachCoord (line 36708) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 36713) | public readonly void ForeachIndex(VolumeInfo t1, Action i_... method ForeachX (line 36724) | public readonly void ForeachX( method ForeachY (line 36736) | public readonly void ForeachY( method ForeachZ (line 36748) | public readonly void ForeachZ( method ForeachXY (line 36763) | public readonly void ForeachXY( method ForeachXY (line 36779) | public readonly void ForeachXY( method ForeachXY (line 36797) | public readonly void ForeachXY( method ForeachXY (line 36815) | public readonly void ForeachXY( method ForeachXZ (line 36835) | public readonly void ForeachXZ( method ForeachXZ (line 36851) | public readonly void ForeachXZ( method ForeachXZ (line 36869) | public readonly void ForeachXZ( method ForeachXZ (line 36887) | public readonly void ForeachXZ( method ForeachYX (line 36907) | public readonly void ForeachYX( method ForeachYX (line 36923) | public readonly void ForeachYX( method ForeachYX (line 36941) | public readonly void ForeachYX( method ForeachYX (line 36959) | public readonly void ForeachYX( method ForeachYZ (line 36979) | public readonly void ForeachYZ( method ForeachYZ (line 36995) | public readonly void ForeachYZ( method ForeachYZ (line 37013) | public readonly void ForeachYZ( method ForeachYZ (line 37031) | public readonly void ForeachYZ( method ForeachZX (line 37051) | public readonly void ForeachZX( method ForeachZX (line 37067) | public readonly void ForeachZX( method ForeachZX (line 37085) | public readonly void ForeachZX( method ForeachZX (line 37103) | public readonly void ForeachZX( method ForeachZY (line 37123) | public readonly void ForeachZY( method ForeachZY (line 37139) | public readonly void ForeachZY( method ForeachZY (line 37157) | public readonly void ForeachZY( method ForeachZY (line 37175) | public readonly void ForeachZY( method ForeachXIndex (line 37192) | public readonly void ForeachXIndex( method ForeachXIndex (line 37204) | public readonly void ForeachXIndex( method ForeachYIndex (line 37216) | public readonly void ForeachYIndex( method ForeachYIndex (line 37228) | public readonly void ForeachYIndex( method ForeachZIndex (line 37240) | public readonly void ForeachZIndex( method ForeachZIndex (line 37252) | public readonly void ForeachZIndex( method ForeachXYIndex (line 37267) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 37283) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 37301) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 37319) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 37339) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 37355) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 37373) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 37391) | public readonly void ForeachXYIndex( method ForeachXZIndex (line 37411) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 37427) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 37445) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 37463) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 37483) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 37499) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 37517) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 37535) | public readonly void ForeachXZIndex( method ForeachYXIndex (line 37555) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 37571) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 37589) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 37607) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 37627) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 37643) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 37661) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 37679) | public readonly void ForeachYXIndex( method ForeachYZIndex (line 37699) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 37715) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 37733) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 37751) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 37771) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 37787) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 37805) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 37823) | public readonly void ForeachYZIndex( method ForeachZXIndex (line 37843) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 37859) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 37877) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 37895) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 37915) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 37931) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 37949) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 37967) | public readonly void ForeachZXIndex( method ForeachZYIndex (line 37987) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 38003) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 38021) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 38039) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 38059) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 38075) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 38093) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 38111) | public readonly void ForeachZYIndex( method ForeachXYZ (line 38132) | public readonly void ForeachXYZ( method ForeachXYZ (line 38149) | public readonly void ForeachXYZ( method ForeachXYZ (line 38170) | public readonly void ForeachXYZ( method ForeachXYZ (line 38191) | public readonly void ForeachXYZ( method ForeachXZY (line 38216) | public readonly void ForeachXZY( method ForeachXZY (line 38233) | public readonly void ForeachXZY( method ForeachXZY (line 38254) | public readonly void ForeachXZY( method ForeachXZY (line 38275) | public readonly void ForeachXZY( method ForeachYXZ (line 38300) | public readonly void ForeachYXZ( method ForeachYXZ (line 38317) | public readonly void ForeachYXZ( method ForeachYXZ (line 38338) | public readonly void ForeachYXZ( method ForeachYXZ (line 38359) | public readonly void ForeachYXZ( method ForeachYZX (line 38384) | public readonly void ForeachYZX( method ForeachYZX (line 38401) | public readonly void ForeachYZX( method ForeachYZX (line 38422) | public readonly void ForeachYZX( method ForeachYZX (line 38443) | public readonly void ForeachYZX( method ForeachZXY (line 38468) | public readonly void ForeachZXY( method ForeachZXY (line 38485) | public readonly void ForeachZXY( method ForeachZXY (line 38506) | public readonly void ForeachZXY( method ForeachZXY (line 38527) | public readonly void ForeachZXY( method ForeachZYX (line 38552) | public readonly void ForeachZYX( method ForeachZYX (line 38569) | public readonly void ForeachZYX( method ForeachZYX (line 38590) | public readonly void ForeachZYX( method ForeachZYX (line 38611) | public readonly void ForeachZYX( method ForeachXYZIndex (line 38636) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 38653) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 38674) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 38695) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 38720) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 38737) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 38758) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 38779) | public readonly void ForeachXYZIndex( method ForeachXZYIndex (line 38804) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 38821) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 38842) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 38863) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 38888) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 38905) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 38926) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 38947) | public readonly void ForeachXZYIndex( method ForeachYXZIndex (line 38972) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 38989) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 39010) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 39031) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 39056) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 39073) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 39094) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 39115) | public readonly void ForeachYXZIndex( method ForeachYZXIndex (line 39140) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 39157) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 39178) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 39199) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 39224) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 39241) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 39262) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 39283) | public readonly void ForeachYZXIndex( method ForeachZXYIndex (line 39308) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 39325) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 39346) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 39367) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 39392) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 39409) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 39430) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 39451) | public readonly void ForeachZXYIndex( method ForeachZYXIndex (line 39476) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 39493) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 39514) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 39535) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 39560) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 39577) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 39598) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 39619) | public readonly void ForeachZYXIndex( method SubVolumeWindow (line 39643) | public readonly Volume SubVolumeWindow(V3l begin, V3l size) method SubVolume (line 39654) | public readonly Volume SubVolume(V3l begin, V3l size) method SubVolumeWindow (line 39665) | public readonly Volume SubVolumeWindow(V3i begin, V3i size) method SubVolume (line 39676) | public readonly Volume SubVolume(V3i begin, V3i size) method SubVolumeWindow (line 39687) | public readonly Volume SubVolumeWindow(V3l begin, V3l size, V3... method SubVolume (line 39698) | public readonly Volume SubVolume(V3l begin, V3l size, V3l delta) method SubVolumeWindow (line 39709) | public readonly Volume SubVolumeWindow(V3i begin, V3i size, V3... method SubVolume (line 39720) | public readonly Volume SubVolume(V3i begin, V3i size, V3i delta) method SubVolumeWindow (line 39730) | public readonly Volume SubVolumeWindow(V3l begin, V3l size, V3... method SubVolumeWindow (line 39740) | public readonly Volume SubVolumeWindow(V3i begin, V3i size, V3... method SubVolumeWindow (line 39751) | public readonly Volume SubVolumeWindow( method SubVolume (line 39766) | public readonly Volume SubVolume( method SubVolumeWindow (line 39781) | public readonly Volume SubVolumeWindow( method SubVolume (line 39798) | public readonly Volume SubVolume( method AsVector (line 39814) | public readonly Vector AsVector() method SubVector (line 39824) | public readonly Vector SubVector(V3l origin, long size, long d... method SubVector (line 39834) | public readonly Vector SubVector(V3i origin, long size, long d... method AsMatrixXYxZ (line 39844) | public readonly Matrix AsMatrixXYxZ() method AsMatrixXxYZ (line 39854) | public readonly Matrix AsMatrixXxYZ() method SubMatrix (line 39864) | public readonly Matrix SubMatrix(V3l origin, V2l size, V2l delta) method SubMatrix (line 39874) | public readonly Matrix SubMatrix(V3i origin, V2i size, V2l delta) method SubMatrix (line 39884) | public readonly Matrix SubMatrix( method SubYZMatrix (line 39898) | public readonly Matrix SubYZMatrix(long x) method SubYZMatrixAsReadOnlyVolume (line 39910) | public readonly Volume SubYZMatrixAsReadOnlyVolume(long x, lon... method SubYZMatrixWindow (line 39920) | public readonly Matrix SubYZMatrixWindow(long x) method SubYZMatrixAsReadOnlyVolumeWindow (line 39932) | public readonly Volume SubYZMatrixAsReadOnlyVolumeWindow(long ... method SubXZMatrix (line 39942) | public readonly Matrix SubXZMatrix(long y) method SubXZMatrixAsReadOnlyVolume (line 39954) | public readonly Volume SubXZMatrixAsReadOnlyVolume(long y, lon... method SubXZMatrixWindow (line 39964) | public readonly Matrix SubXZMatrixWindow(long y) method SubXZMatrixAsReadOnlyVolumeWindow (line 39976) | public readonly Volume SubXZMatrixAsReadOnlyVolumeWindow(long ... method SubXYMatrix (line 39986) | public readonly Matrix SubXYMatrix(long z) method SubXYMatrixAsReadOnlyVolume (line 39998) | public readonly Volume SubXYMatrixAsReadOnlyVolume(long z, lon... method SubXYMatrixWindow (line 40008) | public readonly Matrix SubXYMatrixWindow(long z) method SubXYMatrixAsReadOnlyVolumeWindow (line 40020) | public readonly Volume SubXYMatrixAsReadOnlyVolumeWindow(long ... method SubZVectorAsReadOnlyVolume (line 40032) | public readonly Volume SubZVectorAsReadOnlyVolume(long x, long... method SubZVectorAsReadOnlyVolumeWindow (line 40044) | public readonly Volume SubZVectorAsReadOnlyVolumeWindow(long x... method SubYVectorAsReadOnlyVolume (line 40056) | public readonly Volume SubYVectorAsReadOnlyVolume(long x, long... method SubYVectorAsReadOnlyVolumeWindow (line 40068) | public readonly Volume SubYVectorAsReadOnlyVolumeWindow(long x... method SubXVectorAsReadOnlyVolume (line 40080) | public readonly Volume SubXVectorAsReadOnlyVolume(long y, long... method SubXVectorAsReadOnlyVolumeWindow (line 40092) | public readonly Volume SubXVectorAsReadOnlyVolumeWindow(long y... method SubVolumeWindow (line 40103) | public readonly Volume SubVolumeWindow(V3l begin, V3l size) method SubVolume (line 40113) | public readonly Volume SubVolume(V3l begin, V3l size) method SubVolumeWindow (line 40123) | public readonly Volume SubVolumeWindow(V3i begin, V3i size) method SubVolume (line 40133) | public readonly Volume SubVolume(V3i begin, V3i size) method SubVolumeWindow (line 40143) | public readonly Volume SubVolumeWindow(V3l begin, V3l size... method SubVolume (line 40153) | public readonly Volume SubVolume(V3l begin, V3l size, V3l ... method SubVolumeWindow (line 40163) | public readonly Volume SubVolumeWindow(V3i begin, V3i size... method SubVolume (line 40173) | public readonly Volume SubVolume(V3i begin, V3i size, V3i ... method SubVolumeWindow (line 40182) | public readonly Volume SubVolumeWindow(V3l begin, V3l size... method SubVolumeWindow (line 40191) | public readonly Volume SubVolumeWindow(V3i begin, V3i size... method SubVolumeWindow (line 40201) | public readonly Volume SubVolumeWindow( method SubVolume (line 40215) | public readonly Volume SubVolume( method SubVolumeWindow (line 40229) | public readonly Volume SubVolumeWindow( method SubVolume (line 40245) | public readonly Volume SubVolume( method AsVector (line 40260) | public readonly Vector AsVector() method SubVector (line 40269) | public readonly Vector SubVector(V3l origin, long size, lo... method SubVector (line 40278) | public readonly Vector SubVector(V3i origin, long size, lo... method AsMatrixXYxZ (line 40287) | public readonly Matrix AsMatrixXYxZ() method AsMatrixXxYZ (line 40296) | public readonly Matrix AsMatrixXxYZ() method SubMatrix (line 40305) | public readonly Matrix SubMatrix(V3l origin, V2l size, V2l... method SubMatrix (line 40314) | public readonly Matrix SubMatrix(V3i origin, V2i size, V2l... method SubMatrix (line 40323) | public readonly Matrix SubMatrix( method SubYZMatrix (line 40336) | public readonly Matrix SubYZMatrix(long x) method SubYZMatrixAsReadOnlyVolume (line 40347) | public readonly Volume SubYZMatrixAsReadOnlyVolume(long x,... method SubYZMatrixWindow (line 40356) | public readonly Matrix SubYZMatrixWindow(long x) method SubYZMatrixAsReadOnlyVolumeWindow (line 40367) | public readonly Volume SubYZMatrixAsReadOnlyVolumeWindow(l... method SubXZMatrix (line 40376) | public readonly Matrix SubXZMatrix(long y) method SubXZMatrixAsReadOnlyVolume (line 40387) | public readonly Volume SubXZMatrixAsReadOnlyVolume(long y,... method SubXZMatrixWindow (line 40396) | public readonly Matrix SubXZMatrixWindow(long y) method SubXZMatrixAsReadOnlyVolumeWindow (line 40407) | public readonly Volume SubXZMatrixAsReadOnlyVolumeWindow(l... method SubXYMatrix (line 40416) | public readonly Matrix SubXYMatrix(long z) method SubXYMatrixAsReadOnlyVolume (line 40427) | public readonly Volume SubXYMatrixAsReadOnlyVolume(long z,... method SubXYMatrixWindow (line 40436) | public readonly Matrix SubXYMatrixWindow(long z) method SubXYMatrixAsReadOnlyVolumeWindow (line 40447) | public readonly Volume SubXYMatrixAsReadOnlyVolumeWindow(l... method SubZVectorAsReadOnlyVolume (line 40458) | public readonly Volume SubZVectorAsReadOnlyVolume(long x, ... method SubZVectorAsReadOnlyVolumeWindow (line 40469) | public readonly Volume SubZVectorAsReadOnlyVolumeWindow(lo... method SubYVectorAsReadOnlyVolume (line 40480) | public readonly Volume SubYVectorAsReadOnlyVolume(long x, ... method SubYVectorAsReadOnlyVolumeWindow (line 40491) | public readonly Volume SubYVectorAsReadOnlyVolumeWindow(lo... method SubXVectorAsReadOnlyVolume (line 40502) | public readonly Volume SubXVectorAsReadOnlyVolume(long y, ... method SubXVectorAsReadOnlyVolumeWindow (line 40513) | public readonly Volume SubXVectorAsReadOnlyVolumeWindow(lo... method Copy (line 40526) | public readonly Volume Copy() method CopyWindow (line 40535) | public readonly Volume CopyWindow() method Map (line 40545) | public readonly Volume Map(Func fun) method MapWindow (line 40554) | public readonly Volume MapWindow(Func fun) method CopyView (line 40559) | public readonly Volume CopyView() method CopyViewWindow (line 40564) | public readonly Volume CopyViewWindow() method Map (line 40573) | public readonly Volume Map(Func fun) method MapWindow (line 40582) | public readonly Volume MapWindow(Func fun) method Apply (line 40597) | public readonly Volume Apply(Func element_elementFun) method Apply (line 40622) | public readonly Volume Apply( method Apply (line 40670) | public readonly Volume Apply( method ApplyByCoord (line 40718) | public readonly Volume ApplyByCoord(Func element_... method ApplyByCoord (line 40758) | public readonly Volume ApplyByCoord(Func Set(Tv v) method SetByCoord (line 40825) | public readonly Volume SetByCoord(Func x... method SetByCoord (line 40868) | public readonly Volume SetByCoord(Func crd_elementFun) method SetByCoord (line 40911) | public readonly Volume SetByCoord( method SetByIndex (line 40954) | public readonly Volume SetByIndex(Func index_element... method Set (line 41000) | public readonly Volume Set(IVolume it1) method Set (line 41044) | public readonly Volume Set(Volume t1) method SetMap (line 41091) | public readonly Volume SetMap( method SetByIndex (line 41141) | public readonly Volume SetByIndex( method Set (line 41188) | public readonly Volume Set(Volume t1) method SetMap (line 41235) | public readonly Volume SetMap( method SetByIndex (line 41285) | public readonly Volume SetByIndex( method SetMap2 (line 41333) | public readonly Volume SetMap2( method SetByIndex (line 41384) | public readonly Volume SetByIndex( method SetMap2 (line 41433) | public readonly Volume SetMap2( method SetByIndex (line 41484) | public readonly Volume SetByIndex( method SetMap2 (line 41533) | public readonly Volume SetMap2( method SetByIndex (line 41584) | public readonly Volume SetByIndex( method SetMap2 (line 41633) | public readonly Volume SetMap2( method SetByIndex (line 41684) | public readonly Volume SetByIndex( method SetMap3 (line 41733) | public readonly Volume SetMap3( method SetByIndex (line 41784) | public readonly Volume SetByIndex( method SetMap3 (line 41833) | public readonly Volume SetMap3( method SetByIndex (line 41884) | public readonly Volume SetByIndex( method SetMap3 (line 41933) | public readonly Volume SetMap3( method SetByIndex (line 41984) | public readonly Volume SetByIndex( method SetMap3 (line 42033) | public readonly Volume SetMap3( method SetByIndex (line 42084) | public readonly Volume SetByIndex( method SetMap3 (line 42133) | public readonly Volume SetMap3( method SetByIndex (line 42184) | public readonly Volume SetByIndex( method SetMap3 (line 42233) | public readonly Volume SetMap3( method SetByIndex (line 42284) | public readonly Volume SetByIndex( method SetMap3 (line 42333) | public readonly Volume SetMap3( method SetByIndex (line 42384) | public readonly Volume SetByIndex( method SetMap3 (line 42433) | public readonly Volume SetMap3( method SetByIndex (line 42484) | public readonly Volume SetByIndex( method SetConvolution (line 42531) | public readonly Volume SetConvolution( method SetOuterProduct (line 42546) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 42580) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 42614) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 42648) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 42682) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 42716) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 42750) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 42784) | public readonly Volume SetOuterProduct( method Norm (line 42859) | public readonly Tr Norm(Func element... method Norm (line 42900) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 42941) | public readonly Ts InnerProduct( method InnerProduct (line 42986) | public readonly Ts InnerProduct( method Norm (line 43031) | public readonly Tr Norm( method Norm (line 43075) | public readonly Tr Norm(Func element... method Norm (line 43119) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 43163) | public readonly Ts InnerProduct( method InnerProduct (line 43211) | public readonly Ts InnerProduct( method Create (line 43266) | public static Volume Create( method Create (line 43275) | public static Volume Create( method Map (line 43285) | public static Volume Map( method CreateByIndex (line 43297) | public static Volume CreateByIndex( method Map (line 43307) | public static Volume Map( method CreateByIndex (line 43319) | public static Volume CreateByIndex( method Map2 (line 43329) | public static Volume Map2( method CreateByIndex (line 43342) | public static Volume CreateByIndex( method Map2 (line 43353) | public static Volume Map2( method CreateByIndex (line 43366) | public static Volume CreateByIndex( method Map2 (line 43377) | public static Volume Map2( method CreateByIndex (line 43390) | public static Volume CreateByIndex( method Map2 (line 43401) | public static Volume Map2( method CreateByIndex (line 43414) | public static Volume CreateByIndex( method Map3 (line 43425) | public static Volume Map3( method CreateByIndex (line 43438) | public static Volume CreateByIndex( method Map3 (line 43449) | public static Volume Map3( method CreateByIndex (line 43462) | public static Volume CreateByIndex( method Map3 (line 43473) | public static Volume Map3( method CreateByIndex (line 43486) | public static Volume CreateByIndex( method Map3 (line 43497) | public static Volume Map3( method CreateByIndex (line 43510) | public static Volume CreateByIndex( method Map3 (line 43521) | public static Volume Map3( method CreateByIndex (line 43534) | public static Volume CreateByIndex( method Map3 (line 43545) | public static Volume Map3( method CreateByIndex (line 43558) | public static Volume CreateByIndex( method Map3 (line 43569) | public static Volume Map3( method CreateByIndex (line 43582) | public static Volume CreateByIndex( method Map3 (line 43593) | public static Volume Map3( method CreateByIndex (line 43606) | public static Volume CreateByIndex( method Create (line 43617) | public static Volume Create(V3l size, Func fun) method CreateConvolution (line 43628) | public static Volume CreateConvolution( method CreateOuterProduct (line 43641) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 43653) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 43665) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 43677) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 43689) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 43701) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 43713) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 43725) | public readonly Volume CreateOuterProduct( method SampleRaw8 (line 43756) | public readonly TRes SampleRaw8( method Sample8Clamped (line 43773) | public readonly TRes Sample8Clamped( method Sample8Clamped (line 43785) | public readonly TRes Sample8Clamped( method Sample8 (line 43797) | public readonly TRes Sample8( method Sample8 (line 43819) | public readonly TRes Sample8( method SampleRaw64 (line 43841) | public readonly TRes SampleRaw64( method SampleRaw64 (line 43853) | public readonly TRes SampleRaw64( method Sample64Clamped (line 43890) | public readonly TRes Sample64Clamped( method Sample64Clamped (line 43905) | public readonly TRes Sample64Clamped( method Sample64 (line 43920) | public readonly TRes Sample64( method Sample64 (line 43938) | public readonly TRes Sample64( method GetValue (line 43986) | public readonly object GetValue(long x, long y, long z) method SetValue (line 43991) | public readonly void SetValue(object value, long x, long y, long z) method GetValue (line 43996) | public readonly object GetValue(V3l v) method SetValue (line 44001) | public readonly void SetValue(object value, V3l v) type Volume (line 36187) | [Serializable] method Volume (line 28038) | public Volume(Td[] data, VolumeInfo info) method Volume (line 28047) | public Volume(V3l size) method Volume (line 28054) | public Volume(V3i size) method Volume (line 28061) | public Volume(VolumeInfo info) method Volume (line 28068) | public Volume(long sx, long sy, long sz) method Volume (line 28075) | public Volume(Td[] data, long sx, long sy, long sz) method Volume (line 28082) | public Volume(long sx, long sy, long sz, Td value) method Volume (line 28089) | public Volume(Td[] data, V3l size) method Volume (line 28096) | public Volume(Td[] data, V3i size) method Volume (line 28104) | public Volume(V3l size, Td value) method Volume (line 28114) | public Volume(V3i size, Td value) method Volume (line 28121) | public Volume(Td[] data, long origin, V3l size, V3l delta) method Volume (line 28128) | public Volume(Td[] data, long origin, V3l size, V3l delta, V3l first) method Volume (line 28135) | public Volume(long origin, V3l size, V3l delta) method ForeachIndex (line 28524) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 28529) | public readonly void ForeachIndex(Action x_y_z... method ForeachCoord (line 28534) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 28539) | public readonly void ForeachIndex(VolumeInfo t1, Action i_... method ForeachX (line 28550) | public readonly void ForeachX( method ForeachY (line 28562) | public readonly void ForeachY( method ForeachZ (line 28574) | public readonly void ForeachZ( method ForeachXY (line 28589) | public readonly void ForeachXY( method ForeachXY (line 28605) | public readonly void ForeachXY( method ForeachXY (line 28623) | public readonly void ForeachXY( method ForeachXY (line 28641) | public readonly void ForeachXY( method ForeachXZ (line 28661) | public readonly void ForeachXZ( method ForeachXZ (line 28677) | public readonly void ForeachXZ( method ForeachXZ (line 28695) | public readonly void ForeachXZ( method ForeachXZ (line 28713) | public readonly void ForeachXZ( method ForeachYX (line 28733) | public readonly void ForeachYX( method ForeachYX (line 28749) | public readonly void ForeachYX( method ForeachYX (line 28767) | public readonly void ForeachYX( method ForeachYX (line 28785) | public readonly void ForeachYX( method ForeachYZ (line 28805) | public readonly void ForeachYZ( method ForeachYZ (line 28821) | public readonly void ForeachYZ( method ForeachYZ (line 28839) | public readonly void ForeachYZ( method ForeachYZ (line 28857) | public readonly void ForeachYZ( method ForeachZX (line 28877) | public readonly void ForeachZX( method ForeachZX (line 28893) | public readonly void ForeachZX( method ForeachZX (line 28911) | public readonly void ForeachZX( method ForeachZX (line 28929) | public readonly void ForeachZX( method ForeachZY (line 28949) | public readonly void ForeachZY( method ForeachZY (line 28965) | public readonly void ForeachZY( method ForeachZY (line 28983) | public readonly void ForeachZY( method ForeachZY (line 29001) | public readonly void ForeachZY( method ForeachXIndex (line 29018) | public readonly void ForeachXIndex( method ForeachXIndex (line 29030) | public readonly void ForeachXIndex( method ForeachYIndex (line 29042) | public readonly void ForeachYIndex( method ForeachYIndex (line 29054) | public readonly void ForeachYIndex( method ForeachZIndex (line 29066) | public readonly void ForeachZIndex( method ForeachZIndex (line 29078) | public readonly void ForeachZIndex( method ForeachXYIndex (line 29093) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 29109) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 29127) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 29145) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 29165) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 29181) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 29199) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 29217) | public readonly void ForeachXYIndex( method ForeachXZIndex (line 29237) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 29253) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 29271) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 29289) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 29309) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 29325) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 29343) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 29361) | public readonly void ForeachXZIndex( method ForeachYXIndex (line 29381) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 29397) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 29415) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 29433) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 29453) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 29469) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 29487) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 29505) | public readonly void ForeachYXIndex( method ForeachYZIndex (line 29525) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 29541) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 29559) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 29577) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 29597) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 29613) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 29631) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 29649) | public readonly void ForeachYZIndex( method ForeachZXIndex (line 29669) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 29685) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 29703) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 29721) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 29741) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 29757) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 29775) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 29793) | public readonly void ForeachZXIndex( method ForeachZYIndex (line 29813) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 29829) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 29847) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 29865) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 29885) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 29901) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 29919) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 29937) | public readonly void ForeachZYIndex( method ForeachXYZ (line 29958) | public readonly void ForeachXYZ( method ForeachXYZ (line 29975) | public readonly void ForeachXYZ( method ForeachXYZ (line 29996) | public readonly void ForeachXYZ( method ForeachXYZ (line 30017) | public readonly void ForeachXYZ( method ForeachXZY (line 30042) | public readonly void ForeachXZY( method ForeachXZY (line 30059) | public readonly void ForeachXZY( method ForeachXZY (line 30080) | public readonly void ForeachXZY( method ForeachXZY (line 30101) | public readonly void ForeachXZY( method ForeachYXZ (line 30126) | public readonly void ForeachYXZ( method ForeachYXZ (line 30143) | public readonly void ForeachYXZ( method ForeachYXZ (line 30164) | public readonly void ForeachYXZ( method ForeachYXZ (line 30185) | public readonly void ForeachYXZ( method ForeachYZX (line 30210) | public readonly void ForeachYZX( method ForeachYZX (line 30227) | public readonly void ForeachYZX( method ForeachYZX (line 30248) | public readonly void ForeachYZX( method ForeachYZX (line 30269) | public readonly void ForeachYZX( method ForeachZXY (line 30294) | public readonly void ForeachZXY( method ForeachZXY (line 30311) | public readonly void ForeachZXY( method ForeachZXY (line 30332) | public readonly void ForeachZXY( method ForeachZXY (line 30353) | public readonly void ForeachZXY( method ForeachZYX (line 30378) | public readonly void ForeachZYX( method ForeachZYX (line 30395) | public readonly void ForeachZYX( method ForeachZYX (line 30416) | public readonly void ForeachZYX( method ForeachZYX (line 30437) | public readonly void ForeachZYX( method ForeachXYZIndex (line 30462) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 30479) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 30500) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 30521) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 30546) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 30563) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 30584) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 30605) | public readonly void ForeachXYZIndex( method ForeachXZYIndex (line 30630) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 30647) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 30668) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 30689) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 30714) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 30731) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 30752) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 30773) | public readonly void ForeachXZYIndex( method ForeachYXZIndex (line 30798) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 30815) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 30836) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 30857) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 30882) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 30899) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 30920) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 30941) | public readonly void ForeachYXZIndex( method ForeachYZXIndex (line 30966) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 30983) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 31004) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 31025) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 31050) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 31067) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 31088) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 31109) | public readonly void ForeachYZXIndex( method ForeachZXYIndex (line 31134) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 31151) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 31172) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 31193) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 31218) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 31235) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 31256) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 31277) | public readonly void ForeachZXYIndex( method ForeachZYXIndex (line 31302) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 31319) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 31340) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 31361) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 31386) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 31403) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 31424) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 31445) | public readonly void ForeachZYXIndex( method SubVolumeWindow (line 31469) | public readonly Volume SubVolumeWindow(V3l begin, V3l size) method SubVolume (line 31479) | public readonly Volume SubVolume(V3l begin, V3l size) method SubVolumeWindow (line 31489) | public readonly Volume SubVolumeWindow(V3i begin, V3i size) method SubVolume (line 31499) | public readonly Volume SubVolume(V3i begin, V3i size) method SubVolumeWindow (line 31509) | public readonly Volume SubVolumeWindow(V3l begin, V3l size, V3l de... method SubVolume (line 31519) | public readonly Volume SubVolume(V3l begin, V3l size, V3l delta) method SubVolumeWindow (line 31529) | public readonly Volume SubVolumeWindow(V3i begin, V3i size, V3i de... method SubVolume (line 31539) | public readonly Volume SubVolume(V3i begin, V3i size, V3i delta) method SubVolumeWindow (line 31548) | public readonly Volume SubVolumeWindow(V3l begin, V3l size, V3l de... method SubVolumeWindow (line 31557) | public readonly Volume SubVolumeWindow(V3i begin, V3i size, V3i de... method SubVolumeWindow (line 31567) | public readonly Volume SubVolumeWindow( method SubVolume (line 31581) | public readonly Volume SubVolume( method SubVolumeWindow (line 31595) | public readonly Volume SubVolumeWindow( method SubVolume (line 31611) | public readonly Volume SubVolume( method AsVector (line 31626) | public readonly Vector AsVector() method SubVector (line 31635) | public readonly Vector SubVector(V3l origin, long size, long delta) method SubVector (line 31644) | public readonly Vector SubVector(V3i origin, long size, long delta) method AsMatrixXYxZ (line 31653) | public readonly Matrix AsMatrixXYxZ() method AsMatrixXxYZ (line 31662) | public readonly Matrix AsMatrixXxYZ() method SubMatrix (line 31671) | public readonly Matrix SubMatrix(V3l origin, V2l size, V2l delta) method SubMatrix (line 31680) | public readonly Matrix SubMatrix(V3i origin, V2i size, V2l delta) method SubMatrix (line 31689) | public readonly Matrix SubMatrix( method SubYZMatrix (line 31702) | public readonly Matrix SubYZMatrix(long x) method SubYZMatrixAsReadOnlyVolume (line 31713) | public readonly Volume SubYZMatrixAsReadOnlyVolume(long x, long si... method SubYZMatrixWindow (line 31722) | public readonly Matrix SubYZMatrixWindow(long x) method SubYZMatrixAsReadOnlyVolumeWindow (line 31733) | public readonly Volume SubYZMatrixAsReadOnlyVolumeWindow(long x, l... method SubXZMatrix (line 31742) | public readonly Matrix SubXZMatrix(long y) method SubXZMatrixAsReadOnlyVolume (line 31753) | public readonly Volume SubXZMatrixAsReadOnlyVolume(long y, long si... method SubXZMatrixWindow (line 31762) | public readonly Matrix SubXZMatrixWindow(long y) method SubXZMatrixAsReadOnlyVolumeWindow (line 31773) | public readonly Volume SubXZMatrixAsReadOnlyVolumeWindow(long y, l... method SubXYMatrix (line 31782) | public readonly Matrix SubXYMatrix(long z) method SubXYMatrixAsReadOnlyVolume (line 31793) | public readonly Volume SubXYMatrixAsReadOnlyVolume(long z, long si... method SubXYMatrixWindow (line 31802) | public readonly Matrix SubXYMatrixWindow(long z) method SubXYMatrixAsReadOnlyVolumeWindow (line 31813) | public readonly Volume SubXYMatrixAsReadOnlyVolumeWindow(long z, l... method SubZVectorAsReadOnlyVolume (line 31824) | public readonly Volume SubZVectorAsReadOnlyVolume(long x, long y, ... method SubZVectorAsReadOnlyVolumeWindow (line 31835) | public readonly Volume SubZVectorAsReadOnlyVolumeWindow(long x, lo... method SubYVectorAsReadOnlyVolume (line 31846) | public readonly Volume SubYVectorAsReadOnlyVolume(long x, long z, ... method SubYVectorAsReadOnlyVolumeWindow (line 31857) | public readonly Volume SubYVectorAsReadOnlyVolumeWindow(long x, lo... method SubXVectorAsReadOnlyVolume (line 31868) | public readonly Volume SubXVectorAsReadOnlyVolume(long y, long z, ... method SubXVectorAsReadOnlyVolumeWindow (line 31879) | public readonly Volume SubXVectorAsReadOnlyVolumeWindow(long y, lo... method SubVolumeWindow (line 31889) | public readonly Volume SubVolumeWindow(V3l begin, V3l size) method SubVolume (line 31899) | public readonly Volume SubVolume(V3l begin, V3l size) method SubVolumeWindow (line 31909) | public readonly Volume SubVolumeWindow(V3i begin, V3i size) method SubVolume (line 31919) | public readonly Volume SubVolume(V3i begin, V3i size) method SubVolumeWindow (line 31929) | public readonly Volume SubVolumeWindow(V3l begin, V3l size... method SubVolume (line 31939) | public readonly Volume SubVolume(V3l begin, V3l size, V3l ... method SubVolumeWindow (line 31949) | public readonly Volume SubVolumeWindow(V3i begin, V3i size... method SubVolume (line 31959) | public readonly Volume SubVolume(V3i begin, V3i size, V3i ... method SubVolumeWindow (line 31968) | public readonly Volume SubVolumeWindow(V3l begin, V3l size... method SubVolumeWindow (line 31977) | public readonly Volume SubVolumeWindow(V3i begin, V3i size... method SubVolumeWindow (line 31987) | public readonly Volume SubVolumeWindow( method SubVolume (line 32001) | public readonly Volume SubVolume( method SubVolumeWindow (line 32015) | public readonly Volume SubVolumeWindow( method SubVolume (line 32031) | public readonly Volume SubVolume( method AsVector (line 32046) | public readonly Vector AsVector() method SubVector (line 32055) | public readonly Vector SubVector(V3l origin, long size, lo... method SubVector (line 32064) | public readonly Vector SubVector(V3i origin, long size, lo... method AsMatrixXYxZ (line 32073) | public readonly Matrix AsMatrixXYxZ() method AsMatrixXxYZ (line 32082) | public readonly Matrix AsMatrixXxYZ() method SubMatrix (line 32091) | public readonly Matrix SubMatrix(V3l origin, V2l size, V2l... method SubMatrix (line 32100) | public readonly Matrix SubMatrix(V3i origin, V2i size, V2l... method SubMatrix (line 32109) | public readonly Matrix SubMatrix( method SubYZMatrix (line 32122) | public readonly Matrix SubYZMatrix(long x) method SubYZMatrixAsReadOnlyVolume (line 32133) | public readonly Volume SubYZMatrixAsReadOnlyVolume(long x,... method SubYZMatrixWindow (line 32142) | public readonly Matrix SubYZMatrixWindow(long x) method SubYZMatrixAsReadOnlyVolumeWindow (line 32153) | public readonly Volume SubYZMatrixAsReadOnlyVolumeWindow(l... method SubXZMatrix (line 32162) | public readonly Matrix SubXZMatrix(long y) method SubXZMatrixAsReadOnlyVolume (line 32173) | public readonly Volume SubXZMatrixAsReadOnlyVolume(long y,... method SubXZMatrixWindow (line 32182) | public readonly Matrix SubXZMatrixWindow(long y) method SubXZMatrixAsReadOnlyVolumeWindow (line 32193) | public readonly Volume SubXZMatrixAsReadOnlyVolumeWindow(l... method SubXYMatrix (line 32202) | public readonly Matrix SubXYMatrix(long z) method SubXYMatrixAsReadOnlyVolume (line 32213) | public readonly Volume SubXYMatrixAsReadOnlyVolume(long z,... method SubXYMatrixWindow (line 32222) | public readonly Matrix SubXYMatrixWindow(long z) method SubXYMatrixAsReadOnlyVolumeWindow (line 32233) | public readonly Volume SubXYMatrixAsReadOnlyVolumeWindow(l... method SubZVectorAsReadOnlyVolume (line 32244) | public readonly Volume SubZVectorAsReadOnlyVolume(long x, ... method SubZVectorAsReadOnlyVolumeWindow (line 32255) | public readonly Volume SubZVectorAsReadOnlyVolumeWindow(lo... method SubYVectorAsReadOnlyVolume (line 32266) | public readonly Volume SubYVectorAsReadOnlyVolume(long x, ... method SubYVectorAsReadOnlyVolumeWindow (line 32277) | public readonly Volume SubYVectorAsReadOnlyVolumeWindow(lo... method SubXVectorAsReadOnlyVolume (line 32288) | public readonly Volume SubXVectorAsReadOnlyVolume(long y, ... method SubXVectorAsReadOnlyVolumeWindow (line 32299) | public readonly Volume SubXVectorAsReadOnlyVolumeWindow(lo... method Copy (line 32312) | public readonly Volume Copy() method CopyWindow (line 32321) | public readonly Volume CopyWindow() method Map (line 32331) | public readonly Volume Map(Func fun) method MapWindow (line 32340) | public readonly Volume MapWindow(Func fun) method Repeated (line 32349) | public readonly Volume Repeated(V3l count) method Apply (line 32371) | public readonly Volume Apply(Func element_elementFun) method Apply (line 32396) | public readonly Volume Apply( method Apply (line 32482) | public readonly Volume Apply( method ApplyByCoord (line 32530) | public readonly Volume ApplyByCoord(Func element_crd_... method ApplyByCoord (line 32570) | public readonly Volume ApplyByCoord(Func... method Set (line 32594) | public readonly Volume Set(Td v) method SetByCoord (line 32637) | public readonly Volume SetByCoord(Func x_y_z... method SetByCoord (line 32680) | public readonly Volume SetByCoord(Func crd_elementFun) method SetByCoord (line 32723) | public readonly Volume SetByCoord( method SetByIndex (line 32766) | public readonly Volume SetByIndex(Func index_elementFun) method Set (line 32812) | public readonly Volume Set(IVolume it1) method Set (line 32856) | public readonly Volume Set(Volume t1) method SetMap (line 32941) | public readonly Volume SetMap( method SetByIndex (line 33029) | public readonly Volume SetByIndex( method Set (line 33114) | public readonly Volume Set(Volume t1) method SetMap (line 33161) | public readonly Volume SetMap( method SetByIndex (line 33211) | public readonly Volume SetByIndex( method SetMap2 (line 33259) | public readonly Volume SetMap2( method SetByIndex (line 33348) | public readonly Volume SetByIndex( method SetMap2 (line 33435) | public readonly Volume SetMap2( method SetByIndex (line 33486) | public readonly Volume SetByIndex( method SetMap2 (line 33535) | public readonly Volume SetMap2( method SetByIndex (line 33586) | public readonly Volume SetByIndex( method SetMap2 (line 33635) | public readonly Volume SetMap2( method SetByIndex (line 33686) | public readonly Volume SetByIndex( method SetMap3 (line 33735) | public readonly Volume SetMap3( method SetByIndex (line 33824) | public readonly Volume SetByIndex( method SetMap3 (line 33911) | public readonly Volume SetMap3( method SetByIndex (line 33962) | public readonly Volume SetByIndex( method SetMap3 (line 34011) | public readonly Volume SetMap3( method SetByIndex (line 34062) | public readonly Volume SetByIndex( method SetMap3 (line 34111) | public readonly Volume SetMap3( method SetByIndex (line 34162) | public readonly Volume SetByIndex( method SetMap3 (line 34211) | public readonly Volume SetMap3( method SetByIndex (line 34262) | public readonly Volume SetByIndex( method SetMap3 (line 34311) | public readonly Volume SetMap3( method SetByIndex (line 34362) | public readonly Volume SetByIndex( method SetMap3 (line 34411) | public readonly Volume SetMap3( method SetByIndex (line 34462) | public readonly Volume SetByIndex( method SetMap3 (line 34511) | public readonly Volume SetMap3( method SetByIndex (line 34562) | public readonly Volume SetByIndex( method SetConvolution (line 34609) | public readonly Volume SetConvolution( method SetOuterProduct (line 34624) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 34658) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 34692) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 34726) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 34760) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 34794) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 34828) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 34862) | public readonly Volume SetOuterProduct( method Norm (line 34896) | public readonly Tr Norm( method Norm (line 34937) | public readonly Tr Norm(Func element... method Norm (line 34978) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 35019) | public readonly Ts InnerProduct( method InnerProduct (line 35102) | public readonly Ts InnerProduct( method Norm (line 35147) | public readonly Tr Norm( method Norm (line 35191) | public readonly Tr Norm(Func element... method Norm (line 35235) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 35279) | public readonly Ts InnerProduct( method InnerProduct (line 35368) | public readonly Ts InnerProduct( method Create (line 35423) | public static Volume Create( method Create (line 35432) | public static Volume Create( method Map (line 35442) | public static Volume Map( method CreateByIndex (line 35454) | public static Volume CreateByIndex( method Map (line 35464) | public static Volume Map( method CreateByIndex (line 35476) | public static Volume CreateByIndex( method Map2 (line 35486) | public static Volume Map2( method CreateByIndex (line 35499) | public static Volume CreateByIndex( method Map2 (line 35510) | public static Volume Map2( method CreateByIndex (line 35523) | public static Volume CreateByIndex( method Map2 (line 35534) | public static Volume Map2( method CreateByIndex (line 35547) | public static Volume CreateByIndex( method Map2 (line 35558) | public static Volume Map2( method CreateByIndex (line 35571) | public static Volume CreateByIndex( method Map3 (line 35582) | public static Volume Map3( method CreateByIndex (line 35595) | public static Volume CreateByIndex( method Map3 (line 35606) | public static Volume Map3( method CreateByIndex (line 35619) | public static Volume CreateByIndex( method Map3 (line 35630) | public static Volume Map3( method CreateByIndex (line 35643) | public static Volume CreateByIndex( method Map3 (line 35654) | public static Volume Map3( method CreateByIndex (line 35667) | public static Volume CreateByIndex( method Map3 (line 35678) | public static Volume Map3( method CreateByIndex (line 35691) | public static Volume CreateByIndex( method Map3 (line 35702) | public static Volume Map3( method CreateByIndex (line 35715) | public static Volume CreateByIndex( method Map3 (line 35726) | public static Volume Map3( method CreateByIndex (line 35739) | public static Volume CreateByIndex( method Map3 (line 35750) | public static Volume Map3( method CreateByIndex (line 35763) | public static Volume CreateByIndex( method Create (line 35774) | public static Volume Create(V3l size, Func fun) method CreateConvolution (line 35785) | public static Volume CreateConvolution( method CreateOuterProduct (line 35798) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 35810) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 35822) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 35834) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 35846) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 35858) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 35870) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 35882) | public readonly Volume CreateOuterProduct( method SampleRaw8 (line 35897) | public readonly TRes SampleRaw8( method SampleRaw8 (line 35913) | public readonly TRes SampleRaw8( method Sample8Clamped (line 35930) | public readonly TRes Sample8Clamped( method Sample8Clamped (line 35942) | public readonly TRes Sample8Clamped( method Sample8 (line 35954) | public readonly TRes Sample8( method Sample8 (line 35976) | public readonly TRes Sample8( method SampleRaw64 (line 35998) | public readonly TRes SampleRaw64( method SampleRaw64 (line 36010) | public readonly TRes SampleRaw64( method Sample64Clamped (line 36047) | public readonly TRes Sample64Clamped( method Sample64Clamped (line 36062) | public readonly TRes Sample64Clamped( method Sample64 (line 36077) | public readonly TRes Sample64( method Sample64 (line 36095) | public readonly TRes Sample64( method GetValue (line 36143) | public readonly object GetValue(long x, long y, long z) method SetValue (line 36148) | public readonly void SetValue(object value, long x, long y, long z) method GetValue (line 36153) | public readonly object GetValue(V3l v) method SetValue (line 36158) | public readonly void SetValue(object value, V3l v) method Volume (line 36200) | public Volume(Td[] data, VolumeInfo info) method Volume (line 36211) | public Volume(V3l size) method Volume (line 36218) | public Volume(V3i size) method Volume (line 36225) | public Volume(VolumeInfo info) method Volume (line 36232) | public Volume(long sx, long sy, long sz) method Volume (line 36239) | public Volume(Td[] data, long sx, long sy, long sz) method Volume (line 36246) | public Volume(long sx, long sy, long sz, Tv value) method Volume (line 36253) | public Volume(Td[] data, V3l size) method Volume (line 36260) | public Volume(Td[] data, V3i size) method Volume (line 36268) | public Volume(V3l size, Tv value) method Volume (line 36278) | public Volume(V3i size, Tv value) method Volume (line 36285) | public Volume(Td[] data, long origin, V3l size, V3l delta) method Volume (line 36292) | public Volume(Td[] data, long origin, V3l size, V3l delta, V3l first) method Volume (line 36299) | public Volume(long origin, V3l size, V3l delta) method ForeachIndex (line 36698) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 36703) | public readonly void ForeachIndex(Action x_y_z... method ForeachCoord (line 36708) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 36713) | public readonly void ForeachIndex(VolumeInfo t1, Action i_... method ForeachX (line 36724) | public readonly void ForeachX( method ForeachY (line 36736) | public readonly void ForeachY( method ForeachZ (line 36748) | public readonly void ForeachZ( method ForeachXY (line 36763) | public readonly void ForeachXY( method ForeachXY (line 36779) | public readonly void ForeachXY( method ForeachXY (line 36797) | public readonly void ForeachXY( method ForeachXY (line 36815) | public readonly void ForeachXY( method ForeachXZ (line 36835) | public readonly void ForeachXZ( method ForeachXZ (line 36851) | public readonly void ForeachXZ( method ForeachXZ (line 36869) | public readonly void ForeachXZ( method ForeachXZ (line 36887) | public readonly void ForeachXZ( method ForeachYX (line 36907) | public readonly void ForeachYX( method ForeachYX (line 36923) | public readonly void ForeachYX( method ForeachYX (line 36941) | public readonly void ForeachYX( method ForeachYX (line 36959) | public readonly void ForeachYX( method ForeachYZ (line 36979) | public readonly void ForeachYZ( method ForeachYZ (line 36995) | public readonly void ForeachYZ( method ForeachYZ (line 37013) | public readonly void ForeachYZ( method ForeachYZ (line 37031) | public readonly void ForeachYZ( method ForeachZX (line 37051) | public readonly void ForeachZX( method ForeachZX (line 37067) | public readonly void ForeachZX( method ForeachZX (line 37085) | public readonly void ForeachZX( method ForeachZX (line 37103) | public readonly void ForeachZX( method ForeachZY (line 37123) | public readonly void ForeachZY( method ForeachZY (line 37139) | public readonly void ForeachZY( method ForeachZY (line 37157) | public readonly void ForeachZY( method ForeachZY (line 37175) | public readonly void ForeachZY( method ForeachXIndex (line 37192) | public readonly void ForeachXIndex( method ForeachXIndex (line 37204) | public readonly void ForeachXIndex( method ForeachYIndex (line 37216) | public readonly void ForeachYIndex( method ForeachYIndex (line 37228) | public readonly void ForeachYIndex( method ForeachZIndex (line 37240) | public readonly void ForeachZIndex( method ForeachZIndex (line 37252) | public readonly void ForeachZIndex( method ForeachXYIndex (line 37267) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 37283) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 37301) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 37319) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 37339) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 37355) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 37373) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 37391) | public readonly void ForeachXYIndex( method ForeachXZIndex (line 37411) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 37427) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 37445) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 37463) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 37483) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 37499) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 37517) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 37535) | public readonly void ForeachXZIndex( method ForeachYXIndex (line 37555) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 37571) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 37589) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 37607) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 37627) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 37643) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 37661) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 37679) | public readonly void ForeachYXIndex( method ForeachYZIndex (line 37699) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 37715) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 37733) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 37751) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 37771) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 37787) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 37805) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 37823) | public readonly void ForeachYZIndex( method ForeachZXIndex (line 37843) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 37859) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 37877) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 37895) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 37915) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 37931) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 37949) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 37967) | public readonly void ForeachZXIndex( method ForeachZYIndex (line 37987) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 38003) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 38021) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 38039) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 38059) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 38075) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 38093) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 38111) | public readonly void ForeachZYIndex( method ForeachXYZ (line 38132) | public readonly void ForeachXYZ( method ForeachXYZ (line 38149) | public readonly void ForeachXYZ( method ForeachXYZ (line 38170) | public readonly void ForeachXYZ( method ForeachXYZ (line 38191) | public readonly void ForeachXYZ( method ForeachXZY (line 38216) | public readonly void ForeachXZY( method ForeachXZY (line 38233) | public readonly void ForeachXZY( method ForeachXZY (line 38254) | public readonly void ForeachXZY( method ForeachXZY (line 38275) | public readonly void ForeachXZY( method ForeachYXZ (line 38300) | public readonly void ForeachYXZ( method ForeachYXZ (line 38317) | public readonly void ForeachYXZ( method ForeachYXZ (line 38338) | public readonly void ForeachYXZ( method ForeachYXZ (line 38359) | public readonly void ForeachYXZ( method ForeachYZX (line 38384) | public readonly void ForeachYZX( method ForeachYZX (line 38401) | public readonly void ForeachYZX( method ForeachYZX (line 38422) | public readonly void ForeachYZX( method ForeachYZX (line 38443) | public readonly void ForeachYZX( method ForeachZXY (line 38468) | public readonly void ForeachZXY( method ForeachZXY (line 38485) | public readonly void ForeachZXY( method ForeachZXY (line 38506) | public readonly void ForeachZXY( method ForeachZXY (line 38527) | public readonly void ForeachZXY( method ForeachZYX (line 38552) | public readonly void ForeachZYX( method ForeachZYX (line 38569) | public readonly void ForeachZYX( method ForeachZYX (line 38590) | public readonly void ForeachZYX( method ForeachZYX (line 38611) | public readonly void ForeachZYX( method ForeachXYZIndex (line 38636) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 38653) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 38674) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 38695) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 38720) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 38737) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 38758) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 38779) | public readonly void ForeachXYZIndex( method ForeachXZYIndex (line 38804) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 38821) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 38842) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 38863) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 38888) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 38905) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 38926) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 38947) | public readonly void ForeachXZYIndex( method ForeachYXZIndex (line 38972) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 38989) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 39010) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 39031) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 39056) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 39073) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 39094) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 39115) | public readonly void ForeachYXZIndex( method ForeachYZXIndex (line 39140) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 39157) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 39178) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 39199) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 39224) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 39241) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 39262) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 39283) | public readonly void ForeachYZXIndex( method ForeachZXYIndex (line 39308) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 39325) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 39346) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 39367) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 39392) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 39409) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 39430) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 39451) | public readonly void ForeachZXYIndex( method ForeachZYXIndex (line 39476) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 39493) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 39514) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 39535) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 39560) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 39577) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 39598) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 39619) | public readonly void ForeachZYXIndex( method SubVolumeWindow (line 39643) | public readonly Volume SubVolumeWindow(V3l begin, V3l size) method SubVolume (line 39654) | public readonly Volume SubVolume(V3l begin, V3l size) method SubVolumeWindow (line 39665) | public readonly Volume SubVolumeWindow(V3i begin, V3i size) method SubVolume (line 39676) | public readonly Volume SubVolume(V3i begin, V3i size) method SubVolumeWindow (line 39687) | public readonly Volume SubVolumeWindow(V3l begin, V3l size, V3... method SubVolume (line 39698) | public readonly Volume SubVolume(V3l begin, V3l size, V3l delta) method SubVolumeWindow (line 39709) | public readonly Volume SubVolumeWindow(V3i begin, V3i size, V3... method SubVolume (line 39720) | public readonly Volume SubVolume(V3i begin, V3i size, V3i delta) method SubVolumeWindow (line 39730) | public readonly Volume SubVolumeWindow(V3l begin, V3l size, V3... method SubVolumeWindow (line 39740) | public readonly Volume SubVolumeWindow(V3i begin, V3i size, V3... method SubVolumeWindow (line 39751) | public readonly Volume SubVolumeWindow( method SubVolume (line 39766) | public readonly Volume SubVolume( method SubVolumeWindow (line 39781) | public readonly Volume SubVolumeWindow( method SubVolume (line 39798) | public readonly Volume SubVolume( method AsVector (line 39814) | public readonly Vector AsVector() method SubVector (line 39824) | public readonly Vector SubVector(V3l origin, long size, long d... method SubVector (line 39834) | public readonly Vector SubVector(V3i origin, long size, long d... method AsMatrixXYxZ (line 39844) | public readonly Matrix AsMatrixXYxZ() method AsMatrixXxYZ (line 39854) | public readonly Matrix AsMatrixXxYZ() method SubMatrix (line 39864) | public readonly Matrix SubMatrix(V3l origin, V2l size, V2l delta) method SubMatrix (line 39874) | public readonly Matrix SubMatrix(V3i origin, V2i size, V2l delta) method SubMatrix (line 39884) | public readonly Matrix SubMatrix( method SubYZMatrix (line 39898) | public readonly Matrix SubYZMatrix(long x) method SubYZMatrixAsReadOnlyVolume (line 39910) | public readonly Volume SubYZMatrixAsReadOnlyVolume(long x, lon... method SubYZMatrixWindow (line 39920) | public readonly Matrix SubYZMatrixWindow(long x) method SubYZMatrixAsReadOnlyVolumeWindow (line 39932) | public readonly Volume SubYZMatrixAsReadOnlyVolumeWindow(long ... method SubXZMatrix (line 39942) | public readonly Matrix SubXZMatrix(long y) method SubXZMatrixAsReadOnlyVolume (line 39954) | public readonly Volume SubXZMatrixAsReadOnlyVolume(long y, lon... method SubXZMatrixWindow (line 39964) | public readonly Matrix SubXZMatrixWindow(long y) method SubXZMatrixAsReadOnlyVolumeWindow (line 39976) | public readonly Volume SubXZMatrixAsReadOnlyVolumeWindow(long ... method SubXYMatrix (line 39986) | public readonly Matrix SubXYMatrix(long z) method SubXYMatrixAsReadOnlyVolume (line 39998) | public readonly Volume SubXYMatrixAsReadOnlyVolume(long z, lon... method SubXYMatrixWindow (line 40008) | public readonly Matrix SubXYMatrixWindow(long z) method SubXYMatrixAsReadOnlyVolumeWindow (line 40020) | public readonly Volume SubXYMatrixAsReadOnlyVolumeWindow(long ... method SubZVectorAsReadOnlyVolume (line 40032) | public readonly Volume SubZVectorAsReadOnlyVolume(long x, long... method SubZVectorAsReadOnlyVolumeWindow (line 40044) | public readonly Volume SubZVectorAsReadOnlyVolumeWindow(long x... method SubYVectorAsReadOnlyVolume (line 40056) | public readonly Volume SubYVectorAsReadOnlyVolume(long x, long... method SubYVectorAsReadOnlyVolumeWindow (line 40068) | public readonly Volume SubYVectorAsReadOnlyVolumeWindow(long x... method SubXVectorAsReadOnlyVolume (line 40080) | public readonly Volume SubXVectorAsReadOnlyVolume(long y, long... method SubXVectorAsReadOnlyVolumeWindow (line 40092) | public readonly Volume SubXVectorAsReadOnlyVolumeWindow(long y... method SubVolumeWindow (line 40103) | public readonly Volume SubVolumeWindow(V3l begin, V3l size) method SubVolume (line 40113) | public readonly Volume SubVolume(V3l begin, V3l size) method SubVolumeWindow (line 40123) | public readonly Volume SubVolumeWindow(V3i begin, V3i size) method SubVolume (line 40133) | public readonly Volume SubVolume(V3i begin, V3i size) method SubVolumeWindow (line 40143) | public readonly Volume SubVolumeWindow(V3l begin, V3l size... method SubVolume (line 40153) | public readonly Volume SubVolume(V3l begin, V3l size, V3l ... method SubVolumeWindow (line 40163) | public readonly Volume SubVolumeWindow(V3i begin, V3i size... method SubVolume (line 40173) | public readonly Volume SubVolume(V3i begin, V3i size, V3i ... method SubVolumeWindow (line 40182) | public readonly Volume SubVolumeWindow(V3l begin, V3l size... method SubVolumeWindow (line 40191) | public readonly Volume SubVolumeWindow(V3i begin, V3i size... method SubVolumeWindow (line 40201) | public readonly Volume SubVolumeWindow( method SubVolume (line 40215) | public readonly Volume SubVolume( method SubVolumeWindow (line 40229) | public readonly Volume SubVolumeWindow( method SubVolume (line 40245) | public readonly Volume SubVolume( method AsVector (line 40260) | public readonly Vector AsVector() method SubVector (line 40269) | public readonly Vector SubVector(V3l origin, long size, lo... method SubVector (line 40278) | public readonly Vector SubVector(V3i origin, long size, lo... method AsMatrixXYxZ (line 40287) | public readonly Matrix AsMatrixXYxZ() method AsMatrixXxYZ (line 40296) | public readonly Matrix AsMatrixXxYZ() method SubMatrix (line 40305) | public readonly Matrix SubMatrix(V3l origin, V2l size, V2l... method SubMatrix (line 40314) | public readonly Matrix SubMatrix(V3i origin, V2i size, V2l... method SubMatrix (line 40323) | public readonly Matrix SubMatrix( method SubYZMatrix (line 40336) | public readonly Matrix SubYZMatrix(long x) method SubYZMatrixAsReadOnlyVolume (line 40347) | public readonly Volume SubYZMatrixAsReadOnlyVolume(long x,... method SubYZMatrixWindow (line 40356) | public readonly Matrix SubYZMatrixWindow(long x) method SubYZMatrixAsReadOnlyVolumeWindow (line 40367) | public readonly Volume SubYZMatrixAsReadOnlyVolumeWindow(l... method SubXZMatrix (line 40376) | public readonly Matrix SubXZMatrix(long y) method SubXZMatrixAsReadOnlyVolume (line 40387) | public readonly Volume SubXZMatrixAsReadOnlyVolume(long y,... method SubXZMatrixWindow (line 40396) | public readonly Matrix SubXZMatrixWindow(long y) method SubXZMatrixAsReadOnlyVolumeWindow (line 40407) | public readonly Volume SubXZMatrixAsReadOnlyVolumeWindow(l... method SubXYMatrix (line 40416) | public readonly Matrix SubXYMatrix(long z) method SubXYMatrixAsReadOnlyVolume (line 40427) | public readonly Volume SubXYMatrixAsReadOnlyVolume(long z,... method SubXYMatrixWindow (line 40436) | public readonly Matrix SubXYMatrixWindow(long z) method SubXYMatrixAsReadOnlyVolumeWindow (line 40447) | public readonly Volume SubXYMatrixAsReadOnlyVolumeWindow(l... method SubZVectorAsReadOnlyVolume (line 40458) | public readonly Volume SubZVectorAsReadOnlyVolume(long x, ... method SubZVectorAsReadOnlyVolumeWindow (line 40469) | public readonly Volume SubZVectorAsReadOnlyVolumeWindow(lo... method SubYVectorAsReadOnlyVolume (line 40480) | public readonly Volume SubYVectorAsReadOnlyVolume(long x, ... method SubYVectorAsReadOnlyVolumeWindow (line 40491) | public readonly Volume SubYVectorAsReadOnlyVolumeWindow(lo... method SubXVectorAsReadOnlyVolume (line 40502) | public readonly Volume SubXVectorAsReadOnlyVolume(long y, ... method SubXVectorAsReadOnlyVolumeWindow (line 40513) | public readonly Volume SubXVectorAsReadOnlyVolumeWindow(lo... method Copy (line 40526) | public readonly Volume Copy() method CopyWindow (line 40535) | public readonly Volume CopyWindow() method Map (line 40545) | public readonly Volume Map(Func fun) method MapWindow (line 40554) | public readonly Volume MapWindow(Func fun) method CopyView (line 40559) | public readonly Volume CopyView() method CopyViewWindow (line 40564) | public readonly Volume CopyViewWindow() method Map (line 40573) | public readonly Volume Map(Func fun) method MapWindow (line 40582) | public readonly Volume MapWindow(Func fun) method Apply (line 40597) | public readonly Volume Apply(Func element_elementFun) method Apply (line 40622) | public readonly Volume Apply( method Apply (line 40670) | public readonly Volume Apply( method ApplyByCoord (line 40718) | public readonly Volume ApplyByCoord(Func element_... method ApplyByCoord (line 40758) | public readonly Volume ApplyByCoord(Func Set(Tv v) method SetByCoord (line 40825) | public readonly Volume SetByCoord(Func x... method SetByCoord (line 40868) | public readonly Volume SetByCoord(Func crd_elementFun) method SetByCoord (line 40911) | public readonly Volume SetByCoord( method SetByIndex (line 40954) | public readonly Volume SetByIndex(Func index_element... method Set (line 41000) | public readonly Volume Set(IVolume it1) method Set (line 41044) | public readonly Volume Set(Volume t1) method SetMap (line 41091) | public readonly Volume SetMap( method SetByIndex (line 41141) | public readonly Volume SetByIndex( method Set (line 41188) | public readonly Volume Set(Volume t1) method SetMap (line 41235) | public readonly Volume SetMap( method SetByIndex (line 41285) | public readonly Volume SetByIndex( method SetMap2 (line 41333) | public readonly Volume SetMap2( method SetByIndex (line 41384) | public readonly Volume SetByIndex( method SetMap2 (line 41433) | public readonly Volume SetMap2( method SetByIndex (line 41484) | public readonly Volume SetByIndex( method SetMap2 (line 41533) | public readonly Volume SetMap2( method SetByIndex (line 41584) | public readonly Volume SetByIndex( method SetMap2 (line 41633) | public readonly Volume SetMap2( method SetByIndex (line 41684) | public readonly Volume SetByIndex( method SetMap3 (line 41733) | public readonly Volume SetMap3( method SetByIndex (line 41784) | public readonly Volume SetByIndex( method SetMap3 (line 41833) | public readonly Volume SetMap3( method SetByIndex (line 41884) | public readonly Volume SetByIndex( method SetMap3 (line 41933) | public readonly Volume SetMap3( method SetByIndex (line 41984) | public readonly Volume SetByIndex( method SetMap3 (line 42033) | public readonly Volume SetMap3( method SetByIndex (line 42084) | public readonly Volume SetByIndex( method SetMap3 (line 42133) | public readonly Volume SetMap3( method SetByIndex (line 42184) | public readonly Volume SetByIndex( method SetMap3 (line 42233) | public readonly Volume SetMap3( method SetByIndex (line 42284) | public readonly Volume SetByIndex( method SetMap3 (line 42333) | public readonly Volume SetMap3( method SetByIndex (line 42384) | public readonly Volume SetByIndex( method SetMap3 (line 42433) | public readonly Volume SetMap3( method SetByIndex (line 42484) | public readonly Volume SetByIndex( method SetConvolution (line 42531) | public readonly Volume SetConvolution( method SetOuterProduct (line 42546) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 42580) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 42614) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 42648) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 42682) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 42716) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 42750) | public readonly Volume SetOuterProduct( method SetOuterProduct (line 42784) | public readonly Volume SetOuterProduct( method Norm (line 42859) | public readonly Tr Norm(Func element... method Norm (line 42900) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 42941) | public readonly Ts InnerProduct( method InnerProduct (line 42986) | public readonly Ts InnerProduct( method Norm (line 43031) | public readonly Tr Norm( method Norm (line 43075) | public readonly Tr Norm(Func element... method Norm (line 43119) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 43163) | public readonly Ts InnerProduct( method InnerProduct (line 43211) | public readonly Ts InnerProduct( method Create (line 43266) | public static Volume Create( method Create (line 43275) | public static Volume Create( method Map (line 43285) | public static Volume Map( method CreateByIndex (line 43297) | public static Volume CreateByIndex( method Map (line 43307) | public static Volume Map( method CreateByIndex (line 43319) | public static Volume CreateByIndex( method Map2 (line 43329) | public static Volume Map2( method CreateByIndex (line 43342) | public static Volume CreateByIndex( method Map2 (line 43353) | public static Volume Map2( method CreateByIndex (line 43366) | public static Volume CreateByIndex( method Map2 (line 43377) | public static Volume Map2( method CreateByIndex (line 43390) | public static Volume CreateByIndex( method Map2 (line 43401) | public static Volume Map2( method CreateByIndex (line 43414) | public static Volume CreateByIndex( method Map3 (line 43425) | public static Volume Map3( method CreateByIndex (line 43438) | public static Volume CreateByIndex( method Map3 (line 43449) | public static Volume Map3( method CreateByIndex (line 43462) | public static Volume CreateByIndex( method Map3 (line 43473) | public static Volume Map3( method CreateByIndex (line 43486) | public static Volume CreateByIndex( method Map3 (line 43497) | public static Volume Map3( method CreateByIndex (line 43510) | public static Volume CreateByIndex( method Map3 (line 43521) | public static Volume Map3( method CreateByIndex (line 43534) | public static Volume CreateByIndex( method Map3 (line 43545) | public static Volume Map3( method CreateByIndex (line 43558) | public static Volume CreateByIndex( method Map3 (line 43569) | public static Volume Map3( method CreateByIndex (line 43582) | public static Volume CreateByIndex( method Map3 (line 43593) | public static Volume Map3( method CreateByIndex (line 43606) | public static Volume CreateByIndex( method Create (line 43617) | public static Volume Create(V3l size, Func fun) method CreateConvolution (line 43628) | public static Volume CreateConvolution( method CreateOuterProduct (line 43641) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 43653) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 43665) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 43677) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 43689) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 43701) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 43713) | public readonly Volume CreateOuterProduct( method CreateOuterProduct (line 43725) | public readonly Volume CreateOuterProduct( method SampleRaw8 (line 43756) | public readonly TRes SampleRaw8( method Sample8Clamped (line 43773) | public readonly TRes Sample8Clamped( method Sample8Clamped (line 43785) | public readonly TRes Sample8Clamped( method Sample8 (line 43797) | public readonly TRes Sample8( method Sample8 (line 43819) | public readonly TRes Sample8( method SampleRaw64 (line 43841) | public readonly TRes SampleRaw64( method SampleRaw64 (line 43853) | public readonly TRes SampleRaw64( method Sample64Clamped (line 43890) | public readonly TRes Sample64Clamped( method Sample64Clamped (line 43905) | public readonly TRes Sample64Clamped( method Sample64 (line 43920) | public readonly TRes Sample64( method Sample64 (line 43938) | public readonly TRes Sample64( method GetValue (line 43986) | public readonly object GetValue(long x, long y, long z) method SetValue (line 43991) | public readonly void SetValue(object value, long x, long y, long z) method GetValue (line 43996) | public readonly object GetValue(V3l v) method SetValue (line 44001) | public readonly void SetValue(object value, V3l v) type Tensor4Info (line 44017) | [Serializable] method Tensor4Info (line 44050) | public Tensor4Info(long origin, V4l size, V4l delta, V4l first) method Tensor4Info (line 44064) | public Tensor4Info(long origin, V4l size, V4l delta) method NewDelta (line 44068) | private static V4l NewDelta(V4l size) method NewDelta (line 44073) | private static V4l NewDelta(V4l size, V4l delta) method Tensor4Info (line 44084) | public Tensor4Info(V4l size) method Tensor4Info (line 44091) | public Tensor4Info(V4l size, V4l delta) method Tensor4Info (line 44095) | public Tensor4Info(Tensor4Info info) method Tensor4Info (line 44104) | public Tensor4Info(V4i size) method Tensor4Info (line 44111) | public Tensor4Info(V4i size, V4i delta) method Tensor4Info (line 44118) | public Tensor4Info(long sizeX, long sizeY, long sizeZ, long sizeW) method Tensor4Info (line 44125) | public Tensor4Info(int sizeX, int sizeY, int sizeZ, int sizeW) method GetJX (line 44360) | public readonly long GetJX(V4l size) method GetJY (line 44372) | public readonly long GetJY(V4l size) method GetJZ (line 44384) | public readonly long GetJZ(V4l size) method GetJW (line 44396) | public readonly long GetJW(V4l size) method GetJX0 (line 44409) | public readonly long GetJX0(V4l size) method GetJXY (line 44422) | public readonly long GetJXY(V4l size) method GetJXZ (line 44435) | public readonly long GetJXZ(V4l size) method GetJXW (line 44448) | public readonly long GetJXW(V4l size) method GetJYX (line 44461) | public readonly long GetJYX(V4l size) method GetJY0 (line 44474) | public readonly long GetJY0(V4l size) method GetJYZ (line 44487) | public readonly long GetJYZ(V4l size) method GetJYW (line 44500) | public readonly long GetJYW(V4l size) method GetJZX (line 44513) | public readonly long GetJZX(V4l size) method GetJZY (line 44526) | public readonly long GetJZY(V4l size) method GetJZ0 (line 44539) | public readonly long GetJZ0(V4l size) method GetJZW (line 44552) | public readonly long GetJZW(V4l size) method GetJWX (line 44565) | public readonly long GetJWX(V4l size) method GetJWY (line 44578) | public readonly long GetJWY(V4l size) method GetJWZ (line 44591) | public readonly long GetJWZ(V4l size) method GetJW0 (line 44604) | public readonly long GetJW0(V4l size) method Dv (line 45806) | public readonly long Dv(long dx, long dy, long dz, long dw) method Index (line 45814) | public readonly long Index(long x, long y, long z, long w) method Index (line 45822) | public readonly long Index(V4l v) method Index (line 45830) | public readonly long Index(V4i v) method SubTensor4Window (line 45844) | public readonly Tensor4Info SubTensor4Window(V4l begin, V4l size) method SubTensor4 (line 45854) | public readonly Tensor4Info SubTensor4(V4l begin, V4l size) method SubTensor4Window (line 45864) | public readonly Tensor4Info SubTensor4Window(V4i begin, V4i size) method SubTensor4 (line 45874) | public readonly Tensor4Info SubTensor4(V4i begin, V4i size) method SubTensor4Window (line 45884) | public readonly Tensor4Info SubTensor4Window(V4l begin, V4l size, V4l ... method SubTensor4 (line 45894) | public readonly Tensor4Info SubTensor4(V4l begin, V4l size, V4l delta) method SubTensor4Window (line 45904) | public readonly Tensor4Info SubTensor4Window(V4i begin, V4i size, V4i ... method SubTensor4 (line 45914) | public readonly Tensor4Info SubTensor4(V4i begin, V4i size, V4i delta) method SubTensor4Window (line 45923) | public readonly Tensor4Info SubTensor4Window(V4l begin, V4l size, V4l ... method SubTensor4Window (line 45932) | public readonly Tensor4Info SubTensor4Window(V4i begin, V4i size, V4i ... method SubTensor4Window (line 45943) | public readonly Tensor4Info SubTensor4Window( method SubTensor4 (line 45956) | public readonly Tensor4Info SubTensor4( method SubTensor4Window (line 45970) | public readonly Tensor4Info SubTensor4Window( method SubTensor4 (line 45985) | public readonly Tensor4Info SubTensor4( method SubVector (line 46000) | public readonly VectorInfo SubVector(V4l begin, long size, long delta) method SubVector (line 46010) | public readonly VectorInfo SubVector(V4i begin, long size, long delta) method AsVector (line 46020) | public readonly VectorInfo AsVector() method SubYZWVolume (line 46031) | public readonly VolumeInfo SubYZWVolume(long x) method SubYZWVolumeAsReadOnlyTensor4 (line 46042) | public readonly Tensor4Info SubYZWVolumeAsReadOnlyTensor4(long x, long... method SubYZWVolumeWindow (line 46051) | public readonly VolumeInfo SubYZWVolumeWindow(long x) method SubYZWVolumeAsReadOnlyTensor4Window (line 46062) | public readonly Tensor4Info SubYZWVolumeAsReadOnlyTensor4Window(long x... method SubXZWVolume (line 46071) | public readonly VolumeInfo SubXZWVolume(long y) method SubXZWVolumeAsReadOnlyTensor4 (line 46082) | public readonly Tensor4Info SubXZWVolumeAsReadOnlyTensor4(long y, long... method SubXZWVolumeWindow (line 46091) | public readonly VolumeInfo SubXZWVolumeWindow(long y) method SubXZWVolumeAsReadOnlyTensor4Window (line 46102) | public readonly Tensor4Info SubXZWVolumeAsReadOnlyTensor4Window(long y... method SubXYWVolume (line 46111) | public readonly VolumeInfo SubXYWVolume(long z) method SubXYWVolumeAsReadOnlyTensor4 (line 46122) | public readonly Tensor4Info SubXYWVolumeAsReadOnlyTensor4(long z, long... method SubXYWVolumeWindow (line 46131) | public readonly VolumeInfo SubXYWVolumeWindow(long z) method SubXYWVolumeAsReadOnlyTensor4Window (line 46142) | public readonly Tensor4Info SubXYWVolumeAsReadOnlyTensor4Window(long z... method SubXYZVolume (line 46151) | public readonly VolumeInfo SubXYZVolume(long w) method SubXYZVolumeAsReadOnlyTensor4 (line 46162) | public readonly Tensor4Info SubXYZVolumeAsReadOnlyTensor4(long w, long... method SubXYZVolumeWindow (line 46171) | public readonly VolumeInfo SubXYZVolumeWindow(long w) method SubXYZVolumeAsReadOnlyTensor4Window (line 46182) | public readonly Tensor4Info SubXYZVolumeAsReadOnlyTensor4Window(long w... method SubZWMatrixAsReadOnlyTensor4 (line 46193) | public readonly Tensor4Info SubZWMatrixAsReadOnlyTensor4(long x, long ... method SubZWMatrixAsReadOnlyTensor4Window (line 46204) | public readonly Tensor4Info SubZWMatrixAsReadOnlyTensor4Window(long x,... method SubYWMatrixAsReadOnlyTensor4 (line 46215) | public readonly Tensor4Info SubYWMatrixAsReadOnlyTensor4(long x, long ... method SubYWMatrixAsReadOnlyTensor4Window (line 46226) | public readonly Tensor4Info SubYWMatrixAsReadOnlyTensor4Window(long x,... method SubYZMatrixAsReadOnlyTensor4 (line 46237) | public readonly Tensor4Info SubYZMatrixAsReadOnlyTensor4(long x, long ... method SubYZMatrixAsReadOnlyTensor4Window (line 46248) | public readonly Tensor4Info SubYZMatrixAsReadOnlyTensor4Window(long x,... method SubXWMatrixAsReadOnlyTensor4 (line 46259) | public readonly Tensor4Info SubXWMatrixAsReadOnlyTensor4(long y, long ... method SubXWMatrixAsReadOnlyTensor4Window (line 46270) | public readonly Tensor4Info SubXWMatrixAsReadOnlyTensor4Window(long y,... method SubXZMatrixAsReadOnlyTensor4 (line 46281) | public readonly Tensor4Info SubXZMatrixAsReadOnlyTensor4(long y, long ... method SubXZMatrixAsReadOnlyTensor4Window (line 46292) | public readonly Tensor4Info SubXZMatrixAsReadOnlyTensor4Window(long y,... method SubXYMatrixAsReadOnlyTensor4 (line 46303) | public readonly Tensor4Info SubXYMatrixAsReadOnlyTensor4(long z, long ... method SubXYMatrixAsReadOnlyTensor4Window (line 46314) | public readonly Tensor4Info SubXYMatrixAsReadOnlyTensor4Window(long z,... method ForeachIndex (line 46323) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 46367) | public readonly void ForeachIndex(Action... method ForeachCoord (line 46411) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 46455) | public readonly void ForeachIndex(Tensor4Info t1, Action i... method ForeachX (line 46552) | public readonly void ForeachX( method ForeachY (line 46566) | public readonly void ForeachY( method ForeachZ (line 46580) | public readonly void ForeachZ( method ForeachW (line 46594) | public readonly void ForeachW( method ForeachXY (line 46611) | public readonly void ForeachXY( method ForeachXY (line 46633) | public readonly void ForeachXY( method ForeachXY (line 46657) | public readonly void ForeachXY( method ForeachXY (line 46681) | public readonly void ForeachXY( method ForeachXZ (line 46707) | public readonly void ForeachXZ( method ForeachXZ (line 46729) | public readonly void ForeachXZ( method ForeachXZ (line 46753) | public readonly void ForeachXZ( method ForeachXZ (line 46777) | public readonly void ForeachXZ( method ForeachXW (line 46803) | public readonly void ForeachXW( method ForeachXW (line 46825) | public readonly void ForeachXW( method ForeachXW (line 46849) | public readonly void ForeachXW( method ForeachXW (line 46873) | public readonly void ForeachXW( method ForeachYX (line 46899) | public readonly void ForeachYX( method ForeachYX (line 46921) | public readonly void ForeachYX( method ForeachYX (line 46945) | public readonly void ForeachYX( method ForeachYX (line 46969) | public readonly void ForeachYX( method ForeachYZ (line 46995) | public readonly void ForeachYZ( method ForeachYZ (line 47017) | public readonly void ForeachYZ( method ForeachYZ (line 47041) | public readonly void ForeachYZ( method ForeachYZ (line 47065) | public readonly void ForeachYZ( method ForeachYW (line 47091) | public readonly void ForeachYW( method ForeachYW (line 47113) | public readonly void ForeachYW( method ForeachYW (line 47137) | public readonly void ForeachYW( method ForeachYW (line 47161) | public readonly void ForeachYW( method ForeachZX (line 47187) | public readonly void ForeachZX( method ForeachZX (line 47209) | public readonly void ForeachZX( method ForeachZX (line 47233) | public readonly void ForeachZX( method ForeachZX (line 47257) | public readonly void ForeachZX( method ForeachZY (line 47283) | public readonly void ForeachZY( method ForeachZY (line 47305) | public readonly void ForeachZY( method ForeachZY (line 47329) | public readonly void ForeachZY( method ForeachZY (line 47353) | public readonly void ForeachZY( method ForeachZW (line 47379) | public readonly void ForeachZW( method ForeachZW (line 47401) | public readonly void ForeachZW( method ForeachZW (line 47425) | public readonly void ForeachZW( method ForeachZW (line 47449) | public readonly void ForeachZW( method ForeachWX (line 47475) | public readonly void ForeachWX( method ForeachWX (line 47497) | public readonly void ForeachWX( method ForeachWX (line 47521) | public readonly void ForeachWX( method ForeachWX (line 47545) | public readonly void ForeachWX( method ForeachWY (line 47571) | public readonly void ForeachWY( method ForeachWY (line 47593) | public readonly void ForeachWY( method ForeachWY (line 47617) | public readonly void ForeachWY( method ForeachWY (line 47641) | public readonly void ForeachWY( method ForeachWZ (line 47667) | public readonly void ForeachWZ( method ForeachWZ (line 47689) | public readonly void ForeachWZ( method ForeachWZ (line 47713) | public readonly void ForeachWZ( method ForeachWZ (line 47737) | public readonly void ForeachWZ( method ForeachXYZ (line 47764) | public readonly void ForeachXYZ( method ForeachXYZ (line 47791) | public readonly void ForeachXYZ( method ForeachXYZ (line 47822) | public readonly void ForeachXYZ( method ForeachXYZ (line 47853) | public readonly void ForeachXYZ( method ForeachXYW (line 47888) | public readonly void ForeachXYW( method ForeachXYW (line 47915) | public readonly void ForeachXYW( method ForeachXYW (line 47946) | public readonly void ForeachXYW( method ForeachXYW (line 47977) | public readonly void ForeachXYW( method ForeachXZY (line 48012) | public readonly void ForeachXZY( method ForeachXZY (line 48039) | public readonly void ForeachXZY( method ForeachXZY (line 48070) | public readonly void ForeachXZY( method ForeachXZY (line 48101) | public readonly void ForeachXZY( method ForeachXZW (line 48136) | public readonly void ForeachXZW( method ForeachXZW (line 48163) | public readonly void ForeachXZW( method ForeachXZW (line 48194) | public readonly void ForeachXZW( method ForeachXZW (line 48225) | public readonly void ForeachXZW( method ForeachXWY (line 48260) | public readonly void ForeachXWY( method ForeachXWY (line 48287) | public readonly void ForeachXWY( method ForeachXWY (line 48318) | public readonly void ForeachXWY( method ForeachXWY (line 48349) | public readonly void ForeachXWY( method ForeachXWZ (line 48384) | public readonly void ForeachXWZ( method ForeachXWZ (line 48411) | public readonly void ForeachXWZ( method ForeachXWZ (line 48442) | public readonly void ForeachXWZ( method ForeachXWZ (line 48473) | public readonly void ForeachXWZ( method ForeachYXZ (line 48508) | public readonly void ForeachYXZ( method ForeachYXZ (line 48535) | public readonly void ForeachYXZ( method ForeachYXZ (line 48566) | public readonly void ForeachYXZ( method ForeachYXZ (line 48597) | public readonly void ForeachYXZ( method ForeachYXW (line 48632) | public readonly void ForeachYXW( method ForeachYXW (line 48659) | public readonly void ForeachYXW( method ForeachYXW (line 48690) | public readonly void ForeachYXW( method ForeachYXW (line 48721) | public readonly void ForeachYXW( method ForeachYZX (line 48756) | public readonly void ForeachYZX( method ForeachYZX (line 48783) | public readonly void ForeachYZX( method ForeachYZX (line 48814) | public readonly void ForeachYZX( method ForeachYZX (line 48845) | public readonly void ForeachYZX( method ForeachYZW (line 48880) | public readonly void ForeachYZW( method ForeachYZW (line 48907) | public readonly void ForeachYZW( method ForeachYZW (line 48938) | public readonly void ForeachYZW( method ForeachYZW (line 48969) | public readonly void ForeachYZW( method ForeachYWX (line 49004) | public readonly void ForeachYWX( method ForeachYWX (line 49031) | public readonly void ForeachYWX( method ForeachYWX (line 49062) | public readonly void ForeachYWX( method ForeachYWX (line 49093) | public readonly void ForeachYWX( method ForeachYWZ (line 49128) | public readonly void ForeachYWZ( method ForeachYWZ (line 49155) | public readonly void ForeachYWZ( method ForeachYWZ (line 49186) | public readonly void ForeachYWZ( method ForeachYWZ (line 49217) | public readonly void ForeachYWZ( method ForeachZXY (line 49252) | public readonly void ForeachZXY( method ForeachZXY (line 49279) | public readonly void ForeachZXY( method ForeachZXY (line 49310) | public readonly void ForeachZXY( method ForeachZXY (line 49341) | public readonly void ForeachZXY( method ForeachZXW (line 49376) | public readonly void ForeachZXW( method ForeachZXW (line 49403) | public readonly void ForeachZXW( method ForeachZXW (line 49434) | public readonly void ForeachZXW( method ForeachZXW (line 49465) | public readonly void ForeachZXW( method ForeachZYX (line 49500) | public readonly void ForeachZYX( method ForeachZYX (line 49527) | public readonly void ForeachZYX( method ForeachZYX (line 49558) | public readonly void ForeachZYX( method ForeachZYX (line 49589) | public readonly void ForeachZYX( method ForeachZYW (line 49624) | public readonly void ForeachZYW( method ForeachZYW (line 49651) | public readonly void ForeachZYW( method ForeachZYW (line 49682) | public readonly void ForeachZYW( method ForeachZYW (line 49713) | public readonly void ForeachZYW( method ForeachZWX (line 49748) | public readonly void ForeachZWX( method ForeachZWX (line 49775) | public readonly void ForeachZWX( method ForeachZWX (line 49806) | public readonly void ForeachZWX( method ForeachZWX (line 49837) | public readonly void ForeachZWX( method ForeachZWY (line 49872) | public readonly void ForeachZWY( method ForeachZWY (line 49899) | public readonly void ForeachZWY( method ForeachZWY (line 49930) | public readonly void ForeachZWY( method ForeachZWY (line 49961) | public readonly void ForeachZWY( method ForeachWXY (line 49996) | public readonly void ForeachWXY( method ForeachWXY (line 50023) | public readonly void ForeachWXY( method ForeachWXY (line 50054) | public readonly void ForeachWXY( method ForeachWXY (line 50085) | public readonly void ForeachWXY( method ForeachWXZ (line 50120) | public readonly void ForeachWXZ( method ForeachWXZ (line 50147) | public readonly void ForeachWXZ( method ForeachWXZ (line 50178) | public readonly void ForeachWXZ( method ForeachWXZ (line 50209) | public readonly void ForeachWXZ( method ForeachWYX (line 50244) | public readonly void ForeachWYX( method ForeachWYX (line 50271) | public readonly void ForeachWYX( method ForeachWYX (line 50302) | public readonly void ForeachWYX( method ForeachWYX (line 50333) | public readonly void ForeachWYX( method ForeachWYZ (line 50368) | public readonly void ForeachWYZ( method ForeachWYZ (line 50395) | public readonly void ForeachWYZ( method ForeachWYZ (line 50426) | public readonly void ForeachWYZ( method ForeachWYZ (line 50457) | public readonly void ForeachWYZ( method ForeachWZX (line 50492) | public readonly void ForeachWZX( method ForeachWZX (line 50519) | public readonly void ForeachWZX( method ForeachWZX (line 50550) | public readonly void ForeachWZX( method ForeachWZX (line 50581) | public readonly void ForeachWZX( method ForeachWZY (line 50616) | public readonly void ForeachWZY( method ForeachWZY (line 50643) | public readonly void ForeachWZY( method ForeachWZY (line 50674) | public readonly void ForeachWZY( method ForeachWZY (line 50705) | public readonly void ForeachWZY( method ForeachXYZW (line 50740) | public readonly void ForeachXYZW( method ForeachXYZW (line 50771) | public readonly void ForeachXYZW( method ForeachXYZW (line 50808) | public readonly void ForeachXYZW( method ForeachXYZW (line 50845) | public readonly void ForeachXYZW( method ForeachXYWZ (line 50888) | public readonly void ForeachXYWZ( method ForeachXYWZ (line 50919) | public readonly void ForeachXYWZ( method ForeachXYWZ (line 50956) | public readonly void ForeachXYWZ( method ForeachXYWZ (line 50993) | public readonly void ForeachXYWZ( method ForeachXZYW (line 51036) | public readonly void ForeachXZYW( method ForeachXZYW (line 51067) | public readonly void ForeachXZYW( method ForeachXZYW (line 51104) | public readonly void ForeachXZYW( method ForeachXZYW (line 51141) | public readonly void ForeachXZYW( method ForeachXZWY (line 51184) | public readonly void ForeachXZWY( method ForeachXZWY (line 51215) | public readonly void ForeachXZWY( method ForeachXZWY (line 51252) | public readonly void ForeachXZWY( method ForeachXZWY (line 51289) | public readonly void ForeachXZWY( method ForeachXWYZ (line 51332) | public readonly void ForeachXWYZ( method ForeachXWYZ (line 51363) | public readonly void ForeachXWYZ( method ForeachXWYZ (line 51400) | public readonly void ForeachXWYZ( method ForeachXWYZ (line 51437) | public readonly void ForeachXWYZ( method ForeachXWZY (line 51480) | public readonly void ForeachXWZY( method ForeachXWZY (line 51511) | public readonly void ForeachXWZY( method ForeachXWZY (line 51548) | public readonly void ForeachXWZY( method ForeachXWZY (line 51585) | public readonly void ForeachXWZY( method ForeachYXZW (line 51628) | public readonly void ForeachYXZW( method ForeachYXZW (line 51659) | public readonly void ForeachYXZW( method ForeachYXZW (line 51696) | public readonly void ForeachYXZW( method ForeachYXZW (line 51733) | public readonly void ForeachYXZW( method ForeachYXWZ (line 51776) | public readonly void ForeachYXWZ( method ForeachYXWZ (line 51807) | public readonly void ForeachYXWZ( method ForeachYXWZ (line 51844) | public readonly void ForeachYXWZ( method ForeachYXWZ (line 51881) | public readonly void ForeachYXWZ( method ForeachYZXW (line 51924) | public readonly void ForeachYZXW( method ForeachYZXW (line 51955) | public readonly void ForeachYZXW( method ForeachYZXW (line 51992) | public readonly void ForeachYZXW( method ForeachYZXW (line 52029) | public readonly void ForeachYZXW( method ForeachYZWX (line 52072) | public readonly void ForeachYZWX( method ForeachYZWX (line 52103) | public readonly void ForeachYZWX( method ForeachYZWX (line 52140) | public readonly void ForeachYZWX( method ForeachYZWX (line 52177) | public readonly void ForeachYZWX( method ForeachYWXZ (line 52220) | public readonly void ForeachYWXZ( method ForeachYWXZ (line 52251) | public readonly void ForeachYWXZ( method ForeachYWXZ (line 52288) | public readonly void ForeachYWXZ( method ForeachYWXZ (line 52325) | public readonly void ForeachYWXZ( method ForeachYWZX (line 52368) | public readonly void ForeachYWZX( method ForeachYWZX (line 52399) | public readonly void ForeachYWZX( method ForeachYWZX (line 52436) | public readonly void ForeachYWZX( method ForeachYWZX (line 52473) | public readonly void ForeachYWZX( method ForeachZXYW (line 52516) | public readonly void ForeachZXYW( method ForeachZXYW (line 52547) | public readonly void ForeachZXYW( method ForeachZXYW (line 52584) | public readonly void ForeachZXYW( method ForeachZXYW (line 52621) | public readonly void ForeachZXYW( method ForeachZXWY (line 52664) | public readonly void ForeachZXWY( method ForeachZXWY (line 52695) | public readonly void ForeachZXWY( method ForeachZXWY (line 52732) | public readonly void ForeachZXWY( method ForeachZXWY (line 52769) | public readonly void ForeachZXWY( method ForeachZYXW (line 52812) | public readonly void ForeachZYXW( method ForeachZYXW (line 52843) | public readonly void ForeachZYXW( method ForeachZYXW (line 52880) | public readonly void ForeachZYXW( method ForeachZYXW (line 52917) | public readonly void ForeachZYXW( method ForeachZYWX (line 52960) | public readonly void ForeachZYWX( method ForeachZYWX (line 52991) | public readonly void ForeachZYWX( method ForeachZYWX (line 53028) | public readonly void ForeachZYWX( method ForeachZYWX (line 53065) | public readonly void ForeachZYWX( method ForeachZWXY (line 53108) | public readonly void ForeachZWXY( method ForeachZWXY (line 53139) | public readonly void ForeachZWXY( method ForeachZWXY (line 53176) | public readonly void ForeachZWXY( method ForeachZWXY (line 53213) | public readonly void ForeachZWXY( method ForeachZWYX (line 53256) | public readonly void ForeachZWYX( method ForeachZWYX (line 53287) | public readonly void ForeachZWYX( method ForeachZWYX (line 53324) | public readonly void ForeachZWYX( method ForeachZWYX (line 53361) | public readonly void ForeachZWYX( method ForeachWXYZ (line 53404) | public readonly void ForeachWXYZ( method ForeachWXYZ (line 53435) | public readonly void ForeachWXYZ( method ForeachWXYZ (line 53472) | public readonly void ForeachWXYZ( method ForeachWXYZ (line 53509) | public readonly void ForeachWXYZ( method ForeachWXZY (line 53552) | public readonly void ForeachWXZY( method ForeachWXZY (line 53583) | public readonly void ForeachWXZY( method ForeachWXZY (line 53620) | public readonly void ForeachWXZY( method ForeachWXZY (line 53657) | public readonly void ForeachWXZY( method ForeachWYXZ (line 53700) | public readonly void ForeachWYXZ( method ForeachWYXZ (line 53731) | public readonly void ForeachWYXZ( method ForeachWYXZ (line 53768) | public readonly void ForeachWYXZ( method ForeachWYXZ (line 53805) | public readonly void ForeachWYXZ( method ForeachWYZX (line 53848) | public readonly void ForeachWYZX( method ForeachWYZX (line 53879) | public readonly void ForeachWYZX( method ForeachWYZX (line 53916) | public readonly void ForeachWYZX( method ForeachWYZX (line 53953) | public readonly void ForeachWYZX( method ForeachWZXY (line 53996) | public readonly void ForeachWZXY( method ForeachWZXY (line 54027) | public readonly void ForeachWZXY( method ForeachWZXY (line 54064) | public readonly void ForeachWZXY( method ForeachWZXY (line 54101) | public readonly void ForeachWZXY( method ForeachWZYX (line 54144) | public readonly void ForeachWZYX( method ForeachWZYX (line 54175) | public readonly void ForeachWZYX( method ForeachWZYX (line 54212) | public readonly void ForeachWZYX( method ForeachWZYX (line 54249) | public readonly void ForeachWZYX( method ForeachXIndex (line 54288) | public readonly void ForeachXIndex( method ForeachXIndex (line 54302) | public readonly void ForeachXIndex( method ForeachYIndex (line 54316) | public readonly void ForeachYIndex( method ForeachYIndex (line 54330) | public readonly void ForeachYIndex( method ForeachZIndex (line 54344) | public readonly void ForeachZIndex( method ForeachZIndex (line 54358) | public readonly void ForeachZIndex( method ForeachWIndex (line 54372) | public readonly void ForeachWIndex( method ForeachWIndex (line 54386) | public readonly void ForeachWIndex( method ForeachXYIndex (line 54403) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 54425) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 54449) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 54473) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 54499) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 54521) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 54545) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 54569) | public readonly void ForeachXYIndex( method ForeachXZIndex (line 54595) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 54617) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 54641) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 54665) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 54691) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 54713) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 54737) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 54761) | public readonly void ForeachXZIndex( method ForeachXWIndex (line 54787) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 54809) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 54833) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 54857) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 54883) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 54905) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 54929) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 54953) | public readonly void ForeachXWIndex( method ForeachYXIndex (line 54979) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 55001) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 55025) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 55049) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 55075) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 55097) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 55121) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 55145) | public readonly void ForeachYXIndex( method ForeachYZIndex (line 55171) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 55193) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 55217) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 55241) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 55267) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 55289) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 55313) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 55337) | public readonly void ForeachYZIndex( method ForeachYWIndex (line 55363) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 55385) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 55409) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 55433) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 55459) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 55481) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 55505) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 55529) | public readonly void ForeachYWIndex( method ForeachZXIndex (line 55555) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 55577) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 55601) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 55625) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 55651) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 55673) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 55697) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 55721) | public readonly void ForeachZXIndex( method ForeachZYIndex (line 55747) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 55769) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 55793) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 55817) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 55843) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 55865) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 55889) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 55913) | public readonly void ForeachZYIndex( method ForeachZWIndex (line 55939) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 55961) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 55985) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 56009) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 56035) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 56057) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 56081) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 56105) | public readonly void ForeachZWIndex( method ForeachWXIndex (line 56131) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 56153) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 56177) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 56201) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 56227) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 56249) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 56273) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 56297) | public readonly void ForeachWXIndex( method ForeachWYIndex (line 56323) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 56345) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 56369) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 56393) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 56419) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 56441) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 56465) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 56489) | public readonly void ForeachWYIndex( method ForeachWZIndex (line 56515) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 56537) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 56561) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 56585) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 56611) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 56633) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 56657) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 56681) | public readonly void ForeachWZIndex( method ForeachXYZIndex (line 56708) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 56735) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 56766) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 56797) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 56832) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 56859) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 56890) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 56921) | public readonly void ForeachXYZIndex( method ForeachXYWIndex (line 56956) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 56983) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 57014) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 57045) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 57080) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 57107) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 57138) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 57169) | public readonly void ForeachXYWIndex( method ForeachXZYIndex (line 57204) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 57231) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 57262) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 57293) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 57328) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 57355) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 57386) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 57417) | public readonly void ForeachXZYIndex( method ForeachXZWIndex (line 57452) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 57479) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 57510) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 57541) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 57576) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 57603) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 57634) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 57665) | public readonly void ForeachXZWIndex( method ForeachXWYIndex (line 57700) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 57727) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 57758) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 57789) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 57824) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 57851) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 57882) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 57913) | public readonly void ForeachXWYIndex( method ForeachXWZIndex (line 57948) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 57975) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 58006) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 58037) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 58072) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 58099) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 58130) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 58161) | public readonly void ForeachXWZIndex( method ForeachYXZIndex (line 58196) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 58223) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 58254) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 58285) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 58320) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 58347) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 58378) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 58409) | public readonly void ForeachYXZIndex( method ForeachYXWIndex (line 58444) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 58471) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 58502) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 58533) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 58568) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 58595) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 58626) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 58657) | public readonly void ForeachYXWIndex( method ForeachYZXIndex (line 58692) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 58719) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 58750) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 58781) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 58816) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 58843) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 58874) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 58905) | public readonly void ForeachYZXIndex( method ForeachYZWIndex (line 58940) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 58967) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 58998) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 59029) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 59064) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 59091) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 59122) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 59153) | public readonly void ForeachYZWIndex( method ForeachYWXIndex (line 59188) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 59215) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 59246) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 59277) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 59312) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 59339) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 59370) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 59401) | public readonly void ForeachYWXIndex( method ForeachYWZIndex (line 59436) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 59463) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 59494) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 59525) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 59560) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 59587) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 59618) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 59649) | public readonly void ForeachYWZIndex( method ForeachZXYIndex (line 59684) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 59711) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 59742) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 59773) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 59808) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 59835) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 59866) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 59897) | public readonly void ForeachZXYIndex( method ForeachZXWIndex (line 59932) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 59959) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 59990) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 60021) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 60056) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 60083) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 60114) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 60145) | public readonly void ForeachZXWIndex( method ForeachZYXIndex (line 60180) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 60207) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 60238) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 60269) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 60304) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 60331) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 60362) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 60393) | public readonly void ForeachZYXIndex( method ForeachZYWIndex (line 60428) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 60455) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 60486) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 60517) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 60552) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 60579) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 60610) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 60641) | public readonly void ForeachZYWIndex( method ForeachZWXIndex (line 60676) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 60703) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 60734) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 60765) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 60800) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 60827) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 60858) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 60889) | public readonly void ForeachZWXIndex( method ForeachZWYIndex (line 60924) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 60951) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 60982) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 61013) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 61048) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 61075) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 61106) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 61137) | public readonly void ForeachZWYIndex( method ForeachWXYIndex (line 61172) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 61199) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 61230) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 61261) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 61296) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 61323) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 61354) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 61385) | public readonly void ForeachWXYIndex( method ForeachWXZIndex (line 61420) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 61447) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 61478) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 61509) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 61544) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 61571) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 61602) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 61633) | public readonly void ForeachWXZIndex( method ForeachWYXIndex (line 61668) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 61695) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 61726) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 61757) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 61792) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 61819) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 61850) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 61881) | public readonly void ForeachWYXIndex( method ForeachWYZIndex (line 61916) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 61943) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 61974) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 62005) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 62040) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 62067) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 62098) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 62129) | public readonly void ForeachWYZIndex( method ForeachWZXIndex (line 62164) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 62191) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 62222) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 62253) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 62288) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 62315) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 62346) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 62377) | public readonly void ForeachWZXIndex( method ForeachWZYIndex (line 62412) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 62439) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 62470) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 62501) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 62536) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 62563) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 62594) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 62625) | public readonly void ForeachWZYIndex( method ForeachXYZWIndex (line 62660) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 62691) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 62728) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 62765) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 62808) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 62839) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 62876) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 62913) | public readonly void ForeachXYZWIndex( method ForeachXYWZIndex (line 62956) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 62987) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 63024) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 63061) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 63104) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 63135) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 63172) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 63209) | public readonly void ForeachXYWZIndex( method ForeachXZYWIndex (line 63252) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 63283) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 63320) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 63357) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 63400) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 63431) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 63468) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 63505) | public readonly void ForeachXZYWIndex( method ForeachXZWYIndex (line 63548) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 63579) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 63616) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 63653) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 63696) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 63727) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 63764) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 63801) | public readonly void ForeachXZWYIndex( method ForeachXWYZIndex (line 63844) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 63875) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 63912) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 63949) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 63992) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 64023) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 64060) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 64097) | public readonly void ForeachXWYZIndex( method ForeachXWZYIndex (line 64140) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 64171) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 64208) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 64245) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 64288) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 64319) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 64356) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 64393) | public readonly void ForeachXWZYIndex( method ForeachYXZWIndex (line 64436) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 64467) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 64504) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 64541) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 64584) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 64615) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 64652) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 64689) | public readonly void ForeachYXZWIndex( method ForeachYXWZIndex (line 64732) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 64763) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 64800) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 64837) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 64880) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 64911) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 64948) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 64985) | public readonly void ForeachYXWZIndex( method ForeachYZXWIndex (line 65028) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 65059) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 65096) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 65133) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 65176) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 65207) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 65244) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 65281) | public readonly void ForeachYZXWIndex( method ForeachYZWXIndex (line 65324) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 65355) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 65392) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 65429) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 65472) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 65503) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 65540) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 65577) | public readonly void ForeachYZWXIndex( method ForeachYWXZIndex (line 65620) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 65651) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 65688) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 65725) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 65768) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 65799) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 65836) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 65873) | public readonly void ForeachYWXZIndex( method ForeachYWZXIndex (line 65916) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 65947) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 65984) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 66021) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 66064) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 66095) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 66132) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 66169) | public readonly void ForeachYWZXIndex( method ForeachZXYWIndex (line 66212) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 66243) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 66280) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 66317) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 66360) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 66391) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 66428) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 66465) | public readonly void ForeachZXYWIndex( method ForeachZXWYIndex (line 66508) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 66539) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 66576) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 66613) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 66656) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 66687) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 66724) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 66761) | public readonly void ForeachZXWYIndex( method ForeachZYXWIndex (line 66804) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 66835) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 66872) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 66909) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 66952) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 66983) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 67020) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 67057) | public readonly void ForeachZYXWIndex( method ForeachZYWXIndex (line 67100) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 67131) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 67168) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 67205) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 67248) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 67279) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 67316) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 67353) | public readonly void ForeachZYWXIndex( method ForeachZWXYIndex (line 67396) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 67427) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 67464) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 67501) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 67544) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 67575) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 67612) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 67649) | public readonly void ForeachZWXYIndex( method ForeachZWYXIndex (line 67692) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 67723) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 67760) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 67797) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 67840) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 67871) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 67908) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 67945) | public readonly void ForeachZWYXIndex( method ForeachWXYZIndex (line 67988) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 68019) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 68056) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 68093) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 68136) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 68167) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 68204) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 68241) | public readonly void ForeachWXYZIndex( method ForeachWXZYIndex (line 68284) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 68315) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 68352) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 68389) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 68432) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 68463) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 68500) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 68537) | public readonly void ForeachWXZYIndex( method ForeachWYXZIndex (line 68580) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 68611) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 68648) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 68685) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 68728) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 68759) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 68796) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 68833) | public readonly void ForeachWYXZIndex( method ForeachWYZXIndex (line 68876) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 68907) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 68944) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 68981) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 69024) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 69055) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 69092) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 69129) | public readonly void ForeachWYZXIndex( method ForeachWZXYIndex (line 69172) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 69203) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 69240) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 69277) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 69320) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 69351) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 69388) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 69425) | public readonly void ForeachWZXYIndex( method ForeachWZYXIndex (line 69468) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 69499) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 69536) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 69573) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 69616) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 69647) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 69684) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 69721) | public readonly void ForeachWZYXIndex( method ForeachXIndex (line 69760) | public readonly void ForeachXIndex(Tensor4Info t1, method ForeachXIndex (line 69774) | public readonly void ForeachXIndex(Tensor4Info t1, method ForeachYIndex (line 69788) | public readonly void ForeachYIndex(Tensor4Info t1, method ForeachYIndex (line 69802) | public readonly void ForeachYIndex(Tensor4Info t1, method ForeachZIndex (line 69816) | public readonly void ForeachZIndex(Tensor4Info t1, method ForeachZIndex (line 69830) | public readonly void ForeachZIndex(Tensor4Info t1, method ForeachWIndex (line 69844) | public readonly void ForeachWIndex(Tensor4Info t1, method ForeachWIndex (line 69858) | public readonly void ForeachWIndex(Tensor4Info t1, method ForeachXYIndex (line 69875) | public readonly void ForeachXYIndex(Tensor4Info t1, method ForeachXYIndex (line 69897) | public readonly void ForeachXYIndex(Tensor4Info t1, method ForeachXYIndex (line 69921) | public readonly void ForeachXYIndex(Tensor4Info t1, method ForeachXYIndex (line 69945) | public readonly void ForeachXYIndex(Tensor4Info t1, method ForeachXYIndex (line 69971) | public readonly void ForeachXYIndex(Tensor4Info t1, method ForeachXYIndex (line 69993) | public readonly void ForeachXYIndex(Tensor4Info t1, method ForeachXYIndex (line 70017) | public readonly void ForeachXYIndex(Tensor4Info t1, method ForeachXYIndex (line 70041) | public readonly void ForeachXYIndex(Tensor4Info t1, method ForeachXZIndex (line 70067) | public readonly void ForeachXZIndex(Tensor4Info t1, method ForeachXZIndex (line 70089) | public readonly void ForeachXZIndex(Tensor4Info t1, method ForeachXZIndex (line 70113) | public readonly void ForeachXZIndex(Tensor4Info t1, method ForeachXZIndex (line 70137) | public readonly void ForeachXZIndex(Tensor4Info t1, method ForeachXZIndex (line 70163) | public readonly void ForeachXZIndex(Tensor4Info t1, method ForeachXZIndex (line 70185) | public readonly void ForeachXZIndex(Tensor4Info t1, method ForeachXZIndex (line 70209) | public readonly void ForeachXZIndex(Tensor4Info t1, method ForeachXZIndex (line 70233) | public readonly void ForeachXZIndex(Tensor4Info t1, method ForeachXWIndex (line 70259) | public readonly void ForeachXWIndex(Tensor4Info t1, method ForeachXWIndex (line 70281) | public readonly void ForeachXWIndex(Tensor4Info t1, method ForeachXWIndex (line 70305) | public readonly void ForeachXWIndex(Tensor4Info t1, method ForeachXWIndex (line 70329) | public readonly void ForeachXWIndex(Tensor4Info t1, method ForeachXWIndex (line 70355) | public readonly void ForeachXWIndex(Tensor4Info t1, method ForeachXWIndex (line 70377) | public readonly void ForeachXWIndex(Tensor4Info t1, method ForeachXWIndex (line 70401) | public readonly void ForeachXWIndex(Tensor4Info t1, method ForeachXWIndex (line 70425) | public readonly void ForeachXWIndex(Tensor4Info t1, method ForeachYXIndex (line 70451) | public readonly void ForeachYXIndex(Tensor4Info t1, method ForeachYXIndex (line 70473) | public readonly void ForeachYXIndex(Tensor4Info t1, method ForeachYXIndex (line 70497) | public readonly void ForeachYXIndex(Tensor4Info t1, method ForeachYXIndex (line 70521) | public readonly void ForeachYXIndex(Tensor4Info t1, method ForeachYXIndex (line 70547) | public readonly void ForeachYXIndex(Tensor4Info t1, method ForeachYXIndex (line 70569) | public readonly void ForeachYXIndex(Tensor4Info t1, method ForeachYXIndex (line 70593) | public readonly void ForeachYXIndex(Tensor4Info t1, method ForeachYXIndex (line 70617) | public readonly void ForeachYXIndex(Tensor4Info t1, method ForeachYZIndex (line 70643) | public readonly void ForeachYZIndex(Tensor4Info t1, method ForeachYZIndex (line 70665) | public readonly void ForeachYZIndex(Tensor4Info t1, method ForeachYZIndex (line 70689) | public readonly void ForeachYZIndex(Tensor4Info t1, method ForeachYZIndex (line 70713) | public readonly void ForeachYZIndex(Tensor4Info t1, method ForeachYZIndex (line 70739) | public readonly void ForeachYZIndex(Tensor4Info t1, method ForeachYZIndex (line 70761) | public readonly void ForeachYZIndex(Tensor4Info t1, method ForeachYZIndex (line 70785) | public readonly void ForeachYZIndex(Tensor4Info t1, method ForeachYZIndex (line 70809) | public readonly void ForeachYZIndex(Tensor4Info t1, method ForeachYWIndex (line 70835) | public readonly void ForeachYWIndex(Tensor4Info t1, method ForeachYWIndex (line 70857) | public readonly void ForeachYWIndex(Tensor4Info t1, method ForeachYWIndex (line 70881) | public readonly void ForeachYWIndex(Tensor4Info t1, method ForeachYWIndex (line 70905) | public readonly void ForeachYWIndex(Tensor4Info t1, method ForeachYWIndex (line 70931) | public readonly void ForeachYWIndex(Tensor4Info t1, method ForeachYWIndex (line 70953) | public readonly void ForeachYWIndex(Tensor4Info t1, method ForeachYWIndex (line 70977) | public readonly void ForeachYWIndex(Tensor4Info t1, method ForeachYWIndex (line 71001) | public readonly void ForeachYWIndex(Tensor4Info t1, method ForeachZXIndex (line 71027) | public readonly void ForeachZXIndex(Tensor4Info t1, method ForeachZXIndex (line 71049) | public readonly void ForeachZXIndex(Tensor4Info t1, method ForeachZXIndex (line 71073) | public readonly void ForeachZXIndex(Tensor4Info t1, method ForeachZXIndex (line 71097) | public readonly void ForeachZXIndex(Tensor4Info t1, method ForeachZXIndex (line 71123) | public readonly void ForeachZXIndex(Tensor4Info t1, method ForeachZXIndex (line 71145) | public readonly void ForeachZXIndex(Tensor4Info t1, method ForeachZXIndex (line 71169) | public readonly void ForeachZXIndex(Tensor4Info t1, method ForeachZXIndex (line 71193) | public readonly void ForeachZXIndex(Tensor4Info t1, method ForeachZYIndex (line 71219) | public readonly void ForeachZYIndex(Tensor4Info t1, method ForeachZYIndex (line 71241) | public readonly void ForeachZYIndex(Tensor4Info t1, method ForeachZYIndex (line 71265) | public readonly void ForeachZYIndex(Tensor4Info t1, method ForeachZYIndex (line 71289) | public readonly void ForeachZYIndex(Tensor4Info t1, method ForeachZYIndex (line 71315) | public readonly void ForeachZYIndex(Tensor4Info t1, method ForeachZYIndex (line 71337) | public readonly void ForeachZYIndex(Tensor4Info t1, method ForeachZYIndex (line 71361) | public readonly void ForeachZYIndex(Tensor4Info t1, method ForeachZYIndex (line 71385) | public readonly void ForeachZYIndex(Tensor4Info t1, method ForeachZWIndex (line 71411) | public readonly void ForeachZWIndex(Tensor4Info t1, method ForeachZWIndex (line 71433) | public readonly void ForeachZWIndex(Tensor4Info t1, method ForeachZWIndex (line 71457) | public readonly void ForeachZWIndex(Tensor4Info t1, method ForeachZWIndex (line 71481) | public readonly void ForeachZWIndex(Tensor4Info t1, method ForeachZWIndex (line 71507) | public readonly void ForeachZWIndex(Tensor4Info t1, method ForeachZWIndex (line 71529) | public readonly void ForeachZWIndex(Tensor4Info t1, method ForeachZWIndex (line 71553) | public readonly void ForeachZWIndex(Tensor4Info t1, method ForeachZWIndex (line 71577) | public readonly void ForeachZWIndex(Tensor4Info t1, method ForeachWXIndex (line 71603) | public readonly void ForeachWXIndex(Tensor4Info t1, method ForeachWXIndex (line 71625) | public readonly void ForeachWXIndex(Tensor4Info t1, method ForeachWXIndex (line 71649) | public readonly void ForeachWXIndex(Tensor4Info t1, method ForeachWXIndex (line 71673) | public readonly void ForeachWXIndex(Tensor4Info t1, method ForeachWXIndex (line 71699) | public readonly void ForeachWXIndex(Tensor4Info t1, method ForeachWXIndex (line 71721) | public readonly void ForeachWXIndex(Tensor4Info t1, method ForeachWXIndex (line 71745) | public readonly void ForeachWXIndex(Tensor4Info t1, method ForeachWXIndex (line 71769) | public readonly void ForeachWXIndex(Tensor4Info t1, method ForeachWYIndex (line 71795) | public readonly void ForeachWYIndex(Tensor4Info t1, method ForeachWYIndex (line 71817) | public readonly void ForeachWYIndex(Tensor4Info t1, method ForeachWYIndex (line 71841) | public readonly void ForeachWYIndex(Tensor4Info t1, method ForeachWYIndex (line 71865) | public readonly void ForeachWYIndex(Tensor4Info t1, method ForeachWYIndex (line 71891) | public readonly void ForeachWYIndex(Tensor4Info t1, method ForeachWYIndex (line 71913) | public readonly void ForeachWYIndex(Tensor4Info t1, method ForeachWYIndex (line 71937) | public readonly void ForeachWYIndex(Tensor4Info t1, method ForeachWYIndex (line 71961) | public readonly void ForeachWYIndex(Tensor4Info t1, method ForeachWZIndex (line 71987) | public readonly void ForeachWZIndex(Tensor4Info t1, method ForeachWZIndex (line 72009) | public readonly void ForeachWZIndex(Tensor4Info t1, method ForeachWZIndex (line 72033) | public readonly void ForeachWZIndex(Tensor4Info t1, method ForeachWZIndex (line 72057) | public readonly void ForeachWZIndex(Tensor4Info t1, method ForeachWZIndex (line 72083) | public readonly void ForeachWZIndex(Tensor4Info t1, method ForeachWZIndex (line 72105) | public readonly void ForeachWZIndex(Tensor4Info t1, method ForeachWZIndex (line 72129) | public readonly void ForeachWZIndex(Tensor4Info t1, method ForeachWZIndex (line 72153) | public readonly void ForeachWZIndex(Tensor4Info t1, method ForeachXYZIndex (line 72180) | public readonly void ForeachXYZIndex(Tensor4Info t1, method ForeachXYZIndex (line 72207) | public readonly void ForeachXYZIndex(Tensor4Info t1, method ForeachXYZIndex (line 72238) | public readonly void ForeachXYZIndex(Tensor4Info t1, method ForeachXYZIndex (line 72269) | public readonly void ForeachXYZIndex(Tensor4Info t1, method ForeachXYZIndex (line 72304) | public readonly void ForeachXYZIndex(Tensor4Info t1, method ForeachXYZIndex (line 72331) | public readonly void ForeachXYZIndex(Tensor4Info t1, method ForeachXYZIndex (line 72362) | public readonly void ForeachXYZIndex(Tensor4Info t1, method ForeachXYZIndex (line 72393) | public readonly void ForeachXYZIndex(Tensor4Info t1, method ForeachXYWIndex (line 72428) | public readonly void ForeachXYWIndex(Tensor4Info t1, method ForeachXYWIndex (line 72455) | public readonly void ForeachXYWIndex(Tensor4Info t1, method ForeachXYWIndex (line 72486) | public readonly void ForeachXYWIndex(Tensor4Info t1, method ForeachXYWIndex (line 72517) | public readonly void ForeachXYWIndex(Tensor4Info t1, method ForeachXYWIndex (line 72552) | public readonly void ForeachXYWIndex(Tensor4Info t1, method ForeachXYWIndex (line 72579) | public readonly void ForeachXYWIndex(Tensor4Info t1, method ForeachXYWIndex (line 72610) | public readonly void ForeachXYWIndex(Tensor4Info t1, method ForeachXYWIndex (line 72641) | public readonly void ForeachXYWIndex(Tensor4Info t1, method ForeachXZYIndex (line 72676) | public readonly void ForeachXZYIndex(Tensor4Info t1, method ForeachXZYIndex (line 72703) | public readonly void ForeachXZYIndex(Tensor4Info t1, method ForeachXZYIndex (line 72734) | public readonly void ForeachXZYIndex(Tensor4Info t1, method ForeachXZYIndex (line 72765) | public readonly void ForeachXZYIndex(Tensor4Info t1, method ForeachXZYIndex (line 72800) | public readonly void ForeachXZYIndex(Tensor4Info t1, method ForeachXZYIndex (line 72827) | public readonly void ForeachXZYIndex(Tensor4Info t1, method ForeachXZYIndex (line 72858) | public readonly void ForeachXZYIndex(Tensor4Info t1, method ForeachXZYIndex (line 72889) | public readonly void ForeachXZYIndex(Tensor4Info t1, method ForeachXZWIndex (line 72924) | public readonly void ForeachXZWIndex(Tensor4Info t1, method ForeachXZWIndex (line 72951) | public readonly void ForeachXZWIndex(Tensor4Info t1, method ForeachXZWIndex (line 72982) | public readonly void ForeachXZWIndex(Tensor4Info t1, method ForeachXZWIndex (line 73013) | public readonly void ForeachXZWIndex(Tensor4Info t1, method ForeachXZWIndex (line 73048) | public readonly void ForeachXZWIndex(Tensor4Info t1, method ForeachXZWIndex (line 73075) | public readonly void ForeachXZWIndex(Tensor4Info t1, method ForeachXZWIndex (line 73106) | public readonly void ForeachXZWIndex(Tensor4Info t1, method ForeachXZWIndex (line 73137) | public readonly void ForeachXZWIndex(Tensor4Info t1, method ForeachXWYIndex (line 73172) | public readonly void ForeachXWYIndex(Tensor4Info t1, method ForeachXWYIndex (line 73199) | public readonly void ForeachXWYIndex(Tensor4Info t1, method ForeachXWYIndex (line 73230) | public readonly void ForeachXWYIndex(Tensor4Info t1, method ForeachXWYIndex (line 73261) | public readonly void ForeachXWYIndex(Tensor4Info t1, method ForeachXWYIndex (line 73296) | public readonly void ForeachXWYIndex(Tensor4Info t1, method ForeachXWYIndex (line 73323) | public readonly void ForeachXWYIndex(Tensor4Info t1, method ForeachXWYIndex (line 73354) | public readonly void ForeachXWYIndex(Tensor4Info t1, method ForeachXWYIndex (line 73385) | public readonly void ForeachXWYIndex(Tensor4Info t1, method ForeachXWZIndex (line 73420) | public readonly void ForeachXWZIndex(Tensor4Info t1, method ForeachXWZIndex (line 73447) | public readonly void ForeachXWZIndex(Tensor4Info t1, method ForeachXWZIndex (line 73478) | public readonly void ForeachXWZIndex(Tensor4Info t1, method ForeachXWZIndex (line 73509) | public readonly void ForeachXWZIndex(Tensor4Info t1, method ForeachXWZIndex (line 73544) | public readonly void ForeachXWZIndex(Tensor4Info t1, method ForeachXWZIndex (line 73571) | public readonly void ForeachXWZIndex(Tensor4Info t1, method ForeachXWZIndex (line 73602) | public readonly void ForeachXWZIndex(Tensor4Info t1, method ForeachXWZIndex (line 73633) | public readonly void ForeachXWZIndex(Tensor4Info t1, method ForeachYXZIndex (line 73668) | public readonly void ForeachYXZIndex(Tensor4Info t1, method ForeachYXZIndex (line 73695) | public readonly void ForeachYXZIndex(Tensor4Info t1, method ForeachYXZIndex (line 73726) | public readonly void ForeachYXZIndex(Tensor4Info t1, method ForeachYXZIndex (line 73757) | public readonly void ForeachYXZIndex(Tensor4Info t1, method ForeachYXZIndex (line 73792) | public readonly void ForeachYXZIndex(Tensor4Info t1, method ForeachYXZIndex (line 73819) | public readonly void ForeachYXZIndex(Tensor4Info t1, method ForeachYXZIndex (line 73850) | public readonly void ForeachYXZIndex(Tensor4Info t1, method ForeachYXZIndex (line 73881) | public readonly void ForeachYXZIndex(Tensor4Info t1, method ForeachYXWIndex (line 73916) | public readonly void ForeachYXWIndex(Tensor4Info t1, method ForeachYXWIndex (line 73943) | public readonly void ForeachYXWIndex(Tensor4Info t1, method ForeachYXWIndex (line 73974) | public readonly void ForeachYXWIndex(Tensor4Info t1, method ForeachYXWIndex (line 74005) | public readonly void ForeachYXWIndex(Tensor4Info t1, method ForeachYXWIndex (line 74040) | public readonly void ForeachYXWIndex(Tensor4Info t1, method ForeachYXWIndex (line 74067) | public readonly void ForeachYXWIndex(Tensor4Info t1, method ForeachYXWIndex (line 74098) | public readonly void ForeachYXWIndex(Tensor4Info t1, method ForeachYXWIndex (line 74129) | public readonly void ForeachYXWIndex(Tensor4Info t1, method ForeachYZXIndex (line 74164) | public readonly void ForeachYZXIndex(Tensor4Info t1, method ForeachYZXIndex (line 74191) | public readonly void ForeachYZXIndex(Tensor4Info t1, method ForeachYZXIndex (line 74222) | public readonly void ForeachYZXIndex(Tensor4Info t1, method ForeachYZXIndex (line 74253) | public readonly void ForeachYZXIndex(Tensor4Info t1, method ForeachYZXIndex (line 74288) | public readonly void ForeachYZXIndex(Tensor4Info t1, method ForeachYZXIndex (line 74315) | public readonly void ForeachYZXIndex(Tensor4Info t1, method ForeachYZXIndex (line 74346) | public readonly void ForeachYZXIndex(Tensor4Info t1, method ForeachYZXIndex (line 74377) | public readonly void ForeachYZXIndex(Tensor4Info t1, method ForeachYZWIndex (line 74412) | public readonly void ForeachYZWIndex(Tensor4Info t1, method ForeachYZWIndex (line 74439) | public readonly void ForeachYZWIndex(Tensor4Info t1, method ForeachYZWIndex (line 74470) | public readonly void ForeachYZWIndex(Tensor4Info t1, method ForeachYZWIndex (line 74501) | public readonly void ForeachYZWIndex(Tensor4Info t1, method ForeachYZWIndex (line 74536) | public readonly void ForeachYZWIndex(Tensor4Info t1, method ForeachYZWIndex (line 74563) | public readonly void ForeachYZWIndex(Tensor4Info t1, method ForeachYZWIndex (line 74594) | public readonly void ForeachYZWIndex(Tensor4Info t1, method ForeachYZWIndex (line 74625) | public readonly void ForeachYZWIndex(Tensor4Info t1, method ForeachYWXIndex (line 74660) | public readonly void ForeachYWXIndex(Tensor4Info t1, method ForeachYWXIndex (line 74687) | public readonly void ForeachYWXIndex(Tensor4Info t1, method ForeachYWXIndex (line 74718) | public readonly void ForeachYWXIndex(Tensor4Info t1, method ForeachYWXIndex (line 74749) | public readonly void ForeachYWXIndex(Tensor4Info t1, method ForeachYWXIndex (line 74784) | public readonly void ForeachYWXIndex(Tensor4Info t1, method ForeachYWXIndex (line 74811) | public readonly void ForeachYWXIndex(Tensor4Info t1, method ForeachYWXIndex (line 74842) | public readonly void ForeachYWXIndex(Tensor4Info t1, method ForeachYWXIndex (line 74873) | public readonly void ForeachYWXIndex(Tensor4Info t1, method ForeachYWZIndex (line 74908) | public readonly void ForeachYWZIndex(Tensor4Info t1, method ForeachYWZIndex (line 74935) | public readonly void ForeachYWZIndex(Tensor4Info t1, method ForeachYWZIndex (line 74966) | public readonly void ForeachYWZIndex(Tensor4Info t1, method ForeachYWZIndex (line 74997) | public readonly void ForeachYWZIndex(Tensor4Info t1, method ForeachYWZIndex (line 75032) | public readonly void ForeachYWZIndex(Tensor4Info t1, method ForeachYWZIndex (line 75059) | public readonly void ForeachYWZIndex(Tensor4Info t1, method ForeachYWZIndex (line 75090) | public readonly void ForeachYWZIndex(Tensor4Info t1, method ForeachYWZIndex (line 75121) | public readonly void ForeachYWZIndex(Tensor4Info t1, method ForeachZXYIndex (line 75156) | public readonly void ForeachZXYIndex(Tensor4Info t1, method ForeachZXYIndex (line 75183) | public readonly void ForeachZXYIndex(Tensor4Info t1, method ForeachZXYIndex (line 75214) | public readonly void ForeachZXYIndex(Tensor4Info t1, method ForeachZXYIndex (line 75245) | public readonly void ForeachZXYIndex(Tensor4Info t1, method ForeachZXYIndex (line 75280) | public readonly void ForeachZXYIndex(Tensor4Info t1, method ForeachZXYIndex (line 75307) | public readonly void ForeachZXYIndex(Tensor4Info t1, method ForeachZXYIndex (line 75338) | public readonly void ForeachZXYIndex(Tensor4Info t1, method ForeachZXYIndex (line 75369) | public readonly void ForeachZXYIndex(Tensor4Info t1, method ForeachZXWIndex (line 75404) | public readonly void ForeachZXWIndex(Tensor4Info t1, method ForeachZXWIndex (line 75431) | public readonly void ForeachZXWIndex(Tensor4Info t1, method ForeachZXWIndex (line 75462) | public readonly void ForeachZXWIndex(Tensor4Info t1, method ForeachZXWIndex (line 75493) | public readonly void ForeachZXWIndex(Tensor4Info t1, method ForeachZXWIndex (line 75528) | public readonly void ForeachZXWIndex(Tensor4Info t1, method ForeachZXWIndex (line 75555) | public readonly void ForeachZXWIndex(Tensor4Info t1, method ForeachZXWIndex (line 75586) | public readonly void ForeachZXWIndex(Tensor4Info t1, method ForeachZXWIndex (line 75617) | public readonly void ForeachZXWIndex(Tensor4Info t1, method ForeachZYXIndex (line 75652) | public readonly void ForeachZYXIndex(Tensor4Info t1, method ForeachZYXIndex (line 75679) | public readonly void ForeachZYXIndex(Tensor4Info t1, method ForeachZYXIndex (line 75710) | public readonly void ForeachZYXIndex(Tensor4Info t1, method ForeachZYXIndex (line 75741) | public readonly void ForeachZYXIndex(Tensor4Info t1, method ForeachZYXIndex (line 75776) | public readonly void ForeachZYXIndex(Tensor4Info t1, method ForeachZYXIndex (line 75803) | public readonly void ForeachZYXIndex(Tensor4Info t1, method ForeachZYXIndex (line 75834) | public readonly void ForeachZYXIndex(Tensor4Info t1, method ForeachZYXIndex (line 75865) | public readonly void ForeachZYXIndex(Tensor4Info t1, method ForeachZYWIndex (line 75900) | public readonly void ForeachZYWIndex(Tensor4Info t1, method ForeachZYWIndex (line 75927) | public readonly void ForeachZYWIndex(Tensor4Info t1, method ForeachZYWIndex (line 75958) | public readonly void ForeachZYWIndex(Tensor4Info t1, method ForeachZYWIndex (line 75989) | public readonly void ForeachZYWIndex(Tensor4Info t1, method ForeachZYWIndex (line 76024) | public readonly void ForeachZYWIndex(Tensor4Info t1, method ForeachZYWIndex (line 76051) | public readonly void ForeachZYWIndex(Tensor4Info t1, method ForeachZYWIndex (line 76082) | public readonly void ForeachZYWIndex(Tensor4Info t1, method ForeachZYWIndex (line 76113) | public readonly void ForeachZYWIndex(Tensor4Info t1, method ForeachZWXIndex (line 76148) | public readonly void ForeachZWXIndex(Tensor4Info t1, method ForeachZWXIndex (line 76175) | public readonly void ForeachZWXIndex(Tensor4Info t1, method ForeachZWXIndex (line 76206) | public readonly void ForeachZWXIndex(Tensor4Info t1, method ForeachZWXIndex (line 76237) | public readonly void ForeachZWXIndex(Tensor4Info t1, method ForeachZWXIndex (line 76272) | public readonly void ForeachZWXIndex(Tensor4Info t1, method ForeachZWXIndex (line 76299) | public readonly void ForeachZWXIndex(Tensor4Info t1, method ForeachZWXIndex (line 76330) | public readonly void ForeachZWXIndex(Tensor4Info t1, method ForeachZWXIndex (line 76361) | public readonly void ForeachZWXIndex(Tensor4Info t1, method ForeachZWYIndex (line 76396) | public readonly void ForeachZWYIndex(Tensor4Info t1, method ForeachZWYIndex (line 76423) | public readonly void ForeachZWYIndex(Tensor4Info t1, method ForeachZWYIndex (line 76454) | public readonly void ForeachZWYIndex(Tensor4Info t1, method ForeachZWYIndex (line 76485) | public readonly void ForeachZWYIndex(Tensor4Info t1, method ForeachZWYIndex (line 76520) | public readonly void ForeachZWYIndex(Tensor4Info t1, method ForeachZWYIndex (line 76547) | public readonly void ForeachZWYIndex(Tensor4Info t1, method ForeachZWYIndex (line 76578) | public readonly void ForeachZWYIndex(Tensor4Info t1, method ForeachZWYIndex (line 76609) | public readonly void ForeachZWYIndex(Tensor4Info t1, method ForeachWXYIndex (line 76644) | public readonly void ForeachWXYIndex(Tensor4Info t1, method ForeachWXYIndex (line 76671) | public readonly void ForeachWXYIndex(Tensor4Info t1, method ForeachWXYIndex (line 76702) | public readonly void ForeachWXYIndex(Tensor4Info t1, method ForeachWXYIndex (line 76733) | public readonly void ForeachWXYIndex(Tensor4Info t1, method ForeachWXYIndex (line 76768) | public readonly void ForeachWXYIndex(Tensor4Info t1, method ForeachWXYIndex (line 76795) | public readonly void ForeachWXYIndex(Tensor4Info t1, method ForeachWXYIndex (line 76826) | public readonly void ForeachWXYIndex(Tensor4Info t1, method ForeachWXYIndex (line 76857) | public readonly void ForeachWXYIndex(Tensor4Info t1, method ForeachWXZIndex (line 76892) | public readonly void ForeachWXZIndex(Tensor4Info t1, method ForeachWXZIndex (line 76919) | public readonly void ForeachWXZIndex(Tensor4Info t1, method ForeachWXZIndex (line 76950) | public readonly void ForeachWXZIndex(Tensor4Info t1, method ForeachWXZIndex (line 76981) | public readonly void ForeachWXZIndex(Tensor4Info t1, method ForeachWXZIndex (line 77016) | public readonly void ForeachWXZIndex(Tensor4Info t1, method ForeachWXZIndex (line 77043) | public readonly void ForeachWXZIndex(Tensor4Info t1, method ForeachWXZIndex (line 77074) | public readonly void ForeachWXZIndex(Tensor4Info t1, method ForeachWXZIndex (line 77105) | public readonly void ForeachWXZIndex(Tensor4Info t1, method ForeachWYXIndex (line 77140) | public readonly void ForeachWYXIndex(Tensor4Info t1, method ForeachWYXIndex (line 77167) | public readonly void ForeachWYXIndex(Tensor4Info t1, method ForeachWYXIndex (line 77198) | public readonly void ForeachWYXIndex(Tensor4Info t1, method ForeachWYXIndex (line 77229) | public readonly void ForeachWYXIndex(Tensor4Info t1, method ForeachWYXIndex (line 77264) | public readonly void ForeachWYXIndex(Tensor4Info t1, method ForeachWYXIndex (line 77291) | public readonly void ForeachWYXIndex(Tensor4Info t1, method ForeachWYXIndex (line 77322) | public readonly void ForeachWYXIndex(Tensor4Info t1, method ForeachWYXIndex (line 77353) | public readonly void ForeachWYXIndex(Tensor4Info t1, method ForeachWYZIndex (line 77388) | public readonly void ForeachWYZIndex(Tensor4Info t1, method ForeachWYZIndex (line 77415) | public readonly void ForeachWYZIndex(Tensor4Info t1, method ForeachWYZIndex (line 77446) | public readonly void ForeachWYZIndex(Tensor4Info t1, method ForeachWYZIndex (line 77477) | public readonly void ForeachWYZIndex(Tensor4Info t1, method ForeachWYZIndex (line 77512) | public readonly void ForeachWYZIndex(Tensor4Info t1, method ForeachWYZIndex (line 77539) | public readonly void ForeachWYZIndex(Tensor4Info t1, method ForeachWYZIndex (line 77570) | public readonly void ForeachWYZIndex(Tensor4Info t1, method ForeachWYZIndex (line 77601) | public readonly void ForeachWYZIndex(Tensor4Info t1, method ForeachWZXIndex (line 77636) | public readonly void ForeachWZXIndex(Tensor4Info t1, method ForeachWZXIndex (line 77663) | public readonly void ForeachWZXIndex(Tensor4Info t1, method ForeachWZXIndex (line 77694) | public readonly void ForeachWZXIndex(Tensor4Info t1, method ForeachWZXIndex (line 77725) | public readonly void ForeachWZXIndex(Tensor4Info t1, method ForeachWZXIndex (line 77760) | public readonly void ForeachWZXIndex(Tensor4Info t1, method ForeachWZXIndex (line 77787) | public readonly void ForeachWZXIndex(Tensor4Info t1, method ForeachWZXIndex (line 77818) | public readonly void ForeachWZXIndex(Tensor4Info t1, method ForeachWZXIndex (line 77849) | public readonly void ForeachWZXIndex(Tensor4Info t1, method ForeachWZYIndex (line 77884) | public readonly void ForeachWZYIndex(Tensor4Info t1, method ForeachWZYIndex (line 77911) | public readonly void ForeachWZYIndex(Tensor4Info t1, method ForeachWZYIndex (line 77942) | public readonly void ForeachWZYIndex(Tensor4Info t1, method ForeachWZYIndex (line 77973) | public readonly void ForeachWZYIndex(Tensor4Info t1, method ForeachWZYIndex (line 78008) | public readonly void ForeachWZYIndex(Tensor4Info t1, method ForeachWZYIndex (line 78035) | public readonly void ForeachWZYIndex(Tensor4Info t1, method ForeachWZYIndex (line 78066) | public readonly void ForeachWZYIndex(Tensor4Info t1, method ForeachWZYIndex (line 78097) | public readonly void ForeachWZYIndex(Tensor4Info t1, method ForeachXYZWIndex (line 78132) | public readonly void ForeachXYZWIndex(Tensor4Info t1, method ForeachXYZWIndex (line 78163) | public readonly void ForeachXYZWIndex(Tensor4Info t1, method ForeachXYZWIndex (line 78200) | public readonly void ForeachXYZWIndex(Tensor4Info t1, method ForeachXYZWIndex (line 78237) | public readonly void ForeachXYZWIndex(Tensor4Info t1, method ForeachXYZWIndex (line 78280) | public readonly void ForeachXYZWIndex(Tensor4Info t1, method ForeachXYZWIndex (line 78311) | public readonly void ForeachXYZWIndex(Tensor4Info t1, method ForeachXYZWIndex (line 78348) | public readonly void ForeachXYZWIndex(Tensor4Info t1, method ForeachXYZWIndex (line 78385) | public readonly void ForeachXYZWIndex(Tensor4Info t1, method ForeachXYWZIndex (line 78428) | public readonly void ForeachXYWZIndex(Tensor4Info t1, method ForeachXYWZIndex (line 78459) | public readonly void ForeachXYWZIndex(Tensor4Info t1, method ForeachXYWZIndex (line 78496) | public readonly void ForeachXYWZIndex(Tensor4Info t1, method ForeachXYWZIndex (line 78533) | public readonly void ForeachXYWZIndex(Tensor4Info t1, method ForeachXYWZIndex (line 78576) | public readonly void ForeachXYWZIndex(Tensor4Info t1, method ForeachXYWZIndex (line 78607) | public readonly void ForeachXYWZIndex(Tensor4Info t1, method ForeachXYWZIndex (line 78644) | public readonly void ForeachXYWZIndex(Tensor4Info t1, method ForeachXYWZIndex (line 78681) | public readonly void ForeachXYWZIndex(Tensor4Info t1, method ForeachXZYWIndex (line 78724) | public readonly void ForeachXZYWIndex(Tensor4Info t1, method ForeachXZYWIndex (line 78755) | public readonly void ForeachXZYWIndex(Tensor4Info t1, method ForeachXZYWIndex (line 78792) | public readonly void ForeachXZYWIndex(Tensor4Info t1, method ForeachXZYWIndex (line 78829) | public readonly void ForeachXZYWIndex(Tensor4Info t1, method ForeachXZYWIndex (line 78872) | public readonly void ForeachXZYWIndex(Tensor4Info t1, method ForeachXZYWIndex (line 78903) | public readonly void ForeachXZYWIndex(Tensor4Info t1, method ForeachXZYWIndex (line 78940) | public readonly void ForeachXZYWIndex(Tensor4Info t1, method ForeachXZYWIndex (line 78977) | public readonly void ForeachXZYWIndex(Tensor4Info t1, method ForeachXZWYIndex (line 79020) | public readonly void ForeachXZWYIndex(Tensor4Info t1, method ForeachXZWYIndex (line 79051) | public readonly void ForeachXZWYIndex(Tensor4Info t1, method ForeachXZWYIndex (line 79088) | public readonly void ForeachXZWYIndex(Tensor4Info t1, method ForeachXZWYIndex (line 79125) | public readonly void ForeachXZWYIndex(Tensor4Info t1, method ForeachXZWYIndex (line 79168) | public readonly void ForeachXZWYIndex(Tensor4Info t1, method ForeachXZWYIndex (line 79199) | public readonly void ForeachXZWYIndex(Tensor4Info t1, method ForeachXZWYIndex (line 79236) | public readonly void ForeachXZWYIndex(Tensor4Info t1, method ForeachXZWYIndex (line 79273) | public readonly void ForeachXZWYIndex(Tensor4Info t1, method ForeachXWYZIndex (line 79316) | public readonly void ForeachXWYZIndex(Tensor4Info t1, method ForeachXWYZIndex (line 79347) | public readonly void ForeachXWYZIndex(Tensor4Info t1, method ForeachXWYZIndex (line 79384) | public readonly void ForeachXWYZIndex(Tensor4Info t1, method ForeachXWYZIndex (line 79421) | public readonly void ForeachXWYZIndex(Tensor4Info t1, method ForeachXWYZIndex (line 79464) | public readonly void ForeachXWYZIndex(Tensor4Info t1, method ForeachXWYZIndex (line 79495) | public readonly void ForeachXWYZIndex(Tensor4Info t1, method ForeachXWYZIndex (line 79532) | public readonly void ForeachXWYZIndex(Tensor4Info t1, method ForeachXWYZIndex (line 79569) | public readonly void ForeachXWYZIndex(Tensor4Info t1, method ForeachXWZYIndex (line 79612) | public readonly void ForeachXWZYIndex(Tensor4Info t1, method ForeachXWZYIndex (line 79643) | public readonly void ForeachXWZYIndex(Tensor4Info t1, method ForeachXWZYIndex (line 79680) | public readonly void ForeachXWZYIndex(Tensor4Info t1, method ForeachXWZYIndex (line 79717) | public readonly void ForeachXWZYIndex(Tensor4Info t1, method ForeachXWZYIndex (line 79760) | public readonly void ForeachXWZYIndex(Tensor4Info t1, method ForeachXWZYIndex (line 79791) | public readonly void ForeachXWZYIndex(Tensor4Info t1, method ForeachXWZYIndex (line 79828) | public readonly void ForeachXWZYIndex(Tensor4Info t1, method ForeachXWZYIndex (line 79865) | public readonly void ForeachXWZYIndex(Tensor4Info t1, method ForeachYXZWIndex (line 79908) | public readonly void ForeachYXZWIndex(Tensor4Info t1, method ForeachYXZWIndex (line 79939) | public readonly void ForeachYXZWIndex(Tensor4Info t1, method ForeachYXZWIndex (line 79976) | public readonly void ForeachYXZWIndex(Tensor4Info t1, method ForeachYXZWIndex (line 80013) | public readonly void ForeachYXZWIndex(Tensor4Info t1, method ForeachYXZWIndex (line 80056) | public readonly void ForeachYXZWIndex(Tensor4Info t1, method ForeachYXZWIndex (line 80087) | public readonly void ForeachYXZWIndex(Tensor4Info t1, method ForeachYXZWIndex (line 80124) | public readonly void ForeachYXZWIndex(Tensor4Info t1, method ForeachYXZWIndex (line 80161) | public readonly void ForeachYXZWIndex(Tensor4Info t1, method ForeachYXWZIndex (line 80204) | public readonly void ForeachYXWZIndex(Tensor4Info t1, method ForeachYXWZIndex (line 80235) | public readonly void ForeachYXWZIndex(Tensor4Info t1, method ForeachYXWZIndex (line 80272) | public readonly void ForeachYXWZIndex(Tensor4Info t1, method ForeachYXWZIndex (line 80309) | public readonly void ForeachYXWZIndex(Tensor4Info t1, method ForeachYXWZIndex (line 80352) | public readonly void ForeachYXWZIndex(Tensor4Info t1, method ForeachYXWZIndex (line 80383) | public readonly void ForeachYXWZIndex(Tensor4Info t1, method ForeachYXWZIndex (line 80420) | public readonly void ForeachYXWZIndex(Tensor4Info t1, method ForeachYXWZIndex (line 80457) | public readonly void ForeachYXWZIndex(Tensor4Info t1, method ForeachYZXWIndex (line 80500) | public readonly void ForeachYZXWIndex(Tensor4Info t1, method ForeachYZXWIndex (line 80531) | public readonly void ForeachYZXWIndex(Tensor4Info t1, method ForeachYZXWIndex (line 80568) | public readonly void ForeachYZXWIndex(Tensor4Info t1, method ForeachYZXWIndex (line 80605) | public readonly void ForeachYZXWIndex(Tensor4Info t1, method ForeachYZXWIndex (line 80648) | public readonly void ForeachYZXWIndex(Tensor4Info t1, method ForeachYZXWIndex (line 80679) | public readonly void ForeachYZXWIndex(Tensor4Info t1, method ForeachYZXWIndex (line 80716) | public readonly void ForeachYZXWIndex(Tensor4Info t1, method ForeachYZXWIndex (line 80753) | public readonly void ForeachYZXWIndex(Tensor4Info t1, method ForeachYZWXIndex (line 80796) | public readonly void ForeachYZWXIndex(Tensor4Info t1, method ForeachYZWXIndex (line 80827) | public readonly void ForeachYZWXIndex(Tensor4Info t1, method ForeachYZWXIndex (line 80864) | public readonly void ForeachYZWXIndex(Tensor4Info t1, method ForeachYZWXIndex (line 80901) | public readonly void ForeachYZWXIndex(Tensor4Info t1, method ForeachYZWXIndex (line 80944) | public readonly void ForeachYZWXIndex(Tensor4Info t1, method ForeachYZWXIndex (line 80975) | public readonly void ForeachYZWXIndex(Tensor4Info t1, method ForeachYZWXIndex (line 81012) | public readonly void ForeachYZWXIndex(Tensor4Info t1, method ForeachYZWXIndex (line 81049) | public readonly void ForeachYZWXIndex(Tensor4Info t1, method ForeachYWXZIndex (line 81092) | public readonly void ForeachYWXZIndex(Tensor4Info t1, method ForeachYWXZIndex (line 81123) | public readonly void ForeachYWXZIndex(Tensor4Info t1, method ForeachYWXZIndex (line 81160) | public readonly void ForeachYWXZIndex(Tensor4Info t1, method ForeachYWXZIndex (line 81197) | public readonly void ForeachYWXZIndex(Tensor4Info t1, method ForeachYWXZIndex (line 81240) | public readonly void ForeachYWXZIndex(Tensor4Info t1, method ForeachYWXZIndex (line 81271) | public readonly void ForeachYWXZIndex(Tensor4Info t1, method ForeachYWXZIndex (line 81308) | public readonly void ForeachYWXZIndex(Tensor4Info t1, method ForeachYWXZIndex (line 81345) | public readonly void ForeachYWXZIndex(Tensor4Info t1, method ForeachYWZXIndex (line 81388) | public readonly void ForeachYWZXIndex(Tensor4Info t1, method ForeachYWZXIndex (line 81419) | public readonly void ForeachYWZXIndex(Tensor4Info t1, method ForeachYWZXIndex (line 81456) | public readonly void ForeachYWZXIndex(Tensor4Info t1, method ForeachYWZXIndex (line 81493) | public readonly void ForeachYWZXIndex(Tensor4Info t1, method ForeachYWZXIndex (line 81536) | public readonly void ForeachYWZXIndex(Tensor4Info t1, method ForeachYWZXIndex (line 81567) | public readonly void ForeachYWZXIndex(Tensor4Info t1, method ForeachYWZXIndex (line 81604) | public readonly void ForeachYWZXIndex(Tensor4Info t1, method ForeachYWZXIndex (line 81641) | public readonly void ForeachYWZXIndex(Tensor4Info t1, method ForeachZXYWIndex (line 81684) | public readonly void ForeachZXYWIndex(Tensor4Info t1, method ForeachZXYWIndex (line 81715) | public readonly void ForeachZXYWIndex(Tensor4Info t1, method ForeachZXYWIndex (line 81752) | public readonly void ForeachZXYWIndex(Tensor4Info t1, method ForeachZXYWIndex (line 81789) | public readonly void ForeachZXYWIndex(Tensor4Info t1, method ForeachZXYWIndex (line 81832) | public readonly void ForeachZXYWIndex(Tensor4Info t1, method ForeachZXYWIndex (line 81863) | public readonly void ForeachZXYWIndex(Tensor4Info t1, method ForeachZXYWIndex (line 81900) | public readonly void ForeachZXYWIndex(Tensor4Info t1, method ForeachZXYWIndex (line 81937) | public readonly void ForeachZXYWIndex(Tensor4Info t1, method ForeachZXWYIndex (line 81980) | public readonly void ForeachZXWYIndex(Tensor4Info t1, method ForeachZXWYIndex (line 82011) | public readonly void ForeachZXWYIndex(Tensor4Info t1, method ForeachZXWYIndex (line 82048) | public readonly void ForeachZXWYIndex(Tensor4Info t1, method ForeachZXWYIndex (line 82085) | public readonly void ForeachZXWYIndex(Tensor4Info t1, method ForeachZXWYIndex (line 82128) | public readonly void ForeachZXWYIndex(Tensor4Info t1, method ForeachZXWYIndex (line 82159) | public readonly void ForeachZXWYIndex(Tensor4Info t1, method ForeachZXWYIndex (line 82196) | public readonly void ForeachZXWYIndex(Tensor4Info t1, method ForeachZXWYIndex (line 82233) | public readonly void ForeachZXWYIndex(Tensor4Info t1, method ForeachZYXWIndex (line 82276) | public readonly void ForeachZYXWIndex(Tensor4Info t1, method ForeachZYXWIndex (line 82307) | public readonly void ForeachZYXWIndex(Tensor4Info t1, method ForeachZYXWIndex (line 82344) | public readonly void ForeachZYXWIndex(Tensor4Info t1, method ForeachZYXWIndex (line 82381) | public readonly void ForeachZYXWIndex(Tensor4Info t1, method ForeachZYXWIndex (line 82424) | public readonly void ForeachZYXWIndex(Tensor4Info t1, method ForeachZYXWIndex (line 82455) | public readonly void ForeachZYXWIndex(Tensor4Info t1, method ForeachZYXWIndex (line 82492) | public readonly void ForeachZYXWIndex(Tensor4Info t1, method ForeachZYXWIndex (line 82529) | public readonly void ForeachZYXWIndex(Tensor4Info t1, method ForeachZYWXIndex (line 82572) | public readonly void ForeachZYWXIndex(Tensor4Info t1, method ForeachZYWXIndex (line 82603) | public readonly void ForeachZYWXIndex(Tensor4Info t1, method ForeachZYWXIndex (line 82640) | public readonly void ForeachZYWXIndex(Tensor4Info t1, method ForeachZYWXIndex (line 82677) | public readonly void ForeachZYWXIndex(Tensor4Info t1, method ForeachZYWXIndex (line 82720) | public readonly void ForeachZYWXIndex(Tensor4Info t1, method ForeachZYWXIndex (line 82751) | public readonly void ForeachZYWXIndex(Tensor4Info t1, method ForeachZYWXIndex (line 82788) | public readonly void ForeachZYWXIndex(Tensor4Info t1, method ForeachZYWXIndex (line 82825) | public readonly void ForeachZYWXIndex(Tensor4Info t1, method ForeachZWXYIndex (line 82868) | public readonly void ForeachZWXYIndex(Tensor4Info t1, method ForeachZWXYIndex (line 82899) | public readonly void ForeachZWXYIndex(Tensor4Info t1, method ForeachZWXYIndex (line 82936) | public readonly void ForeachZWXYIndex(Tensor4Info t1, method ForeachZWXYIndex (line 82973) | public readonly void ForeachZWXYIndex(Tensor4Info t1, method ForeachZWXYIndex (line 83016) | public readonly void ForeachZWXYIndex(Tensor4Info t1, method ForeachZWXYIndex (line 83047) | public readonly void ForeachZWXYIndex(Tensor4Info t1, method ForeachZWXYIndex (line 83084) | public readonly void ForeachZWXYIndex(Tensor4Info t1, method ForeachZWXYIndex (line 83121) | public readonly void ForeachZWXYIndex(Tensor4Info t1, method ForeachZWYXIndex (line 83164) | public readonly void ForeachZWYXIndex(Tensor4Info t1, method ForeachZWYXIndex (line 83195) | public readonly void ForeachZWYXIndex(Tensor4Info t1, method ForeachZWYXIndex (line 83232) | public readonly void ForeachZWYXIndex(Tensor4Info t1, method ForeachZWYXIndex (line 83269) | public readonly void ForeachZWYXIndex(Tensor4Info t1, method ForeachZWYXIndex (line 83312) | public readonly void ForeachZWYXIndex(Tensor4Info t1, method ForeachZWYXIndex (line 83343) | public readonly void ForeachZWYXIndex(Tensor4Info t1, method ForeachZWYXIndex (line 83380) | public readonly void ForeachZWYXIndex(Tensor4Info t1, method ForeachZWYXIndex (line 83417) | public readonly void ForeachZWYXIndex(Tensor4Info t1, method ForeachWXYZIndex (line 83460) | public readonly void ForeachWXYZIndex(Tensor4Info t1, method ForeachWXYZIndex (line 83491) | public readonly void ForeachWXYZIndex(Tensor4Info t1, method ForeachWXYZIndex (line 83528) | public readonly void ForeachWXYZIndex(Tensor4Info t1, method ForeachWXYZIndex (line 83565) | public readonly void ForeachWXYZIndex(Tensor4Info t1, method ForeachWXYZIndex (line 83608) | public readonly void ForeachWXYZIndex(Tensor4Info t1, method ForeachWXYZIndex (line 83639) | public readonly void ForeachWXYZIndex(Tensor4Info t1, method ForeachWXYZIndex (line 83676) | public readonly void ForeachWXYZIndex(Tensor4Info t1, method ForeachWXYZIndex (line 83713) | public readonly void ForeachWXYZIndex(Tensor4Info t1, method ForeachWXZYIndex (line 83756) | public readonly void ForeachWXZYIndex(Tensor4Info t1, method ForeachWXZYIndex (line 83787) | public readonly void ForeachWXZYIndex(Tensor4Info t1, method ForeachWXZYIndex (line 83824) | public readonly void ForeachWXZYIndex(Tensor4Info t1, method ForeachWXZYIndex (line 83861) | public readonly void ForeachWXZYIndex(Tensor4Info t1, method ForeachWXZYIndex (line 83904) | public readonly void ForeachWXZYIndex(Tensor4Info t1, method ForeachWXZYIndex (line 83935) | public readonly void ForeachWXZYIndex(Tensor4Info t1, method ForeachWXZYIndex (line 83972) | public readonly void ForeachWXZYIndex(Tensor4Info t1, method ForeachWXZYIndex (line 84009) | public readonly void ForeachWXZYIndex(Tensor4Info t1, method ForeachWYXZIndex (line 84052) | public readonly void ForeachWYXZIndex(Tensor4Info t1, method ForeachWYXZIndex (line 84083) | public readonly void ForeachWYXZIndex(Tensor4Info t1, method ForeachWYXZIndex (line 84120) | public readonly void ForeachWYXZIndex(Tensor4Info t1, method ForeachWYXZIndex (line 84157) | public readonly void ForeachWYXZIndex(Tensor4Info t1, method ForeachWYXZIndex (line 84200) | public readonly void ForeachWYXZIndex(Tensor4Info t1, method ForeachWYXZIndex (line 84231) | public readonly void ForeachWYXZIndex(Tensor4Info t1, method ForeachWYXZIndex (line 84268) | public readonly void ForeachWYXZIndex(Tensor4Info t1, method ForeachWYXZIndex (line 84305) | public readonly void ForeachWYXZIndex(Tensor4Info t1, method ForeachWYZXIndex (line 84348) | public readonly void ForeachWYZXIndex(Tensor4Info t1, method ForeachWYZXIndex (line 84379) | public readonly void ForeachWYZXIndex(Tensor4Info t1, method ForeachWYZXIndex (line 84416) | public readonly void ForeachWYZXIndex(Tensor4Info t1, method ForeachWYZXIndex (line 84453) | public readonly void ForeachWYZXIndex(Tensor4Info t1, method ForeachWYZXIndex (line 84496) | public readonly void ForeachWYZXIndex(Tensor4Info t1, method ForeachWYZXIndex (line 84527) | public readonly void ForeachWYZXIndex(Tensor4Info t1, method ForeachWYZXIndex (line 84564) | public readonly void ForeachWYZXIndex(Tensor4Info t1, method ForeachWYZXIndex (line 84601) | public readonly void ForeachWYZXIndex(Tensor4Info t1, method ForeachWZXYIndex (line 84644) | public readonly void ForeachWZXYIndex(Tensor4Info t1, method ForeachWZXYIndex (line 84675) | public readonly void ForeachWZXYIndex(Tensor4Info t1, method ForeachWZXYIndex (line 84712) | public readonly void ForeachWZXYIndex(Tensor4Info t1, method ForeachWZXYIndex (line 84749) | public readonly void ForeachWZXYIndex(Tensor4Info t1, method ForeachWZXYIndex (line 84792) | public readonly void ForeachWZXYIndex(Tensor4Info t1, method ForeachWZXYIndex (line 84823) | public readonly void ForeachWZXYIndex(Tensor4Info t1, method ForeachWZXYIndex (line 84860) | public readonly void ForeachWZXYIndex(Tensor4Info t1, method ForeachWZXYIndex (line 84897) | public readonly void ForeachWZXYIndex(Tensor4Info t1, method ForeachWZYXIndex (line 84940) | public readonly void ForeachWZYXIndex(Tensor4Info t1, method ForeachWZYXIndex (line 84971) | public readonly void ForeachWZYXIndex(Tensor4Info t1, method ForeachWZYXIndex (line 85008) | public readonly void ForeachWZYXIndex(Tensor4Info t1, method ForeachWZYXIndex (line 85045) | public readonly void ForeachWZYXIndex(Tensor4Info t1, method ForeachWZYXIndex (line 85088) | public readonly void ForeachWZYXIndex(Tensor4Info t1, method ForeachWZYXIndex (line 85119) | public readonly void ForeachWZYXIndex(Tensor4Info t1, method ForeachWZYXIndex (line 85156) | public readonly void ForeachWZYXIndex(Tensor4Info t1, method ForeachWZYXIndex (line 85193) | public readonly void ForeachWZYXIndex(Tensor4Info t1, method CheckMatchingSize (line 85230) | public readonly void CheckMatchingSize(Tensor4Info t1) method CheckMatchingSize (line 85235) | public readonly void CheckMatchingSize(Tensor4Info t1, Tensor4Info t2) method CheckMatchingSize (line 85240) | public readonly void CheckMatchingSize(Tensor4Info t1, Tensor4Info t2,... method HasMatchingLayout (line 85245) | public readonly bool HasMatchingLayout(Tensor4Info t1) method HasMatchingLayout (line 85250) | public readonly bool HasMatchingLayout(Tensor4Info t1, Tensor4Info t2) method HasMatchingLayout (line 85255) | public readonly bool HasMatchingLayout(Tensor4Info t1, Tensor4Info t2,... type Tensor4 (line 85279) | [Serializable] method Tensor4 (line 85290) | public Tensor4(Td[] data, Tensor4Info info) method Tensor4 (line 85299) | public Tensor4(V4l size) method Tensor4 (line 85306) | public Tensor4(V4i size) method Tensor4 (line 85313) | public Tensor4(Tensor4Info info) method Tensor4 (line 85320) | public Tensor4(long sx, long sy, long sz, long sw) method Tensor4 (line 85327) | public Tensor4(Td[] data, long sx, long sy, long sz, long sw) method Tensor4 (line 85334) | public Tensor4(long sx, long sy, long sz, long sw, Td value) method Tensor4 (line 85341) | public Tensor4(Td[] data, V4l size) method Tensor4 (line 85348) | public Tensor4(Td[] data, V4i size) method Tensor4 (line 85356) | public Tensor4(V4l size, Td value) method Tensor4 (line 85366) | public Tensor4(V4i size, Td value) method Tensor4 (line 85373) | public Tensor4(Td[] data, long origin, V4l size, V4l delta) method Tensor4 (line 85380) | public Tensor4(Td[] data, long origin, V4l size, V4l delta, V4l first) method Tensor4 (line 85387) | public Tensor4(long origin, V4l size, V4l delta) method ForeachIndex (line 85835) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 85840) | public readonly void ForeachIndex(Action... method ForeachCoord (line 85845) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 85850) | public readonly void ForeachIndex(Tensor4Info t1, Action i... method ForeachX (line 85861) | public readonly void ForeachX( method ForeachY (line 85873) | public readonly void ForeachY( method ForeachZ (line 85885) | public readonly void ForeachZ( method ForeachW (line 85897) | public readonly void ForeachW( method ForeachXY (line 85912) | public readonly void ForeachXY( method ForeachXY (line 85928) | public readonly void ForeachXY( method ForeachXY (line 85946) | public readonly void ForeachXY( method ForeachXY (line 85964) | public readonly void ForeachXY( method ForeachXZ (line 85984) | public readonly void ForeachXZ( method ForeachXZ (line 86000) | public readonly void ForeachXZ( method ForeachXZ (line 86018) | public readonly void ForeachXZ( method ForeachXZ (line 86036) | public readonly void ForeachXZ( method ForeachXW (line 86056) | public readonly void ForeachXW( method ForeachXW (line 86072) | public readonly void ForeachXW( method ForeachXW (line 86090) | public readonly void ForeachXW( method ForeachXW (line 86108) | public readonly void ForeachXW( method ForeachYX (line 86128) | public readonly void ForeachYX( method ForeachYX (line 86144) | public readonly void ForeachYX( method ForeachYX (line 86162) | public readonly void ForeachYX( method ForeachYX (line 86180) | public readonly void ForeachYX( method ForeachYZ (line 86200) | public readonly void ForeachYZ( method ForeachYZ (line 86216) | public readonly void ForeachYZ( method ForeachYZ (line 86234) | public readonly void ForeachYZ( method ForeachYZ (line 86252) | public readonly void ForeachYZ( method ForeachYW (line 86272) | public readonly void ForeachYW( method ForeachYW (line 86288) | public readonly void ForeachYW( method ForeachYW (line 86306) | public readonly void ForeachYW( method ForeachYW (line 86324) | public readonly void ForeachYW( method ForeachZX (line 86344) | public readonly void ForeachZX( method ForeachZX (line 86360) | public readonly void ForeachZX( method ForeachZX (line 86378) | public readonly void ForeachZX( method ForeachZX (line 86396) | public readonly void ForeachZX( method ForeachZY (line 86416) | public readonly void ForeachZY( method ForeachZY (line 86432) | public readonly void ForeachZY( method ForeachZY (line 86450) | public readonly void ForeachZY( method ForeachZY (line 86468) | public readonly void ForeachZY( method ForeachZW (line 86488) | public readonly void ForeachZW( method ForeachZW (line 86504) | public readonly void ForeachZW( method ForeachZW (line 86522) | public readonly void ForeachZW( method ForeachZW (line 86540) | public readonly void ForeachZW( method ForeachWX (line 86560) | public readonly void ForeachWX( method ForeachWX (line 86576) | public readonly void ForeachWX( method ForeachWX (line 86594) | public readonly void ForeachWX( method ForeachWX (line 86612) | public readonly void ForeachWX( method ForeachWY (line 86632) | public readonly void ForeachWY( method ForeachWY (line 86648) | public readonly void ForeachWY( method ForeachWY (line 86666) | public readonly void ForeachWY( method ForeachWY (line 86684) | public readonly void ForeachWY( method ForeachWZ (line 86704) | public readonly void ForeachWZ( method ForeachWZ (line 86720) | public readonly void ForeachWZ( method ForeachWZ (line 86738) | public readonly void ForeachWZ( method ForeachWZ (line 86756) | public readonly void ForeachWZ( method ForeachXIndex (line 86773) | public readonly void ForeachXIndex( method ForeachXIndex (line 86785) | public readonly void ForeachXIndex( method ForeachYIndex (line 86797) | public readonly void ForeachYIndex( method ForeachYIndex (line 86809) | public readonly void ForeachYIndex( method ForeachZIndex (line 86821) | public readonly void ForeachZIndex( method ForeachZIndex (line 86833) | public readonly void ForeachZIndex( method ForeachWIndex (line 86845) | public readonly void ForeachWIndex( method ForeachWIndex (line 86857) | public readonly void ForeachWIndex( method ForeachXYIndex (line 86872) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 86888) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 86906) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 86924) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 86944) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 86960) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 86978) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 86996) | public readonly void ForeachXYIndex( method ForeachXZIndex (line 87016) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 87032) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 87050) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 87068) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 87088) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 87104) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 87122) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 87140) | public readonly void ForeachXZIndex( method ForeachXWIndex (line 87160) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 87176) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 87194) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 87212) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 87232) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 87248) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 87266) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 87284) | public readonly void ForeachXWIndex( method ForeachYXIndex (line 87304) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 87320) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 87338) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 87356) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 87376) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 87392) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 87410) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 87428) | public readonly void ForeachYXIndex( method ForeachYZIndex (line 87448) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 87464) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 87482) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 87500) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 87520) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 87536) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 87554) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 87572) | public readonly void ForeachYZIndex( method ForeachYWIndex (line 87592) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 87608) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 87626) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 87644) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 87664) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 87680) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 87698) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 87716) | public readonly void ForeachYWIndex( method ForeachZXIndex (line 87736) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 87752) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 87770) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 87788) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 87808) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 87824) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 87842) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 87860) | public readonly void ForeachZXIndex( method ForeachZYIndex (line 87880) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 87896) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 87914) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 87932) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 87952) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 87968) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 87986) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 88004) | public readonly void ForeachZYIndex( method ForeachZWIndex (line 88024) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 88040) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 88058) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 88076) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 88096) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 88112) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 88130) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 88148) | public readonly void ForeachZWIndex( method ForeachWXIndex (line 88168) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 88184) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 88202) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 88220) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 88240) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 88256) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 88274) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 88292) | public readonly void ForeachWXIndex( method ForeachWYIndex (line 88312) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 88328) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 88346) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 88364) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 88384) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 88400) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 88418) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 88436) | public readonly void ForeachWYIndex( method ForeachWZIndex (line 88456) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 88472) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 88490) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 88508) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 88528) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 88544) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 88562) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 88580) | public readonly void ForeachWZIndex( method ForeachXYZ (line 88601) | public readonly void ForeachXYZ( method ForeachXYZ (line 88618) | public readonly void ForeachXYZ( method ForeachXYZ (line 88639) | public readonly void ForeachXYZ( method ForeachXYZ (line 88660) | public readonly void ForeachXYZ( method ForeachXYW (line 88685) | public readonly void ForeachXYW( method ForeachXYW (line 88702) | public readonly void ForeachXYW( method ForeachXYW (line 88723) | public readonly void ForeachXYW( method ForeachXYW (line 88744) | public readonly void ForeachXYW( method ForeachXZY (line 88769) | public readonly void ForeachXZY( method ForeachXZY (line 88786) | public readonly void ForeachXZY( method ForeachXZY (line 88807) | public readonly void ForeachXZY( method ForeachXZY (line 88828) | public readonly void ForeachXZY( method ForeachXZW (line 88853) | public readonly void ForeachXZW( method ForeachXZW (line 88870) | public readonly void ForeachXZW( method ForeachXZW (line 88891) | public readonly void ForeachXZW( method ForeachXZW (line 88912) | public readonly void ForeachXZW( method ForeachXWY (line 88937) | public readonly void ForeachXWY( method ForeachXWY (line 88954) | public readonly void ForeachXWY( method ForeachXWY (line 88975) | public readonly void ForeachXWY( method ForeachXWY (line 88996) | public readonly void ForeachXWY( method ForeachXWZ (line 89021) | public readonly void ForeachXWZ( method ForeachXWZ (line 89038) | public readonly void ForeachXWZ( method ForeachXWZ (line 89059) | public readonly void ForeachXWZ( method ForeachXWZ (line 89080) | public readonly void ForeachXWZ( method ForeachYXZ (line 89105) | public readonly void ForeachYXZ( method ForeachYXZ (line 89122) | public readonly void ForeachYXZ( method ForeachYXZ (line 89143) | public readonly void ForeachYXZ( method ForeachYXZ (line 89164) | public readonly void ForeachYXZ( method ForeachYXW (line 89189) | public readonly void ForeachYXW( method ForeachYXW (line 89206) | public readonly void ForeachYXW( method ForeachYXW (line 89227) | public readonly void ForeachYXW( method ForeachYXW (line 89248) | public readonly void ForeachYXW( method ForeachYZX (line 89273) | public readonly void ForeachYZX( method ForeachYZX (line 89290) | public readonly void ForeachYZX( method ForeachYZX (line 89311) | public readonly void ForeachYZX( method ForeachYZX (line 89332) | public readonly void ForeachYZX( method ForeachYZW (line 89357) | public readonly void ForeachYZW( method ForeachYZW (line 89374) | public readonly void ForeachYZW( method ForeachYZW (line 89395) | public readonly void ForeachYZW( method ForeachYZW (line 89416) | public readonly void ForeachYZW( method ForeachYWX (line 89441) | public readonly void ForeachYWX( method ForeachYWX (line 89458) | public readonly void ForeachYWX( method ForeachYWX (line 89479) | public readonly void ForeachYWX( method ForeachYWX (line 89500) | public readonly void ForeachYWX( method ForeachYWZ (line 89525) | public readonly void ForeachYWZ( method ForeachYWZ (line 89542) | public readonly void ForeachYWZ( method ForeachYWZ (line 89563) | public readonly void ForeachYWZ( method ForeachYWZ (line 89584) | public readonly void ForeachYWZ( method ForeachZXY (line 89609) | public readonly void ForeachZXY( method ForeachZXY (line 89626) | public readonly void ForeachZXY( method ForeachZXY (line 89647) | public readonly void ForeachZXY( method ForeachZXY (line 89668) | public readonly void ForeachZXY( method ForeachZXW (line 89693) | public readonly void ForeachZXW( method ForeachZXW (line 89710) | public readonly void ForeachZXW( method ForeachZXW (line 89731) | public readonly void ForeachZXW( method ForeachZXW (line 89752) | public readonly void ForeachZXW( method ForeachZYX (line 89777) | public readonly void ForeachZYX( method ForeachZYX (line 89794) | public readonly void ForeachZYX( method ForeachZYX (line 89815) | public readonly void ForeachZYX( method ForeachZYX (line 89836) | public readonly void ForeachZYX( method ForeachZYW (line 89861) | public readonly void ForeachZYW( method ForeachZYW (line 89878) | public readonly void ForeachZYW( method ForeachZYW (line 89899) | public readonly void ForeachZYW( method ForeachZYW (line 89920) | public readonly void ForeachZYW( method ForeachZWX (line 89945) | public readonly void ForeachZWX( method ForeachZWX (line 89962) | public readonly void ForeachZWX( method ForeachZWX (line 89983) | public readonly void ForeachZWX( method ForeachZWX (line 90004) | public readonly void ForeachZWX( method ForeachZWY (line 90029) | public readonly void ForeachZWY( method ForeachZWY (line 90046) | public readonly void ForeachZWY( method ForeachZWY (line 90067) | public readonly void ForeachZWY( method ForeachZWY (line 90088) | public readonly void ForeachZWY( method ForeachWXY (line 90113) | public readonly void ForeachWXY( method ForeachWXY (line 90130) | public readonly void ForeachWXY( method ForeachWXY (line 90151) | public readonly void ForeachWXY( method ForeachWXY (line 90172) | public readonly void ForeachWXY( method ForeachWXZ (line 90197) | public readonly void ForeachWXZ( method ForeachWXZ (line 90214) | public readonly void ForeachWXZ( method ForeachWXZ (line 90235) | public readonly void ForeachWXZ( method ForeachWXZ (line 90256) | public readonly void ForeachWXZ( method ForeachWYX (line 90281) | public readonly void ForeachWYX( method ForeachWYX (line 90298) | public readonly void ForeachWYX( method ForeachWYX (line 90319) | public readonly void ForeachWYX( method ForeachWYX (line 90340) | public readonly void ForeachWYX( method ForeachWYZ (line 90365) | public readonly void ForeachWYZ( method ForeachWYZ (line 90382) | public readonly void ForeachWYZ( method ForeachWYZ (line 90403) | public readonly void ForeachWYZ( method ForeachWYZ (line 90424) | public readonly void ForeachWYZ( method ForeachWZX (line 90449) | public readonly void ForeachWZX( method ForeachWZX (line 90466) | public readonly void ForeachWZX( method ForeachWZX (line 90487) | public readonly void ForeachWZX( method ForeachWZX (line 90508) | public readonly void ForeachWZX( method ForeachWZY (line 90533) | public readonly void ForeachWZY( method ForeachWZY (line 90550) | public readonly void ForeachWZY( method ForeachWZY (line 90571) | public readonly void ForeachWZY( method ForeachWZY (line 90592) | public readonly void ForeachWZY( method ForeachXYZIndex (line 90617) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 90634) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 90655) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 90676) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 90701) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 90718) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 90739) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 90760) | public readonly void ForeachXYZIndex( method ForeachXYWIndex (line 90785) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 90802) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 90823) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 90844) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 90869) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 90886) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 90907) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 90928) | public readonly void ForeachXYWIndex( method ForeachXZYIndex (line 90953) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 90970) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 90991) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 91012) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 91037) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 91054) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 91075) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 91096) | public readonly void ForeachXZYIndex( method ForeachXZWIndex (line 91121) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 91138) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 91159) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 91180) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 91205) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 91222) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 91243) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 91264) | public readonly void ForeachXZWIndex( method ForeachXWYIndex (line 91289) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 91306) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 91327) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 91348) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 91373) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 91390) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 91411) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 91432) | public readonly void ForeachXWYIndex( method ForeachXWZIndex (line 91457) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 91474) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 91495) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 91516) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 91541) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 91558) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 91579) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 91600) | public readonly void ForeachXWZIndex( method ForeachYXZIndex (line 91625) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 91642) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 91663) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 91684) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 91709) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 91726) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 91747) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 91768) | public readonly void ForeachYXZIndex( method ForeachYXWIndex (line 91793) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 91810) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 91831) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 91852) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 91877) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 91894) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 91915) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 91936) | public readonly void ForeachYXWIndex( method ForeachYZXIndex (line 91961) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 91978) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 91999) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 92020) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 92045) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 92062) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 92083) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 92104) | public readonly void ForeachYZXIndex( method ForeachYZWIndex (line 92129) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 92146) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 92167) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 92188) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 92213) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 92230) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 92251) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 92272) | public readonly void ForeachYZWIndex( method ForeachYWXIndex (line 92297) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 92314) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 92335) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 92356) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 92381) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 92398) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 92419) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 92440) | public readonly void ForeachYWXIndex( method ForeachYWZIndex (line 92465) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 92482) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 92503) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 92524) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 92549) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 92566) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 92587) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 92608) | public readonly void ForeachYWZIndex( method ForeachZXYIndex (line 92633) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 92650) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 92671) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 92692) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 92717) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 92734) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 92755) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 92776) | public readonly void ForeachZXYIndex( method ForeachZXWIndex (line 92801) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 92818) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 92839) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 92860) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 92885) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 92902) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 92923) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 92944) | public readonly void ForeachZXWIndex( method ForeachZYXIndex (line 92969) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 92986) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 93007) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 93028) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 93053) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 93070) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 93091) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 93112) | public readonly void ForeachZYXIndex( method ForeachZYWIndex (line 93137) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 93154) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 93175) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 93196) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 93221) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 93238) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 93259) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 93280) | public readonly void ForeachZYWIndex( method ForeachZWXIndex (line 93305) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 93322) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 93343) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 93364) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 93389) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 93406) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 93427) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 93448) | public readonly void ForeachZWXIndex( method ForeachZWYIndex (line 93473) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 93490) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 93511) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 93532) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 93557) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 93574) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 93595) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 93616) | public readonly void ForeachZWYIndex( method ForeachWXYIndex (line 93641) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 93658) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 93679) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 93700) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 93725) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 93742) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 93763) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 93784) | public readonly void ForeachWXYIndex( method ForeachWXZIndex (line 93809) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 93826) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 93847) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 93868) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 93893) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 93910) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 93931) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 93952) | public readonly void ForeachWXZIndex( method ForeachWYXIndex (line 93977) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 93994) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 94015) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 94036) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 94061) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 94078) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 94099) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 94120) | public readonly void ForeachWYXIndex( method ForeachWYZIndex (line 94145) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 94162) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 94183) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 94204) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 94229) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 94246) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 94267) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 94288) | public readonly void ForeachWYZIndex( method ForeachWZXIndex (line 94313) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 94330) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 94351) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 94372) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 94397) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 94414) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 94435) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 94456) | public readonly void ForeachWZXIndex( method ForeachWZYIndex (line 94481) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 94498) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 94519) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 94540) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 94565) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 94582) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 94603) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 94624) | public readonly void ForeachWZYIndex( method ForeachXYZW (line 94649) | public readonly void ForeachXYZW( method ForeachXYZW (line 94666) | public readonly void ForeachXYZW( method ForeachXYZW (line 94689) | public readonly void ForeachXYZW( method ForeachXYZW (line 94712) | public readonly void ForeachXYZW( method ForeachXYWZ (line 94741) | public readonly void ForeachXYWZ( method ForeachXYWZ (line 94758) | public readonly void ForeachXYWZ( method ForeachXYWZ (line 94781) | public readonly void ForeachXYWZ( method ForeachXYWZ (line 94804) | public readonly void ForeachXYWZ( method ForeachXZYW (line 94833) | public readonly void ForeachXZYW( method ForeachXZYW (line 94850) | public readonly void ForeachXZYW( method ForeachXZYW (line 94873) | public readonly void ForeachXZYW( method ForeachXZYW (line 94896) | public readonly void ForeachXZYW( method ForeachXZWY (line 94925) | public readonly void ForeachXZWY( method ForeachXZWY (line 94942) | public readonly void ForeachXZWY( method ForeachXZWY (line 94965) | public readonly void ForeachXZWY( method ForeachXZWY (line 94988) | public readonly void ForeachXZWY( method ForeachXWYZ (line 95017) | public readonly void ForeachXWYZ( method ForeachXWYZ (line 95034) | public readonly void ForeachXWYZ( method ForeachXWYZ (line 95057) | public readonly void ForeachXWYZ( method ForeachXWYZ (line 95080) | public readonly void ForeachXWYZ( method ForeachXWZY (line 95109) | public readonly void ForeachXWZY( method ForeachXWZY (line 95126) | public readonly void ForeachXWZY( method ForeachXWZY (line 95149) | public readonly void ForeachXWZY( method ForeachXWZY (line 95172) | public readonly void ForeachXWZY( method ForeachYXZW (line 95201) | public readonly void ForeachYXZW( method ForeachYXZW (line 95218) | public readonly void ForeachYXZW( method ForeachYXZW (line 95241) | public readonly void ForeachYXZW( method ForeachYXZW (line 95264) | public readonly void ForeachYXZW( method ForeachYXWZ (line 95293) | public readonly void ForeachYXWZ( method ForeachYXWZ (line 95310) | public readonly void ForeachYXWZ( method ForeachYXWZ (line 95333) | public readonly void ForeachYXWZ( method ForeachYXWZ (line 95356) | public readonly void ForeachYXWZ( method ForeachYZXW (line 95385) | public readonly void ForeachYZXW( method ForeachYZXW (line 95402) | public readonly void ForeachYZXW( method ForeachYZXW (line 95425) | public readonly void ForeachYZXW( method ForeachYZXW (line 95448) | public readonly void ForeachYZXW( method ForeachYZWX (line 95477) | public readonly void ForeachYZWX( method ForeachYZWX (line 95494) | public readonly void ForeachYZWX( method ForeachYZWX (line 95517) | public readonly void ForeachYZWX( method ForeachYZWX (line 95540) | public readonly void ForeachYZWX( method ForeachYWXZ (line 95569) | public readonly void ForeachYWXZ( method ForeachYWXZ (line 95586) | public readonly void ForeachYWXZ( method ForeachYWXZ (line 95609) | public readonly void ForeachYWXZ( method ForeachYWXZ (line 95632) | public readonly void ForeachYWXZ( method ForeachYWZX (line 95661) | public readonly void ForeachYWZX( method ForeachYWZX (line 95678) | public readonly void ForeachYWZX( method ForeachYWZX (line 95701) | public readonly void ForeachYWZX( method ForeachYWZX (line 95724) | public readonly void ForeachYWZX( method ForeachZXYW (line 95753) | public readonly void ForeachZXYW( method ForeachZXYW (line 95770) | public readonly void ForeachZXYW( method ForeachZXYW (line 95793) | public readonly void ForeachZXYW( method ForeachZXYW (line 95816) | public readonly void ForeachZXYW( method ForeachZXWY (line 95845) | public readonly void ForeachZXWY( method ForeachZXWY (line 95862) | public readonly void ForeachZXWY( method ForeachZXWY (line 95885) | public readonly void ForeachZXWY( method ForeachZXWY (line 95908) | public readonly void ForeachZXWY( method ForeachZYXW (line 95937) | public readonly void ForeachZYXW( method ForeachZYXW (line 95954) | public readonly void ForeachZYXW( method ForeachZYXW (line 95977) | public readonly void ForeachZYXW( method ForeachZYXW (line 96000) | public readonly void ForeachZYXW( method ForeachZYWX (line 96029) | public readonly void ForeachZYWX( method ForeachZYWX (line 96046) | public readonly void ForeachZYWX( method ForeachZYWX (line 96069) | public readonly void ForeachZYWX( method ForeachZYWX (line 96092) | public readonly void ForeachZYWX( method ForeachZWXY (line 96121) | public readonly void ForeachZWXY( method ForeachZWXY (line 96138) | public readonly void ForeachZWXY( method ForeachZWXY (line 96161) | public readonly void ForeachZWXY( method ForeachZWXY (line 96184) | public readonly void ForeachZWXY( method ForeachZWYX (line 96213) | public readonly void ForeachZWYX( method ForeachZWYX (line 96230) | public readonly void ForeachZWYX( method ForeachZWYX (line 96253) | public readonly void ForeachZWYX( method ForeachZWYX (line 96276) | public readonly void ForeachZWYX( method ForeachWXYZ (line 96305) | public readonly void ForeachWXYZ( method ForeachWXYZ (line 96322) | public readonly void ForeachWXYZ( method ForeachWXYZ (line 96345) | public readonly void ForeachWXYZ( method ForeachWXYZ (line 96368) | public readonly void ForeachWXYZ( method ForeachWXZY (line 96397) | public readonly void ForeachWXZY( method ForeachWXZY (line 96414) | public readonly void ForeachWXZY( method ForeachWXZY (line 96437) | public readonly void ForeachWXZY( method ForeachWXZY (line 96460) | public readonly void ForeachWXZY( method ForeachWYXZ (line 96489) | public readonly void ForeachWYXZ( method ForeachWYXZ (line 96506) | public readonly void ForeachWYXZ( method ForeachWYXZ (line 96529) | public readonly void ForeachWYXZ( method ForeachWYXZ (line 96552) | public readonly void ForeachWYXZ( method ForeachWYZX (line 96581) | public readonly void ForeachWYZX( method ForeachWYZX (line 96598) | public readonly void ForeachWYZX( method ForeachWYZX (line 96621) | public readonly void ForeachWYZX( method ForeachWYZX (line 96644) | public readonly void ForeachWYZX( method ForeachWZXY (line 96673) | public readonly void ForeachWZXY( method ForeachWZXY (line 96690) | public readonly void ForeachWZXY( method ForeachWZXY (line 96713) | public readonly void ForeachWZXY( method ForeachWZXY (line 96736) | public readonly void ForeachWZXY( method ForeachWZYX (line 96765) | public readonly void ForeachWZYX( method ForeachWZYX (line 96782) | public readonly void ForeachWZYX( method ForeachWZYX (line 96805) | public readonly void ForeachWZYX( method ForeachWZYX (line 96828) | public readonly void ForeachWZYX( method ForeachXYZWIndex (line 96857) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 96874) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 96897) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 96920) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 96949) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 96966) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 96989) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 97012) | public readonly void ForeachXYZWIndex( method ForeachXYWZIndex (line 97041) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 97058) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 97081) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 97104) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 97133) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 97150) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 97173) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 97196) | public readonly void ForeachXYWZIndex( method ForeachXZYWIndex (line 97225) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 97242) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 97265) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 97288) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 97317) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 97334) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 97357) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 97380) | public readonly void ForeachXZYWIndex( method ForeachXZWYIndex (line 97409) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 97426) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 97449) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 97472) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 97501) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 97518) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 97541) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 97564) | public readonly void ForeachXZWYIndex( method ForeachXWYZIndex (line 97593) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 97610) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 97633) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 97656) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 97685) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 97702) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 97725) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 97748) | public readonly void ForeachXWYZIndex( method ForeachXWZYIndex (line 97777) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 97794) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 97817) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 97840) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 97869) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 97886) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 97909) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 97932) | public readonly void ForeachXWZYIndex( method ForeachYXZWIndex (line 97961) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 97978) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 98001) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 98024) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 98053) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 98070) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 98093) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 98116) | public readonly void ForeachYXZWIndex( method ForeachYXWZIndex (line 98145) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 98162) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 98185) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 98208) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 98237) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 98254) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 98277) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 98300) | public readonly void ForeachYXWZIndex( method ForeachYZXWIndex (line 98329) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 98346) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 98369) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 98392) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 98421) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 98438) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 98461) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 98484) | public readonly void ForeachYZXWIndex( method ForeachYZWXIndex (line 98513) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 98530) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 98553) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 98576) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 98605) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 98622) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 98645) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 98668) | public readonly void ForeachYZWXIndex( method ForeachYWXZIndex (line 98697) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 98714) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 98737) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 98760) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 98789) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 98806) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 98829) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 98852) | public readonly void ForeachYWXZIndex( method ForeachYWZXIndex (line 98881) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 98898) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 98921) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 98944) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 98973) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 98990) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 99013) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 99036) | public readonly void ForeachYWZXIndex( method ForeachZXYWIndex (line 99065) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 99082) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 99105) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 99128) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 99157) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 99174) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 99197) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 99220) | public readonly void ForeachZXYWIndex( method ForeachZXWYIndex (line 99249) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 99266) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 99289) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 99312) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 99341) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 99358) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 99381) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 99404) | public readonly void ForeachZXWYIndex( method ForeachZYXWIndex (line 99433) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 99450) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 99473) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 99496) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 99525) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 99542) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 99565) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 99588) | public readonly void ForeachZYXWIndex( method ForeachZYWXIndex (line 99617) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 99634) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 99657) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 99680) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 99709) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 99726) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 99749) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 99772) | public readonly void ForeachZYWXIndex( method ForeachZWXYIndex (line 99801) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 99818) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 99841) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 99864) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 99893) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 99910) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 99933) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 99956) | public readonly void ForeachZWXYIndex( method ForeachZWYXIndex (line 99985) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 100002) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 100025) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 100048) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 100077) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 100094) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 100117) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 100140) | public readonly void ForeachZWYXIndex( method ForeachWXYZIndex (line 100169) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 100186) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 100209) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 100232) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 100261) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 100278) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 100301) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 100324) | public readonly void ForeachWXYZIndex( method ForeachWXZYIndex (line 100353) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 100370) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 100393) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 100416) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 100445) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 100462) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 100485) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 100508) | public readonly void ForeachWXZYIndex( method ForeachWYXZIndex (line 100537) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 100554) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 100577) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 100600) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 100629) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 100646) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 100669) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 100692) | public readonly void ForeachWYXZIndex( method ForeachWYZXIndex (line 100721) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 100738) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 100761) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 100784) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 100813) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 100830) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 100853) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 100876) | public readonly void ForeachWYZXIndex( method ForeachWZXYIndex (line 100905) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 100922) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 100945) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 100968) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 100997) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 101014) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 101037) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 101060) | public readonly void ForeachWZXYIndex( method ForeachWZYXIndex (line 101089) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 101106) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 101129) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 101152) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 101181) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 101198) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 101221) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 101244) | public readonly void ForeachWZYXIndex( method SubTensor4Window (line 101272) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l size) method SubTensor4 (line 101282) | public readonly Tensor4 SubTensor4(V4l begin, V4l size) method SubTensor4Window (line 101292) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i size) method SubTensor4 (line 101302) | public readonly Tensor4 SubTensor4(V4i begin, V4i size) method SubTensor4Window (line 101312) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l size, V4l ... method SubTensor4 (line 101322) | public readonly Tensor4 SubTensor4(V4l begin, V4l size, V4l delta) method SubTensor4Window (line 101332) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i size, V4i ... method SubTensor4 (line 101342) | public readonly Tensor4 SubTensor4(V4i begin, V4i size, V4i delta) method SubTensor4Window (line 101351) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l size, V4l ... method SubTensor4Window (line 101360) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i size, V4i ... method SubTensor4Window (line 101370) | public readonly Tensor4 SubTensor4Window( method SubTensor4 (line 101384) | public readonly Tensor4 SubTensor4( method SubTensor4Window (line 101398) | public readonly Tensor4 SubTensor4Window( method SubTensor4 (line 101414) | public readonly Tensor4 SubTensor4( method AsVector (line 101429) | public readonly Vector AsVector() method SubVector (line 101438) | public readonly Vector SubVector(V4l origin, long size, long delta) method SubVector (line 101447) | public readonly Vector SubVector(V4i origin, long size, long delta) method SubYZWVolume (line 101456) | public readonly Volume SubYZWVolume(long x) method SubYZWVolumeAsReadOnlyTensor4 (line 101467) | public readonly Tensor4 SubYZWVolumeAsReadOnlyTensor4(long x, long... method SubYZWVolumeWindow (line 101476) | public readonly Volume SubYZWVolumeWindow(long x) method SubYZWVolumeAsReadOnlyTensor4Window (line 101487) | public readonly Tensor4 SubYZWVolumeAsReadOnlyTensor4Window(long x... method SubXZWVolume (line 101496) | public readonly Volume SubXZWVolume(long y) method SubXZWVolumeAsReadOnlyTensor4 (line 101507) | public readonly Tensor4 SubXZWVolumeAsReadOnlyTensor4(long y, long... method SubXZWVolumeWindow (line 101516) | public readonly Volume SubXZWVolumeWindow(long y) method SubXZWVolumeAsReadOnlyTensor4Window (line 101527) | public readonly Tensor4 SubXZWVolumeAsReadOnlyTensor4Window(long y... method SubXYWVolume (line 101536) | public readonly Volume SubXYWVolume(long z) method SubXYWVolumeAsReadOnlyTensor4 (line 101547) | public readonly Tensor4 SubXYWVolumeAsReadOnlyTensor4(long z, long... method SubXYWVolumeWindow (line 101556) | public readonly Volume SubXYWVolumeWindow(long z) method SubXYWVolumeAsReadOnlyTensor4Window (line 101567) | public readonly Tensor4 SubXYWVolumeAsReadOnlyTensor4Window(long z... method SubXYZVolume (line 101576) | public readonly Volume SubXYZVolume(long w) method SubXYZVolumeAsReadOnlyTensor4 (line 101587) | public readonly Tensor4 SubXYZVolumeAsReadOnlyTensor4(long w, long... method SubXYZVolumeWindow (line 101596) | public readonly Volume SubXYZVolumeWindow(long w) method SubXYZVolumeAsReadOnlyTensor4Window (line 101607) | public readonly Tensor4 SubXYZVolumeAsReadOnlyTensor4Window(long w... method SubZWMatrixAsReadOnlyTensor4 (line 101618) | public readonly Tensor4 SubZWMatrixAsReadOnlyTensor4(long x, long ... method SubZWMatrixAsReadOnlyTensor4Window (line 101629) | public readonly Tensor4 SubZWMatrixAsReadOnlyTensor4Window(long x,... method SubYWMatrixAsReadOnlyTensor4 (line 101640) | public readonly Tensor4 SubYWMatrixAsReadOnlyTensor4(long x, long ... method SubYWMatrixAsReadOnlyTensor4Window (line 101651) | public readonly Tensor4 SubYWMatrixAsReadOnlyTensor4Window(long x,... method SubYZMatrixAsReadOnlyTensor4 (line 101662) | public readonly Tensor4 SubYZMatrixAsReadOnlyTensor4(long x, long ... method SubYZMatrixAsReadOnlyTensor4Window (line 101673) | public readonly Tensor4 SubYZMatrixAsReadOnlyTensor4Window(long x,... method SubXWMatrixAsReadOnlyTensor4 (line 101684) | public readonly Tensor4 SubXWMatrixAsReadOnlyTensor4(long y, long ... method SubXWMatrixAsReadOnlyTensor4Window (line 101695) | public readonly Tensor4 SubXWMatrixAsReadOnlyTensor4Window(long y,... method SubXZMatrixAsReadOnlyTensor4 (line 101706) | public readonly Tensor4 SubXZMatrixAsReadOnlyTensor4(long y, long ... method SubXZMatrixAsReadOnlyTensor4Window (line 101717) | public readonly Tensor4 SubXZMatrixAsReadOnlyTensor4Window(long y,... method SubXYMatrixAsReadOnlyTensor4 (line 101728) | public readonly Tensor4 SubXYMatrixAsReadOnlyTensor4(long z, long ... method SubXYMatrixAsReadOnlyTensor4Window (line 101739) | public readonly Tensor4 SubXYMatrixAsReadOnlyTensor4Window(long z,... method SubTensor4Window (line 101749) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l size) method SubTensor4 (line 101759) | public readonly Tensor4 SubTensor4(V4l begin, V4l size) method SubTensor4Window (line 101769) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i size) method SubTensor4 (line 101779) | public readonly Tensor4 SubTensor4(V4i begin, V4i size) method SubTensor4Window (line 101789) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l si... method SubTensor4 (line 101799) | public readonly Tensor4 SubTensor4(V4l begin, V4l size, V4... method SubTensor4Window (line 101809) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i si... method SubTensor4 (line 101819) | public readonly Tensor4 SubTensor4(V4i begin, V4i size, V4... method SubTensor4Window (line 101828) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l si... method SubTensor4Window (line 101837) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i si... method SubTensor4Window (line 101847) | public readonly Tensor4 SubTensor4Window( method SubTensor4 (line 101861) | public readonly Tensor4 SubTensor4( method SubTensor4Window (line 101875) | public readonly Tensor4 SubTensor4Window( method SubTensor4 (line 101891) | public readonly Tensor4 SubTensor4( method AsVector (line 101906) | public readonly Vector AsVector() method SubVector (line 101915) | public readonly Vector SubVector(V4l origin, long size, lo... method SubVector (line 101924) | public readonly Vector SubVector(V4i origin, long size, lo... method SubYZWVolume (line 101933) | public readonly Volume SubYZWVolume(long x) method SubYZWVolumeAsReadOnlyTensor4 (line 101944) | public readonly Tensor4 SubYZWVolumeAsReadOnlyTensor4(long... method SubYZWVolumeWindow (line 101953) | public readonly Volume SubYZWVolumeWindow(long x) method SubYZWVolumeAsReadOnlyTensor4Window (line 101964) | public readonly Tensor4 SubYZWVolumeAsReadOnlyTensor4Window SubXZWVolume(long y) method SubXZWVolumeAsReadOnlyTensor4 (line 101984) | public readonly Tensor4 SubXZWVolumeAsReadOnlyTensor4(long... method SubXZWVolumeWindow (line 101993) | public readonly Volume SubXZWVolumeWindow(long y) method SubXZWVolumeAsReadOnlyTensor4Window (line 102004) | public readonly Tensor4 SubXZWVolumeAsReadOnlyTensor4Window SubXYWVolume(long z) method SubXYWVolumeAsReadOnlyTensor4 (line 102024) | public readonly Tensor4 SubXYWVolumeAsReadOnlyTensor4(long... method SubXYWVolumeWindow (line 102033) | public readonly Volume SubXYWVolumeWindow(long z) method SubXYWVolumeAsReadOnlyTensor4Window (line 102044) | public readonly Tensor4 SubXYWVolumeAsReadOnlyTensor4Window SubXYZVolume(long w) method SubXYZVolumeAsReadOnlyTensor4 (line 102064) | public readonly Tensor4 SubXYZVolumeAsReadOnlyTensor4(long... method SubXYZVolumeWindow (line 102073) | public readonly Volume SubXYZVolumeWindow(long w) method SubXYZVolumeAsReadOnlyTensor4Window (line 102084) | public readonly Tensor4 SubXYZVolumeAsReadOnlyTensor4Window SubZWMatrixAsReadOnlyTensor4(long ... method SubZWMatrixAsReadOnlyTensor4Window (line 102106) | public readonly Tensor4 SubZWMatrixAsReadOnlyTensor4Window... method SubYWMatrixAsReadOnlyTensor4 (line 102117) | public readonly Tensor4 SubYWMatrixAsReadOnlyTensor4(long ... method SubYWMatrixAsReadOnlyTensor4Window (line 102128) | public readonly Tensor4 SubYWMatrixAsReadOnlyTensor4Window... method SubYZMatrixAsReadOnlyTensor4 (line 102139) | public readonly Tensor4 SubYZMatrixAsReadOnlyTensor4(long ... method SubYZMatrixAsReadOnlyTensor4Window (line 102150) | public readonly Tensor4 SubYZMatrixAsReadOnlyTensor4Window... method SubXWMatrixAsReadOnlyTensor4 (line 102161) | public readonly Tensor4 SubXWMatrixAsReadOnlyTensor4(long ... method SubXWMatrixAsReadOnlyTensor4Window (line 102172) | public readonly Tensor4 SubXWMatrixAsReadOnlyTensor4Window... method SubXZMatrixAsReadOnlyTensor4 (line 102183) | public readonly Tensor4 SubXZMatrixAsReadOnlyTensor4(long ... method SubXZMatrixAsReadOnlyTensor4Window (line 102194) | public readonly Tensor4 SubXZMatrixAsReadOnlyTensor4Window... method SubXYMatrixAsReadOnlyTensor4 (line 102205) | public readonly Tensor4 SubXYMatrixAsReadOnlyTensor4(long ... method SubXYMatrixAsReadOnlyTensor4Window (line 102216) | public readonly Tensor4 SubXYMatrixAsReadOnlyTensor4Window... method Copy (line 102229) | public readonly Tensor4 Copy() method CopyWindow (line 102238) | public readonly Tensor4 CopyWindow() method Map (line 102248) | public readonly Tensor4 Map(Func fun) method MapWindow (line 102257) | public readonly Tensor4 MapWindow(Func fun) method Repeated (line 102266) | public readonly Tensor4 Repeated(V4l count) method Apply (line 102289) | public readonly Tensor4 Apply(Func element_elementFun) method Apply (line 102316) | public readonly Tensor4 Apply( method Apply (line 102414) | public readonly Tensor4 Apply( method ApplyByCoord (line 102468) | public readonly Tensor4 ApplyByCoord(Func element_crd... method ApplyByCoord (line 102516) | public readonly Tensor4 ApplyByCoord(Func Set(Td v) method SetByCoord (line 102591) | public readonly Tensor4 SetByCoord(Func SetByCoord(Func crd_elementFun) method SetByCoord (line 102689) | public readonly Tensor4 SetByCoord( method SetByIndex (line 102739) | public readonly Tensor4 SetByIndex(Func index_elementFun) method Set (line 102791) | public readonly Tensor4 Set(ITensor4 it1) method Set (line 102841) | public readonly Tensor4 Set(Tensor4 t1) method SetMap (line 102938) | public readonly Tensor4 SetMap( method SetByIndex (line 103038) | public readonly Tensor4 SetByIndex( method Set (line 103135) | public readonly Tensor4 Set(Tensor4 t1) method SetMap (line 103188) | public readonly Tensor4 SetMap( method SetByIndex (line 103244) | public readonly Tensor4 SetByIndex( method SetMap2 (line 103298) | public readonly Tensor4 SetMap2( method SetByIndex (line 103399) | public readonly Tensor4 SetByIndex( method SetMap2 (line 103498) | public readonly Tensor4 SetMap2( method SetByIndex (line 103555) | public readonly Tensor4 SetByIndex( method SetMap2 (line 103610) | public readonly Tensor4 SetMap2( method SetByIndex (line 103667) | public readonly Tensor4 SetByIndex( method SetMap2 (line 103722) | public readonly Tensor4 SetMap2( method SetByIndex (line 103779) | public readonly Tensor4 SetByIndex( method SetMap3 (line 103834) | public readonly Tensor4 SetMap3( method SetByIndex (line 103935) | public readonly Tensor4 SetByIndex( method SetMap3 (line 104034) | public readonly Tensor4 SetMap3( method SetByIndex (line 104091) | public readonly Tensor4 SetByIndex( method SetMap3 (line 104146) | public readonly Tensor4 SetMap3( method SetByIndex (line 104203) | public readonly Tensor4 SetByIndex( method SetMap3 (line 104258) | public readonly Tensor4 SetMap3( method SetByIndex (line 104315) | public readonly Tensor4 SetByIndex( method SetMap3 (line 104370) | public readonly Tensor4 SetMap3( method SetByIndex (line 104427) | public readonly Tensor4 SetByIndex( method SetMap3 (line 104482) | public readonly Tensor4 SetMap3( method SetByIndex (line 104539) | public readonly Tensor4 SetByIndex( method SetMap3 (line 104594) | public readonly Tensor4 SetMap3( method SetByIndex (line 104651) | public readonly Tensor4 SetByIndex( method SetMap3 (line 104706) | public readonly Tensor4 SetMap3( method SetByIndex (line 104763) | public readonly Tensor4 SetByIndex( method SetConvolution (line 104816) | public readonly Tensor4 SetConvolution( method SetOuterProduct (line 104832) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 104871) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 104910) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 104949) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 104988) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 105027) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 105066) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 105105) | public readonly Tensor4 SetOuterProduct SetOuterProduct( method SetOuterProduct (line 105183) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 105222) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 105261) | public readonly Tensor4 SetOuterProduct SetOuterProduct( method SetOuterProduct (line 105339) | public readonly Tensor4 SetOuterProduct SetOuterProduct SetOuterProduct( method Norm (line 105502) | public readonly Tr Norm(Func e... method Norm (line 105549) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 105596) | public readonly Ts InnerProduct( method InnerProduct (line 105691) | public readonly Ts InnerProduct( method Norm (line 105742) | public readonly Tr Norm( method Norm (line 105792) | public readonly Tr Norm(Func e... method Norm (line 105842) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 105892) | public readonly Ts InnerProduct( method InnerProduct (line 105993) | public readonly Ts InnerProduct( method Create (line 106054) | public static Tensor4 Create( method Create (line 106063) | public static Tensor4 Create( method Map (line 106073) | public static Tensor4 Map( method CreateByIndex (line 106085) | public static Tensor4 CreateByIndex( method Map (line 106095) | public static Tensor4 Map( method CreateByIndex (line 106107) | public static Tensor4 CreateByIndex( method Map2 (line 106117) | public static Tensor4 Map2( method CreateByIndex (line 106130) | public static Tensor4 CreateByIndex( method Map2 (line 106141) | public static Tensor4 Map2( method CreateByIndex (line 106154) | public static Tensor4 CreateByIndex( method Map2 (line 106165) | public static Tensor4 Map2( method CreateByIndex (line 106178) | public static Tensor4 CreateByIndex( method Map2 (line 106189) | public static Tensor4 Map2( method CreateByIndex (line 106202) | public static Tensor4 CreateByIndex( method Map3 (line 106213) | public static Tensor4 Map3( method CreateByIndex (line 106226) | public static Tensor4 CreateByIndex( method Map3 (line 106237) | public static Tensor4 Map3( method CreateByIndex (line 106250) | public static Tensor4 CreateByIndex( method Map3 (line 106261) | public static Tensor4 Map3( method CreateByIndex (line 106274) | public static Tensor4 CreateByIndex( method Map3 (line 106285) | public static Tensor4 Map3( method CreateByIndex (line 106298) | public static Tensor4 CreateByIndex( method Map3 (line 106309) | public static Tensor4 Map3( method CreateByIndex (line 106322) | public static Tensor4 CreateByIndex( method Map3 (line 106333) | public static Tensor4 Map3( method CreateByIndex (line 106346) | public static Tensor4 CreateByIndex( method Map3 (line 106357) | public static Tensor4 Map3( method CreateByIndex (line 106370) | public static Tensor4 CreateByIndex( method Map3 (line 106381) | public static Tensor4 Map3( method CreateByIndex (line 106394) | public static Tensor4 CreateByIndex( method Create (line 106405) | public static Tensor4 Create(V4l size, Func fun) method CreateConvolution (line 106416) | public static Tensor4 CreateConvolution( method CreateOuterProduct (line 106430) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106443) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106456) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106469) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106482) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106495) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106508) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106521) | public readonly Tensor4 CreateOuterProduct CreateOuterProduct( method CreateOuterProduct (line 106547) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106560) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106573) | public readonly Tensor4 CreateOuterProduct CreateOuterProduct( method CreateOuterProduct (line 106599) | public readonly Tensor4 CreateOuterProduct CreateOuterProduct CreateOuterProduct( method SampleRaw16 (line 106655) | public readonly TRes SampleRaw16( method Sample16Clamped (line 106679) | public readonly TRes Sample16Clamped( method Sample16Clamped (line 106691) | public readonly TRes Sample16Clamped( method Sample16 (line 106703) | public readonly TRes Sample16( method Sample16 (line 106728) | public readonly TRes Sample16( method GetValue (line 106767) | public readonly object GetValue(long x, long y, long z, long w) method SetValue (line 106772) | public readonly void SetValue(object value, long x, long y, long z, lo... method GetValue (line 106777) | public readonly object GetValue(V4l v) method SetValue (line 106782) | public readonly void SetValue(object value, V4l v) method Tensor4 (line 106824) | public Tensor4(Td[] data, Tensor4Info info) method Tensor4 (line 106835) | public Tensor4(V4l size) method Tensor4 (line 106842) | public Tensor4(V4i size) method Tensor4 (line 106849) | public Tensor4(Tensor4Info info) method Tensor4 (line 106856) | public Tensor4(long sx, long sy, long sz, long sw) method Tensor4 (line 106863) | public Tensor4(Td[] data, long sx, long sy, long sz, long sw) method Tensor4 (line 106870) | public Tensor4(long sx, long sy, long sz, long sw, Tv value) method Tensor4 (line 106877) | public Tensor4(Td[] data, V4l size) method Tensor4 (line 106884) | public Tensor4(Td[] data, V4i size) method Tensor4 (line 106892) | public Tensor4(V4l size, Tv value) method Tensor4 (line 106902) | public Tensor4(V4i size, Tv value) method Tensor4 (line 106909) | public Tensor4(Td[] data, long origin, V4l size, V4l delta) method Tensor4 (line 106916) | public Tensor4(Td[] data, long origin, V4l size, V4l delta, V4l first) method Tensor4 (line 106923) | public Tensor4(long origin, V4l size, V4l delta) method ForeachIndex (line 107381) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 107386) | public readonly void ForeachIndex(Action... method ForeachCoord (line 107391) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 107396) | public readonly void ForeachIndex(Tensor4Info t1, Action i... method ForeachX (line 107407) | public readonly void ForeachX( method ForeachY (line 107419) | public readonly void ForeachY( method ForeachZ (line 107431) | public readonly void ForeachZ( method ForeachW (line 107443) | public readonly void ForeachW( method ForeachXY (line 107458) | public readonly void ForeachXY( method ForeachXY (line 107474) | public readonly void ForeachXY( method ForeachXY (line 107492) | public readonly void ForeachXY( method ForeachXY (line 107510) | public readonly void ForeachXY( method ForeachXZ (line 107530) | public readonly void ForeachXZ( method ForeachXZ (line 107546) | public readonly void ForeachXZ( method ForeachXZ (line 107564) | public readonly void ForeachXZ( method ForeachXZ (line 107582) | public readonly void ForeachXZ( method ForeachXW (line 107602) | public readonly void ForeachXW( method ForeachXW (line 107618) | public readonly void ForeachXW( method ForeachXW (line 107636) | public readonly void ForeachXW( method ForeachXW (line 107654) | public readonly void ForeachXW( method ForeachYX (line 107674) | public readonly void ForeachYX( method ForeachYX (line 107690) | public readonly void ForeachYX( method ForeachYX (line 107708) | public readonly void ForeachYX( method ForeachYX (line 107726) | public readonly void ForeachYX( method ForeachYZ (line 107746) | public readonly void ForeachYZ( method ForeachYZ (line 107762) | public readonly void ForeachYZ( method ForeachYZ (line 107780) | public readonly void ForeachYZ( method ForeachYZ (line 107798) | public readonly void ForeachYZ( method ForeachYW (line 107818) | public readonly void ForeachYW( method ForeachYW (line 107834) | public readonly void ForeachYW( method ForeachYW (line 107852) | public readonly void ForeachYW( method ForeachYW (line 107870) | public readonly void ForeachYW( method ForeachZX (line 107890) | public readonly void ForeachZX( method ForeachZX (line 107906) | public readonly void ForeachZX( method ForeachZX (line 107924) | public readonly void ForeachZX( method ForeachZX (line 107942) | public readonly void ForeachZX( method ForeachZY (line 107962) | public readonly void ForeachZY( method ForeachZY (line 107978) | public readonly void ForeachZY( method ForeachZY (line 107996) | public readonly void ForeachZY( method ForeachZY (line 108014) | public readonly void ForeachZY( method ForeachZW (line 108034) | public readonly void ForeachZW( method ForeachZW (line 108050) | public readonly void ForeachZW( method ForeachZW (line 108068) | public readonly void ForeachZW( method ForeachZW (line 108086) | public readonly void ForeachZW( method ForeachWX (line 108106) | public readonly void ForeachWX( method ForeachWX (line 108122) | public readonly void ForeachWX( method ForeachWX (line 108140) | public readonly void ForeachWX( method ForeachWX (line 108158) | public readonly void ForeachWX( method ForeachWY (line 108178) | public readonly void ForeachWY( method ForeachWY (line 108194) | public readonly void ForeachWY( method ForeachWY (line 108212) | public readonly void ForeachWY( method ForeachWY (line 108230) | public readonly void ForeachWY( method ForeachWZ (line 108250) | public readonly void ForeachWZ( method ForeachWZ (line 108266) | public readonly void ForeachWZ( method ForeachWZ (line 108284) | public readonly void ForeachWZ( method ForeachWZ (line 108302) | public readonly void ForeachWZ( method ForeachXIndex (line 108319) | public readonly void ForeachXIndex( method ForeachXIndex (line 108331) | public readonly void ForeachXIndex( method ForeachYIndex (line 108343) | public readonly void ForeachYIndex( method ForeachYIndex (line 108355) | public readonly void ForeachYIndex( method ForeachZIndex (line 108367) | public readonly void ForeachZIndex( method ForeachZIndex (line 108379) | public readonly void ForeachZIndex( method ForeachWIndex (line 108391) | public readonly void ForeachWIndex( method ForeachWIndex (line 108403) | public readonly void ForeachWIndex( method ForeachXYIndex (line 108418) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 108434) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 108452) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 108470) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 108490) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 108506) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 108524) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 108542) | public readonly void ForeachXYIndex( method ForeachXZIndex (line 108562) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 108578) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 108596) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 108614) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 108634) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 108650) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 108668) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 108686) | public readonly void ForeachXZIndex( method ForeachXWIndex (line 108706) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 108722) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 108740) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 108758) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 108778) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 108794) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 108812) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 108830) | public readonly void ForeachXWIndex( method ForeachYXIndex (line 108850) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 108866) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 108884) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 108902) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 108922) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 108938) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 108956) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 108974) | public readonly void ForeachYXIndex( method ForeachYZIndex (line 108994) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 109010) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 109028) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 109046) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 109066) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 109082) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 109100) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 109118) | public readonly void ForeachYZIndex( method ForeachYWIndex (line 109138) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 109154) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 109172) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 109190) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 109210) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 109226) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 109244) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 109262) | public readonly void ForeachYWIndex( method ForeachZXIndex (line 109282) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 109298) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 109316) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 109334) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 109354) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 109370) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 109388) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 109406) | public readonly void ForeachZXIndex( method ForeachZYIndex (line 109426) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 109442) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 109460) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 109478) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 109498) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 109514) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 109532) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 109550) | public readonly void ForeachZYIndex( method ForeachZWIndex (line 109570) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 109586) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 109604) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 109622) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 109642) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 109658) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 109676) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 109694) | public readonly void ForeachZWIndex( method ForeachWXIndex (line 109714) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 109730) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 109748) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 109766) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 109786) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 109802) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 109820) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 109838) | public readonly void ForeachWXIndex( method ForeachWYIndex (line 109858) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 109874) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 109892) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 109910) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 109930) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 109946) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 109964) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 109982) | public readonly void ForeachWYIndex( method ForeachWZIndex (line 110002) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 110018) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 110036) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 110054) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 110074) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 110090) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 110108) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 110126) | public readonly void ForeachWZIndex( method ForeachXYZ (line 110147) | public readonly void ForeachXYZ( method ForeachXYZ (line 110164) | public readonly void ForeachXYZ( method ForeachXYZ (line 110185) | public readonly void ForeachXYZ( method ForeachXYZ (line 110206) | public readonly void ForeachXYZ( method ForeachXYW (line 110231) | public readonly void ForeachXYW( method ForeachXYW (line 110248) | public readonly void ForeachXYW( method ForeachXYW (line 110269) | public readonly void ForeachXYW( method ForeachXYW (line 110290) | public readonly void ForeachXYW( method ForeachXZY (line 110315) | public readonly void ForeachXZY( method ForeachXZY (line 110332) | public readonly void ForeachXZY( method ForeachXZY (line 110353) | public readonly void ForeachXZY( method ForeachXZY (line 110374) | public readonly void ForeachXZY( method ForeachXZW (line 110399) | public readonly void ForeachXZW( method ForeachXZW (line 110416) | public readonly void ForeachXZW( method ForeachXZW (line 110437) | public readonly void ForeachXZW( method ForeachXZW (line 110458) | public readonly void ForeachXZW( method ForeachXWY (line 110483) | public readonly void ForeachXWY( method ForeachXWY (line 110500) | public readonly void ForeachXWY( method ForeachXWY (line 110521) | public readonly void ForeachXWY( method ForeachXWY (line 110542) | public readonly void ForeachXWY( method ForeachXWZ (line 110567) | public readonly void ForeachXWZ( method ForeachXWZ (line 110584) | public readonly void ForeachXWZ( method ForeachXWZ (line 110605) | public readonly void ForeachXWZ( method ForeachXWZ (line 110626) | public readonly void ForeachXWZ( method ForeachYXZ (line 110651) | public readonly void ForeachYXZ( method ForeachYXZ (line 110668) | public readonly void ForeachYXZ( method ForeachYXZ (line 110689) | public readonly void ForeachYXZ( method ForeachYXZ (line 110710) | public readonly void ForeachYXZ( method ForeachYXW (line 110735) | public readonly void ForeachYXW( method ForeachYXW (line 110752) | public readonly void ForeachYXW( method ForeachYXW (line 110773) | public readonly void ForeachYXW( method ForeachYXW (line 110794) | public readonly void ForeachYXW( method ForeachYZX (line 110819) | public readonly void ForeachYZX( method ForeachYZX (line 110836) | public readonly void ForeachYZX( method ForeachYZX (line 110857) | public readonly void ForeachYZX( method ForeachYZX (line 110878) | public readonly void ForeachYZX( method ForeachYZW (line 110903) | public readonly void ForeachYZW( method ForeachYZW (line 110920) | public readonly void ForeachYZW( method ForeachYZW (line 110941) | public readonly void ForeachYZW( method ForeachYZW (line 110962) | public readonly void ForeachYZW( method ForeachYWX (line 110987) | public readonly void ForeachYWX( method ForeachYWX (line 111004) | public readonly void ForeachYWX( method ForeachYWX (line 111025) | public readonly void ForeachYWX( method ForeachYWX (line 111046) | public readonly void ForeachYWX( method ForeachYWZ (line 111071) | public readonly void ForeachYWZ( method ForeachYWZ (line 111088) | public readonly void ForeachYWZ( method ForeachYWZ (line 111109) | public readonly void ForeachYWZ( method ForeachYWZ (line 111130) | public readonly void ForeachYWZ( method ForeachZXY (line 111155) | public readonly void ForeachZXY( method ForeachZXY (line 111172) | public readonly void ForeachZXY( method ForeachZXY (line 111193) | public readonly void ForeachZXY( method ForeachZXY (line 111214) | public readonly void ForeachZXY( method ForeachZXW (line 111239) | public readonly void ForeachZXW( method ForeachZXW (line 111256) | public readonly void ForeachZXW( method ForeachZXW (line 111277) | public readonly void ForeachZXW( method ForeachZXW (line 111298) | public readonly void ForeachZXW( method ForeachZYX (line 111323) | public readonly void ForeachZYX( method ForeachZYX (line 111340) | public readonly void ForeachZYX( method ForeachZYX (line 111361) | public readonly void ForeachZYX( method ForeachZYX (line 111382) | public readonly void ForeachZYX( method ForeachZYW (line 111407) | public readonly void ForeachZYW( method ForeachZYW (line 111424) | public readonly void ForeachZYW( method ForeachZYW (line 111445) | public readonly void ForeachZYW( method ForeachZYW (line 111466) | public readonly void ForeachZYW( method ForeachZWX (line 111491) | public readonly void ForeachZWX( method ForeachZWX (line 111508) | public readonly void ForeachZWX( method ForeachZWX (line 111529) | public readonly void ForeachZWX( method ForeachZWX (line 111550) | public readonly void ForeachZWX( method ForeachZWY (line 111575) | public readonly void ForeachZWY( method ForeachZWY (line 111592) | public readonly void ForeachZWY( method ForeachZWY (line 111613) | public readonly void ForeachZWY( method ForeachZWY (line 111634) | public readonly void ForeachZWY( method ForeachWXY (line 111659) | public readonly void ForeachWXY( method ForeachWXY (line 111676) | public readonly void ForeachWXY( method ForeachWXY (line 111697) | public readonly void ForeachWXY( method ForeachWXY (line 111718) | public readonly void ForeachWXY( method ForeachWXZ (line 111743) | public readonly void ForeachWXZ( method ForeachWXZ (line 111760) | public readonly void ForeachWXZ( method ForeachWXZ (line 111781) | public readonly void ForeachWXZ( method ForeachWXZ (line 111802) | public readonly void ForeachWXZ( method ForeachWYX (line 111827) | public readonly void ForeachWYX( method ForeachWYX (line 111844) | public readonly void ForeachWYX( method ForeachWYX (line 111865) | public readonly void ForeachWYX( method ForeachWYX (line 111886) | public readonly void ForeachWYX( method ForeachWYZ (line 111911) | public readonly void ForeachWYZ( method ForeachWYZ (line 111928) | public readonly void ForeachWYZ( method ForeachWYZ (line 111949) | public readonly void ForeachWYZ( method ForeachWYZ (line 111970) | public readonly void ForeachWYZ( method ForeachWZX (line 111995) | public readonly void ForeachWZX( method ForeachWZX (line 112012) | public readonly void ForeachWZX( method ForeachWZX (line 112033) | public readonly void ForeachWZX( method ForeachWZX (line 112054) | public readonly void ForeachWZX( method ForeachWZY (line 112079) | public readonly void ForeachWZY( method ForeachWZY (line 112096) | public readonly void ForeachWZY( method ForeachWZY (line 112117) | public readonly void ForeachWZY( method ForeachWZY (line 112138) | public readonly void ForeachWZY( method ForeachXYZIndex (line 112163) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 112180) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 112201) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 112222) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 112247) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 112264) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 112285) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 112306) | public readonly void ForeachXYZIndex( method ForeachXYWIndex (line 112331) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 112348) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 112369) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 112390) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 112415) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 112432) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 112453) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 112474) | public readonly void ForeachXYWIndex( method ForeachXZYIndex (line 112499) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 112516) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 112537) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 112558) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 112583) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 112600) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 112621) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 112642) | public readonly void ForeachXZYIndex( method ForeachXZWIndex (line 112667) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 112684) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 112705) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 112726) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 112751) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 112768) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 112789) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 112810) | public readonly void ForeachXZWIndex( method ForeachXWYIndex (line 112835) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 112852) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 112873) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 112894) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 112919) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 112936) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 112957) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 112978) | public readonly void ForeachXWYIndex( method ForeachXWZIndex (line 113003) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 113020) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 113041) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 113062) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 113087) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 113104) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 113125) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 113146) | public readonly void ForeachXWZIndex( method ForeachYXZIndex (line 113171) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 113188) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 113209) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 113230) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 113255) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 113272) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 113293) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 113314) | public readonly void ForeachYXZIndex( method ForeachYXWIndex (line 113339) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 113356) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 113377) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 113398) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 113423) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 113440) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 113461) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 113482) | public readonly void ForeachYXWIndex( method ForeachYZXIndex (line 113507) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 113524) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 113545) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 113566) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 113591) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 113608) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 113629) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 113650) | public readonly void ForeachYZXIndex( method ForeachYZWIndex (line 113675) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 113692) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 113713) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 113734) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 113759) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 113776) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 113797) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 113818) | public readonly void ForeachYZWIndex( method ForeachYWXIndex (line 113843) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 113860) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 113881) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 113902) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 113927) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 113944) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 113965) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 113986) | public readonly void ForeachYWXIndex( method ForeachYWZIndex (line 114011) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 114028) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 114049) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 114070) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 114095) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 114112) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 114133) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 114154) | public readonly void ForeachYWZIndex( method ForeachZXYIndex (line 114179) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 114196) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 114217) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 114238) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 114263) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 114280) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 114301) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 114322) | public readonly void ForeachZXYIndex( method ForeachZXWIndex (line 114347) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 114364) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 114385) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 114406) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 114431) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 114448) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 114469) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 114490) | public readonly void ForeachZXWIndex( method ForeachZYXIndex (line 114515) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 114532) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 114553) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 114574) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 114599) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 114616) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 114637) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 114658) | public readonly void ForeachZYXIndex( method ForeachZYWIndex (line 114683) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 114700) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 114721) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 114742) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 114767) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 114784) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 114805) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 114826) | public readonly void ForeachZYWIndex( method ForeachZWXIndex (line 114851) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 114868) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 114889) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 114910) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 114935) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 114952) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 114973) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 114994) | public readonly void ForeachZWXIndex( method ForeachZWYIndex (line 115019) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 115036) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 115057) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 115078) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 115103) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 115120) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 115141) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 115162) | public readonly void ForeachZWYIndex( method ForeachWXYIndex (line 115187) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 115204) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 115225) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 115246) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 115271) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 115288) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 115309) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 115330) | public readonly void ForeachWXYIndex( method ForeachWXZIndex (line 115355) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 115372) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 115393) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 115414) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 115439) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 115456) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 115477) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 115498) | public readonly void ForeachWXZIndex( method ForeachWYXIndex (line 115523) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 115540) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 115561) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 115582) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 115607) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 115624) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 115645) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 115666) | public readonly void ForeachWYXIndex( method ForeachWYZIndex (line 115691) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 115708) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 115729) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 115750) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 115775) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 115792) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 115813) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 115834) | public readonly void ForeachWYZIndex( method ForeachWZXIndex (line 115859) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 115876) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 115897) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 115918) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 115943) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 115960) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 115981) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 116002) | public readonly void ForeachWZXIndex( method ForeachWZYIndex (line 116027) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 116044) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 116065) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 116086) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 116111) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 116128) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 116149) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 116170) | public readonly void ForeachWZYIndex( method ForeachXYZW (line 116195) | public readonly void ForeachXYZW( method ForeachXYZW (line 116212) | public readonly void ForeachXYZW( method ForeachXYZW (line 116235) | public readonly void ForeachXYZW( method ForeachXYZW (line 116258) | public readonly void ForeachXYZW( method ForeachXYWZ (line 116287) | public readonly void ForeachXYWZ( method ForeachXYWZ (line 116304) | public readonly void ForeachXYWZ( method ForeachXYWZ (line 116327) | public readonly void ForeachXYWZ( method ForeachXYWZ (line 116350) | public readonly void ForeachXYWZ( method ForeachXZYW (line 116379) | public readonly void ForeachXZYW( method ForeachXZYW (line 116396) | public readonly void ForeachXZYW( method ForeachXZYW (line 116419) | public readonly void ForeachXZYW( method ForeachXZYW (line 116442) | public readonly void ForeachXZYW( method ForeachXZWY (line 116471) | public readonly void ForeachXZWY( method ForeachXZWY (line 116488) | public readonly void ForeachXZWY( method ForeachXZWY (line 116511) | public readonly void ForeachXZWY( method ForeachXZWY (line 116534) | public readonly void ForeachXZWY( method ForeachXWYZ (line 116563) | public readonly void ForeachXWYZ( method ForeachXWYZ (line 116580) | public readonly void ForeachXWYZ( method ForeachXWYZ (line 116603) | public readonly void ForeachXWYZ( method ForeachXWYZ (line 116626) | public readonly void ForeachXWYZ( method ForeachXWZY (line 116655) | public readonly void ForeachXWZY( method ForeachXWZY (line 116672) | public readonly void ForeachXWZY( method ForeachXWZY (line 116695) | public readonly void ForeachXWZY( method ForeachXWZY (line 116718) | public readonly void ForeachXWZY( method ForeachYXZW (line 116747) | public readonly void ForeachYXZW( method ForeachYXZW (line 116764) | public readonly void ForeachYXZW( method ForeachYXZW (line 116787) | public readonly void ForeachYXZW( method ForeachYXZW (line 116810) | public readonly void ForeachYXZW( method ForeachYXWZ (line 116839) | public readonly void ForeachYXWZ( method ForeachYXWZ (line 116856) | public readonly void ForeachYXWZ( method ForeachYXWZ (line 116879) | public readonly void ForeachYXWZ( method ForeachYXWZ (line 116902) | public readonly void ForeachYXWZ( method ForeachYZXW (line 116931) | public readonly void ForeachYZXW( method ForeachYZXW (line 116948) | public readonly void ForeachYZXW( method ForeachYZXW (line 116971) | public readonly void ForeachYZXW( method ForeachYZXW (line 116994) | public readonly void ForeachYZXW( method ForeachYZWX (line 117023) | public readonly void ForeachYZWX( method ForeachYZWX (line 117040) | public readonly void ForeachYZWX( method ForeachYZWX (line 117063) | public readonly void ForeachYZWX( method ForeachYZWX (line 117086) | public readonly void ForeachYZWX( method ForeachYWXZ (line 117115) | public readonly void ForeachYWXZ( method ForeachYWXZ (line 117132) | public readonly void ForeachYWXZ( method ForeachYWXZ (line 117155) | public readonly void ForeachYWXZ( method ForeachYWXZ (line 117178) | public readonly void ForeachYWXZ( method ForeachYWZX (line 117207) | public readonly void ForeachYWZX( method ForeachYWZX (line 117224) | public readonly void ForeachYWZX( method ForeachYWZX (line 117247) | public readonly void ForeachYWZX( method ForeachYWZX (line 117270) | public readonly void ForeachYWZX( method ForeachZXYW (line 117299) | public readonly void ForeachZXYW( method ForeachZXYW (line 117316) | public readonly void ForeachZXYW( method ForeachZXYW (line 117339) | public readonly void ForeachZXYW( method ForeachZXYW (line 117362) | public readonly void ForeachZXYW( method ForeachZXWY (line 117391) | public readonly void ForeachZXWY( method ForeachZXWY (line 117408) | public readonly void ForeachZXWY( method ForeachZXWY (line 117431) | public readonly void ForeachZXWY( method ForeachZXWY (line 117454) | public readonly void ForeachZXWY( method ForeachZYXW (line 117483) | public readonly void ForeachZYXW( method ForeachZYXW (line 117500) | public readonly void ForeachZYXW( method ForeachZYXW (line 117523) | public readonly void ForeachZYXW( method ForeachZYXW (line 117546) | public readonly void ForeachZYXW( method ForeachZYWX (line 117575) | public readonly void ForeachZYWX( method ForeachZYWX (line 117592) | public readonly void ForeachZYWX( method ForeachZYWX (line 117615) | public readonly void ForeachZYWX( method ForeachZYWX (line 117638) | public readonly void ForeachZYWX( method ForeachZWXY (line 117667) | public readonly void ForeachZWXY( method ForeachZWXY (line 117684) | public readonly void ForeachZWXY( method ForeachZWXY (line 117707) | public readonly void ForeachZWXY( method ForeachZWXY (line 117730) | public readonly void ForeachZWXY( method ForeachZWYX (line 117759) | public readonly void ForeachZWYX( method ForeachZWYX (line 117776) | public readonly void ForeachZWYX( method ForeachZWYX (line 117799) | public readonly void ForeachZWYX( method ForeachZWYX (line 117822) | public readonly void ForeachZWYX( method ForeachWXYZ (line 117851) | public readonly void ForeachWXYZ( method ForeachWXYZ (line 117868) | public readonly void ForeachWXYZ( method ForeachWXYZ (line 117891) | public readonly void ForeachWXYZ( method ForeachWXYZ (line 117914) | public readonly void ForeachWXYZ( method ForeachWXZY (line 117943) | public readonly void ForeachWXZY( method ForeachWXZY (line 117960) | public readonly void ForeachWXZY( method ForeachWXZY (line 117983) | public readonly void ForeachWXZY( method ForeachWXZY (line 118006) | public readonly void ForeachWXZY( method ForeachWYXZ (line 118035) | public readonly void ForeachWYXZ( method ForeachWYXZ (line 118052) | public readonly void ForeachWYXZ( method ForeachWYXZ (line 118075) | public readonly void ForeachWYXZ( method ForeachWYXZ (line 118098) | public readonly void ForeachWYXZ( method ForeachWYZX (line 118127) | public readonly void ForeachWYZX( method ForeachWYZX (line 118144) | public readonly void ForeachWYZX( method ForeachWYZX (line 118167) | public readonly void ForeachWYZX( method ForeachWYZX (line 118190) | public readonly void ForeachWYZX( method ForeachWZXY (line 118219) | public readonly void ForeachWZXY( method ForeachWZXY (line 118236) | public readonly void ForeachWZXY( method ForeachWZXY (line 118259) | public readonly void ForeachWZXY( method ForeachWZXY (line 118282) | public readonly void ForeachWZXY( method ForeachWZYX (line 118311) | public readonly void ForeachWZYX( method ForeachWZYX (line 118328) | public readonly void ForeachWZYX( method ForeachWZYX (line 118351) | public readonly void ForeachWZYX( method ForeachWZYX (line 118374) | public readonly void ForeachWZYX( method ForeachXYZWIndex (line 118403) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 118420) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 118443) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 118466) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 118495) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 118512) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 118535) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 118558) | public readonly void ForeachXYZWIndex( method ForeachXYWZIndex (line 118587) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 118604) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 118627) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 118650) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 118679) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 118696) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 118719) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 118742) | public readonly void ForeachXYWZIndex( method ForeachXZYWIndex (line 118771) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 118788) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 118811) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 118834) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 118863) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 118880) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 118903) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 118926) | public readonly void ForeachXZYWIndex( method ForeachXZWYIndex (line 118955) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 118972) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 118995) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 119018) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 119047) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 119064) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 119087) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 119110) | public readonly void ForeachXZWYIndex( method ForeachXWYZIndex (line 119139) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 119156) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 119179) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 119202) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 119231) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 119248) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 119271) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 119294) | public readonly void ForeachXWYZIndex( method ForeachXWZYIndex (line 119323) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 119340) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 119363) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 119386) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 119415) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 119432) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 119455) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 119478) | public readonly void ForeachXWZYIndex( method ForeachYXZWIndex (line 119507) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 119524) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 119547) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 119570) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 119599) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 119616) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 119639) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 119662) | public readonly void ForeachYXZWIndex( method ForeachYXWZIndex (line 119691) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 119708) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 119731) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 119754) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 119783) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 119800) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 119823) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 119846) | public readonly void ForeachYXWZIndex( method ForeachYZXWIndex (line 119875) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 119892) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 119915) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 119938) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 119967) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 119984) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 120007) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 120030) | public readonly void ForeachYZXWIndex( method ForeachYZWXIndex (line 120059) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 120076) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 120099) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 120122) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 120151) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 120168) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 120191) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 120214) | public readonly void ForeachYZWXIndex( method ForeachYWXZIndex (line 120243) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 120260) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 120283) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 120306) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 120335) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 120352) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 120375) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 120398) | public readonly void ForeachYWXZIndex( method ForeachYWZXIndex (line 120427) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 120444) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 120467) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 120490) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 120519) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 120536) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 120559) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 120582) | public readonly void ForeachYWZXIndex( method ForeachZXYWIndex (line 120611) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 120628) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 120651) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 120674) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 120703) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 120720) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 120743) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 120766) | public readonly void ForeachZXYWIndex( method ForeachZXWYIndex (line 120795) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 120812) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 120835) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 120858) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 120887) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 120904) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 120927) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 120950) | public readonly void ForeachZXWYIndex( method ForeachZYXWIndex (line 120979) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 120996) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 121019) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 121042) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 121071) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 121088) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 121111) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 121134) | public readonly void ForeachZYXWIndex( method ForeachZYWXIndex (line 121163) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 121180) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 121203) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 121226) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 121255) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 121272) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 121295) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 121318) | public readonly void ForeachZYWXIndex( method ForeachZWXYIndex (line 121347) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 121364) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 121387) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 121410) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 121439) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 121456) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 121479) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 121502) | public readonly void ForeachZWXYIndex( method ForeachZWYXIndex (line 121531) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 121548) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 121571) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 121594) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 121623) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 121640) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 121663) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 121686) | public readonly void ForeachZWYXIndex( method ForeachWXYZIndex (line 121715) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 121732) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 121755) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 121778) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 121807) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 121824) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 121847) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 121870) | public readonly void ForeachWXYZIndex( method ForeachWXZYIndex (line 121899) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 121916) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 121939) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 121962) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 121991) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 122008) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 122031) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 122054) | public readonly void ForeachWXZYIndex( method ForeachWYXZIndex (line 122083) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 122100) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 122123) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 122146) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 122175) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 122192) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 122215) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 122238) | public readonly void ForeachWYXZIndex( method ForeachWYZXIndex (line 122267) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 122284) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 122307) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 122330) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 122359) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 122376) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 122399) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 122422) | public readonly void ForeachWYZXIndex( method ForeachWZXYIndex (line 122451) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 122468) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 122491) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 122514) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 122543) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 122560) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 122583) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 122606) | public readonly void ForeachWZXYIndex( method ForeachWZYXIndex (line 122635) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 122652) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 122675) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 122698) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 122727) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 122744) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 122767) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 122790) | public readonly void ForeachWZYXIndex( method SubTensor4Window (line 122818) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l size) method SubTensor4 (line 122829) | public readonly Tensor4 SubTensor4(V4l begin, V4l size) method SubTensor4Window (line 122840) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i size) method SubTensor4 (line 122851) | public readonly Tensor4 SubTensor4(V4i begin, V4i size) method SubTensor4Window (line 122862) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l size, ... method SubTensor4 (line 122873) | public readonly Tensor4 SubTensor4(V4l begin, V4l size, V4l de... method SubTensor4Window (line 122884) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i size, ... method SubTensor4 (line 122895) | public readonly Tensor4 SubTensor4(V4i begin, V4i size, V4i de... method SubTensor4Window (line 122905) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l size, ... method SubTensor4Window (line 122915) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i size, ... method SubTensor4Window (line 122926) | public readonly Tensor4 SubTensor4Window( method SubTensor4 (line 122941) | public readonly Tensor4 SubTensor4( method SubTensor4Window (line 122956) | public readonly Tensor4 SubTensor4Window( method SubTensor4 (line 122973) | public readonly Tensor4 SubTensor4( method AsVector (line 122989) | public readonly Vector AsVector() method SubVector (line 122999) | public readonly Vector SubVector(V4l origin, long size, long d... method SubVector (line 123009) | public readonly Vector SubVector(V4i origin, long size, long d... method SubYZWVolume (line 123019) | public readonly Volume SubYZWVolume(long x) method SubYZWVolumeAsReadOnlyTensor4 (line 123031) | public readonly Tensor4 SubYZWVolumeAsReadOnlyTensor4(long x, ... method SubYZWVolumeWindow (line 123041) | public readonly Volume SubYZWVolumeWindow(long x) method SubYZWVolumeAsReadOnlyTensor4Window (line 123053) | public readonly Tensor4 SubYZWVolumeAsReadOnlyTensor4Window(lo... method SubXZWVolume (line 123063) | public readonly Volume SubXZWVolume(long y) method SubXZWVolumeAsReadOnlyTensor4 (line 123075) | public readonly Tensor4 SubXZWVolumeAsReadOnlyTensor4(long y, ... method SubXZWVolumeWindow (line 123085) | public readonly Volume SubXZWVolumeWindow(long y) method SubXZWVolumeAsReadOnlyTensor4Window (line 123097) | public readonly Tensor4 SubXZWVolumeAsReadOnlyTensor4Window(lo... method SubXYWVolume (line 123107) | public readonly Volume SubXYWVolume(long z) method SubXYWVolumeAsReadOnlyTensor4 (line 123119) | public readonly Tensor4 SubXYWVolumeAsReadOnlyTensor4(long z, ... method SubXYWVolumeWindow (line 123129) | public readonly Volume SubXYWVolumeWindow(long z) method SubXYWVolumeAsReadOnlyTensor4Window (line 123141) | public readonly Tensor4 SubXYWVolumeAsReadOnlyTensor4Window(lo... method SubXYZVolume (line 123151) | public readonly Volume SubXYZVolume(long w) method SubXYZVolumeAsReadOnlyTensor4 (line 123163) | public readonly Tensor4 SubXYZVolumeAsReadOnlyTensor4(long w, ... method SubXYZVolumeWindow (line 123173) | public readonly Volume SubXYZVolumeWindow(long w) method SubXYZVolumeAsReadOnlyTensor4Window (line 123185) | public readonly Tensor4 SubXYZVolumeAsReadOnlyTensor4Window(lo... method SubZWMatrixAsReadOnlyTensor4 (line 123197) | public readonly Tensor4 SubZWMatrixAsReadOnlyTensor4(long x, l... method SubZWMatrixAsReadOnlyTensor4Window (line 123209) | public readonly Tensor4 SubZWMatrixAsReadOnlyTensor4Window(lon... method SubYWMatrixAsReadOnlyTensor4 (line 123221) | public readonly Tensor4 SubYWMatrixAsReadOnlyTensor4(long x, l... method SubYWMatrixAsReadOnlyTensor4Window (line 123233) | public readonly Tensor4 SubYWMatrixAsReadOnlyTensor4Window(lon... method SubYZMatrixAsReadOnlyTensor4 (line 123245) | public readonly Tensor4 SubYZMatrixAsReadOnlyTensor4(long x, l... method SubYZMatrixAsReadOnlyTensor4Window (line 123257) | public readonly Tensor4 SubYZMatrixAsReadOnlyTensor4Window(lon... method SubXWMatrixAsReadOnlyTensor4 (line 123269) | public readonly Tensor4 SubXWMatrixAsReadOnlyTensor4(long y, l... method SubXWMatrixAsReadOnlyTensor4Window (line 123281) | public readonly Tensor4 SubXWMatrixAsReadOnlyTensor4Window(lon... method SubXZMatrixAsReadOnlyTensor4 (line 123293) | public readonly Tensor4 SubXZMatrixAsReadOnlyTensor4(long y, l... method SubXZMatrixAsReadOnlyTensor4Window (line 123305) | public readonly Tensor4 SubXZMatrixAsReadOnlyTensor4Window(lon... method SubXYMatrixAsReadOnlyTensor4 (line 123317) | public readonly Tensor4 SubXYMatrixAsReadOnlyTensor4(long z, l... method SubXYMatrixAsReadOnlyTensor4Window (line 123329) | public readonly Tensor4 SubXYMatrixAsReadOnlyTensor4Window(lon... method SubTensor4Window (line 123340) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l size) method SubTensor4 (line 123350) | public readonly Tensor4 SubTensor4(V4l begin, V4l size) method SubTensor4Window (line 123360) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i size) method SubTensor4 (line 123370) | public readonly Tensor4 SubTensor4(V4i begin, V4i size) method SubTensor4Window (line 123380) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l si... method SubTensor4 (line 123390) | public readonly Tensor4 SubTensor4(V4l begin, V4l size, V4... method SubTensor4Window (line 123400) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i si... method SubTensor4 (line 123410) | public readonly Tensor4 SubTensor4(V4i begin, V4i size, V4... method SubTensor4Window (line 123419) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l si... method SubTensor4Window (line 123428) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i si... method SubTensor4Window (line 123438) | public readonly Tensor4 SubTensor4Window( method SubTensor4 (line 123452) | public readonly Tensor4 SubTensor4( method SubTensor4Window (line 123466) | public readonly Tensor4 SubTensor4Window( method SubTensor4 (line 123482) | public readonly Tensor4 SubTensor4( method AsVector (line 123497) | public readonly Vector AsVector() method SubVector (line 123506) | public readonly Vector SubVector(V4l origin, long size, lo... method SubVector (line 123515) | public readonly Vector SubVector(V4i origin, long size, lo... method SubYZWVolume (line 123524) | public readonly Volume SubYZWVolume(long x) method SubYZWVolumeAsReadOnlyTensor4 (line 123535) | public readonly Tensor4 SubYZWVolumeAsReadOnlyTensor4(long... method SubYZWVolumeWindow (line 123544) | public readonly Volume SubYZWVolumeWindow(long x) method SubYZWVolumeAsReadOnlyTensor4Window (line 123555) | public readonly Tensor4 SubYZWVolumeAsReadOnlyTensor4Window SubXZWVolume(long y) method SubXZWVolumeAsReadOnlyTensor4 (line 123575) | public readonly Tensor4 SubXZWVolumeAsReadOnlyTensor4(long... method SubXZWVolumeWindow (line 123584) | public readonly Volume SubXZWVolumeWindow(long y) method SubXZWVolumeAsReadOnlyTensor4Window (line 123595) | public readonly Tensor4 SubXZWVolumeAsReadOnlyTensor4Window SubXYWVolume(long z) method SubXYWVolumeAsReadOnlyTensor4 (line 123615) | public readonly Tensor4 SubXYWVolumeAsReadOnlyTensor4(long... method SubXYWVolumeWindow (line 123624) | public readonly Volume SubXYWVolumeWindow(long z) method SubXYWVolumeAsReadOnlyTensor4Window (line 123635) | public readonly Tensor4 SubXYWVolumeAsReadOnlyTensor4Window SubXYZVolume(long w) method SubXYZVolumeAsReadOnlyTensor4 (line 123655) | public readonly Tensor4 SubXYZVolumeAsReadOnlyTensor4(long... method SubXYZVolumeWindow (line 123664) | public readonly Volume SubXYZVolumeWindow(long w) method SubXYZVolumeAsReadOnlyTensor4Window (line 123675) | public readonly Tensor4 SubXYZVolumeAsReadOnlyTensor4Window SubZWMatrixAsReadOnlyTensor4(long ... method SubZWMatrixAsReadOnlyTensor4Window (line 123697) | public readonly Tensor4 SubZWMatrixAsReadOnlyTensor4Window... method SubYWMatrixAsReadOnlyTensor4 (line 123708) | public readonly Tensor4 SubYWMatrixAsReadOnlyTensor4(long ... method SubYWMatrixAsReadOnlyTensor4Window (line 123719) | public readonly Tensor4 SubYWMatrixAsReadOnlyTensor4Window... method SubYZMatrixAsReadOnlyTensor4 (line 123730) | public readonly Tensor4 SubYZMatrixAsReadOnlyTensor4(long ... method SubYZMatrixAsReadOnlyTensor4Window (line 123741) | public readonly Tensor4 SubYZMatrixAsReadOnlyTensor4Window... method SubXWMatrixAsReadOnlyTensor4 (line 123752) | public readonly Tensor4 SubXWMatrixAsReadOnlyTensor4(long ... method SubXWMatrixAsReadOnlyTensor4Window (line 123763) | public readonly Tensor4 SubXWMatrixAsReadOnlyTensor4Window... method SubXZMatrixAsReadOnlyTensor4 (line 123774) | public readonly Tensor4 SubXZMatrixAsReadOnlyTensor4(long ... method SubXZMatrixAsReadOnlyTensor4Window (line 123785) | public readonly Tensor4 SubXZMatrixAsReadOnlyTensor4Window... method SubXYMatrixAsReadOnlyTensor4 (line 123796) | public readonly Tensor4 SubXYMatrixAsReadOnlyTensor4(long ... method SubXYMatrixAsReadOnlyTensor4Window (line 123807) | public readonly Tensor4 SubXYMatrixAsReadOnlyTensor4Window... method Copy (line 123820) | public readonly Tensor4 Copy() method CopyWindow (line 123829) | public readonly Tensor4 CopyWindow() method Map (line 123839) | public readonly Tensor4 Map(Func fun) method MapWindow (line 123848) | public readonly Tensor4 MapWindow(Func fun) method CopyView (line 123853) | public readonly Tensor4 CopyView() method CopyViewWindow (line 123858) | public readonly Tensor4 CopyViewWindow() method Map (line 123867) | public readonly Tensor4 Map(Func fun) method MapWindow (line 123876) | public readonly Tensor4 MapWindow(Func fun) method Apply (line 123891) | public readonly Tensor4 Apply(Func element_elementFun) method Apply (line 123918) | public readonly Tensor4 Apply( method Apply (line 123972) | public readonly Tensor4 Apply( method ApplyByCoord (line 124026) | public readonly Tensor4 ApplyByCoord(Func element... method ApplyByCoord (line 124074) | public readonly Tensor4 ApplyByCoord(Func Set(Tv v) method SetByCoord (line 124149) | public readonly Tensor4 SetByCoord(Func SetByCoord(Func crd_elementFun) method SetByCoord (line 124247) | public readonly Tensor4 SetByCoord( method SetByIndex (line 124297) | public readonly Tensor4 SetByIndex(Func index_elemen... method Set (line 124349) | public readonly Tensor4 Set(ITensor4 it1) method Set (line 124399) | public readonly Tensor4 Set(Tensor4 t1) method SetMap (line 124452) | public readonly Tensor4 SetMap( method SetByIndex (line 124508) | public readonly Tensor4 SetByIndex( method Set (line 124561) | public readonly Tensor4 Set(Tensor4 t1) method SetMap (line 124614) | public readonly Tensor4 SetMap( method SetByIndex (line 124670) | public readonly Tensor4 SetByIndex( method SetMap2 (line 124724) | public readonly Tensor4 SetMap2( method SetByIndex (line 124781) | public readonly Tensor4 SetByIndex( method SetMap2 (line 124836) | public readonly Tensor4 SetMap2( method SetByIndex (line 124893) | public readonly Tensor4 SetByIndex( method SetMap2 (line 124948) | public readonly Tensor4 SetMap2( method SetByIndex (line 125005) | public readonly Tensor4 SetByIndex( method SetMap2 (line 125060) | public readonly Tensor4 SetMap2( method SetByIndex (line 125117) | public readonly Tensor4 SetByIndex( method SetMap3 (line 125172) | public readonly Tensor4 SetMap3( method SetByIndex (line 125229) | public readonly Tensor4 SetByIndex( method SetMap3 (line 125284) | public readonly Tensor4 SetMap3( method SetByIndex (line 125341) | public readonly Tensor4 SetByIndex( method SetMap3 (line 125396) | public readonly Tensor4 SetMap3( method SetByIndex (line 125453) | public readonly Tensor4 SetByIndex( method SetMap3 (line 125508) | public readonly Tensor4 SetMap3( method SetByIndex (line 125565) | public readonly Tensor4 SetByIndex( method SetMap3 (line 125620) | public readonly Tensor4 SetMap3( method SetByIndex (line 125677) | public readonly Tensor4 SetByIndex( method SetMap3 (line 125732) | public readonly Tensor4 SetMap3( method SetByIndex (line 125789) | public readonly Tensor4 SetByIndex( method SetMap3 (line 125844) | public readonly Tensor4 SetMap3( method SetByIndex (line 125901) | public readonly Tensor4 SetByIndex( method SetMap3 (line 125956) | public readonly Tensor4 SetMap3( method SetByIndex (line 126013) | public readonly Tensor4 SetByIndex( method SetConvolution (line 126066) | public readonly Tensor4 SetConvolution( method SetOuterProduct (line 126082) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 126121) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 126160) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 126199) | public readonly Tensor4 SetOuterProduct SetOuterProduct( method SetOuterProduct (line 126277) | public readonly Tensor4 SetOuterProduct SetOuterProduct SetOuterProduct SetOuterProduct( method SetOuterProduct (line 126433) | public readonly Tensor4 SetOuterProduct SetOuterProduct SetOuterProduct SetOuterProduct SetOuterProduct SetOuterProduct SetOuterProduct( method Norm (line 126752) | public readonly Tr Norm(Func e... method Norm (line 126799) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 126846) | public readonly Ts InnerProduct( method InnerProduct (line 126897) | public readonly Ts InnerProduct( method Norm (line 126948) | public readonly Tr Norm( method Norm (line 126998) | public readonly Tr Norm(Func e... method Norm (line 127048) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 127098) | public readonly Ts InnerProduct( method InnerProduct (line 127152) | public readonly Ts InnerProduct( method Create (line 127213) | public static Tensor4 Create( method Create (line 127222) | public static Tensor4 Create( method Map (line 127232) | public static Tensor4 Map( method CreateByIndex (line 127244) | public static Tensor4 CreateByIndex( method Map (line 127254) | public static Tensor4 Map( method CreateByIndex (line 127266) | public static Tensor4 CreateByIndex( method Map2 (line 127276) | public static Tensor4 Map2( method CreateByIndex (line 127289) | public static Tensor4 CreateByIndex( method Map2 (line 127300) | public static Tensor4 Map2( method CreateByIndex (line 127313) | public static Tensor4 CreateByIndex( method Map2 (line 127324) | public static Tensor4 Map2( method CreateByIndex (line 127337) | public static Tensor4 CreateByIndex( method Map2 (line 127348) | public static Tensor4 Map2( method CreateByIndex (line 127361) | public static Tensor4 CreateByIndex( method Map3 (line 127372) | public static Tensor4 Map3( method CreateByIndex (line 127385) | public static Tensor4 CreateByIndex( method Map3 (line 127396) | public static Tensor4 Map3( method CreateByIndex (line 127409) | public static Tensor4 CreateByIndex( method Map3 (line 127420) | public static Tensor4 Map3( method CreateByIndex (line 127433) | public static Tensor4 CreateByIndex( method Map3 (line 127444) | public static Tensor4 Map3( method CreateByIndex (line 127457) | public static Tensor4 CreateByIndex( method Map3 (line 127468) | public static Tensor4 Map3( method CreateByIndex (line 127481) | public static Tensor4 CreateByIndex( method Map3 (line 127492) | public static Tensor4 Map3( method CreateByIndex (line 127505) | public static Tensor4 CreateByIndex( method Map3 (line 127516) | public static Tensor4 Map3( method CreateByIndex (line 127529) | public static Tensor4 CreateByIndex( method Map3 (line 127540) | public static Tensor4 Map3( method CreateByIndex (line 127553) | public static Tensor4 CreateByIndex( method Create (line 127564) | public static Tensor4 Create(V4l size, Func fun) method CreateConvolution (line 127575) | public static Tensor4 CreateConvolution( method CreateOuterProduct (line 127589) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 127602) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 127615) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 127628) | public readonly Tensor4 CreateOuterProduct CreateOuterProduct( method CreateOuterProduct (line 127654) | public readonly Tensor4 CreateOuterProduct CreateOuterProduct CreateOuterProduct CreateOuterProduct( method CreateOuterProduct (line 127706) | public readonly Tensor4 CreateOuterProduct CreateOuterProduct CreateOuterProduct CreateOuterProduct CreateOuterProduct CreateOuterProduct CreateOuterProduct( method SampleRaw16 (line 127814) | public readonly TRes SampleRaw16( method Sample16Clamped (line 127838) | public readonly TRes Sample16Clamped( method Sample16Clamped (line 127850) | public readonly TRes Sample16Clamped( method Sample16 (line 127862) | public readonly TRes Sample16( method Sample16 (line 127887) | public readonly TRes Sample16( method GetValue (line 127926) | public readonly object GetValue(long x, long y, long z, long w) method SetValue (line 127931) | public readonly void SetValue(object value, long x, long y, long z, lo... method GetValue (line 127936) | public readonly object GetValue(V4l v) method SetValue (line 127941) | public readonly void SetValue(object value, V4l v) type Tensor4 (line 106811) | [Serializable] method Tensor4 (line 85290) | public Tensor4(Td[] data, Tensor4Info info) method Tensor4 (line 85299) | public Tensor4(V4l size) method Tensor4 (line 85306) | public Tensor4(V4i size) method Tensor4 (line 85313) | public Tensor4(Tensor4Info info) method Tensor4 (line 85320) | public Tensor4(long sx, long sy, long sz, long sw) method Tensor4 (line 85327) | public Tensor4(Td[] data, long sx, long sy, long sz, long sw) method Tensor4 (line 85334) | public Tensor4(long sx, long sy, long sz, long sw, Td value) method Tensor4 (line 85341) | public Tensor4(Td[] data, V4l size) method Tensor4 (line 85348) | public Tensor4(Td[] data, V4i size) method Tensor4 (line 85356) | public Tensor4(V4l size, Td value) method Tensor4 (line 85366) | public Tensor4(V4i size, Td value) method Tensor4 (line 85373) | public Tensor4(Td[] data, long origin, V4l size, V4l delta) method Tensor4 (line 85380) | public Tensor4(Td[] data, long origin, V4l size, V4l delta, V4l first) method Tensor4 (line 85387) | public Tensor4(long origin, V4l size, V4l delta) method ForeachIndex (line 85835) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 85840) | public readonly void ForeachIndex(Action... method ForeachCoord (line 85845) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 85850) | public readonly void ForeachIndex(Tensor4Info t1, Action i... method ForeachX (line 85861) | public readonly void ForeachX( method ForeachY (line 85873) | public readonly void ForeachY( method ForeachZ (line 85885) | public readonly void ForeachZ( method ForeachW (line 85897) | public readonly void ForeachW( method ForeachXY (line 85912) | public readonly void ForeachXY( method ForeachXY (line 85928) | public readonly void ForeachXY( method ForeachXY (line 85946) | public readonly void ForeachXY( method ForeachXY (line 85964) | public readonly void ForeachXY( method ForeachXZ (line 85984) | public readonly void ForeachXZ( method ForeachXZ (line 86000) | public readonly void ForeachXZ( method ForeachXZ (line 86018) | public readonly void ForeachXZ( method ForeachXZ (line 86036) | public readonly void ForeachXZ( method ForeachXW (line 86056) | public readonly void ForeachXW( method ForeachXW (line 86072) | public readonly void ForeachXW( method ForeachXW (line 86090) | public readonly void ForeachXW( method ForeachXW (line 86108) | public readonly void ForeachXW( method ForeachYX (line 86128) | public readonly void ForeachYX( method ForeachYX (line 86144) | public readonly void ForeachYX( method ForeachYX (line 86162) | public readonly void ForeachYX( method ForeachYX (line 86180) | public readonly void ForeachYX( method ForeachYZ (line 86200) | public readonly void ForeachYZ( method ForeachYZ (line 86216) | public readonly void ForeachYZ( method ForeachYZ (line 86234) | public readonly void ForeachYZ( method ForeachYZ (line 86252) | public readonly void ForeachYZ( method ForeachYW (line 86272) | public readonly void ForeachYW( method ForeachYW (line 86288) | public readonly void ForeachYW( method ForeachYW (line 86306) | public readonly void ForeachYW( method ForeachYW (line 86324) | public readonly void ForeachYW( method ForeachZX (line 86344) | public readonly void ForeachZX( method ForeachZX (line 86360) | public readonly void ForeachZX( method ForeachZX (line 86378) | public readonly void ForeachZX( method ForeachZX (line 86396) | public readonly void ForeachZX( method ForeachZY (line 86416) | public readonly void ForeachZY( method ForeachZY (line 86432) | public readonly void ForeachZY( method ForeachZY (line 86450) | public readonly void ForeachZY( method ForeachZY (line 86468) | public readonly void ForeachZY( method ForeachZW (line 86488) | public readonly void ForeachZW( method ForeachZW (line 86504) | public readonly void ForeachZW( method ForeachZW (line 86522) | public readonly void ForeachZW( method ForeachZW (line 86540) | public readonly void ForeachZW( method ForeachWX (line 86560) | public readonly void ForeachWX( method ForeachWX (line 86576) | public readonly void ForeachWX( method ForeachWX (line 86594) | public readonly void ForeachWX( method ForeachWX (line 86612) | public readonly void ForeachWX( method ForeachWY (line 86632) | public readonly void ForeachWY( method ForeachWY (line 86648) | public readonly void ForeachWY( method ForeachWY (line 86666) | public readonly void ForeachWY( method ForeachWY (line 86684) | public readonly void ForeachWY( method ForeachWZ (line 86704) | public readonly void ForeachWZ( method ForeachWZ (line 86720) | public readonly void ForeachWZ( method ForeachWZ (line 86738) | public readonly void ForeachWZ( method ForeachWZ (line 86756) | public readonly void ForeachWZ( method ForeachXIndex (line 86773) | public readonly void ForeachXIndex( method ForeachXIndex (line 86785) | public readonly void ForeachXIndex( method ForeachYIndex (line 86797) | public readonly void ForeachYIndex( method ForeachYIndex (line 86809) | public readonly void ForeachYIndex( method ForeachZIndex (line 86821) | public readonly void ForeachZIndex( method ForeachZIndex (line 86833) | public readonly void ForeachZIndex( method ForeachWIndex (line 86845) | public readonly void ForeachWIndex( method ForeachWIndex (line 86857) | public readonly void ForeachWIndex( method ForeachXYIndex (line 86872) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 86888) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 86906) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 86924) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 86944) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 86960) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 86978) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 86996) | public readonly void ForeachXYIndex( method ForeachXZIndex (line 87016) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 87032) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 87050) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 87068) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 87088) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 87104) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 87122) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 87140) | public readonly void ForeachXZIndex( method ForeachXWIndex (line 87160) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 87176) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 87194) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 87212) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 87232) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 87248) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 87266) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 87284) | public readonly void ForeachXWIndex( method ForeachYXIndex (line 87304) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 87320) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 87338) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 87356) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 87376) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 87392) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 87410) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 87428) | public readonly void ForeachYXIndex( method ForeachYZIndex (line 87448) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 87464) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 87482) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 87500) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 87520) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 87536) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 87554) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 87572) | public readonly void ForeachYZIndex( method ForeachYWIndex (line 87592) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 87608) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 87626) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 87644) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 87664) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 87680) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 87698) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 87716) | public readonly void ForeachYWIndex( method ForeachZXIndex (line 87736) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 87752) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 87770) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 87788) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 87808) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 87824) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 87842) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 87860) | public readonly void ForeachZXIndex( method ForeachZYIndex (line 87880) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 87896) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 87914) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 87932) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 87952) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 87968) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 87986) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 88004) | public readonly void ForeachZYIndex( method ForeachZWIndex (line 88024) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 88040) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 88058) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 88076) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 88096) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 88112) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 88130) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 88148) | public readonly void ForeachZWIndex( method ForeachWXIndex (line 88168) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 88184) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 88202) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 88220) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 88240) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 88256) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 88274) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 88292) | public readonly void ForeachWXIndex( method ForeachWYIndex (line 88312) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 88328) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 88346) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 88364) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 88384) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 88400) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 88418) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 88436) | public readonly void ForeachWYIndex( method ForeachWZIndex (line 88456) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 88472) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 88490) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 88508) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 88528) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 88544) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 88562) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 88580) | public readonly void ForeachWZIndex( method ForeachXYZ (line 88601) | public readonly void ForeachXYZ( method ForeachXYZ (line 88618) | public readonly void ForeachXYZ( method ForeachXYZ (line 88639) | public readonly void ForeachXYZ( method ForeachXYZ (line 88660) | public readonly void ForeachXYZ( method ForeachXYW (line 88685) | public readonly void ForeachXYW( method ForeachXYW (line 88702) | public readonly void ForeachXYW( method ForeachXYW (line 88723) | public readonly void ForeachXYW( method ForeachXYW (line 88744) | public readonly void ForeachXYW( method ForeachXZY (line 88769) | public readonly void ForeachXZY( method ForeachXZY (line 88786) | public readonly void ForeachXZY( method ForeachXZY (line 88807) | public readonly void ForeachXZY( method ForeachXZY (line 88828) | public readonly void ForeachXZY( method ForeachXZW (line 88853) | public readonly void ForeachXZW( method ForeachXZW (line 88870) | public readonly void ForeachXZW( method ForeachXZW (line 88891) | public readonly void ForeachXZW( method ForeachXZW (line 88912) | public readonly void ForeachXZW( method ForeachXWY (line 88937) | public readonly void ForeachXWY( method ForeachXWY (line 88954) | public readonly void ForeachXWY( method ForeachXWY (line 88975) | public readonly void ForeachXWY( method ForeachXWY (line 88996) | public readonly void ForeachXWY( method ForeachXWZ (line 89021) | public readonly void ForeachXWZ( method ForeachXWZ (line 89038) | public readonly void ForeachXWZ( method ForeachXWZ (line 89059) | public readonly void ForeachXWZ( method ForeachXWZ (line 89080) | public readonly void ForeachXWZ( method ForeachYXZ (line 89105) | public readonly void ForeachYXZ( method ForeachYXZ (line 89122) | public readonly void ForeachYXZ( method ForeachYXZ (line 89143) | public readonly void ForeachYXZ( method ForeachYXZ (line 89164) | public readonly void ForeachYXZ( method ForeachYXW (line 89189) | public readonly void ForeachYXW( method ForeachYXW (line 89206) | public readonly void ForeachYXW( method ForeachYXW (line 89227) | public readonly void ForeachYXW( method ForeachYXW (line 89248) | public readonly void ForeachYXW( method ForeachYZX (line 89273) | public readonly void ForeachYZX( method ForeachYZX (line 89290) | public readonly void ForeachYZX( method ForeachYZX (line 89311) | public readonly void ForeachYZX( method ForeachYZX (line 89332) | public readonly void ForeachYZX( method ForeachYZW (line 89357) | public readonly void ForeachYZW( method ForeachYZW (line 89374) | public readonly void ForeachYZW( method ForeachYZW (line 89395) | public readonly void ForeachYZW( method ForeachYZW (line 89416) | public readonly void ForeachYZW( method ForeachYWX (line 89441) | public readonly void ForeachYWX( method ForeachYWX (line 89458) | public readonly void ForeachYWX( method ForeachYWX (line 89479) | public readonly void ForeachYWX( method ForeachYWX (line 89500) | public readonly void ForeachYWX( method ForeachYWZ (line 89525) | public readonly void ForeachYWZ( method ForeachYWZ (line 89542) | public readonly void ForeachYWZ( method ForeachYWZ (line 89563) | public readonly void ForeachYWZ( method ForeachYWZ (line 89584) | public readonly void ForeachYWZ( method ForeachZXY (line 89609) | public readonly void ForeachZXY( method ForeachZXY (line 89626) | public readonly void ForeachZXY( method ForeachZXY (line 89647) | public readonly void ForeachZXY( method ForeachZXY (line 89668) | public readonly void ForeachZXY( method ForeachZXW (line 89693) | public readonly void ForeachZXW( method ForeachZXW (line 89710) | public readonly void ForeachZXW( method ForeachZXW (line 89731) | public readonly void ForeachZXW( method ForeachZXW (line 89752) | public readonly void ForeachZXW( method ForeachZYX (line 89777) | public readonly void ForeachZYX( method ForeachZYX (line 89794) | public readonly void ForeachZYX( method ForeachZYX (line 89815) | public readonly void ForeachZYX( method ForeachZYX (line 89836) | public readonly void ForeachZYX( method ForeachZYW (line 89861) | public readonly void ForeachZYW( method ForeachZYW (line 89878) | public readonly void ForeachZYW( method ForeachZYW (line 89899) | public readonly void ForeachZYW( method ForeachZYW (line 89920) | public readonly void ForeachZYW( method ForeachZWX (line 89945) | public readonly void ForeachZWX( method ForeachZWX (line 89962) | public readonly void ForeachZWX( method ForeachZWX (line 89983) | public readonly void ForeachZWX( method ForeachZWX (line 90004) | public readonly void ForeachZWX( method ForeachZWY (line 90029) | public readonly void ForeachZWY( method ForeachZWY (line 90046) | public readonly void ForeachZWY( method ForeachZWY (line 90067) | public readonly void ForeachZWY( method ForeachZWY (line 90088) | public readonly void ForeachZWY( method ForeachWXY (line 90113) | public readonly void ForeachWXY( method ForeachWXY (line 90130) | public readonly void ForeachWXY( method ForeachWXY (line 90151) | public readonly void ForeachWXY( method ForeachWXY (line 90172) | public readonly void ForeachWXY( method ForeachWXZ (line 90197) | public readonly void ForeachWXZ( method ForeachWXZ (line 90214) | public readonly void ForeachWXZ( method ForeachWXZ (line 90235) | public readonly void ForeachWXZ( method ForeachWXZ (line 90256) | public readonly void ForeachWXZ( method ForeachWYX (line 90281) | public readonly void ForeachWYX( method ForeachWYX (line 90298) | public readonly void ForeachWYX( method ForeachWYX (line 90319) | public readonly void ForeachWYX( method ForeachWYX (line 90340) | public readonly void ForeachWYX( method ForeachWYZ (line 90365) | public readonly void ForeachWYZ( method ForeachWYZ (line 90382) | public readonly void ForeachWYZ( method ForeachWYZ (line 90403) | public readonly void ForeachWYZ( method ForeachWYZ (line 90424) | public readonly void ForeachWYZ( method ForeachWZX (line 90449) | public readonly void ForeachWZX( method ForeachWZX (line 90466) | public readonly void ForeachWZX( method ForeachWZX (line 90487) | public readonly void ForeachWZX( method ForeachWZX (line 90508) | public readonly void ForeachWZX( method ForeachWZY (line 90533) | public readonly void ForeachWZY( method ForeachWZY (line 90550) | public readonly void ForeachWZY( method ForeachWZY (line 90571) | public readonly void ForeachWZY( method ForeachWZY (line 90592) | public readonly void ForeachWZY( method ForeachXYZIndex (line 90617) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 90634) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 90655) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 90676) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 90701) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 90718) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 90739) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 90760) | public readonly void ForeachXYZIndex( method ForeachXYWIndex (line 90785) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 90802) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 90823) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 90844) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 90869) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 90886) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 90907) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 90928) | public readonly void ForeachXYWIndex( method ForeachXZYIndex (line 90953) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 90970) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 90991) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 91012) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 91037) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 91054) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 91075) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 91096) | public readonly void ForeachXZYIndex( method ForeachXZWIndex (line 91121) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 91138) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 91159) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 91180) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 91205) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 91222) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 91243) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 91264) | public readonly void ForeachXZWIndex( method ForeachXWYIndex (line 91289) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 91306) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 91327) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 91348) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 91373) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 91390) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 91411) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 91432) | public readonly void ForeachXWYIndex( method ForeachXWZIndex (line 91457) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 91474) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 91495) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 91516) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 91541) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 91558) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 91579) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 91600) | public readonly void ForeachXWZIndex( method ForeachYXZIndex (line 91625) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 91642) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 91663) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 91684) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 91709) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 91726) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 91747) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 91768) | public readonly void ForeachYXZIndex( method ForeachYXWIndex (line 91793) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 91810) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 91831) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 91852) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 91877) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 91894) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 91915) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 91936) | public readonly void ForeachYXWIndex( method ForeachYZXIndex (line 91961) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 91978) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 91999) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 92020) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 92045) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 92062) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 92083) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 92104) | public readonly void ForeachYZXIndex( method ForeachYZWIndex (line 92129) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 92146) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 92167) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 92188) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 92213) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 92230) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 92251) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 92272) | public readonly void ForeachYZWIndex( method ForeachYWXIndex (line 92297) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 92314) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 92335) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 92356) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 92381) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 92398) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 92419) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 92440) | public readonly void ForeachYWXIndex( method ForeachYWZIndex (line 92465) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 92482) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 92503) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 92524) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 92549) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 92566) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 92587) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 92608) | public readonly void ForeachYWZIndex( method ForeachZXYIndex (line 92633) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 92650) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 92671) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 92692) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 92717) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 92734) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 92755) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 92776) | public readonly void ForeachZXYIndex( method ForeachZXWIndex (line 92801) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 92818) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 92839) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 92860) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 92885) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 92902) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 92923) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 92944) | public readonly void ForeachZXWIndex( method ForeachZYXIndex (line 92969) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 92986) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 93007) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 93028) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 93053) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 93070) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 93091) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 93112) | public readonly void ForeachZYXIndex( method ForeachZYWIndex (line 93137) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 93154) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 93175) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 93196) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 93221) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 93238) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 93259) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 93280) | public readonly void ForeachZYWIndex( method ForeachZWXIndex (line 93305) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 93322) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 93343) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 93364) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 93389) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 93406) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 93427) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 93448) | public readonly void ForeachZWXIndex( method ForeachZWYIndex (line 93473) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 93490) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 93511) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 93532) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 93557) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 93574) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 93595) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 93616) | public readonly void ForeachZWYIndex( method ForeachWXYIndex (line 93641) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 93658) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 93679) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 93700) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 93725) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 93742) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 93763) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 93784) | public readonly void ForeachWXYIndex( method ForeachWXZIndex (line 93809) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 93826) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 93847) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 93868) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 93893) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 93910) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 93931) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 93952) | public readonly void ForeachWXZIndex( method ForeachWYXIndex (line 93977) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 93994) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 94015) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 94036) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 94061) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 94078) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 94099) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 94120) | public readonly void ForeachWYXIndex( method ForeachWYZIndex (line 94145) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 94162) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 94183) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 94204) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 94229) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 94246) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 94267) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 94288) | public readonly void ForeachWYZIndex( method ForeachWZXIndex (line 94313) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 94330) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 94351) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 94372) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 94397) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 94414) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 94435) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 94456) | public readonly void ForeachWZXIndex( method ForeachWZYIndex (line 94481) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 94498) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 94519) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 94540) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 94565) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 94582) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 94603) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 94624) | public readonly void ForeachWZYIndex( method ForeachXYZW (line 94649) | public readonly void ForeachXYZW( method ForeachXYZW (line 94666) | public readonly void ForeachXYZW( method ForeachXYZW (line 94689) | public readonly void ForeachXYZW( method ForeachXYZW (line 94712) | public readonly void ForeachXYZW( method ForeachXYWZ (line 94741) | public readonly void ForeachXYWZ( method ForeachXYWZ (line 94758) | public readonly void ForeachXYWZ( method ForeachXYWZ (line 94781) | public readonly void ForeachXYWZ( method ForeachXYWZ (line 94804) | public readonly void ForeachXYWZ( method ForeachXZYW (line 94833) | public readonly void ForeachXZYW( method ForeachXZYW (line 94850) | public readonly void ForeachXZYW( method ForeachXZYW (line 94873) | public readonly void ForeachXZYW( method ForeachXZYW (line 94896) | public readonly void ForeachXZYW( method ForeachXZWY (line 94925) | public readonly void ForeachXZWY( method ForeachXZWY (line 94942) | public readonly void ForeachXZWY( method ForeachXZWY (line 94965) | public readonly void ForeachXZWY( method ForeachXZWY (line 94988) | public readonly void ForeachXZWY( method ForeachXWYZ (line 95017) | public readonly void ForeachXWYZ( method ForeachXWYZ (line 95034) | public readonly void ForeachXWYZ( method ForeachXWYZ (line 95057) | public readonly void ForeachXWYZ( method ForeachXWYZ (line 95080) | public readonly void ForeachXWYZ( method ForeachXWZY (line 95109) | public readonly void ForeachXWZY( method ForeachXWZY (line 95126) | public readonly void ForeachXWZY( method ForeachXWZY (line 95149) | public readonly void ForeachXWZY( method ForeachXWZY (line 95172) | public readonly void ForeachXWZY( method ForeachYXZW (line 95201) | public readonly void ForeachYXZW( method ForeachYXZW (line 95218) | public readonly void ForeachYXZW( method ForeachYXZW (line 95241) | public readonly void ForeachYXZW( method ForeachYXZW (line 95264) | public readonly void ForeachYXZW( method ForeachYXWZ (line 95293) | public readonly void ForeachYXWZ( method ForeachYXWZ (line 95310) | public readonly void ForeachYXWZ( method ForeachYXWZ (line 95333) | public readonly void ForeachYXWZ( method ForeachYXWZ (line 95356) | public readonly void ForeachYXWZ( method ForeachYZXW (line 95385) | public readonly void ForeachYZXW( method ForeachYZXW (line 95402) | public readonly void ForeachYZXW( method ForeachYZXW (line 95425) | public readonly void ForeachYZXW( method ForeachYZXW (line 95448) | public readonly void ForeachYZXW( method ForeachYZWX (line 95477) | public readonly void ForeachYZWX( method ForeachYZWX (line 95494) | public readonly void ForeachYZWX( method ForeachYZWX (line 95517) | public readonly void ForeachYZWX( method ForeachYZWX (line 95540) | public readonly void ForeachYZWX( method ForeachYWXZ (line 95569) | public readonly void ForeachYWXZ( method ForeachYWXZ (line 95586) | public readonly void ForeachYWXZ( method ForeachYWXZ (line 95609) | public readonly void ForeachYWXZ( method ForeachYWXZ (line 95632) | public readonly void ForeachYWXZ( method ForeachYWZX (line 95661) | public readonly void ForeachYWZX( method ForeachYWZX (line 95678) | public readonly void ForeachYWZX( method ForeachYWZX (line 95701) | public readonly void ForeachYWZX( method ForeachYWZX (line 95724) | public readonly void ForeachYWZX( method ForeachZXYW (line 95753) | public readonly void ForeachZXYW( method ForeachZXYW (line 95770) | public readonly void ForeachZXYW( method ForeachZXYW (line 95793) | public readonly void ForeachZXYW( method ForeachZXYW (line 95816) | public readonly void ForeachZXYW( method ForeachZXWY (line 95845) | public readonly void ForeachZXWY( method ForeachZXWY (line 95862) | public readonly void ForeachZXWY( method ForeachZXWY (line 95885) | public readonly void ForeachZXWY( method ForeachZXWY (line 95908) | public readonly void ForeachZXWY( method ForeachZYXW (line 95937) | public readonly void ForeachZYXW( method ForeachZYXW (line 95954) | public readonly void ForeachZYXW( method ForeachZYXW (line 95977) | public readonly void ForeachZYXW( method ForeachZYXW (line 96000) | public readonly void ForeachZYXW( method ForeachZYWX (line 96029) | public readonly void ForeachZYWX( method ForeachZYWX (line 96046) | public readonly void ForeachZYWX( method ForeachZYWX (line 96069) | public readonly void ForeachZYWX( method ForeachZYWX (line 96092) | public readonly void ForeachZYWX( method ForeachZWXY (line 96121) | public readonly void ForeachZWXY( method ForeachZWXY (line 96138) | public readonly void ForeachZWXY( method ForeachZWXY (line 96161) | public readonly void ForeachZWXY( method ForeachZWXY (line 96184) | public readonly void ForeachZWXY( method ForeachZWYX (line 96213) | public readonly void ForeachZWYX( method ForeachZWYX (line 96230) | public readonly void ForeachZWYX( method ForeachZWYX (line 96253) | public readonly void ForeachZWYX( method ForeachZWYX (line 96276) | public readonly void ForeachZWYX( method ForeachWXYZ (line 96305) | public readonly void ForeachWXYZ( method ForeachWXYZ (line 96322) | public readonly void ForeachWXYZ( method ForeachWXYZ (line 96345) | public readonly void ForeachWXYZ( method ForeachWXYZ (line 96368) | public readonly void ForeachWXYZ( method ForeachWXZY (line 96397) | public readonly void ForeachWXZY( method ForeachWXZY (line 96414) | public readonly void ForeachWXZY( method ForeachWXZY (line 96437) | public readonly void ForeachWXZY( method ForeachWXZY (line 96460) | public readonly void ForeachWXZY( method ForeachWYXZ (line 96489) | public readonly void ForeachWYXZ( method ForeachWYXZ (line 96506) | public readonly void ForeachWYXZ( method ForeachWYXZ (line 96529) | public readonly void ForeachWYXZ( method ForeachWYXZ (line 96552) | public readonly void ForeachWYXZ( method ForeachWYZX (line 96581) | public readonly void ForeachWYZX( method ForeachWYZX (line 96598) | public readonly void ForeachWYZX( method ForeachWYZX (line 96621) | public readonly void ForeachWYZX( method ForeachWYZX (line 96644) | public readonly void ForeachWYZX( method ForeachWZXY (line 96673) | public readonly void ForeachWZXY( method ForeachWZXY (line 96690) | public readonly void ForeachWZXY( method ForeachWZXY (line 96713) | public readonly void ForeachWZXY( method ForeachWZXY (line 96736) | public readonly void ForeachWZXY( method ForeachWZYX (line 96765) | public readonly void ForeachWZYX( method ForeachWZYX (line 96782) | public readonly void ForeachWZYX( method ForeachWZYX (line 96805) | public readonly void ForeachWZYX( method ForeachWZYX (line 96828) | public readonly void ForeachWZYX( method ForeachXYZWIndex (line 96857) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 96874) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 96897) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 96920) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 96949) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 96966) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 96989) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 97012) | public readonly void ForeachXYZWIndex( method ForeachXYWZIndex (line 97041) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 97058) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 97081) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 97104) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 97133) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 97150) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 97173) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 97196) | public readonly void ForeachXYWZIndex( method ForeachXZYWIndex (line 97225) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 97242) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 97265) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 97288) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 97317) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 97334) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 97357) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 97380) | public readonly void ForeachXZYWIndex( method ForeachXZWYIndex (line 97409) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 97426) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 97449) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 97472) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 97501) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 97518) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 97541) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 97564) | public readonly void ForeachXZWYIndex( method ForeachXWYZIndex (line 97593) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 97610) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 97633) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 97656) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 97685) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 97702) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 97725) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 97748) | public readonly void ForeachXWYZIndex( method ForeachXWZYIndex (line 97777) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 97794) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 97817) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 97840) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 97869) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 97886) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 97909) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 97932) | public readonly void ForeachXWZYIndex( method ForeachYXZWIndex (line 97961) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 97978) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 98001) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 98024) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 98053) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 98070) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 98093) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 98116) | public readonly void ForeachYXZWIndex( method ForeachYXWZIndex (line 98145) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 98162) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 98185) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 98208) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 98237) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 98254) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 98277) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 98300) | public readonly void ForeachYXWZIndex( method ForeachYZXWIndex (line 98329) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 98346) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 98369) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 98392) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 98421) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 98438) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 98461) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 98484) | public readonly void ForeachYZXWIndex( method ForeachYZWXIndex (line 98513) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 98530) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 98553) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 98576) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 98605) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 98622) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 98645) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 98668) | public readonly void ForeachYZWXIndex( method ForeachYWXZIndex (line 98697) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 98714) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 98737) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 98760) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 98789) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 98806) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 98829) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 98852) | public readonly void ForeachYWXZIndex( method ForeachYWZXIndex (line 98881) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 98898) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 98921) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 98944) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 98973) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 98990) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 99013) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 99036) | public readonly void ForeachYWZXIndex( method ForeachZXYWIndex (line 99065) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 99082) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 99105) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 99128) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 99157) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 99174) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 99197) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 99220) | public readonly void ForeachZXYWIndex( method ForeachZXWYIndex (line 99249) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 99266) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 99289) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 99312) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 99341) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 99358) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 99381) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 99404) | public readonly void ForeachZXWYIndex( method ForeachZYXWIndex (line 99433) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 99450) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 99473) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 99496) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 99525) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 99542) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 99565) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 99588) | public readonly void ForeachZYXWIndex( method ForeachZYWXIndex (line 99617) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 99634) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 99657) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 99680) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 99709) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 99726) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 99749) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 99772) | public readonly void ForeachZYWXIndex( method ForeachZWXYIndex (line 99801) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 99818) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 99841) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 99864) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 99893) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 99910) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 99933) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 99956) | public readonly void ForeachZWXYIndex( method ForeachZWYXIndex (line 99985) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 100002) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 100025) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 100048) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 100077) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 100094) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 100117) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 100140) | public readonly void ForeachZWYXIndex( method ForeachWXYZIndex (line 100169) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 100186) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 100209) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 100232) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 100261) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 100278) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 100301) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 100324) | public readonly void ForeachWXYZIndex( method ForeachWXZYIndex (line 100353) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 100370) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 100393) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 100416) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 100445) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 100462) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 100485) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 100508) | public readonly void ForeachWXZYIndex( method ForeachWYXZIndex (line 100537) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 100554) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 100577) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 100600) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 100629) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 100646) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 100669) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 100692) | public readonly void ForeachWYXZIndex( method ForeachWYZXIndex (line 100721) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 100738) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 100761) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 100784) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 100813) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 100830) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 100853) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 100876) | public readonly void ForeachWYZXIndex( method ForeachWZXYIndex (line 100905) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 100922) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 100945) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 100968) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 100997) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 101014) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 101037) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 101060) | public readonly void ForeachWZXYIndex( method ForeachWZYXIndex (line 101089) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 101106) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 101129) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 101152) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 101181) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 101198) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 101221) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 101244) | public readonly void ForeachWZYXIndex( method SubTensor4Window (line 101272) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l size) method SubTensor4 (line 101282) | public readonly Tensor4 SubTensor4(V4l begin, V4l size) method SubTensor4Window (line 101292) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i size) method SubTensor4 (line 101302) | public readonly Tensor4 SubTensor4(V4i begin, V4i size) method SubTensor4Window (line 101312) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l size, V4l ... method SubTensor4 (line 101322) | public readonly Tensor4 SubTensor4(V4l begin, V4l size, V4l delta) method SubTensor4Window (line 101332) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i size, V4i ... method SubTensor4 (line 101342) | public readonly Tensor4 SubTensor4(V4i begin, V4i size, V4i delta) method SubTensor4Window (line 101351) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l size, V4l ... method SubTensor4Window (line 101360) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i size, V4i ... method SubTensor4Window (line 101370) | public readonly Tensor4 SubTensor4Window( method SubTensor4 (line 101384) | public readonly Tensor4 SubTensor4( method SubTensor4Window (line 101398) | public readonly Tensor4 SubTensor4Window( method SubTensor4 (line 101414) | public readonly Tensor4 SubTensor4( method AsVector (line 101429) | public readonly Vector AsVector() method SubVector (line 101438) | public readonly Vector SubVector(V4l origin, long size, long delta) method SubVector (line 101447) | public readonly Vector SubVector(V4i origin, long size, long delta) method SubYZWVolume (line 101456) | public readonly Volume SubYZWVolume(long x) method SubYZWVolumeAsReadOnlyTensor4 (line 101467) | public readonly Tensor4 SubYZWVolumeAsReadOnlyTensor4(long x, long... method SubYZWVolumeWindow (line 101476) | public readonly Volume SubYZWVolumeWindow(long x) method SubYZWVolumeAsReadOnlyTensor4Window (line 101487) | public readonly Tensor4 SubYZWVolumeAsReadOnlyTensor4Window(long x... method SubXZWVolume (line 101496) | public readonly Volume SubXZWVolume(long y) method SubXZWVolumeAsReadOnlyTensor4 (line 101507) | public readonly Tensor4 SubXZWVolumeAsReadOnlyTensor4(long y, long... method SubXZWVolumeWindow (line 101516) | public readonly Volume SubXZWVolumeWindow(long y) method SubXZWVolumeAsReadOnlyTensor4Window (line 101527) | public readonly Tensor4 SubXZWVolumeAsReadOnlyTensor4Window(long y... method SubXYWVolume (line 101536) | public readonly Volume SubXYWVolume(long z) method SubXYWVolumeAsReadOnlyTensor4 (line 101547) | public readonly Tensor4 SubXYWVolumeAsReadOnlyTensor4(long z, long... method SubXYWVolumeWindow (line 101556) | public readonly Volume SubXYWVolumeWindow(long z) method SubXYWVolumeAsReadOnlyTensor4Window (line 101567) | public readonly Tensor4 SubXYWVolumeAsReadOnlyTensor4Window(long z... method SubXYZVolume (line 101576) | public readonly Volume SubXYZVolume(long w) method SubXYZVolumeAsReadOnlyTensor4 (line 101587) | public readonly Tensor4 SubXYZVolumeAsReadOnlyTensor4(long w, long... method SubXYZVolumeWindow (line 101596) | public readonly Volume SubXYZVolumeWindow(long w) method SubXYZVolumeAsReadOnlyTensor4Window (line 101607) | public readonly Tensor4 SubXYZVolumeAsReadOnlyTensor4Window(long w... method SubZWMatrixAsReadOnlyTensor4 (line 101618) | public readonly Tensor4 SubZWMatrixAsReadOnlyTensor4(long x, long ... method SubZWMatrixAsReadOnlyTensor4Window (line 101629) | public readonly Tensor4 SubZWMatrixAsReadOnlyTensor4Window(long x,... method SubYWMatrixAsReadOnlyTensor4 (line 101640) | public readonly Tensor4 SubYWMatrixAsReadOnlyTensor4(long x, long ... method SubYWMatrixAsReadOnlyTensor4Window (line 101651) | public readonly Tensor4 SubYWMatrixAsReadOnlyTensor4Window(long x,... method SubYZMatrixAsReadOnlyTensor4 (line 101662) | public readonly Tensor4 SubYZMatrixAsReadOnlyTensor4(long x, long ... method SubYZMatrixAsReadOnlyTensor4Window (line 101673) | public readonly Tensor4 SubYZMatrixAsReadOnlyTensor4Window(long x,... method SubXWMatrixAsReadOnlyTensor4 (line 101684) | public readonly Tensor4 SubXWMatrixAsReadOnlyTensor4(long y, long ... method SubXWMatrixAsReadOnlyTensor4Window (line 101695) | public readonly Tensor4 SubXWMatrixAsReadOnlyTensor4Window(long y,... method SubXZMatrixAsReadOnlyTensor4 (line 101706) | public readonly Tensor4 SubXZMatrixAsReadOnlyTensor4(long y, long ... method SubXZMatrixAsReadOnlyTensor4Window (line 101717) | public readonly Tensor4 SubXZMatrixAsReadOnlyTensor4Window(long y,... method SubXYMatrixAsReadOnlyTensor4 (line 101728) | public readonly Tensor4 SubXYMatrixAsReadOnlyTensor4(long z, long ... method SubXYMatrixAsReadOnlyTensor4Window (line 101739) | public readonly Tensor4 SubXYMatrixAsReadOnlyTensor4Window(long z,... method SubTensor4Window (line 101749) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l size) method SubTensor4 (line 101759) | public readonly Tensor4 SubTensor4(V4l begin, V4l size) method SubTensor4Window (line 101769) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i size) method SubTensor4 (line 101779) | public readonly Tensor4 SubTensor4(V4i begin, V4i size) method SubTensor4Window (line 101789) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l si... method SubTensor4 (line 101799) | public readonly Tensor4 SubTensor4(V4l begin, V4l size, V4... method SubTensor4Window (line 101809) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i si... method SubTensor4 (line 101819) | public readonly Tensor4 SubTensor4(V4i begin, V4i size, V4... method SubTensor4Window (line 101828) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l si... method SubTensor4Window (line 101837) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i si... method SubTensor4Window (line 101847) | public readonly Tensor4 SubTensor4Window( method SubTensor4 (line 101861) | public readonly Tensor4 SubTensor4( method SubTensor4Window (line 101875) | public readonly Tensor4 SubTensor4Window( method SubTensor4 (line 101891) | public readonly Tensor4 SubTensor4( method AsVector (line 101906) | public readonly Vector AsVector() method SubVector (line 101915) | public readonly Vector SubVector(V4l origin, long size, lo... method SubVector (line 101924) | public readonly Vector SubVector(V4i origin, long size, lo... method SubYZWVolume (line 101933) | public readonly Volume SubYZWVolume(long x) method SubYZWVolumeAsReadOnlyTensor4 (line 101944) | public readonly Tensor4 SubYZWVolumeAsReadOnlyTensor4(long... method SubYZWVolumeWindow (line 101953) | public readonly Volume SubYZWVolumeWindow(long x) method SubYZWVolumeAsReadOnlyTensor4Window (line 101964) | public readonly Tensor4 SubYZWVolumeAsReadOnlyTensor4Window SubXZWVolume(long y) method SubXZWVolumeAsReadOnlyTensor4 (line 101984) | public readonly Tensor4 SubXZWVolumeAsReadOnlyTensor4(long... method SubXZWVolumeWindow (line 101993) | public readonly Volume SubXZWVolumeWindow(long y) method SubXZWVolumeAsReadOnlyTensor4Window (line 102004) | public readonly Tensor4 SubXZWVolumeAsReadOnlyTensor4Window SubXYWVolume(long z) method SubXYWVolumeAsReadOnlyTensor4 (line 102024) | public readonly Tensor4 SubXYWVolumeAsReadOnlyTensor4(long... method SubXYWVolumeWindow (line 102033) | public readonly Volume SubXYWVolumeWindow(long z) method SubXYWVolumeAsReadOnlyTensor4Window (line 102044) | public readonly Tensor4 SubXYWVolumeAsReadOnlyTensor4Window SubXYZVolume(long w) method SubXYZVolumeAsReadOnlyTensor4 (line 102064) | public readonly Tensor4 SubXYZVolumeAsReadOnlyTensor4(long... method SubXYZVolumeWindow (line 102073) | public readonly Volume SubXYZVolumeWindow(long w) method SubXYZVolumeAsReadOnlyTensor4Window (line 102084) | public readonly Tensor4 SubXYZVolumeAsReadOnlyTensor4Window SubZWMatrixAsReadOnlyTensor4(long ... method SubZWMatrixAsReadOnlyTensor4Window (line 102106) | public readonly Tensor4 SubZWMatrixAsReadOnlyTensor4Window... method SubYWMatrixAsReadOnlyTensor4 (line 102117) | public readonly Tensor4 SubYWMatrixAsReadOnlyTensor4(long ... method SubYWMatrixAsReadOnlyTensor4Window (line 102128) | public readonly Tensor4 SubYWMatrixAsReadOnlyTensor4Window... method SubYZMatrixAsReadOnlyTensor4 (line 102139) | public readonly Tensor4 SubYZMatrixAsReadOnlyTensor4(long ... method SubYZMatrixAsReadOnlyTensor4Window (line 102150) | public readonly Tensor4 SubYZMatrixAsReadOnlyTensor4Window... method SubXWMatrixAsReadOnlyTensor4 (line 102161) | public readonly Tensor4 SubXWMatrixAsReadOnlyTensor4(long ... method SubXWMatrixAsReadOnlyTensor4Window (line 102172) | public readonly Tensor4 SubXWMatrixAsReadOnlyTensor4Window... method SubXZMatrixAsReadOnlyTensor4 (line 102183) | public readonly Tensor4 SubXZMatrixAsReadOnlyTensor4(long ... method SubXZMatrixAsReadOnlyTensor4Window (line 102194) | public readonly Tensor4 SubXZMatrixAsReadOnlyTensor4Window... method SubXYMatrixAsReadOnlyTensor4 (line 102205) | public readonly Tensor4 SubXYMatrixAsReadOnlyTensor4(long ... method SubXYMatrixAsReadOnlyTensor4Window (line 102216) | public readonly Tensor4 SubXYMatrixAsReadOnlyTensor4Window... method Copy (line 102229) | public readonly Tensor4 Copy() method CopyWindow (line 102238) | public readonly Tensor4 CopyWindow() method Map (line 102248) | public readonly Tensor4 Map(Func fun) method MapWindow (line 102257) | public readonly Tensor4 MapWindow(Func fun) method Repeated (line 102266) | public readonly Tensor4 Repeated(V4l count) method Apply (line 102289) | public readonly Tensor4 Apply(Func element_elementFun) method Apply (line 102316) | public readonly Tensor4 Apply( method Apply (line 102414) | public readonly Tensor4 Apply( method ApplyByCoord (line 102468) | public readonly Tensor4 ApplyByCoord(Func element_crd... method ApplyByCoord (line 102516) | public readonly Tensor4 ApplyByCoord(Func Set(Td v) method SetByCoord (line 102591) | public readonly Tensor4 SetByCoord(Func SetByCoord(Func crd_elementFun) method SetByCoord (line 102689) | public readonly Tensor4 SetByCoord( method SetByIndex (line 102739) | public readonly Tensor4 SetByIndex(Func index_elementFun) method Set (line 102791) | public readonly Tensor4 Set(ITensor4 it1) method Set (line 102841) | public readonly Tensor4 Set(Tensor4 t1) method SetMap (line 102938) | public readonly Tensor4 SetMap( method SetByIndex (line 103038) | public readonly Tensor4 SetByIndex( method Set (line 103135) | public readonly Tensor4 Set(Tensor4 t1) method SetMap (line 103188) | public readonly Tensor4 SetMap( method SetByIndex (line 103244) | public readonly Tensor4 SetByIndex( method SetMap2 (line 103298) | public readonly Tensor4 SetMap2( method SetByIndex (line 103399) | public readonly Tensor4 SetByIndex( method SetMap2 (line 103498) | public readonly Tensor4 SetMap2( method SetByIndex (line 103555) | public readonly Tensor4 SetByIndex( method SetMap2 (line 103610) | public readonly Tensor4 SetMap2( method SetByIndex (line 103667) | public readonly Tensor4 SetByIndex( method SetMap2 (line 103722) | public readonly Tensor4 SetMap2( method SetByIndex (line 103779) | public readonly Tensor4 SetByIndex( method SetMap3 (line 103834) | public readonly Tensor4 SetMap3( method SetByIndex (line 103935) | public readonly Tensor4 SetByIndex( method SetMap3 (line 104034) | public readonly Tensor4 SetMap3( method SetByIndex (line 104091) | public readonly Tensor4 SetByIndex( method SetMap3 (line 104146) | public readonly Tensor4 SetMap3( method SetByIndex (line 104203) | public readonly Tensor4 SetByIndex( method SetMap3 (line 104258) | public readonly Tensor4 SetMap3( method SetByIndex (line 104315) | public readonly Tensor4 SetByIndex( method SetMap3 (line 104370) | public readonly Tensor4 SetMap3( method SetByIndex (line 104427) | public readonly Tensor4 SetByIndex( method SetMap3 (line 104482) | public readonly Tensor4 SetMap3( method SetByIndex (line 104539) | public readonly Tensor4 SetByIndex( method SetMap3 (line 104594) | public readonly Tensor4 SetMap3( method SetByIndex (line 104651) | public readonly Tensor4 SetByIndex( method SetMap3 (line 104706) | public readonly Tensor4 SetMap3( method SetByIndex (line 104763) | public readonly Tensor4 SetByIndex( method SetConvolution (line 104816) | public readonly Tensor4 SetConvolution( method SetOuterProduct (line 104832) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 104871) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 104910) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 104949) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 104988) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 105027) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 105066) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 105105) | public readonly Tensor4 SetOuterProduct SetOuterProduct( method SetOuterProduct (line 105183) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 105222) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 105261) | public readonly Tensor4 SetOuterProduct SetOuterProduct( method SetOuterProduct (line 105339) | public readonly Tensor4 SetOuterProduct SetOuterProduct SetOuterProduct( method Norm (line 105502) | public readonly Tr Norm(Func e... method Norm (line 105549) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 105596) | public readonly Ts InnerProduct( method InnerProduct (line 105691) | public readonly Ts InnerProduct( method Norm (line 105742) | public readonly Tr Norm( method Norm (line 105792) | public readonly Tr Norm(Func e... method Norm (line 105842) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 105892) | public readonly Ts InnerProduct( method InnerProduct (line 105993) | public readonly Ts InnerProduct( method Create (line 106054) | public static Tensor4 Create( method Create (line 106063) | public static Tensor4 Create( method Map (line 106073) | public static Tensor4 Map( method CreateByIndex (line 106085) | public static Tensor4 CreateByIndex( method Map (line 106095) | public static Tensor4 Map( method CreateByIndex (line 106107) | public static Tensor4 CreateByIndex( method Map2 (line 106117) | public static Tensor4 Map2( method CreateByIndex (line 106130) | public static Tensor4 CreateByIndex( method Map2 (line 106141) | public static Tensor4 Map2( method CreateByIndex (line 106154) | public static Tensor4 CreateByIndex( method Map2 (line 106165) | public static Tensor4 Map2( method CreateByIndex (line 106178) | public static Tensor4 CreateByIndex( method Map2 (line 106189) | public static Tensor4 Map2( method CreateByIndex (line 106202) | public static Tensor4 CreateByIndex( method Map3 (line 106213) | public static Tensor4 Map3( method CreateByIndex (line 106226) | public static Tensor4 CreateByIndex( method Map3 (line 106237) | public static Tensor4 Map3( method CreateByIndex (line 106250) | public static Tensor4 CreateByIndex( method Map3 (line 106261) | public static Tensor4 Map3( method CreateByIndex (line 106274) | public static Tensor4 CreateByIndex( method Map3 (line 106285) | public static Tensor4 Map3( method CreateByIndex (line 106298) | public static Tensor4 CreateByIndex( method Map3 (line 106309) | public static Tensor4 Map3( method CreateByIndex (line 106322) | public static Tensor4 CreateByIndex( method Map3 (line 106333) | public static Tensor4 Map3( method CreateByIndex (line 106346) | public static Tensor4 CreateByIndex( method Map3 (line 106357) | public static Tensor4 Map3( method CreateByIndex (line 106370) | public static Tensor4 CreateByIndex( method Map3 (line 106381) | public static Tensor4 Map3( method CreateByIndex (line 106394) | public static Tensor4 CreateByIndex( method Create (line 106405) | public static Tensor4 Create(V4l size, Func fun) method CreateConvolution (line 106416) | public static Tensor4 CreateConvolution( method CreateOuterProduct (line 106430) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106443) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106456) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106469) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106482) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106495) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106508) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106521) | public readonly Tensor4 CreateOuterProduct CreateOuterProduct( method CreateOuterProduct (line 106547) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106560) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 106573) | public readonly Tensor4 CreateOuterProduct CreateOuterProduct( method CreateOuterProduct (line 106599) | public readonly Tensor4 CreateOuterProduct CreateOuterProduct CreateOuterProduct( method SampleRaw16 (line 106655) | public readonly TRes SampleRaw16( method Sample16Clamped (line 106679) | public readonly TRes Sample16Clamped( method Sample16Clamped (line 106691) | public readonly TRes Sample16Clamped( method Sample16 (line 106703) | public readonly TRes Sample16( method Sample16 (line 106728) | public readonly TRes Sample16( method GetValue (line 106767) | public readonly object GetValue(long x, long y, long z, long w) method SetValue (line 106772) | public readonly void SetValue(object value, long x, long y, long z, lo... method GetValue (line 106777) | public readonly object GetValue(V4l v) method SetValue (line 106782) | public readonly void SetValue(object value, V4l v) method Tensor4 (line 106824) | public Tensor4(Td[] data, Tensor4Info info) method Tensor4 (line 106835) | public Tensor4(V4l size) method Tensor4 (line 106842) | public Tensor4(V4i size) method Tensor4 (line 106849) | public Tensor4(Tensor4Info info) method Tensor4 (line 106856) | public Tensor4(long sx, long sy, long sz, long sw) method Tensor4 (line 106863) | public Tensor4(Td[] data, long sx, long sy, long sz, long sw) method Tensor4 (line 106870) | public Tensor4(long sx, long sy, long sz, long sw, Tv value) method Tensor4 (line 106877) | public Tensor4(Td[] data, V4l size) method Tensor4 (line 106884) | public Tensor4(Td[] data, V4i size) method Tensor4 (line 106892) | public Tensor4(V4l size, Tv value) method Tensor4 (line 106902) | public Tensor4(V4i size, Tv value) method Tensor4 (line 106909) | public Tensor4(Td[] data, long origin, V4l size, V4l delta) method Tensor4 (line 106916) | public Tensor4(Td[] data, long origin, V4l size, V4l delta, V4l first) method Tensor4 (line 106923) | public Tensor4(long origin, V4l size, V4l delta) method ForeachIndex (line 107381) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 107386) | public readonly void ForeachIndex(Action... method ForeachCoord (line 107391) | public readonly void ForeachCoord(Action v_action) method ForeachIndex (line 107396) | public readonly void ForeachIndex(Tensor4Info t1, Action i... method ForeachX (line 107407) | public readonly void ForeachX( method ForeachY (line 107419) | public readonly void ForeachY( method ForeachZ (line 107431) | public readonly void ForeachZ( method ForeachW (line 107443) | public readonly void ForeachW( method ForeachXY (line 107458) | public readonly void ForeachXY( method ForeachXY (line 107474) | public readonly void ForeachXY( method ForeachXY (line 107492) | public readonly void ForeachXY( method ForeachXY (line 107510) | public readonly void ForeachXY( method ForeachXZ (line 107530) | public readonly void ForeachXZ( method ForeachXZ (line 107546) | public readonly void ForeachXZ( method ForeachXZ (line 107564) | public readonly void ForeachXZ( method ForeachXZ (line 107582) | public readonly void ForeachXZ( method ForeachXW (line 107602) | public readonly void ForeachXW( method ForeachXW (line 107618) | public readonly void ForeachXW( method ForeachXW (line 107636) | public readonly void ForeachXW( method ForeachXW (line 107654) | public readonly void ForeachXW( method ForeachYX (line 107674) | public readonly void ForeachYX( method ForeachYX (line 107690) | public readonly void ForeachYX( method ForeachYX (line 107708) | public readonly void ForeachYX( method ForeachYX (line 107726) | public readonly void ForeachYX( method ForeachYZ (line 107746) | public readonly void ForeachYZ( method ForeachYZ (line 107762) | public readonly void ForeachYZ( method ForeachYZ (line 107780) | public readonly void ForeachYZ( method ForeachYZ (line 107798) | public readonly void ForeachYZ( method ForeachYW (line 107818) | public readonly void ForeachYW( method ForeachYW (line 107834) | public readonly void ForeachYW( method ForeachYW (line 107852) | public readonly void ForeachYW( method ForeachYW (line 107870) | public readonly void ForeachYW( method ForeachZX (line 107890) | public readonly void ForeachZX( method ForeachZX (line 107906) | public readonly void ForeachZX( method ForeachZX (line 107924) | public readonly void ForeachZX( method ForeachZX (line 107942) | public readonly void ForeachZX( method ForeachZY (line 107962) | public readonly void ForeachZY( method ForeachZY (line 107978) | public readonly void ForeachZY( method ForeachZY (line 107996) | public readonly void ForeachZY( method ForeachZY (line 108014) | public readonly void ForeachZY( method ForeachZW (line 108034) | public readonly void ForeachZW( method ForeachZW (line 108050) | public readonly void ForeachZW( method ForeachZW (line 108068) | public readonly void ForeachZW( method ForeachZW (line 108086) | public readonly void ForeachZW( method ForeachWX (line 108106) | public readonly void ForeachWX( method ForeachWX (line 108122) | public readonly void ForeachWX( method ForeachWX (line 108140) | public readonly void ForeachWX( method ForeachWX (line 108158) | public readonly void ForeachWX( method ForeachWY (line 108178) | public readonly void ForeachWY( method ForeachWY (line 108194) | public readonly void ForeachWY( method ForeachWY (line 108212) | public readonly void ForeachWY( method ForeachWY (line 108230) | public readonly void ForeachWY( method ForeachWZ (line 108250) | public readonly void ForeachWZ( method ForeachWZ (line 108266) | public readonly void ForeachWZ( method ForeachWZ (line 108284) | public readonly void ForeachWZ( method ForeachWZ (line 108302) | public readonly void ForeachWZ( method ForeachXIndex (line 108319) | public readonly void ForeachXIndex( method ForeachXIndex (line 108331) | public readonly void ForeachXIndex( method ForeachYIndex (line 108343) | public readonly void ForeachYIndex( method ForeachYIndex (line 108355) | public readonly void ForeachYIndex( method ForeachZIndex (line 108367) | public readonly void ForeachZIndex( method ForeachZIndex (line 108379) | public readonly void ForeachZIndex( method ForeachWIndex (line 108391) | public readonly void ForeachWIndex( method ForeachWIndex (line 108403) | public readonly void ForeachWIndex( method ForeachXYIndex (line 108418) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 108434) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 108452) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 108470) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 108490) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 108506) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 108524) | public readonly void ForeachXYIndex( method ForeachXYIndex (line 108542) | public readonly void ForeachXYIndex( method ForeachXZIndex (line 108562) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 108578) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 108596) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 108614) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 108634) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 108650) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 108668) | public readonly void ForeachXZIndex( method ForeachXZIndex (line 108686) | public readonly void ForeachXZIndex( method ForeachXWIndex (line 108706) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 108722) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 108740) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 108758) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 108778) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 108794) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 108812) | public readonly void ForeachXWIndex( method ForeachXWIndex (line 108830) | public readonly void ForeachXWIndex( method ForeachYXIndex (line 108850) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 108866) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 108884) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 108902) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 108922) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 108938) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 108956) | public readonly void ForeachYXIndex( method ForeachYXIndex (line 108974) | public readonly void ForeachYXIndex( method ForeachYZIndex (line 108994) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 109010) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 109028) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 109046) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 109066) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 109082) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 109100) | public readonly void ForeachYZIndex( method ForeachYZIndex (line 109118) | public readonly void ForeachYZIndex( method ForeachYWIndex (line 109138) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 109154) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 109172) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 109190) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 109210) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 109226) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 109244) | public readonly void ForeachYWIndex( method ForeachYWIndex (line 109262) | public readonly void ForeachYWIndex( method ForeachZXIndex (line 109282) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 109298) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 109316) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 109334) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 109354) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 109370) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 109388) | public readonly void ForeachZXIndex( method ForeachZXIndex (line 109406) | public readonly void ForeachZXIndex( method ForeachZYIndex (line 109426) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 109442) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 109460) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 109478) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 109498) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 109514) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 109532) | public readonly void ForeachZYIndex( method ForeachZYIndex (line 109550) | public readonly void ForeachZYIndex( method ForeachZWIndex (line 109570) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 109586) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 109604) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 109622) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 109642) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 109658) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 109676) | public readonly void ForeachZWIndex( method ForeachZWIndex (line 109694) | public readonly void ForeachZWIndex( method ForeachWXIndex (line 109714) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 109730) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 109748) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 109766) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 109786) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 109802) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 109820) | public readonly void ForeachWXIndex( method ForeachWXIndex (line 109838) | public readonly void ForeachWXIndex( method ForeachWYIndex (line 109858) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 109874) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 109892) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 109910) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 109930) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 109946) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 109964) | public readonly void ForeachWYIndex( method ForeachWYIndex (line 109982) | public readonly void ForeachWYIndex( method ForeachWZIndex (line 110002) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 110018) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 110036) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 110054) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 110074) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 110090) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 110108) | public readonly void ForeachWZIndex( method ForeachWZIndex (line 110126) | public readonly void ForeachWZIndex( method ForeachXYZ (line 110147) | public readonly void ForeachXYZ( method ForeachXYZ (line 110164) | public readonly void ForeachXYZ( method ForeachXYZ (line 110185) | public readonly void ForeachXYZ( method ForeachXYZ (line 110206) | public readonly void ForeachXYZ( method ForeachXYW (line 110231) | public readonly void ForeachXYW( method ForeachXYW (line 110248) | public readonly void ForeachXYW( method ForeachXYW (line 110269) | public readonly void ForeachXYW( method ForeachXYW (line 110290) | public readonly void ForeachXYW( method ForeachXZY (line 110315) | public readonly void ForeachXZY( method ForeachXZY (line 110332) | public readonly void ForeachXZY( method ForeachXZY (line 110353) | public readonly void ForeachXZY( method ForeachXZY (line 110374) | public readonly void ForeachXZY( method ForeachXZW (line 110399) | public readonly void ForeachXZW( method ForeachXZW (line 110416) | public readonly void ForeachXZW( method ForeachXZW (line 110437) | public readonly void ForeachXZW( method ForeachXZW (line 110458) | public readonly void ForeachXZW( method ForeachXWY (line 110483) | public readonly void ForeachXWY( method ForeachXWY (line 110500) | public readonly void ForeachXWY( method ForeachXWY (line 110521) | public readonly void ForeachXWY( method ForeachXWY (line 110542) | public readonly void ForeachXWY( method ForeachXWZ (line 110567) | public readonly void ForeachXWZ( method ForeachXWZ (line 110584) | public readonly void ForeachXWZ( method ForeachXWZ (line 110605) | public readonly void ForeachXWZ( method ForeachXWZ (line 110626) | public readonly void ForeachXWZ( method ForeachYXZ (line 110651) | public readonly void ForeachYXZ( method ForeachYXZ (line 110668) | public readonly void ForeachYXZ( method ForeachYXZ (line 110689) | public readonly void ForeachYXZ( method ForeachYXZ (line 110710) | public readonly void ForeachYXZ( method ForeachYXW (line 110735) | public readonly void ForeachYXW( method ForeachYXW (line 110752) | public readonly void ForeachYXW( method ForeachYXW (line 110773) | public readonly void ForeachYXW( method ForeachYXW (line 110794) | public readonly void ForeachYXW( method ForeachYZX (line 110819) | public readonly void ForeachYZX( method ForeachYZX (line 110836) | public readonly void ForeachYZX( method ForeachYZX (line 110857) | public readonly void ForeachYZX( method ForeachYZX (line 110878) | public readonly void ForeachYZX( method ForeachYZW (line 110903) | public readonly void ForeachYZW( method ForeachYZW (line 110920) | public readonly void ForeachYZW( method ForeachYZW (line 110941) | public readonly void ForeachYZW( method ForeachYZW (line 110962) | public readonly void ForeachYZW( method ForeachYWX (line 110987) | public readonly void ForeachYWX( method ForeachYWX (line 111004) | public readonly void ForeachYWX( method ForeachYWX (line 111025) | public readonly void ForeachYWX( method ForeachYWX (line 111046) | public readonly void ForeachYWX( method ForeachYWZ (line 111071) | public readonly void ForeachYWZ( method ForeachYWZ (line 111088) | public readonly void ForeachYWZ( method ForeachYWZ (line 111109) | public readonly void ForeachYWZ( method ForeachYWZ (line 111130) | public readonly void ForeachYWZ( method ForeachZXY (line 111155) | public readonly void ForeachZXY( method ForeachZXY (line 111172) | public readonly void ForeachZXY( method ForeachZXY (line 111193) | public readonly void ForeachZXY( method ForeachZXY (line 111214) | public readonly void ForeachZXY( method ForeachZXW (line 111239) | public readonly void ForeachZXW( method ForeachZXW (line 111256) | public readonly void ForeachZXW( method ForeachZXW (line 111277) | public readonly void ForeachZXW( method ForeachZXW (line 111298) | public readonly void ForeachZXW( method ForeachZYX (line 111323) | public readonly void ForeachZYX( method ForeachZYX (line 111340) | public readonly void ForeachZYX( method ForeachZYX (line 111361) | public readonly void ForeachZYX( method ForeachZYX (line 111382) | public readonly void ForeachZYX( method ForeachZYW (line 111407) | public readonly void ForeachZYW( method ForeachZYW (line 111424) | public readonly void ForeachZYW( method ForeachZYW (line 111445) | public readonly void ForeachZYW( method ForeachZYW (line 111466) | public readonly void ForeachZYW( method ForeachZWX (line 111491) | public readonly void ForeachZWX( method ForeachZWX (line 111508) | public readonly void ForeachZWX( method ForeachZWX (line 111529) | public readonly void ForeachZWX( method ForeachZWX (line 111550) | public readonly void ForeachZWX( method ForeachZWY (line 111575) | public readonly void ForeachZWY( method ForeachZWY (line 111592) | public readonly void ForeachZWY( method ForeachZWY (line 111613) | public readonly void ForeachZWY( method ForeachZWY (line 111634) | public readonly void ForeachZWY( method ForeachWXY (line 111659) | public readonly void ForeachWXY( method ForeachWXY (line 111676) | public readonly void ForeachWXY( method ForeachWXY (line 111697) | public readonly void ForeachWXY( method ForeachWXY (line 111718) | public readonly void ForeachWXY( method ForeachWXZ (line 111743) | public readonly void ForeachWXZ( method ForeachWXZ (line 111760) | public readonly void ForeachWXZ( method ForeachWXZ (line 111781) | public readonly void ForeachWXZ( method ForeachWXZ (line 111802) | public readonly void ForeachWXZ( method ForeachWYX (line 111827) | public readonly void ForeachWYX( method ForeachWYX (line 111844) | public readonly void ForeachWYX( method ForeachWYX (line 111865) | public readonly void ForeachWYX( method ForeachWYX (line 111886) | public readonly void ForeachWYX( method ForeachWYZ (line 111911) | public readonly void ForeachWYZ( method ForeachWYZ (line 111928) | public readonly void ForeachWYZ( method ForeachWYZ (line 111949) | public readonly void ForeachWYZ( method ForeachWYZ (line 111970) | public readonly void ForeachWYZ( method ForeachWZX (line 111995) | public readonly void ForeachWZX( method ForeachWZX (line 112012) | public readonly void ForeachWZX( method ForeachWZX (line 112033) | public readonly void ForeachWZX( method ForeachWZX (line 112054) | public readonly void ForeachWZX( method ForeachWZY (line 112079) | public readonly void ForeachWZY( method ForeachWZY (line 112096) | public readonly void ForeachWZY( method ForeachWZY (line 112117) | public readonly void ForeachWZY( method ForeachWZY (line 112138) | public readonly void ForeachWZY( method ForeachXYZIndex (line 112163) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 112180) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 112201) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 112222) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 112247) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 112264) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 112285) | public readonly void ForeachXYZIndex( method ForeachXYZIndex (line 112306) | public readonly void ForeachXYZIndex( method ForeachXYWIndex (line 112331) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 112348) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 112369) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 112390) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 112415) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 112432) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 112453) | public readonly void ForeachXYWIndex( method ForeachXYWIndex (line 112474) | public readonly void ForeachXYWIndex( method ForeachXZYIndex (line 112499) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 112516) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 112537) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 112558) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 112583) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 112600) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 112621) | public readonly void ForeachXZYIndex( method ForeachXZYIndex (line 112642) | public readonly void ForeachXZYIndex( method ForeachXZWIndex (line 112667) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 112684) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 112705) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 112726) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 112751) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 112768) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 112789) | public readonly void ForeachXZWIndex( method ForeachXZWIndex (line 112810) | public readonly void ForeachXZWIndex( method ForeachXWYIndex (line 112835) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 112852) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 112873) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 112894) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 112919) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 112936) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 112957) | public readonly void ForeachXWYIndex( method ForeachXWYIndex (line 112978) | public readonly void ForeachXWYIndex( method ForeachXWZIndex (line 113003) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 113020) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 113041) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 113062) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 113087) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 113104) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 113125) | public readonly void ForeachXWZIndex( method ForeachXWZIndex (line 113146) | public readonly void ForeachXWZIndex( method ForeachYXZIndex (line 113171) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 113188) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 113209) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 113230) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 113255) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 113272) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 113293) | public readonly void ForeachYXZIndex( method ForeachYXZIndex (line 113314) | public readonly void ForeachYXZIndex( method ForeachYXWIndex (line 113339) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 113356) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 113377) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 113398) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 113423) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 113440) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 113461) | public readonly void ForeachYXWIndex( method ForeachYXWIndex (line 113482) | public readonly void ForeachYXWIndex( method ForeachYZXIndex (line 113507) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 113524) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 113545) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 113566) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 113591) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 113608) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 113629) | public readonly void ForeachYZXIndex( method ForeachYZXIndex (line 113650) | public readonly void ForeachYZXIndex( method ForeachYZWIndex (line 113675) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 113692) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 113713) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 113734) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 113759) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 113776) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 113797) | public readonly void ForeachYZWIndex( method ForeachYZWIndex (line 113818) | public readonly void ForeachYZWIndex( method ForeachYWXIndex (line 113843) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 113860) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 113881) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 113902) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 113927) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 113944) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 113965) | public readonly void ForeachYWXIndex( method ForeachYWXIndex (line 113986) | public readonly void ForeachYWXIndex( method ForeachYWZIndex (line 114011) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 114028) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 114049) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 114070) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 114095) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 114112) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 114133) | public readonly void ForeachYWZIndex( method ForeachYWZIndex (line 114154) | public readonly void ForeachYWZIndex( method ForeachZXYIndex (line 114179) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 114196) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 114217) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 114238) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 114263) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 114280) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 114301) | public readonly void ForeachZXYIndex( method ForeachZXYIndex (line 114322) | public readonly void ForeachZXYIndex( method ForeachZXWIndex (line 114347) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 114364) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 114385) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 114406) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 114431) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 114448) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 114469) | public readonly void ForeachZXWIndex( method ForeachZXWIndex (line 114490) | public readonly void ForeachZXWIndex( method ForeachZYXIndex (line 114515) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 114532) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 114553) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 114574) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 114599) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 114616) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 114637) | public readonly void ForeachZYXIndex( method ForeachZYXIndex (line 114658) | public readonly void ForeachZYXIndex( method ForeachZYWIndex (line 114683) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 114700) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 114721) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 114742) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 114767) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 114784) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 114805) | public readonly void ForeachZYWIndex( method ForeachZYWIndex (line 114826) | public readonly void ForeachZYWIndex( method ForeachZWXIndex (line 114851) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 114868) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 114889) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 114910) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 114935) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 114952) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 114973) | public readonly void ForeachZWXIndex( method ForeachZWXIndex (line 114994) | public readonly void ForeachZWXIndex( method ForeachZWYIndex (line 115019) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 115036) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 115057) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 115078) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 115103) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 115120) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 115141) | public readonly void ForeachZWYIndex( method ForeachZWYIndex (line 115162) | public readonly void ForeachZWYIndex( method ForeachWXYIndex (line 115187) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 115204) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 115225) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 115246) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 115271) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 115288) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 115309) | public readonly void ForeachWXYIndex( method ForeachWXYIndex (line 115330) | public readonly void ForeachWXYIndex( method ForeachWXZIndex (line 115355) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 115372) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 115393) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 115414) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 115439) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 115456) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 115477) | public readonly void ForeachWXZIndex( method ForeachWXZIndex (line 115498) | public readonly void ForeachWXZIndex( method ForeachWYXIndex (line 115523) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 115540) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 115561) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 115582) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 115607) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 115624) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 115645) | public readonly void ForeachWYXIndex( method ForeachWYXIndex (line 115666) | public readonly void ForeachWYXIndex( method ForeachWYZIndex (line 115691) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 115708) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 115729) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 115750) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 115775) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 115792) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 115813) | public readonly void ForeachWYZIndex( method ForeachWYZIndex (line 115834) | public readonly void ForeachWYZIndex( method ForeachWZXIndex (line 115859) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 115876) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 115897) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 115918) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 115943) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 115960) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 115981) | public readonly void ForeachWZXIndex( method ForeachWZXIndex (line 116002) | public readonly void ForeachWZXIndex( method ForeachWZYIndex (line 116027) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 116044) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 116065) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 116086) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 116111) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 116128) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 116149) | public readonly void ForeachWZYIndex( method ForeachWZYIndex (line 116170) | public readonly void ForeachWZYIndex( method ForeachXYZW (line 116195) | public readonly void ForeachXYZW( method ForeachXYZW (line 116212) | public readonly void ForeachXYZW( method ForeachXYZW (line 116235) | public readonly void ForeachXYZW( method ForeachXYZW (line 116258) | public readonly void ForeachXYZW( method ForeachXYWZ (line 116287) | public readonly void ForeachXYWZ( method ForeachXYWZ (line 116304) | public readonly void ForeachXYWZ( method ForeachXYWZ (line 116327) | public readonly void ForeachXYWZ( method ForeachXYWZ (line 116350) | public readonly void ForeachXYWZ( method ForeachXZYW (line 116379) | public readonly void ForeachXZYW( method ForeachXZYW (line 116396) | public readonly void ForeachXZYW( method ForeachXZYW (line 116419) | public readonly void ForeachXZYW( method ForeachXZYW (line 116442) | public readonly void ForeachXZYW( method ForeachXZWY (line 116471) | public readonly void ForeachXZWY( method ForeachXZWY (line 116488) | public readonly void ForeachXZWY( method ForeachXZWY (line 116511) | public readonly void ForeachXZWY( method ForeachXZWY (line 116534) | public readonly void ForeachXZWY( method ForeachXWYZ (line 116563) | public readonly void ForeachXWYZ( method ForeachXWYZ (line 116580) | public readonly void ForeachXWYZ( method ForeachXWYZ (line 116603) | public readonly void ForeachXWYZ( method ForeachXWYZ (line 116626) | public readonly void ForeachXWYZ( method ForeachXWZY (line 116655) | public readonly void ForeachXWZY( method ForeachXWZY (line 116672) | public readonly void ForeachXWZY( method ForeachXWZY (line 116695) | public readonly void ForeachXWZY( method ForeachXWZY (line 116718) | public readonly void ForeachXWZY( method ForeachYXZW (line 116747) | public readonly void ForeachYXZW( method ForeachYXZW (line 116764) | public readonly void ForeachYXZW( method ForeachYXZW (line 116787) | public readonly void ForeachYXZW( method ForeachYXZW (line 116810) | public readonly void ForeachYXZW( method ForeachYXWZ (line 116839) | public readonly void ForeachYXWZ( method ForeachYXWZ (line 116856) | public readonly void ForeachYXWZ( method ForeachYXWZ (line 116879) | public readonly void ForeachYXWZ( method ForeachYXWZ (line 116902) | public readonly void ForeachYXWZ( method ForeachYZXW (line 116931) | public readonly void ForeachYZXW( method ForeachYZXW (line 116948) | public readonly void ForeachYZXW( method ForeachYZXW (line 116971) | public readonly void ForeachYZXW( method ForeachYZXW (line 116994) | public readonly void ForeachYZXW( method ForeachYZWX (line 117023) | public readonly void ForeachYZWX( method ForeachYZWX (line 117040) | public readonly void ForeachYZWX( method ForeachYZWX (line 117063) | public readonly void ForeachYZWX( method ForeachYZWX (line 117086) | public readonly void ForeachYZWX( method ForeachYWXZ (line 117115) | public readonly void ForeachYWXZ( method ForeachYWXZ (line 117132) | public readonly void ForeachYWXZ( method ForeachYWXZ (line 117155) | public readonly void ForeachYWXZ( method ForeachYWXZ (line 117178) | public readonly void ForeachYWXZ( method ForeachYWZX (line 117207) | public readonly void ForeachYWZX( method ForeachYWZX (line 117224) | public readonly void ForeachYWZX( method ForeachYWZX (line 117247) | public readonly void ForeachYWZX( method ForeachYWZX (line 117270) | public readonly void ForeachYWZX( method ForeachZXYW (line 117299) | public readonly void ForeachZXYW( method ForeachZXYW (line 117316) | public readonly void ForeachZXYW( method ForeachZXYW (line 117339) | public readonly void ForeachZXYW( method ForeachZXYW (line 117362) | public readonly void ForeachZXYW( method ForeachZXWY (line 117391) | public readonly void ForeachZXWY( method ForeachZXWY (line 117408) | public readonly void ForeachZXWY( method ForeachZXWY (line 117431) | public readonly void ForeachZXWY( method ForeachZXWY (line 117454) | public readonly void ForeachZXWY( method ForeachZYXW (line 117483) | public readonly void ForeachZYXW( method ForeachZYXW (line 117500) | public readonly void ForeachZYXW( method ForeachZYXW (line 117523) | public readonly void ForeachZYXW( method ForeachZYXW (line 117546) | public readonly void ForeachZYXW( method ForeachZYWX (line 117575) | public readonly void ForeachZYWX( method ForeachZYWX (line 117592) | public readonly void ForeachZYWX( method ForeachZYWX (line 117615) | public readonly void ForeachZYWX( method ForeachZYWX (line 117638) | public readonly void ForeachZYWX( method ForeachZWXY (line 117667) | public readonly void ForeachZWXY( method ForeachZWXY (line 117684) | public readonly void ForeachZWXY( method ForeachZWXY (line 117707) | public readonly void ForeachZWXY( method ForeachZWXY (line 117730) | public readonly void ForeachZWXY( method ForeachZWYX (line 117759) | public readonly void ForeachZWYX( method ForeachZWYX (line 117776) | public readonly void ForeachZWYX( method ForeachZWYX (line 117799) | public readonly void ForeachZWYX( method ForeachZWYX (line 117822) | public readonly void ForeachZWYX( method ForeachWXYZ (line 117851) | public readonly void ForeachWXYZ( method ForeachWXYZ (line 117868) | public readonly void ForeachWXYZ( method ForeachWXYZ (line 117891) | public readonly void ForeachWXYZ( method ForeachWXYZ (line 117914) | public readonly void ForeachWXYZ( method ForeachWXZY (line 117943) | public readonly void ForeachWXZY( method ForeachWXZY (line 117960) | public readonly void ForeachWXZY( method ForeachWXZY (line 117983) | public readonly void ForeachWXZY( method ForeachWXZY (line 118006) | public readonly void ForeachWXZY( method ForeachWYXZ (line 118035) | public readonly void ForeachWYXZ( method ForeachWYXZ (line 118052) | public readonly void ForeachWYXZ( method ForeachWYXZ (line 118075) | public readonly void ForeachWYXZ( method ForeachWYXZ (line 118098) | public readonly void ForeachWYXZ( method ForeachWYZX (line 118127) | public readonly void ForeachWYZX( method ForeachWYZX (line 118144) | public readonly void ForeachWYZX( method ForeachWYZX (line 118167) | public readonly void ForeachWYZX( method ForeachWYZX (line 118190) | public readonly void ForeachWYZX( method ForeachWZXY (line 118219) | public readonly void ForeachWZXY( method ForeachWZXY (line 118236) | public readonly void ForeachWZXY( method ForeachWZXY (line 118259) | public readonly void ForeachWZXY( method ForeachWZXY (line 118282) | public readonly void ForeachWZXY( method ForeachWZYX (line 118311) | public readonly void ForeachWZYX( method ForeachWZYX (line 118328) | public readonly void ForeachWZYX( method ForeachWZYX (line 118351) | public readonly void ForeachWZYX( method ForeachWZYX (line 118374) | public readonly void ForeachWZYX( method ForeachXYZWIndex (line 118403) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 118420) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 118443) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 118466) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 118495) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 118512) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 118535) | public readonly void ForeachXYZWIndex( method ForeachXYZWIndex (line 118558) | public readonly void ForeachXYZWIndex( method ForeachXYWZIndex (line 118587) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 118604) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 118627) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 118650) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 118679) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 118696) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 118719) | public readonly void ForeachXYWZIndex( method ForeachXYWZIndex (line 118742) | public readonly void ForeachXYWZIndex( method ForeachXZYWIndex (line 118771) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 118788) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 118811) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 118834) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 118863) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 118880) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 118903) | public readonly void ForeachXZYWIndex( method ForeachXZYWIndex (line 118926) | public readonly void ForeachXZYWIndex( method ForeachXZWYIndex (line 118955) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 118972) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 118995) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 119018) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 119047) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 119064) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 119087) | public readonly void ForeachXZWYIndex( method ForeachXZWYIndex (line 119110) | public readonly void ForeachXZWYIndex( method ForeachXWYZIndex (line 119139) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 119156) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 119179) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 119202) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 119231) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 119248) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 119271) | public readonly void ForeachXWYZIndex( method ForeachXWYZIndex (line 119294) | public readonly void ForeachXWYZIndex( method ForeachXWZYIndex (line 119323) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 119340) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 119363) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 119386) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 119415) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 119432) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 119455) | public readonly void ForeachXWZYIndex( method ForeachXWZYIndex (line 119478) | public readonly void ForeachXWZYIndex( method ForeachYXZWIndex (line 119507) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 119524) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 119547) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 119570) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 119599) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 119616) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 119639) | public readonly void ForeachYXZWIndex( method ForeachYXZWIndex (line 119662) | public readonly void ForeachYXZWIndex( method ForeachYXWZIndex (line 119691) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 119708) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 119731) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 119754) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 119783) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 119800) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 119823) | public readonly void ForeachYXWZIndex( method ForeachYXWZIndex (line 119846) | public readonly void ForeachYXWZIndex( method ForeachYZXWIndex (line 119875) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 119892) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 119915) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 119938) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 119967) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 119984) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 120007) | public readonly void ForeachYZXWIndex( method ForeachYZXWIndex (line 120030) | public readonly void ForeachYZXWIndex( method ForeachYZWXIndex (line 120059) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 120076) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 120099) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 120122) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 120151) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 120168) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 120191) | public readonly void ForeachYZWXIndex( method ForeachYZWXIndex (line 120214) | public readonly void ForeachYZWXIndex( method ForeachYWXZIndex (line 120243) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 120260) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 120283) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 120306) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 120335) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 120352) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 120375) | public readonly void ForeachYWXZIndex( method ForeachYWXZIndex (line 120398) | public readonly void ForeachYWXZIndex( method ForeachYWZXIndex (line 120427) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 120444) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 120467) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 120490) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 120519) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 120536) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 120559) | public readonly void ForeachYWZXIndex( method ForeachYWZXIndex (line 120582) | public readonly void ForeachYWZXIndex( method ForeachZXYWIndex (line 120611) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 120628) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 120651) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 120674) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 120703) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 120720) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 120743) | public readonly void ForeachZXYWIndex( method ForeachZXYWIndex (line 120766) | public readonly void ForeachZXYWIndex( method ForeachZXWYIndex (line 120795) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 120812) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 120835) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 120858) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 120887) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 120904) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 120927) | public readonly void ForeachZXWYIndex( method ForeachZXWYIndex (line 120950) | public readonly void ForeachZXWYIndex( method ForeachZYXWIndex (line 120979) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 120996) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 121019) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 121042) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 121071) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 121088) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 121111) | public readonly void ForeachZYXWIndex( method ForeachZYXWIndex (line 121134) | public readonly void ForeachZYXWIndex( method ForeachZYWXIndex (line 121163) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 121180) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 121203) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 121226) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 121255) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 121272) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 121295) | public readonly void ForeachZYWXIndex( method ForeachZYWXIndex (line 121318) | public readonly void ForeachZYWXIndex( method ForeachZWXYIndex (line 121347) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 121364) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 121387) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 121410) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 121439) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 121456) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 121479) | public readonly void ForeachZWXYIndex( method ForeachZWXYIndex (line 121502) | public readonly void ForeachZWXYIndex( method ForeachZWYXIndex (line 121531) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 121548) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 121571) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 121594) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 121623) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 121640) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 121663) | public readonly void ForeachZWYXIndex( method ForeachZWYXIndex (line 121686) | public readonly void ForeachZWYXIndex( method ForeachWXYZIndex (line 121715) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 121732) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 121755) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 121778) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 121807) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 121824) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 121847) | public readonly void ForeachWXYZIndex( method ForeachWXYZIndex (line 121870) | public readonly void ForeachWXYZIndex( method ForeachWXZYIndex (line 121899) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 121916) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 121939) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 121962) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 121991) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 122008) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 122031) | public readonly void ForeachWXZYIndex( method ForeachWXZYIndex (line 122054) | public readonly void ForeachWXZYIndex( method ForeachWYXZIndex (line 122083) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 122100) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 122123) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 122146) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 122175) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 122192) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 122215) | public readonly void ForeachWYXZIndex( method ForeachWYXZIndex (line 122238) | public readonly void ForeachWYXZIndex( method ForeachWYZXIndex (line 122267) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 122284) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 122307) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 122330) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 122359) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 122376) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 122399) | public readonly void ForeachWYZXIndex( method ForeachWYZXIndex (line 122422) | public readonly void ForeachWYZXIndex( method ForeachWZXYIndex (line 122451) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 122468) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 122491) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 122514) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 122543) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 122560) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 122583) | public readonly void ForeachWZXYIndex( method ForeachWZXYIndex (line 122606) | public readonly void ForeachWZXYIndex( method ForeachWZYXIndex (line 122635) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 122652) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 122675) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 122698) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 122727) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 122744) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 122767) | public readonly void ForeachWZYXIndex( method ForeachWZYXIndex (line 122790) | public readonly void ForeachWZYXIndex( method SubTensor4Window (line 122818) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l size) method SubTensor4 (line 122829) | public readonly Tensor4 SubTensor4(V4l begin, V4l size) method SubTensor4Window (line 122840) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i size) method SubTensor4 (line 122851) | public readonly Tensor4 SubTensor4(V4i begin, V4i size) method SubTensor4Window (line 122862) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l size, ... method SubTensor4 (line 122873) | public readonly Tensor4 SubTensor4(V4l begin, V4l size, V4l de... method SubTensor4Window (line 122884) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i size, ... method SubTensor4 (line 122895) | public readonly Tensor4 SubTensor4(V4i begin, V4i size, V4i de... method SubTensor4Window (line 122905) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l size, ... method SubTensor4Window (line 122915) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i size, ... method SubTensor4Window (line 122926) | public readonly Tensor4 SubTensor4Window( method SubTensor4 (line 122941) | public readonly Tensor4 SubTensor4( method SubTensor4Window (line 122956) | public readonly Tensor4 SubTensor4Window( method SubTensor4 (line 122973) | public readonly Tensor4 SubTensor4( method AsVector (line 122989) | public readonly Vector AsVector() method SubVector (line 122999) | public readonly Vector SubVector(V4l origin, long size, long d... method SubVector (line 123009) | public readonly Vector SubVector(V4i origin, long size, long d... method SubYZWVolume (line 123019) | public readonly Volume SubYZWVolume(long x) method SubYZWVolumeAsReadOnlyTensor4 (line 123031) | public readonly Tensor4 SubYZWVolumeAsReadOnlyTensor4(long x, ... method SubYZWVolumeWindow (line 123041) | public readonly Volume SubYZWVolumeWindow(long x) method SubYZWVolumeAsReadOnlyTensor4Window (line 123053) | public readonly Tensor4 SubYZWVolumeAsReadOnlyTensor4Window(lo... method SubXZWVolume (line 123063) | public readonly Volume SubXZWVolume(long y) method SubXZWVolumeAsReadOnlyTensor4 (line 123075) | public readonly Tensor4 SubXZWVolumeAsReadOnlyTensor4(long y, ... method SubXZWVolumeWindow (line 123085) | public readonly Volume SubXZWVolumeWindow(long y) method SubXZWVolumeAsReadOnlyTensor4Window (line 123097) | public readonly Tensor4 SubXZWVolumeAsReadOnlyTensor4Window(lo... method SubXYWVolume (line 123107) | public readonly Volume SubXYWVolume(long z) method SubXYWVolumeAsReadOnlyTensor4 (line 123119) | public readonly Tensor4 SubXYWVolumeAsReadOnlyTensor4(long z, ... method SubXYWVolumeWindow (line 123129) | public readonly Volume SubXYWVolumeWindow(long z) method SubXYWVolumeAsReadOnlyTensor4Window (line 123141) | public readonly Tensor4 SubXYWVolumeAsReadOnlyTensor4Window(lo... method SubXYZVolume (line 123151) | public readonly Volume SubXYZVolume(long w) method SubXYZVolumeAsReadOnlyTensor4 (line 123163) | public readonly Tensor4 SubXYZVolumeAsReadOnlyTensor4(long w, ... method SubXYZVolumeWindow (line 123173) | public readonly Volume SubXYZVolumeWindow(long w) method SubXYZVolumeAsReadOnlyTensor4Window (line 123185) | public readonly Tensor4 SubXYZVolumeAsReadOnlyTensor4Window(lo... method SubZWMatrixAsReadOnlyTensor4 (line 123197) | public readonly Tensor4 SubZWMatrixAsReadOnlyTensor4(long x, l... method SubZWMatrixAsReadOnlyTensor4Window (line 123209) | public readonly Tensor4 SubZWMatrixAsReadOnlyTensor4Window(lon... method SubYWMatrixAsReadOnlyTensor4 (line 123221) | public readonly Tensor4 SubYWMatrixAsReadOnlyTensor4(long x, l... method SubYWMatrixAsReadOnlyTensor4Window (line 123233) | public readonly Tensor4 SubYWMatrixAsReadOnlyTensor4Window(lon... method SubYZMatrixAsReadOnlyTensor4 (line 123245) | public readonly Tensor4 SubYZMatrixAsReadOnlyTensor4(long x, l... method SubYZMatrixAsReadOnlyTensor4Window (line 123257) | public readonly Tensor4 SubYZMatrixAsReadOnlyTensor4Window(lon... method SubXWMatrixAsReadOnlyTensor4 (line 123269) | public readonly Tensor4 SubXWMatrixAsReadOnlyTensor4(long y, l... method SubXWMatrixAsReadOnlyTensor4Window (line 123281) | public readonly Tensor4 SubXWMatrixAsReadOnlyTensor4Window(lon... method SubXZMatrixAsReadOnlyTensor4 (line 123293) | public readonly Tensor4 SubXZMatrixAsReadOnlyTensor4(long y, l... method SubXZMatrixAsReadOnlyTensor4Window (line 123305) | public readonly Tensor4 SubXZMatrixAsReadOnlyTensor4Window(lon... method SubXYMatrixAsReadOnlyTensor4 (line 123317) | public readonly Tensor4 SubXYMatrixAsReadOnlyTensor4(long z, l... method SubXYMatrixAsReadOnlyTensor4Window (line 123329) | public readonly Tensor4 SubXYMatrixAsReadOnlyTensor4Window(lon... method SubTensor4Window (line 123340) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l size) method SubTensor4 (line 123350) | public readonly Tensor4 SubTensor4(V4l begin, V4l size) method SubTensor4Window (line 123360) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i size) method SubTensor4 (line 123370) | public readonly Tensor4 SubTensor4(V4i begin, V4i size) method SubTensor4Window (line 123380) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l si... method SubTensor4 (line 123390) | public readonly Tensor4 SubTensor4(V4l begin, V4l size, V4... method SubTensor4Window (line 123400) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i si... method SubTensor4 (line 123410) | public readonly Tensor4 SubTensor4(V4i begin, V4i size, V4... method SubTensor4Window (line 123419) | public readonly Tensor4 SubTensor4Window(V4l begin, V4l si... method SubTensor4Window (line 123428) | public readonly Tensor4 SubTensor4Window(V4i begin, V4i si... method SubTensor4Window (line 123438) | public readonly Tensor4 SubTensor4Window( method SubTensor4 (line 123452) | public readonly Tensor4 SubTensor4( method SubTensor4Window (line 123466) | public readonly Tensor4 SubTensor4Window( method SubTensor4 (line 123482) | public readonly Tensor4 SubTensor4( method AsVector (line 123497) | public readonly Vector AsVector() method SubVector (line 123506) | public readonly Vector SubVector(V4l origin, long size, lo... method SubVector (line 123515) | public readonly Vector SubVector(V4i origin, long size, lo... method SubYZWVolume (line 123524) | public readonly Volume SubYZWVolume(long x) method SubYZWVolumeAsReadOnlyTensor4 (line 123535) | public readonly Tensor4 SubYZWVolumeAsReadOnlyTensor4(long... method SubYZWVolumeWindow (line 123544) | public readonly Volume SubYZWVolumeWindow(long x) method SubYZWVolumeAsReadOnlyTensor4Window (line 123555) | public readonly Tensor4 SubYZWVolumeAsReadOnlyTensor4Window SubXZWVolume(long y) method SubXZWVolumeAsReadOnlyTensor4 (line 123575) | public readonly Tensor4 SubXZWVolumeAsReadOnlyTensor4(long... method SubXZWVolumeWindow (line 123584) | public readonly Volume SubXZWVolumeWindow(long y) method SubXZWVolumeAsReadOnlyTensor4Window (line 123595) | public readonly Tensor4 SubXZWVolumeAsReadOnlyTensor4Window SubXYWVolume(long z) method SubXYWVolumeAsReadOnlyTensor4 (line 123615) | public readonly Tensor4 SubXYWVolumeAsReadOnlyTensor4(long... method SubXYWVolumeWindow (line 123624) | public readonly Volume SubXYWVolumeWindow(long z) method SubXYWVolumeAsReadOnlyTensor4Window (line 123635) | public readonly Tensor4 SubXYWVolumeAsReadOnlyTensor4Window SubXYZVolume(long w) method SubXYZVolumeAsReadOnlyTensor4 (line 123655) | public readonly Tensor4 SubXYZVolumeAsReadOnlyTensor4(long... method SubXYZVolumeWindow (line 123664) | public readonly Volume SubXYZVolumeWindow(long w) method SubXYZVolumeAsReadOnlyTensor4Window (line 123675) | public readonly Tensor4 SubXYZVolumeAsReadOnlyTensor4Window SubZWMatrixAsReadOnlyTensor4(long ... method SubZWMatrixAsReadOnlyTensor4Window (line 123697) | public readonly Tensor4 SubZWMatrixAsReadOnlyTensor4Window... method SubYWMatrixAsReadOnlyTensor4 (line 123708) | public readonly Tensor4 SubYWMatrixAsReadOnlyTensor4(long ... method SubYWMatrixAsReadOnlyTensor4Window (line 123719) | public readonly Tensor4 SubYWMatrixAsReadOnlyTensor4Window... method SubYZMatrixAsReadOnlyTensor4 (line 123730) | public readonly Tensor4 SubYZMatrixAsReadOnlyTensor4(long ... method SubYZMatrixAsReadOnlyTensor4Window (line 123741) | public readonly Tensor4 SubYZMatrixAsReadOnlyTensor4Window... method SubXWMatrixAsReadOnlyTensor4 (line 123752) | public readonly Tensor4 SubXWMatrixAsReadOnlyTensor4(long ... method SubXWMatrixAsReadOnlyTensor4Window (line 123763) | public readonly Tensor4 SubXWMatrixAsReadOnlyTensor4Window... method SubXZMatrixAsReadOnlyTensor4 (line 123774) | public readonly Tensor4 SubXZMatrixAsReadOnlyTensor4(long ... method SubXZMatrixAsReadOnlyTensor4Window (line 123785) | public readonly Tensor4 SubXZMatrixAsReadOnlyTensor4Window... method SubXYMatrixAsReadOnlyTensor4 (line 123796) | public readonly Tensor4 SubXYMatrixAsReadOnlyTensor4(long ... method SubXYMatrixAsReadOnlyTensor4Window (line 123807) | public readonly Tensor4 SubXYMatrixAsReadOnlyTensor4Window... method Copy (line 123820) | public readonly Tensor4 Copy() method CopyWindow (line 123829) | public readonly Tensor4 CopyWindow() method Map (line 123839) | public readonly Tensor4 Map(Func fun) method MapWindow (line 123848) | public readonly Tensor4 MapWindow(Func fun) method CopyView (line 123853) | public readonly Tensor4 CopyView() method CopyViewWindow (line 123858) | public readonly Tensor4 CopyViewWindow() method Map (line 123867) | public readonly Tensor4 Map(Func fun) method MapWindow (line 123876) | public readonly Tensor4 MapWindow(Func fun) method Apply (line 123891) | public readonly Tensor4 Apply(Func element_elementFun) method Apply (line 123918) | public readonly Tensor4 Apply( method Apply (line 123972) | public readonly Tensor4 Apply( method ApplyByCoord (line 124026) | public readonly Tensor4 ApplyByCoord(Func element... method ApplyByCoord (line 124074) | public readonly Tensor4 ApplyByCoord(Func Set(Tv v) method SetByCoord (line 124149) | public readonly Tensor4 SetByCoord(Func SetByCoord(Func crd_elementFun) method SetByCoord (line 124247) | public readonly Tensor4 SetByCoord( method SetByIndex (line 124297) | public readonly Tensor4 SetByIndex(Func index_elemen... method Set (line 124349) | public readonly Tensor4 Set(ITensor4 it1) method Set (line 124399) | public readonly Tensor4 Set(Tensor4 t1) method SetMap (line 124452) | public readonly Tensor4 SetMap( method SetByIndex (line 124508) | public readonly Tensor4 SetByIndex( method Set (line 124561) | public readonly Tensor4 Set(Tensor4 t1) method SetMap (line 124614) | public readonly Tensor4 SetMap( method SetByIndex (line 124670) | public readonly Tensor4 SetByIndex( method SetMap2 (line 124724) | public readonly Tensor4 SetMap2( method SetByIndex (line 124781) | public readonly Tensor4 SetByIndex( method SetMap2 (line 124836) | public readonly Tensor4 SetMap2( method SetByIndex (line 124893) | public readonly Tensor4 SetByIndex( method SetMap2 (line 124948) | public readonly Tensor4 SetMap2( method SetByIndex (line 125005) | public readonly Tensor4 SetByIndex( method SetMap2 (line 125060) | public readonly Tensor4 SetMap2( method SetByIndex (line 125117) | public readonly Tensor4 SetByIndex( method SetMap3 (line 125172) | public readonly Tensor4 SetMap3( method SetByIndex (line 125229) | public readonly Tensor4 SetByIndex( method SetMap3 (line 125284) | public readonly Tensor4 SetMap3( method SetByIndex (line 125341) | public readonly Tensor4 SetByIndex( method SetMap3 (line 125396) | public readonly Tensor4 SetMap3( method SetByIndex (line 125453) | public readonly Tensor4 SetByIndex( method SetMap3 (line 125508) | public readonly Tensor4 SetMap3( method SetByIndex (line 125565) | public readonly Tensor4 SetByIndex( method SetMap3 (line 125620) | public readonly Tensor4 SetMap3( method SetByIndex (line 125677) | public readonly Tensor4 SetByIndex( method SetMap3 (line 125732) | public readonly Tensor4 SetMap3( method SetByIndex (line 125789) | public readonly Tensor4 SetByIndex( method SetMap3 (line 125844) | public readonly Tensor4 SetMap3( method SetByIndex (line 125901) | public readonly Tensor4 SetByIndex( method SetMap3 (line 125956) | public readonly Tensor4 SetMap3( method SetByIndex (line 126013) | public readonly Tensor4 SetByIndex( method SetConvolution (line 126066) | public readonly Tensor4 SetConvolution( method SetOuterProduct (line 126082) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 126121) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 126160) | public readonly Tensor4 SetOuterProduct( method SetOuterProduct (line 126199) | public readonly Tensor4 SetOuterProduct SetOuterProduct( method SetOuterProduct (line 126277) | public readonly Tensor4 SetOuterProduct SetOuterProduct SetOuterProduct SetOuterProduct( method SetOuterProduct (line 126433) | public readonly Tensor4 SetOuterProduct SetOuterProduct SetOuterProduct SetOuterProduct SetOuterProduct SetOuterProduct SetOuterProduct( method Norm (line 126752) | public readonly Tr Norm(Func e... method Norm (line 126799) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 126846) | public readonly Ts InnerProduct( method InnerProduct (line 126897) | public readonly Ts InnerProduct( method Norm (line 126948) | public readonly Tr Norm( method Norm (line 126998) | public readonly Tr Norm(Func e... method Norm (line 127048) | public readonly Tr Norm(Func elementFun, method InnerProduct (line 127098) | public readonly Ts InnerProduct( method InnerProduct (line 127152) | public readonly Ts InnerProduct( method Create (line 127213) | public static Tensor4 Create( method Create (line 127222) | public static Tensor4 Create( method Map (line 127232) | public static Tensor4 Map( method CreateByIndex (line 127244) | public static Tensor4 CreateByIndex( method Map (line 127254) | public static Tensor4 Map( method CreateByIndex (line 127266) | public static Tensor4 CreateByIndex( method Map2 (line 127276) | public static Tensor4 Map2( method CreateByIndex (line 127289) | public static Tensor4 CreateByIndex( method Map2 (line 127300) | public static Tensor4 Map2( method CreateByIndex (line 127313) | public static Tensor4 CreateByIndex( method Map2 (line 127324) | public static Tensor4 Map2( method CreateByIndex (line 127337) | public static Tensor4 CreateByIndex( method Map2 (line 127348) | public static Tensor4 Map2( method CreateByIndex (line 127361) | public static Tensor4 CreateByIndex( method Map3 (line 127372) | public static Tensor4 Map3( method CreateByIndex (line 127385) | public static Tensor4 CreateByIndex( method Map3 (line 127396) | public static Tensor4 Map3( method CreateByIndex (line 127409) | public static Tensor4 CreateByIndex( method Map3 (line 127420) | public static Tensor4 Map3( method CreateByIndex (line 127433) | public static Tensor4 CreateByIndex( method Map3 (line 127444) | public static Tensor4 Map3( method CreateByIndex (line 127457) | public static Tensor4 CreateByIndex( method Map3 (line 127468) | public static Tensor4 Map3( method CreateByIndex (line 127481) | public static Tensor4 CreateByIndex( method Map3 (line 127492) | public static Tensor4 Map3( method CreateByIndex (line 127505) | public static Tensor4 CreateByIndex( method Map3 (line 127516) | public static Tensor4 Map3( method CreateByIndex (line 127529) | public static Tensor4 CreateByIndex( method Map3 (line 127540) | public static Tensor4 Map3( method CreateByIndex (line 127553) | public static Tensor4 CreateByIndex( method Create (line 127564) | public static Tensor4 Create(V4l size, Func fun) method CreateConvolution (line 127575) | public static Tensor4 CreateConvolution( method CreateOuterProduct (line 127589) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 127602) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 127615) | public readonly Tensor4 CreateOuterProduct( method CreateOuterProduct (line 127628) | public readonly Tensor4 CreateOuterProduct CreateOuterProduct( method CreateOuterProduct (line 127654) | public readonly Tensor4 CreateOuterProduct CreateOuterProduct CreateOuterProduct CreateOuterProduct( method CreateOuterProduct (line 127706) | public readonly Tensor4 CreateOuterProduct CreateOuterProduct CreateOuterProduct CreateOuterProduct CreateOuterProduct CreateOuterProduct CreateOuterProduct( method SampleRaw16 (line 127814) | public readonly TRes SampleRaw16( method Sample16Clamped (line 127838) | public readonly TRes Sample16Clamped( method Sample16Clamped (line 127850) | public readonly TRes Sample16Clamped( method Sample16 (line 127862) | public readonly TRes Sample16( method Sample16 (line 127887) | public readonly TRes Sample16( method GetValue (line 127926) | public readonly object GetValue(long x, long y, long z, long w) method SetValue (line 127931) | public readonly void SetValue(object value, long x, long y, long z, lo... method GetValue (line 127936) | public readonly object GetValue(V4l v) method SetValue (line 127941) | public readonly void SetValue(object value, V4l v) FILE: src/Aardvark.Base.Tensors.CSharp/Tensor_template.cs class MakeIntellisense (line 70) | public class MakeIntellisense { method Happy (line 71) | public void Happy() { type __ttn__Info (line 219) | [Serializable] method __ttn__Info (line 252) | public __ttn__Info(long origin, __itn__ size, __itn__ delta, __itn__ f... method __ttn__Info (line 266) | public __ttn__Info(long origin, __itn__ size, __itn__ delta) method __ttn__Info (line 274) | public __ttn__Info(__itn__ size) method __ttn__Info (line 278) | public __ttn__Info(__ttn__Info info) method NewDelta (line 285) | private static __itn__ NewDelta(__itn__ size) method NewDelta (line 292) | private static __itn__ NewDelta(__itn__ size, __itn__ delta) method __ttn__Info (line 310) | public __ttn__Info(__itn__ size) method __ttn__Info (line 317) | public __ttn__Info(__itn__ size, __itn__ delta) method __ttn__Info (line 321) | public __ttn__Info(__ttn__Info info) method __ttn__Info (line 331) | public __ttn__Info(__iitn__ size) method __ttn__Info (line 339) | public __ttn__Info(__iitn__ size, __iitn__ delta) method __ttn__Info (line 346) | public __ttn__Info(/*# ifa.ForEach(f => { */long size__f__/*# }, comma... method __ttn__Info (line 353) | public __ttn__Info(/*# ifa.ForEach(f => { */int size__f__/*# }, comma)... method GetJ__f__ (line 520) | public readonly long GetJ__f__(__itn__ size) method GetJ__f2____f0__ (line 536) | public readonly long GetJ__f2____f0__(__itn__ size) method Index (line 695) | public readonly long Index(long coord) { return Origin + coord * Delta; } method Dv (line 699) | public readonly long Dv(/*# iaa.ForEach(a => { */long d__a__/*# }, com... method Index (line 707) | public readonly long Index(/*# iaa.ForEach(a => { */long __a__/*# }, c... method Index (line 715) | public readonly long Index(__itn__ v) method Index (line 723) | public readonly long Index(__iitn__ v) method Sub__ttn__Window (line 738) | public readonly __ttn__Info Sub__ttn__Window(__itn__ begin, __itn__ size) method Sub__ttn__ (line 748) | public readonly __ttn__Info Sub__ttn__(__itn__ begin, __itn__ size) method Sub__ttn__Window (line 758) | public readonly __ttn__Info Sub__ttn__Window(__iitn__ begin, __iitn__ ... method Sub__ttn__ (line 768) | public readonly __ttn__Info Sub__ttn__(__iitn__ begin, __iitn__ size) method Sub__ttn__Window (line 778) | public readonly __ttn__Info Sub__ttn__Window(__itn__ begin, __itn__ si... method Sub__ttn__ (line 788) | public readonly __ttn__Info Sub__ttn__(__itn__ begin, __itn__ size, __... method Sub__ttn__Window (line 798) | public readonly __ttn__Info Sub__ttn__Window(__iitn__ begin, __iitn__ ... method Sub__ttn__ (line 808) | public readonly __ttn__Info Sub__ttn__(__iitn__ begin, __iitn__ size, ... method Sub__ttn__Window (line 818) | public readonly __ttn__Info Sub__ttn__Window(__itn__ begin, __itn__ si... method Sub__ttn__Window (line 827) | public readonly __ttn__Info Sub__ttn__Window(__iitn__ begin, __iitn__ ... method Sub__ttn__Window (line 838) | public readonly __ttn__Info Sub__ttn__Window( method Sub__ttn__ (line 851) | public readonly __ttn__Info Sub__ttn__( method Sub__ttn__Window (line 865) | public readonly __ttn__Info Sub__ttn__Window( method Sub__ttn__ (line 880) | public readonly __ttn__Info Sub__ttn__( method Sub__vectn__ (line 895) | public readonly __vectn__Info Sub__vectn__(__itn__ begin, long size, l... method Sub__vectn__ (line 905) | public readonly __vectn__Info Sub__vectn__(__iitn__ begin, long size, ... method As__vectn__ (line 916) | public readonly __vectn__Info As__vectn__() method __fn____winstr__ (line 937) | public readonly __ttsub1n__Info __fn____winstr__(long __a__) method As__vectn__ (line 953) | public readonly __vectn__Info As__vectn__() method As__mattn__XYxZ (line 965) | public readonly __mattn__Info As__mattn__XYxZ() method As__mattn__XxYZ (line 977) | public readonly __mattn__Info As__mattn__XxYZ() method Sub__mattn__ (line 989) | public readonly __mattn__Info Sub__mattn__(__itn__ origin, V2l size, V... method Sub__mattn__ (line 999) | public readonly __mattn__Info Sub__mattn__(__iitn__ origin, V2i size, ... method Sub__mattn__ (line 1009) | public readonly __mattn__Info Sub__mattn__( method As__vectn__ (line 1023) | public readonly __vectn__Info As__vectn__() method Sub__fa____ttsub1n____winstr__ (line 1044) | public readonly __ttsub1n__Info Sub__fa____ttsub1n____winstr__(long __... method Sub__fa____ttsub1n__AsReadOnly__ttn____winstr__ (line 1060) | public readonly __ttn__Info Sub__fa____ttsub1n__AsReadOnly__ttn____win... method Sub__fa____ttsub2n__AsReadOnly__ttn____winstr__ (line 1085) | public readonly __ttn__Info Sub__fa____ttsub2n__AsReadOnly__ttn____win... method ForeachIndex (line 1100) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 1108) | public readonly void ForeachIndex(Action {*/long/... method ForeachCoord (line 1116) | public readonly void ForeachCoord(Action<__itn__> v_action) method ForeachIndex (line 1129) | public readonly void ForeachIndex(__ttn__Info t1, Action i... method Foreach__f____idxstr__ (line 1148) | public readonly void Foreach__f____idxstr__(/*# for (int i1 = 1; i1 < ... method Foreach__f2____f1____idxstr__ (line 1176) | public readonly void Foreach__f2____f1____idxstr__(/*# for (int i1 = 1... method Foreach__f3____f2____f1____idxstr__ (line 1227) | public readonly void Foreach__f3____f2____f1____idxstr__(/*# for (int ... method Foreach__f4____f3____f2____f1____idxstr__ (line 1295) | public readonly void Foreach__f4____f3____f2____f1____idxstr__(/*# for... method CheckMatchingSize (line 1358) | public readonly void CheckMatchingSize(__ttn__Info t1) method CheckMatchingSize (line 1363) | public readonly void CheckMatchingSize(__ttn__Info t1, __ttn__Info t2) method CheckMatchingSize (line 1368) | public readonly void CheckMatchingSize(__ttn__Info t1, __ttn__Info t2,... method HasMatchingLayout (line 1373) | public readonly bool HasMatchingLayout(__ttn__Info t1) method HasMatchingLayout (line 1378) | public readonly bool HasMatchingLayout(__ttn__Info t1, __ttn__Info t2) method HasMatchingLayout (line 1383) | public readonly bool HasMatchingLayout(__ttn__Info t1, __ttn__Info t2,... type __ttn__ (line 1416) | [Serializable] method __ttn__ (line 1431) | public __ttn__(__dtn__[] data, __ttn__Info info) method __ttn__ (line 1444) | public __ttn__(__itn__ size) method __ttn__ (line 1453) | public __ttn__(__iitn__ size) method __ttn__ (line 1460) | public __ttn__(__ttn__Info info) method __ttn__ (line 1468) | public __ttn__(__dtn__[] data) method __ttn__ (line 1476) | public __ttn__(/*# iaa.ForEach(a => { */long s__a__/*# }, comma); */) method __ttn__ (line 1483) | public __ttn__(__dtn__[] data, /*# iaa.ForEach(a => { */long s__a__/*#... method __ttn__ (line 1490) | public __ttn__(/*# iaa.ForEach(a => { */long s__a__/*# }, comma); */, ... method __ttn__ (line 1498) | public __ttn__(__dtn__[] data, __itn__ size) method __ttn__ (line 1505) | public __ttn__(__dtn__[] data, __iitn__ size) method __ttn__ (line 1513) | public __ttn__(__itn__ size, __vtn__ value) method __ttn__ (line 1525) | public __ttn__(__iitn__ size, __vtn__ value) method __ttn__ (line 1532) | public __ttn__(__dtn__[] data, long origin, __itn__ size, __itn__ delta) method __ttn__ (line 1539) | public __ttn__(__dtn__[] data, long origin, __itn__ size, __itn__ delt... method __ttn__ (line 1546) | public __ttn__(long origin, __itn__ size, __itn__ delta) method ForeachIndex (line 1935) | public readonly void ForeachIndex(Action i_action) method ForeachIndex (line 1941) | public readonly void ForeachIndex(Action {*/long/... method ForeachCoord (line 1947) | public readonly void ForeachCoord(Action<__itn__> v_action) method ForeachIndex (line 1952) | public readonly void ForeachIndex(__ttn__Info t1, Action i... method Foreach__f____idxstr__ (line 1968) | public readonly void Foreach__f____idxstr__( method Foreach__f2____f1____idxstr__ (line 1993) | public readonly void Foreach__f2____f1____idxstr__( method Foreach__f3____f2____f1____idxstr__ (line 2034) | public readonly void Foreach__f3____f2____f1____idxstr__(/*# if (pre) ... method Foreach__f4____f3____f2____f1____idxstr__ (line 2083) | public readonly void Foreach__f4____f3____f2____f1____idxstr__(/*# if ... method Sub__ttn__Window__pt1__ (line 2122) | public readonly __ttn__<__dvt1tn__> Sub__ttn__Window__pt1__(__itn__ be... method Sub__ttn____pt1__ (line 2134) | public readonly __ttn__<__dvt1tn__> Sub__ttn____pt1__(__itn__ begin, _... method Sub__ttn__Window__pt1__ (line 2146) | public readonly __ttn__<__dvt1tn__> Sub__ttn__Window__pt1__(__iitn__ b... method Sub__ttn____pt1__ (line 2158) | public readonly __ttn__<__dvt1tn__> Sub__ttn____pt1__(__iitn__ begin, ... method Sub__ttn__Window__pt1__ (line 2170) | public readonly __ttn__<__dvt1tn__> Sub__ttn__Window__pt1__(__itn__ be... method Sub__ttn____pt1__ (line 2182) | public readonly __ttn__<__dvt1tn__> Sub__ttn____pt1__(__itn__ begin, _... method Sub__ttn__Window__pt1__ (line 2194) | public readonly __ttn__<__dvt1tn__> Sub__ttn__Window__pt1__(__iitn__ b... method Sub__ttn____pt1__ (line 2206) | public readonly __ttn__<__dvt1tn__> Sub__ttn____pt1__(__iitn__ begin, ... method Sub__ttn__Window__pt1__ (line 2218) | public readonly __ttn__<__dvt1tn__> Sub__ttn__Window__pt1__(__itn__ be... method Sub__ttn__Window__pt1__ (line 2229) | public readonly __ttn__<__dvt1tn__> Sub__ttn__Window__pt1__(__iitn__ b... method Sub__ttn__Window__pt1__ (line 2241) | public readonly __ttn__<__dvt1tn__> Sub__ttn__Window__pt1__( method Sub__ttn____pt1__ (line 2257) | public readonly __ttn__<__dvt1tn__> Sub__ttn____pt1__( method Sub__ttn__Window__pt1__ (line 2273) | public readonly __ttn__<__dvt1tn__> Sub__ttn__Window__pt1__( method Sub__ttn____pt1__ (line 2291) | public readonly __ttn__<__dvt1tn__> Sub__ttn____pt1__( method As__vectn____pt1__ (line 2313) | public readonly __vectn__<__dvt1tn__> As__vectn____pt1__() method Sub__vectn____pt1__ (line 2324) | public readonly __vectn__<__dvt1tn__> Sub__vectn____pt1__(__itn__ orig... method Sub__vectn____pt1__ (line 2335) | public readonly __vectn__<__dvt1tn__> Sub__vectn____pt1__(__iitn__ ori... method __fn____winstr____pt1__ (line 2355) | public readonly __ttsub1n__<__dvt1tn__> __fn____winstr____pt1__(long _... method As__mattn__XYxZ__pt1__ (line 2370) | public readonly __mattn__<__dvt1tn__> As__mattn__XYxZ__pt1__() method As__mattn__XxYZ__pt1__ (line 2381) | public readonly __mattn__<__dvt1tn__> As__mattn__XxYZ__pt1__() method Sub__mattn____pt1__ (line 2392) | public readonly __mattn__<__dvt1tn__> Sub__mattn____pt1__(__itn__ orig... method Sub__mattn____pt1__ (line 2403) | public readonly __mattn__<__dvt1tn__> Sub__mattn____pt1__(__iitn__ ori... method Sub__mattn____pt1__ (line 2414) | public readonly __mattn__<__dvt1tn__> Sub__mattn____pt1__( method Sub__fa____ttsub1n____winstr____pt1__ (line 2438) | public readonly __ttsub1n__<__dvt1tn__> Sub__fa____ttsub1n____winstr__... method Sub__fa____ttsub1n__AsReadOnly__ttn____winstr____pt1__ (line 2455) | public readonly __ttn__<__dvt1tn__> Sub__fa____ttsub1n__AsReadOnly__tt... method Sub__fa____ttsub2n__AsReadOnly__ttn____winstr____pt1__ (line 2478) | public readonly __ttn__<__dvt1tn__> Sub__fa____ttsub2n__AsReadOnly__tt... method Copy (line 2498) | public readonly __ttn__<__dvtn__> Copy() method CopyWindow (line 2511) | public readonly __ttn__<__dvtn__> CopyWindow() method Map (line 2521) | public readonly __ttn__ Map(Func<__vtn__, T1> fun) method MapWindow (line 2530) | public readonly __ttn__ MapWindow(Func<__vtn__, T1> fun) method CopyView (line 2536) | public readonly __ttn__<__vtn__> CopyView() method CopyViewWindow (line 2541) | public readonly __ttn__<__vtn__> CopyViewWindow() method Map (line 2550) | public readonly __ttn__<__dvtn__> Map(Func<__vtn__, __vtn__> fun) method MapWindow (line 2559) | public readonly __ttn__<__dvtn__> MapWindow(Func<__vtn__, __vtn__> fun) method Repeated (line 2571) | public readonly __ttn__<__dvtn__> Repeated(__itn__ count) method Apply (line 2599) | public readonly __ttn__<__dvtn__> Apply(Func<__vtn__, __vtn__> element... method Apply (line 2633) | public readonly __ttn__<__dvtn__> Apply<__t1t__>( method ApplyByCoord (line 2653) | public readonly __ttn__<__dvtn__> ApplyByCoord(Func<__vtn__, __itn__, ... method ApplyByCoord (line 2698) | public readonly __ttn__<__dvtn__> ApplyByCoord(Func<__vtn__, /*# iaa.F... method Set (line 2730) | public readonly __ttn__<__dvtn__> Set(__vtn__ v) method SetByCoord (line 2747) | public readonly __ttn__<__dvtn__> SetByCoord(Func... method SetByCoord (line 2765) | public readonly __ttn__<__dvtn__> SetByCoord(Func<__itn__, __vtn__> cr... method SetByCoord (line 2781) | public readonly __ttn__<__dvtn__> SetByCoord { ... method SetByIndex (line 2837) | public readonly __ttn__<__dvtn__> SetByIndex(Func index... method Set (line 2856) | public readonly __ttn__<__dvtn__> Set(I__ttn__<__vtn__> it1) method Set (line 2874) | public readonly __ttn__<__dvtn__> Set/*# if (t1v) {*//*# }*/(__ttn... method SetMap (line 2891) | public readonly __ttn__<__dvtn__> SetMap<__t1t__>( method SetByIndex (line 2911) | public readonly __ttn__<__dvtn__> SetByIndex<__t1t__>( method SetMap2 (line 2932) | public readonly __ttn__<__dvtn__> SetMap2<__t1t__, __t2t__>( method SetByIndex (line 2955) | public readonly __ttn__<__dvtn__> SetByIndex<__t1t__, __t2t__>( method SetMap3 (line 2980) | public readonly __ttn__<__dvtn__> SetMap3<__t1t__, __t2t__, __t3t__>( method SetByIndex (line 3004) | public readonly __ttn__<__dvtn__> SetByIndex<__t1t__, __t2t__, __t3t__>( method SetConvolution (line 3025) | public readonly __ttn__<__dvtn__> SetConvolution( method SetOuterProduct (line 3043) | public readonly __ttn__<__dvtn__> SetOuterProduct<__txt__, __tyt__>( method SetOuterProduct (line 3087) | public readonly __ttn__<__dvtn__> SetOuterProduct<__txt__, __tyt__, __... method SetOuterProduct (line 3137) | public readonly __ttn__<__dvtn__> SetOuterProduct<__txt__, __tyt__, __... method Norm (line 3186) | public readonly Tr Norm( method Norm (line 3199) | public readonly Tr Norm(Func<__vtn__, /*# iaa.ForEach(a => {*/... method Norm (line 3213) | public readonly Tr Norm(Func<__vtn__, __itn__, Ti> elementFun, method InnerProduct (line 3228) | public readonly Ts InnerProduct<__t1t__, Tm, Ts>( method Create (line 3252) | public static __ttn__<__dvtn__> Create/*# if (t1v) { *//*# } */( method Map (line 3264) | public static __ttn__<__dvtn__> Map<__t1t__>( method CreateByIndex (line 3276) | public static __ttn__<__dvtn__> CreateByIndex<__t1t__>( method Map2 (line 3289) | public static __ttn__<__dvtn__> Map2<__t1t__, __t2t__>( method CreateByIndex (line 3302) | public static __ttn__<__dvtn__> CreateByIndex<__t1t__, __t2t__>( method Map3 (line 3317) | public static __ttn__<__dvtn__> Map3<__t1t__, __t2t__, __t3t__>( method CreateByIndex (line 3330) | public static __ttn__<__dvtn__> CreateByIndex<__t1t__, __t2t__, __t3t__>( method Create (line 3342) | public static __ttn__<__dvtn__> Create(__itn__ size, Func<__itn__, __v... method CreateConvolution (line 3353) | public static __ttn__<__dvtn__> CreateConvolution( method CreateOuterProduct (line 3369) | public static __ttn__<__dvtn__> CreateOuterProduct<__txt__, __tyt__>( method CreateOuterProduct (line 3387) | public readonly __ttn__<__dvtn__> CreateOuterProduct<__txt__, __tyt__,... method CreateOuterProduct (line 3407) | public readonly __ttn__<__dvtn__> CreateOuterProduct<__txt__, __tyt__,... method SampleRaw2 (line 3429) | public readonly TRes SampleRaw2( method Sample2Clamped (line 3442) | public readonly TRes Sample2Clamped( method Sample2 (line 3455) | public readonly TRes Sample2( method SampleRaw4 (line 3470) | public readonly TRes SampleRaw4( method Sample4Clamped (line 3485) | public readonly TRes Sample4Clamped( method Sample4 (line 3493) | public readonly TRes Sample4( method SampleRaw6 (line 3510) | public readonly TRes SampleRaw6( method Sample6Clamped (line 3525) | public readonly TRes Sample6Clamped( method Sample6 (line 3533) | public readonly TRes Sample6( method SampleRaw4 (line 3552) | public readonly TRes SampleRaw4( method SampleRaw4 (line 3567) | public readonly TRes SampleRaw4( method Sample4Clamped (line 3584) | public readonly TRes Sample4Clamped( method Sample4Clamped (line 3593) | public readonly TRes Sample4Clamped( method Sample4 (line 3602) | public readonly TRes Sample4( method Sample4 (line 3621) | public readonly TRes Sample4( method SetScaled4 (line 3644) | public readonly void SetScaled4(... method Sample4 (line 3693) | public readonly TRes Sample4( method SampleRaw16 (line 3707) | public readonly TRes SampleRaw16( method SampleRaw16 (line 3717) | public readonly TRes SampleRaw16( method Sample16Clamped (line 3742) | public readonly TRes Sample16Clamped( method Sample16Clamped (line 3753) | public readonly TRes Sample16Clamped( method Sample16 (line 3764) | public readonly TRes Sample16( method Sample16 (line 3778) | public readonly TRes Sample16( method SetScaled16 (line 3808) | public readonly void SetScaled16( method SampleRaw36 (line 3877) | public readonly TRes SampleRaw36( method SampleRaw36 (line 3887) | public readonly TRes SampleRaw36( method Sample36Clamped (line 3917) | public readonly TRes Sample36Clamped( method Sample36Clamped (line 3928) | public readonly TRes Sample36Clamped( method Sample36 (line 3939) | public readonly TRes Sample36( method Sample36 (line 3953) | public readonly TRes Sample36( method SetScaled36 (line 3987) | public readonly void SetScaled36( method SampleRaw8 (line 4067) | public readonly TRes SampleRaw8( method SampleRaw8 (line 4083) | public readonly TRes SampleRaw8( method Sample8Clamped (line 4107) | public readonly TRes Sample8Clamped( method Sample8Clamped (line 4119) | public readonly TRes Sample8Clamped( method Sample8 (line 4131) | public readonly TRes Sample8( method Sample8 (line 4153) | public readonly TRes Sample8( method SampleRaw64 (line 4182) | public readonly TRes SampleRaw64( method SampleRaw64 (line 4194) | public readonly TRes SampleRaw64( method Sample64Clamped (line 4250) | public readonly TRes Sample64Clamped( method Sample64Clamped (line 4265) | public readonly TRes Sample64Clamped( method Sample64 (line 4280) | public readonly TRes Sample64( method Sample64 (line 4298) | public readonly TRes Sample64( method SampleRaw16 (line 4358) | public readonly TRes SampleRaw16( method SampleRaw16 (line 4375) | public readonly TRes SampleRaw16( method Sample16Clamped (line 4410) | public readonly TRes Sample16Clamped( method Sample16Clamped (line 4422) | public readonly TRes Sample16Clamped( method Sample16 (line 4434) | public readonly TRes Sample16( method Sample16 (line 4459) | public readonly TRes Sample16( method SetLineX (line 4510) | public readonly void SetLineX(double x0, double x1, double y, __vtn__ ... method SetLineY (line 4519) | public readonly void SetLineY(double x, double y0, double y1, __vtn__ ... method SetLineX (line 4527) | public readonly void SetLineX(long x0, long x1, long y, __vtn__ value) method SetLineY (line 4538) | public readonly void SetLineY(long x, long y0, long y1, __vtn__ value) method SetRectangle (line 4550) | public readonly void SetRectangle(V2d p0, V2d p1, __vtn__ value) method SetRectangle (line 4559) | public readonly void SetRectangle(double x0, double y0, double x1, dou... method SetRectangle (line 4568) | public readonly void SetRectangle(V2i p0, V2i p1, __vtn__ value) method SetRectangle (line 4576) | public readonly void SetRectangle(V2l v0, V2l v1, __vtn__ value) method SetRectangle (line 4584) | public readonly void SetRectangle(long x0, long y0, long x1, long y1, ... method SetRectangleFilled (line 4597) | public readonly void SetRectangleFilled(V2d p0, V2d p1, __vtn__ value) method SetRectangleFilled (line 4607) | public readonly void SetRectangleFilled(double x0, double y0, double x... method SetRectangleFilled (line 4617) | public readonly void SetRectangleFilled(V2i p0, V2i p1, __vtn__ value) method SetRectangleFilled (line 4626) | public readonly void SetRectangleFilled(V2l p0, V2l p1, __vtn__ value) method SetRectangleFilled (line 4635) | public readonly void SetRectangleFilled(long x0, long y0, long x1, lon... method SetCross (line 4650) | public readonly void SetCross(V2d p, double radius, __vtn__ value) method SetCross (line 4658) | public readonly void SetCross(double x, double y, double radius, __vtn... method SetCross (line 4666) | public readonly void SetCross(V2i p, int radius, __vtn__ value) method SetCross (line 4674) | public readonly void SetCross(V2l p, long radius, __vtn__ value) method SetCross (line 4682) | public readonly void SetCross(long x, long y, long radius, __vtn__ value) method SetCrossX (line 4692) | public readonly void SetCrossX(V2d p, double radius, __vtn__ value) method SetCrossX (line 4701) | public readonly void SetCrossX(double x, double y, double radius, __vt... method SetCrossX (line 4710) | public readonly void SetCrossX(V2i p, int radius, __vtn__ value) method SetCrossX (line 4719) | public readonly void SetCrossX(V2l p, long radius, __vtn__ value) method SetCrossX (line 4728) | public readonly void SetCrossX(long x, long y, long radius, __vtn__ va... method SetSquare (line 4734) | public readonly void SetSquare( method SetSquare (line 4740) | public readonly void SetSquare( method SetSquare (line 4746) | public readonly void SetSquare( method SetSquare (line 4752) | public readonly void SetSquare( method SetSquare (line 4758) | public readonly void SetSquare( method SetSquareFilled (line 4764) | public readonly void SetSquareFilled( method SetSquareFilled (line 4770) | public readonly void SetSquareFilled( method SetSquareFilled (line 4776) | public readonly void SetSquareFilled( method SetSquareFilled (line 4782) | public readonly void SetSquareFilled( method SetSquareFilled (line 4788) | public readonly void SetSquareFilled( method SetLine (line 4794) | public readonly void SetLine( method SetLine (line 4800) | public readonly void SetLine( method SetLine (line 4806) | public readonly void SetLine( method SetLine (line 4812) | public readonly void SetLine( method SetLine (line 4821) | public readonly void SetLine( method SetLineAllTouchedRaw (line 4900) | public readonly void SetLineAllTouchedRaw(V2d p0, V2d p1, __vtn__ value) method SetLineAllTouchedRaw (line 4909) | public readonly void SetLineAllTouchedRaw(double x0, double y0, double... method SetCircle (line 4945) | public readonly void SetCircle( method SetCircle (line 4951) | public readonly void SetCircle( method SetCircle (line 4957) | public readonly void SetCircle( method SetCircle (line 4963) | public readonly void SetCircle( method SetCircle (line 4969) | public readonly void SetCircle( method SetCircleFilled (line 5032) | public readonly void SetCircleFilled( method SetCircleFilled (line 5038) | public readonly void SetCircleFilled( method SetCircleFilled (line 5044) | public readonly void SetCircleFilled( method SetCircleFilled (line 5050) | public readonly void SetCircleFilled( method SetCircleFilled (line 5056) | public readonly void SetCircleFilled( method SetMonotonePolygonFilledRaw (line 5141) | public readonly void SetMonotonePolygonFilledRaw( method GetValue (line 5251) | public readonly object GetValue(/*# iaa.ForEach(a => { */long __a__/*#... method SetValue (line 5256) | public readonly void SetValue(object value, /*# iaa.ForEach(a => { */l... method GetValue (line 5262) | public readonly object GetValue(__itn__ v) method SetValue (line 5267) | public readonly void SetValue(object value, __itn__ v) FILE: src/Aardvark.Base.Tensors.CSharp/Tensors/Accessors.cs type ITensorAccessors (line 5) | public interface ITensorAccessors class TensorAccessors (line 9) | public class TensorAccessors : ITensorAccessors class Intent (line 17) | public static class Intent method Get (line 31) | public static TensorAccessors Get(Symbol intent, long[... class TensorAccessors (line 15) | public static partial class TensorAccessors class Intent (line 17) | public static class Intent method Get (line 31) | public static TensorAccessors Get(Symbol intent, long[... FILE: src/Aardvark.Base.Tensors.CSharp/Tensors/Accessors_auto.cs class TensorAccessors (line 9) | public static partial class TensorAccessors method GetByteAsByte (line 13) | private static ITensorAccessors GetByteAsByte(long[] delta) method GetByteAsUShort (line 22) | private static ITensorAccessors GetByteAsUShort(long[] delta) method GetByteAsUInt (line 31) | private static ITensorAccessors GetByteAsUInt(long[] delta) method GetByteAsHalf (line 40) | private static ITensorAccessors GetByteAsHalf(long[] delta) method GetByteAsFloat (line 49) | private static ITensorAccessors GetByteAsFloat(long[] delta) method GetByteAsDouble (line 58) | private static ITensorAccessors GetByteAsDouble(long[] delta) method GetUShortAsByte (line 67) | private static ITensorAccessors GetUShortAsByte(long[] delta) method GetUShortAsUShort (line 76) | private static ITensorAccessors GetUShortAsUShort(long[] delta) method GetUShortAsUInt (line 85) | private static ITensorAccessors GetUShortAsUInt(long[] delta) method GetUShortAsHalf (line 94) | private static ITensorAccessors GetUShortAsHalf(long[] delta) method GetUShortAsFloat (line 103) | private static ITensorAccessors GetUShortAsFloat(long[] delta) method GetUShortAsDouble (line 112) | private static ITensorAccessors GetUShortAsDouble(long[] delta) method GetUIntAsByte (line 121) | private static ITensorAccessors GetUIntAsByte(long[] delta) method GetUIntAsUShort (line 130) | private static ITensorAccessors GetUIntAsUShort(long[] delta) method GetUIntAsUInt (line 139) | private static ITensorAccessors GetUIntAsUInt(long[] delta) method GetUIntAsHalf (line 148) | private static ITensorAccessors GetUIntAsHalf(long[] delta) method GetUIntAsFloat (line 157) | private static ITensorAccessors GetUIntAsFloat(long[] delta) method GetUIntAsDouble (line 166) | private static ITensorAccessors GetUIntAsDouble(long[] delta) method GetHalfAsByte (line 175) | private static ITensorAccessors GetHalfAsByte(long[] delta) method GetHalfAsUShort (line 184) | private static ITensorAccessors GetHalfAsUShort(long[] delta) method GetHalfAsUInt (line 193) | private static ITensorAccessors GetHalfAsUInt(long[] delta) method GetHalfAsHalf (line 202) | private static ITensorAccessors GetHalfAsHalf(long[] delta) method GetHalfAsFloat (line 211) | private static ITensorAccessors GetHalfAsFloat(long[] delta) method GetHalfAsDouble (line 220) | private static ITensorAccessors GetHalfAsDouble(long[] delta) method GetFloatAsByte (line 229) | private static ITensorAccessors GetFloatAsByte(long[] delta) method GetFloatAsUShort (line 238) | private static ITensorAccessors GetFloatAsUShort(long[] delta) method GetFloatAsUInt (line 247) | private static ITensorAccessors GetFloatAsUInt(long[] delta) method GetFloatAsHalf (line 256) | private static ITensorAccessors GetFloatAsHalf(long[] delta) method GetFloatAsFloat (line 265) | private static ITensorAccessors GetFloatAsFloat(long[] delta) method GetFloatAsDouble (line 274) | private static ITensorAccessors GetFloatAsDouble(long[] delta) method GetDoubleAsByte (line 283) | private static ITensorAccessors GetDoubleAsByte(long[] delta) method GetDoubleAsUShort (line 292) | private static ITensorAccessors GetDoubleAsUShort(long[] delta) method GetDoubleAsUInt (line 301) | private static ITensorAccessors GetDoubleAsUInt(long[] delta) method GetDoubleAsHalf (line 310) | private static ITensorAccessors GetDoubleAsHalf(long[] delta) method GetDoubleAsFloat (line 319) | private static ITensorAccessors GetDoubleAsFloat(long[] delta) method GetDoubleAsDouble (line 328) | private static ITensorAccessors GetDoubleAsDouble(long[] delta) FILE: src/Aardvark.Base.Tensors.CSharp/Tensors/Accessors_template.cs class TensorAccessors (line 11) | public static partial class TensorAccessors method Get__tcaps__As__ccaps__ (line 19) | private static ITensorAccessors Get__tcaps__As__ccaps__(long[] delta) FILE: src/Aardvark.Base.Tensors.CSharp/Tensors/ArrayExtensions.cs class TensorArrayExtensions (line 8) | public static class TensorArrayExtensions method BitReverseIndex (line 12) | public static void BitReverseIndex( method BitReversedIndexCopy (line 44) | public static T[] BitReversedIndexCopy( method BitReverseIndex (line 73) | public static void BitReverseIndex( method FastHartleyTransform (line 104) | public static void FastHartleyTransform( method UntestedFastHartleyTransformedCopy (line 193) | public static double[] UntestedFastHartleyTransformedCopy( method FastHartleyTransformRaw (line 202) | private static void FastHartleyTransformRaw( method FastHartleyTransform (line 302) | public static void FastHartleyTransform( FILE: src/Aardvark.Base.Tensors.CSharp/Tensors/FilterKernel.cs class FilterKernelFun (line 8) | public static class FilterKernelFun method Gaussian (line 15) | public static Func Gaussian(float sigma) method GaussianDx (line 27) | public static Func GaussianDx(float sigma) method Gaussian2 (line 39) | public static Func Gaussian2(float sigma) method Gaussian2Dx (line 53) | public static Func Gaussian2Dx(float sigma) method Gaussian2Dy (line 67) | public static Func Gaussian2Dy(float sigma) method DoG (line 80) | public static Func DoG(float sigma1, float sigma2) method DoG2 (line 91) | public static Func DoG2(float sigma1, float sigma2) method LoG (line 103) | public static Func LoG(float sigma) method LoG2 (line 119) | public static Func LoG2(float sigma) class FilterKernel (line 136) | public static class FilterKernel method NormalizeToSum1 (line 145) | public static Matrix NormalizeToSum1(this Matrix matrixW... method NormalizeToSum1 (line 160) | public static Matrix NormalizeToSum1(this Matrix matri... method NormalizeToSum1 (line 176) | public static Vector NormalizeToSum1(this Vector vectorW... method NormalizeToSum1 (line 191) | public static Vector NormalizeToSum1(this Vector vecto... method Create1DKernel (line 212) | public static Vector Create1DKernel( method Create2DKernel (line 229) | public static Matrix Create2DKernel( method Create2DKernel (line 243) | public static Matrix Create2DKernel( method To2DKernelX (line 253) | public static Matrix To2DKernelX(this Vector kernel) method To2DKernelY (line 263) | public static Matrix To2DKernelY(this Vector kernel) method Gaussian2 (line 274) | public static Matrix Gaussian2(float sigma) method Gaussian2 (line 282) | public static Matrix Gaussian2(float sigma, int radius) method Gaussian1 (line 291) | public static Vector Gaussian1(float sigma) method Gaussian1 (line 299) | public static Vector Gaussian1(float sigma, int radius) FILE: src/Aardvark.Base.Tensors.CSharp/Tensors/ImageBorder.cs type Border2i (line 8) | public struct Border2i method Border2i (line 15) | public Border2i(V2i min, V2i max) method Border2i (line 20) | public Border2i(int minx, int miny, int maxx, int maxy) method Border2i (line 24) | public Border2i(int val) method ToBorder2l (line 38) | public readonly Border2l ToBorder2l() type Border2l (line 49) | public struct Border2l method Border2l (line 56) | public Border2l(V2l min, V2l max) method Border2l (line 61) | public Border2l(long minx, long miny, long maxx, long maxy) method Border2l (line 65) | public Border2l(long val) method ToBorder2i (line 79) | public readonly Border2i ToBorder2i() class BorderMatrixAndVolumeExtensions (line 87) | public static class BorderMatrixAndVolumeExtensions method SubMinX (line 95) | public static Matrix SubMinX(this Matrix m, long b) method SubMinX (line 104) | public static Matrix SubMinX(this Matrix m, lo... method SubMaxX (line 113) | public static Matrix SubMaxX(this Matrix m, long b) method SubMaxX (line 122) | public static Matrix SubMaxX(this Matrix m, lo... method SubMinY (line 135) | public static Matrix SubMinY(this Matrix m, long b) method SubMinY (line 144) | public static Matrix SubMinY(this Matrix m, lo... method SubMaxY (line 153) | public static Matrix SubMaxY(this Matrix m, long b) method SubMaxY (line 162) | public static Matrix SubMaxY(this Matrix m, lo... method SubCenter (line 171) | public static Matrix SubCenter(this Matrix m, Border2l b) method SubCenter (line 181) | public static Matrix SubCenter(this Matrix m, ... method SubMinXMinY (line 191) | public static Matrix SubMinXMinY(this Matrix m, Border2l b) method SubMinXMinY (line 201) | public static Matrix SubMinXMinY(this Matrix m... method SubMinXMaxY (line 211) | public static Matrix SubMinXMaxY(this Matrix m, Border2l b) method SubMinXMaxY (line 221) | public static Matrix SubMinXMaxY(this Matrix m... method SubMaxXMinY (line 231) | public static Matrix SubMaxXMinY(this Matrix m, Border2l b) method SubMaxXMinY (line 241) | public static Matrix SubMaxXMinY(this Matrix m... method SubMaxXMaxY (line 251) | public static Matrix SubMaxXMaxY(this Matrix m, Border2l b) method SubMaxXMaxY (line 261) | public static Matrix SubMaxXMaxY(this Matrix m... method SubMinX (line 271) | public static Matrix SubMinX(this Matrix m, Border2l b) method SubMinX (line 281) | public static Matrix SubMinX(this Matrix m, Bo... method SubMaxX (line 291) | public static Matrix SubMaxX(this Matrix m, Border2l b) method SubMaxX (line 301) | public static Matrix SubMaxX(this Matrix m, Bo... method SubMinY (line 307) | public static Matrix SubMinY(this Matrix m, Border2l b) method SubMinY (line 317) | public static Matrix SubMinY(this Matrix m, Bo... method SubMaxY (line 327) | public static Matrix SubMaxY(this Matrix m, Border2l b) method SubMaxY (line 337) | public static Matrix SubMaxY(this Matrix m, Bo... method SubMinX (line 351) | public static Volume SubMinX(this Volume v, long b) method SubMaxX (line 360) | public static Volume SubMaxX(this Volume v, long b) method SubMinY (line 369) | public static Volume SubMinY(this Volume v, long b) method SubMaxY (line 378) | public static Volume SubMaxY(this Volume v, long b) method SubCenter (line 387) | public static Volume SubCenter(this Volume v, Border2l b) method SubMinXMinY (line 397) | public static Volume SubMinXMinY(this Volume v, Border2l b) method SubMinXMaxY (line 407) | public static Volume SubMinXMaxY(this Volume v, Border2l b) method SubMaxXMinY (line 417) | public static Volume SubMaxXMinY(this Volume v, Border2l b) method SubMaxXMaxY (line 427) | public static Volume SubMaxXMaxY(this Volume v, Border2l b) method SubMinX (line 437) | public static Volume SubMinX(this Volume v, Border2l b) method SubMaxX (line 447) | public static Volume SubMaxX(this Volume v, Border2l b) method SubMinY (line 457) | public static Volume SubMinY(this Volume v, Border2l b) method SubMaxY (line 467) | public static Volume SubMaxY(this Volume v, Border2l b) method ProcessCenterBordersAndCorners (line 481) | public static Matrix ProcessCenterBordersAndCorners( method ApplyCenterBordersAndCorners (line 509) | public static void ApplyCenterBordersAndCorners( method ApplyCenterBordersAndCorners (line 529) | public static void ApplyCenterBordersAndCorners( method WithProcessedCenterBordersAndCorners (line 553) | public static Volume WithProcessedCenterBordersAndCorners( method ApplyCenterBordersAndCorners (line 579) | public static void ApplyCenterBordersAndCorners( method CopyWithBorderWindow (line 603) | public static Matrix CopyWithBorderWindow(this Matrix matrix,... method MapWithBorderWindow (line 616) | public static Matrix MapWithBorderWindow( method CopyWithBorder (line 631) | public static Matrix CopyWithBorder(this Matrix matrix, Borde... method MapWithBorder (line 643) | public static Matrix MapWithBorder( method SetBorder (line 656) | public static void SetBorder(this Matrix matrix, Border2l border... method ReplicateBorder (line 667) | public static void ReplicateBorder(this Matrix matrix, Border2l ... method GetMatrixFromTiles (line 689) | public static Matrix GetMatrixFromTiles( method CopyWithBorderWindow (line 749) | public static Volume CopyWithBorderWindow(this Volume volume,... method MapWithBorderWindow (line 763) | public static Volume MapWithBorderWindow( method CopyWithBorder (line 779) | public static Volume CopyWithBorder(this Volume volume, Borde... method MapWithBorder (line 792) | public static Volume MapWithBorder( method SetBorder (line 806) | public static void SetBorder(this Volume volume, Border2l border... method ReplicateBorder (line 817) | public static void ReplicateBorder(this Volume volume, Border2l ... method GetMatrixFromTiles (line 839) | public static Volume GetMatrixFromTiles( FILE: src/Aardvark.Base.Tensors.CSharp/Tensors/ImageTensors.cs type ImageInterpolation (line 10) | public enum ImageInterpolation : int type ImageTrafo (line 38) | public enum ImageTrafo type ImageBorderType (line 58) | public enum ImageBorderType type Norm (line 71) | public enum Norm class ImageTensors (line 79) | public static class ImageTensors method HasImageLayout (line 83) | public static bool HasImageLayout(this Matrix matrix) method HasImageWindowLayout (line 91) | public static bool HasImageWindowLayout(this Matrix matrix) method HasImageLayout (line 96) | public static bool HasImageLayout(this Volume volume) method HasImageWindowLayout (line 105) | public static bool HasImageWindowLayout(this Volume vol) method HasImageLayout (line 112) | public static bool HasImageLayout(this Tensor4 tensor4) method HasImageWindowLayout (line 122) | public static bool HasImageWindowLayout(this Tensor4 tensor4) method CreateImageMatrix (line 138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CreateImageVolume (line 146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CreateImageVolume (line 150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CreateImageTensor4 (line 158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CreateImageTensor4 (line 162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SubImageWindow (line 175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SubImageWindow (line 184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SubImageWindow (line 193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SubImageWindow (line 202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SubImageWindowAtZ (line 206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SubImage (line 215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SubImage (line 224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SubImage (line 233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SubImage (line 242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SubImageAtZ (line 246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ImageWindowRow (line 253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ImageWindowCol (line 260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ImageRow (line 268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ImageCol (line 276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyToImageWindow (line 288) | public static Volume CopyToImageWindow(this Volume volume) method CopyToImage (line 300) | public static Volume CopyToImage(this Volume volume) method MapToImageWindow (line 312) | public static Volume MapToImageWindow(this Volume volume... method MapToImage (line 325) | public static Volume MapToImage(this Volume volume, Func... method CopyToImageWindow (line 336) | public static Tensor4 CopyToImageWindow(this Tensor4 tensor4) method CopyToImage (line 348) | public static Tensor4 CopyToImage(this Tensor4 tensor4) method MapToImageWindow (line 360) | public static Tensor4 MapToImageWindow(this Tensor4 tens... method MapToImage (line 373) | public static Tensor4 MapToImage(this Tensor4 tensor4, F... method ToImage (line 388) | public static Matrix ToImage(this Matrix matrix) method ToImageWindow (line 397) | public static Matrix ToImageWindow(this Matrix matrix) method ToImage (line 406) | public static Volume ToImage(this Volume volume) method ToImageWindow (line 415) | public static Volume ToImageWindow(this Volume volume) method GetMatrix (line 428) | public static Matrix GetMatrix(this Volume volume,... method GetVolume (line 439) | public static Volume GetVolume(this Tensor4 tensor... method AsVolume (line 449) | public static Volume AsVolume(this Matrix matrix) method AsVolumeWindow (line 457) | public static Volume AsVolumeWindow(this Matrix matrix) method AsVolume (line 466) | public static Volume AsVolume(this Volume volume) method AsMatrix (line 477) | public static Matrix AsMatrix(this Volume volume) method AsMatrixWindow (line 487) | public static Matrix AsMatrixWindow(this Volume volume) method AsTensor4 (line 496) | public static Tensor4 AsTensor4(this Volume volume) method AsTensor4Window (line 504) | public static Tensor4 AsTensor4Window(this Volume volume) method AsTensor4 (line 513) | public static Tensor4 AsTensor4(this Tensor4 tensor4) method AsVolume (line 524) | public static Volume AsVolume(this Tensor4 tensor4) method AsVolumeWindow (line 534) | public static Volume AsVolumeWindow(this Tensor4 tensor4) method ToUShortColor (line 544) | public static Matrix ToUShortColor(this Matrix matrix) method ToUIntColor (line 549) | public static Matrix ToUIntColor(this Matrix matrix) method ToFloatColor (line 554) | public static Matrix ToFloatColor(this Matrix matrix) method ToDoubleColor (line 559) | public static Matrix ToDoubleColor(this Matrix matrix) method ToByteColor (line 564) | public static Matrix ToByteColor(this Matrix matrix) method ToUIntColor (line 569) | public static Matrix ToUIntColor(this Matrix matrix) method ToFloatColor (line 574) | public static Matrix ToFloatColor(this Matrix matrix) method ToDoubleColor (line 579) | public static Matrix ToDoubleColor(this Matrix matrix) method ToByteColor (line 584) | public static Matrix ToByteColor(this Matrix matrix) method ToUShortColor (line 589) | public static Matrix ToUShortColor(this Matrix matrix) method ToFloatColor (line 594) | public static Matrix ToFloatColor(this Matrix matrix) method ToDoubleColor (line 599) | public static Matrix ToDoubleColor(this Matrix matrix) method ToByteColor (line 604) | public static Matrix ToByteColor(this Matrix matrix) method ToUShortColor (line 609) | public static Matrix ToUShortColor(this Matrix matrix) method ToUIntColor (line 614) | public static Matrix ToUIntColor(this Matrix matrix) method ToDoubleColor (line 619) | public static Matrix ToDoubleColor(this Matrix matrix) method ToByteColor (line 624) | public static Matrix ToByteColor(this Matrix matrix) method ToUShortColor (line 629) | public static Matrix ToUShortColor(this Matrix matrix) method ToUIntColor (line 634) | public static Matrix ToUIntColor(this Matrix matrix) method ToFloatColor (line 639) | public static Matrix ToFloatColor(this Matrix matrix) FILE: src/Aardvark.Base.Tensors.CSharp/Tensors/Interfaces.cs type ITensorLong (line 14) | public interface ITensorLong type ITensorInfo (line 55) | public interface ITensorInfo : ITensorLong method ForeachIndex (line 63) | void ForeachIndex(Action i_action); type IArrayTensor (line 73) | public interface IArrayTensor : ITensorLong type IArrayVector (line 84) | public interface IArrayVector : IArrayTensor type IArrayMatrix (line 95) | public interface IArrayMatrix : IArrayTensor type IArrayVolume (line 106) | public interface IArrayVolume : IArrayTensor type IArrayTensor4 (line 117) | public interface IArrayTensor4 : IArrayTensor type IArrayTensorN (line 128) | public interface IArrayTensorN : IArrayTensor FILE: src/Aardvark.Base.Tensors.CSharp/Tensors/Parallel.cs class Tensor (line 8) | public static partial class Tensor method SetByCoordParallelX (line 10) | public static Matrix SetByCoordParallelX( method SetByCoordParallelX (line 17) | public static Matrix SetByCoordParallelX( method SetByCoordParallelY (line 24) | public static Matrix SetByCoordParallelY( method SetByCoordParallelY (line 31) | public static Matrix SetByCoordParallelY( method SetByCoordParallelX (line 38) | public static Volume SetByCoordParallelX( method SetByCoordParallelX (line 45) | public static Volume SetByCoordParallelX( method SetByCoordParallelY (line 52) | public static Volume SetByCoordParallelY( method SetByCoordParallelY (line 59) | public static Volume SetByCoordParallelY( method SetByCoordParallelZ (line 66) | public static Volume SetByCoordParallelZ( method SetByCoordParallelZ (line 73) | public static Volume SetByCoordParallelZ( FILE: src/Aardvark.Base.Tensors.CSharp/Tensors/Tools.cs class Tools (line 8) | internal static class Tools method CheckMatching (line 10) | public static void CheckMatching(long v1, long v2) method CheckMatching (line 15) | public static void CheckMatching(long v1, long v2, long v3) method CheckMatching (line 20) | public static void CheckMatching(long v1, long v2, long v3, long v4) method CheckMatching (line 25) | public static void CheckMatching(V2l v1, V2l v2) method CheckMatching (line 30) | public static void CheckMatching(V2l v1, V2l v2, V2l v3) method CheckMatching (line 35) | public static void CheckMatching(V2l v1, V2l v2, V2l v3, V2l v4) method CheckMatching (line 40) | public static void CheckMatching(V3l v1, V3l v2) method CheckMatching (line 45) | public static void CheckMatching(V3l v1, V3l v2, V3l v3) method CheckMatching (line 50) | public static void CheckMatching(V3l v1, V3l v2, V3l v3, V3l v4) method DenseDelta (line 55) | public static long[] DenseDelta(long[] length, out long total) FILE: src/Aardvark.Base.Tensors.CSharp/Utilities/Polygon2dExtensions.cs class TensorPolygon2dExtensions (line 7) | public static class TensorPolygon2dExtensions method RasterizeAsLabels (line 18) | public static Matrix RasterizeAsLabels(this IEnumerable int... FILE: src/Aardvark.Base.Tensors.CSharp/Utilities/SpectrumExtensions.cs class SpectrumExtensions (line 8) | public static class SpectrumExtensions method CreateConversionMatrix (line 10) | public static M33d CreateConversionMatrix() FILE: src/Aardvark.Base/AlgoDat/AdaBoost.cs class AdaBoost (line 11) | public static class AdaBoost method Train (line 30) | public static Func Train( type Classifier (line 115) | private readonly struct Classifier method Classifier (line 119) | public Classifier( method Classify (line 127) | public bool Classify(T x) => SumAlphaWeightedWeakClassifiers(x) > 0.0; method P (line 132) | public double P(T x) => 1.0 / (1.0 + Math.Exp(-2.0 * SumAlphaWeighte... method SumAlphaWeightedWeakClassifiers (line 134) | private double SumAlphaWeightedWeakClassifiers(T x) type WeightedExample (line 138) | private readonly struct WeightedExample method WeightedExample (line 143) | public WeightedExample(double weight, T example) type WeakClassifier (line 150) | private readonly struct WeakClassifier method WeakClassifier (line 155) | public WeakClassifier(double alpha, Func classifier) FILE: src/Aardvark.Base/AlgoDat/ConcurrentHashSet.cs class ConcurrentHashSet (line 9) | public class ConcurrentHashSet : IEnumerable, ICollection method ConcurrentHashSet (line 17) | public ConcurrentHashSet() method ConcurrentHashSet (line 22) | public ConcurrentHashSet(int concurrencyLevel, int capacity) method ConcurrentHashSet (line 27) | public ConcurrentHashSet(IEqualityComparer comparer) method ConcurrentHashSet (line 32) | public ConcurrentHashSet(IEnumerable collection) method ConcurrentHashSet (line 37) | public ConcurrentHashSet(IEnumerable collection, IEqualityComparer<... method Clear (line 52) | public void Clear() => m_entries.Clear(); method Add (line 54) | public bool Add(T item) => m_entries.TryAdd(item, 1); method Remove (line 56) | public bool Remove(T item) => m_entries.TryRemove(item, out int dummy); method UnionWith (line 58) | public void UnionWith(IEnumerable other) method GetEnumerator (line 68) | public Enumerator GetEnumerator() => new Enumerator(this); method GetEnumerator (line 70) | IEnumerator IEnumerable.GetEnumerator() => new Enumerator(this); method GetEnumerator (line 72) | IEnumerator IEnumerable.GetEnumerator() => new Enumerator(this); method Contains (line 78) | public bool Contains(T item) => m_entries.ContainsKey(item); method CopyTo (line 80) | public void CopyTo(T[] array, int arrayIndex) => m_entries.Keys.CopyTo... method Add (line 84) | void ICollection.Add(T item) => Add(item); type Enumerator (line 88) | public readonly struct Enumerator : IEnumerator, System.Collections... method Enumerator (line 92) | internal Enumerator(ConcurrentHashSet set) method Dispose (line 99) | public void Dispose() => m_enumerator.Dispose(); method MoveNext (line 103) | public bool MoveNext() => m_enumerator.MoveNext(); method Reset (line 105) | public void Reset() => m_enumerator.Reset(); FILE: src/Aardvark.Base/AlgoDat/ExtendedCore/BitHelpers.cs class BitHelperExt (line 47) | unsafe internal sealed class BitHelperExt method BitHelperExt (line 69) | internal BitHelperExt(int* bitArrayPtr, int length) method BitHelperExt (line 81) | internal BitHelperExt(int[] bitArray, int length) method MarkBit (line 91) | internal void MarkBit(int bitPosition) method IsMarked (line 113) | internal bool IsMarked(int bitPosition) method ToIntArrayLength (line 137) | internal static int ToIntArrayLength(int n) FILE: src/Aardvark.Base/AlgoDat/ExtendedCore/SortedSetExt.cs type TreeRotation (line 41) | internal enum TreeRotation class Optional (line 50) | public class Optional method Optional (line 55) | private Optional() method Optional (line 61) | public Optional(T value) class SortedSetExt (line 70) | [DebuggerDisplay("Count = {Count}")] method SortedSetExt (line 85) | public SortedSetExt() method SortedSetExt (line 90) | public SortedSetExt(IComparer comparer) method SortedSetExt (line 103) | public SortedSetExt(IEnumerable collection) : this(collection, Comp... method SortedSetExt (line 105) | public SortedSetExt(IEnumerable collection, IComparer comparer) method AddAllElements (line 189) | private void AddAllElements(IEnumerable collection) method RemoveAllElements (line 198) | private void RemoveAllElements(IEnumerable collection) method ContainsAllElements (line 209) | private bool ContainsAllElements(IEnumerable collection) method InOrderTreeWalk (line 228) | internal bool InOrderTreeWalk(TreeWalkPredicate action) method InOrderTreeWalk (line 234) | internal virtual bool InOrderTreeWalk(TreeWalkPredicate action, boo... method BreadthFirstTreeWalk (line 278) | internal virtual bool BreadthFirstTreeWalk(TreeWalkPredicate action) method VersionCheck (line 359) | internal virtual void VersionCheck() { } method IsWithinRange (line 363) | internal virtual bool IsWithinRange(T item) method Add (line 374) | public bool Add(T item) method Add (line 379) | void ICollection.Add(T item) method AddIfNotPresent (line 389) | internal virtual bool AddIfNotPresent(T item) method Remove (line 471) | public bool Remove(T item) method DoRemove (line 476) | internal virtual bool DoRemove(T item) method Clear (line 632) | public virtual void Clear() method Contains (line 640) | public virtual bool Contains(T item) method CopyTo (line 648) | public void CopyTo(T[] array) { CopyTo(array, 0, Count); } method CopyTo (line 650) | public void CopyTo(T[] array, int index) { CopyTo(array, index, Count); } method CopyTo (line 652) | public void CopyTo(T[] array, int index, int count) method CopyTo (line 693) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 747) | public Enumerator GetEnumerator() method GetEnumerator (line 755) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 760) | IEnumerator IEnumerable.GetEnumerator() method GetSibling (line 768) | private static Node GetSibling(Node node, Node parent) method InsertionBalance (line 782) | private void InsertionBalance(Node current, ref Node parent, Node gran... method Is2Node (line 806) | private static bool Is2Node(Node node) method Is4Node (line 812) | private static bool Is4Node(Node node) method IsBlack (line 817) | private static bool IsBlack(Node node) method IsNullOrBlack (line 822) | private static bool IsNullOrBlack(Node node) method IsRed (line 827) | private static bool IsRed(Node node) method Merge2Nodes (line 832) | private static void Merge2Nodes(Node parent, Node child1, Node child2) method ReplaceChildOfNodeOrRoot (line 843) | private void ReplaceChildOfNodeOrRoot(Node parent, Node child, Node ne... method ReplaceNode (line 863) | private void ReplaceNode(Node match, Node parentOfMatch, Node succesor... method FindNode (line 897) | internal virtual Node FindNode(T item) method FindNeighbours (line 917) | internal virtual (Node, Node, Node) FindNeighbours(T item) method InternalIndexOf (line 968) | internal virtual int InternalIndexOf(T item) method FindRange (line 990) | internal Node FindRange(T from, T to) method FindRange (line 994) | internal Node FindRange(T from, T to, bool lowerBoundActive, bool uppe... method UpdateVersion (line 1019) | internal void UpdateVersion() method RotateLeft (line 1025) | private static Node RotateLeft(Node node) method RotateLeftRight (line 1033) | private static Node RotateLeftRight(Node node) method RotateRight (line 1045) | private static Node RotateRight(Node node) method RotateRightLeft (line 1053) | private static Node RotateRightLeft(Node node) method RotationNeeded (line 1069) | private static TreeRotation RotationNeeded(Node parent, Node current, ... method SortedSetEquals (line 1094) | internal static bool SortedSetEquals(SortedSetExt set1, SortedSetEx... method AreComparersEqual (line 1137) | private static bool AreComparersEqual(SortedSetExt set1, SortedSetE... method Split4Node (line 1143) | private static void Split4Node(Node node) method ToArray (line 1154) | internal T[] ToArray() method UnionWith (line 1174) | public void UnionWith(IEnumerable other) method ConstructRootFromSortedArray (line 1252) | private static Node ConstructRootFromSortedArray(T[] arr, int startInd... method IntersectWith (line 1334) | public virtual void IntersectWith(IEnumerable other) method IntersectWithEnumerable (line 1397) | internal virtual void IntersectWithEnumerable(IEnumerable other) method ExceptWith (line 1422) | public void ExceptWith(IEnumerable other) method SymmetricExceptWith (line 1470) | public void SymmetricExceptWith(IEnumerable other) method SymmetricExceptWithSameEC (line 1506) | internal void SymmetricExceptWithSameEC(ISet other) method SymmetricExceptWithSameEC (line 1525) | internal void SymmetricExceptWithSameEC(T[] other) method IsSubsetOf (line 1556) | public bool IsSubsetOf(IEnumerable other) method IsSubsetOfSortedSetWithSameEC (line 1584) | private bool IsSubsetOfSortedSetWithSameEC(SortedSetExt asSorted) method IsProperSubsetOf (line 1601) | public bool IsProperSubsetOf(IEnumerable other) method IsSupersetOf (line 1637) | public bool IsSupersetOf(IEnumerable other) method IsProperSupersetOf (line 1671) | public bool IsProperSupersetOf(IEnumerable other) method SetEquals (line 1715) | public bool SetEquals(IEnumerable other) method Overlaps (line 1754) | public bool Overlaps(IEnumerable other) method CheckUniqueAndUnfoundElements (line 1815) | private unsafe ElementCount CheckUniqueAndUnfoundElements(IEnumerable<... method RemoveWhere (line 1881) | public int RemoveWhere(Predicate match) method Reverse (line 1936) | public IEnumerable Reverse() method GetViewBetween (line 1952) | public virtual SortedSetExt GetViewBetween(T lowerValue, T upperValue) method TryFindGreater (line 1961) | public bool TryFindGreater(T lowerValue, out T result) method TryFindSmaller (line 1976) | public bool TryFindSmaller(T upperValue, out T result) method FindNeighbours (line 1991) | public void FindNeighbours(T value, out Optional lower, out Optiona... method FindNeighboursV (line 2009) | public (bool, bool, bool) FindNeighboursV(T value, out T lower, out T ... method FindValue (line 2024) | public bool FindValue(T value, out T result) method versionUpToDate (line 2038) | internal virtual bool versionUpToDate() class TreeSubSet (line 2049) | internal sealed class TreeSubSet : SortedSetExt method versionUpToDate (line 2062) | internal override bool versionUpToDate() method TreeSubSet (line 2068) | public TreeSubSet(SortedSetExt Underlying, T Min, T Max, bool low... method AddIfNotPresent (line 2086) | internal override bool AddIfNotPresent(T item) method Contains (line 2103) | public override bool Contains(T item) method DoRemove (line 2112) | internal override bool DoRemove(T item) method Clear (line 2127) | public override void Clear() method IsWithinRange (line 2147) | internal override bool IsWithinRange(T item) method InOrderTreeWalk (line 2162) | internal override bool InOrderTreeWalk(TreeWalkPredicate action, ... method BreadthFirstTreeWalk (line 2221) | internal override bool BreadthFirstTreeWalk(TreeWalkPredicate act... method FindNode (line 2253) | internal override SortedSetExt.Node FindNode(T item) method InternalIndexOf (line 2268) | internal override int InternalIndexOf(T item) method VersionCheck (line 2285) | internal override void VersionCheck() method VersionCheckImpl (line 2290) | private void VersionCheckImpl() method GetViewBetween (line 2307) | public override SortedSetExt GetViewBetween(T lowerValue, T upper... method IntersectWithEnumerable (line 2323) | internal override void IntersectWithEnumerable(IEnumerable other) class Node (line 2345) | internal sealed class Node method Node (line 2352) | public Node(T item) method Node (line 2359) | public Node(T item, bool isRed) type Enumerator (line 2367) | [SuppressMessage("Microsoft.Performance", "CA1815:OverrideEqualsAndOpe... method Enumerator (line 2380) | internal Enumerator(SortedSetExt set) method Enumerator (line 2396) | internal Enumerator(SortedSetExt set, bool reverse) method Intialize (line 2411) | private void Intialize() method MoveNext (line 2436) | public bool MoveNext() method Dispose (line 2477) | public readonly void Dispose() method Reset (line 2514) | internal void Reset() method Reset (line 2525) | void IEnumerator.Reset() type ElementCount (line 2533) | internal struct ElementCount method log2 (line 2542) | private static int log2(int value) class SortedSetEqualityComparer (line 2563) | internal sealed class SortedSetEqualityComparer : IEqualityComparer comparer) : this(compare... method SortedSetEqualityComparer (line 2572) | public SortedSetEqualityComparer(IEqualityComparer memberEqualityCo... method SortedSetEqualityComparer (line 2578) | public SortedSetEqualityComparer(IComparer comparer, IEqualityCompa... method Equals (line 2592) | public bool Equals(SortedSetExt x, SortedSetExt y) method GetHashCode (line 2598) | public int GetHashCode(SortedSetExt obj) method Equals (line 2612) | public override bool Equals(Object obj) method GetHashCode (line 2622) | public override int GetHashCode() FILE: src/Aardvark.Base/AlgoDat/INode.cs type INode (line 12) | public interface INode class INodeExtensions (line 20) | public static class INodeExtensions method ComputeDepth (line 22) | public static int ComputeDepth(this INode self) method NodesAtDepth (line 29) | public static IEnumerable NodesAtDepth(this INode self, int depth) method NodesAtDepth (line 41) | public static IEnumerable NodesAtDepth(this INode self, int depth) method DepthFirst (line 55) | public static IEnumerable DepthFirst(this INode self) method DepthFirst (line 65) | public static IEnumerable DepthFirst(this INode self) method BreadthFirst (line 77) | public static IEnumerable BreadthFirst(this INode self) method BreadthFirst (line 87) | public static IEnumerable BreadthFirst(this INode self) method DescendentsAndSelf (line 99) | public static IEnumerable DescendentsAndSelf(this T node) method Descendents (line 108) | public static IEnumerable Descendents(this T node) FILE: src/Aardvark.Base/AlgoDat/LruCache.cs class LruCache (line 11) | public class LruCache class Entry (line 13) | private class Entry method LruCache (line 39) | public LruCache( method LruCache (line 57) | public LruCache( method Shrink (line 88) | private void Shrink(long size) method GetOrAdd (line 138) | public TValue GetOrAdd(TKey key, long size, Func valueFun, Act... method TryRemove (line 170) | public bool TryRemove(TKey key, out TValue value) method Remove (line 192) | public bool Remove(TKey key) method RemoveAt (line 212) | private static void RemoveAt(List heap, int index) method Enqueue (line 248) | private static void Enqueue(List heap, Entry entry) method Dequeue (line 269) | private static Entry Dequeue(List heap) method Sink (line 296) | private static void Sink(List heap, int i) FILE: src/Aardvark.Base/AlgoDat/Meta.cs class Meta (line 8) | public static class Meta class SimpleType (line 12) | public class SimpleType method SimpleType (line 26) | public SimpleType() method SimpleType (line 29) | public SimpleType(string name) class TensorType (line 37) | public class TensorType : SimpleType method TensorType (line 41) | public TensorType(string name) class GenericTensorType (line 48) | public class GenericTensorType : SimpleType method GenericTensorType (line 56) | public GenericTensorType(string name) class VecType (line 61) | public class VecType : TensorType method VecType (line 66) | public VecType(string name) type MatDims (line 71) | public struct MatDims method MatDims (line 75) | public MatDims(int rows, int cols) { Rows = rows; Cols = cols; } class MatType (line 78) | public class MatType : TensorType method MatType (line 85) | public MatType(string name) class TrafoType (line 90) | public class TrafoType : SimpleType method TrafoType (line 94) | public TrafoType(string name) class RangeType (line 101) | public class RangeType : SimpleType method RangeType (line 105) | public RangeType(string name) class ColorType (line 112) | public class ColorType : TensorType method ColorType (line 121) | public ColorType(string name) method VecTypeOf (line 514) | public static VecType VecTypeOf(int dimensions, SimpleType fieldType) method TryGetVecTypeOf (line 519) | public static VecType TryGetVecTypeOf(int dimensions, SimpleType field... method MatTypeOf (line 539) | public static MatType MatTypeOf(int rows, int cols, SimpleType fieldType) method ColorTypeOf (line 554) | public static ColorType ColorTypeOf(int dim, SimpleType fieldType) method ComputationTypeOf (line 572) | public static SimpleType ComputationTypeOf(SimpleType type) method HighPrecisionTypeOf (line 587) | public static SimpleType HighPrecisionTypeOf(SimpleType type) method SummationTypeOf (line 604) | public static SimpleType SummationTypeOf(SimpleType type) method GetXmlTypeName (line 648) | public static string GetXmlTypeName(string typeName) method Meta (line 656) | static Meta() method GenerateRangeTypes (line 871) | private static IEnumerable GenerateRangeTypes() method GenerateBoxTypes (line 877) | private static IEnumerable GenerateBoxTypes() class ElementwiseFun (line 933) | public class ElementwiseFun type ParamType (line 935) | public enum ParamType class Parameter (line 941) | public class Parameter method Parameter (line 952) | public Parameter(string name, ParamType t, SimpleType et) method ElementwiseFun (line 979) | public ElementwiseFun(string name, SimpleType returnType, bool exten... method IsScalar (line 994) | public static bool IsScalar(this ElementwiseFun.Parameter p) method IsTensor (line 999) | public static bool IsTensor(this ElementwiseFun.Parameter p) method Scalar (line 1004) | private static ElementwiseFun.Parameter Scalar(string name, SimpleType... method Tensor (line 1009) | private static ElementwiseFun.Parameter Tensor(string name, SimpleType... method Other (line 1014) | private static ElementwiseFun.Parameter Other(string name, string type... method Method (line 1019) | private static ElementwiseFun Method(string name, SimpleType returnType, method MethodVarArgs (line 1025) | private static ElementwiseFun MethodVarArgs(string name, SimpleType re... method MethodHidden (line 1031) | private static ElementwiseFun MethodHidden(string name, SimpleType ret... method MethodObsolete (line 1037) | private static ElementwiseFun MethodObsolete(string name, SimpleType r... method Method (line 1043) | private static ElementwiseFun Method(string name, SimpleType[] domain,... method MethodVarArgs (line 1047) | private static ElementwiseFun MethodVarArgs(string name, SimpleType[] ... method MethodHidden (line 1052) | private static ElementwiseFun MethodHidden(string name, SimpleType[] d... method MethodObsolete (line 1056) | private static ElementwiseFun MethodObsolete(string name, SimpleType[]... method Method (line 1061) | private static ElementwiseFun Method(string name, bool isExtension, Si... method Method (line 1066) | private static ElementwiseFun Method(string name, SimpleType returnTyp... method Method (line 1071) | private static ElementwiseFun Method(string name, params ElementwiseFu... method MethodVarArgs (line 1075) | private static ElementwiseFun MethodVarArgs(string name, params Elemen... method getElementwiseFuns (line 1080) | private static Dictionary getElementwiseFuns() FILE: src/Aardvark.Base/AlgoDat/MinimumSpanningTree.cs class MinimumSpanningTree (line 8) | public static class MinimumSpanningTree method Create (line 16) | public static IEnumerable<((TVertex, TVertex), TWeight)> Create method SymmetricMatrix (line 14) | public SymmetricMatrix(long size) method GetIndex (line 24) | private long GetIndex(long x, long y) method GetCoord (line 30) | private V2l GetCoord(long index) method ForeachCoord (line 64) | public void ForeachCoord(Action action) method ForeachCoord (line 79) | public void ForeachCoord(Action action) method ForeachIndex (line 94) | public void ForeachIndex(Action action) method ForeachXYIndex (line 99) | public void ForeachXYIndex(Action action) method ForeachY (line 114) | public void ForeachY(int x, Action action) method ForeachX (line 125) | public void ForeachX(int y, Action action) method SetByIndex (line 137) | public void SetByIndex(Func setter) method SetByCoord (line 142) | public void SetByCoord(Func setter) method SetByCoord (line 157) | public void SetByCoord(Func setter) class AbstractGraph (line 175) | public abstract class AbstractGraph where TCost : struct... type Edge (line 182) | public readonly struct Edge : IComparable method Edge (line 190) | internal Edge(AbstractGraph graph, int i0, int i1) method GetHashCode (line 213) | public override int GetHashCode() method Equals (line 216) | public override bool Equals(object obj) method ToString (line 226) | public override string ToString() => string.Format("[{0},{1}]", Inde... method CompareTo (line 232) | public int CompareTo(Edge other) => Cost.CompareTo(other.Cost); class UnionFind (line 237) | protected class UnionFind method UnionFind (line 244) | internal UnionFind(List nodes) method FindRoot (line 254) | private int FindRoot(int n) method Add (line 270) | public bool Add(int n0, int n1) class Tree (line 286) | public class Tree method Tree (line 297) | internal Tree(AbstractGraph graph) method AddHalfEdge (line 315) | private void AddHalfEdge(Edge e, int l, int r) method AddEdge (line 338) | internal void AddEdge(Edge edge) method TraverseAux (line 349) | private void TraverseAux(int n, Action nodeAction, Action nodeAction, Action edgeAc... method TraverseEulerAux (line 379) | private void TraverseEulerAux(int n, Action action) method TraverseEuler (line 403) | public void TraverseEuler(Action action) method GetCost (line 419) | public TAccumulate GetCost(Func graph, int[] permutation... method Improve (line 452) | public bool Improve(int iterations = 1) method Improve3Opt (line 470) | public void Improve3Opt(int iterations) method GetCost (line 503) | public TAccumulate GetCost(Func graph, int index) method ToString (line 569) | public override string ToString() => string.Format("[{0}: {1}]", m_i... method GetHashCode (line 571) | public override int GetHashCode() => m_graph.GetHashCode() ^ m_index... method Equals (line 573) | public override bool Equals(object obj) method GetCost (line 590) | public abstract TCost GetCost(int n0, int n1); method GetVertex (line 602) | public Vertex GetVertex(int index) => new Vertex(this, index); method GetVertices (line 604) | public IEnumerable GetVertices(TVertex value) method Improve2Opt (line 616) | protected int Improve2Opt(int[] tour, Func add) method Improve3Opt (line 655) | protected int Improve3Opt(int[] tour, Func add) method NearestNode (line 747) | private TR NearestNode(IEnumerable nodes, Func co... method ShortestPath (line 767) | public Tour ShortestPath(int start, int end) class DenseGraph (line 820) | public class DenseGraph : AbstractGraph ... method DenseGraph (line 826) | public DenseGraph(IEnumerable nodes, Func nodes, Func weightFun) method BuildWeights (line 854) | public void BuildWeights(Func weigh... method BuildMinimumSpanningTreeKruskal (line 909) | private Tree BuildMinimumSpanningTreeKruskal() method BuildMinimumSpanningTreePrim (line 944) | public Tree BuildMinimumSpanningTreePrim() method FindClosestUnvisited (line 962) | private int FindClosestUnvisited(int node, bool[] visited) method SolveTSP (line 993) | public Tour SolveTSP() method GetCost (line 1012) | public override TCost GetCost(int n0, int n1) class GraphHelpers (line 1021) | internal static class GraphHelpers method Add (line 1035) | public static TWeight Add(TWeight v0, TWeight v1) FILE: src/Aardvark.Base/AlgoDat/ShortestPath.cs type IShortestPath (line 9) | public interface IShortestPath method Cancel (line 11) | void Cancel(); method CalculateShortestPaths (line 12) | void CalculateShortestPaths(T pos); method CalculateShortestPathsByIndex (line 13) | void CalculateShortestPathsByIndex(int posIdx); method GetMinimalPath (line 14) | List GetMinimalPath(T pos); method GetMinimalPathByIndex (line 15) | List GetMinimalPathByIndex(int posIdx); class ShortestPath (line 18) | public class ShortestPath : IShortestPath method ShortestPath (line 30) | public ShortestPath(List nodes, List<(int, int)> edges, Func[] neighbors, Func GetMinimalPathByIndex(int endIndex) method GetMinimalPath (line 151) | public List GetMinimalPath(T end) class FibonacciHeap (line 158) | class FibonacciHeap class Node (line 160) | public class Node method Node (line 171) | public Node(float key, T item) method AddChild (line 205) | public void AddChild(Node node) method RemoveChild (line 216) | public void RemoveChild(Node node) method RemoveAllChildren (line 237) | public void RemoveAllChildren() method InsertOneBefore (line 248) | public void InsertOneBefore(Node node) method InsertGroupBefore (line 255) | public void InsertGroupBefore(Node node) method Isolate (line 265) | public void Isolate() method GetAllChildren (line 287) | public IEnumerable GetAllChildren() method HasNoSiblings (line 307) | public bool HasNoSiblings() => _left == this; method HasMaxOneSibling (line 309) | public bool HasMaxOneSibling() => _left._left == this; method Insert (line 315) | public void Insert(Node node) method Insert (line 330) | public Node Insert(float key, T item) method GetMin (line 337) | public T GetMin() => _min.Value; method DeleteMin (line 339) | public T DeleteMin() method Delete (line 388) | public void Delete(Node node) method DecreaseKey (line 394) | public void DecreaseKey(Node node, float newKey) method IsEmpty (line 424) | public bool IsEmpty() => _min == null; method Consolidate (line 426) | private void Consolidate() FILE: src/Aardvark.Base/AlgoDat/Span.cs class SpanPinning (line 5) | public static class SpanPinning method Pin (line 14) | public unsafe static Result Pin(Span span, Func( method ApplyByTypeStrict (line 18) | public static void ApplyByTypeStrict( method ApplyByType (line 26) | public static bool ApplyByType( method ApplyByTypeStrict (line 36) | public static void ApplyByTypeStrict( method ApplyByTypeStrict (line 46) | public static Tr ApplyByTypeStrict( method ApplyByTypeStrict (line 54) | public static Tr ApplyByTypeStrict( FILE: src/Aardvark.Base/Delegates/HigherOrderFunctions.cs class ActionTable (line 8) | public class ActionTable : Dict class HighFun (line 11) | public static class HighFun method IntoFunc (line 18) | public static Func IntoFunc(this T x) { return () => x; } method Compose (line 27) | public static Func Compose( method Compose (line 36) | public static Func Compose( method Compose (line 45) | public static Func Compose( method ApplyArg0 (line 55) | public static Func method ApplyArg1 (line 62) | public static Func method ApplyArg0 (line 69) | public static Func method ApplyArg1 (line 76) | public static Func method ApplyArg2 (line 83) | public static Func method ApplyArg0Arg1 (line 90) | public static Func method ApplyArg0Arg2 (line 97) | public static Func method ApplyArg1Arg2 (line 104) | public static Func method ApplyArg0 (line 111) | public static Func method ApplyArg1 (line 118) | public static Func method ApplyArg2 (line 125) | public static Func method ApplyArg3 (line 132) | public static Func method Curry (line 143) | public static Func> method Curry (line 151) | public static Func>> method Curry (line 159) | public static Func Y( method Y (line 178) | public static Func Y( method Y (line 185) | public static Func Y( method Y (line 193) | public static Func Y( type FuncOfT2Bool (line 204) | public struct FuncOfT2Bool method FuncOfT2Bool (line 208) | public FuncOfT2Bool(Func f) method Equals (line 299) | public override readonly bool Equals(object obj) method GetHashCode (line 303) | public override readonly int GetHashCode() FILE: src/Aardvark.Base/Extensions/ArrayExtensions.cs class ArrayFun (line 12) | public static class ArrayFun method Set (line 20) | public static T[] Set(this T[] self, T value) method Set (line 35) | public static T[] Set(this T[] self, long count, T value) method Set (line 47) | public static T[] Set( method SetByIndex (line 59) | public static T[] SetByIndex(this T[] self, Func index_fun) method SetByIndexLong (line 70) | public static T[] SetByIndexLong(this T[] self, Func index... method SetByIndex (line 81) | public static T[] SetByIndex( method SetByIndexLong (line 93) | public static T[] SetByIndexLong( method SetByIndex (line 106) | public static T[] SetByIndex( method SetByIndexLong (line 119) | public static T[] SetByIndexLong( method Set (line 130) | public static T[] Set(this T[] self, T[] array) method Set (line 141) | public static T[,] Set(this T[,] self, T value) method Copy (line 157) | public static T[] Copy(this T[] array) method Copy (line 169) | public static T[] Copy(this T[] array, long count) method Copy (line 181) | public static T[] Copy(this T[] array, int count) method Copy (line 193) | public static T[] Copy(this T[] array, long start, long count) method Copy (line 205) | public static T[] Copy(this T[] array, int start, int count) method Map (line 216) | public static Tr[] Map(this T[] array, Func item_fun) method Map2 (line 229) | public static Tr[] Map2( method Map3 (line 243) | public static Tr[] Map3( method Map (line 257) | public static Tr[] Map(this T[] array, Func item_i... method Map2 (line 265) | public static Tr[] Map2( method Map3 (line 275) | public static Tr[] Map3( method Map (line 291) | public static Tr[] Map( method Map (line 305) | public static Tr[] Map( method Map (line 320) | public static Tr[] Map( method Map (line 333) | public static Tr[] Map( method Map (line 346) | public static Tr[] Map( method Map (line 361) | public static Tr[] Map( method Map (line 376) | public static Tr[] Map( method CopyTo (line 388) | public static void CopyTo(this T[] array, long count, T[] target, l... method CopyTo (line 394) | public static void CopyTo(this T[] array, int count, T[] target, in... method CopyTo (line 400) | public static void CopyTo(this T[] array, long start, long count, T... method CopyTo (line 406) | public static void CopyTo(this T[] array, int start, int count, T[]... method CopyToList (line 412) | public static List CopyToList(this T[] array) method MapToList (line 419) | public static List MapToList(this T[] array, Func el... method MapToList (line 427) | public static List MapToList(this T[] array, Func(this T[] array, long start, long count... method CopyReversed (line 456) | public static T[] CopyReversed(this T[] array) method Concat (line 471) | public static T[] Concat(this T[] first, T[] second) method LongSum (line 483) | public static long LongSum(this T[] array, Func selector) method Resized (line 490) | public static T[] Resized(this T[] array, int newSize) method Resized (line 496) | public static T[] Resized(this T[] array, long newSize) method TakeFraction (line 510) | public static IEnumerable TakeFraction( method SkipLast (line 523) | public static IEnumerable SkipLast(this T[] array, long count = 1) method SkipLast (line 533) | public static IEnumerable SkipLast(this T[] array, int count = 1) method Merge (line 546) | public static void Merge(this T[] array, T[] left, T[] right, Func<... class AComparer (line 566) | private class AComparer : IComparer method Compare (line 569) | public int Compare(T x, T y) { return Fun(x, y); } method BinarySearch (line 572) | public static int BinarySearch(this T[] self, T item, Func Elements( method ElementsWhere (line 583) | public static IEnumerable ElementsWhere( method ElementsWhere (line 590) | public static IEnumerable ElementsWhere( method Apply (line 605) | public static T[] Apply(this T[] self, Func element_fun) method Apply (line 616) | public static T[] Apply(this T[] self, long count, Func eleme... method Apply (line 627) | public static T[] Apply(this T[] self, long start, long count, Func... method Apply (line 634) | public static T[] Apply(this T[] self, Func element_ind... method Apply (line 645) | public static T[] Apply(this T[] self, long count, Func... method Apply (line 656) | public static T[] Apply(this T[] self, long start, long count, Func... method Move (line 667) | public static void Move( method SetMap (line 684) | public static void SetMap( method SetMap2 (line 696) | public static void SetMap2( method SetMap3 (line 709) | public static void SetMap3( method Swap (line 724) | public static void Swap(this T[] self, int i, int j) method Swap (line 732) | public static void Swap(this T[] self, long i, long j) method ReverseRange (line 740) | public static void ReverseRange( method Revert (line 747) | public static void Revert(this T[] array) method With (line 755) | public static T[] With(this T[] array, int index, T item) method WithAdded (line 774) | public static T[] WithAdded(this T[] array, T item) method WithAppended (line 785) | public static T[] WithAppended(this T[] array, T item) method WithPrepended (line 802) | public static T[] WithPrepended(this T[] array, T item) method WithRemoved (line 818) | public static T[] WithRemoved(this T[] array, T item) method FoldLeft (line 851) | public static TSum FoldLeft( method FoldLeft2 (line 866) | public static TSum FoldLeft2( method FoldLeft3 (line 882) | public static TSum FoldLeft3( method FoldRight (line 897) | public static TSum FoldRight( method FoldRight2 (line 912) | public static TSum FoldRight2( method FoldRight3 (line 928) | public static TSum FoldRight3( method FoldLeft (line 944) | public static TSum FoldLeft( method FoldRight (line 959) | public static TSum FoldRight( method ScanLeft (line 975) | public static TSum[] ScanLeft( method ScanLeft (line 995) | public static TSum[] ScanLeft( method ScanRight (line 1015) | public static TSum[] ScanRight( method ScanRight (line 1035) | public static TSum[] ScanRight( method ScanLeft (line 1055) | public static TSum[] ScanLeft( method ScanLeft (line 1075) | public static TSum[] ScanLeft( method ScanRight (line 1095) | public static TSum[] ScanRight( method ScanRight (line 1115) | public static TSum[] ScanRight( method InnerProduct (line 1133) | public static TSum InnerProduct( method InnerProduct (line 1151) | public static TSum InnerProduct( method InnerProduct (line 1173) | public static TSum InnerProduct( method InnerProduct (line 1188) | public static TSum InnerProduct( method ProductArray (line 1199) | public static TProduct[] ProductArray( method ProductArray (line 1207) | public static TProduct[] ProductArray( method ProductArray (line 1217) | public static TProduct[] ProductArray( method ProductArray (line 1225) | public static TProduct[] ProductArray( method AllEqual (line 1235) | public static bool AllEqual( method JaggedCopy (line 1251) | public static T[][] JaggedCopy(this T[][] array) method JaggedCopy (line 1259) | public static T[][][] JaggedCopy(this T[][][] array) method FlatCount (line 1267) | public static long FlatCount(this T[][] array) method FlatCount (line 1272) | public static long FlatCount(this T[][][] array) method FlatCopyTo (line 1277) | public static void FlatCopyTo(this T[][] array, T[] target, long st... method FlatCopyTo (line 1287) | public static void FlatCopyTo(this T[][][] array, T[] target, long ... method FlatCopy (line 1301) | public static T[] FlatCopy(this T[][] array) method FlatCopy (line 1308) | public static T[] FlatCopy(this T[][][] array) method ForwardMapAdd (line 1319) | public static int ForwardMapAdd( method ForwardMapAdd (line 1327) | static public int ForwardMapAdd( method ForwardMappedCopyTo (line 1346) | public static void ForwardMappedCopyTo( method BackMappedCopyTo (line 1364) | public static void BackMappedCopyTo( method BackMappedGroupCopyTo (line 1372) | public static void BackMappedGroupCopyTo( method BackMappedGroupCopyTo (line 1385) | public static void BackMappedGroupCopyTo( method BackMappedCopyTo (line 1402) | public static void BackMappedCopyTo( method ForwardMappedCopy (line 1417) | public static T[] ForwardMappedCopy( method ForwardMappedCopy (line 1430) | public static T[] ForwardMappedCopy( method BackMappedCopy (line 1444) | public static T[] BackMappedCopy( method BackMappedCopySafe (line 1460) | public static T[] BackMappedCopySafe( method BackMappedCopy (line 1480) | public static Tr[] BackMappedCopy( method BackMappedCopy (line 1496) | public static T[] BackMappedCopy( method BackMappedCopy (line 1512) | public static Tr[] BackMappedCopy( method BackMappedCopy (line 1529) | public static T[] BackMappedCopy( method BackMappedCopy (line 1548) | public static Tr[] BackMappedCopy( method ForwardMappedCopyFrom (line 1565) | public static T[] ForwardMappedCopyFrom( method BackMappedCopyFrom (line 1585) | public static T[] BackMappedCopyFrom( method ForwardMappedCopyIndexArrayTo (line 1608) | public static int[] ForwardMappedCopyIndexArrayTo( method BackMappedCopyIndexArrayTo (line 1643) | public static int[] BackMappedCopyIndexArrayTo( method ForwardMappedCopyIndexArrayTo (line 1678) | public static int[] ForwardMappedCopyIndexArrayTo( method BackMappedCopyIndexArrayTo (line 1694) | public static int[] BackMappedCopyIndexArrayTo( method ForwardMappedCopyFromIndexArrays (line 1710) | public static int[][] ForwardMappedCopyFromIndexArrays( method BackMappedCopyFromIndexArrays (line 1734) | public static int[][] BackMappedCopyFromIndexArrays( method ReverseGroups (line 1752) | public static void ReverseGroups( method GroupReversedCopy (line 1773) | public static T[] GroupReversedCopy( method CreateBackMap (line 1799) | public static int[] CreateBackMap( method CreateBackToFirstMap (line 1805) | public static int[] CreateBackToFirstMap( method CreateBackMap (line 1821) | public static int[] CreateBackMap( method CreateBackMap (line 1834) | public static int[] CreateBackMap( method Integrate (line 1858) | public static double Integrate(this float[] array, double sum = 0) method Integrate (line 1874) | public static float Integrate(this float[] array, float sum = 0) method Integrate (line 1889) | public static int Integrate(this int[] array, int sum = 0) method Integrate (line 1904) | public static long Integrate(this long[] array, long sum = 0) method Integrate (line 1918) | public static double Integrate(this double[] array, double sum = 0.0) method Integrated (line 1933) | public static float[] Integrated(this float[] array, double sum = 0) method Integrated (line 1951) | public static float[] Integrated(this float[] array, float sum = 0) method Integrated (line 1968) | public static int[] Integrated(this int[] array, int sum = 0) method Integrated (line 1985) | public static long[] Integrated(this long[] array, long sum = 0) method Integrated (line 2002) | public static double[] Integrated(this double[] array, double sum = 0) method DenseCount (line 2021) | static public int DenseCount( method DenseForwardMap (line 2032) | static public int[] DenseForwardMap( method DenseForwardMap (line 2042) | public static int[] DenseForwardMap( method MergeSorted (line 2068) | public static T[] MergeSorted(this T[] a0, T[] a1) method IndexOfMin (line 2087) | public static int IndexOfMin(this T[] a) method IndexOfMin (line 2097) | public static int IndexOfMin(this T[] a, int start, int count) method IndexOfMax (line 2107) | public static int IndexOfMax(this T[] a) method IndexOfMax (line 2117) | public static int IndexOfMax(this T[] a, int start, int count) method IndexOfMin (line 2127) | public static int IndexOfMin(this T[] a, Func compare) method IndexOfMax (line 2136) | public static int IndexOfMax(this T[] a, Func compare) method LongIndexOfMin (line 2145) | public static long LongIndexOfMin(this T[] a) method LongIndexOfMax (line 2155) | public static long LongIndexOfMax(this T[] a) method LongIndexOfMin (line 2165) | public static long LongIndexOfMin(this T[] a, Func compare) method LongIndexOfMax (line 2174) | public static long LongIndexOfMax(this T[] a, Func compare) method SetByIndex (line 2191) | public static T[,] SetByIndex(this T[,] self, Func fun) method SetByIndexLong (line 2205) | public static T[,] SetByIndexLong(this T[,] self, Func(this T[, ,] self, Func(this T[, ,] self, Func(this Array data, Func(this T[] data) where T : struct method ComputeMD5Hash (line 2433) | public static byte[] ComputeMD5Hash(this string s) method ComputeSHA1Hash (line 2450) | public static byte[] ComputeSHA1Hash(this byte[] data) method ComputeSHA1Hash (line 2465) | public static byte[] ComputeSHA1Hash(this Array data) method ComputeSHA1Hash (line 2479) | public static byte[] ComputeSHA1Hash(this T[] data) where T : struct method ComputeSHA1Hash (line 2490) | public static byte[] ComputeSHA1Hash(this string s) method ComputeSHA256Hash (line 2507) | public static byte[] ComputeSHA256Hash(this byte[] data) method ComputeSHA256Hash (line 2522) | public static byte[] ComputeSHA256Hash(this Array data) method ComputeSHA256Hash (line 2536) | public static byte[] ComputeSHA256Hash(this T[] data) where T : struct method ComputeSHA256Hash (line 2547) | public static byte[] ComputeSHA256Hash(this string s) method ComputeSHA512Hash (line 2564) | public static byte[] ComputeSHA512Hash(this byte[] data) method ComputeSHA512Hash (line 2579) | public static byte[] ComputeSHA512Hash(this Array data) method ComputeSHA512Hash (line 2593) | public static byte[] ComputeSHA512Hash(this T[] data) where T : struct method ComputeSHA512Hash (line 2604) | public static byte[] ComputeSHA512Hash(this string s) method ComputeAdler32Checksum (line 2620) | public static uint ComputeAdler32Checksum(this byte[] data) method ComputeAdler32Checksum (line 2630) | public static uint ComputeAdler32Checksum(this Array data) method ComputeAdler32Checksum (line 2647) | public static uint ComputeAdler32Checksum(this T[] data) where T : ... method ComputeAdler32Checksum (line 2662) | public static uint ComputeAdler32Checksum(this string s) FILE: src/Aardvark.Base/Extensions/CastExtensions.cs class CastExtensions (line 8) | public static class CastExtensions method ToArrayOfT (line 10) | public static T[] ToArrayOfT(this IEnumerable s) method ToListOfT (line 15) | public static List ToListOfT(this IEnumerable s) method ToIEnumerableOfT (line 20) | public static IEnumerable ToIEnumerableOfT(this IEnumerable s) method IntoList (line 25) | public static List IntoList(this T item) method IntoArray (line 30) | public static T[] IntoArray(this T item) method IntoIEnumerable (line 35) | public static IEnumerable IntoIEnumerable(this T item) method To (line 45) | public static T To(this object item) where T : class FILE: src/Aardvark.Base/Extensions/DagExtensions.cs class TreeExtensions (line 6) | public static class TreeExtensions method DepthFirst (line 8) | public static IEnumerable DepthFirst( method BreadthFirst (line 33) | public static IEnumerable BreadthFirst( FILE: src/Aardvark.Base/Extensions/DateTimeExtensions.cs class DateTimeExtensions (line 7) | public static class DateTimeExtensions method ComputeJulianDayUTC (line 13) | public static double ComputeJulianDayUTC(this DateTime date, double ti... method ComputeJulianDay (line 22) | public static double ComputeJulianDay(this DateTime date) method GregorianDayOfMonthFromJulianDay (line 41) | public static double GregorianDayOfMonthFromJulianDay(double J) method ComputeDateFromJulianDay (line 62) | public static DateTime ComputeDateFromJulianDay(double jd) method ComputeDateFromJulianDay (line 93) | public static DateTime ComputeDateFromJulianDay(int jd) FILE: src/Aardvark.Base/Extensions/DictionaryExtensions.cs class DictionaryFun (line 10) | public static class DictionaryFun method Copy (line 12) | public static Dictionary Copy( method Copy (line 21) | public static Dictionary Copy( method Copy (line 31) | public static Dictionary Copy( method Combine (line 51) | public static Dictionary Combine( class IDictionaryExtensions (line 67) | public static class IDictionaryExtensions method Get (line 73) | public static Tv Get( method Get (line 84) | public static Tv Get( method GetCreate (line 94) | public static TV GetCreate(this IDictionary self, TK k... method Pop (line 109) | public static TV Pop(this IDictionary self, TK key) method TryPop (line 124) | public static bool TryPop(this IDictionary self, TK ke... method TryPop (line 132) | public static TV TryPop(this IDictionary self, TK key) method CopyToArray (line 136) | public static T1v[] CopyToArray(this IDictionary ... method CopyToArray (line 145) | public static T1v[] CopyToArray(this IDictionary ... method AddRange (line 157) | public static Td AddRange(this Td self, IEnumerable(this Td self, IEnumerable(this Td self, IEnumerable(this Td self, IEnumerable(this IDictionary s... method DictionaryEquals (line 210) | public static bool DictionaryEquals(this IDictionary s... method GetOrDefault (line 231) | public static TValue GetOrDefault(this IDictionary Create( method Copy (line 247) | public static KeyValuePair Copy( FILE: src/Aardvark.Base/Extensions/EnumHelpers.cs class EnumHelpers (line 6) | public static class EnumHelpers method GetNeighbourValuesDict (line 10) | static Dict GetNeighbourValuesDict(Type enu... method GetPrevValue (line 37) | public static T GetPrevValue(T enumValue) method GetNextValue (line 50) | public static T GetNextValue(T enumValue) method GetValueIndexMapping (line 62) | static (Array, Dictionary) GetValueIndexMapping(Type enumType) method GetIndex (line 79) | public static int GetIndex(T enumValue) method GetIndex (line 88) | public static int GetIndex(Type enumType, object enumValue) method GetValue (line 97) | public static int GetValue(Type enumType, int index) method GetValue (line 106) | public static T GetValue(int index) FILE: src/Aardvark.Base/Extensions/EventHandlerExtensions.cs class EventHandlerExtensions (line 5) | public static class EventHandlerExtensions method TryInvoke (line 10) | public static void TryInvoke(this EventHandler eh) method TryInvoke (line 18) | public static void TryInvoke(this EventHandler eh, object sender) FILE: src/Aardvark.Base/Extensions/FuncActionExtensions.cs class FuncActionExtensions (line 5) | public static partial class FuncActionExtensions method TrySelect (line 10) | public static Tr TrySelect(this To o, Func selector, T... FILE: src/Aardvark.Base/Extensions/FuncActionExtensions_auto.cs class FuncActionExtensions (line 8) | public static partial class FuncActionExtensions method ExecuteFirst (line 10) | public static TR ExecuteFirst(this Func[] funArray, T0... method ExecuteUpToTrue (line 15) | public static bool ExecuteUpToTrue(this Func[] funArray,... method ExecuteUpToTrueChecked (line 22) | public static bool ExecuteUpToTrueChecked(this Func[] fu... method ExecuteUpToNotNull (line 35) | public static TR ExecuteUpToNotNull(this Func[] funArr... method ExecuteUpToNotNullChecked (line 46) | public static TR ExecuteUpToNotNullChecked(this Func[]... method ExecuteFirst (line 61) | public static TR ExecuteFirst(this Func[] funA... method ExecuteUpToTrue (line 66) | public static bool ExecuteUpToTrue(this Func[] f... method ExecuteUpToTrueChecked (line 73) | public static bool ExecuteUpToTrueChecked(this Func(this Func[... method ExecuteUpToNotNullChecked (line 97) | public static TR ExecuteUpToNotNullChecked(this Func(this Func(this Func(this Func(this Func(this Func(this Func(this Func(this Func(this Func(this Fu... method ExecuteFirst (line 214) | public static TR ExecuteFirst(this Func(this Func(this Fun... method ExecuteUpToNotNull (line 239) | public static TR ExecuteUpToNotNull(this Func<... method ExecuteUpToNotNullChecked (line 250) | public static TR ExecuteUpToNotNullChecked(thi... method ExecuteFirst (line 265) | public static TR ExecuteFirst(this Func(this Func(this... method ExecuteUpToNotNull (line 290) | public static TR ExecuteUpToNotNull(this F... method ExecuteUpToNotNullChecked (line 301) | public static TR ExecuteUpToNotNullChecked... method ExecuteFirst (line 316) | public static TR ExecuteFirst(this Fun... method ExecuteUpToTrue (line 321) | public static bool ExecuteUpToTrue(this Fu... method ExecuteUpToTrueChecked (line 328) | public static bool ExecuteUpToTrueChecked(... method ExecuteUpToNotNull (line 341) | public static TR ExecuteUpToNotNull(th... method ExecuteUpToNotNullChecked (line 352) | public static TR ExecuteUpToNotNullChecked(this... method ExecuteUpToTrue (line 372) | public static bool ExecuteUpToTrue(thi... method ExecuteUpToTrueChecked (line 379) | public static bool ExecuteUpToTrueChecked(... method ExecuteUpToTrue (line 423) | public static bool ExecuteUpToTrue... method ExecuteUpToTrueChecked (line 430) | public static bool ExecuteUpToTrueChecked(this Func<__Ti__, TR>[] funA... method ExecuteUpToTrue (line 19) | public static bool ExecuteUpToTrue<__Ti__>(this Func<__Ti__, bool>[] f... method ExecuteUpToTrueChecked (line 26) | public static bool ExecuteUpToTrueChecked<__Ti__>(this Func<__Ti__, bo... method ExecuteUpToNotNull (line 39) | public static TR ExecuteUpToNotNull<__Ti__, TR>(this Func<__Ti__, TR>[... method ExecuteUpToNotNullChecked (line 50) | public static TR ExecuteUpToNotNullChecked<__Ti__, TR>(this Func<__Ti_... FILE: src/Aardvark.Base/Extensions/HigherOrderFunctions.cs class ControlFun (line 7) | public static class ControlFun method ForEach (line 14) | public static void ForEach(this int n, Action i_act) method ForEach (line 22) | public static void ForEach(this int n, int start, Action i_act) method ForEach (line 31) | public static void ForEach(this int n, Action i_act, Action sep) method ForEach (line 41) | public static void ForEach( method ForEach (line 53) | public static void ForEach(this int n, Action i_act, Action ... method ForEach (line 64) | public static void ForEach( method ForEach (line 78) | public static void ForEach(this long n, Action i_act) method ForEach (line 86) | public static void ForEach(this long n, long start, Action i_act) method ForEach (line 98) | public static void ForEach( method ForEach (line 109) | public static void ForEach( method ForEach (line 120) | public static void ForEach( method ForEach (line 132) | public static void ForEach( method ForEach (line 145) | public static void ForEach( method ForEach (line 159) | public static void ForEach( method ForEach (line 172) | public static void ForEach( method ForEach (line 188) | public static void ForEach( method ForEach (line 206) | public static void ForEach( method ForEach (line 223) | public static void ForEach( method ForEach (line 240) | public static void ForEach( method ForEach (line 258) | public static void ForEach( method ForEach (line 276) | public static void ForEach( method ForEach (line 295) | public static void ForEach( method ForEach (line 314) | public static void ForEach( method ForEach (line 333) | public static void ForEach( method ForEach (line 345) | public static void ForEach( method ForEach (line 356) | public static void ForEach( method ForEach (line 369) | public static void ForEach( method ForEach (line 383) | public static void ForEach( method ForEach (line 397) | public static void ForEach( method ForEach (line 415) | public static void ForEach(this List list, Action fun) method ForEach (line 429) | public static void ForEach(this Dictionary.ValueCollection... method ForEach (line 438) | public static void ForEach(this Dictionary.KeyCollection s... method ForEach (line 447) | public static void ForEach(this Dictionary self, Action( method Switch (line 464) | public static void Switch( method Switch (line 473) | public static TResult Switch( method Switch (line 482) | public static TResult Switch( FILE: src/Aardvark.Base/Extensions/ICollectionExtensions.cs class ICollectionExtensions (line 9) | public static class ICollectionExtensions method ToggleContainment (line 15) | public static bool ToggleContainment(this ICollection self, T item) method AddRange (line 28) | public static void AddRange(this ICollection self, IEnumerable Generate(this Func anotherElement) method Guids (line 17) | public static IEnumerable Guids() class EnumerableEx (line 23) | public static partial class EnumerableEx method IndexedValues (line 27) | public static IEnumerable> IndexedValues( method SortedByDenseIndex (line 39) | public static T[] SortedByDenseIndex( method IndexIntoOther (line 52) | public static IEnumerable> IndexIntoOther( method WhereNotNull (line 64) | public static IEnumerable WhereNotNull(this IEnumerable self) method IndicesOf (line 69) | public static IEnumerable IndicesOf(this IEnumerable self, ... method SelectNotNull (line 80) | public static IEnumerable SelectNotNull(this IEnu... method FirstOrDefault (line 85) | public static T FirstOrDefault(this IEnumerable self, T defaultV... method FirstOrDefault (line 92) | public static T FirstOrDefault(this IEnumerable self, Func TakePeriodic( method TakeToArrayDefault (line 118) | public static T[] TakeToArrayDefault(this IEnumerable self, int ... method TakeToArray (line 132) | public static T[] TakeToArray(this IEnumerable self, int count) method TakeToList (line 151) | public static List TakeToList(this IEnumerable self, int count) method FirstIndexOf (line 163) | public static int FirstIndexOf(this IEnumerable self, Func(this T[] self, Func selector) method SelectToList (line 188) | public static List SelectToList(this T[] self, Func sel... method SelectToArray (line 201) | public static R[] SelectToArray(this List self, Func se... method SelectToList (line 214) | public static List SelectToList(this List self, Func... method Zip (line 232) | public static IEnumerable Zip( method Zip (line 248) | public static IEnumerable Zip( method ZipAll (line 268) | public static IEnumerable ZipAll( method ZipAll (line 289) | public static IEnumerable ZipAll( method ZipPairs (line 335) | public static IEnumerable<(T, T)> ZipPairs( method ZipTriples (line 348) | public static IEnumerable<(T, T, T)> ZipTriples( method ZipTuples (line 365) | public static IEnumerable<(T0, T1)> ZipTuples( method ZipTuples (line 378) | public static IEnumerable> ZipTuples( method Chunk (line 400) | public static IEnumerable Chunk( method Chunk (line 424) | public static IEnumerable Chunk( method PairSequence (line 457) | public static IEnumerable<(T, T)> PairSequence(this IEnumerable ... method PairChain (line 471) | public static IEnumerable<(T, T)> PairChain(this IEnumerable sel... method PairChainIndexed (line 497) | public static IEnumerable<(int, int)> PairChainIndexed(this IEnumer... method PairChainWrap (line 521) | public static IEnumerable<(T, T)> PairChainWrap(this IEnumerable... method PairChainWrapIndexed (line 529) | public static IEnumerable<(int, int)> PairChainWrapIndexed(this IEn... method Pairs (line 537) | public static IEnumerable<(T, T)> Pairs(this IEnumerable self) method Pairs (line 548) | public static IEnumerable<(T, T)> Pairs(this IEnumerable self, b... method PairsCount (line 565) | public static int PairsCount(this IEnumerable self, bool exclude... method Pairs (line 589) | public static IEnumerable<(T, T)> Pairs(this IEnumerable self, I... method TripleSequence (line 609) | public static IEnumerable<(T, T, T)> TripleSequence(this IEnumerabl... method TripleChain (line 624) | public static IEnumerable<(T, T, T)> TripleChain(this IEnumerable TripleChainWrap(this IEnumerab... method Triples (line 666) | public static IEnumerable<(T, T, T)> Triples(this IEnumerable self) method Triples (line 677) | public static IEnumerable<(T, T, T)> Triples(this IEnumerable se... method Triples (line 697) | public static IEnumerable<(T, T, T)> Triples(this IEnumerable se... method Repeat (line 720) | public static IEnumerable Repeat(this T self) method Repeat (line 729) | public static IEnumerable Repeat(this T self, long count) method WithRepeatedLast (line 742) | public static IEnumerable WithRepeatedLast(this IEnumerable s... method Dup (line 756) | public static IEnumerable Dup(this IEnumerable self) method Dup (line 767) | public static IEnumerable Dup(this IEnumerable self, int n) method AddFirstToEnd (line 785) | public static IEnumerable AddFirstToEnd(this IEnumerable self) method WithFirstMovedToEnd (line 803) | public static IEnumerable WithFirstMovedToEnd(this IEnumerable Interleave( method FlatGroupByMany (line 835) | public static IEnumerable FlatGroupByMany( method AllDistinct (line 858) | public static bool AllDistinct(this IEnumerable elements) method AllEqual (line 871) | public static bool AllEqual(this IEnumerable elements) method IsEmptyOrNull (line 896) | public static bool IsEmptyOrNull(this T[] self) => self == null || ... method IsEmptyOrNull (line 901) | public static bool IsEmptyOrNull(this ICollection self) => self ... method IsEmptyOrNull (line 906) | public static bool IsEmptyOrNull(this IEnumerable elements) => e... method NonNull (line 911) | public static IEnumerable NonNull(IEnumerable elements) => el... method EnumerableEquals (line 917) | public static bool EnumerableEquals(this IEnumerable self, IEnum... method Min (line 933) | public static T Min(this IEnumerable seq, Func lessT... method Max (line 945) | public static T Max(this IEnumerable seq, Func great... method Min (line 962) | public static T Min(this IEnumerable seq, Func lessT... method Max (line 975) | public static T Max(this IEnumerable seq, Func great... method MaxElement (line 1000) | public static TSrc MaxElement(this IEnumerable sourc... method MinElement (line 1038) | public static TSrc MinElement(this IEnumerable sourc... method Most (line 1062) | public static bool Most(this IEnumerable self, Func pre... method MinIndex (line 1076) | public static int MinIndex(this IEnumerable self, Func(this IEnumerable self, Func(this IEnumerable self, out T minValue) method MaxIndex (line 1134) | public static int MaxIndex(this IEnumerable self, out T minValue) method MinIndex (line 1140) | public static int MinIndex(this IEnumerable self) method MaxIndex (line 1147) | public static int MaxIndex(this IEnumerable self) method MinIndex (line 1155) | public static int MinIndex(this T[] self, Func lessThan... method MaxIndex (line 1178) | public static int MaxIndex(this T[] self, Func greaterT... method MinIndex (line 1201) | public static int MinIndex(this T[] self, out T minValue) method MaxIndex (line 1207) | public static int MaxIndex(this T[] self, out T maxValue) method MinIndex (line 1213) | public static int MinIndex(this T[] self) method MaxIndex (line 1220) | public static int MaxIndex(this T[] self) method MinIndex (line 1228) | public static int MinIndex(this List self, Func less... method MaxIndex (line 1251) | public static int MaxIndex(this List self, Func grea... method MinIndex (line 1274) | public static int MinIndex(this List self, out T minValue) method MaxIndex (line 1280) | public static int MaxIndex(this List self, out T maxValue) method MinIndex (line 1286) | public static int MinIndex(this List self) method MaxIndex (line 1293) | public static int MaxIndex(this List self) method MinIndex (line 1302) | public static int MinIndex(this byte[] self) method MinIndex (line 1318) | public static int MinIndex(this sbyte[] self) method MinIndex (line 1334) | public static int MinIndex(this short[] self) method MinIndex (line 1350) | public static int MinIndex(this ushort[] self) method MinIndex (line 1366) | public static int MinIndex(this int[] self) method MinIndex (line 1382) | public static int MinIndex(this uint[] self) method MinIndex (line 1398) | public static int MinIndex(this long[] self) method MinIndex (line 1414) | public static int MinIndex(this ulong[] self) method MinIndex (line 1430) | public static int MinIndex(this float[] self) method MinIndex (line 1446) | public static int MinIndex(this double[] self) method MinIndex (line 1462) | public static int MinIndex(this decimal[] self) method MaxIndex (line 1479) | public static int MaxIndex(this byte[] self) method MaxIndex (line 1495) | public static int MaxIndex(this sbyte[] self) method MaxIndex (line 1511) | public static int MaxIndex(this short[] self) method MaxIndex (line 1527) | public static int MaxIndex(this ushort[] self) method MaxIndex (line 1543) | public static int MaxIndex(this int[] self) method MaxIndex (line 1559) | public static int MaxIndex(this uint[] self) method MaxIndex (line 1575) | public static int MaxIndex(this long[] self) method MaxIndex (line 1591) | public static int MaxIndex(this ulong[] self) method MaxIndex (line 1607) | public static int MaxIndex(this float[] self) method MaxIndex (line 1623) | public static int MaxIndex(this double[] self) method MaxIndex (line 1639) | public static int MaxIndex(this decimal[] self) method MinIndex (line 1656) | public static int MinIndex(this List self) method MinIndex (line 1672) | public static int MinIndex(this List self) method MinIndex (line 1688) | public static int MinIndex(this List self) method MinIndex (line 1704) | public static int MinIndex(this List self) method MinIndex (line 1720) | public static int MinIndex(this List self) method MinIndex (line 1736) | public static int MinIndex(this List self) method MinIndex (line 1752) | public static int MinIndex(this List self) method MinIndex (line 1768) | public static int MinIndex(this List self) method MinIndex (line 1784) | public static int MinIndex(this List self) method MinIndex (line 1800) | public static int MinIndex(this List self) method MinIndex (line 1816) | public static int MinIndex(this List self) method MaxIndex (line 1833) | public static int MaxIndex(this List self) method MaxIndex (line 1849) | public static int MaxIndex(this List self) method MaxIndex (line 1865) | public static int MaxIndex(this List self) method MaxIndex (line 1881) | public static int MaxIndex(this List self) method MaxIndex (line 1897) | public static int MaxIndex(this List self) method MaxIndex (line 1913) | public static int MaxIndex(this List self) method MaxIndex (line 1929) | public static int MaxIndex(this List self) method MaxIndex (line 1945) | public static int MaxIndex(this List self) method MaxIndex (line 1961) | public static int MaxIndex(this List self) method MaxIndex (line 1977) | public static int MaxIndex(this List self) method MaxIndex (line 1993) | public static int MaxIndex(this List self) method TrueForAny (line 2016) | public static bool TrueForAny( method TrueForAll (line 2024) | public static bool TrueForAll( method ToArrayDebug (line 2036) | public static T[] ToArrayDebug(this IEnumerable self) method ToString (line 2050) | public static string ToString( method ToDictionaryDistinct (line 2089) | public static Dictionary ToDictionaryDistinct ToDictionaryDistinct ToDictionaryDistinct(this IEnumerable ... method Do (line 2254) | public static IEnumerable Do(this IEnumerable self, Action... method Do (line 2266) | public static IEnumerable Do(this IEnumerable self, Action Return(this T item) method IsEmpty (line 2287) | public static bool IsEmpty(this T[] self) => self.Length == 0; method IsEmpty (line 2292) | public static bool IsEmpty(this ICollection self) => self.Count ... method IsEmpty (line 2297) | public static bool IsEmpty(this IEnumerable self) => !self.Any(); method DistinctUntilChanged (line 2302) | public static IEnumerable DistinctUntilChanged(this IEnumerable<... method IndexOf (line 2319) | public static int IndexOf(this IEnumerable list, T elementToFind) method Concat (line 2334) | public static IEnumerable Concat(this IEnumerable sequence, T... method Concat (line 2343) | public static IEnumerable Concat(this T item, IEnumerable seq... method Indices (line 2352) | public static IEnumerable Indices(this IEnumerable sequence) method SelectMany (line 2358) | public static IEnumerable SelectMany(this IEnumerable<(T, T)> self) method SelectMany (line 2367) | public static IEnumerable SelectMany(this IEnumerable self... method SelectMany (line 2377) | public static IEnumerable SelectMany(this IEnumerable<(T, T, T)>... method SelectMany (line 2387) | public static IEnumerable SelectMany(this IEnumerable self... method SelectMany (line 2398) | public static IEnumerable SelectMany(this IEnumerable<(T, T, T, ... method SelectMany (line 2409) | public static IEnumerable SelectMany(this IEnumerable self... method Integrated (line 2432) | public static IEnumerable Integrated(this IEnumerable counts... method Integrated (line 2446) | public static IEnumerable Integrated(this IEnumerable ... FILE: src/Aardvark.Base/Extensions/IListExtensions.cs class IListExtensions (line 6) | public static class IListExtensions method Swap (line 11) | public static void Swap(this IList self, int i, int j) method SubRange (line 16) | public static SubRange SubRange(this IList self, int index, i... method FindIndex (line 35) | public static int FindIndex(this IList list, int startIndex, int... method FindIndex (line 90) | public static int FindIndex(this IList list, int startIndex, int... method FindIndex (line 106) | public static int FindIndex(this IList list, int startIndex, boo... method FindIndex (line 124) | public static int FindIndex(this IList list, int startIndex, boo... method FindIndex (line 138) | public static int FindIndex(this IList list, bool forward, int s... method FindIndex (line 150) | public static int FindIndex(this IList list, bool forward, Predi... method CompareTo (line 158) | public static int CompareTo(this IList self, IList other) method FirstIndexOf (line 170) | public static int FirstIndexOf(this IList self, IList other) ... method FirstIndexOf (line 177) | public static int FirstIndexOf(this IList self, IList other, method SmallestIndex (line 194) | public static int SmallestIndex(this IList self) method LargestIndex (line 204) | public static int LargestIndex(this IList self) method NSmallestIndex (line 219) | public static int NSmallestIndex(this IList self, int n) method NLargestIndex (line 235) | public static int NLargestIndex(this IList self, int n) method Copy (line 253) | public static T[] Copy(this IList xs) method Copy (line 265) | public static T[] Copy(this IList xs, int count) method Copy (line 277) | public static T[] Copy(this IList xs, int start, int count) method Map (line 288) | public static Tr[] Map(this IList xs, Func item_fun) method Map2 (line 301) | public static Tr[] Map2( method Map3 (line 315) | public static Tr[] Map3( method Map (line 329) | public static Tr[] Map(this IList xs, Func item_... method Map2 (line 337) | public static Tr[] Map2( method Map3 (line 347) | public static Tr[] Map3( method Map (line 363) | public static Tr[] Map( method Map (line 378) | public static Tr[] Map( method Map (line 391) | public static Tr[] Map( method Map (line 406) | public static Tr[] Map( method CopyTo (line 418) | public static void CopyTo(this IList xs, int count, T[] target, ... method CopyTo (line 427) | public static void CopyTo(this IList xs, int start, int count, T... method CopyToList (line 436) | public static List CopyToList(this IList xs) method MapToList (line 443) | public static List MapToList(this IList xs, Func ... method MapToList (line 451) | public static List MapToList(this IList xs, Func(this IList xs, int start, int count... method CopyReversed (line 480) | public static T[] CopyReversed(this IList xs) FILE: src/Aardvark.Base/Extensions/IsExternalInit.cs class IsExternalInit (line 8) | [EditorBrowsable(EditorBrowsableState.Never)] FILE: src/Aardvark.Base/Extensions/ListExtensions.cs class ListFun (line 7) | public static class ListFun method Copy (line 11) | public static List Copy(this List self) method Map (line 21) | public static List Map(this List list, Func item_... method Map2 (line 29) | public static List Map2( method Map3 (line 39) | public static List Map3( method Map (line 53) | public static List Map(this List list, Func ... method Map2 (line 61) | public static List Map2( method Map3 (line 71) | public static List Map3( method CopyToArray (line 82) | public static T[] CopyToArray(this List self) method CopyToArray (line 87) | public static T[] CopyToArray(this List self, int count) method MapToArray (line 94) | public static Tr[] MapToArray(this List list, Func it... method MapToArray (line 99) | public static Tr[] MapToArray(this List list, int count, Fun... method MapToArray (line 107) | public static Tr[] MapToArray( method BackwardMappedCopyToArray (line 124) | public static T[] BackwardMappedCopyToArray( method BackwardMappedCopyToArray (line 138) | public static void BackwardMappedCopyToArray( method BackwardMappedCopyToArray (line 152) | public static Tr[] BackwardMappedCopyToArray( method BackwardMappedCopyToArray (line 167) | public static void BackwardMappedCopyToArray( method AddRange (line 183) | public static List AddRange(this List list, T value, int count) method AddByIndex (line 194) | public static List AddByIndex(this List list, int count, Func... method Set (line 208) | public static List Set(this List self, T value) method Set (line 218) | public static List Set(this List self, Func fun) method Set (line 229) | public static List Set(this List self, int start, int count, method Set (line 242) | public static List Set(this List self, int start, int count, method Swap (line 257) | public static void Swap(this List self, int i, int j) method NLargestIndicesAscending (line 266) | public static IEnumerable> NLargestIndicesAs... method NLargestIndices (line 273) | public static List> NLargestIndices( method NSmallestIndicesDescending (line 296) | public static IEnumerable> NSmallestIndicesD... method NSmallestIndices (line 303) | public static List> NSmallestIndices( method HeapEnqueue (line 331) | public static void HeapEnqueue( method HeapDequeue (line 351) | public static T HeapDequeue( method HeapDequeueAll (line 378) | public static IEnumerable HeapDequeueAll( method HeapRemoveAt (line 388) | public static T HeapRemoveAt( method HeapAscendingEnqueue (line 429) | public static void HeapAscendingEnqueue( method HeapAscendingDequeue (line 450) | public static T HeapAscendingDequeue( method HeapAscendingDequeueAll (line 478) | public static IEnumerable HeapAscendingDequeueAll( method HeapAscendingRemoveAt (line 489) | public static T HeapAscendingRemoveAt( method HeapDescendingEnqueue (line 531) | public static void HeapDescendingEnqueue( method HeapDescendingDequeue (line 552) | public static T HeapDescendingDequeue( method HeapDescendingDequeueAll (line 580) | public static IEnumerable HeapDescendingDequeueAll( method HeapDescendingRemoveAt (line 591) | public static T HeapDescendingRemoveAt( method MergeSortedAscending (line 632) | public static List MergeSortedAscending(this List a0, List... method MergeSortAscending (line 651) | public static T[] MergeSortAscending(this T[] a0, T[] a1) method SmallestIndex (line 670) | public static int SmallestIndex(this List a) method LargestIndex (line 680) | public static int LargestIndex(this List a) FILE: src/Aardvark.Base/Extensions/NonGenericArray.cs class NonGenericArrayExtensions (line 6) | public static class NonGenericArrayExtensions method Copy (line 51) | public static Array Copy(this Array array) method Copy (line 103) | [Obsolete("Anybody using this?")] method Resized (line 154) | public static Array Resized(this Array array, int size) method BackMappedCopy (line 196) | public static Array BackMappedCopy( method BackMappedCopy (line 241) | public static Array BackMappedCopy( method BackMappedCopyTo (line 286) | public static Array BackMappedCopyTo( method BackMappedGroupCopyTo (line 312) | public static void BackMappedGroupCopyTo(this Array source, int[] face... method Swap (line 355) | public static void Swap(this Array array, long i, long j) method GroupReversedCopy (line 397) | public static Array GroupReversedCopy( method ReverseGroups (line 442) | public static void ReverseGroups( method Apply (line 455) | public static Array Apply( method Elements (line 475) | public static IEnumerable Elements( method CopyAndConvert (line 488) | public static T1[] CopyAndConvert( method CopyAndConvert (line 508) | public static Tr[] CopyAndConvert( FILE: src/Aardvark.Base/Extensions/SequenceExtensions_auto.cs class SequenceExtensions (line 8) | public static partial class SequenceExtensions method Min (line 24) | public static byte Min(this IEnumerable sequence, byte minValue ... method MinValue (line 45) | public static byte MinValue(this IEnumerable sequence, Fun... method MinValue (line 71) | public static byte MinValue(this IEnumerable sequence, Fun... method MinElement (line 100) | public static TSeq MinElement(this IEnumerable sequence, F... method MinValue (line 121) | public static byte MinValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func sequence, byte maxValue ... method MaxValue (line 209) | public static byte MaxValue(this IEnumerable sequence, Fun... method MaxValue (line 235) | public static byte MaxValue(this IEnumerable sequence, Fun... method MaxElement (line 264) | public static TSeq MaxElement(this IEnumerable sequence, F... method MaxValue (line 285) | public static byte MaxValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] a0, TSeq[] a1, F... method MergeDescending (line 397) | public static byte[] MergeDescending(this byte[] a0, byte[] a1) method MergeDescending (line 420) | public static TSeq[] MergeDescending(this TSeq[] a0, TSeq[] a1, ... method Min (line 456) | public static sbyte Min(this IEnumerable sequence, sbyte minVal... method MinValue (line 477) | public static sbyte MinValue(this IEnumerable sequence, Fu... method MinValue (line 503) | public static sbyte MinValue(this IEnumerable sequence, Fu... method MinElement (line 532) | public static TSeq MinElement(this IEnumerable sequence, F... method MinValue (line 553) | public static sbyte MinValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func sequence, sbyte maxVal... method MaxValue (line 641) | public static sbyte MaxValue(this IEnumerable sequence, Fu... method MaxValue (line 667) | public static sbyte MaxValue(this IEnumerable sequence, Fu... method MaxElement (line 696) | public static TSeq MaxElement(this IEnumerable sequence, F... method MaxValue (line 717) | public static sbyte MaxValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] a0, TSeq[] a1, F... method MergeDescending (line 829) | public static sbyte[] MergeDescending(this sbyte[] a0, sbyte[] a1) method MergeDescending (line 852) | public static TSeq[] MergeDescending(this TSeq[] a0, TSeq[] a1, ... method Min (line 888) | public static short Min(this IEnumerable sequence, short minVal... method MinValue (line 909) | public static short MinValue(this IEnumerable sequence, Fu... method MinValue (line 935) | public static short MinValue(this IEnumerable sequence, Fu... method MinElement (line 964) | public static TSeq MinElement(this IEnumerable sequence, F... method MinValue (line 985) | public static short MinValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func sequence, short maxVal... method MaxValue (line 1073) | public static short MaxValue(this IEnumerable sequence, Fu... method MaxValue (line 1099) | public static short MaxValue(this IEnumerable sequence, Fu... method MaxElement (line 1128) | public static TSeq MaxElement(this IEnumerable sequence, F... method MaxValue (line 1149) | public static short MaxValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] a0, TSeq[] a1, F... method MergeDescending (line 1261) | public static short[] MergeDescending(this short[] a0, short[] a1) method MergeDescending (line 1284) | public static TSeq[] MergeDescending(this TSeq[] a0, TSeq[] a1, ... method Min (line 1320) | public static ushort Min(this IEnumerable sequence, ushort min... method MinValue (line 1341) | public static ushort MinValue(this IEnumerable sequence, F... method MinValue (line 1367) | public static ushort MinValue(this IEnumerable sequence, F... method MinElement (line 1396) | public static TSeq MinElement(this IEnumerable sequence, F... method MinValue (line 1417) | public static ushort MinValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func sequence, ushort max... method MaxValue (line 1505) | public static ushort MaxValue(this IEnumerable sequence, F... method MaxValue (line 1531) | public static ushort MaxValue(this IEnumerable sequence, F... method MaxElement (line 1560) | public static TSeq MaxElement(this IEnumerable sequence, F... method MaxValue (line 1581) | public static ushort MaxValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] a0, TSeq[] a1, F... method MergeDescending (line 1693) | public static ushort[] MergeDescending(this ushort[] a0, ushort[] a1) method MergeDescending (line 1716) | public static TSeq[] MergeDescending(this TSeq[] a0, TSeq[] a1, ... method Min (line 1752) | public static int Min(this IEnumerable sequence, int minValue = i... method MinValue (line 1773) | public static int MinValue(this IEnumerable sequence, Func... method MinValue (line 1799) | public static int MinValue(this IEnumerable sequence, Func... method MinElement (line 1828) | public static TSeq MinElement(this IEnumerable sequence, F... method MinValue (line 1849) | public static int MinValue(this TSeq[] sequence, Func... method MinValue (line 1866) | public static int MinValue(this TSeq[] sequence, Func... method MinElement (line 1888) | public static TSeq MinElement(this TSeq[] sequence, Func sequence, int maxValue = i... method MaxValue (line 1937) | public static int MaxValue(this IEnumerable sequence, Func... method MaxValue (line 1963) | public static int MaxValue(this IEnumerable sequence, Func... method MaxElement (line 1992) | public static TSeq MaxElement(this IEnumerable sequence, F... method MaxValue (line 2013) | public static int MaxValue(this TSeq[] sequence, Func... method MaxValue (line 2030) | public static int MaxValue(this TSeq[] sequence, Func... method MaxElement (line 2052) | public static TSeq MaxElement(this TSeq[] sequence, Func(this TSeq[] a0, TSeq[] a1, F... method MergeDescending (line 2125) | public static int[] MergeDescending(this int[] a0, int[] a1) method MergeDescending (line 2148) | public static TSeq[] MergeDescending(this TSeq[] a0, TSeq[] a1, ... method Min (line 2184) | public static uint Min(this IEnumerable sequence, uint minValue ... method MinValue (line 2205) | public static uint MinValue(this IEnumerable sequence, Fun... method MinValue (line 2231) | public static uint MinValue(this IEnumerable sequence, Fun... method MinElement (line 2260) | public static TSeq MinElement(this IEnumerable sequence, F... method MinValue (line 2281) | public static uint MinValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func sequence, uint maxValue ... method MaxValue (line 2369) | public static uint MaxValue(this IEnumerable sequence, Fun... method MaxValue (line 2395) | public static uint MaxValue(this IEnumerable sequence, Fun... method MaxElement (line 2424) | public static TSeq MaxElement(this IEnumerable sequence, F... method MaxValue (line 2445) | public static uint MaxValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] a0, TSeq[] a1, F... method MergeDescending (line 2557) | public static uint[] MergeDescending(this uint[] a0, uint[] a1) method MergeDescending (line 2580) | public static TSeq[] MergeDescending(this TSeq[] a0, TSeq[] a1, ... method Min (line 2616) | public static long Min(this IEnumerable sequence, long minValue ... method MinValue (line 2637) | public static long MinValue(this IEnumerable sequence, Fun... method MinValue (line 2663) | public static long MinValue(this IEnumerable sequence, Fun... method MinElement (line 2692) | public static TSeq MinElement(this IEnumerable sequence, F... method MinValue (line 2713) | public static long MinValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func sequence, long maxValue ... method MaxValue (line 2801) | public static long MaxValue(this IEnumerable sequence, Fun... method MaxValue (line 2827) | public static long MaxValue(this IEnumerable sequence, Fun... method MaxElement (line 2856) | public static TSeq MaxElement(this IEnumerable sequence, F... method MaxValue (line 2877) | public static long MaxValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] a0, TSeq[] a1, F... method MergeDescending (line 2989) | public static long[] MergeDescending(this long[] a0, long[] a1) method MergeDescending (line 3012) | public static TSeq[] MergeDescending(this TSeq[] a0, TSeq[] a1, ... method Min (line 3048) | public static ulong Min(this IEnumerable sequence, ulong minVal... method MinValue (line 3069) | public static ulong MinValue(this IEnumerable sequence, Fu... method MinValue (line 3095) | public static ulong MinValue(this IEnumerable sequence, Fu... method MinElement (line 3124) | public static TSeq MinElement(this IEnumerable sequence, F... method MinValue (line 3145) | public static ulong MinValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func sequence, ulong maxVal... method MaxValue (line 3233) | public static ulong MaxValue(this IEnumerable sequence, Fu... method MaxValue (line 3259) | public static ulong MaxValue(this IEnumerable sequence, Fu... method MaxElement (line 3288) | public static TSeq MaxElement(this IEnumerable sequence, F... method MaxValue (line 3309) | public static ulong MaxValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] a0, TSeq[] a1, F... method MergeDescending (line 3421) | public static ulong[] MergeDescending(this ulong[] a0, ulong[] a1) method MergeDescending (line 3444) | public static TSeq[] MergeDescending(this TSeq[] a0, TSeq[] a1, ... method Min (line 3480) | public static float Min(this IEnumerable sequence, float minVal... method MinValue (line 3501) | public static float MinValue(this IEnumerable sequence, Fu... method MinValue (line 3527) | public static float MinValue(this IEnumerable sequence, Fu... method MinElement (line 3556) | public static TSeq MinElement(this IEnumerable sequence, F... method MinValue (line 3577) | public static float MinValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func sequence, float maxVal... method MaxValue (line 3665) | public static float MaxValue(this IEnumerable sequence, Fu... method MaxValue (line 3691) | public static float MaxValue(this IEnumerable sequence, Fu... method MaxElement (line 3720) | public static TSeq MaxElement(this IEnumerable sequence, F... method MaxValue (line 3741) | public static float MaxValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] a0, TSeq[] a1, F... method MergeDescending (line 3853) | public static float[] MergeDescending(this float[] a0, float[] a1) method MergeDescending (line 3876) | public static TSeq[] MergeDescending(this TSeq[] a0, TSeq[] a1, ... method Min (line 3912) | public static double Min(this IEnumerable sequence, double min... method MinValue (line 3933) | public static double MinValue(this IEnumerable sequence, F... method MinValue (line 3959) | public static double MinValue(this IEnumerable sequence, F... method MinElement (line 3988) | public static TSeq MinElement(this IEnumerable sequence, F... method MinValue (line 4009) | public static double MinValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func sequence, double max... method MaxValue (line 4097) | public static double MaxValue(this IEnumerable sequence, F... method MaxValue (line 4123) | public static double MaxValue(this IEnumerable sequence, F... method MaxElement (line 4152) | public static TSeq MaxElement(this IEnumerable sequence, F... method MaxValue (line 4173) | public static double MaxValue(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] a0, TSeq[] a1, F... method MergeDescending (line 4285) | public static double[] MergeDescending(this double[] a0, double[] a1) method MergeDescending (line 4308) | public static TSeq[] MergeDescending(this TSeq[] a0, TSeq[] a1, ... class CSharpSequenceExtensions (line 4340) | public static partial class CSharpSequenceExtensions method Select (line 4344) | public static IEnumerable Select( method Where (line 4349) | public static IEnumerable> Where( method ForEach (line 4355) | public static void ForEach(this Tup[] array, Action(this Tup[] array, Action(this List> list, Action... method ForEach (line 4380) | public static void ForEach(this List> list, Action... method ForEach (line 4389) | public static void ForEach(this IEnumerable> seq, ... method ForEach (line 4395) | public static void ForEach(this IEnumerable> seq, ... method Add (line 4402) | public static void Add(this List> list, T0 e0, T1 e1) method CopyToArray (line 4407) | public static T[] CopyToArray(this List> list, ... method Map (line 4418) | public static T[] Map(this Tup[] array, Func Map(this List> list, Func... method Select (line 4440) | public static IEnumerable Select( method Where (line 4445) | public static IEnumerable> Where( method ForEach (line 4451) | public static void ForEach(this Tup[] array, A... method ForEach (line 4459) | public static void ForEach(this Tup[] array, A... method ForEach (line 4468) | public static void ForEach(this List> list... method ForEach (line 4476) | public static void ForEach(this List> list... method ForEach (line 4485) | public static void ForEach(this IEnumerable(this IEnumerable(this List> list, T0... method CopyToArray (line 4503) | public static T[] CopyToArray(this List... method Map (line 4514) | public static T[] Map(this Tup[] array, Fun... method Map (line 4525) | public static List Map(this List> li... method Select (line 4536) | public static IEnumerable Select( method Where (line 4541) | public static IEnumerable> Where( method ForEach (line 4547) | public static void ForEach(this Tup[] ... method ForEach (line 4555) | public static void ForEach(this Tup[] ... method ForEach (line 4564) | public static void ForEach(this List(this List(this IEnumerable(this IEnumerable(this List> ... method CopyToArray (line 4599) | public static T[] CopyToArray(this List(this Tup[] ar... method Map (line 4621) | public static List Map(this List Select( method Where (line 4637) | public static IEnumerable> Where(this Tup(this Tup(this List(this List(this IEnumerable(this IEnumerable(this List(this List(this Tup Map(this List Select( method Where (line 4733) | public static IEnumerable> Where(this Tup(this Tup(this List(this List(this IEnumerable(this IEnumerable(this List(this List(this Tup Map(this List Select( method Where (line 4829) | public static IEnumerable> Where(this Tup(this Tup(this List(this List(this IEnumerabl... method ForEach (line 4875) | public static void ForEach(this IEnumerabl... method Add (line 4882) | public static void Add(this List(this List... method Map (line 4898) | public static T[] Map(this Tup Map(this List Select( method Where (line 4925) | public static IEnumerable> Where(this Tup(this Tup(this List(this List(this IEnume... method ForEach (line 4971) | public static void ForEach(this IEnume... method Add (line 4978) | public static void Add(this List(this ... method Map (line 4994) | public static T[] Map(this Tup Map(this List... FILE: src/Aardvark.Base/Extensions/SequenceExtensions_template.cs class SequenceExtensions (line 8) | public static partial class SequenceExtensions method __Min__ (line 41) | public static __type__ __Min__(this IEnumerable<__type__> sequence, __... method __Min__Value (line 62) | public static __type__ __Min__Value(this IEnumerable seque... method __Min__Value (line 88) | public static __type__ __Min__Value(this IEnumerable seque... method __Min__Element (line 117) | public static TSeq __Min__Element(this IEnumerable sequenc... method __Min__Value (line 138) | public static __type__ __Min__Value(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] sequence, Func(this TSeq[] a0, TSeq[] a... class CSharpSequenceExtensions (line 266) | public static partial class CSharpSequenceExtensions method Select (line 275) | public static IEnumerable Select<__Ti__, T>( method Where (line 280) | public static IEnumerable> Where<__Ti__>( method ForEach (line 286) | public static void ForEach<__Ti__>(this Tup<__Ti__>[] array, Action<__... method ForEach (line 294) | public static void ForEach<__Ti__>(this Tup<__Ti__>[] array, Action<__... method ForEach (line 303) | public static void ForEach<__Ti__>(this List> list, Action... method ForEach (line 311) | public static void ForEach<__Ti__>(this List> list, Action... method ForEach (line 320) | public static void ForEach<__Ti__>(this IEnumerable> seq, ... method ForEach (line 326) | public static void ForEach<__Ti__>(this IEnumerable> seq, ... method Add (line 333) | public static void Add<__Ti__>(this List> list, /*# tc.For... method CopyToArray (line 338) | public static T[] CopyToArray<__Ti__, T>(this List> list, ... method Map (line 349) | public static T[] Map<__Ti__, T>(this Tup<__Ti__>[] array, Func<__Ti__... method Map (line 360) | public static List Map<__Ti__, T>(this List> list, Func... FILE: src/Aardvark.Base/Extensions/StreamExtensions.cs class StreamExtensions (line 6) | public static class StreamExtensions method ReadBytes (line 16) | public static void ReadBytes(this Stream stream, byte[] buffer, int of... FILE: src/Aardvark.Base/Extensions/StringExtensions.cs class CharFun (line 10) | public static class CharFun method IsWhiteSpace (line 12) | public static bool IsWhiteSpace(this char ch) method IsSpaceOrTab (line 17) | public static bool IsSpaceOrTab(this char ch) class StringFun (line 23) | public static class StringFun method ToBool (line 27) | public static bool ToBool(this string self) method ToByte (line 39) | public static byte ToByte(this string self) method ToSByte (line 44) | public static sbyte ToSByte(this string self) method ToShort (line 49) | public static short ToShort(this string self) method ToUShort (line 54) | public static ushort ToUShort(this string self) method ToInt (line 59) | public static int ToInt(this string self) method ToUInt (line 64) | public static uint ToUInt(this string self) method ToLong (line 69) | public static long ToLong(this string self) method ToULong (line 74) | public static ulong ToULong(this string self) method ToFloat (line 79) | public static float ToFloat(this string self) method ToDouble (line 84) | public static double ToDouble(this string self) method ToDateTime (line 89) | public static DateTime ToDateTime(this string self) method ToDecimal (line 94) | public static decimal ToDecimal(this string self, decimal def) method ToDecimal (line 106) | public static decimal ToDecimal(this string self) method Capitalized (line 115) | public static string Capitalized(this string self) method ToLower (line 121) | public static string[] ToLower(this string[] self) method ToUpper (line 126) | public static string[] ToUpper(this string[] self) method ToLower (line 131) | public static IEnumerable ToLower(this IEnumerable self) method ToUpper (line 137) | public static IEnumerable ToUpper(this IEnumerable self) method Plural (line 152) | public static string Plural(this string word, int s) method Plural (line 198) | public static string Plural(this string word, long s) method Left (line 226) | public static string Left(this string self, int n) method Right (line 235) | public static string Right(this string self, int n) method Sub (line 252) | public static string Sub(this string self, int start, int end) method Join (line 260) | public static string Join(this IEnumerable strings) method Join (line 267) | public static string Join(this IEnumerable strings, string del... method SplitOnWhitespace (line 282) | public static string[] SplitOnWhitespace(this string s) method NestedBracketSplitLevelOne (line 296) | public static IEnumerable NestedBracketSplitLevelOne(this stri... method NestedBracketSplit (line 332) | public static IEnumerable NestedBracketSplit(this string text,... method ToGuid (line 370) | public static Guid ToGuid(this string self) method ToGuid (line 385) | public static Guid ToGuid(this IEnumerable self) method ToGuid (line 395) | public static Guid ToGuid(this IEnumerable self) method IsNullOrEmpty (line 406) | public static bool IsNullOrEmpty(this string self) method FormatInvariant (line 418) | public static string FormatInvariant(this string format, params object... method ToBase64 (line 430) | public static string ToBase64(this byte[] data) method ToBase64 (line 439) | public static string ToBase64(this Span span) method ToBase64 (line 447) | public static string ToBase64(this ReadOnlySpan span) method ToHex (line 456) | public static string ToHex(this byte[] bytes) method HexToBytes (line 477) | public static byte[] HexToBytes(this string str) FILE: src/Aardvark.Base/Extensions/Structs.cs type IndexedValue (line 11) | public readonly struct IndexedValue method IndexedValue (line 18) | public IndexedValue(int index, T value) type ComparableIndexedValue (line 30) | public readonly struct ComparableIndexedValue : IComparable other) class StructsExtensions (line 57) | public static class StructsExtensions method ComparableIndexedValues (line 61) | public static IEnumerable> ComparableIndexed... method ComparableIndexedValue (line 68) | public static ComparableIndexedValue ComparableIndexedValue( FILE: src/Aardvark.Base/Extensions/SubRange.cs class SubRange (line 9) | public class SubRange : IList method SubRange (line 18) | public SubRange(IList of, int index, int count) method IndexOf (line 30) | public int IndexOf(T item) method Insert (line 39) | public void Insert(int index, T item) method RemoveAt (line 44) | public void RemoveAt(int index) method Add (line 69) | public void Add(T item) method Clear (line 74) | public void Clear() method Contains (line 79) | public bool Contains(T item) method CopyTo (line 84) | public void CopyTo(T[] array, int arrayIndex) method Remove (line 102) | public bool Remove(T item) method GetEnumerator (line 111) | public IEnumerator GetEnumerator() method GetEnumerator (line 120) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... FILE: src/Aardvark.Base/Extensions/SystemDrawingExtensions.cs class SystemDrawingExtensions (line 8) | public static class SystemDrawingExtensions method ToV2i (line 15) | public static V2i ToV2i(this Point p) => new V2i(p.X, p.Y); method ToPoint (line 20) | public static Point ToPoint(this V2i p) => new Point(p.X, p.Y); method ToV2i (line 29) | public static V2i ToV2i(this Size s) => new V2i(s.Width, s.Height); method ToSize (line 34) | public static Size ToSize(this V2i v) => new Size(v.X, v.Y); method ToBox2i (line 43) | public static Box2i ToBox2i(this Rectangle r) method ToRectangle (line 49) | public static Rectangle ToRectangle(this Box2i p) method ToColor (line 59) | public static Color ToColor(this C3b color) method ToC3b (line 65) | public static C3b ToC3b(this Color color) method ToColor (line 71) | public static Color ToColor(this C3us color) => Color.FromArgb( method ToC3us (line 79) | public static C3us ToC3us(this Color color) => new C3us( method ToColor (line 87) | public static Color ToColor(this C3ui color) => Color.FromArgb( method ToC3ui (line 95) | public static C3ui ToC3ui(this Color color) => new C3ui( method ToColor (line 103) | public static Color ToColor(this C3f color) => Color.FromArgb( method ToC3f (line 111) | public static C3f ToC3f(this Color color) => new C3f( method ToColor (line 119) | public static Color ToColor(this C3d color) => Color.FromArgb( method ToC3d (line 127) | public static C3d ToC3d(this Color color) => new C3d( method ToColor (line 135) | public static Color ToColor(this C4b color) method ToC4b (line 141) | public static C4b ToC4b(this Color color) method ToColor (line 147) | public static Color ToColor(this C4us color) => Color.FromArgb( method ToC4us (line 156) | public static C4us ToC4us(this Color color) => new C4us( method ToColor (line 165) | public static Color ToColor(this C4ui color) => Color.FromArgb( method ToC4ui (line 174) | public static C4ui ToC4ui(this Color color) => new C4ui( method ToColor (line 183) | public static Color ToColor(this C4f color) => Color.FromArgb( method ToC4f (line 192) | public static C4f ToC4f(this Color color) => new C4f( method ToColor (line 201) | public static Color ToColor(this C4d color) => Color.FromArgb( method ToC4d (line 210) | public static C4d ToC4d(this Color color) => new C4d( FILE: src/Aardvark.Base/Extensions/TupleExtensions.cs class TupleExtensions (line 5) | public static class TupleExtensions method CountNonNaNs (line 10) | public static int CountNonNaNs(this (double, double) p) method CountNonNaNs (line 21) | public static int CountNonNaNs(this (double, double, double) p) method CountNonNaNs (line 33) | public static int CountNonNaNs(this (double, double, double, double) p) method Get (line 46) | public static double Get(this (double, double) p, int i) method Get (line 59) | public static double Get(this (double, double, double) p, int i) method Get (line 73) | public static double Get(this (double, double, double, double) p, int i) method Set (line 90) | public static void Set(this ref (double, double) p, int i, double value) method Set (line 103) | public static void Set(this ref (double, double, double) p, int i, dou... method Set (line 117) | public static void Set(this ref (double, double, double, double) p, in... method CreateAscending (line 134) | public static (double, double) CreateAscending(double d0, double d1) method CreateAscending (line 140) | public static (double, double, double) CreateAscending(double d0, doub... FILE: src/Aardvark.Base/Extensions/TypeExtensions.cs class TypeExtensions (line 8) | public static class TypeExtensions method GetCLRSize (line 17) | public static int GetCLRSize(this Type t) FILE: src/Aardvark.Base/Extensions/VariousExtensions.cs class VariousExtensions (line 6) | public static class VariousExtensions method Expand (line 8) | public static IEnumerable Expand(this int n, Func fun) FILE: src/Aardvark.Base/Geodesy/GeoConsts.cs class GeoDatum (line 6) | public class GeoDatum method GeoDatum (line 29) | public GeoDatum( type GeoEllipsoid (line 124) | public readonly struct GeoEllipsoid method GeoEllipsoid (line 137) | public GeoEllipsoid(double a, double b, double f) method FromAB (line 142) | public static GeoEllipsoid FromAB(double a, double b) method FromAF (line 145) | public static GeoEllipsoid FromAF(double a, double f) class GeoConstant (line 174) | public static class GeoConstant FILE: src/Aardvark.Base/Geodesy/GeoConversion.cs class Geo (line 9) | public static class Geo method XyzFromLonLatHeight (line 16) | public static V3d XyzFromLonLatHeight(V3d lonLatHeight, GeoEllipsoid e... method LonLatHeightFromXyz (line 49) | public static V3d LonLatHeightFromXyz(V3d xyz, GeoEllipsoid ellipsoid) method Wgs84FromStreetAddress (line 93) | [Obsolete("Uses unsupported Google Geocoding V2 API.")] method HelmertsTransformXyzToXyz (line 117) | public static V3d HelmertsTransformXyzToXyz(V3d xyz, GeoDatum datum) method GaussKruegerEllipsoidToPlane (line 140) | public static V3d GaussKruegerEllipsoidToPlane( method GaussKruegerPlaneToEllipsoid (line 234) | public static V3d GaussKruegerPlaneToEllipsoid( method OK50PixelCoordinatesFromWgs84 (line 342) | public static V2i OK50PixelCoordinatesFromWgs84(int easting, int north... method OK50PixelCoordinatesFromWgs84 (line 345) | public static V2i OK50PixelCoordinatesFromWgs84(V2i wgs84) method Wgs84FromOK50PixelCoordinates (line 348) | public static V2i Wgs84FromOK50PixelCoordinates(V2i pos) method DistanceVincentyWgs84 (line 355) | public static double DistanceVincentyWgs84(V2d lonLat0, V2d lonLat1) method DistanceVincenty (line 367) | public static double DistanceVincenty( method DistanceVincentyWgs84 (line 411) | public static double DistanceVincentyWgs84( method DistanceVincenty (line 425) | public static double DistanceVincenty( method DirectionVincentyWgs84 (line 485) | public static V2d DirectionVincentyWgs84(V2d lonLat, double brng, doub... method DirectionVincenty (line 494) | public static V2d DirectionVincenty(V2d lonLat, double brng, double di... method DirectionVincentyWgs84 (line 497) | public static V2d DirectionVincentyWgs84( method DirectionVincenty (line 507) | public static V2d DirectionVincenty(V2d lonLat, double brng, double di... method ComputeLength (line 554) | public static double ComputeLength(V2d[] lonLatArray, GeoEllipsoid gel... method ComputeLengthWgs84 (line 568) | public static double ComputeLengthWgs84(V2d[] lonLatArray, params int[... method ComputePerimeter (line 571) | public static double ComputePerimeter(V2d[] lonLatArray, GeoEllipsoid ... method ComputePerimeterWgs84 (line 585) | public static double ComputePerimeterWgs84(V2d[] lonLatArray, params i... FILE: src/Aardvark.Base/Geometry/Algorithms_auto.cs class GeometryFun (line 10) | public static partial class GeometryFun method BresenhamLineIterator (line 18) | public static IEnumerable BresenhamLineIterator(V2i p0, V2i p1) method BresenhamLineIterator (line 93) | public static IEnumerable BresenhamLineIterator(V2l p0, V2l p1) method ConvexHullIndexPolygon (line 174) | public static IndexPolygon2f ConvexHullIndexPolygon( method ConvexHullIndexPolygon (line 188) | public static IndexPolygon2f ConvexHullIndexPolygon(this V2f[] pointAr... method ConvexHullIndexPolygonOfSortedIndexArray (line 196) | private static IndexPolygon2f ConvexHullIndexPolygonOfSortedIndexArray... method Simplify (line 291) | public static int[] Simplify(this V2f[] polyline, float epsilon) method Simplify (line 296) | private static int[] Simplify(V2f[] polyline, float eps, int indexFirs... method TriangulateXY (line 330) | public static int[] TriangulateXY(this V3f[] xSortedPoints) method Triangulate (line 342) | public static int[] Triangulate(this V2f[] xSortedPoints) method Triangulate2d (line 353) | private static int[] Triangulate2d(V2f[] pa) method Triangulate2d (line 370) | private static void Triangulate2d(V2f[] pa, method ComputeBoxContaining (line 484) | public static Box3f ComputeBoxContaining( method ConvexHullIndexPolygon (line 511) | public static IndexPolygon2d ConvexHullIndexPolygon( method ConvexHullIndexPolygon (line 525) | public static IndexPolygon2d ConvexHullIndexPolygon(this V2d[] pointAr... method ConvexHullIndexPolygonOfSortedIndexArray (line 533) | private static IndexPolygon2d ConvexHullIndexPolygonOfSortedIndexArray... method Simplify (line 628) | public static int[] Simplify(this V2d[] polyline, double epsilon) method Simplify (line 633) | private static int[] Simplify(V2d[] polyline, double eps, int indexFir... method TriangulateXY (line 667) | public static int[] TriangulateXY(this V3d[] xSortedPoints) method Triangulate (line 679) | public static int[] Triangulate(this V2d[] xSortedPoints) method Triangulate2d (line 690) | private static int[] Triangulate2d(V2d[] pa) method Triangulate2d (line 707) | private static void Triangulate2d(V2d[] pa, method ComputeBoxContaining (line 821) | public static Box3d ComputeBoxContaining( FILE: src/Aardvark.Base/Geometry/Algorithms_template.cs class GeometryFun (line 10) | public static partial class GeometryFun method BresenhamLineIterator (line 18) | public static IEnumerable BresenhamLineIterator(V2i p0, V2i p1) method BresenhamLineIterator (line 93) | public static IEnumerable BresenhamLineIterator(V2l p0, V2l p1) method ConvexHullIndexPolygon (line 186) | public static __ipolygon2t__ ConvexHullIndexPolygon( method ConvexHullIndexPolygon (line 200) | public static __ipolygon2t__ ConvexHullIndexPolygon(this __v2t__[] poi... method ConvexHullIndexPolygonOfSortedIndexArray (line 208) | private static __ipolygon2t__ ConvexHullIndexPolygonOfSortedIndexArray... method Simplify (line 303) | public static int[] Simplify(this __v2t__[] polyline, __rtype__ epsilon) method Simplify (line 308) | private static int[] Simplify(__v2t__[] polyline, __rtype__ eps, int i... method TriangulateXY (line 342) | public static int[] TriangulateXY(this __v3t__[] xSortedPoints) method Triangulate (line 354) | public static int[] Triangulate(this __v2t__[] xSortedPoints) method Triangulate2d (line 365) | private static int[] Triangulate2d(__v2t__[] pa) method Triangulate2d (line 382) | private static void Triangulate2d(__v2t__[] pa, method ComputeBoxContaining (line 496) | public static __box3t__ ComputeBoxContaining( FILE: src/Aardvark.Base/Geometry/BbTree.cs type BbTreeHit (line 7) | public struct BbTreeHit method BbTreeHit (line 12) | public BbTreeHit(int nodeIndex, double rayT) class BbTree (line 20) | public class BbTree type BuildFlags (line 32) | [Flags] method BbTree (line 50) | public BbTree(Box3d[] boundingBoxes, BuildFlags buildFlags = BuildFlag... method GetLeft (line 109) | public int GetLeft(int i) { return m_indexArray[i * 2]; } method GetRight (line 110) | public int GetRight(int i) { return m_indexArray[i * 2 + 1]; } class InParams (line 123) | private class InParams method CalculateSplit (line 133) | private int CalculateSplit( method CreateLeaf (line 197) | private int CreateLeaf(InParams inParams, int[] indices, int signedCount) method Create (line 215) | private int Create(InParams inParams, int[] indices, int start, int co... FILE: src/Aardvark.Base/Geometry/ClippingFunctions_auto.cs class GeometryFun (line 8) | public static partial class GeometryFun method ClosestIntersection (line 12) | public static bool ClosestIntersection(this Polygon2f poly, V2f start,... method Closest (line 52) | internal static float Closest(this List points, V2f p) method Intersects (line 65) | internal static bool Intersects(V2f[] poly, V2f p0, V2f p1, ref List AllVertices(Polygon2f poly) method ClipWith (line 123) | public static IEnumerable ClipWith(this Line2f line, Polygon2f... method ClipWithConvex (line 200) | public static Line2f ClipWithConvex(this Line2f line, Polygon2f poly) method ClippedByConvex (line 255) | public static Polygon2f ClippedByConvex(this Polygon2f poly, Polygon2f... method ClippedBy (line 332) | public static IEnumerable ClippedBy(this Polygon2f p0, Poly... method Union (line 363) | public static IEnumerable Union(List p) method Union (line 397) | public static IEnumerable Union(this Polygon2f p0, Polygon2... method Union (line 482) | public static IEnumerable Union(this Box2f b0, Box2f b1) method ClosestIntersection (line 494) | public static bool ClosestIntersection(this Polygon2d poly, V2d start,... method Closest (line 534) | internal static double Closest(this List points, V2d p) method Intersects (line 547) | internal static bool Intersects(V2d[] poly, V2d p0, V2d p1, ref List AllVertices(Polygon2d poly) method ClipWith (line 605) | public static IEnumerable ClipWith(this Line2d line, Polygon2d... method ClipWithConvex (line 682) | public static Line2d ClipWithConvex(this Line2d line, Polygon2d poly) method ClippedByConvex (line 737) | public static Polygon2d ClippedByConvex(this Polygon2d poly, Polygon2d... method ClippedBy (line 814) | public static IEnumerable ClippedBy(this Polygon2d p0, Poly... method Union (line 845) | public static IEnumerable Union(List p) method Union (line 879) | public static IEnumerable Union(this Polygon2d p0, Polygon2... method Union (line 964) | public static IEnumerable Union(this Box2d b0, Box2d b1) FILE: src/Aardvark.Base/Geometry/ClippingFunctions_template.cs class GeometryFun (line 8) | public static partial class GeometryFun method ClosestIntersection (line 23) | public static bool ClosestIntersection(this __polygon2t__ poly, __v2t_... method Closest (line 63) | internal static __rtype__ Closest(this List<__v2t__> points, __v2t__ p) method Intersects (line 76) | internal static bool Intersects(__v2t__[] poly, __v2t__ p0, __v2t__ p1... method AllVertices (line 117) | internal static IEnumerable<__v2t__> AllVertices(__polygon2t__ poly) method ClipWith (line 134) | public static IEnumerable<__line2t__> ClipWith(this __line2t__ line, _... method ClipWithConvex (line 211) | public static __line2t__ ClipWithConvex(this __line2t__ line, __polygo... method ClippedByConvex (line 266) | public static __polygon2t__ ClippedByConvex(this __polygon2t__ poly, _... method ClippedBy (line 343) | public static IEnumerable<__polygon2t__> ClippedBy(this __polygon2t__ ... method Union (line 374) | public static IEnumerable<__polygon2t__> Union(List<__polygon2t__> p) method Union (line 408) | public static IEnumerable<__polygon2t__> Union(this __polygon2t__ p0, ... method Union (line 493) | public static IEnumerable<__polygon2t__> Union(this __box2t__ b0, __bo... FILE: src/Aardvark.Base/Geometry/Interfaces/IBoundingBox_auto.cs type IBoundingBox2i (line 8) | public interface IBoundingBox2i type IBoundingBox3i (line 16) | public interface IBoundingBox3i type IBoundingBox2l (line 24) | public interface IBoundingBox2l type IBoundingBox3l (line 32) | public interface IBoundingBox3l type IBoundingBox2f (line 40) | public interface IBoundingBox2f type IBoundingBox3f (line 48) | public interface IBoundingBox3f type IBoundingBox2d (line 56) | public interface IBoundingBox2d type IBoundingBox3d (line 64) | public interface IBoundingBox3d FILE: src/Aardvark.Base/Geometry/Interfaces/IBoundingBox_template.cs type IBoundingBox2__tc__ (line 11) | public interface IBoundingBox2__tc__ type IBoundingBox3__tc__ (line 19) | public interface IBoundingBox3__tc__ FILE: src/Aardvark.Base/Geometry/Interfaces/IBoundingCircle.cs type IBoundingCircle2f (line 3) | public interface IBoundingCircle2f type IBoundingCircle2d (line 8) | public interface IBoundingCircle2d FILE: src/Aardvark.Base/Geometry/Interfaces/IBoundingSphere.cs type IBoundingSphere3f (line 3) | public interface IBoundingSphere3f type IBoundingSphere3d (line 8) | public interface IBoundingSphere3d FILE: src/Aardvark.Base/Geometry/Interfaces/IImmutablePolygon.cs type IImmutablePolygon (line 9) | public interface IImmutablePolygon method AddPoint (line 24) | IImmutablePolygon AddPoint(T p); method AddPoints (line 29) | IImmutablePolygon AddPoints(IEnumerable points); method SetPoint (line 34) | IImmutablePolygon SetPoint(int index, T p); method InsertPoint (line 39) | IImmutablePolygon InsertPoint(int index, T p); method RemovePoint (line 44) | IImmutablePolygon RemovePoint(int index); method RemovePoints (line 49) | IImmutablePolygon RemovePoints(IEnumerable indexes); method Transform (line 54) | IImmutablePolygon Transform(Func transform); FILE: src/Aardvark.Base/Geometry/Interfaces/IPolygon.cs type IPolygon (line 3) | public interface IPolygon FILE: src/Aardvark.Base/Geometry/IntersectionTests_auto.cs class GeometryFun (line 7) | public static partial class GeometryFun method Contains (line 21) | public static bool Contains( method Contains (line 35) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 43) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 51) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 59) | public static bool Contains(this Triangle2f triangle, Circle2f circle) method Contains (line 76) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 87) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 98) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 132) | public static bool Contains(this Quad2f quad, V2f point) method Contains (line 150) | public static bool Contains(this Quad2f quad, Line2f l) method Contains (line 160) | public static bool Contains(this Quad2f quad, Triangle2f t) method Contains (line 170) | public static bool Contains(this Quad2f quad, Quad2f q) method Contains (line 180) | public static bool Contains(this Quad2f quad, Circle2f circle) method Contains (line 195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 254) | public static bool Contains(this Hull3f hull, V3f point) method Contains (line 272) | public static bool Contains(this Hull3f hull, Sphere3f sphere) method InsideTriangleFlags (line 289) | internal static V3i InsideTriangleFlags(ref V2f p0, ref V2f p1, ref V2... method InsideTriangleFlags (line 306) | internal static V3i InsideTriangleFlags(ref V2f p0, ref V2f p1, ref V2... method Contains (line 325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 336) | public static bool Contains(this Polygon2f poly, V2f point, bool CCW) method Contains (line 365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 379) | public static bool Contains(this Plane3f plane, float eps, Box3f box) method Contains (line 397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 486) | public static bool IntersectsLine( method IntersectsLine (line 558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 568) | public static bool IntersectsLine( method Intersects (line 648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 677) | public static bool IntersectsLine( method IntersectsLine (line 699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 715) | public static bool IntersectsLine( method Intersects (line 779) | public static bool Intersects( method Intersects (line 799) | public static bool Intersects( method Intersects (line 840) | public static bool Intersects(this Ray2f r0, Ray2f r1, out float t) method Intersects (line 874) | public static bool Intersects(this Ray2f ray, Circle2f circle, out flo... method Intersects (line 908) | public static bool Intersects( method Intersects (line 925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 973) | public static bool Intersects( method Intersects (line 1033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1069) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersect (line 1081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Divides (line 1123) | public static bool Divides( method Intersects (line 1152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 1176) | public static bool IntersectsLine( method Intersects (line 1198) | public static bool Intersects( method Intersects (line 1219) | public static bool Intersects( method Intersects (line 1238) | public static bool Intersects(this Triangle2f t0, Triangle2f t1) method Intersects (line 1269) | public static bool Intersects(this Box2f box, Line2f line) method Intersects (line 1281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 1293) | private static bool IntersectsLine( method IntersectsLine (line 1306) | private static bool IntersectsLine( method Intersects (line 1367) | public static bool Intersects( method Intersects (line 1400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1434) | public static bool Intersects( method Intersects (line 1498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsTriangle (line 1510) | public static bool IntersectsTriangle( method IntersectsTriangle (line 1527) | private static bool IntersectsTriangle( method Intersects (line 1585) | public static bool Intersects( method IntersectsLine (line 1604) | public static bool IntersectsLine( method Intersects (line 1628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1662) | public static bool Intersects( method Intersects (line 1684) | public static bool Intersects( method Intersects (line 1730) | public static bool Intersects( method Intersects (line 1754) | public static bool Intersects( method Intersects (line 1776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1811) | public static bool Intersects( method Intersects (line 1834) | public static bool Intersects( method Intersects (line 1869) | public static bool Intersects( method Intersects (line 1892) | public static bool Intersects( method ProjectTo (line 1927) | private static Range1f ProjectTo(this Polygon2f poly, V2f dir) method Intersects (line 1950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1997) | public static bool Intersects( method Intersects (line 2011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2041) | public static bool Intersects( method Intersects (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsTriangle (line 2212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsTriangle (line 2222) | public static bool IntersectsTriangle(this Ray3f ray, V3f p0, V3f p1, ... method IntersectsTrianglePointAndEdges (line 2250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsTrianglePointAndEdges (line 2260) | public static bool IntersectsTrianglePointAndEdges(this Ray3f ray, V3f... method Intersects (line 2289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2298) | public static bool Intersects(this Ray3f ray, Quad3f quad, float tmin,... method IntersectsQuad (line 2310) | public static bool IntersectsQuad(this Ray3f ray, V3f p0, V3f p1, V3f ... method Intersects (line 2325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2334) | public static bool Intersects(this Ray3f ray, Polygon3f poly, float tm... method IntersectsPolygon (line 2357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsPolygon (line 2365) | public static bool IntersectsPolygon( method Intersects (line 2385) | public static bool Intersects( method Intersects (line 2409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2418) | public static bool Intersects(this Ray3f ray, Sphere3f sphere, float t... method Intersects (line 2439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 2484) | public static bool IntersectsLine( method IntersectsLine (line 2523) | public static bool IntersectsLine( method Intersects (line 2571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2631) | public static bool Intersects( method Intersects (line 2651) | public static bool Intersects( method Intersects (line 2691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 2716) | public static bool IntersectsLine( method IntersectsLine (line 2735) | public static bool IntersectsLine( method Intersects (line 2761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2803) | public static bool Intersects( method Intersects (line 2825) | public static bool Intersects( method IntersectsTriangle (line 2846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2863) | public static bool Intersects( method Intersects (line 2882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 2894) | public static bool IntersectsLine(this Plane3f plane, V3f p0, V3f p1, ... method IntersectsLine (line 2909) | public static bool IntersectsLine(this Plane3f plane, V3f p0, V3f p1, ... method Intersects (line 2952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersect (line 2977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3004) | public static bool Intersects(this Plane3f p0, Plane3f p1) method Intersects (line 3012) | public static bool Intersects(this Plane3f p0, Plane3f p1, out Ray3f ray) method Intersects (line 3052) | public static bool Intersects(this Plane3f p0, Plane3f p1, Plane3f p2,... method Intersects (line 3074) | public static bool Intersects( method Intersects (line 3092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3120) | public static bool Intersects( method IntersectsConvex (line 3145) | public static bool IntersectsConvex( method IntersectsConvex (line 3160) | public static bool IntersectsConvex( method Intersects (line 3230) | public static bool Intersects(this Plane3f plane, Cylinder3f cylinder) method IsParallelToAxis (line 3244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalToAxis (line 3252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3263) | public static bool Intersects(this Plane3f plane, Cylinder3f cylinder,... method Intersects (line 3293) | public static bool Intersects(this Plane3f plane, Cylinder3f cylinder,... method Intersects (line 3312) | public static bool Intersects(this Plane3f plane, Cylinder3f cylinder,... method Intersects (line 3349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3361) | public static bool Intersects(this Box3f box, Line3f line) method IntersectsLine (line 3371) | public static bool IntersectsLine( method IntersectsLine (line 3385) | public static bool IntersectsLine( method Intersects (line 3461) | public static bool Intersects(this Box3f box, Ray3f ray, out float t) method Intersects (line 3547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetIntersectionSignsWithPlane (line 3559) | public static Signs GetIntersectionSignsWithPlane( method GetIntersectionSigns (line 3595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetIntersectionSigns (line 3609) | public static Signs GetIntersectionSigns( method Intersects (line 3696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsTriangle (line 3734) | public static bool IntersectsTriangle( method IntersectsTriangle (line 3755) | public static bool IntersectsTriangle( method Intersects (line 3807) | public static bool Intersects( method IntersectsQuad (line 3819) | public static bool IntersectsQuad( method IntersectsQuad (line 3831) | public static bool IntersectsQuad( method Intersects (line 3886) | public static bool Intersects(this Box3f box, Polygon3f poly) method IntersectsFrustum (line 3958) | public static bool IntersectsFrustum(this Box3f box, M44f projection) method Intersects (line 4028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 4044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4091) | public static bool Intersects( method Intersects (line 4140) | public static bool Intersects( method Intersects (line 4163) | public static bool Intersects( method Intersects (line 4183) | public static bool Intersects( method Intersects (line 4209) | public static bool Intersects( method Intersects (line 4234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4246) | public static bool Contains( method Contains (line 4260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4284) | public static bool Contains(this Triangle2d triangle, Circle2d circle) method Contains (line 4301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4357) | public static bool Contains(this Quad2d quad, V2d point) method Contains (line 4375) | public static bool Contains(this Quad2d quad, Line2d l) method Contains (line 4385) | public static bool Contains(this Quad2d quad, Triangle2d t) method Contains (line 4395) | public static bool Contains(this Quad2d quad, Quad2d q) method Contains (line 4405) | public static bool Contains(this Quad2d quad, Circle2d circle) method Contains (line 4420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4479) | public static bool Contains(this Hull3d hull, V3d point) method Contains (line 4497) | public static bool Contains(this Hull3d hull, Sphere3d sphere) method InsideTriangleFlags (line 4514) | internal static V3i InsideTriangleFlags(ref V2d p0, ref V2d p1, ref V2... method InsideTriangleFlags (line 4531) | internal static V3i InsideTriangleFlags(ref V2d p0, ref V2d p1, ref V2... method Contains (line 4550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4561) | public static bool Contains(this Polygon2d poly, V2d point, bool CCW) method Contains (line 4590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4604) | public static bool Contains(this Plane3d plane, double eps, Box3d box) method Contains (line 4622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4647) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 4692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 4701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 4711) | public static bool IntersectsLine( method IntersectsLine (line 4783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 4793) | public static bool IntersectsLine( method Intersects (line 4873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4887) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 4902) | public static bool IntersectsLine( method IntersectsLine (line 4924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 4940) | public static bool IntersectsLine( method Intersects (line 5004) | public static bool Intersects( method Intersects (line 5024) | public static bool Intersects( method Intersects (line 5065) | public static bool Intersects(this Ray2d r0, Ray2d r1, out double t) method Intersects (line 5099) | public static bool Intersects(this Ray2d ray, Circle2d circle, out dou... method Intersects (line 5133) | public static bool Intersects( method Intersects (line 5150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 5164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5198) | public static bool Intersects( method Intersects (line 5258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersect (line 5306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Divides (line 5348) | public static bool Divides( method Intersects (line 5377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 5401) | public static bool IntersectsLine( method Intersects (line 5423) | public static bool Intersects( method Intersects (line 5444) | public static bool Intersects( method Intersects (line 5463) | public static bool Intersects(this Triangle2d t0, Triangle2d t1) method Intersects (line 5494) | public static bool Intersects(this Box2d box, Line2d line) method Intersects (line 5506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 5518) | private static bool IntersectsLine( method IntersectsLine (line 5531) | private static bool IntersectsLine( method Intersects (line 5592) | public static bool Intersects( method Intersects (line 5625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5659) | public static bool Intersects( method Intersects (line 5723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsTriangle (line 5735) | public static bool IntersectsTriangle( method IntersectsTriangle (line 5752) | private static bool IntersectsTriangle( method Intersects (line 5810) | public static bool Intersects( method IntersectsLine (line 5829) | public static bool IntersectsLine( method Intersects (line 5853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5887) | public static bool Intersects( method Intersects (line 5909) | public static bool Intersects( method Intersects (line 5955) | public static bool Intersects( method Intersects (line 5979) | public static bool Intersects( method Intersects (line 6001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6036) | public static bool Intersects( method Intersects (line 6059) | public static bool Intersects( method Intersects (line 6094) | public static bool Intersects( method Intersects (line 6117) | public static bool Intersects( method ProjectTo (line 6152) | private static Range1d ProjectTo(this Polygon2d poly, V2d dir) method Intersects (line 6175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6222) | public static bool Intersects( method Intersects (line 6236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6266) | public static bool Intersects( method Intersects (line 6296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsTriangle (line 6437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsTriangle (line 6447) | public static bool IntersectsTriangle(this Ray3d ray, V3d p0, V3d p1, ... method IntersectsTrianglePointAndEdges (line 6475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsTrianglePointAndEdges (line 6485) | public static bool IntersectsTrianglePointAndEdges(this Ray3d ray, V3d... method Intersects (line 6514) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6523) | public static bool Intersects(this Ray3d ray, Quad3d quad, double tmin... method IntersectsQuad (line 6535) | public static bool IntersectsQuad(this Ray3d ray, V3d p0, V3d p1, V3d ... method Intersects (line 6550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6559) | public static bool Intersects(this Ray3d ray, Polygon3d poly, double t... method IntersectsPolygon (line 6582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsPolygon (line 6590) | public static bool IntersectsPolygon( method Intersects (line 6610) | public static bool Intersects( method Intersects (line 6634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6643) | public static bool Intersects(this Ray3d ray, Sphere3d sphere, double ... method Intersects (line 6664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 6709) | public static bool IntersectsLine( method IntersectsLine (line 6748) | public static bool IntersectsLine( method Intersects (line 6796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6856) | public static bool Intersects( method Intersects (line 6876) | public static bool Intersects( method Intersects (line 6916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 6941) | public static bool IntersectsLine( method IntersectsLine (line 6960) | public static bool IntersectsLine( method Intersects (line 6986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 7013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 7028) | public static bool Intersects( method Intersects (line 7050) | public static bool Intersects( method IntersectsTriangle (line 7071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 7088) | public static bool Intersects( method Intersects (line 7107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 7113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 7119) | public static bool IntersectsLine(this Plane3d plane, V3d p0, V3d p1, ... method IntersectsLine (line 7134) | public static bool IntersectsLine(this Plane3d plane, V3d p0, V3d p1, ... method Intersects (line 7177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 7184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersect (line 7202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 7215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 7229) | public static bool Intersects(this Plane3d p0, Plane3d p1) method Intersects (line 7237) | public static bool Intersects(this Plane3d p0, Plane3d p1, out Ray3d ray) method Intersects (line 7277) | public static bool Intersects(this Plane3d p0, Plane3d p1, Plane3d p2,... method Intersects (line 7299) | public static bool Intersects( method Intersects (line 7317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 7332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 7345) | public static bool Intersects( method IntersectsConvex (line 7370) | public static bool IntersectsConvex( method IntersectsConvex (line 7385) | public static bool IntersectsConvex( method Intersects (line 7455) | public static bool Intersects(this Plane3d plane, Cylinder3d cylinder) method IsParallelToAxis (line 7469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalToAxis (line 7477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 7488) | public static bool Intersects(this Plane3d plane, Cylinder3d cylinder,... method Intersects (line 7518) | public static bool Intersects(this Plane3d plane, Cylinder3d cylinder,... method Intersects (line 7537) | public static bool Intersects(this Plane3d plane, Cylinder3d cylinder,... method Intersects (line 7574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 7586) | public static bool Intersects(this Box3d box, Line3d line) method IntersectsLine (line 7596) | public static bool IntersectsLine( method IntersectsLine (line 7610) | public static bool IntersectsLine( method Intersects (line 7686) | public static bool Intersects(this Box3d box, Ray3d ray, out double t) method Intersects (line 7772) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetIntersectionSignsWithPlane (line 7784) | public static Signs GetIntersectionSignsWithPlane( method GetIntersectionSigns (line 7820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetIntersectionSigns (line 7834) | public static Signs GetIntersectionSigns( method Intersects (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 7930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 7948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsTriangle (line 7959) | public static bool IntersectsTriangle( method IntersectsTriangle (line 7980) | public static bool IntersectsTriangle( method Intersects (line 8032) | public static bool Intersects( method IntersectsQuad (line 8044) | public static bool IntersectsQuad( method IntersectsQuad (line 8056) | public static bool IntersectsQuad( method Intersects (line 8111) | public static bool Intersects(this Box3d box, Polygon3d poly) method IntersectsFrustum (line 8183) | public static bool IntersectsFrustum(this Box3d box, M44d projection) method Intersects (line 8253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 8269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 8286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 8300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 8316) | public static bool Intersects( method Intersects (line 8365) | public static bool Intersects( method Intersects (line 8388) | public static bool Intersects( method Intersects (line 8408) | public static bool Intersects( method Intersects (line 8434) | public static bool Intersects( method Intersects (line 8459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/IntersectionTests_template.cs class GeometryFun (line 7) | public static partial class GeometryFun method Contains (line 54) | public static bool Contains( method Contains (line 68) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 76) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 84) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 92) | public static bool Contains(this __triangle2t__ triangle, __circle2t__... method Contains (line 109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 165) | public static bool Contains(this __quad2t__ quad, __v2t__ point) method Contains (line 183) | public static bool Contains(this __quad2t__ quad, __line2t__ l) method Contains (line 193) | public static bool Contains(this __quad2t__ quad, __triangle2t__ t) method Contains (line 203) | public static bool Contains(this __quad2t__ quad, __quad2t__ q) method Contains (line 213) | public static bool Contains(this __quad2t__ quad, __circle2t__ circle) method Contains (line 228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 287) | public static bool Contains(this __hull3t__ hull, __v3t__ point) method Contains (line 305) | public static bool Contains(this __hull3t__ hull, __sphere3t__ sphere) method InsideTriangleFlags (line 322) | internal static V3i InsideTriangleFlags(ref __v2t__ p0, ref __v2t__ p1... method InsideTriangleFlags (line 339) | internal static V3i InsideTriangleFlags(ref __v2t__ p0, ref __v2t__ p1... method Contains (line 358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 369) | public static bool Contains(this __polygon2t__ poly, __v2t__ point, bo... method Contains (line 398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 412) | public static bool Contains(this __plane3t__ plane, __rtype__ eps, __b... method Contains (line 430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 519) | public static bool IntersectsLine( method IntersectsLine (line 591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 601) | public static bool IntersectsLine( method Intersects (line 681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 710) | public static bool IntersectsLine( method IntersectsLine (line 732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 748) | public static bool IntersectsLine( method Intersects (line 812) | public static bool Intersects( method Intersects (line 832) | public static bool Intersects( method Intersects (line 873) | public static bool Intersects(this __ray2t__ r0, __ray2t__ r1, out __r... method Intersects (line 907) | public static bool Intersects(this __ray2t__ ray, __circle2t__ circle,... method Intersects (line 941) | public static bool Intersects( method Intersects (line 958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1006) | public static bool Intersects( method Intersects (line 1066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersect (line 1114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Divides (line 1156) | public static bool Divides( method Intersects (line 1185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 1209) | public static bool IntersectsLine( method Intersects (line 1231) | public static bool Intersects( method Intersects (line 1252) | public static bool Intersects( method Intersects (line 1271) | public static bool Intersects(this __triangle2t__ t0, __triangle2t__ t1) method Intersects (line 1302) | public static bool Intersects(this __box2t__ box, __line2t__ line) method Intersects (line 1314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 1326) | private static bool IntersectsLine( method IntersectsLine (line 1339) | private static bool IntersectsLine( method Intersects (line 1400) | public static bool Intersects( method Intersects (line 1433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1467) | public static bool Intersects( method Intersects (line 1531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsTriangle (line 1543) | public static bool IntersectsTriangle( method IntersectsTriangle (line 1560) | private static bool IntersectsTriangle( method Intersects (line 1618) | public static bool Intersects( method IntersectsLine (line 1637) | public static bool IntersectsLine( method Intersects (line 1661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1695) | public static bool Intersects( method Intersects (line 1717) | public static bool Intersects( method Intersects (line 1763) | public static bool Intersects( method Intersects (line 1787) | public static bool Intersects( method Intersects (line 1809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1844) | public static bool Intersects( method Intersects (line 1867) | public static bool Intersects( method Intersects (line 1902) | public static bool Intersects( method Intersects (line 1925) | public static bool Intersects( method ProjectTo (line 1960) | private static __range1t__ ProjectTo(this __polygon2t__ poly, __v2t__ ... method Intersects (line 1983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2030) | public static bool Intersects( method Intersects (line 2044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2074) | public static bool Intersects( method Intersects (line 2104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsTriangle (line 2245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsTriangle (line 2255) | public static bool IntersectsTriangle(this __ray3t__ ray, __v3t__ p0, ... method IntersectsTrianglePointAndEdges (line 2283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsTrianglePointAndEdges (line 2293) | public static bool IntersectsTrianglePointAndEdges(this __ray3t__ ray,... method Intersects (line 2322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2331) | public static bool Intersects(this __ray3t__ ray, __quad3t__ quad, __r... method IntersectsQuad (line 2343) | public static bool IntersectsQuad(this __ray3t__ ray, __v3t__ p0, __v3... method Intersects (line 2358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2367) | public static bool Intersects(this __ray3t__ ray, __polygon3t__ poly, ... method IntersectsPolygon (line 2390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsPolygon (line 2398) | public static bool IntersectsPolygon( method Intersects (line 2418) | public static bool Intersects( method Intersects (line 2442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2451) | public static bool Intersects(this __ray3t__ ray, __sphere3t__ sphere,... method Intersects (line 2472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 2517) | public static bool IntersectsLine( method IntersectsLine (line 2556) | public static bool IntersectsLine( method Intersects (line 2604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2664) | public static bool Intersects( method Intersects (line 2684) | public static bool Intersects( method Intersects (line 2724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 2749) | public static bool IntersectsLine( method IntersectsLine (line 2768) | public static bool IntersectsLine( method Intersects (line 2794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2836) | public static bool Intersects( method Intersects (line 2858) | public static bool Intersects( method IntersectsTriangle (line 2879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2896) | public static bool Intersects( method Intersects (line 2915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 2927) | public static bool IntersectsLine(this __plane3t__ plane, __v3t__ p0, ... method IntersectsLine (line 2942) | public static bool IntersectsLine(this __plane3t__ plane, __v3t__ p0, ... method Intersects (line 2985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersect (line 3010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3037) | public static bool Intersects(this __plane3t__ p0, __plane3t__ p1) method Intersects (line 3045) | public static bool Intersects(this __plane3t__ p0, __plane3t__ p1, out... method Intersects (line 3085) | public static bool Intersects(this __plane3t__ p0, __plane3t__ p1, __p... method Intersects (line 3107) | public static bool Intersects( method Intersects (line 3125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3153) | public static bool Intersects( method IntersectsConvex (line 3178) | public static bool IntersectsConvex( method IntersectsConvex (line 3193) | public static bool IntersectsConvex( method Intersects (line 3263) | public static bool Intersects(this __plane3t__ plane, __cylinder3t__ c... method IsParallelToAxis (line 3277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalToAxis (line 3285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3296) | public static bool Intersects(this __plane3t__ plane, __cylinder3t__ c... method Intersects (line 3326) | public static bool Intersects(this __plane3t__ plane, __cylinder3t__ c... method Intersects (line 3345) | public static bool Intersects(this __plane3t__ plane, __cylinder3t__ c... method Intersects (line 3382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3394) | public static bool Intersects(this __box3t__ box, __line3t__ line) method IntersectsLine (line 3404) | public static bool IntersectsLine( method IntersectsLine (line 3418) | public static bool IntersectsLine( method Intersects (line 3494) | public static bool Intersects(this __box3t__ box, __ray3t__ ray, out _... method Intersects (line 3580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetIntersectionSignsWithPlane (line 3592) | public static Signs GetIntersectionSignsWithPlane( method GetIntersectionSigns (line 3628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetIntersectionSigns (line 3642) | public static Signs GetIntersectionSigns( method Intersects (line 3729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsTriangle (line 3767) | public static bool IntersectsTriangle( method IntersectsTriangle (line 3788) | public static bool IntersectsTriangle( method Intersects (line 3840) | public static bool Intersects( method IntersectsQuad (line 3852) | public static bool IntersectsQuad( method IntersectsQuad (line 3864) | public static bool IntersectsQuad( method Intersects (line 3919) | public static bool Intersects(this __box3t__ box, __polygon3t__ poly) method IntersectsFrustum (line 3991) | public static bool IntersectsFrustum(this __box3t__ box, __m44t__ proj... method Intersects (line 4061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IntersectsLine (line 4077) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4124) | public static bool Intersects( method Intersects (line 4173) | public static bool Intersects( method Intersects (line 4196) | public static bool Intersects( method Intersects (line 4216) | public static bool Intersects( method Intersects (line 4242) | public static bool Intersects( method Intersects (line 4267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Relations/LinearCombination_auto.cs class LinearCombination (line 5) | public static class LinearCombination method IsLinearCombinationOf (line 12) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsLinearCombinationOf (line 19) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsLinearCombinationOf (line 23) | public static bool IsLinearCombinationOf(this V3f x, V3f u, V3f v, out... method IsLinearCombinationOf (line 63) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsLinearCombinationOf (line 70) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsLinearCombinationOf (line 74) | public static bool IsLinearCombinationOf(this V3d x, V3d u, V3d v, out... FILE: src/Aardvark.Base/Geometry/Relations/LinearCombination_template.cs class LinearCombination (line 5) | public static class LinearCombination method IsLinearCombinationOf (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsLinearCombinationOf (line 25) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsLinearCombinationOf (line 29) | public static bool IsLinearCombinationOf(this __v3t__ x, __v3t__ u, __... FILE: src/Aardvark.Base/Geometry/Relations/Orthogonality_auto.cs class Orthogonality (line 8) | public static class Orthogonality method IsOrthogonalTo (line 14) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 22) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 30) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 40) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 48) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 56) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 64) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 72) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNormalTo (line 76) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 86) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 94) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNormalTo (line 148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Relations/Orthogonality_template.cs class Orthogonality (line 8) | public static class Orthogonality method IsOrthogonalTo (line 22) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 30) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 38) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 48) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 56) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 64) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 72) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonalTo (line 80) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNormalTo (line 84) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Relations/Parallelism_auto.cs class Parallelism (line 8) | public static class Parallelism method IsParallelTo (line 14) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 18) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 30) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 34) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 42) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 46) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 54) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 58) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 68) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 72) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 85) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 89) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 97) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Relations/Parallelism_template.cs class Parallelism (line 8) | public static class Parallelism method IsParallelTo (line 25) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 29) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 41) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 45) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 53) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 57) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 65) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 69) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 79) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 83) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 96) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsParallelTo (line 148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Relations/SubPrimitives_auto.cs class SubPrimitives (line 7) | public static class SubPrimitives method ComputeSimpleTriangulation (line 17) | public static int ComputeSimpleTriangulation( method ComputeNonConcaveSubPolygon (line 45) | private static int[] ComputeNonConcaveSubPolygon( method AddNonConcaveSubPolygons (line 147) | public static void AddNonConcaveSubPolygons( method ComputeNonConcaveSubPolygons (line 172) | public static List ComputeNonConcaveSubPolygons( method ComputeNonConcaveSubPolygons (line 184) | public static List ComputeNonConcaveSubPolygons( method ComputeNonConcaveSubPolygons (line 198) | public static List ComputeNonConcaveSubPolygons( method ComputeTriangulationOfNonConcavePolygon (line 243) | public static int ComputeTriangulationOfNonConcavePolygon( method ComputeStraightVertices (line 364) | public static void ComputeStraightVertices( method ComputeTriangulationOfNonConcavePolygon (line 404) | public static int ComputeTriangulationOfNonConcavePolygon( method ComputeTriangulationOfNonConcavePolygons (line 422) | public static int[] ComputeTriangulationOfNonConcavePolygons( method ComputeTriangulationOfConcavePolygon (line 447) | private static int ComputeTriangulationOfConcavePolygon( method ComputeTriangulationOfConcavePolygon (line 467) | public static int[] ComputeTriangulationOfConcavePolygon( method ComputeTriangulationOfConcavePolygons (line 481) | public static int[] ComputeTriangulationOfConcavePolygons( method ComputeNonConcaveSubPolygon (line 497) | private static int[] ComputeNonConcaveSubPolygon( method AddNonConcaveSubPolygons (line 599) | public static void AddNonConcaveSubPolygons( method ComputeNonConcaveSubPolygons (line 624) | public static List ComputeNonConcaveSubPolygons( method ComputeNonConcaveSubPolygons (line 636) | public static List ComputeNonConcaveSubPolygons( method ComputeNonConcaveSubPolygons (line 650) | public static List ComputeNonConcaveSubPolygons( method ComputeTriangulationOfNonConcavePolygon (line 695) | public static int ComputeTriangulationOfNonConcavePolygon( method ComputeStraightVertices (line 816) | public static void ComputeStraightVertices( method ComputeTriangulationOfNonConcavePolygon (line 856) | public static int ComputeTriangulationOfNonConcavePolygon( method ComputeTriangulationOfNonConcavePolygons (line 874) | public static int[] ComputeTriangulationOfNonConcavePolygons( method ComputeTriangulationOfConcavePolygon (line 899) | private static int ComputeTriangulationOfConcavePolygon( method ComputeTriangulationOfConcavePolygon (line 919) | public static int[] ComputeTriangulationOfConcavePolygon( method ComputeTriangulationOfConcavePolygons (line 933) | public static int[] ComputeTriangulationOfConcavePolygons( FILE: src/Aardvark.Base/Geometry/Relations/SubPrimitives_template.cs class SubPrimitives (line 7) | public static class SubPrimitives method ComputeSimpleTriangulation (line 17) | public static int ComputeSimpleTriangulation( method ComputeNonConcaveSubPolygon (line 55) | private static int[] ComputeNonConcaveSubPolygon( method AddNonConcaveSubPolygons (line 157) | public static void AddNonConcaveSubPolygons( method ComputeNonConcaveSubPolygons (line 182) | public static List ComputeNonConcaveSubPolygons( method ComputeNonConcaveSubPolygons (line 194) | public static List ComputeNonConcaveSubPolygons( method ComputeNonConcaveSubPolygons (line 208) | public static List ComputeNonConcaveSubPolygons( method ComputeTriangulationOfNonConcavePolygon (line 253) | public static int ComputeTriangulationOfNonConcavePolygon( method ComputeStraightVertices (line 374) | public static void ComputeStraightVertices( method ComputeTriangulationOfNonConcavePolygon (line 414) | public static int ComputeTriangulationOfNonConcavePolygon( method ComputeTriangulationOfNonConcavePolygons (line 432) | public static int[] ComputeTriangulationOfNonConcavePolygons( method ComputeTriangulationOfConcavePolygon (line 457) | private static int ComputeTriangulationOfConcavePolygon( method ComputeTriangulationOfConcavePolygon (line 477) | public static int[] ComputeTriangulationOfConcavePolygon( method ComputeTriangulationOfConcavePolygons (line 491) | public static int[] ComputeTriangulationOfConcavePolygons( FILE: src/Aardvark.Base/Geometry/SpecialPoints_auto.cs class GeometryFun (line 9) | public static partial class GeometryFun method GetMiddlePoint (line 15) | public static V3f GetMiddlePoint(this Ray3f ray0, Ray3f ray1) method GetMiddlePoint (line 35) | public static V3f GetMiddlePoint(this IEnumerable rays) method GetMiddlePoint (line 57) | public static V3d GetMiddlePoint(this Ray3d ray0, Ray3d ray1) method GetMiddlePoint (line 77) | public static V3d GetMiddlePoint(this IEnumerable rays) method GetClosestPointOn (line 108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 116) | public static V2f GetClosestPointOn(this V2f query, Line2f line, out f... method GetClosestPointOn (line 127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 191) | public static V2f GetClosestPointOn(this V2f query, Box2f box) method GetClosestPointOn (line 202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 210) | public static V2f GetClosestPointOn(this V2f vec, Quad2f quad) method GetClosestPointOn (line 228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 236) | public static V2f GetClosestPointOn(this V2f vec, Polygon2f poly) method GetClosestPointOn (line 250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 278) | public static V2f GetClosestPointOnTriangle(this V2f query, V2f a, V2f... method GetDistanceSquared (line 332) | public static float GetDistanceSquared(this V3f q, Box3f b) method GetDistanceSquared (line 337) | public static (float, float) GetDistanceSquared( method GetClosestPointOn (line 406) | public static V3f GetClosestPointOn(this V3f query, Box3f box) method GetClosestPointOn (line 417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 445) | public static V3f GetClosestPointOnLine(this V3f query, V3f p0, V3f p1... method GetClosestPointOn (line 461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 512) | public static V3f GetClosestPointOn(this V3f query, Cylinder3f cylinder) method GetClosestPointOn (line 522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 544) | public static V3f GetClosestPointOnTriangle(this V3f query, V3f p0, V3... method GetClosestPointOn (line 597) | public static V3f GetClosestPointOn(this Ray3f ray0, Ray3f ray1) method GetClosestPointOn (line 624) | public static V3f GetClosestPointOn(this Line3f line0, Line3f line1) method GetClosestPointOn (line 670) | public static V3f GetClosestPointOn(this Plane3f plane, Line3f line) method GetClosestPointOn (line 693) | public static V3f GetClosestPointOn(this Line3f line, Triangle3f trian... method GetClosestPointOn (line 728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 736) | public static V2d GetClosestPointOn(this V2d query, Line2d line, out d... method GetClosestPointOn (line 747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 772) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 811) | public static V2d GetClosestPointOn(this V2d query, Box2d box) method GetClosestPointOn (line 822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 830) | public static V2d GetClosestPointOn(this V2d vec, Quad2d quad) method GetClosestPointOn (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 856) | public static V2d GetClosestPointOn(this V2d vec, Polygon2d poly) method GetClosestPointOn (line 870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 898) | public static V2d GetClosestPointOnTriangle(this V2d query, V2d a, V2d... method GetDistanceSquared (line 952) | public static double GetDistanceSquared(this V3d q, Box3d b) method GetDistanceSquared (line 957) | public static (double, double) GetDistanceSquared( method GetClosestPointOn (line 1026) | public static V3d GetClosestPointOn(this V3d query, Box3d box) method GetClosestPointOn (line 1037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 1061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 1065) | public static V3d GetClosestPointOnLine(this V3d query, V3d p0, V3d p1... method GetClosestPointOn (line 1081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1132) | public static V3d GetClosestPointOn(this V3d query, Cylinder3d cylinder) method GetClosestPointOn (line 1142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 1164) | public static V3d GetClosestPointOnTriangle(this V3d query, V3d p0, V3... method GetClosestPointOn (line 1217) | public static V3d GetClosestPointOn(this Ray3d ray0, Ray3d ray1) method GetClosestPointOn (line 1244) | public static V3d GetClosestPointOn(this Line3d line0, Line3d line1) method GetClosestPointOn (line 1290) | public static V3d GetClosestPointOn(this Plane3d plane, Line3d line) method GetClosestPointOn (line 1313) | public static V3d GetClosestPointOn(this Line3d line, Triangle3d trian... method GetMinimalDistanceTo (line 1350) | public static float GetMinimalDistanceTo(this Range1f range0, Range1f ... method GetMinimalDistanceTo (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1373) | public static float GetMinimalDistanceTo(this Ray2f ray0, Ray2f ray1, ... method GetMinimalDistanceTo (line 1403) | public static float GetMinimalDistanceTo(this Box2f box0, Box2f box1) method GetMinimalDistanceTo (line 1438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1459) | public static float GetMinimalDistanceTo(this Line2f l0, Line2f l1) method GetMinimalDistanceTo (line 1483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1511) | public static float GetMinimalDistanceTo(this V3f point, Ray3f ray) method GetMinimalDistanceTo (line 1523) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1531) | public static float GetMinimalDistanceTo(this V3f point, Ray3f ray, ou... method GetMinimalDistanceTo (line 1548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1579) | public static float GetMinimalDistanceTo(this V3f point, Box3f box) method GetMinimalDistanceTo (line 1609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1638) | public static float GetMinimalDistanceTo(this Line3f l0, Line3f l1) method GetMinimalDistanceTo (line 1660) | public static float GetMinimalDistanceTo(this Line3f l0, Line3f l1, ou... method GetMinimalDistanceTo (line 1711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1726) | public static float GetMinimalDistanceTo(this Ray3f ray, Line3f line) method GetMinimalDistanceTo (line 1746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1754) | public static float GetMinimalDistanceTo(this Ray3f ray, Line3f line, ... method GetMinimalDistanceTo (line 1779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1799) | public static float GetMinimalDistanceTo(this Ray3f ray0, Ray3f ray1, ... method GetMinimalDistanceTo (line 1829) | public static double GetMinimalDistanceTo(this Range1d range0, Range1d... method GetMinimalDistanceTo (line 1843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1852) | public static double GetMinimalDistanceTo(this Ray2d ray0, Ray2d ray1,... method GetMinimalDistanceTo (line 1882) | public static double GetMinimalDistanceTo(this Box2d box0, Box2d box1) method GetMinimalDistanceTo (line 1917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1938) | public static double GetMinimalDistanceTo(this Line2d l0, Line2d l1) method GetMinimalDistanceTo (line 1962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1990) | public static double GetMinimalDistanceTo(this V3d point, Ray3d ray) method GetMinimalDistanceTo (line 2002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2010) | public static double GetMinimalDistanceTo(this V3d point, Ray3d ray, o... method GetMinimalDistanceTo (line 2027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2058) | public static double GetMinimalDistanceTo(this V3d point, Box3d box) method GetMinimalDistanceTo (line 2088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2117) | public static double GetMinimalDistanceTo(this Line3d l0, Line3d l1) method GetMinimalDistanceTo (line 2139) | public static double GetMinimalDistanceTo(this Line3d l0, Line3d l1, o... method GetMinimalDistanceTo (line 2190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2205) | public static double GetMinimalDistanceTo(this Ray3d ray, Line3d line) method GetMinimalDistanceTo (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2233) | public static double GetMinimalDistanceTo(this Ray3d ray, Line3d line,... method GetMinimalDistanceTo (line 2258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2278) | public static double GetMinimalDistanceTo(this Ray3d ray0, Ray3d ray1,... class GeometryFun (line 102) | public static partial class GeometryFun method GetMiddlePoint (line 15) | public static V3f GetMiddlePoint(this Ray3f ray0, Ray3f ray1) method GetMiddlePoint (line 35) | public static V3f GetMiddlePoint(this IEnumerable rays) method GetMiddlePoint (line 57) | public static V3d GetMiddlePoint(this Ray3d ray0, Ray3d ray1) method GetMiddlePoint (line 77) | public static V3d GetMiddlePoint(this IEnumerable rays) method GetClosestPointOn (line 108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 116) | public static V2f GetClosestPointOn(this V2f query, Line2f line, out f... method GetClosestPointOn (line 127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 191) | public static V2f GetClosestPointOn(this V2f query, Box2f box) method GetClosestPointOn (line 202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 210) | public static V2f GetClosestPointOn(this V2f vec, Quad2f quad) method GetClosestPointOn (line 228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 236) | public static V2f GetClosestPointOn(this V2f vec, Polygon2f poly) method GetClosestPointOn (line 250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 278) | public static V2f GetClosestPointOnTriangle(this V2f query, V2f a, V2f... method GetDistanceSquared (line 332) | public static float GetDistanceSquared(this V3f q, Box3f b) method GetDistanceSquared (line 337) | public static (float, float) GetDistanceSquared( method GetClosestPointOn (line 406) | public static V3f GetClosestPointOn(this V3f query, Box3f box) method GetClosestPointOn (line 417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 445) | public static V3f GetClosestPointOnLine(this V3f query, V3f p0, V3f p1... method GetClosestPointOn (line 461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 512) | public static V3f GetClosestPointOn(this V3f query, Cylinder3f cylinder) method GetClosestPointOn (line 522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 544) | public static V3f GetClosestPointOnTriangle(this V3f query, V3f p0, V3... method GetClosestPointOn (line 597) | public static V3f GetClosestPointOn(this Ray3f ray0, Ray3f ray1) method GetClosestPointOn (line 624) | public static V3f GetClosestPointOn(this Line3f line0, Line3f line1) method GetClosestPointOn (line 670) | public static V3f GetClosestPointOn(this Plane3f plane, Line3f line) method GetClosestPointOn (line 693) | public static V3f GetClosestPointOn(this Line3f line, Triangle3f trian... method GetClosestPointOn (line 728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 736) | public static V2d GetClosestPointOn(this V2d query, Line2d line, out d... method GetClosestPointOn (line 747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 772) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 811) | public static V2d GetClosestPointOn(this V2d query, Box2d box) method GetClosestPointOn (line 822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 830) | public static V2d GetClosestPointOn(this V2d vec, Quad2d quad) method GetClosestPointOn (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 856) | public static V2d GetClosestPointOn(this V2d vec, Polygon2d poly) method GetClosestPointOn (line 870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 898) | public static V2d GetClosestPointOnTriangle(this V2d query, V2d a, V2d... method GetDistanceSquared (line 952) | public static double GetDistanceSquared(this V3d q, Box3d b) method GetDistanceSquared (line 957) | public static (double, double) GetDistanceSquared( method GetClosestPointOn (line 1026) | public static V3d GetClosestPointOn(this V3d query, Box3d box) method GetClosestPointOn (line 1037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 1061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 1065) | public static V3d GetClosestPointOnLine(this V3d query, V3d p0, V3d p1... method GetClosestPointOn (line 1081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1132) | public static V3d GetClosestPointOn(this V3d query, Cylinder3d cylinder) method GetClosestPointOn (line 1142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 1164) | public static V3d GetClosestPointOnTriangle(this V3d query, V3d p0, V3... method GetClosestPointOn (line 1217) | public static V3d GetClosestPointOn(this Ray3d ray0, Ray3d ray1) method GetClosestPointOn (line 1244) | public static V3d GetClosestPointOn(this Line3d line0, Line3d line1) method GetClosestPointOn (line 1290) | public static V3d GetClosestPointOn(this Plane3d plane, Line3d line) method GetClosestPointOn (line 1313) | public static V3d GetClosestPointOn(this Line3d line, Triangle3d trian... method GetMinimalDistanceTo (line 1350) | public static float GetMinimalDistanceTo(this Range1f range0, Range1f ... method GetMinimalDistanceTo (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1373) | public static float GetMinimalDistanceTo(this Ray2f ray0, Ray2f ray1, ... method GetMinimalDistanceTo (line 1403) | public static float GetMinimalDistanceTo(this Box2f box0, Box2f box1) method GetMinimalDistanceTo (line 1438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1459) | public static float GetMinimalDistanceTo(this Line2f l0, Line2f l1) method GetMinimalDistanceTo (line 1483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1511) | public static float GetMinimalDistanceTo(this V3f point, Ray3f ray) method GetMinimalDistanceTo (line 1523) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1531) | public static float GetMinimalDistanceTo(this V3f point, Ray3f ray, ou... method GetMinimalDistanceTo (line 1548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1579) | public static float GetMinimalDistanceTo(this V3f point, Box3f box) method GetMinimalDistanceTo (line 1609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1638) | public static float GetMinimalDistanceTo(this Line3f l0, Line3f l1) method GetMinimalDistanceTo (line 1660) | public static float GetMinimalDistanceTo(this Line3f l0, Line3f l1, ou... method GetMinimalDistanceTo (line 1711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1726) | public static float GetMinimalDistanceTo(this Ray3f ray, Line3f line) method GetMinimalDistanceTo (line 1746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1754) | public static float GetMinimalDistanceTo(this Ray3f ray, Line3f line, ... method GetMinimalDistanceTo (line 1779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1799) | public static float GetMinimalDistanceTo(this Ray3f ray0, Ray3f ray1, ... method GetMinimalDistanceTo (line 1829) | public static double GetMinimalDistanceTo(this Range1d range0, Range1d... method GetMinimalDistanceTo (line 1843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1852) | public static double GetMinimalDistanceTo(this Ray2d ray0, Ray2d ray1,... method GetMinimalDistanceTo (line 1882) | public static double GetMinimalDistanceTo(this Box2d box0, Box2d box1) method GetMinimalDistanceTo (line 1917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1938) | public static double GetMinimalDistanceTo(this Line2d l0, Line2d l1) method GetMinimalDistanceTo (line 1962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1990) | public static double GetMinimalDistanceTo(this V3d point, Ray3d ray) method GetMinimalDistanceTo (line 2002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2010) | public static double GetMinimalDistanceTo(this V3d point, Ray3d ray, o... method GetMinimalDistanceTo (line 2027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2058) | public static double GetMinimalDistanceTo(this V3d point, Box3d box) method GetMinimalDistanceTo (line 2088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2117) | public static double GetMinimalDistanceTo(this Line3d l0, Line3d l1) method GetMinimalDistanceTo (line 2139) | public static double GetMinimalDistanceTo(this Line3d l0, Line3d l1, o... method GetMinimalDistanceTo (line 2190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2205) | public static double GetMinimalDistanceTo(this Ray3d ray, Line3d line) method GetMinimalDistanceTo (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2233) | public static double GetMinimalDistanceTo(this Ray3d ray, Line3d line,... method GetMinimalDistanceTo (line 2258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2278) | public static double GetMinimalDistanceTo(this Ray3d ray0, Ray3d ray1,... class GeometryFun (line 1346) | public static partial class GeometryFun method GetMiddlePoint (line 15) | public static V3f GetMiddlePoint(this Ray3f ray0, Ray3f ray1) method GetMiddlePoint (line 35) | public static V3f GetMiddlePoint(this IEnumerable rays) method GetMiddlePoint (line 57) | public static V3d GetMiddlePoint(this Ray3d ray0, Ray3d ray1) method GetMiddlePoint (line 77) | public static V3d GetMiddlePoint(this IEnumerable rays) method GetClosestPointOn (line 108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 116) | public static V2f GetClosestPointOn(this V2f query, Line2f line, out f... method GetClosestPointOn (line 127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 191) | public static V2f GetClosestPointOn(this V2f query, Box2f box) method GetClosestPointOn (line 202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 210) | public static V2f GetClosestPointOn(this V2f vec, Quad2f quad) method GetClosestPointOn (line 228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 236) | public static V2f GetClosestPointOn(this V2f vec, Polygon2f poly) method GetClosestPointOn (line 250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 278) | public static V2f GetClosestPointOnTriangle(this V2f query, V2f a, V2f... method GetDistanceSquared (line 332) | public static float GetDistanceSquared(this V3f q, Box3f b) method GetDistanceSquared (line 337) | public static (float, float) GetDistanceSquared( method GetClosestPointOn (line 406) | public static V3f GetClosestPointOn(this V3f query, Box3f box) method GetClosestPointOn (line 417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 445) | public static V3f GetClosestPointOnLine(this V3f query, V3f p0, V3f p1... method GetClosestPointOn (line 461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 512) | public static V3f GetClosestPointOn(this V3f query, Cylinder3f cylinder) method GetClosestPointOn (line 522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 544) | public static V3f GetClosestPointOnTriangle(this V3f query, V3f p0, V3... method GetClosestPointOn (line 597) | public static V3f GetClosestPointOn(this Ray3f ray0, Ray3f ray1) method GetClosestPointOn (line 624) | public static V3f GetClosestPointOn(this Line3f line0, Line3f line1) method GetClosestPointOn (line 670) | public static V3f GetClosestPointOn(this Plane3f plane, Line3f line) method GetClosestPointOn (line 693) | public static V3f GetClosestPointOn(this Line3f line, Triangle3f trian... method GetClosestPointOn (line 728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 736) | public static V2d GetClosestPointOn(this V2d query, Line2d line, out d... method GetClosestPointOn (line 747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 772) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 811) | public static V2d GetClosestPointOn(this V2d query, Box2d box) method GetClosestPointOn (line 822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 830) | public static V2d GetClosestPointOn(this V2d vec, Quad2d quad) method GetClosestPointOn (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 856) | public static V2d GetClosestPointOn(this V2d vec, Polygon2d poly) method GetClosestPointOn (line 870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 898) | public static V2d GetClosestPointOnTriangle(this V2d query, V2d a, V2d... method GetDistanceSquared (line 952) | public static double GetDistanceSquared(this V3d q, Box3d b) method GetDistanceSquared (line 957) | public static (double, double) GetDistanceSquared( method GetClosestPointOn (line 1026) | public static V3d GetClosestPointOn(this V3d query, Box3d box) method GetClosestPointOn (line 1037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 1061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 1065) | public static V3d GetClosestPointOnLine(this V3d query, V3d p0, V3d p1... method GetClosestPointOn (line 1081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1132) | public static V3d GetClosestPointOn(this V3d query, Cylinder3d cylinder) method GetClosestPointOn (line 1142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 1157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 1164) | public static V3d GetClosestPointOnTriangle(this V3d query, V3d p0, V3... method GetClosestPointOn (line 1217) | public static V3d GetClosestPointOn(this Ray3d ray0, Ray3d ray1) method GetClosestPointOn (line 1244) | public static V3d GetClosestPointOn(this Line3d line0, Line3d line1) method GetClosestPointOn (line 1290) | public static V3d GetClosestPointOn(this Plane3d plane, Line3d line) method GetClosestPointOn (line 1313) | public static V3d GetClosestPointOn(this Line3d line, Triangle3d trian... method GetMinimalDistanceTo (line 1350) | public static float GetMinimalDistanceTo(this Range1f range0, Range1f ... method GetMinimalDistanceTo (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1373) | public static float GetMinimalDistanceTo(this Ray2f ray0, Ray2f ray1, ... method GetMinimalDistanceTo (line 1403) | public static float GetMinimalDistanceTo(this Box2f box0, Box2f box1) method GetMinimalDistanceTo (line 1438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1459) | public static float GetMinimalDistanceTo(this Line2f l0, Line2f l1) method GetMinimalDistanceTo (line 1483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1511) | public static float GetMinimalDistanceTo(this V3f point, Ray3f ray) method GetMinimalDistanceTo (line 1523) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1531) | public static float GetMinimalDistanceTo(this V3f point, Ray3f ray, ou... method GetMinimalDistanceTo (line 1548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1579) | public static float GetMinimalDistanceTo(this V3f point, Box3f box) method GetMinimalDistanceTo (line 1609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1638) | public static float GetMinimalDistanceTo(this Line3f l0, Line3f l1) method GetMinimalDistanceTo (line 1660) | public static float GetMinimalDistanceTo(this Line3f l0, Line3f l1, ou... method GetMinimalDistanceTo (line 1711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1726) | public static float GetMinimalDistanceTo(this Ray3f ray, Line3f line) method GetMinimalDistanceTo (line 1746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1754) | public static float GetMinimalDistanceTo(this Ray3f ray, Line3f line, ... method GetMinimalDistanceTo (line 1779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1799) | public static float GetMinimalDistanceTo(this Ray3f ray0, Ray3f ray1, ... method GetMinimalDistanceTo (line 1829) | public static double GetMinimalDistanceTo(this Range1d range0, Range1d... method GetMinimalDistanceTo (line 1843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1852) | public static double GetMinimalDistanceTo(this Ray2d ray0, Ray2d ray1,... method GetMinimalDistanceTo (line 1882) | public static double GetMinimalDistanceTo(this Box2d box0, Box2d box1) method GetMinimalDistanceTo (line 1917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1938) | public static double GetMinimalDistanceTo(this Line2d l0, Line2d l1) method GetMinimalDistanceTo (line 1962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1990) | public static double GetMinimalDistanceTo(this V3d point, Ray3d ray) method GetMinimalDistanceTo (line 2002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2010) | public static double GetMinimalDistanceTo(this V3d point, Ray3d ray, o... method GetMinimalDistanceTo (line 2027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2058) | public static double GetMinimalDistanceTo(this V3d point, Box3d box) method GetMinimalDistanceTo (line 2088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2117) | public static double GetMinimalDistanceTo(this Line3d l0, Line3d l1) method GetMinimalDistanceTo (line 2139) | public static double GetMinimalDistanceTo(this Line3d l0, Line3d l1, o... method GetMinimalDistanceTo (line 2190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2205) | public static double GetMinimalDistanceTo(this Ray3d ray, Line3d line) method GetMinimalDistanceTo (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2233) | public static double GetMinimalDistanceTo(this Ray3d ray, Line3d line,... method GetMinimalDistanceTo (line 2258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 2278) | public static double GetMinimalDistanceTo(this Ray3d ray0, Ray3d ray1,... FILE: src/Aardvark.Base/Geometry/SpecialPoints_template.cs class GeometryFun (line 9) | public static partial class GeometryFun method GetMiddlePoint (line 21) | public static __v3t__ GetMiddlePoint(this __ray3t__ ray0, __ray3t__ ray1) method GetMiddlePoint (line 41) | public static __v3t__ GetMiddlePoint(this IEnumerable<__ray3t__> rays) method GetClosestPointOn (line 102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 110) | public static __v2t__ GetClosestPointOn(this __v2t__ query, __line2t__... method GetClosestPointOn (line 121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 185) | public static __v2t__ GetClosestPointOn(this __v2t__ query, __box2t__ ... method GetClosestPointOn (line 196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 204) | public static __v2t__ GetClosestPointOn(this __v2t__ vec, __quad2t__ q... method GetClosestPointOn (line 222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 230) | public static __v2t__ GetClosestPointOn(this __v2t__ vec, __polygon2t_... method GetClosestPointOn (line 244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 272) | public static __v2t__ GetClosestPointOnTriangle(this __v2t__ query, __... method GetDistanceSquared (line 326) | public static __rtype__ GetDistanceSquared(this __v3t__ q, __box3t__ b) method GetDistanceSquared (line 331) | public static (__rtype__, __rtype__) GetDistanceSquared( method GetClosestPointOn (line 400) | public static __v3t__ GetClosestPointOn(this __v3t__ query, __box3t__ ... method GetClosestPointOn (line 411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 439) | public static __v3t__ GetClosestPointOnLine(this __v3t__ query, __v3t_... method GetClosestPointOn (line 455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 506) | public static __v3t__ GetClosestPointOn(this __v3t__ query, __cylinder... method GetClosestPointOn (line 516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 527) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 538) | public static __v3t__ GetClosestPointOnTriangle(this __v3t__ query, __... method GetClosestPointOn (line 591) | public static __v3t__ GetClosestPointOn(this __ray3t__ ray0, __ray3t__... method GetClosestPointOn (line 618) | public static __v3t__ GetClosestPointOn(this __line3t__ line0, __line3... method GetClosestPointOn (line 664) | public static __v3t__ GetClosestPointOn(this __plane3t__ plane, __line... method GetClosestPointOn (line 687) | public static __v3t__ GetClosestPointOn(this __line3t__ line, __triang... method GetMinimalDistanceTo (line 753) | public static __rtype__ GetMinimalDistanceTo(this __range1t__ range0, ... method GetMinimalDistanceTo (line 767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 776) | public static __rtype__ GetMinimalDistanceTo(this __ray2t__ ray0, __ra... method GetMinimalDistanceTo (line 806) | public static __rtype__ GetMinimalDistanceTo(this __box2t__ box0, __bo... method GetMinimalDistanceTo (line 841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 862) | public static __rtype__ GetMinimalDistanceTo(this __line2t__ l0, __lin... method GetMinimalDistanceTo (line 886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 914) | public static __rtype__ GetMinimalDistanceTo(this __v3t__ point, __ray... method GetMinimalDistanceTo (line 926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 934) | public static __rtype__ GetMinimalDistanceTo(this __v3t__ point, __ray... method GetMinimalDistanceTo (line 951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 982) | public static __rtype__ GetMinimalDistanceTo(this __v3t__ point, __box... method GetMinimalDistanceTo (line 1012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1041) | public static __rtype__ GetMinimalDistanceTo(this __line3t__ l0, __lin... method GetMinimalDistanceTo (line 1063) | public static __rtype__ GetMinimalDistanceTo(this __line3t__ l0, __lin... method GetMinimalDistanceTo (line 1114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1129) | public static __rtype__ GetMinimalDistanceTo(this __ray3t__ ray, __lin... method GetMinimalDistanceTo (line 1149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1157) | public static __rtype__ GetMinimalDistanceTo(this __ray3t__ ray, __lin... method GetMinimalDistanceTo (line 1182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1202) | public static __rtype__ GetMinimalDistanceTo(this __ray3t__ ray0, __ra... class GeometryFun (line 67) | public static partial class GeometryFun method GetMiddlePoint (line 21) | public static __v3t__ GetMiddlePoint(this __ray3t__ ray0, __ray3t__ ray1) method GetMiddlePoint (line 41) | public static __v3t__ GetMiddlePoint(this IEnumerable<__ray3t__> rays) method GetClosestPointOn (line 102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 110) | public static __v2t__ GetClosestPointOn(this __v2t__ query, __line2t__... method GetClosestPointOn (line 121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 185) | public static __v2t__ GetClosestPointOn(this __v2t__ query, __box2t__ ... method GetClosestPointOn (line 196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 204) | public static __v2t__ GetClosestPointOn(this __v2t__ vec, __quad2t__ q... method GetClosestPointOn (line 222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 230) | public static __v2t__ GetClosestPointOn(this __v2t__ vec, __polygon2t_... method GetClosestPointOn (line 244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 272) | public static __v2t__ GetClosestPointOnTriangle(this __v2t__ query, __... method GetDistanceSquared (line 326) | public static __rtype__ GetDistanceSquared(this __v3t__ q, __box3t__ b) method GetDistanceSquared (line 331) | public static (__rtype__, __rtype__) GetDistanceSquared( method GetClosestPointOn (line 400) | public static __v3t__ GetClosestPointOn(this __v3t__ query, __box3t__ ... method GetClosestPointOn (line 411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 439) | public static __v3t__ GetClosestPointOnLine(this __v3t__ query, __v3t_... method GetClosestPointOn (line 455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 506) | public static __v3t__ GetClosestPointOn(this __v3t__ query, __cylinder... method GetClosestPointOn (line 516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 527) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 538) | public static __v3t__ GetClosestPointOnTriangle(this __v3t__ query, __... method GetClosestPointOn (line 591) | public static __v3t__ GetClosestPointOn(this __ray3t__ ray0, __ray3t__... method GetClosestPointOn (line 618) | public static __v3t__ GetClosestPointOn(this __line3t__ line0, __line3... method GetClosestPointOn (line 664) | public static __v3t__ GetClosestPointOn(this __plane3t__ plane, __line... method GetClosestPointOn (line 687) | public static __v3t__ GetClosestPointOn(this __line3t__ line, __triang... method GetMinimalDistanceTo (line 753) | public static __rtype__ GetMinimalDistanceTo(this __range1t__ range0, ... method GetMinimalDistanceTo (line 767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 776) | public static __rtype__ GetMinimalDistanceTo(this __ray2t__ ray0, __ra... method GetMinimalDistanceTo (line 806) | public static __rtype__ GetMinimalDistanceTo(this __box2t__ box0, __bo... method GetMinimalDistanceTo (line 841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 862) | public static __rtype__ GetMinimalDistanceTo(this __line2t__ l0, __lin... method GetMinimalDistanceTo (line 886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 914) | public static __rtype__ GetMinimalDistanceTo(this __v3t__ point, __ray... method GetMinimalDistanceTo (line 926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 934) | public static __rtype__ GetMinimalDistanceTo(this __v3t__ point, __ray... method GetMinimalDistanceTo (line 951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 982) | public static __rtype__ GetMinimalDistanceTo(this __v3t__ point, __box... method GetMinimalDistanceTo (line 1012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1041) | public static __rtype__ GetMinimalDistanceTo(this __line3t__ l0, __lin... method GetMinimalDistanceTo (line 1063) | public static __rtype__ GetMinimalDistanceTo(this __line3t__ l0, __lin... method GetMinimalDistanceTo (line 1114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1129) | public static __rtype__ GetMinimalDistanceTo(this __ray3t__ ray, __lin... method GetMinimalDistanceTo (line 1149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1157) | public static __rtype__ GetMinimalDistanceTo(this __ray3t__ ray, __lin... method GetMinimalDistanceTo (line 1182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1202) | public static __rtype__ GetMinimalDistanceTo(this __ray3t__ ray0, __ra... class GeometryFun (line 721) | public static partial class GeometryFun method GetMiddlePoint (line 21) | public static __v3t__ GetMiddlePoint(this __ray3t__ ray0, __ray3t__ ray1) method GetMiddlePoint (line 41) | public static __v3t__ GetMiddlePoint(this IEnumerable<__ray3t__> rays) method GetClosestPointOn (line 102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 110) | public static __v2t__ GetClosestPointOn(this __v2t__ query, __line2t__... method GetClosestPointOn (line 121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointTOn (line 162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 185) | public static __v2t__ GetClosestPointOn(this __v2t__ query, __box2t__ ... method GetClosestPointOn (line 196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 204) | public static __v2t__ GetClosestPointOn(this __v2t__ vec, __quad2t__ q... method GetClosestPointOn (line 222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 230) | public static __v2t__ GetClosestPointOn(this __v2t__ vec, __polygon2t_... method GetClosestPointOn (line 244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 272) | public static __v2t__ GetClosestPointOnTriangle(this __v2t__ query, __... method GetDistanceSquared (line 326) | public static __rtype__ GetDistanceSquared(this __v3t__ q, __box3t__ b) method GetDistanceSquared (line 331) | public static (__rtype__, __rtype__) GetDistanceSquared( method GetClosestPointOn (line 400) | public static __v3t__ GetClosestPointOn(this __v3t__ query, __box3t__ ... method GetClosestPointOn (line 411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnLine (line 439) | public static __v3t__ GetClosestPointOnLine(this __v3t__ query, __v3t_... method GetClosestPointOn (line 455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 506) | public static __v3t__ GetClosestPointOn(this __v3t__ query, __cylinder... method GetClosestPointOn (line 516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 527) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOn (line 531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnTriangle (line 538) | public static __v3t__ GetClosestPointOnTriangle(this __v3t__ query, __... method GetClosestPointOn (line 591) | public static __v3t__ GetClosestPointOn(this __ray3t__ ray0, __ray3t__... method GetClosestPointOn (line 618) | public static __v3t__ GetClosestPointOn(this __line3t__ line0, __line3... method GetClosestPointOn (line 664) | public static __v3t__ GetClosestPointOn(this __plane3t__ plane, __line... method GetClosestPointOn (line 687) | public static __v3t__ GetClosestPointOn(this __line3t__ line, __triang... method GetMinimalDistanceTo (line 753) | public static __rtype__ GetMinimalDistanceTo(this __range1t__ range0, ... method GetMinimalDistanceTo (line 767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 776) | public static __rtype__ GetMinimalDistanceTo(this __ray2t__ ray0, __ra... method GetMinimalDistanceTo (line 806) | public static __rtype__ GetMinimalDistanceTo(this __box2t__ box0, __bo... method GetMinimalDistanceTo (line 841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 862) | public static __rtype__ GetMinimalDistanceTo(this __line2t__ l0, __lin... method GetMinimalDistanceTo (line 886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 914) | public static __rtype__ GetMinimalDistanceTo(this __v3t__ point, __ray... method GetMinimalDistanceTo (line 926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 934) | public static __rtype__ GetMinimalDistanceTo(this __v3t__ point, __ray... method GetMinimalDistanceTo (line 951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 982) | public static __rtype__ GetMinimalDistanceTo(this __v3t__ point, __box... method GetMinimalDistanceTo (line 1012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1041) | public static __rtype__ GetMinimalDistanceTo(this __line3t__ l0, __lin... method GetMinimalDistanceTo (line 1063) | public static __rtype__ GetMinimalDistanceTo(this __line3t__ l0, __lin... method GetMinimalDistanceTo (line 1114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1129) | public static __rtype__ GetMinimalDistanceTo(this __ray3t__ ray, __lin... method GetMinimalDistanceTo (line 1149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1157) | public static __rtype__ GetMinimalDistanceTo(this __ray3t__ ray, __lin... method GetMinimalDistanceTo (line 1182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistanceTo (line 1202) | public static __rtype__ GetMinimalDistanceTo(this __ray3t__ ray0, __ra... FILE: src/Aardvark.Base/Geometry/Types/Capsule/Capsule3_auto.cs type Capsule3f (line 14) | [DataContract] method Capsule3f (line 27) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Capsule3f (line 35) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Capsule3f (line 43) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Capsule3f (line 51) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Capsule3d (line 146) | [DataContract] method Capsule3d (line 159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Capsule3d (line 167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Capsule3d (line 175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Capsule3d (line 183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Capsule/Capsule3_template.cs type __type__ (line 30) | [DataContract] method __type__ (line 43) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 51) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 59) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 67) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Circle/Circle2_auto.cs type Circle2f (line 34) | [DataContract] method Circle2f (line 49) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Circle2f (line 59) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Circle2f (line 69) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Circle2f (line 87) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Circle2f (line 97) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 235) | public static partial class Fun method ApproximateEquals (line 240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Circle2d (line 261) | [DataContract] method Circle2d (line 276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Circle2d (line 286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Circle2d (line 296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Circle2d (line 314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Circle2d (line 324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 424) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 462) | public static partial class Fun method ApproximateEquals (line 240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Circle/Circle2_template.cs type __type__ (line 47) | [DataContract] method __type__ (line 62) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 72) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 82) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 248) | public static partial class Fun method ApproximateEquals (line 253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Circle/Circle3_auto.cs type Circle3f (line 18) | [DataContract] method Circle3f (line 36) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Circle3f (line 44) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Circle3f (line 52) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Points (line 160) | public readonly IEnumerable Points(int tesselation, bool duplicat... method GetPoint (line 181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 240) | public static partial class Fun method ApproximateEquals (line 245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Circle3d (line 267) | [DataContract] method Circle3d (line 285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Circle3d (line 293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Circle3d (line 301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Points (line 409) | public readonly IEnumerable Points(int tesselation, bool duplicat... method GetPoint (line 430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 453) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 489) | public static partial class Fun method ApproximateEquals (line 245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Circle/Circle3_template.cs type __type__ (line 32) | [DataContract] method __type__ (line 50) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 58) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 66) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Points (line 174) | public readonly IEnumerable<__v3t__> Points(int tesselation, bool dupl... method GetPoint (line 195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 254) | public static partial class Fun method ApproximateEquals (line 259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Cone/Cone3_auto.cs type ObliqueCone3f (line 17) | [DataContract] method ObliqueCone3f (line 29) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ObliqueCone3f (line 36) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ObliqueCone3f (line 43) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCircle (line 129) | public Circle3f GetCircle(float distance) class Fun (line 143) | public static partial class Fun method ApproximateEquals (line 148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Cone3f (line 169) | [DataContract] method Cone3f (line 190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cone3f (line 198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cone3f (line 206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetDistance (line 293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCircle (line 296) | public readonly Circle3f GetCircle(float height) method GetAxis (line 305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHeight (line 308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRadius (line 312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPoint (line 315) | public readonly V3f GetClosestPoint(V3f point) class Fun (line 331) | public static partial class Fun method ApproximateEquals (line 148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type ObliqueCone3d (line 358) | [DataContract] method ObliqueCone3d (line 370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ObliqueCone3d (line 377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ObliqueCone3d (line 384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCircle (line 470) | public Circle3d GetCircle(double distance) class Fun (line 484) | public static partial class Fun method ApproximateEquals (line 148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Cone3d (line 510) | [DataContract] method Cone3d (line 531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cone3d (line 539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cone3d (line 547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 616) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetDistance (line 634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCircle (line 637) | public readonly Circle3d GetCircle(double height) method GetAxis (line 646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHeight (line 649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRadius (line 653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPoint (line 656) | public readonly V3d GetClosestPoint(V3d point) class Fun (line 672) | public static partial class Fun method ApproximateEquals (line 148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Cone/Cone3_template.cs type Oblique__type__ (line 34) | [DataContract] method Oblique__type__ (line 46) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Oblique__type__ (line 53) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Oblique__type__ (line 60) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCircle (line 146) | public __circle3t__ GetCircle(__ftype__ distance) class Fun (line 160) | public static partial class Fun method ApproximateEquals (line 165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type __type__ (line 186) | [DataContract] method __type__ (line 207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetDistance (line 310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCircle (line 313) | public readonly __circle3t__ GetCircle(__ftype__ height) method GetAxis (line 322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHeight (line 325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRadius (line 329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPoint (line 332) | public readonly __v3t__ GetClosestPoint(__v3t__ point) class Fun (line 348) | public static partial class Fun method ApproximateEquals (line 165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Cone/Conic2_auto.cs type Conic2f (line 16) | [DataContract] method Conic2f (line 33) | public Conic2f(float cxx, float cyy, float czz, float cxy, float cxz, ... type Conic2d (line 61) | [DataContract] method Conic2d (line 78) | public Conic2d(double cxx, double cyy, double czz, double cxy, double ... FILE: src/Aardvark.Base/Geometry/Types/Cone/Conic2_template.cs type __type__ (line 24) | [DataContract] method __type__ (line 41) | public __type__(__ftype__ cxx, __ftype__ cyy, __ftype__ czz, __ftype__... FILE: src/Aardvark.Base/Geometry/Types/Cylinder/Cylinder3_auto.cs type Cylinder3f (line 16) | [DataContract] method Cylinder3f (line 29) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cylinder3f (line 37) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cylinder3f (line 45) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cylinder3f (line 53) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHeight (line 188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCircle (line 198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 218) | public static partial class Fun method ApproximateEquals (line 223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Cylinder3d (line 242) | [DataContract] method Cylinder3d (line 255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cylinder3d (line 263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cylinder3d (line 271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cylinder3d (line 279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHeight (line 414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCircle (line 424) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 444) | public static partial class Fun method ApproximateEquals (line 223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Cylinder/Cylinder3_template.cs type __type__ (line 32) | [DataContract] method __type__ (line 45) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 53) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 61) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 69) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHeight (line 204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCircle (line 214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 234) | public static partial class Fun method ApproximateEquals (line 239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Ellipse/Ellipse2_auto.cs type Ellipse2f (line 13) | public partial struct Ellipse2f : IValidity method GetArea (line 33) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Ellipse2d (line 42) | public partial struct Ellipse2d : IValidity method GetArea (line 62) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Ellipse/Ellipse2_template.cs type __type__ (line 19) | public partial struct __type__ : IValidity method GetArea (line 39) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Ellipse/Ellipse3_auto.cs type Ellipse3f (line 13) | public partial struct Ellipse3f : IValidity type Ellipse3d (line 44) | public partial struct Ellipse3d : IValidity FILE: src/Aardvark.Base/Geometry/Types/Ellipse/Ellipse3_template.cs type __type__ (line 19) | public partial struct __type__ : IValidity FILE: src/Aardvark.Base/Geometry/Types/Ellipse/Ellipse_auto.cs type Ellipse2f (line 22) | [StructLayout(LayoutKind.Sequential)] method Ellipse2f (line 31) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Ellipse2f (line 39) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Ellipse2f (line 47) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromConjugateDiameters (line 60) | public static Ellipse2f FromConjugateDiameters(V2f center, V2f a, V2f b) method FromConjugateDiameters (line 86) | public static Ellipse2f FromConjugateDiameters(V2f center, V2f a, V2f b, method GetVector (line 129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPoint (line 133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ForEachVector (line 141) | public readonly void ForEachVector(int count, Action index_v... method GetPoints (line 159) | public readonly V2f[] GetPoints(int count) method GetHashCode (line 185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 219) | public static partial class Fun method ApproximateEquals (line 224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 690) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Ellipse3f (line 251) | [StructLayout(LayoutKind.Sequential)] method Ellipse3f (line 261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Ellipse3f (line 270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Ellipse3f (line 279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromConjugateDiameters (line 293) | public static Ellipse3f FromConjugateDiameters(V3f center, V3f normal,... method FromConjugateDiameters (line 319) | public static Ellipse3f FromConjugateDiameters(V3f center, V3f normal,... method GetVector (line 362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPoint (line 366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ForEachVector (line 374) | public readonly void ForEachVector(int count, Action index_v... method GetPoints (line 392) | public readonly V3f[] GetPoints(int count) method GetHashCode (line 419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 455) | public static partial class Fun method ApproximateEquals (line 224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 690) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Ellipse2d (line 488) | [StructLayout(LayoutKind.Sequential)] method Ellipse2d (line 497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Ellipse2d (line 505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Ellipse2d (line 513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromConjugateDiameters (line 526) | public static Ellipse2d FromConjugateDiameters(V2d center, V2d a, V2d b) method FromConjugateDiameters (line 552) | public static Ellipse2d FromConjugateDiameters(V2d center, V2d a, V2d b, method GetVector (line 595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPoint (line 599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ForEachVector (line 607) | public readonly void ForEachVector(int count, Action index_v... method GetPoints (line 625) | public readonly V2d[] GetPoints(int count) method GetHashCode (line 651) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 685) | public static partial class Fun method ApproximateEquals (line 224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 690) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Ellipse3d (line 717) | [StructLayout(LayoutKind.Sequential)] method Ellipse3d (line 727) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Ellipse3d (line 736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Ellipse3d (line 745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromConjugateDiameters (line 759) | public static Ellipse3d FromConjugateDiameters(V3d center, V3d normal,... method FromConjugateDiameters (line 785) | public static Ellipse3d FromConjugateDiameters(V3d center, V3d normal,... method GetVector (line 828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPoint (line 832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ForEachVector (line 840) | public readonly void ForEachVector(int count, Action index_v... method GetPoints (line 858) | public readonly V3d[] GetPoints(int count) method GetHashCode (line 885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 921) | public static partial class Fun method ApproximateEquals (line 224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 690) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Ellipse/Ellipse_template.cs type __et__ (line 35) | [StructLayout(LayoutKind.Sequential)] method __et__ (line 47) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __et__ (line 58) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __et__ (line 69) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromConjugateDiameters (line 85) | public static __et__ FromConjugateDiameters(__vt__ center, /*# if (d =... method FromConjugateDiameters (line 111) | public static __et__ FromConjugateDiameters(__vt__ center, /*# if (d =... method GetVector (line 154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPoint (line 158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ForEachVector (line 166) | public readonly void ForEachVector(int count, Action inde... method GetPoints (line 184) | public readonly __vt__[] GetPoints(int count) method GetHashCode (line 213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 217) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 255) | public static partial class Fun method ApproximateEquals (line 260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Geometry1i.cs type Line1i (line 10) | public partial struct Line1i method CreateSorted (line 14) | public static Line1i CreateSorted(int i0, int i1) type Triangle1i (line 32) | public partial struct Triangle1i method CreateSorted (line 36) | public static Triangle1i CreateSorted(int i0, int i1, int i2) type Quad1i (line 77) | public partial struct Quad1i FILE: src/Aardvark.Base/Geometry/Types/Geometry1i_auto.cs type Line1i (line 18) | public partial struct Line1i : IEquatable method Line1i (line 25) | public Line1i(int i0, int i1) method GetHashCode (line 95) | public override readonly int GetHashCode() method Equals (line 100) | public override readonly bool Equals(object other) method Equals (line 107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Triangle1i (line 123) | public partial struct Triangle1i : IEquatable method Triangle1i (line 131) | public Triangle1i(int i0, int i1, int i2) method GetHashCode (line 217) | public override readonly int GetHashCode() method Equals (line 222) | public override readonly bool Equals(object other) method Equals (line 229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Quad1i (line 245) | public partial struct Quad1i : IEquatable method Quad1i (line 254) | public Quad1i(int i0, int i1, int i2, int i3) method GetHashCode (line 404) | public override readonly int GetHashCode() method Equals (line 409) | public override readonly bool Equals(object other) method Equals (line 416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Geometry1i_template.cs type __type__ (line 29) | public partial struct __type__ : IEquatable<__type__> method __type__ (line 37) | public __type__(/*# d.ForEach(i => { */int i__i__/*# }, comma); */) method GetHashCode (line 130) | public override readonly int GetHashCode() method Equals (line 135) | public override readonly bool Equals(object other) method Equals (line 142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Geometry_auto.cs type Polygon2f (line 20) | [StructLayout(LayoutKind.Sequential)] method Polygon2f (line 31) | public Polygon2f(V2f[] pointArray, int pointCount) method Polygon2f (line 54) | public Polygon2f(params V2f[] pointArray) method Polygon2f (line 63) | public Polygon2f(V2f[] pointArray, int startIndex, int count) method Polygon2f (line 75) | public Polygon2f(int pointCount, Func index_pointCreator) method Polygon2f (line 82) | public Polygon2f(IEnumerable points) method Polygon2f (line 90) | public Polygon2f(int[] indexArray, V2f[] pointArray) method Polygon2f (line 97) | public Polygon2f(Triangle2f triangle) method Polygon2f (line 104) | public Polygon2f(Quad2f quad) method Polygon2f (line 112) | public Polygon2f(Polygon2f original) method GetPointArray (line 151) | public readonly V2f[] GetPointArray() method GetPointArrayWithRepeatedFirstPoint (line 162) | public readonly V2f[] GetPointArrayWithRepeatedFirstPoint() method GetPointArray (line 174) | public readonly T[] GetPointArray(Func point_copyFun) method GetPointArray (line 185) | public readonly T[] GetPointArray(Func point_index_cop... method Edge (line 213) | public readonly V2f Edge(int index) method EdgeLine (line 243) | public readonly Line2f EdgeLine(int index) method GetEdgeArray (line 274) | public readonly V2f[] GetEdgeArray() method GetEdgeLineArray (line 294) | public readonly Line2f[] GetEdgeLineArray() method Copy (line 318) | public readonly Polygon2f Copy() method Map (line 326) | public readonly Polygon2f Map(Func point_fun) method Reverse (line 351) | public readonly void Reverse() method GetHashCode (line 379) | public override readonly int GetHashCode() method Equals (line 384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 393) | public override readonly bool Equals(object other) method ToString (line 396) | public override readonly string ToString() method Parse (line 403) | public static Polygon2f Parse(string s) class Fun (line 424) | public static partial class Fun method ApproximateEquals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Polygon2fExtensions (line 451) | public static partial class Polygon2fExtensions method ComputeVertexCentroid (line 458) | public static V2f ComputeVertexCentroid(this Polygon2f polygon) method ComputePerimeter (line 467) | public static float ComputePerimeter(this Polygon2f polygon) method Scale (line 490) | public static void Scale(this ref Polygon2f polygon, float scale) method Scaled (line 501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 515) | public static void Scale(this ref Polygon2f polygon, V2f center, float... method Scaled (line 527) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutVertexCentroid (line 540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutVertexCentroid (line 552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 565) | public static void Scale(this ref Polygon2f polygon, V2f scale) method Scaled (line 576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 590) | public static void Scale(this ref Polygon2f polygon, V2f center, V2f s... method Scaled (line 602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutVertexCentroid (line 615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutVertexCentroid (line 627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 640) | public static void Transform(this ref Polygon2f polygon, M33f t) method Transformed (line 651) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 664) | public static void Transform(this ref Polygon2f polygon, Euclidean2f t) method Transformed (line 675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 688) | public static void InvTransform(this ref Polygon2f polygon, Euclidean2... method InvTransformed (line 699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 712) | public static void Transform(this ref Polygon2f polygon, Similarity2f t) method Transformed (line 723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 736) | public static void InvTransform(this ref Polygon2f polygon, Similarity... method InvTransformed (line 747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 760) | public static void Transform(this ref Polygon2f polygon, Affine2f t) method Transformed (line 771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 784) | public static void Transform(this ref Polygon2f polygon, Shift2f t) method Transformed (line 795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 808) | public static void InvTransform(this ref Polygon2f polygon, Shift2f t) method InvTransformed (line 819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 832) | public static void Transform(this ref Polygon2f polygon, Rot2f t) method Transformed (line 843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 856) | public static void InvTransform(this ref Polygon2f polygon, Rot2f t) method InvTransformed (line 867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 880) | public static void Transform(this ref Polygon2f polygon, Scale2f t) method Transformed (line 891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 904) | public static void InvTransform(this ref Polygon2f polygon, Scale2f t) method InvTransformed (line 915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 928) | public static void Transform(this ref Polygon2f polygon, M22f t) method Transformed (line 939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WithoutMultiplePoints (line 947) | public static Polygon2f WithoutMultiplePoints(this Polygon2f polygon, ... method ConvexClipped (line 971) | public static Polygon2f ConvexClipped( method ConvexClipped (line 998) | public static Polygon2f ConvexClipped( method ConvexClipped (line 1013) | public static Polygon2f ConvexClipped( method ConvexClipped (line 1022) | public static Polygon2f ConvexClipped( type IndexPolygon2f (line 1040) | [StructLayout(LayoutKind.Sequential)] method IndexPolygon2f (line 1050) | public IndexPolygon2f(int[] indexArray, int firstIndex, int pointCount... method IndexPolygon2f (line 1058) | public IndexPolygon2f(V2f[] pointArray, int firstIndex, int pointCount) method IndexPolygon2f (line 1062) | public IndexPolygon2f(V2f[] pointArray) method ForEachIndex (line 1132) | public void ForEachIndex(Action index_act) method GetIndexArray (line 1143) | public int[] GetIndexArray() method GetPointArray (line 1153) | public V2f[] GetPointArray() method GetPointArray (line 1159) | public T[] GetPointArray(T[] pointArray) method GetPointArray (line 1164) | public T[] GetPointArray(List pointList) class IndexPolygon2fExtensions (line 1176) | public static partial class IndexPolygon2fExtensions method ToPolygon2f (line 1180) | public static Polygon2f ToPolygon2f(this IndexPolygon2f polygon) method ComputeVertexCentroid (line 1192) | public static V2f ComputeVertexCentroid(this IndexPolygon2f polygon) method ComputePerimeter (line 1201) | public static float ComputePerimeter(this IndexPolygon2f polygon) type Line2f (line 1222) | [StructLayout(LayoutKind.Sequential)] method Line2f (line 1232) | public Line2f(V2f p0, V2f p1) method Line2f (line 1240) | public Line2f(IEnumerable points) method Copy (line 1295) | public readonly Line2f Copy(Func point_copyFun) method ToLine3d (line 1300) | public readonly Line3d ToLine3d(Func point_copyFun) method GetHashCode (line 1321) | public override readonly int GetHashCode() method Equals (line 1326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1330) | public override readonly bool Equals(object other) method ToString (line 1333) | public override readonly string ToString() method Parse (line 1338) | public static Line2f Parse(string s) class Fun (line 1359) | public static partial class Fun method ApproximateEquals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Line2fExtensions (line 1381) | public static partial class Line2fExtensions method Scale (line 1390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 1402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 1416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 1429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 1442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 1454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 1467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 1479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 1493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 1506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 1519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 1531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 1556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 1581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 1606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 1631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 1656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 1681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 1706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 1731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 1756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 1781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 1806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 1831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 1856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointArray (line 1866) | public static V2f[] GetPointArray(this Line2f line) method ComputeCentroid (line 1874) | public static V2f ComputeCentroid(this Line2f line) type Triangle2f (line 1884) | [StructLayout(LayoutKind.Sequential)] method Triangle2f (line 1894) | public Triangle2f(V2f p0, V2f p1, V2f p2) method Triangle2f (line 1902) | public Triangle2f(IEnumerable points) method GetEdgeLine (line 1984) | public readonly Line2f GetEdgeLine(int index) method GetEdge (line 1995) | public readonly V2f GetEdge(int index) method Copy (line 2057) | public readonly Triangle2f Copy(Func point_copyFun) method ToTriangle3d (line 2062) | public readonly Triangle3d ToTriangle3d(Func point_copyFun) method GetHashCode (line 2083) | public override readonly int GetHashCode() method Equals (line 2088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 2092) | public override readonly bool Equals(object other) method ToString (line 2095) | public override readonly string ToString() method Parse (line 2100) | public static Triangle2f Parse(string s) class Fun (line 2121) | public static partial class Fun method ApproximateEquals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Triangle2fExtensions (line 2143) | public static partial class Triangle2fExtensions method Scale (line 2152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 2165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 2179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 2193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 2206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 2218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 2231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 2244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 2258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 2272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 2285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 2297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 2349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 2375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 2401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 2427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 2453) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 2479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 2531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 2557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 2583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 2609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 2635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointArray (line 2645) | public static V2f[] GetPointArray(this Triangle2f triangle) method ComputeCentroid (line 2654) | public static V2f ComputeCentroid(this Triangle2f triangle) type Quad2f (line 2664) | [StructLayout(LayoutKind.Sequential)] method Quad2f (line 2674) | public Quad2f(V2f p0, V2f p1, V2f p2, V2f p3) method Quad2f (line 2682) | public Quad2f(IEnumerable points) method Quad2f (line 2691) | public Quad2f(V2f p0, V2f edge01, V2f edge03) method GetEdgeLine (line 2787) | public readonly Line2f GetEdgeLine(int index) method GetEdge (line 2799) | public readonly V2f GetEdge(int index) method Copy (line 2866) | public readonly Quad2f Copy(Func point_copyFun) method ToQuad3d (line 2871) | public readonly Quad3d ToQuad3d(Func point_copyFun) method GetHashCode (line 2892) | public override readonly int GetHashCode() method Equals (line 2897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 2901) | public override readonly bool Equals(object other) method ToString (line 2904) | public override readonly string ToString() method Parse (line 2909) | public static Quad2f Parse(string s) class Fun (line 2930) | public static partial class Fun method ApproximateEquals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Quad2fExtensions (line 2952) | public static partial class Quad2fExtensions method Scale (line 2961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 2975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 2989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 3004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 3017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 3029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 3042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 3056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 3070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 3085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 3098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 3110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 3123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 3137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 3150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 3164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 3177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 3191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 3204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 3218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 3231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 3245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 3258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 3272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 3285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 3299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 3312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 3326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 3339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 3353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 3366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 3380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 3393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 3407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 3420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 3434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 3447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 3461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointArray (line 3471) | public static V2f[] GetPointArray(this Quad2f quad) method ComputeCentroid (line 3481) | public static V2f ComputeCentroid(this Quad2f quad) type Polygon3f (line 3497) | [StructLayout(LayoutKind.Sequential)] method Polygon3f (line 3508) | public Polygon3f(V3f[] pointArray, int pointCount) method Polygon3f (line 3531) | public Polygon3f(params V3f[] pointArray) method Polygon3f (line 3540) | public Polygon3f(V3f[] pointArray, int startIndex, int count) method Polygon3f (line 3552) | public Polygon3f(int pointCount, Func index_pointCreator) method Polygon3f (line 3559) | public Polygon3f(IEnumerable points) method Polygon3f (line 3567) | public Polygon3f(int[] indexArray, V3f[] pointArray) method Polygon3f (line 3574) | public Polygon3f(Triangle3f triangle) method Polygon3f (line 3581) | public Polygon3f(Quad3f quad) method Polygon3f (line 3589) | public Polygon3f(Polygon3f original) method GetPointArray (line 3628) | public readonly V3f[] GetPointArray() method GetPointArrayWithRepeatedFirstPoint (line 3639) | public readonly V3f[] GetPointArrayWithRepeatedFirstPoint() method GetPointArray (line 3651) | public readonly T[] GetPointArray(Func point_copyFun) method GetPointArray (line 3662) | public readonly T[] GetPointArray(Func point_index_cop... method Edge (line 3690) | public readonly V3f Edge(int index) method EdgeLine (line 3720) | public readonly Line3f EdgeLine(int index) method GetEdgeArray (line 3751) | public readonly V3f[] GetEdgeArray() method GetEdgeLineArray (line 3771) | public readonly Line3f[] GetEdgeLineArray() method Copy (line 3795) | public readonly Polygon3f Copy() method Map (line 3803) | public readonly Polygon3f Map(Func point_fun) method Reverse (line 3828) | public readonly void Reverse() method GetHashCode (line 3856) | public override readonly int GetHashCode() method Equals (line 3861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 3870) | public override readonly bool Equals(object other) method ToString (line 3873) | public override readonly string ToString() method Parse (line 3880) | public static Polygon3f Parse(string s) class Fun (line 3901) | public static partial class Fun method ApproximateEquals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Polygon3fExtensions (line 3928) | public static partial class Polygon3fExtensions method ComputeVertexCentroid (line 3935) | public static V3f ComputeVertexCentroid(this Polygon3f polygon) method ComputePerimeter (line 3944) | public static float ComputePerimeter(this Polygon3f polygon) method Scale (line 3967) | public static void Scale(this ref Polygon3f polygon, float scale) method Scaled (line 3978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 3992) | public static void Scale(this ref Polygon3f polygon, V3f center, float... method Scaled (line 4004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutVertexCentroid (line 4017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutVertexCentroid (line 4029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 4042) | public static void Scale(this ref Polygon3f polygon, V3f scale) method Scaled (line 4053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 4067) | public static void Scale(this ref Polygon3f polygon, V3f center, V3f s... method Scaled (line 4079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutVertexCentroid (line 4092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutVertexCentroid (line 4104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4117) | public static void Transform(this ref Polygon3f polygon, M44f t) method Transformed (line 4128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4141) | public static void Transform(this ref Polygon3f polygon, Euclidean3f t) method Transformed (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 4165) | public static void InvTransform(this ref Polygon3f polygon, Euclidean3... method InvTransformed (line 4176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4189) | public static void Transform(this ref Polygon3f polygon, Similarity3f t) method Transformed (line 4200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 4213) | public static void InvTransform(this ref Polygon3f polygon, Similarity... method InvTransformed (line 4224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4237) | public static void Transform(this ref Polygon3f polygon, Affine3f t) method Transformed (line 4248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4261) | public static void Transform(this ref Polygon3f polygon, Shift3f t) method Transformed (line 4272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 4285) | public static void InvTransform(this ref Polygon3f polygon, Shift3f t) method InvTransformed (line 4296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4309) | public static void Transform(this ref Polygon3f polygon, Rot3f t) method Transformed (line 4320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 4333) | public static void InvTransform(this ref Polygon3f polygon, Rot3f t) method InvTransformed (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4357) | public static void Transform(this ref Polygon3f polygon, Scale3f t) method Transformed (line 4368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 4381) | public static void InvTransform(this ref Polygon3f polygon, Scale3f t) method InvTransformed (line 4392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4405) | public static void Transform(this ref Polygon3f polygon, M33f t) method Transformed (line 4416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WithoutMultiplePoints (line 4424) | public static Polygon3f WithoutMultiplePoints(this Polygon3f polygon, ... method ConvexClipped (line 4448) | public static Polygon3f ConvexClipped( method ConvexClipped (line 4475) | public static Polygon3f ConvexClipped( method ConvexClipped (line 4490) | public static Polygon3f ConvexClipped( method ConvexClipped (line 4499) | public static Polygon3f ConvexClipped( type IndexPolygon3f (line 4518) | [StructLayout(LayoutKind.Sequential)] method IndexPolygon3f (line 4528) | public IndexPolygon3f(int[] indexArray, int firstIndex, int pointCount... method IndexPolygon3f (line 4536) | public IndexPolygon3f(V3f[] pointArray, int firstIndex, int pointCount) method IndexPolygon3f (line 4540) | public IndexPolygon3f(V3f[] pointArray) method ForEachIndex (line 4610) | public void ForEachIndex(Action index_act) method GetIndexArray (line 4621) | public int[] GetIndexArray() method GetPointArray (line 4631) | public V3f[] GetPointArray() method GetPointArray (line 4637) | public T[] GetPointArray(T[] pointArray) method GetPointArray (line 4642) | public T[] GetPointArray(List pointList) class IndexPolygon3fExtensions (line 4654) | public static partial class IndexPolygon3fExtensions method ToPolygon3f (line 4658) | public static Polygon3f ToPolygon3f(this IndexPolygon3f polygon) method ComputeVertexCentroid (line 4670) | public static V3f ComputeVertexCentroid(this IndexPolygon3f polygon) method ComputePerimeter (line 4679) | public static float ComputePerimeter(this IndexPolygon3f polygon) type Line3f (line 4700) | [StructLayout(LayoutKind.Sequential)] method Line3f (line 4710) | public Line3f(V3f p0, V3f p1) method Line3f (line 4718) | public Line3f(IEnumerable points) method Copy (line 4773) | public readonly Line3f Copy(Func point_copyFun) method ToLine2d (line 4778) | public readonly Line2d ToLine2d(Func point_copyFun) method GetHashCode (line 4799) | public override readonly int GetHashCode() method Equals (line 4804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 4808) | public override readonly bool Equals(object other) method ToString (line 4811) | public override readonly string ToString() method Parse (line 4816) | public static Line3f Parse(string s) class Fun (line 4837) | public static partial class Fun method ApproximateEquals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Line3fExtensions (line 4859) | public static partial class Line3fExtensions method Scale (line 4868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 4880) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 4894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 4907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 4920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 4945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 4957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 4971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 4984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 4997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 5009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 5022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 5034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 5047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 5059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 5084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 5097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 5109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 5122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 5134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 5147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 5159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 5172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 5197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 5209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 5222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 5247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 5272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 5284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 5297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 5309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 5322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 5334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointArray (line 5344) | public static V3f[] GetPointArray(this Line3f line) method ComputeCentroid (line 5352) | public static V3f ComputeCentroid(this Line3f line) type Triangle3f (line 5362) | [StructLayout(LayoutKind.Sequential)] method Triangle3f (line 5372) | public Triangle3f(V3f p0, V3f p1, V3f p2) method Triangle3f (line 5380) | public Triangle3f(IEnumerable points) method GetEdgeLine (line 5462) | public readonly Line3f GetEdgeLine(int index) method GetEdge (line 5473) | public readonly V3f GetEdge(int index) method Copy (line 5535) | public readonly Triangle3f Copy(Func point_copyFun) method ToTriangle2d (line 5540) | public readonly Triangle2d ToTriangle2d(Func point_copyFun) method GetHashCode (line 5561) | public override readonly int GetHashCode() method Equals (line 5566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 5570) | public override readonly bool Equals(object other) method ToString (line 5573) | public override readonly string ToString() method Parse (line 5578) | public static Triangle3f Parse(string s) class Fun (line 5599) | public static partial class Fun method ApproximateEquals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Triangle3fExtensions (line 5621) | public static partial class Triangle3fExtensions method Scale (line 5630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 5643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 5657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 5671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 5684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 5696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 5709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 5722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 5736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 5750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 5763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 5775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 5788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 5801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 5814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 5827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 5840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 5853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 5866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 5879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 5892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 5905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 5918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 5931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 5944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 5957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 5970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 5983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 5996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 6009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 6022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 6035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 6048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 6061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 6074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 6087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 6100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 6113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointArray (line 6123) | public static V3f[] GetPointArray(this Triangle3f triangle) method ComputeCentroid (line 6132) | public static V3f ComputeCentroid(this Triangle3f triangle) type Quad3f (line 6142) | [StructLayout(LayoutKind.Sequential)] method Quad3f (line 6152) | public Quad3f(V3f p0, V3f p1, V3f p2, V3f p3) method Quad3f (line 6160) | public Quad3f(IEnumerable points) method Quad3f (line 6169) | public Quad3f(V3f p0, V3f edge01, V3f edge03) method GetEdgeLine (line 6265) | public readonly Line3f GetEdgeLine(int index) method GetEdge (line 6277) | public readonly V3f GetEdge(int index) method Copy (line 6344) | public readonly Quad3f Copy(Func point_copyFun) method ToQuad2d (line 6349) | public readonly Quad2d ToQuad2d(Func point_copyFun) method GetHashCode (line 6370) | public override readonly int GetHashCode() method Equals (line 6375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 6379) | public override readonly bool Equals(object other) method ToString (line 6382) | public override readonly string ToString() method Parse (line 6387) | public static Quad3f Parse(string s) class Fun (line 6408) | public static partial class Fun method ApproximateEquals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Quad3fExtensions (line 6430) | public static partial class Quad3fExtensions method Scale (line 6439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 6453) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 6467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 6482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 6495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 6507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 6520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 6534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 6548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 6563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 6576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 6588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 6601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 6615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 6628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 6642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 6655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 6669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 6682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 6696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 6709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 6723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 6736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 6750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 6763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 6777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 6790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 6804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 6817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 6831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 6844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 6858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 6871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 6885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 6898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 6912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 6925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 6939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointArray (line 6949) | public static V3f[] GetPointArray(this Quad3f quad) method ComputeCentroid (line 6959) | public static V3f ComputeCentroid(this Quad3f quad) type Polygon2d (line 6975) | [StructLayout(LayoutKind.Sequential)] method Polygon2d (line 6986) | public Polygon2d(V2d[] pointArray, int pointCount) method Polygon2d (line 7009) | public Polygon2d(params V2d[] pointArray) method Polygon2d (line 7018) | public Polygon2d(V2d[] pointArray, int startIndex, int count) method Polygon2d (line 7030) | public Polygon2d(int pointCount, Func index_pointCreator) method Polygon2d (line 7037) | public Polygon2d(IEnumerable points) method Polygon2d (line 7045) | public Polygon2d(int[] indexArray, V2d[] pointArray) method Polygon2d (line 7052) | public Polygon2d(Triangle2d triangle) method Polygon2d (line 7059) | public Polygon2d(Quad2d quad) method Polygon2d (line 7067) | public Polygon2d(Polygon2d original) method GetPointArray (line 7106) | public readonly V2d[] GetPointArray() method GetPointArrayWithRepeatedFirstPoint (line 7117) | public readonly V2d[] GetPointArrayWithRepeatedFirstPoint() method GetPointArray (line 7129) | public readonly T[] GetPointArray(Func point_copyFun) method GetPointArray (line 7140) | public readonly T[] GetPointArray(Func point_index_cop... method Edge (line 7168) | public readonly V2d Edge(int index) method EdgeLine (line 7198) | public readonly Line2d EdgeLine(int index) method GetEdgeArray (line 7229) | public readonly V2d[] GetEdgeArray() method GetEdgeLineArray (line 7249) | public readonly Line2d[] GetEdgeLineArray() method Copy (line 7273) | public readonly Polygon2d Copy() method Map (line 7281) | public readonly Polygon2d Map(Func point_fun) method Reverse (line 7306) | public readonly void Reverse() method GetHashCode (line 7334) | public override readonly int GetHashCode() method Equals (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 7348) | public override readonly bool Equals(object other) method ToString (line 7351) | public override readonly string ToString() method Parse (line 7358) | public static Polygon2d Parse(string s) class Fun (line 7379) | public static partial class Fun method ApproximateEquals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Polygon2dExtensions (line 7406) | public static partial class Polygon2dExtensions method ComputeVertexCentroid (line 7413) | public static V2d ComputeVertexCentroid(this Polygon2d polygon) method ComputePerimeter (line 7422) | public static double ComputePerimeter(this Polygon2d polygon) method Scale (line 7445) | public static void Scale(this ref Polygon2d polygon, double scale) method Scaled (line 7456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 7470) | public static void Scale(this ref Polygon2d polygon, V2d center, doubl... method Scaled (line 7482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutVertexCentroid (line 7495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutVertexCentroid (line 7507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 7520) | public static void Scale(this ref Polygon2d polygon, V2d scale) method Scaled (line 7531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 7545) | public static void Scale(this ref Polygon2d polygon, V2d center, V2d s... method Scaled (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutVertexCentroid (line 7570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutVertexCentroid (line 7582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7595) | public static void Transform(this ref Polygon2d polygon, M33d t) method Transformed (line 7606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7619) | public static void Transform(this ref Polygon2d polygon, Euclidean2d t) method Transformed (line 7630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 7643) | public static void InvTransform(this ref Polygon2d polygon, Euclidean2... method InvTransformed (line 7654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7667) | public static void Transform(this ref Polygon2d polygon, Similarity2d t) method Transformed (line 7678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 7691) | public static void InvTransform(this ref Polygon2d polygon, Similarity... method InvTransformed (line 7702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7715) | public static void Transform(this ref Polygon2d polygon, Affine2d t) method Transformed (line 7726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7739) | public static void Transform(this ref Polygon2d polygon, Shift2d t) method Transformed (line 7750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 7763) | public static void InvTransform(this ref Polygon2d polygon, Shift2d t) method InvTransformed (line 7774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7787) | public static void Transform(this ref Polygon2d polygon, Rot2d t) method Transformed (line 7798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 7811) | public static void InvTransform(this ref Polygon2d polygon, Rot2d t) method InvTransformed (line 7822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7835) | public static void Transform(this ref Polygon2d polygon, Scale2d t) method Transformed (line 7846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 7859) | public static void InvTransform(this ref Polygon2d polygon, Scale2d t) method InvTransformed (line 7870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7883) | public static void Transform(this ref Polygon2d polygon, M22d t) method Transformed (line 7894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WithoutMultiplePoints (line 7902) | public static Polygon2d WithoutMultiplePoints(this Polygon2d polygon, ... method ConvexClipped (line 7926) | public static Polygon2d ConvexClipped( method ConvexClipped (line 7953) | public static Polygon2d ConvexClipped( method ConvexClipped (line 7968) | public static Polygon2d ConvexClipped( method ConvexClipped (line 7977) | public static Polygon2d ConvexClipped( type IndexPolygon2d (line 7995) | [StructLayout(LayoutKind.Sequential)] method IndexPolygon2d (line 8005) | public IndexPolygon2d(int[] indexArray, int firstIndex, int pointCount... method IndexPolygon2d (line 8013) | public IndexPolygon2d(V2d[] pointArray, int firstIndex, int pointCount) method IndexPolygon2d (line 8017) | public IndexPolygon2d(V2d[] pointArray) method ForEachIndex (line 8087) | public void ForEachIndex(Action index_act) method GetIndexArray (line 8098) | public int[] GetIndexArray() method GetPointArray (line 8108) | public V2d[] GetPointArray() method GetPointArray (line 8114) | public T[] GetPointArray(T[] pointArray) method GetPointArray (line 8119) | public T[] GetPointArray(List pointList) class IndexPolygon2dExtensions (line 8131) | public static partial class IndexPolygon2dExtensions method ToPolygon2d (line 8135) | public static Polygon2d ToPolygon2d(this IndexPolygon2d polygon) method ComputeVertexCentroid (line 8147) | public static V2d ComputeVertexCentroid(this IndexPolygon2d polygon) method ComputePerimeter (line 8156) | public static double ComputePerimeter(this IndexPolygon2d polygon) type Line2d (line 8177) | [StructLayout(LayoutKind.Sequential)] method Line2d (line 8187) | public Line2d(V2d p0, V2d p1) method Line2d (line 8195) | public Line2d(IEnumerable points) method Copy (line 8250) | public readonly Line2d Copy(Func point_copyFun) method ToLine3d (line 8255) | public readonly Line3d ToLine3d(Func point_copyFun) method GetHashCode (line 8276) | public override readonly int GetHashCode() method Equals (line 8281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 8285) | public override readonly bool Equals(object other) method ToString (line 8288) | public override readonly string ToString() method Parse (line 8293) | public static Line2d Parse(string s) class Fun (line 8314) | public static partial class Fun method ApproximateEquals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Line2dExtensions (line 8336) | public static partial class Line2dExtensions method Scale (line 8345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 8357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 8371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 8384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 8397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 8409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 8422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 8434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 8448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 8461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 8474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 8486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 8499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 8511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 8524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 8536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 8549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 8561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 8574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 8586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 8599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 8611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 8624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 8636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 8649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 8661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 8674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 8686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 8699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 8711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 8724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 8736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 8749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 8761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 8774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 8786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 8799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 8811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointArray (line 8821) | public static V2d[] GetPointArray(this Line2d line) method ComputeCentroid (line 8829) | public static V2d ComputeCentroid(this Line2d line) type Triangle2d (line 8839) | [StructLayout(LayoutKind.Sequential)] method Triangle2d (line 8849) | public Triangle2d(V2d p0, V2d p1, V2d p2) method Triangle2d (line 8857) | public Triangle2d(IEnumerable points) method GetEdgeLine (line 8939) | public readonly Line2d GetEdgeLine(int index) method GetEdge (line 8950) | public readonly V2d GetEdge(int index) method Copy (line 9012) | public readonly Triangle2d Copy(Func point_copyFun) method ToTriangle3d (line 9017) | public readonly Triangle3d ToTriangle3d(Func point_copyFun) method GetHashCode (line 9038) | public override readonly int GetHashCode() method Equals (line 9043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 9047) | public override readonly bool Equals(object other) method ToString (line 9050) | public override readonly string ToString() method Parse (line 9055) | public static Triangle2d Parse(string s) class Fun (line 9076) | public static partial class Fun method ApproximateEquals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Triangle2dExtensions (line 9098) | public static partial class Triangle2dExtensions method Scale (line 9107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 9120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 9134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 9148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 9161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 9173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 9186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 9199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 9213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 9227) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 9240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 9252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 9265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 9278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 9291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 9304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 9317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 9330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 9343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 9356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 9369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 9382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 9395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 9408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 9421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 9434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 9447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 9460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 9473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 9486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 9499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 9512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 9525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 9538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 9551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 9564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 9577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 9590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointArray (line 9600) | public static V2d[] GetPointArray(this Triangle2d triangle) method ComputeCentroid (line 9609) | public static V2d ComputeCentroid(this Triangle2d triangle) type Quad2d (line 9619) | [StructLayout(LayoutKind.Sequential)] method Quad2d (line 9629) | public Quad2d(V2d p0, V2d p1, V2d p2, V2d p3) method Quad2d (line 9637) | public Quad2d(IEnumerable points) method Quad2d (line 9646) | public Quad2d(V2d p0, V2d edge01, V2d edge03) method GetEdgeLine (line 9742) | public readonly Line2d GetEdgeLine(int index) method GetEdge (line 9754) | public readonly V2d GetEdge(int index) method Copy (line 9821) | public readonly Quad2d Copy(Func point_copyFun) method ToQuad3d (line 9826) | public readonly Quad3d ToQuad3d(Func point_copyFun) method GetHashCode (line 9847) | public override readonly int GetHashCode() method Equals (line 9852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 9856) | public override readonly bool Equals(object other) method ToString (line 9859) | public override readonly string ToString() method Parse (line 9864) | public static Quad2d Parse(string s) class Fun (line 9885) | public static partial class Fun method ApproximateEquals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Quad2dExtensions (line 9907) | public static partial class Quad2dExtensions method Scale (line 9916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 9930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 9944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 9959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 9972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 9984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 9997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 10011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 10025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 10040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 10053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 10065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 10092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 10119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 10132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 10146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 10173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 10186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 10200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 10227) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 10267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 10281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 10308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 10321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 10335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 10362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 10375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 10389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 10416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointArray (line 10426) | public static V2d[] GetPointArray(this Quad2d quad) method ComputeCentroid (line 10436) | public static V2d ComputeCentroid(this Quad2d quad) type Polygon3d (line 10452) | [StructLayout(LayoutKind.Sequential)] method Polygon3d (line 10463) | public Polygon3d(V3d[] pointArray, int pointCount) method Polygon3d (line 10486) | public Polygon3d(params V3d[] pointArray) method Polygon3d (line 10495) | public Polygon3d(V3d[] pointArray, int startIndex, int count) method Polygon3d (line 10507) | public Polygon3d(int pointCount, Func index_pointCreator) method Polygon3d (line 10514) | public Polygon3d(IEnumerable points) method Polygon3d (line 10522) | public Polygon3d(int[] indexArray, V3d[] pointArray) method Polygon3d (line 10529) | public Polygon3d(Triangle3d triangle) method Polygon3d (line 10536) | public Polygon3d(Quad3d quad) method Polygon3d (line 10544) | public Polygon3d(Polygon3d original) method GetPointArray (line 10583) | public readonly V3d[] GetPointArray() method GetPointArrayWithRepeatedFirstPoint (line 10594) | public readonly V3d[] GetPointArrayWithRepeatedFirstPoint() method GetPointArray (line 10606) | public readonly T[] GetPointArray(Func point_copyFun) method GetPointArray (line 10617) | public readonly T[] GetPointArray(Func point_index_cop... method Edge (line 10645) | public readonly V3d Edge(int index) method EdgeLine (line 10675) | public readonly Line3d EdgeLine(int index) method GetEdgeArray (line 10706) | public readonly V3d[] GetEdgeArray() method GetEdgeLineArray (line 10726) | public readonly Line3d[] GetEdgeLineArray() method Copy (line 10750) | public readonly Polygon3d Copy() method Map (line 10758) | public readonly Polygon3d Map(Func point_fun) method Reverse (line 10783) | public readonly void Reverse() method GetHashCode (line 10811) | public override readonly int GetHashCode() method Equals (line 10816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 10825) | public override readonly bool Equals(object other) method ToString (line 10828) | public override readonly string ToString() method Parse (line 10835) | public static Polygon3d Parse(string s) class Fun (line 10856) | public static partial class Fun method ApproximateEquals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Polygon3dExtensions (line 10883) | public static partial class Polygon3dExtensions method ComputeVertexCentroid (line 10890) | public static V3d ComputeVertexCentroid(this Polygon3d polygon) method ComputePerimeter (line 10899) | public static double ComputePerimeter(this Polygon3d polygon) method Scale (line 10922) | public static void Scale(this ref Polygon3d polygon, double scale) method Scaled (line 10933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 10947) | public static void Scale(this ref Polygon3d polygon, V3d center, doubl... method Scaled (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutVertexCentroid (line 10972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutVertexCentroid (line 10984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 10997) | public static void Scale(this ref Polygon3d polygon, V3d scale) method Scaled (line 11008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 11022) | public static void Scale(this ref Polygon3d polygon, V3d center, V3d s... method Scaled (line 11034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutVertexCentroid (line 11047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutVertexCentroid (line 11059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 11072) | public static void Transform(this ref Polygon3d polygon, M44d t) method Transformed (line 11083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 11096) | public static void Transform(this ref Polygon3d polygon, Euclidean3d t) method Transformed (line 11107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 11120) | public static void InvTransform(this ref Polygon3d polygon, Euclidean3... method InvTransformed (line 11131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 11144) | public static void Transform(this ref Polygon3d polygon, Similarity3d t) method Transformed (line 11155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 11168) | public static void InvTransform(this ref Polygon3d polygon, Similarity... method InvTransformed (line 11179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 11192) | public static void Transform(this ref Polygon3d polygon, Affine3d t) method Transformed (line 11203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 11216) | public static void Transform(this ref Polygon3d polygon, Shift3d t) method Transformed (line 11227) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 11240) | public static void InvTransform(this ref Polygon3d polygon, Shift3d t) method InvTransformed (line 11251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 11264) | public static void Transform(this ref Polygon3d polygon, Rot3d t) method Transformed (line 11275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 11288) | public static void InvTransform(this ref Polygon3d polygon, Rot3d t) method InvTransformed (line 11299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 11312) | public static void Transform(this ref Polygon3d polygon, Scale3d t) method Transformed (line 11323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 11336) | public static void InvTransform(this ref Polygon3d polygon, Scale3d t) method InvTransformed (line 11347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 11360) | public static void Transform(this ref Polygon3d polygon, M33d t) method Transformed (line 11371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WithoutMultiplePoints (line 11379) | public static Polygon3d WithoutMultiplePoints(this Polygon3d polygon, ... method ConvexClipped (line 11403) | public static Polygon3d ConvexClipped( method ConvexClipped (line 11430) | public static Polygon3d ConvexClipped( method ConvexClipped (line 11445) | public static Polygon3d ConvexClipped( method ConvexClipped (line 11454) | public static Polygon3d ConvexClipped( type IndexPolygon3d (line 11473) | [StructLayout(LayoutKind.Sequential)] method IndexPolygon3d (line 11483) | public IndexPolygon3d(int[] indexArray, int firstIndex, int pointCount... method IndexPolygon3d (line 11491) | public IndexPolygon3d(V3d[] pointArray, int firstIndex, int pointCount) method IndexPolygon3d (line 11495) | public IndexPolygon3d(V3d[] pointArray) method ForEachIndex (line 11565) | public void ForEachIndex(Action index_act) method GetIndexArray (line 11576) | public int[] GetIndexArray() method GetPointArray (line 11586) | public V3d[] GetPointArray() method GetPointArray (line 11592) | public T[] GetPointArray(T[] pointArray) method GetPointArray (line 11597) | public T[] GetPointArray(List pointList) class IndexPolygon3dExtensions (line 11609) | public static partial class IndexPolygon3dExtensions method ToPolygon3d (line 11613) | public static Polygon3d ToPolygon3d(this IndexPolygon3d polygon) method ComputeVertexCentroid (line 11625) | public static V3d ComputeVertexCentroid(this IndexPolygon3d polygon) method ComputePerimeter (line 11634) | public static double ComputePerimeter(this IndexPolygon3d polygon) type Line3d (line 11655) | [StructLayout(LayoutKind.Sequential)] method Line3d (line 11665) | public Line3d(V3d p0, V3d p1) method Line3d (line 11673) | public Line3d(IEnumerable points) method Copy (line 11728) | public readonly Line3d Copy(Func point_copyFun) method ToLine2d (line 11733) | public readonly Line2d ToLine2d(Func point_copyFun) method GetHashCode (line 11754) | public override readonly int GetHashCode() method Equals (line 11759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 11763) | public override readonly bool Equals(object other) method ToString (line 11766) | public override readonly string ToString() method Parse (line 11771) | public static Line3d Parse(string s) class Fun (line 11792) | public static partial class Fun method ApproximateEquals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Line3dExtensions (line 11814) | public static partial class Line3dExtensions method Scale (line 11823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 11835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 11849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 11862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 11875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 11887) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 11900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 11912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 11926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 11939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 11952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 11964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 11977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 12014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 12027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 12039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 12064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 12077) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 12089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 12114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 12139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 12152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 12164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 12189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 12202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 12214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12227) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 12239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 12252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 12264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 12289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointArray (line 12299) | public static V3d[] GetPointArray(this Line3d line) method ComputeCentroid (line 12307) | public static V3d ComputeCentroid(this Line3d line) type Triangle3d (line 12317) | [StructLayout(LayoutKind.Sequential)] method Triangle3d (line 12327) | public Triangle3d(V3d p0, V3d p1, V3d p2) method Triangle3d (line 12335) | public Triangle3d(IEnumerable points) method GetEdgeLine (line 12417) | public readonly Line3d GetEdgeLine(int index) method GetEdge (line 12428) | public readonly V3d GetEdge(int index) method Copy (line 12490) | public readonly Triangle3d Copy(Func point_copyFun) method ToTriangle2d (line 12495) | public readonly Triangle2d ToTriangle2d(Func point_copyFun) method GetHashCode (line 12516) | public override readonly int GetHashCode() method Equals (line 12521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 12525) | public override readonly bool Equals(object other) method ToString (line 12528) | public override readonly string ToString() method Parse (line 12533) | public static Triangle3d Parse(string s) class Fun (line 12554) | public static partial class Fun method ApproximateEquals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Triangle3dExtensions (line 12576) | public static partial class Triangle3dExtensions method Scale (line 12585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 12598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 12612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 12626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 12639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 12651) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 12664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 12677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 12691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 12705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 12718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 12730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 12756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 12782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 12795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 12808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 12834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 12847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 12860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 12886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 12912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 12925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 12938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 12964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 12977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 12990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 13003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 13016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 13029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 13042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 13055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointArray (line 13078) | public static V3d[] GetPointArray(this Triangle3d triangle) method ComputeCentroid (line 13087) | public static V3d ComputeCentroid(this Triangle3d triangle) type Quad3d (line 13097) | [StructLayout(LayoutKind.Sequential)] method Quad3d (line 13107) | public Quad3d(V3d p0, V3d p1, V3d p2, V3d p3) method Quad3d (line 13115) | public Quad3d(IEnumerable points) method Quad3d (line 13124) | public Quad3d(V3d p0, V3d edge01, V3d edge03) method GetEdgeLine (line 13220) | public readonly Line3d GetEdgeLine(int index) method GetEdge (line 13232) | public readonly V3d GetEdge(int index) method Copy (line 13299) | public readonly Quad3d Copy(Func point_copyFun) method ToQuad2d (line 13304) | public readonly Quad2d ToQuad2d(Func point_copyFun) method GetHashCode (line 13325) | public override readonly int GetHashCode() method Equals (line 13330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 13334) | public override readonly bool Equals(object other) method ToString (line 13337) | public override readonly string ToString() method Parse (line 13342) | public static Quad3d Parse(string s) class Fun (line 13363) | public static partial class Fun method ApproximateEquals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 12567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Quad3dExtensions (line 13385) | public static partial class Quad3dExtensions method Scale (line 13394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 13408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 13422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 13437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 13450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 13462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 13475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 13489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 13503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 13518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 13531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 13543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 13556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 13570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 13583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 13597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 13610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 13624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 13637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 13651) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 13664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 13678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 13691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 13705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 13718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 13732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 13745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 13759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 13772) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 13786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 13799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 13813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 13826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 13840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 13853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 13867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 13880) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 13894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointArray (line 13904) | public static V3d[] GetPointArray(this Quad3d quad) method ComputeCentroid (line 13914) | public static V3d ComputeCentroid(this Quad3d quad) FILE: src/Aardvark.Base/Geometry/Types/Geometry_template.cs type __type__ (line 69) | [StructLayout(LayoutKind.Sequential)] method __type__ (line 80) | public __type__(__tvec__[] pointArray, int pointCount) method __type__ (line 103) | public __type__(params __tvec__[] pointArray) method __type__ (line 112) | public __type__(__tvec__[] pointArray, int startIndex, int count) method __type__ (line 124) | public __type__(int pointCount, Func index_pointCreator) method __type__ (line 131) | public __type__(IEnumerable<__tvec__> points) method __type__ (line 139) | public __type__(int[] indexArray, __tvec__[] pointArray) method __type__ (line 146) | public __type__(__ttriangle__ triangle) method __type__ (line 153) | public __type__(__tquad__ quad) method __type__ (line 161) | public __type__(__type__ original) method GetPointArray (line 200) | public readonly __tvec__[] GetPointArray() method GetPointArrayWithRepeatedFirstPoint (line 211) | public readonly __tvec__[] GetPointArrayWithRepeatedFirstPoint() method GetPointArray (line 223) | public readonly T[] GetPointArray(Func<__tvec__, T> point_copyFun) method GetPointArray (line 234) | public readonly T[] GetPointArray(Func<__tvec__, int, T> point_inde... method Edge (line 262) | public readonly __tvec__ Edge(int index) method EdgeLine (line 292) | public readonly __tline__ EdgeLine(int index) method GetEdgeArray (line 323) | public readonly __tvec__[] GetEdgeArray() method GetEdgeLineArray (line 343) | public readonly __tline__[] GetEdgeLineArray() method Copy (line 367) | public readonly __type__ Copy() method Map (line 375) | public readonly __type__ Map(Func<__tvec__, __tvec__> point_fun) method Reverse (line 400) | public readonly void Reverse() method GetHashCode (line 428) | public override readonly int GetHashCode() method Equals (line 433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 442) | public override readonly bool Equals(object other) method ToString (line 445) | public override readonly string ToString() method Parse (line 452) | public static __type__ Parse(string s) method __type__ (line 925) | public __type__(/*# pc.ForEach(i => { */__tvec__ p__i__/*# }, Sep(", "... method __type__ (line 933) | public __type__(IEnumerable<__tvec__> points) method __type__ (line 943) | public __type__(__tvec__ p0, __tvec__ edge01, __tvec__ edge03) method GetEdgeLine (line 1011) | public readonly __tline__ GetEdgeLine(int index) method GetEdge (line 1022) | public readonly __tvec__ GetEdge(int index) method Copy (line 1082) | public readonly __type__ Copy(Func<__tvec__, __tvec__> point_copyFun) method To__otype__ (line 1089) | public readonly __otype__ To__otype__(Func<__tvec__, __otvec__> point_... method GetHashCode (line 1111) | public override readonly int GetHashCode() method Equals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1120) | public override readonly bool Equals(object other) method ToString (line 1123) | public override readonly string ToString() method Parse (line 1129) | public static __type__ Parse(string s) class Fun (line 473) | public static partial class Fun method ApproximateEquals (line 478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type __indextype__ (line 502) | [StructLayout(LayoutKind.Sequential)] method __indextype__ (line 512) | public __indextype__(int[] indexArray, int firstIndex, int pointCount,... method __indextype__ (line 520) | public __indextype__(__tvec__[] pointArray, int firstIndex, int pointC... method __indextype__ (line 524) | public __indextype__(__tvec__[] pointArray) method ForEachIndex (line 594) | public void ForEachIndex(Action index_act) method GetIndexArray (line 605) | public int[] GetIndexArray() method GetPointArray (line 615) | public __tvec__[] GetPointArray() method GetPointArray (line 621) | public T[] GetPointArray(T[] pointArray) method GetPointArray (line 626) | public T[] GetPointArray(List pointList) class __indextype__Extensions (line 639) | public static partial class __indextype__Extensions method To__type__ (line 644) | public static __type__ To__type__(this __indextype__ polygon) method ComputeVertexCentroid (line 657) | public static __tvec__ ComputeVertexCentroid(this __indextype__ polygon) method ComputePerimeter (line 666) | public static __ftype__ ComputePerimeter(this __indextype__ polygon) method Scale (line 692) | public static void Scale(this ref __type__ polygon, __tscalefactor__ s... method Scaled (line 703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 717) | public static void Scale(this ref __type__ polygon, __tvec__ center, _... method Scaled (line 729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutVertexCentroid (line 742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutVertexCentroid (line 754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 773) | public static void Transform(this ref __type__ polygon, __ttrafo__ t) method Transformed (line 784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 798) | public static void InvTransform(this ref __type__ polygon, __ttrafo__ t) method InvTransformed (line 809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WithoutMultiplePoints (line 819) | public static __type__ WithoutMultiplePoints(this __type__ polygon, __... method ConvexClipped (line 843) | public static __type__ ConvexClipped( method ConvexClipped (line 870) | public static __type__ ConvexClipped( method ConvexClipped (line 885) | public static __type__ ConvexClipped( method ConvexClipped (line 894) | public static __type__ ConvexClipped( type __type__ (line 915) | [StructLayout(LayoutKind.Sequential)] method __type__ (line 80) | public __type__(__tvec__[] pointArray, int pointCount) method __type__ (line 103) | public __type__(params __tvec__[] pointArray) method __type__ (line 112) | public __type__(__tvec__[] pointArray, int startIndex, int count) method __type__ (line 124) | public __type__(int pointCount, Func index_pointCreator) method __type__ (line 131) | public __type__(IEnumerable<__tvec__> points) method __type__ (line 139) | public __type__(int[] indexArray, __tvec__[] pointArray) method __type__ (line 146) | public __type__(__ttriangle__ triangle) method __type__ (line 153) | public __type__(__tquad__ quad) method __type__ (line 161) | public __type__(__type__ original) method GetPointArray (line 200) | public readonly __tvec__[] GetPointArray() method GetPointArrayWithRepeatedFirstPoint (line 211) | public readonly __tvec__[] GetPointArrayWithRepeatedFirstPoint() method GetPointArray (line 223) | public readonly T[] GetPointArray(Func<__tvec__, T> point_copyFun) method GetPointArray (line 234) | public readonly T[] GetPointArray(Func<__tvec__, int, T> point_inde... method Edge (line 262) | public readonly __tvec__ Edge(int index) method EdgeLine (line 292) | public readonly __tline__ EdgeLine(int index) method GetEdgeArray (line 323) | public readonly __tvec__[] GetEdgeArray() method GetEdgeLineArray (line 343) | public readonly __tline__[] GetEdgeLineArray() method Copy (line 367) | public readonly __type__ Copy() method Map (line 375) | public readonly __type__ Map(Func<__tvec__, __tvec__> point_fun) method Reverse (line 400) | public readonly void Reverse() method GetHashCode (line 428) | public override readonly int GetHashCode() method Equals (line 433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 442) | public override readonly bool Equals(object other) method ToString (line 445) | public override readonly string ToString() method Parse (line 452) | public static __type__ Parse(string s) method __type__ (line 925) | public __type__(/*# pc.ForEach(i => { */__tvec__ p__i__/*# }, Sep(", "... method __type__ (line 933) | public __type__(IEnumerable<__tvec__> points) method __type__ (line 943) | public __type__(__tvec__ p0, __tvec__ edge01, __tvec__ edge03) method GetEdgeLine (line 1011) | public readonly __tline__ GetEdgeLine(int index) method GetEdge (line 1022) | public readonly __tvec__ GetEdge(int index) method Copy (line 1082) | public readonly __type__ Copy(Func<__tvec__, __tvec__> point_copyFun) method To__otype__ (line 1089) | public readonly __otype__ To__otype__(Func<__tvec__, __otvec__> point_... method GetHashCode (line 1111) | public override readonly int GetHashCode() method Equals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1120) | public override readonly bool Equals(object other) method ToString (line 1123) | public override readonly string ToString() method Parse (line 1129) | public static __type__ Parse(string s) class Fun (line 1151) | public static partial class Fun method ApproximateEquals (line 478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class __type__Extensions (line 1173) | public static partial class __type__Extensions method Scale (line 1184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 1197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 1211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 1225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaleAboutCentroid (line 1238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledAboutCentroid (line 1250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 1282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformed (line 1309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointArray (line 1321) | public static __tvec__[] GetPointArray(this __type__ __name__) method ComputeCentroid (line 1330) | public static __tvec__ ComputeCentroid(this __type__ __name__) FILE: src/Aardvark.Base/Geometry/Types/Hull/Hull2_auto.cs type Hull2f (line 16) | public partial struct Hull2f : IEquatable, IValidity method Hull2f (line 25) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hull2f (line 31) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hull2f (line 37) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hull2f (line 49) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hull2f (line 55) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 160) | public readonly Hull2f Transformed(Trafo2f trafo) method TransformInto (line 173) | public readonly void TransformInto(Trafo2f trafo, ref Hull2f hull) method Reversed (line 184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reverse (line 188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Hull2fExtensions (line 195) | public static class Hull2fExtensions method ToInwardHull (line 202) | public static Hull2f ToInwardHull(this V2f[] polygon, int pointCount = 0) method IsInsideInwardHull (line 222) | public static bool IsInsideInwardHull(this V2f point, Hull2f hull, flo... method ComputeCorners (line 232) | public static HashSet ComputeCorners(this Hull2f hull) type Hull2d (line 271) | public partial struct Hull2d : IEquatable, IValidity method Hull2d (line 280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hull2d (line 286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hull2d (line 292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hull2d (line 304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hull2d (line 310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 415) | public readonly Hull2d Transformed(Trafo2d trafo) method TransformInto (line 428) | public readonly void TransformInto(Trafo2d trafo, ref Hull2d hull) method Reversed (line 439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reverse (line 443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Hull2dExtensions (line 450) | public static class Hull2dExtensions method ToInwardHull (line 457) | public static Hull2d ToInwardHull(this V2d[] polygon, int pointCount = 0) method IsInsideInwardHull (line 477) | public static bool IsInsideInwardHull(this V2d point, Hull2d hull, dou... method ComputeCorners (line 487) | public static HashSet ComputeCorners(this Hull2d hull) FILE: src/Aardvark.Base/Geometry/Types/Hull/Hull2_template.cs type __type__ (line 31) | public partial struct __type__ : IEquatable<__type__>, IValidity method __type__ (line 40) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 46) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 52) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 64) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 70) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 175) | public readonly __type__ Transformed(__trafo2t__ trafo) method TransformInto (line 188) | public readonly void TransformInto(__trafo2t__ trafo, ref __type__ hull) method Reversed (line 199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reverse (line 203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class __type__Extensions (line 210) | public static class __type__Extensions method ToInwardHull (line 217) | public static __type__ ToInwardHull(this __v2t__[] polygon, int pointC... method IsInsideInwardHull (line 237) | public static bool IsInsideInwardHull(this __v2t__ point, __type__ hul... method ComputeCorners (line 247) | public static HashSet<__v2t__> ComputeCorners(this __type__ hull) FILE: src/Aardvark.Base/Geometry/Types/Hull/Hull3_auto.cs class Hull (line 11) | public static class Hull type Flags32 (line 15) | [Flags] method OrPlane (line 53) | public static Flags32 OrPlane(this Flags32 flags, int i) method AndNotPlane (line 57) | public static Flags32 AndNotPlane(this Flags32 flags, int i) type Hull3f (line 71) | public partial struct Hull3f : IEquatable, IValidity method Hull3f (line 80) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hull3f (line 90) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hull3f (line 99) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hull3f (line 116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hull3f (line 122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 227) | public readonly Hull3f Transformed(Trafo3f trafo) method TransformInto (line 240) | public readonly void TransformInto(Trafo3f trafo, ref Hull3f hull) method Reversed (line 255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reverse (line 259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type FastHull3f (line 271) | public struct FastHull3f method FastHull3f (line 281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FastHull3f (line 288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FastHull3f (line 295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FastHull3f (line 302) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeMinCornerIndexArray (line 321) | private static int[] ComputeMinCornerIndexArray(Plane3f[] planeArray) method ComputeMinCornerIndexArrayInto (line 338) | private static void ComputeMinCornerIndexArrayInto( method IntersectsAxisAlignedBox (line 368) | public readonly bool IntersectsAxisAlignedBox( method Transformed (line 390) | public readonly FastHull3f Transformed(Trafo3f trafo) method TransformInto (line 401) | public readonly void TransformInto(Trafo3f trafo, ref FastHull3f fastH... class Hull3fExtensions (line 411) | public static class Hull3fExtensions method ComputeCorners (line 416) | public static HashSet ComputeCorners(this Hull3f hull) type Hull3d (line 459) | public partial struct Hull3d : IEquatable, IValidity method Hull3d (line 468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hull3d (line 478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hull3d (line 487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hull3d (line 504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hull3d (line 510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 615) | public readonly Hull3d Transformed(Trafo3d trafo) method TransformInto (line 628) | public readonly void TransformInto(Trafo3d trafo, ref Hull3d hull) method Reversed (line 643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reverse (line 647) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type FastHull3d (line 659) | public struct FastHull3d method FastHull3d (line 669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FastHull3d (line 676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FastHull3d (line 683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FastHull3d (line 690) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeMinCornerIndexArray (line 709) | private static int[] ComputeMinCornerIndexArray(Plane3d[] planeArray) method ComputeMinCornerIndexArrayInto (line 726) | private static void ComputeMinCornerIndexArrayInto( method IntersectsAxisAlignedBox (line 756) | public readonly bool IntersectsAxisAlignedBox( method Transformed (line 778) | public readonly FastHull3d Transformed(Trafo3d trafo) method TransformInto (line 789) | public readonly void TransformInto(Trafo3d trafo, ref FastHull3d fastH... class Hull3dExtensions (line 799) | public static class Hull3dExtensions method ComputeCorners (line 804) | public static HashSet ComputeCorners(this Hull3d hull) FILE: src/Aardvark.Base/Geometry/Types/Hull/Hull3_template.cs class Hull (line 11) | public static class Hull type Flags32 (line 15) | [Flags] method OrPlane (line 53) | public static Flags32 OrPlane(this Flags32 flags, int i) method AndNotPlane (line 57) | public static Flags32 AndNotPlane(this Flags32 flags, int i) type __type__ (line 86) | public partial struct __type__ : IEquatable<__type__>, IValidity method __type__ (line 95) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 242) | public readonly __type__ Transformed(__trafo3t__ trafo) method TransformInto (line 255) | public readonly void TransformInto(__trafo3t__ trafo, ref __type__ hull) method Reversed (line 270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reverse (line 274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Fast__type__ (line 286) | public struct Fast__type__ method Fast__type__ (line 296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Fast__type__ (line 303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Fast__type__ (line 310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Fast__type__ (line 317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeMinCornerIndexArray (line 336) | private static int[] ComputeMinCornerIndexArray(__plane3t__[] planeArray) method ComputeMinCornerIndexArrayInto (line 353) | private static void ComputeMinCornerIndexArrayInto( method IntersectsAxisAlignedBox (line 383) | public readonly bool IntersectsAxisAlignedBox( method Transformed (line 405) | public readonly Fast__type__ Transformed(__trafo3t__ trafo) method TransformInto (line 416) | public readonly void TransformInto(__trafo3t__ trafo, ref Fast__type__... class __type__Extensions (line 426) | public static class __type__Extensions method ComputeCorners (line 431) | public static HashSet<__v3t__> ComputeCorners(this __type__ hull) FILE: src/Aardvark.Base/Geometry/Types/Line/Line2_auto.cs type Line2f (line 12) | public partial struct Line2f : IBoundingCircle2f method LeftValueOfDir (line 42) | public readonly float LeftValueOfDir(V2f v) => v.X * (P0.Y - P1.Y) + v... method RightValueOfDir (line 44) | public readonly float RightValueOfDir(V2f v) => v.X * (P1.Y - P0.Y) + ... method LeftValueOfPos (line 46) | public readonly float LeftValueOfPos(V2f p) method RightValueOfPos (line 49) | public readonly float RightValueOfPos(V2f p) method GetClosestPointOnLine (line 64) | public readonly V2f GetClosestPointOnLine(V2f p) method GetDistanceToLine (line 78) | public readonly float GetDistanceToLine(V2f p) method IsDistanceToPointSmallerThan (line 84) | public readonly bool IsDistanceToPointSmallerThan(V2f p, float maxDist) method IsCollinear (line 101) | public static bool IsCollinear(V2f a, V2f b, V2f c) method IsCollinear (line 107) | public static bool IsCollinear(V2f a, V2f b, V2f c, float eps = 1e-5f) type Line2d (line 118) | public partial struct Line2d : IBoundingCircle2d method LeftValueOfDir (line 148) | public readonly double LeftValueOfDir(V2d v) => v.X * (P0.Y - P1.Y) + ... method RightValueOfDir (line 150) | public readonly double RightValueOfDir(V2d v) => v.X * (P1.Y - P0.Y) +... method LeftValueOfPos (line 152) | public readonly double LeftValueOfPos(V2d p) method RightValueOfPos (line 155) | public readonly double RightValueOfPos(V2d p) method GetClosestPointOnLine (line 170) | public readonly V2d GetClosestPointOnLine(V2d p) method GetDistanceToLine (line 184) | public readonly double GetDistanceToLine(V2d p) method IsDistanceToPointSmallerThan (line 190) | public readonly bool IsDistanceToPointSmallerThan(V2d p, double maxDist) method IsCollinear (line 207) | public static bool IsCollinear(V2d a, V2d b, V2d c) method IsCollinear (line 213) | public static bool IsCollinear(V2d a, V2d b, V2d c, double eps = 1e-9) FILE: src/Aardvark.Base/Geometry/Types/Line/Line2_template.cs type __type__ (line 28) | public partial struct __type__ : __iboundingcircle__ method LeftValueOfDir (line 58) | public readonly __ftype__ LeftValueOfDir(__v2t__ v) => v.X * (P0.Y - P... method RightValueOfDir (line 60) | public readonly __ftype__ RightValueOfDir(__v2t__ v) => v.X * (P1.Y - ... method LeftValueOfPos (line 62) | public readonly __ftype__ LeftValueOfPos(__v2t__ p) method RightValueOfPos (line 65) | public readonly __ftype__ RightValueOfPos(__v2t__ p) method GetClosestPointOnLine (line 80) | public readonly __v2t__ GetClosestPointOnLine(__v2t__ p) method GetDistanceToLine (line 94) | public readonly __ftype__ GetDistanceToLine(__v2t__ p) method IsDistanceToPointSmallerThan (line 100) | public readonly bool IsDistanceToPointSmallerThan(__v2t__ p, __ftype__... method IsCollinear (line 117) | public static bool IsCollinear(__v2t__ a, __v2t__ b, __v2t__ c) method IsCollinear (line 123) | public static bool IsCollinear(__v2t__ a, __v2t__ b, __v2t__ c, __ftyp... FILE: src/Aardvark.Base/Geometry/Types/Line/Line3_auto.cs type Line3f (line 13) | [Serializable] type Line3d (line 60) | [Serializable] FILE: src/Aardvark.Base/Geometry/Types/Line/Line3_template.cs type __type__ (line 29) | [Serializable] FILE: src/Aardvark.Base/Geometry/Types/Line1iPoint.cs class Line1iPoint (line 9) | public class Line1iPoint method Line1iPoint (line 16) | public Line1iPoint( FILE: src/Aardvark.Base/Geometry/Types/Plane/Plane2_auto.cs type Plane2f (line 19) | public partial struct Plane2f : IEquatable, IValidity // should... method Plane2f (line 33) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane2f (line 47) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane2f (line 57) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane2f (line 67) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reverse (line 200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Height (line 221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sign (line 227) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NearestPoint (line 234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 291) | public static partial class Fun method ApproximateEquals (line 296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Plane2d (line 320) | public partial struct Plane2d : IEquatable, IValidity // should... method Plane2d (line 334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane2d (line 348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane2d (line 358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane2d (line 368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reverse (line 501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Height (line 522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sign (line 528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NearestPoint (line 535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 592) | public static partial class Fun method ApproximateEquals (line 296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Plane/Plane2_template.cs type __plane2t__ (line 29) | public partial struct __plane2t__ : IEquatable<__plane2t__>, IValidity /... method __plane2t__ (line 43) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __plane2t__ (line 57) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __plane2t__ (line 67) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __plane2t__ (line 77) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reverse (line 210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Height (line 231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sign (line 237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NearestPoint (line 244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 301) | public static partial class Fun method ApproximateEquals (line 306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Plane/Plane3_auto.cs type Plane3f (line 20) | public partial struct Plane3f : IEquatable, IValidity, IBoundin... method Plane3f (line 41) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane3f (line 55) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane3f (line 66) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane3f (line 77) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane3f (line 87) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane3f (line 97) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reverse (line 223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Height (line 243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sign (line 250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NearestPoint (line 257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 374) | public static partial class Fun method ApproximateEquals (line 379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 600) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type PlaneWithPoint3f (line 400) | public struct PlaneWithPoint3f : IBoundingBox3f method PlaneWithPoint3f (line 414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PlaneWithPoint3f (line 424) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PlaneWithPoint3f (line 434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reverse (line 512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Height (line 518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sign (line 524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 586) | public static partial class Fun method ApproximateEquals (line 379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 600) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type PlanePair3f (line 612) | public struct PlanePair3f method PlanePair3f (line 619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PlanePair3f (line 628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PlanePair3f (line 638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRay3f (line 657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type PlaneTriple3f (line 674) | public struct PlaneTriple3f method PlaneTriple3f (line 682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PlaneTriple3f (line 691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PlaneTriple3f (line 702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPoint (line 762) | public readonly V3f GetPoint() class Plane3fExtensions (line 775) | public static class Plane3fExtensions method GetPlaneSpaceTransform (line 780) | public static Trafo3f GetPlaneSpaceTransform(this Plane3f self) method GetWorldToPlane (line 787) | public static M44f GetWorldToPlane(this Plane3f self) method GetPlaneToWorld (line 797) | public static M44f GetPlaneToWorld(this Plane3f self) method Project (line 806) | public static V3f Project(this Plane3f plane, V3f p) => p - plane.Heig... method Project (line 811) | public static V3f Project(this Plane3f plane, V3f p, V3f direction) method Project (line 829) | public static V3f[] Project(this Plane3f plane, V3f[] pointArray, int ... method Project (line 851) | public static V3f[] Project(this Plane3f plane, V3f[] pointArray, V3f ... method ProjectToPlaneSpace (line 880) | public static V2f ProjectToPlaneSpace(this Plane3f plane, V3f p) method ProjectToPlaneSpace (line 886) | public static V2f[] ProjectToPlaneSpace(this Plane3f plane, V3f[] points) method Unproject (line 895) | public static V3f Unproject(this Plane3f plane, V2f point) method Unproject (line 904) | public static V3f[] Unproject(this Plane3f plane, V2f[] points) method Unproject (line 913) | public static V3f[] Unproject(this Plane3f plane, IReadOnlyList p... type Plane3d (line 933) | public partial struct Plane3d : IEquatable, IValidity, IBoundin... method Plane3d (line 954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane3d (line 968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane3d (line 979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane3d (line 990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane3d (line 1000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane3d (line 1010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 1125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reverse (line 1136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Height (line 1156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sign (line 1163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NearestPoint (line 1170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 1181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 1198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 1209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 1243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 1247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 1287) | public static partial class Fun method ApproximateEquals (line 379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 600) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type PlaneWithPoint3d (line 1313) | public struct PlaneWithPoint3d : IBoundingBox3d method PlaneWithPoint3d (line 1327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PlaneWithPoint3d (line 1337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PlaneWithPoint3d (line 1347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 1422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reverse (line 1425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Height (line 1431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sign (line 1437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 1455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 1459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 1499) | public static partial class Fun method ApproximateEquals (line 379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 600) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type PlanePair3d (line 1525) | public struct PlanePair3d method PlanePair3d (line 1532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PlanePair3d (line 1541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PlanePair3d (line 1551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRay3d (line 1570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type PlaneTriple3d (line 1587) | public struct PlaneTriple3d method PlaneTriple3d (line 1595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PlaneTriple3d (line 1604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PlaneTriple3d (line 1615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPoint (line 1675) | public readonly V3d GetPoint() class Plane3dExtensions (line 1688) | public static class Plane3dExtensions method GetPlaneSpaceTransform (line 1693) | public static Trafo3d GetPlaneSpaceTransform(this Plane3d self) method GetWorldToPlane (line 1700) | public static M44d GetWorldToPlane(this Plane3d self) method GetPlaneToWorld (line 1710) | public static M44d GetPlaneToWorld(this Plane3d self) method Project (line 1719) | public static V3d Project(this Plane3d plane, V3d p) => p - plane.Heig... method Project (line 1724) | public static V3d Project(this Plane3d plane, V3d p, V3d direction) method Project (line 1742) | public static V3d[] Project(this Plane3d plane, V3d[] pointArray, int ... method Project (line 1764) | public static V3d[] Project(this Plane3d plane, V3d[] pointArray, V3d ... method ProjectToPlaneSpace (line 1793) | public static V2d ProjectToPlaneSpace(this Plane3d plane, V3d p) method ProjectToPlaneSpace (line 1799) | public static V2d[] ProjectToPlaneSpace(this Plane3d plane, V3d[] points) method Unproject (line 1808) | public static V3d Unproject(this Plane3d plane, V2d point) method Unproject (line 1817) | public static V3d[] Unproject(this Plane3d plane, V2d[] points) method Unproject (line 1826) | public static V3d[] Unproject(this Plane3d plane, IReadOnlyList p... FILE: src/Aardvark.Base/Geometry/Types/Plane/Plane3_template.cs type __plane3t__ (line 43) | public partial struct __plane3t__ : IEquatable<__plane3t__>, IValidity, ... method __plane3t__ (line 64) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __plane3t__ (line 78) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __plane3t__ (line 89) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __plane3t__ (line 100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __plane3t__ (line 110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __plane3t__ (line 120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reverse (line 246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Height (line 266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sign (line 273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NearestPoint (line 280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 397) | public static partial class Fun method ApproximateEquals (line 402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type __planewithpoint3t__ (line 423) | public struct __planewithpoint3t__ : __iboundingbox3t__ method __planewithpoint3t__ (line 437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __planewithpoint3t__ (line 447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __planewithpoint3t__ (line 457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reverse (line 535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Height (line 541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sign (line 547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 554) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 609) | public static partial class Fun method ApproximateEquals (line 402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type __planepair3t__ (line 635) | public struct __planepair3t__ method __planepair3t__ (line 642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __planepair3t__ (line 651) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __planepair3t__ (line 661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Get__ray3t__ (line 680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type __planetriple3t__ (line 697) | public struct __planetriple3t__ method __planetriple3t__ (line 705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __planetriple3t__ (line 714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __planetriple3t__ (line 725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPoint (line 785) | public readonly __v3t__ GetPoint() class __plane3t__Extensions (line 798) | public static class __plane3t__Extensions method GetPlaneSpaceTransform (line 803) | public static __trafo3t__ GetPlaneSpaceTransform(this __plane3t__ self) method GetWorldToPlane (line 810) | public static __m44t__ GetWorldToPlane(this __plane3t__ self) method GetPlaneToWorld (line 820) | public static __m44t__ GetPlaneToWorld(this __plane3t__ self) method Project (line 829) | public static __v3t__ Project(this __plane3t__ plane, __v3t__ p) => p ... method Project (line 834) | public static __v3t__ Project(this __plane3t__ plane, __v3t__ p, __v3t... method Project (line 852) | public static __v3t__[] Project(this __plane3t__ plane, __v3t__[] poin... method Project (line 874) | public static __v3t__[] Project(this __plane3t__ plane, __v3t__[] poin... method ProjectToPlaneSpace (line 903) | public static __v2t__ ProjectToPlaneSpace(this __plane3t__ plane, __v3... method ProjectToPlaneSpace (line 909) | public static __v2t__[] ProjectToPlaneSpace(this __plane3t__ plane, __... method Unproject (line 918) | public static __v3t__ Unproject(this __plane3t__ plane, __v2t__ point) method Unproject (line 927) | public static __v3t__[] Unproject(this __plane3t__ plane, __v2t__[] po... method Unproject (line 936) | public static __v3t__[] Unproject(this __plane3t__ plane, IReadOnlyLis... FILE: src/Aardvark.Base/Geometry/Types/Polygon/IImmutablePolygonExtensions_auto.cs class IImmutablePolygonExtensions (line 8) | public static class IImmutablePolygonExtensions method RepairIndex (line 13) | internal static int RepairIndex(int count, int index) method RepairIndex (line 35) | public static int RepairIndex(this IImmutablePolygon self, int i... class IImmutablePolygon2fExtensions (line 44) | public static class IImmutablePolygon2fExtensions method ToPolygon2f (line 49) | public static Polygon2f ToPolygon2f(this IImmutablePolygon self) method QueryNearestVertex (line 55) | public static Tuple QueryNearestVertex(this IImmutablePol... method MovePoint (line 73) | public static IImmutablePolygon MovePoint(this IImmutablePolygon<... method TransformPoint (line 79) | public static IImmutablePolygon TransformPoint(this IImmutablePol... method GetEdge (line 85) | public static Line2f GetEdge(this IImmutablePolygon self, int index) method SetEdge (line 96) | public static IImmutablePolygon SetEdge(this IImmutablePolygon AlignEdge(this IImmutablePolygon<... method ToCounterClockwise (line 138) | public static IImmutablePolygon ToCounterClockwise(this IImmutabl... method ToClockwise (line 144) | public static IImmutablePolygon ToClockwise(this IImmutablePolygo... class IImmutablePolygon2dExtensions (line 155) | public static class IImmutablePolygon2dExtensions method ToPolygon2d (line 160) | public static Polygon2d ToPolygon2d(this IImmutablePolygon self) method QueryNearestVertex (line 166) | public static Tuple QueryNearestVertex(this IImmutablePol... method MovePoint (line 184) | public static IImmutablePolygon MovePoint(this IImmutablePolygon<... method TransformPoint (line 190) | public static IImmutablePolygon TransformPoint(this IImmutablePol... method GetEdge (line 196) | public static Line2d GetEdge(this IImmutablePolygon self, int index) method SetEdge (line 207) | public static IImmutablePolygon SetEdge(this IImmutablePolygon AlignEdge(this IImmutablePolygon<... method ToCounterClockwise (line 249) | public static IImmutablePolygon ToCounterClockwise(this IImmutabl... method ToClockwise (line 255) | public static IImmutablePolygon ToClockwise(this IImmutablePolygo... FILE: src/Aardvark.Base/Geometry/Types/Polygon/IImmutablePolygonExtensions_template.cs class IImmutablePolygonExtensions (line 8) | public static class IImmutablePolygonExtensions method RepairIndex (line 13) | internal static int RepairIndex(int count, int index) method RepairIndex (line 35) | public static int RepairIndex(this IImmutablePolygon self, int i... class IImmutable__polygon2t__Extensions (line 59) | public static class IImmutable__polygon2t__Extensions method To__polygon2t__ (line 64) | public static __polygon2t__ To__polygon2t__(this IImmutablePolygon<__v... method QueryNearestVertex (line 70) | public static Tuple QueryNearestVertex(this IImmutablePol... method MovePoint (line 88) | public static IImmutablePolygon<__v2t__> MovePoint(this IImmutablePoly... method TransformPoint (line 94) | public static IImmutablePolygon<__v2t__> TransformPoint(this IImmutabl... method GetEdge (line 100) | public static __line2t__ GetEdge(this IImmutablePolygon<__v2t__> self,... method SetEdge (line 111) | public static IImmutablePolygon<__v2t__> SetEdge(this IImmutablePolygo... method RepairIndex (line 122) | public static int RepairIndex(this __polygon2t__ self, int index) method RepairIndex (line 128) | public static int RepairIndex(this __polygon3t__ self, int index) method AlignEdge (line 134) | public static IImmutablePolygon<__v2t__> AlignEdge(this IImmutablePoly... method ToCounterClockwise (line 153) | public static IImmutablePolygon<__v2t__> ToCounterClockwise(this IImmu... method ToClockwise (line 159) | public static IImmutablePolygon<__v2t__> ToClockwise(this IImmutablePo... FILE: src/Aardvark.Base/Geometry/Types/Polygon/ImmutablePolygon.cs class ImmutablePolygon (line 12) | public class ImmutablePolygon: IImmutablePolygon method ImmutablePolygon (line 27) | public ImmutablePolygon(IEnumerable outline) method ImmutablePolygon (line 36) | public ImmutablePolygon(ImmutableList outline) method GetPoint (line 45) | public T GetPoint(int index) => m_ps[this.RepairIndex(index)]; method ToString (line 50) | public override string ToString() method AddPoint (line 68) | public IImmutablePolygon AddPoint(T p) method AddPoints (line 74) | public IImmutablePolygon AddPoints(IEnumerable points) method SetPoint (line 80) | public IImmutablePolygon SetPoint(int index, T p) method InsertPoint (line 86) | public IImmutablePolygon InsertPoint(int index, T p) method RemovePoint (line 92) | public IImmutablePolygon RemovePoint(int index) method RemovePoints (line 98) | public IImmutablePolygon RemovePoints(IEnumerable indexes) method Transform (line 111) | public IImmutablePolygon Transform(Func transform) FILE: src/Aardvark.Base/Geometry/Types/Polygon/Polygon2_auto.cs class Polygon2fExtensions (line 11) | public static partial class Polygon2fExtensions method ToPolygon2fCCW (line 15) | public static Polygon2f ToPolygon2fCCW(this Box2f self) method ToPolygon3f (line 18) | public static Polygon3f ToPolygon3f(this Polygon2f polygon, Func polygon.ComputeWin... method IsConcave (line 257) | public static bool IsConcave(this Polygon2f polygon) => polygon.HasWin... method IsConvex (line 259) | public static bool IsConvex(this Polygon2f polygon) => polygon.HasWind... method ComputeConvexHullIndexPolygon (line 268) | public static IndexPolygon2f ComputeConvexHullIndexPolygon(this Polygo... method HasSelfIntersections (line 281) | public static int HasSelfIntersections( method IsFullyContainedInside (line 326) | public static bool IsFullyContainedInside(this Polygon2f self, Polygon... method MinDistanceTo (line 355) | public static float MinDistanceTo(this Polygon2f polygon, Polygon2f po... method MinDistanceTo (line 368) | public static float MinDistanceTo( method DistanceToLine (line 425) | private static float DistanceToLine(V2f query, V2f p0, V2f p1, float d... method HasDegeneratedPart (line 446) | public static bool HasDegeneratedPart(this Polygon2f poly) method HasDegeneratedPart (line 452) | public static bool HasDegeneratedPart(this Polygon2f poly, float absol... method HasDegeneratedPart (line 459) | public static bool HasDegeneratedPart(this Polygon2f poly, out Polygon... method HasDegeneratedPart (line 470) | public static bool HasDegeneratedPart(this Polygon2f poly, out int[] N... method HasDegeneratedPart (line 477) | public static bool HasDegeneratedPart(this Polygon2f poly, float absol... method PolygonHasDegeneratedPart (line 487) | public static bool PolygonHasDegeneratedPart(this Polygon2f poly) method PolygonHasDegeneratedPart (line 493) | public static bool PolygonHasDegeneratedPart(this Polygon2f poly, floa... method PolygonHasDegeneratedPart (line 529) | public static bool PolygonHasDegeneratedPart(this Polygon2f poly, out ... method PolygonHasDegeneratedPart (line 536) | public static bool PolygonHasDegeneratedPart(this Polygon2f poly, floa... class IndexPolygon2fExtensions (line 600) | public static partial class IndexPolygon2fExtensions method ToPolygon3f (line 604) | public static Polygon3f ToPolygon3f(this IndexPolygon2f polygon, V3f[]... method ToPolygon3f (line 607) | public static Polygon3f ToPolygon3f(this IndexPolygon2f polygon, List<... class Polygon2dExtensions (line 617) | public static partial class Polygon2dExtensions method ToPolygon2dCCW (line 621) | public static Polygon2d ToPolygon2dCCW(this Box2d self) method ToPolygon3d (line 624) | public static Polygon3d ToPolygon3d(this Polygon2d polygon, Func polygon.ComputeWin... method IsConcave (line 863) | public static bool IsConcave(this Polygon2d polygon) => polygon.HasWin... method IsConvex (line 865) | public static bool IsConvex(this Polygon2d polygon) => polygon.HasWind... method ComputeConvexHullIndexPolygon (line 874) | public static IndexPolygon2d ComputeConvexHullIndexPolygon(this Polygo... method HasSelfIntersections (line 887) | public static int HasSelfIntersections( method IsFullyContainedInside (line 932) | public static bool IsFullyContainedInside(this Polygon2d self, Polygon... method MinDistanceTo (line 961) | public static double MinDistanceTo(this Polygon2d polygon, Polygon2d p... method MinDistanceTo (line 974) | public static double MinDistanceTo( method DistanceToLine (line 1031) | private static double DistanceToLine(V2d query, V2d p0, V2d p1, double... method HasDegeneratedPart (line 1052) | public static bool HasDegeneratedPart(this Polygon2d poly) method HasDegeneratedPart (line 1058) | public static bool HasDegeneratedPart(this Polygon2d poly, double abso... method HasDegeneratedPart (line 1065) | public static bool HasDegeneratedPart(this Polygon2d poly, out Polygon... method HasDegeneratedPart (line 1076) | public static bool HasDegeneratedPart(this Polygon2d poly, out int[] N... method HasDegeneratedPart (line 1083) | public static bool HasDegeneratedPart(this Polygon2d poly, double abso... method PolygonHasDegeneratedPart (line 1093) | public static bool PolygonHasDegeneratedPart(this Polygon2d poly) method PolygonHasDegeneratedPart (line 1099) | public static bool PolygonHasDegeneratedPart(this Polygon2d poly, doub... method PolygonHasDegeneratedPart (line 1135) | public static bool PolygonHasDegeneratedPart(this Polygon2d poly, out ... method PolygonHasDegeneratedPart (line 1142) | public static bool PolygonHasDegeneratedPart(this Polygon2d poly, doub... class IndexPolygon2dExtensions (line 1206) | public static partial class IndexPolygon2dExtensions method ToPolygon3d (line 1210) | public static Polygon3d ToPolygon3d(this IndexPolygon2d polygon, V3d[]... method ToPolygon3d (line 1213) | public static Polygon3d ToPolygon3d(this IndexPolygon2d polygon, List<... FILE: src/Aardvark.Base/Geometry/Types/Polygon/Polygon2_template.cs class __polygon2t__Extensions (line 29) | public static partial class __polygon2t__Extensions method To__polygon2t__CCW (line 33) | public static __polygon2t__ To__polygon2t__CCW(this __box2t__ self) method To__polygon3t__ (line 36) | public static __polygon3t__ To__polygon3t__(this __polygon2t__ polygon... method To__polygon3t__ (line 39) | public static __polygon3t__ To__polygon3t__(this __polygon2t__ polygon... method Transformed (line 50) | public static __polygon3t__ Transformed(this __polygon2t__ polygon, __... method ComputeCentroid (line 62) | public static __v2t__ ComputeCentroid(this __polygon2t__ polygon) method ComputeSignedArea (line 88) | public static __ftype__ ComputeSignedArea(this __polygon2t__ polygon) method ComputeArea (line 105) | public static __ftype__ ComputeArea(this __polygon2t__ polygon) method ComputeMinAreaEnclosingBoxRotation (line 115) | public static __m22t__ ComputeMinAreaEnclosingBoxRotation( method ComputeOrientedBoundingBox (line 205) | public static __polygon2t__ ComputeOrientedBoundingBox(this __polygon2... method ComputeWindingNumber (line 218) | public static int ComputeWindingNumber(this __polygon2t__ polygon) method HasWinding (line 254) | public static bool HasWinding( method IsCcw (line 273) | public static bool IsCcw(this __polygon2t__ polygon) => polygon.Comput... method IsConcave (line 275) | public static bool IsConcave(this __polygon2t__ polygon) => polygon.Ha... method IsConvex (line 277) | public static bool IsConvex(this __polygon2t__ polygon) => polygon.Has... method ComputeConvexHullIndexPolygon (line 286) | public static Index__polygon2t__ ComputeConvexHullIndexPolygon(this __... method HasSelfIntersections (line 299) | public static int HasSelfIntersections( method IsFullyContainedInside (line 344) | public static bool IsFullyContainedInside(this __polygon2t__ self, __p... method MinDistanceTo (line 373) | public static __ftype__ MinDistanceTo(this __polygon2t__ polygon, __po... method MinDistanceTo (line 386) | public static __ftype__ MinDistanceTo( method DistanceToLine (line 443) | private static __ftype__ DistanceToLine(__v2t__ query, __v2t__ p0, __v... method HasDegeneratedPart (line 464) | public static bool HasDegeneratedPart(this __polygon2t__ poly) method HasDegeneratedPart (line 470) | public static bool HasDegeneratedPart(this __polygon2t__ poly, __ftype... method HasDegeneratedPart (line 477) | public static bool HasDegeneratedPart(this __polygon2t__ poly, out __p... method HasDegeneratedPart (line 488) | public static bool HasDegeneratedPart(this __polygon2t__ poly, out int... method HasDegeneratedPart (line 495) | public static bool HasDegeneratedPart(this __polygon2t__ poly, __ftype... method PolygonHasDegeneratedPart (line 505) | public static bool PolygonHasDegeneratedPart(this __polygon2t__ poly) method PolygonHasDegeneratedPart (line 511) | public static bool PolygonHasDegeneratedPart(this __polygon2t__ poly, ... method PolygonHasDegeneratedPart (line 547) | public static bool PolygonHasDegeneratedPart(this __polygon2t__ poly, ... method PolygonHasDegeneratedPart (line 554) | public static bool PolygonHasDegeneratedPart(this __polygon2t__ poly, ... class Index__polygon2t__Extensions (line 618) | public static partial class Index__polygon2t__Extensions method To__polygon3t__ (line 622) | public static __polygon3t__ To__polygon3t__(this Index__polygon2t__ po... method To__polygon3t__ (line 625) | public static __polygon3t__ To__polygon3t__(this Index__polygon2t__ po... FILE: src/Aardvark.Base/Geometry/Types/Polygon/Polygon3_auto.cs class Polygon3fExtensions (line 12) | public static partial class Polygon3fExtensions method ToPolygon2f (line 16) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToPolygon2f (line 20) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeArea (line 37) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeNormal (line 48) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCentroid (line 56) | public static V3f ComputeCentroid(this Polygon3f polygon) method ComputeDoubleAreaNormal (line 92) | public static V3f ComputeDoubleAreaNormal(this Polygon3f polygon) method ComputePlane3f (line 115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPlane3f (line 122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeToPointFormFactor (line 130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeFromPointFormFactor (line 141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeUnscaledFormFactor (line 152) | public static float ComputeUnscaledFormFactor( method GetCoincidentPoints (line 204) | public static IEnumerable<(int, int)> GetCoincidentPoints( method HasCoincidentPoints (line 222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetSelfIntersections (line 232) | public static IEnumerable<(int, int)> GetSelfIntersections( method IsSelfIntersecting (line 251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetSpikes (line 263) | public static IEnumerable GetSpikes( method HasSpikes (line 283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IndexPolygon3fExtensions (line 297) | public static partial class IndexPolygon3fExtensions method ToPolygon3f (line 301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToPolygon3f (line 305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Polygon3dExtensions (line 316) | public static partial class Polygon3dExtensions method ToPolygon2d (line 320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToPolygon2d (line 324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeArea (line 341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeNormal (line 352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCentroid (line 360) | public static V3d ComputeCentroid(this Polygon3d polygon) method ComputeDoubleAreaNormal (line 396) | public static V3d ComputeDoubleAreaNormal(this Polygon3d polygon) method ComputePlane3d (line 419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPlane3d (line 426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeToPointFormFactor (line 434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeFromPointFormFactor (line 445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeUnscaledFormFactor (line 456) | public static double ComputeUnscaledFormFactor( method GetCoincidentPoints (line 508) | public static IEnumerable<(int, int)> GetCoincidentPoints( method HasCoincidentPoints (line 526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetSelfIntersections (line 536) | public static IEnumerable<(int, int)> GetSelfIntersections( method IsSelfIntersecting (line 555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetSpikes (line 567) | public static IEnumerable GetSpikes( method HasSpikes (line 587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IndexPolygon3dExtensions (line 601) | public static partial class IndexPolygon3dExtensions method ToPolygon3d (line 605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToPolygon3d (line 609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Polygon/Polygon3_template.cs class __polygon3t__Extensions (line 32) | public static partial class __polygon3t__Extensions method To__polygon2t__ (line 36) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method To__polygon2t__ (line 40) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeArea (line 57) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeNormal (line 68) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCentroid (line 76) | public static __v3t__ ComputeCentroid(this __polygon3t__ polygon) method ComputeDoubleAreaNormal (line 112) | public static __v3t__ ComputeDoubleAreaNormal(this __polygon3t__ polygon) method Compute__plane3t__ (line 135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Get__plane3t__ (line 142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeToPointFormFactor (line 150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeFromPointFormFactor (line 161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeUnscaledFormFactor (line 172) | public static __ftype__ ComputeUnscaledFormFactor( method GetCoincidentPoints (line 224) | public static IEnumerable<(int, int)> GetCoincidentPoints( method HasCoincidentPoints (line 242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetSelfIntersections (line 252) | public static IEnumerable<(int, int)> GetSelfIntersections( method IsSelfIntersecting (line 272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetSpikes (line 284) | public static IEnumerable GetSpikes( method HasSpikes (line 304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Index__polygon3t__Extensions (line 318) | public static partial class Index__polygon3t__Extensions method To__polygon3t__ (line 322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method To__polygon3t__ (line 326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Polygon/PolygonExtensions_auto.cs class IPolygonExtensions (line 6) | public static class IPolygonExtensions method GetPoints (line 12) | public static IEnumerable GetPoints(this IPolygon polygon) method GetPointArray (line 18) | public static T[] GetPointArray(this IPolygon polygon) method GetPointArray (line 26) | public static TCopy[] GetPointArray( method ToPolygon2f (line 37) | public static Polygon2f ToPolygon2f( method ToPolygon2f (line 46) | public static Polygon2f ToPolygon2f( method ToPolygon3f (line 59) | public static Polygon3f ToPolygon3f( method ToPolygon3f (line 68) | public static Polygon3f ToPolygon3f( method ToPolygon2d (line 81) | public static Polygon2d ToPolygon2d( method ToPolygon2d (line 90) | public static Polygon2d ToPolygon2d( method ToPolygon3d (line 103) | public static Polygon3d ToPolygon3d( method ToPolygon3d (line 112) | public static Polygon3d ToPolygon3d( FILE: src/Aardvark.Base/Geometry/Types/Polygon/PolygonExtensions_template.cs class IPolygonExtensions (line 6) | public static class IPolygonExtensions method GetPoints (line 12) | public static IEnumerable GetPoints(this IPolygon polygon) method GetPointArray (line 18) | public static T[] GetPointArray(this IPolygon polygon) method GetPointArray (line 26) | public static TCopy[] GetPointArray( method To__polygon2t__ (line 44) | public static __polygon2t__ To__polygon2t__( method To__polygon2t__ (line 53) | public static __polygon2t__ To__polygon2t__( method To__polygon3t__ (line 66) | public static __polygon3t__ To__polygon3t__( method To__polygon3t__ (line 75) | public static __polygon3t__ To__polygon3t__( FILE: src/Aardvark.Base/Geometry/Types/Quad/Quad2_auto.cs type Quad2f (line 12) | public partial struct Quad2f type Quad2d (line 48) | public partial struct Quad2d FILE: src/Aardvark.Base/Geometry/Types/Quad/Quad2_template.cs type __type__ (line 19) | public partial struct __type__ FILE: src/Aardvark.Base/Geometry/Types/Quad/Quad3_auto.cs type Quad3f (line 13) | public partial struct Quad3f type Quad3d (line 64) | public partial struct Quad3d FILE: src/Aardvark.Base/Geometry/Types/Quad/Quad3_template.cs type __type__ (line 20) | public partial struct __type__ FILE: src/Aardvark.Base/Geometry/Types/Quadric/Quadric_auto.cs type QuadricF (line 10) | public struct QuadricF method Create (line 35) | public void Create(Plane3f plane) method CreateQuadric (line 43) | public void CreateQuadric(Plane3f plane) method CreateHeuristic (line 67) | public void CreateHeuristic() method ToHeuristic (line 109) | static M44f ToHeuristic(M44f quadric) type QuadricD (line 126) | public struct QuadricD method Create (line 151) | public void Create(Plane3d plane) method CreateQuadric (line 159) | public void CreateQuadric(Plane3d plane) method CreateHeuristic (line 183) | public void CreateHeuristic() method ToHeuristic (line 225) | static M44d ToHeuristic(M44d quadric) FILE: src/Aardvark.Base/Geometry/Types/Quadric/Quadric_template.cs type __type__ (line 25) | public struct __type__ method Create (line 50) | public void Create(__plane3t__ plane) method CreateQuadric (line 58) | public void CreateQuadric(__plane3t__ plane) method CreateHeuristic (line 82) | public void CreateHeuristic() method ToHeuristic (line 124) | static __m44t__ ToHeuristic(__m44t__ quadric) FILE: src/Aardvark.Base/Geometry/Types/Ray/Ray2_auto.cs type Ray2f (line 17) | [DataContract] method Ray2f (line 31) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Ray2f (line 38) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Ray2f (line 45) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromEndPoints (line 52) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointOnRay (line 138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetLine2fOnRay (line 145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetLine2fOnRay (line 153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetT (line 160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnRay (line 173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetDistanceToRay (line 177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersect (line 184) | public readonly V2f Intersect(Ray2f r) method Intersect (line 197) | public readonly V2f Intersect(V2f dirVector) method AngleBetweenFast (line 213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointSide (line 237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 303) | public static partial class Fun method ApproximateEquals (line 308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type FastRay2f (line 331) | [DataContract] method FastRay2f (line 344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FastRay2f (line 352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FastRay2f (line 357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FastRay2f (line 365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 385) | public bool Intersects( method Intersects (line 466) | public bool Intersects( type Ray2d (line 557) | [DataContract] method Ray2d (line 571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Ray2d (line 578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Ray2d (line 585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromEndPoints (line 592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointOnRay (line 678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetLine2dOnRay (line 685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetLine2dOnRay (line 693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetT (line 700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnRay (line 713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetDistanceToRay (line 717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersect (line 724) | public readonly V2d Intersect(Ray2d r) method Intersect (line 737) | public readonly V2d Intersect(V2d dirVector) method AngleBetweenFast (line 753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointSide (line 777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 843) | public static partial class Fun method ApproximateEquals (line 308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type FastRay2d (line 871) | [DataContract] method FastRay2d (line 884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FastRay2d (line 892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FastRay2d (line 897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FastRay2d (line 905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 925) | public bool Intersects( method Intersects (line 1006) | public bool Intersects( FILE: src/Aardvark.Base/Geometry/Types/Ray/Ray2_template.cs type __ray2t__ (line 33) | [DataContract] method __ray2t__ (line 47) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __ray2t__ (line 54) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __ray2t__ (line 61) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromEndPoints (line 68) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointOnRay (line 154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Get__line2t__OnRay (line 161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Get__line2t__OnRay (line 169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetT (line 176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetClosestPointOnRay (line 189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetDistanceToRay (line 193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersect (line 200) | public readonly __v2t__ Intersect(__ray2t__ r) method Intersect (line 213) | public readonly __v2t__ Intersect(__v2t__ dirVector) method AngleBetweenFast (line 229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetPointSide (line 253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 319) | public static partial class Fun method ApproximateEquals (line 324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Fast__ray2t__ (line 347) | [DataContract] method Fast__ray2t__ (line 360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Fast__ray2t__ (line 368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Fast__ray2t__ (line 373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Fast__ray2t__ (line 381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 401) | public bool Intersects( method Intersects (line 482) | public bool Intersects( FILE: src/Aardvark.Base/Geometry/Types/Ray/Ray3_auto.cs type Ray3f (line 17) | [DataContract] method Ray3f (line 31) | public Ray3f(V3f origin, V3f direction) method FromEndPoints (line 37) | public static Ray3f FromEndPoints(V3f origin, V3f target) => new Ray3f... method GetPointOnRay (line 89) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetT (line 95) | public readonly float GetT(V3f p) method GetTOfProjectedPoint (line 109) | public readonly float GetTOfProjectedPoint(V3f p) method Transformed (line 119) | public readonly Ray3f Transformed(M44f mat) method Transformed (line 125) | public readonly Ray3f Transformed(Rot3f transform) method Transformed (line 131) | public readonly Ray3f Transformed(Scale3f transform) method Transformed (line 137) | public readonly Ray3f Transformed(Shift3f transform) method Transformed (line 143) | public readonly Ray3f Transformed(Euclidean3f transform) method Transformed (line 149) | public readonly Ray3f Transformed(Similarity3f transform) method Transformed (line 155) | public readonly Ray3f Transformed(Affine3f transform) method AngleBetweenFast (line 162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeHit (line 180) | private readonly bool ComputeHit( method GetClosestHit (line 200) | private readonly bool GetClosestHit( method ProcessHits (line 211) | private readonly bool ProcessHits( method Hits (line 252) | public readonly bool Hits(Ray3f ray, ref RayHit3f hit) method Hits (line 260) | public readonly bool Hits(Ray3f ray, float tmin, float tmax, ref RayHi... method HitsRay (line 268) | public readonly bool HitsRay(Ray3f ray, float tmin, float tmax, ref Ra... method Hits (line 315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsTriangle (line 352) | public readonly bool HitsTriangle(V3f p0, V3f p1, V3f p2, ref RayHit3f... method HitsTriangle (line 364) | public readonly bool HitsTriangle( method HitsTriangle (line 397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsTriangle (line 406) | public readonly bool HitsTriangle( method HitsTrianglePointAndEdges (line 437) | public readonly bool HitsTrianglePointAndEdges( method HitsTrianglePointAndEdges (line 470) | public readonly bool HitsTrianglePointAndEdges( method Hits (line 504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsQuad (line 530) | public readonly bool HitsQuad( method Hits (line 556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsQuad (line 572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsQuad (line 579) | public readonly bool HitsQuad(V3f p0, V3f p1, V3f p2, V3f p3, float tm... method HitsSphere (line 598) | public readonly bool HitsSphere( method Hits (line 637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsSphere (line 681) | public readonly bool HitsSphere(V3f center, float radius, out float t) method HitsSphere (line 689) | public readonly bool HitsSphere(V3f center, float radius, float tmin, ... method HitsPlane (line 746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsPlane (line 750) | public readonly bool HitsPlane(Plane3f plane, float tmin, float tmax, ... method HitsPlane (line 767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsPlane (line 771) | public readonly bool HitsPlane(Plane3f plane, float tmin, float tmax, ... method Hits (line 794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsCircle (line 810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsCircle (line 817) | public readonly bool HitsCircle(V3f center, V3f normal, float radius, ... method Hits (line 842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsCircle (line 858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsCircle (line 865) | public readonly bool HitsCircle(V3f center, V3f normal, float radius, ... method HitsCylinder (line 892) | public readonly bool HitsCylinder(V3f p0, V3f p1, float radius, method HitsCylinder (line 958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsCylinder (line 962) | public readonly bool HitsCylinder(V3f p0, V3f p1, float radius, method HitsCylinder (line 1032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 1039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 1046) | public readonly bool Hits(Cylinder3f cylinder, float tmin, float tmax,... method Hits (line 1118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 1136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1152) | public override readonly int GetHashCode() => HashCode.GetCombined(Ori... method Equals (line 1154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1158) | public override readonly bool Equals(object other) method ToString (line 1161) | public override readonly string ToString() method Parse (line 1164) | public static Ray3f Parse(string s) class Fun (line 1179) | public static partial class Fun method ApproximateEquals (line 1184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type RayHit3f (line 1210) | [DataContract] method RayHit3f (line 1227) | public RayHit3f(float tMax) type FastRay3f (line 1254) | [DataContract] method FastRay3f (line 1267) | public FastRay3f(Ray3f ray) method FastRay3f (line 1274) | public FastRay3f(V3f origin, V3f direction) method Intersects (line 1282) | public readonly bool Intersects( method Intersects (line 1395) | public readonly bool Intersects( method Intersects (line 1524) | public readonly bool Intersects( method Intersects (line 1642) | public readonly bool Intersects( type Ray3d (line 1781) | [DataContract] method Ray3d (line 1795) | public Ray3d(V3d origin, V3d direction) method FromEndPoints (line 1801) | public static Ray3d FromEndPoints(V3d origin, V3d target) => new Ray3d... method GetPointOnRay (line 1853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetT (line 1859) | public readonly double GetT(V3d p) method GetTOfProjectedPoint (line 1873) | public readonly double GetTOfProjectedPoint(V3d p) method Transformed (line 1883) | public readonly Ray3d Transformed(M44d mat) method Transformed (line 1889) | public readonly Ray3d Transformed(Rot3d transform) method Transformed (line 1895) | public readonly Ray3d Transformed(Scale3d transform) method Transformed (line 1901) | public readonly Ray3d Transformed(Shift3d transform) method Transformed (line 1907) | public readonly Ray3d Transformed(Euclidean3d transform) method Transformed (line 1913) | public readonly Ray3d Transformed(Similarity3d transform) method Transformed (line 1919) | public readonly Ray3d Transformed(Affine3d transform) method AngleBetweenFast (line 1926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 1934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeHit (line 1944) | private readonly bool ComputeHit( method GetClosestHit (line 1964) | private readonly bool GetClosestHit( method ProcessHits (line 1975) | private readonly bool ProcessHits( method Hits (line 2016) | public readonly bool Hits(Ray3d ray, ref RayHit3d hit) method Hits (line 2024) | public readonly bool Hits(Ray3d ray, double tmin, double tmax, ref Ray... method HitsRay (line 2032) | public readonly bool HitsRay(Ray3d ray, double tmin, double tmax, ref ... method Hits (line 2079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 2089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 2102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsTriangle (line 2116) | public readonly bool HitsTriangle(V3d p0, V3d p1, V3d p2, ref RayHit3d... method HitsTriangle (line 2128) | public readonly bool HitsTriangle( method HitsTriangle (line 2161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsTriangle (line 2170) | public readonly bool HitsTriangle( method HitsTrianglePointAndEdges (line 2201) | public readonly bool HitsTrianglePointAndEdges( method HitsTrianglePointAndEdges (line 2234) | public readonly bool HitsTrianglePointAndEdges( method Hits (line 2268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 2280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsQuad (line 2294) | public readonly bool HitsQuad( method Hits (line 2320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 2328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsQuad (line 2336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsQuad (line 2343) | public readonly bool HitsQuad(V3d p0, V3d p1, V3d p2, V3d p3, double t... method HitsSphere (line 2362) | public readonly bool HitsSphere( method Hits (line 2401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 2414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 2425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsSphere (line 2445) | public readonly bool HitsSphere(V3d center, double radius, out double t) method HitsSphere (line 2453) | public readonly bool HitsSphere(V3d center, double radius, double tmin... method HitsPlane (line 2510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsPlane (line 2514) | public readonly bool HitsPlane(Plane3d plane, double tmin, double tmax... method HitsPlane (line 2531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsPlane (line 2535) | public readonly bool HitsPlane(Plane3d plane, double tmin, double tmax... method Hits (line 2558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 2566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsCircle (line 2574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsCircle (line 2581) | public readonly bool HitsCircle(V3d center, V3d normal, double radius,... method Hits (line 2606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 2614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsCircle (line 2622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsCircle (line 2629) | public readonly bool HitsCircle(V3d center, V3d normal, double radius,... method HitsCylinder (line 2656) | public readonly bool HitsCylinder(V3d p0, V3d p1, double radius, method HitsCylinder (line 2722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsCylinder (line 2726) | public readonly bool HitsCylinder(V3d p0, V3d p1, double radius, method HitsCylinder (line 2796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 2803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 2810) | public readonly bool Hits(Cylinder3d cylinder, double tmin, double tma... method Hits (line 2882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 2916) | public override readonly int GetHashCode() => HashCode.GetCombined(Ori... method Equals (line 2918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 2922) | public override readonly bool Equals(object other) method ToString (line 2925) | public override readonly string ToString() method Parse (line 2928) | public static Ray3d Parse(string s) class Fun (line 2943) | public static partial class Fun method ApproximateEquals (line 1184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type RayHit3d (line 2974) | [DataContract] method RayHit3d (line 2991) | public RayHit3d(double tMax) type FastRay3d (line 3018) | [DataContract] method FastRay3d (line 3031) | public FastRay3d(Ray3d ray) method FastRay3d (line 3038) | public FastRay3d(V3d origin, V3d direction) method Intersects (line 3046) | public readonly bool Intersects( method Intersects (line 3159) | public readonly bool Intersects( method Intersects (line 3288) | public readonly bool Intersects( method Intersects (line 3406) | public readonly bool Intersects( FILE: src/Aardvark.Base/Geometry/Types/Ray/Ray3_template.cs type __ray3t__ (line 46) | [DataContract] method __ray3t__ (line 60) | public __ray3t__(__v3t__ origin, __v3t__ direction) method FromEndPoints (line 66) | public static __ray3t__ FromEndPoints(__v3t__ origin, __v3t__ target) ... method GetPointOnRay (line 118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetT (line 124) | public readonly __ftype__ GetT(__v3t__ p) method GetTOfProjectedPoint (line 138) | public readonly __ftype__ GetTOfProjectedPoint(__v3t__ p) method Transformed (line 148) | public readonly __ray3t__ Transformed(__m44t__ mat) method Transformed (line 154) | public readonly __ray3t__ Transformed(__rot3t__ transform) method Transformed (line 160) | public readonly __ray3t__ Transformed(__scale3t__ transform) method Transformed (line 166) | public readonly __ray3t__ Transformed(__shift3t__ transform) method Transformed (line 172) | public readonly __ray3t__ Transformed(__euclidean3t__ transform) method Transformed (line 178) | public readonly __ray3t__ Transformed(__similarity3t__ transform) method Transformed (line 184) | public readonly __ray3t__ Transformed(__affine3t__ transform) method AngleBetweenFast (line 191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeHit (line 209) | private readonly bool ComputeHit( method GetClosestHit (line 229) | private readonly bool GetClosestHit( method ProcessHits (line 240) | private readonly bool ProcessHits( method Hits (line 281) | public readonly bool Hits(__ray3t__ ray, ref __rayhit3t__ hit) method Hits (line 289) | public readonly bool Hits(__ray3t__ ray, __ftype__ tmin, __ftype__ tma... method HitsRay (line 297) | public readonly bool HitsRay(__ray3t__ ray, __ftype__ tmin, __ftype__ ... method Hits (line 344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 367) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsTriangle (line 381) | public readonly bool HitsTriangle(__v3t__ p0, __v3t__ p1, __v3t__ p2, ... method HitsTriangle (line 393) | public readonly bool HitsTriangle( method HitsTriangle (line 426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsTriangle (line 435) | public readonly bool HitsTriangle( method HitsTrianglePointAndEdges (line 466) | public readonly bool HitsTrianglePointAndEdges( method HitsTrianglePointAndEdges (line 499) | public readonly bool HitsTrianglePointAndEdges( method Hits (line 533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsQuad (line 559) | public readonly bool HitsQuad( method Hits (line 585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsQuad (line 601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsQuad (line 608) | public readonly bool HitsQuad(__v3t__ p0, __v3t__ p1, __v3t__ p2, __v3... method HitsSphere (line 627) | public readonly bool HitsSphere( method Hits (line 666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 690) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsSphere (line 710) | public readonly bool HitsSphere(__v3t__ center, __ftype__ radius, out ... method HitsSphere (line 718) | public readonly bool HitsSphere(__v3t__ center, __ftype__ radius, __ft... method HitsPlane (line 775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsPlane (line 779) | public readonly bool HitsPlane(__plane3t__ plane, __ftype__ tmin, __ft... method HitsPlane (line 796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsPlane (line 800) | public readonly bool HitsPlane(__plane3t__ plane, __ftype__ tmin, __ft... method Hits (line 823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsCircle (line 839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsCircle (line 846) | public readonly bool HitsCircle(__v3t__ center, __v3t__ normal, __ftyp... method Hits (line 871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsCircle (line 887) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsCircle (line 894) | public readonly bool HitsCircle(__v3t__ center, __v3t__ normal, __ftyp... method HitsCylinder (line 921) | public readonly bool HitsCylinder(__v3t__ p0, __v3t__ p1, __ftype__ ra... method HitsCylinder (line 987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HitsCylinder (line 991) | public readonly bool HitsCylinder(__v3t__ p0, __v3t__ p1, __ftype__ ra... method HitsCylinder (line 1061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 1068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hits (line 1075) | public readonly bool Hits(__cylinder3t__ cylinder, __ftype__ tmin, __f... method Hits (line 1147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 1165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1181) | public override readonly int GetHashCode() => HashCode.GetCombined(Ori... method Equals (line 1183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1187) | public override readonly bool Equals(object other) method ToString (line 1190) | public override readonly string ToString() method Parse (line 1193) | public static __ray3t__ Parse(string s) class Fun (line 1208) | public static partial class Fun method ApproximateEquals (line 1213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type __rayhit3t__ (line 1239) | [DataContract] method __rayhit3t__ (line 1256) | public __rayhit3t__(__ftype__ tMax) type Fast__ray3t__ (line 1283) | [DataContract] method Fast__ray3t__ (line 1296) | public Fast__ray3t__(__ray3t__ ray) method Fast__ray3t__ (line 1303) | public Fast__ray3t__(__v3t__ origin, __v3t__ direction) method Intersects (line 1311) | public readonly bool Intersects( method Intersects (line 1424) | public readonly bool Intersects( method Intersects (line 1553) | public readonly bool Intersects( method Intersects (line 1671) | public readonly bool Intersects( FILE: src/Aardvark.Base/Geometry/Types/Sphere/Sphere3_auto.cs type Sphere3f (line 18) | [DataContract] method Sphere3f (line 32) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sphere3f (line 42) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sphere3f (line 53) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sphere3f (line 64) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sphere3f (line 74) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRadius (line 93) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndRadius (line 97) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPoints (line 101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 192) | public override readonly int GetHashCode() => HashCode.GetCombined(Cen... method Equals (line 194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 198) | public override readonly bool Equals(object other) method ToString (line 205) | public override readonly string ToString() method Parse (line 208) | public static Sphere3f Parse(string s) class Fun (line 227) | public static partial class Fun method ApproximateEquals (line 232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Sphere3d (line 253) | [DataContract] method Sphere3d (line 267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sphere3d (line 277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sphere3d (line 288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sphere3d (line 299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sphere3d (line 309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRadius (line 328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndRadius (line 332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPoints (line 336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 427) | public override readonly int GetHashCode() => HashCode.GetCombined(Cen... method Equals (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 433) | public override readonly bool Equals(object other) method ToString (line 440) | public override readonly string ToString() method Parse (line 443) | public static Sphere3d Parse(string s) class Fun (line 462) | public static partial class Fun method ApproximateEquals (line 232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Sphere/Sphere3_template.cs type __type__ (line 31) | [DataContract] method __type__ (line 45) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 55) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 66) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 77) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 87) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRadius (line 106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndRadius (line 110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPoints (line 114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 205) | public override readonly int GetHashCode() => HashCode.GetCombined(Cen... method Equals (line 207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 211) | public override readonly bool Equals(object other) method ToString (line 218) | public override readonly string ToString() method Parse (line 221) | public static __type__ Parse(string s) class Fun (line 240) | public static partial class Fun method ApproximateEquals (line 245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Torus/Torus3_auto.cs type Torus3f (line 16) | [DataContract] method Torus3f (line 31) | public Torus3f(V3f position, V3f direction, float majorRadius, float m... method Torus3f (line 39) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Torus3f (line 48) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMajorCircle (line 91) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinorCircle (line 94) | public readonly Circle3f GetMinorCircle(float angle) method GetMinimalDistance (line 102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistance (line 105) | public static float GetMinimalDistance(V3f p, V3f position, V3f direct... method GetHashCode (line 139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 182) | public static partial class Fun method ApproximateEquals (line 187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Torus3d (line 207) | [DataContract] method Torus3d (line 222) | public Torus3d(V3d position, V3d direction, double majorRadius, double... method Torus3d (line 230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Torus3d (line 239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMajorCircle (line 282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinorCircle (line 285) | public readonly Circle3d GetMinorCircle(double angle) method GetMinimalDistance (line 293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistance (line 296) | public static double GetMinimalDistance(V3d p, V3d position, V3d direc... method GetHashCode (line 330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 373) | public static partial class Fun method ApproximateEquals (line 187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Torus/Torus3_template.cs type __type__ (line 32) | [DataContract] method __type__ (line 47) | public __type__(__v3t__ position, __v3t__ direction, __ftype__ majorRa... method __type__ (line 55) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 64) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMajorCircle (line 107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinorCircle (line 110) | public readonly __circle3t__ GetMinorCircle(__ftype__ angle) method GetMinimalDistance (line 118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinimalDistance (line 121) | public static __ftype__ GetMinimalDistance(__v3t__ p, __v3t__ position... method GetHashCode (line 155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 198) | public static partial class Fun method ApproximateEquals (line 203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Triangle/Triangle2_auto.cs type Triangle2f (line 12) | public partial struct Triangle2f : IBoundingCircle2f method ComputeCircumCircleSquared (line 67) | public static void ComputeCircumCircleSquared( class Triangle (line 166) | public static partial class Triangle method Area (line 173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Area (line 180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WindingOrder (line 211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WindingOrder (line 220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Area (line 409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Area (line 416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WindingOrder (line 447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WindingOrder (line 456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Triangle2d (line 248) | public partial struct Triangle2d : IBoundingCircle2d method ComputeCircumCircleSquared (line 303) | public static void ComputeCircumCircleSquared( class Triangle (line 402) | public static partial class Triangle method Area (line 173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Area (line 180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WindingOrder (line 211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WindingOrder (line 220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Area (line 409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Area (line 416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WindingOrder (line 447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WindingOrder (line 456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Triangle/Triangle2_template.cs type __type__ (line 27) | public partial struct __type__ : __iboundingcircle2t__ method ComputeCircumCircleSquared (line 82) | public static void ComputeCircumCircleSquared( class Triangle (line 181) | public static partial class Triangle method Area (line 188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Area (line 195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WindingOrder (line 226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WindingOrder (line 235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Triangle/Triangle3_auto.cs type Triangle3f (line 12) | public partial struct Triangle3f : IBoundingSphere3f class Triangle (line 96) | public static partial class Triangle method Area (line 103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Area (line 110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normal (line 139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normal (line 146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane (line 157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane (line 164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SolidAngle (line 175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SolidAngle (line 188) | public static float SolidAngle(V3f va, V3f vb, V3f vc) method SolidAngle (line 206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SolidAngle (line 213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Area (line 332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Area (line 339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normal (line 368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normal (line 375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane (line 386) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane (line 393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SolidAngle (line 404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SolidAngle (line 417) | public static double SolidAngle(V3d va, V3d vb, V3d vc) method SolidAngle (line 435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SolidAngle (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 453) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Triangle3d (line 241) | public partial struct Triangle3d : IBoundingSphere3d class Triangle (line 325) | public static partial class Triangle method Area (line 103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Area (line 110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normal (line 139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normal (line 146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane (line 157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane (line 164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SolidAngle (line 175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SolidAngle (line 188) | public static float SolidAngle(V3f va, V3f vb, V3f vc) method SolidAngle (line 206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SolidAngle (line 213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Area (line 332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Area (line 339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normal (line 368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normal (line 375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane (line 386) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane (line 393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SolidAngle (line 404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SolidAngle (line 417) | public static double SolidAngle(V3d va, V3d vb, V3d vc) method SolidAngle (line 435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SolidAngle (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 453) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Geometry/Types/Triangle/Triangle3_template.cs type __type__ (line 27) | public partial struct __type__ : __iboundingsphere3t__ class Triangle (line 111) | public static partial class Triangle method Area (line 118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Area (line 125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsDegenerated (line 143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normal (line 154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normal (line 161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane (line 172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Plane (line 179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SolidAngle (line 190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SolidAngle (line 203) | public static __ftype__ SolidAngle(__v3t__ va, __v3t__ vb, __v3t__ vc) method SolidAngle (line 221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SolidAngle (line 228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Hashing/HashCode.cs class HashCode (line 8) | public static class HashCode method UCombine (line 34) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UCombine (line 38) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UCombine (line 42) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UCombine (line 46) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Combine (line 50) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Combine (line 54) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Combine (line 58) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Combine (line 62) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Combine (line 66) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Combine (line 70) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Combine (line 74) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Combine (line 79) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Combine (line 85) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Combine (line 91) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Combine (line 97) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Combine (line 103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Combine (line 109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Combine (line 115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCombined (line 123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCombined (line 129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCombined (line 136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCombined (line 144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCombinedHashCode (line 157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCombinedHashCode (line 166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCombinedHashCode (line 175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCombinedHashCode (line 190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCombinedWithDefaultZero (line 201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCombinedWithDefaultZero (line 206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetCombinedWithDefaultZero (line 212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Get1of2 (line 224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Get2 (line 237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Get1of4 (line 253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Get4 (line 268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Get1of8 (line 288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Get8 (line 304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Get1of16 (line 330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Get16 (line 347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Introspection/Aardvark.cs class Aardvark (line 13) | [Serializable] method Aardvark (line 16) | [Obsolete("Use static methods instead.")] type OS (line 21) | private enum OS method TryParseOS (line 29) | private static bool TryParseOS(string os, out OS value) method GetOS (line 43) | private static OS GetOS() method GetOSPlatform (line 63) | public static OSPlatform GetOSPlatform() method Init (line 73) | public static void Init() FILE: src/Aardvark.Base/Introspection/CachingProperties.cs class CachingProperties (line 7) | public static class CachingProperties type NamingScheme (line 12) | public enum NamingScheme method GetIdentifier (line 76) | internal static string GetIdentifier(this Assembly asm, NamingScheme s... FILE: src/Aardvark.Base/Introspection/Introspection.cs class Introspection (line 11) | public static class Introspection method InitializeCacheDirectory (line 18) | private static string InitializeCacheDirectory() method RegisterAssembly (line 44) | public static void RegisterAssembly(Assembly assembly) method GetAllClassesImplementingInterface (line 57) | public static IEnumerable GetAllClassesImplementingInterface(Typ... method GetAllClassesInheritingFrom (line 63) | public static IEnumerable GetAllClassesInheritingFrom(Type baseT... method GetAllTypesWithAttribute (line 70) | public static IEnumerable<(Type, T[])> GetAllTypesWithAttribute() method GetAllMethodsWithAttribute (line 77) | public static IEnumerable<(MethodInfo, T[])> GetAllMethodsWithAttribut... method GetAllClassesImplementingInterface (line 84) | public static Type[] GetAllClassesImplementingInterface(Assembly assem... method GetAllClassesInheritingFrom (line 95) | public static Type[] GetAllClassesInheritingFrom(Assembly assembly, Ty... method GetAllTypesWithAttribute (line 107) | public static (Type, T[])[] GetAllTypesWithAttribute(Assembly assem... method TryGetCustomAttributes (line 118) | private static T[] TryGetCustomAttributes(Type type) method TryGetCustomAttributes (line 131) | private static T[] TryGetCustomAttributes(MethodInfo mi) method GetAllMethodsWithAttribute (line 149) | public static (MethodInfo, T[])[] GetAllMethodsWithAttribute(Assemb... method Introspection (line 167) | static Introspection() method RegisterAllAssembliesInPath (line 199) | [DebuggerNonUserCode] method RegisterAllAssembliesInPath (line 207) | [DebuggerNonUserCode] method EnumerateAssemblies (line 248) | [DebuggerNonUserCode] method GetQueryCacheFilename (line 282) | private static string GetQueryCacheFilename(Assembly asm, Guid queryGuid) class CacheFileHeader (line 289) | private class CacheFileHeader method ToString (line 294) | public override string ToString() method Parse (line 300) | public static CacheFileHeader Parse(string s) method GetAll___ (line 313) | private static T[] GetAll___( FILE: src/Aardvark.Base/Introspection/IntrospectionProperties.cs class IntrospectionProperties (line 9) | public static class IntrospectionProperties method DefaultAssemblyFilter (line 109) | public static bool DefaultAssemblyFilter(string name) method AssemblyFilter (line 164) | public static bool AssemblyFilter(string name) FILE: src/Aardvark.Base/Introspection/Native.cs class Aardvark (line 14) | public partial class Aardvark method IsNativeLibrary (line 36) | private static bool IsNativeLibrary(string path) method PlatformString (line 39) | private static string PlatformString(OSPlatform platform) method ArchitectureString (line 47) | private static string ArchitectureString(Architecture arch) => method GetSymlinks (line 59) | private static Dictionary GetSymlinks(XDocument document) method CreateSymlink (line 98) | private static void CreateSymlink(string src, string dst) method symlink (line 101) | [DllImport("libc")] method CreateSymlink (line 104) | private static void CreateSymlink(string src, string dst) method CreateSymlink (line 111) | private static void CreateSymlink(string baseDir, string src, string dst) method UnpackAndListNativeDependencies (line 165) | public static string[] UnpackAndListNativeDependencies(Assembly assemb... method UnpackAndListNativeDependencies (line 277) | public static string[] UnpackAndListNativeDependencies(Assembly assemb... method UnpackNativeDependencies (line 287) | public static void UnpackNativeDependencies(Assembly assembly, OSPlatf... method UnpackNativeDependencies (line 295) | public static void UnpackNativeDependencies(Assembly assembly, string ... method UnpackNativeDependencies (line 303) | public static void UnpackNativeDependencies(Assembly assembly) method GetNativeDependenciesDirectories (line 309) | public static string[] GetNativeDependenciesDirectories() method TryGetNativeDependenciesDirectory (line 323) | public static bool TryGetNativeDependenciesDirectory(Assembly assembly... method ShouldUnpackNativeDependencies (line 372) | private static bool ShouldUnpackNativeDependencies(Assembly assembly) method LoadNativeDependencies (line 385) | public static void LoadNativeDependencies(Assembly assembly) method TryLoadNativeLibrary (line 450) | private static bool TryLoadNativeLibrary(string libraryName, bool glob... method GetNativeLibraryPaths (line 482) | private static IEnumerable GetNativeLibraryPaths(Assembly asse... method LoadLibrary (line 508) | private static IntPtr LoadLibrary(Assembly assembly, string libraryNam... method LoadLibrary (line 678) | [MethodImpl(MethodImplOptions.NoInlining)] method GetProcAddress (line 682) | public static IntPtr GetProcAddress(IntPtr handle, string name) method UnpackNativeDependenciesToBaseDir (line 697) | [Obsolete("Use UnpackNativeDependencies instead.")] method GetNativeLibraryPaths (line 704) | [Obsolete("Use GetNativeDependenciesDirectories instead.")] method TryGetNativeLibraryPath (line 708) | [Obsolete("Use TryGetNativeDependenciesDirectory instead.")] method LoadLibrary (line 712) | [MethodImpl(MethodImplOptions.NoInlining)] FILE: src/Aardvark.Base/Introspection/Platform/Dl.cs class Aardvark (line 6) | public partial class Aardvark class Dl (line 8) | internal static class Dl method dlopen (line 19) | [DllImport("libc", SetLastError = false, CharSet = CharSet.Ansi)] method dlsym (line 22) | [DllImport("libc", SetLastError = true, CharSet = CharSet.Ansi)] FILE: src/Aardvark.Base/Introspection/Platform/Kernel32.cs class Aardvark (line 6) | public partial class Aardvark class Kernel32 (line 18) | internal static class Kernel32 method LoadLibrary (line 30) | [DllImport("Kernel32.dll", SetLastError = true, CharSet = CharSet.Au... method LoadLibraryEx (line 33) | [DllImport("Kernel32.dll", SetLastError = true, CharSet = CharSet.Au... method AddDllDirectory (line 36) | [DllImport("Kernel32.dll", SetLastError = true, CharSet = CharSet.Au... method SetCurrentDirectory (line 39) | [DllImport("Kernel32.dll", SetLastError = true, CharSet = CharSet.Au... method SetDllDirectory (line 42) | [DllImport("Kernel32.dll", SetLastError = true, CharSet = CharSet.Au... method GetDllDirectory (line 45) | [DllImport("Kernel32.dll", SetLastError = true, CharSet = CharSet.Au... method GetProcAddress (line 48) | [DllImport("Kernel32.dll", SetLastError = true, CharSet = CharSet.An... method SetErrorMode (line 51) | [DllImport("Kernel32.dll", SetLastError = true, CharSet = CharSet.An... method TryGetDllDirectory (line 54) | public static int TryGetDllDirectory(out string path) type DllDirectoryDisposable (line 76) | private struct DllDirectoryDisposable(string previousPath) : IDisposable method Dispose (line 80) | public void Dispose() method SetDllDirectory (line 95) | private static DllDirectoryDisposable SetDllDirectory(string libraryPath) FILE: src/Aardvark.Base/Introspection/Platform/LdConfig.cs class Aardvark (line 7) | public partial class Aardvark class LdConfig (line 9) | private static class LdConfig method Run (line 13) | static List Run(string path) method Load (line 62) | static Dictionary Load() method TryGetPath (line 125) | public static bool TryGetPath(string name, out string path) FILE: src/Aardvark.Base/Introspection/Plugins.cs class OnAardvarkInitAttribute (line 19) | [AttributeUsage(AttributeTargets.Method)] class Aardvark (line 22) | public partial class Aardvark class Plugins (line 24) | private static class Plugins class AssemblySource (line 66) | private abstract class AssemblySource method OpenRead (line 72) | public abstract Stream OpenRead(); method Load (line 74) | public abstract Assembly Load(); class FileAssemblySource (line 77) | private class FileAssemblySource(string path) : AssemblySource method OpenRead (line 83) | public override Stream OpenRead() method Load (line 86) | public override Assembly Load() class BundleAssemblySource (line 99) | private class BundleAssemblySource : AssemblySource method BundleAssemblySource (line 109) | public BundleAssemblySource(BundleFileEntry entry) method GetData (line 117) | private byte[] GetData() method OpenRead (line 130) | public override Stream OpenRead() method Load (line 133) | public override Assembly Load() class AssemblySourceList (line 144) | private class AssemblySourceList : List, IDisposable method AddDirectory (line 148) | public void AddDirectory(string path) method AddBundle (line 156) | public void AddBundle(BundleReader reader) method Dispose (line 176) | public void Dispose() class PluginCache (line 190) | [CollectionDataContract(Name = "Plugins", ItemName = "Assembly", Key... type Data (line 193) | [DataContract] method Deserialize (line 213) | private static PluginCache Deserialize(Stream stream) method Serialize (line 216) | private void Serialize(Stream stream) method ReadFromFile (line 222) | public static PluginCache ReadFromFile() method WriteToFile (line 244) | public void WriteToFile() method ProbeForPlugin (line 269) | private static unsafe bool ProbeForPlugin(Stream stream) method FindAssemblySources (line 344) | private static AssemblySourceList FindAssemblySources() method IsPlugin (line 378) | private static bool IsPlugin(AssemblySource source, PluginCache oldC... method Find (line 421) | internal static List Find() method Init (line 455) | internal static void Init() method LoadPlugins (line 539) | [Obsolete] FILE: src/Aardvark.Base/Introspection/RegexPatterns.cs class Aardvark (line 6) | public partial class Aardvark class RegexPatterns (line 8) | private partial class RegexPatterns class NativeLibrary (line 10) | public static partial class NativeLibrary method _ExtensionWin32 (line 17) | [GeneratedRegex(EXT_WIN32, RegexOptions.IgnoreCase)] method _ExtensionMacOS (line 21) | [GeneratedRegex(EXT_MACOS, RegexOptions.IgnoreCase)] method _ExtensionLinux (line 25) | [GeneratedRegex(EXT_LINUX, RegexOptions.IgnoreCase)] class LdConfig (line 42) | public static partial class LdConfig method _EntryX64 (line 48) | [GeneratedRegex(ENTRY_X64, RegexOptions.IgnoreCase)] method _EntryArm64 (line 52) | [GeneratedRegex(ENTRY_ARM64, RegexOptions.IgnoreCase)] class Assembly (line 69) | public static partial class Assembly method _TargetFramework (line 74) | [GeneratedRegex(TARGET_FRAMEWORK)] FILE: src/Aardvark.Base/Introspection/Utilities.cs class FileUtils (line 11) | internal static class FileUtils method GetLastWriteTimeSafe (line 13) | public static DateTime GetLastWriteTimeSafe(string path) class DirectoryUtils (line 27) | internal static class DirectoryUtils method GetFilesSafe (line 29) | public static string[] GetFilesSafe(string directory) class PathUtils (line 43) | internal static class PathUtils method HasDirectoryInformation (line 45) | public static bool HasDirectoryInformation(string path) method GetDirectoryNameSafe (line 48) | public static string GetDirectoryNameSafe(string path) method GetFileNameSafe (line 60) | public static string GetFileNameSafe(string path) method GetExtensionSafe (line 72) | public static string GetExtensionSafe(string path) method IsValidDriveChar (line 86) | private static bool IsValidDriveChar(char value) method IsDirectorySeparator (line 89) | private static bool IsDirectorySeparator(char c) method IsPartiallyQualified (line 92) | private static bool IsPartiallyQualified(string path) method IsPathFullyQualified (line 118) | public static bool IsPathFullyQualified(string path) => !IsPartiallyQu... class AssemblyExtenions (line 122) | internal static class AssemblyExtenions method GetLocationSafe (line 124) | public static string GetLocationSafe(this Assembly assembly) method HasLocation (line 137) | public static bool HasLocation(this Assembly assembly) method GetLastWriteTimeSafe (line 140) | public static DateTime GetLastWriteTimeSafe(this Assembly assembly) FILE: src/Aardvark.Base/Json/JsonConverters.cs class JsonConverterExtensions (line 10) | public static class JsonConverterExtensions method WriteFloatValue (line 16) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WriteFloatValue (line 25) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WriteFloat (line 34) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method WriteFloat (line 43) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetDoubleExtended (line 52) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetSingleExtended (line 71) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method W (line 92) | public static void W(this Utf8JsonWriter writer, in C3b value, JsonSer... method R (line 100) | public static void R(this ref Utf8JsonReader reader, out C3b value, Js... method W (line 114) | public static void W(this Utf8JsonWriter writer, in C3d value, JsonSer... method R (line 122) | public static void R(this ref Utf8JsonReader reader, out C3d value, Js... method W (line 136) | public static void W(this Utf8JsonWriter writer, in C3f value, JsonSer... method R (line 144) | public static void R(this ref Utf8JsonReader reader, out C3f value, Js... method W (line 158) | public static void W(this Utf8JsonWriter writer, in C3ui value, JsonSe... method R (line 166) | public static void R(this ref Utf8JsonReader reader, out C3ui value, J... method W (line 180) | public static void W(this Utf8JsonWriter writer, in C3us value, JsonSe... method R (line 188) | public static void R(this ref Utf8JsonReader reader, out C3us value, J... method W (line 203) | public static void W(this Utf8JsonWriter writer, in C4b value, JsonSer... method R (line 212) | public static void R(this ref Utf8JsonReader reader, out C4b value, Js... method W (line 227) | public static void W(this Utf8JsonWriter writer, in C4d value, JsonSer... method R (line 236) | public static void R(this ref Utf8JsonReader reader, out C4d value, Js... method W (line 251) | public static void W(this Utf8JsonWriter writer, in C4f value, JsonSer... method R (line 260) | public static void R(this ref Utf8JsonReader reader, out C4f value, Js... method W (line 275) | public static void W(this Utf8JsonWriter writer, in C4ui value, JsonSe... method R (line 284) | public static void R(this ref Utf8JsonReader reader, out C4ui value, J... method W (line 299) | public static void W(this Utf8JsonWriter writer, in C4us value, JsonSe... method R (line 308) | public static void R(this ref Utf8JsonReader reader, out C4us value, J... method W (line 324) | public static void W(this Utf8JsonWriter writer, in CieLabf value, Jso... method R (line 332) | public static void R(this ref Utf8JsonReader reader, out CieLabf value... method W (line 346) | public static void W(this Utf8JsonWriter writer, in CieLuvf value, Jso... method R (line 354) | public static void R(this ref Utf8JsonReader reader, out CieLuvf value... method W (line 368) | public static void W(this Utf8JsonWriter writer, in CieXYZf value, Jso... method R (line 376) | public static void R(this ref Utf8JsonReader reader, out CieXYZf value... method W (line 390) | public static void W(this Utf8JsonWriter writer, in CieYxyf value, Jso... method R (line 398) | public static void R(this ref Utf8JsonReader reader, out CieYxyf value... method W (line 412) | public static void W(this Utf8JsonWriter writer, in CMYKf value, JsonS... method R (line 421) | public static void R(this ref Utf8JsonReader reader, out CMYKf value, ... method W (line 436) | public static void W(this Utf8JsonWriter writer, in HSLf value, JsonSe... method R (line 444) | public static void R(this ref Utf8JsonReader reader, out HSLf value, J... method W (line 458) | public static void W(this Utf8JsonWriter writer, in HSVf value, JsonSe... method R (line 466) | public static void R(this ref Utf8JsonReader reader, out HSVf value, J... method W (line 480) | public static void W(this Utf8JsonWriter writer, in Yuvf value, JsonSe... method R (line 488) | public static void R(this ref Utf8JsonReader reader, out Yuvf value, J... method W (line 507) | public static void W(this Utf8JsonWriter writer, in Euclidean2d value,... method R (line 514) | public static void R(this ref Utf8JsonReader reader, ref Euclidean2d r... method W (line 538) | public static void W(this Utf8JsonWriter writer, in Euclidean2f value,... method R (line 545) | public static void R(this ref Utf8JsonReader reader, ref Euclidean2f r... method W (line 569) | public static void W(this Utf8JsonWriter writer, in Euclidean3d value,... method R (line 576) | public static void R(this ref Utf8JsonReader reader, ref Euclidean3d r... method W (line 600) | public static void W(this Utf8JsonWriter writer, in Euclidean3f value,... method R (line 607) | public static void R(this ref Utf8JsonReader reader, ref Euclidean3f r... method W (line 636) | public static void W(this Utf8JsonWriter writer, in Line2d value, Json... method R (line 643) | public static void R(this ref Utf8JsonReader reader, ref Line2d result... method W (line 667) | public static void W(this Utf8JsonWriter writer, in Line2f value, Json... method R (line 674) | public static void R(this ref Utf8JsonReader reader, ref Line2f result... method W (line 698) | public static void W(this Utf8JsonWriter writer, in Line3d value, Json... method R (line 705) | public static void R(this ref Utf8JsonReader reader, ref Line3d result... method W (line 729) | public static void W(this Utf8JsonWriter writer, in Line3f value, Json... method R (line 736) | public static void R(this ref Utf8JsonReader reader, ref Line3f result... method W (line 765) | public static void W(this Utf8JsonWriter writer, in M22d value, JsonSe... method R (line 772) | public static void R(this ref Utf8JsonReader reader, out M22d value, J... method W (line 790) | public static void W(this Utf8JsonWriter writer, in M22f value, JsonSe... method R (line 797) | public static void R(this ref Utf8JsonReader reader, out M22f value, J... method W (line 815) | public static void W(this Utf8JsonWriter writer, in M33d value, JsonSe... method R (line 822) | public static void R(this ref Utf8JsonReader reader, out M33d value, J... method W (line 840) | public static void W(this Utf8JsonWriter writer, in M33f value, JsonSe... method R (line 847) | public static void R(this ref Utf8JsonReader reader, out M33f value, J... method W (line 865) | public static void W(this Utf8JsonWriter writer, in M44d value, JsonSe... method R (line 872) | public static void R(this ref Utf8JsonReader reader, out M44d value, J... method W (line 890) | public static void W(this Utf8JsonWriter writer, in M44f value, JsonSe... method R (line 897) | public static void R(this ref Utf8JsonReader reader, out M44f value, J... method W (line 920) | public static void W(this Utf8JsonWriter writer, in Plane2d value, Jso... method R (line 928) | public static void R(this ref Utf8JsonReader reader, ref Plane2d resul... method W (line 952) | public static void W(this Utf8JsonWriter writer, in Plane2f value, Jso... method R (line 960) | public static void R(this ref Utf8JsonReader reader, ref Plane2f resul... method W (line 984) | public static void W(this Utf8JsonWriter writer, in Plane3d value, Jso... method R (line 992) | public static void R(this ref Utf8JsonReader reader, ref Plane3d resul... method W (line 1016) | public static void W(this Utf8JsonWriter writer, in Plane3f value, Jso... method R (line 1024) | public static void R(this ref Utf8JsonReader reader, ref Plane3f resul... method W (line 1049) | public static void W(this Utf8JsonWriter writer, IEnumerable ... method R (line 1055) | public static void R(this ref Utf8JsonReader reader, ref Plane2d[] res... method W (line 1074) | public static void W(this Utf8JsonWriter writer, IEnumerable ... method R (line 1080) | public static void R(this ref Utf8JsonReader reader, ref Plane2f[] res... method W (line 1099) | public static void W(this Utf8JsonWriter writer, IEnumerable ... method R (line 1105) | public static void R(this ref Utf8JsonReader reader, ref Plane3d[] res... method W (line 1124) | public static void W(this Utf8JsonWriter writer, IEnumerable ... method R (line 1130) | public static void R(this ref Utf8JsonReader reader, ref Plane3f[] res... method W (line 1154) | public static void W(this Utf8JsonWriter writer, in Range1b value, Jso... method R (line 1161) | public static void R(this ref Utf8JsonReader reader, out Range1b value... method W (line 1175) | public static void W(this Utf8JsonWriter writer, in Range1d value, Jso... method R (line 1182) | public static void R(this ref Utf8JsonReader reader, out Range1d value... method W (line 1196) | public static void W(this Utf8JsonWriter writer, in Range1f value, Jso... method R (line 1203) | public static void R(this ref Utf8JsonReader reader, out Range1f value... method W (line 1217) | public static void W(this Utf8JsonWriter writer, in Range1i value, Jso... method R (line 1224) | public static void R(this ref Utf8JsonReader reader, out Range1i value... method W (line 1238) | public static void W(this Utf8JsonWriter writer, in Range1l value, Jso... method R (line 1245) | public static void R(this ref Utf8JsonReader reader, out Range1l value... method W (line 1259) | public static void W(this Utf8JsonWriter writer, in Range1s value, Jso... method R (line 1266) | public static void R(this ref Utf8JsonReader reader, out Range1s value... method W (line 1280) | public static void W(this Utf8JsonWriter writer, in Range1sb value, Js... method R (line 1287) | public static void R(this ref Utf8JsonReader reader, out Range1sb valu... method W (line 1301) | public static void W(this Utf8JsonWriter writer, in Range1ui value, Js... method R (line 1308) | public static void R(this ref Utf8JsonReader reader, out Range1ui valu... method W (line 1322) | public static void W(this Utf8JsonWriter writer, in Range1ul value, Js... method R (line 1329) | public static void R(this ref Utf8JsonReader reader, out Range1ul valu... method W (line 1343) | public static void W(this Utf8JsonWriter writer, in Range1us value, Js... method R (line 1350) | public static void R(this ref Utf8JsonReader reader, out Range1us valu... method W (line 1368) | public static void W(this Utf8JsonWriter writer, in Ray2d value, JsonS... method R (line 1375) | public static void R(this ref Utf8JsonReader reader, ref Ray2d result,... method W (line 1399) | public static void W(this Utf8JsonWriter writer, in Ray2f value, JsonS... method R (line 1406) | public static void R(this ref Utf8JsonReader reader, ref Ray2f result,... method W (line 1430) | public static void W(this Utf8JsonWriter writer, in Ray3d value, JsonS... method R (line 1437) | public static void R(this ref Utf8JsonReader reader, ref Ray3d result,... method W (line 1461) | public static void W(this Utf8JsonWriter writer, in Ray3f value, JsonS... method R (line 1468) | public static void R(this ref Utf8JsonReader reader, ref Ray3f result,... method W (line 1497) | public static void W(this Utf8JsonWriter writer, in Rot2d value, JsonS... method R (line 1503) | public static void R(this ref Utf8JsonReader reader, out Rot2d value, ... method W (line 1515) | public static void W(this Utf8JsonWriter writer, in Rot2f value, JsonS... method R (line 1521) | public static void R(this ref Utf8JsonReader reader, out Rot2f value, ... method W (line 1534) | public static void W(this Utf8JsonWriter writer, in Rot3d value, JsonS... method R (line 1543) | public static void R(this ref Utf8JsonReader reader, out Rot3d value, ... method W (line 1558) | public static void W(this Utf8JsonWriter writer, in Rot3f value, JsonS... method R (line 1567) | public static void R(this ref Utf8JsonReader reader, out Rot3f value, ... method W (line 1583) | public static void W(this Utf8JsonWriter writer, in QuaternionD value,... method R (line 1592) | public static void R(this ref Utf8JsonReader reader, out QuaternionD v... method W (line 1607) | public static void W(this Utf8JsonWriter writer, in QuaternionF value,... method R (line 1616) | public static void R(this ref Utf8JsonReader reader, out QuaternionF v... method W (line 1636) | public static void W(this Utf8JsonWriter writer, in Similarity2d value... method R (line 1643) | public static void R(this ref Utf8JsonReader reader, ref Similarity2d ... method W (line 1667) | public static void W(this Utf8JsonWriter writer, in Similarity2f value... method R (line 1674) | public static void R(this ref Utf8JsonReader reader, ref Similarity2f ... method W (line 1698) | public static void W(this Utf8JsonWriter writer, in Similarity3d value... method R (line 1705) | public static void R(this ref Utf8JsonReader reader, ref Similarity3d ... method W (line 1729) | public static void W(this Utf8JsonWriter writer, in Similarity3f value... method R (line 1736) | public static void R(this ref Utf8JsonReader reader, ref Similarity3f ... method W (line 1765) | public static void W(this Utf8JsonWriter writer, in V2d value, JsonSer... method R (line 1772) | public static void R(this ref Utf8JsonReader reader, out V2d value, Js... method W (line 1785) | public static void W(this Utf8JsonWriter writer, in V2f value, JsonSer... method R (line 1792) | public static void R(this ref Utf8JsonReader reader, out V2f value, Js... method W (line 1805) | public static void W(this Utf8JsonWriter writer, in V3d value, JsonSer... method R (line 1813) | public static void R(this ref Utf8JsonReader reader, out V3d value, Js... method W (line 1827) | public static void W(this Utf8JsonWriter writer, in V3f value, JsonSer... method R (line 1835) | public static void R(this ref Utf8JsonReader reader, out V3f value, Js... method W (line 1850) | public static void W(this Utf8JsonWriter writer, IEnumerable valu... method R (line 1856) | public static void R(this ref Utf8JsonReader reader, ref V2d[] result,... method W (line 1873) | public static void W(this Utf8JsonWriter writer, IEnumerable valu... method R (line 1879) | public static void R(this ref Utf8JsonReader reader, ref V2f[] result,... method W (line 1896) | public static void W(this Utf8JsonWriter writer, IEnumerable valu... method R (line 1902) | public static void R(this ref Utf8JsonReader reader, ref V3d[] result,... method W (line 1919) | public static void W(this Utf8JsonWriter writer, IEnumerable valu... method R (line 1925) | public static void R(this ref Utf8JsonReader reader, ref V3f[] result,... type Affine2d (line 1953) | [JsonConverter(typeof(Converter))] class Converter (line 1956) | private class Converter : JsonConverter method Read (line 1958) | public override Affine2d Read(ref Utf8JsonReader reader, Type typeTo... method Write (line 1986) | public override void Write(Utf8JsonWriter writer, Affine2d value, Js... type Affine2f (line 1998) | [JsonConverter(typeof(Converter))] class Converter (line 2001) | private class Converter : JsonConverter method Read (line 2003) | public override Affine2f Read(ref Utf8JsonReader reader, Type typeTo... method Write (line 2031) | public override void Write(Utf8JsonWriter writer, Affine2f value, Js... type Affine3d (line 2043) | [JsonConverter(typeof(Converter))] class Converter (line 2046) | private class Converter : JsonConverter method Read (line 2048) | public override Affine3d Read(ref Utf8JsonReader reader, Type typeTo... method Write (line 2076) | public override void Write(Utf8JsonWriter writer, Affine3d value, Js... type Affine3f (line 2088) | [JsonConverter(typeof(Converter))] class Converter (line 2091) | private class Converter : JsonConverter method Read (line 2093) | public override Affine3f Read(ref Utf8JsonReader reader, Type typeTo... method Write (line 2121) | public override void Write(Utf8JsonWriter writer, Affine3f value, Js... type Box2d (line 2137) | [JsonConverter(typeof(Converter))] class Converter (line 2140) | private class Converter : JsonConverter method Read (line 2142) | public override Box2d Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 2161) | public override void Write(Utf8JsonWriter writer, Box2d value, JsonS... type Box2f (line 2173) | [JsonConverter(typeof(Converter))] class Converter (line 2176) | private class Converter : JsonConverter method Read (line 2178) | public override Box2f Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 2197) | public override void Write(Utf8JsonWriter writer, Box2f value, JsonS... type Box2i (line 2209) | [JsonConverter(typeof(Converter))] class Converter (line 2212) | private class Converter : JsonConverter method Read (line 2214) | public override Box2i Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 2233) | public override void Write(Utf8JsonWriter writer, Box2i value, JsonS... type Box2l (line 2245) | [JsonConverter(typeof(Converter))] class Converter (line 2248) | private class Converter : JsonConverter method Read (line 2250) | public override Box2l Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 2269) | public override void Write(Utf8JsonWriter writer, Box2l value, JsonS... type Box3d (line 2281) | [JsonConverter(typeof(Converter))] class Converter (line 2284) | private class Converter : JsonConverter method Read (line 2286) | public override Box3d Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 2307) | public override void Write(Utf8JsonWriter writer, Box3d value, JsonS... type Box3f (line 2321) | [JsonConverter(typeof(Converter))] class Converter (line 2324) | private class Converter : JsonConverter method Read (line 2326) | public override Box3f Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 2347) | public override void Write(Utf8JsonWriter writer, Box3f value, JsonS... type Box3i (line 2361) | [JsonConverter(typeof(Converter))] class Converter (line 2364) | private class Converter : JsonConverter method Read (line 2366) | public override Box3i Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 2387) | public override void Write(Utf8JsonWriter writer, Box3i value, JsonS... type Box3l (line 2401) | [JsonConverter(typeof(Converter))] class Converter (line 2404) | private class Converter : JsonConverter method Read (line 2406) | public override Box3l Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 2427) | public override void Write(Utf8JsonWriter writer, Box3l value, JsonS... type Capsule3d (line 2445) | [JsonConverter(typeof(Converter))] class Converter (line 2448) | private class Converter : JsonConverter method Read (line 2450) | public override Capsule3d Read(ref Utf8JsonReader reader, Type typeT... method Write (line 2479) | public override void Write(Utf8JsonWriter writer, Capsule3d value, J... type Capsule3f (line 2492) | [JsonConverter(typeof(Converter))] class Converter (line 2495) | private class Converter : JsonConverter method Read (line 2497) | public override Capsule3f Read(ref Utf8JsonReader reader, Type typeT... method Write (line 2526) | public override void Write(Utf8JsonWriter writer, Capsule3f value, J... type Cell2d (line 2544) | [JsonConverter(typeof(Converter))] class Converter (line 2547) | private class Converter : JsonConverter method Read (line 2549) | public override Cell2d Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 2627) | public override void Write(Utf8JsonWriter writer, Cell2d value, Json... type Cell (line 2647) | [JsonConverter(typeof(Converter))] class Converter (line 2650) | private class Converter : JsonConverter method Read (line 2652) | public override Cell Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 2734) | public override void Write(Utf8JsonWriter writer, Cell value, JsonSe... type Circle2d (line 2759) | [JsonConverter(typeof(Converter))] class Converter (line 2762) | private class Converter : JsonConverter method Read (line 2764) | public override Circle2d Read(ref Utf8JsonReader reader, Type typeTo... method Write (line 2792) | public override void Write(Utf8JsonWriter writer, Circle2d value, Js... type Circle2f (line 2803) | [JsonConverter(typeof(Converter))] class Converter (line 2806) | private class Converter : JsonConverter method Read (line 2808) | public override Circle2f Read(ref Utf8JsonReader reader, Type typeTo... method Write (line 2836) | public override void Write(Utf8JsonWriter writer, Circle2f value, Js... type Circle3d (line 2847) | [JsonConverter(typeof(Converter))] class Converter (line 2850) | private class Converter : JsonConverter method Read (line 2852) | public override Circle3d Read(ref Utf8JsonReader reader, Type typeTo... method Write (line 2881) | public override void Write(Utf8JsonWriter writer, Circle3d value, Js... type Circle3f (line 2894) | [JsonConverter(typeof(Converter))] class Converter (line 2897) | private class Converter : JsonConverter method Read (line 2899) | public override Circle3f Read(ref Utf8JsonReader reader, Type typeTo... method Write (line 2928) | public override void Write(Utf8JsonWriter writer, Circle3f value, Js... type C3b (line 2945) | [JsonConverter(typeof(Converter))] class Converter (line 2948) | private class Converter : JsonConverter method Read (line 2950) | public override C3b Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 2952) | public override void Write(Utf8JsonWriter writer, C3b value, JsonSer... type C3d (line 2957) | [JsonConverter(typeof(Converter))] class Converter (line 2960) | private class Converter : JsonConverter method Read (line 2962) | public override C3d Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 2964) | public override void Write(Utf8JsonWriter writer, C3d value, JsonSer... type C3f (line 2969) | [JsonConverter(typeof(Converter))] class Converter (line 2972) | private class Converter : JsonConverter method Read (line 2974) | public override C3f Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 2976) | public override void Write(Utf8JsonWriter writer, C3f value, JsonSer... type C3ui (line 2981) | [JsonConverter(typeof(Converter))] class Converter (line 2984) | private class Converter : JsonConverter method Read (line 2986) | public override C3ui Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 2988) | public override void Write(Utf8JsonWriter writer, C3ui value, JsonSe... type C3us (line 2993) | [JsonConverter(typeof(Converter))] class Converter (line 2996) | private class Converter : JsonConverter method Read (line 2998) | public override C3us Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3000) | public override void Write(Utf8JsonWriter writer, C3us value, JsonSe... type C4b (line 3005) | [JsonConverter(typeof(Converter))] class Converter (line 3008) | private class Converter : JsonConverter method Read (line 3010) | public override C4b Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 3012) | public override void Write(Utf8JsonWriter writer, C4b value, JsonSer... type C4d (line 3017) | [JsonConverter(typeof(Converter))] class Converter (line 3020) | private class Converter : JsonConverter method Read (line 3022) | public override C4d Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 3024) | public override void Write(Utf8JsonWriter writer, C4d value, JsonSer... type C4f (line 3029) | [JsonConverter(typeof(Converter))] class Converter (line 3032) | private class Converter : JsonConverter method Read (line 3034) | public override C4f Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 3036) | public override void Write(Utf8JsonWriter writer, C4f value, JsonSer... type C4ui (line 3041) | [JsonConverter(typeof(Converter))] class Converter (line 3044) | private class Converter : JsonConverter method Read (line 3046) | public override C4ui Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3048) | public override void Write(Utf8JsonWriter writer, C4ui value, JsonSe... type C4us (line 3053) | [JsonConverter(typeof(Converter))] class Converter (line 3056) | private class Converter : JsonConverter method Read (line 3058) | public override C4us Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3060) | public override void Write(Utf8JsonWriter writer, C4us value, JsonSe... type CieLabf (line 3065) | [JsonConverter(typeof(Converter))] class Converter (line 3068) | private class Converter : JsonConverter method Read (line 3070) | public override CieLabf Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 3072) | public override void Write(Utf8JsonWriter writer, CieLabf value, Jso... type CieLuvf (line 3077) | [JsonConverter(typeof(Converter))] class Converter (line 3080) | private class Converter : JsonConverter method Read (line 3082) | public override CieLuvf Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 3084) | public override void Write(Utf8JsonWriter writer, CieLuvf value, Jso... type CieXYZf (line 3089) | [JsonConverter(typeof(Converter))] class Converter (line 3092) | private class Converter : JsonConverter method Read (line 3094) | public override CieXYZf Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 3096) | public override void Write(Utf8JsonWriter writer, CieXYZf value, Jso... type CieYxyf (line 3101) | [JsonConverter(typeof(Converter))] class Converter (line 3104) | private class Converter : JsonConverter method Read (line 3106) | public override CieYxyf Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 3108) | public override void Write(Utf8JsonWriter writer, CieYxyf value, Jso... type CMYKf (line 3113) | [JsonConverter(typeof(Converter))] class Converter (line 3116) | private class Converter : JsonConverter method Read (line 3118) | public override CMYKf Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 3120) | public override void Write(Utf8JsonWriter writer, CMYKf value, JsonS... type HSLf (line 3125) | [JsonConverter(typeof(Converter))] class Converter (line 3128) | private class Converter : JsonConverter method Read (line 3130) | public override HSLf Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3132) | public override void Write(Utf8JsonWriter writer, HSLf value, JsonSe... type HSVf (line 3137) | [JsonConverter(typeof(Converter))] class Converter (line 3140) | private class Converter : JsonConverter method Read (line 3142) | public override HSVf Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3144) | public override void Write(Utf8JsonWriter writer, HSVf value, JsonSe... type Yuvf (line 3149) | [JsonConverter(typeof(Converter))] class Converter (line 3152) | private class Converter : JsonConverter method Read (line 3154) | public override Yuvf Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3156) | public override void Write(Utf8JsonWriter writer, Yuvf value, JsonSe... type Cone3d (line 3165) | [JsonConverter(typeof(Converter))] class Converter (line 3168) | private class Converter : JsonConverter method Read (line 3170) | public override Cone3d Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 3199) | public override void Write(Utf8JsonWriter writer, Cone3d value, Json... type Cone3f (line 3212) | [JsonConverter(typeof(Converter))] class Converter (line 3215) | private class Converter : JsonConverter method Read (line 3217) | public override Cone3f Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 3246) | public override void Write(Utf8JsonWriter writer, Cone3f value, Json... type Cylinder3d (line 3263) | [JsonConverter(typeof(Converter))] class Converter (line 3266) | private class Converter : JsonConverter method Read (line 3268) | public override Cylinder3d Read(ref Utf8JsonReader reader, Type type... method Write (line 3297) | public override void Write(Utf8JsonWriter writer, Cylinder3d value, ... type Cylinder3f (line 3310) | [JsonConverter(typeof(Converter))] class Converter (line 3313) | private class Converter : JsonConverter method Read (line 3315) | public override Cylinder3f Read(ref Utf8JsonReader reader, Type type... method Write (line 3344) | public override void Write(Utf8JsonWriter writer, Cylinder3f value, ... type Euclidean2d (line 3361) | [JsonConverter(typeof(Converter))] class Converter (line 3364) | private class Converter : JsonConverter method Read (line 3366) | public override Euclidean2d Read(ref Utf8JsonReader reader, Type typ... method Write (line 3368) | public override void Write(Utf8JsonWriter writer, Euclidean2d value,... type Euclidean2f (line 3373) | [JsonConverter(typeof(Converter))] class Converter (line 3376) | private class Converter : JsonConverter method Read (line 3378) | public override Euclidean2f Read(ref Utf8JsonReader reader, Type typ... method Write (line 3380) | public override void Write(Utf8JsonWriter writer, Euclidean2f value,... type Euclidean3d (line 3385) | [JsonConverter(typeof(Converter))] class Converter (line 3388) | private class Converter : JsonConverter method Read (line 3390) | public override Euclidean3d Read(ref Utf8JsonReader reader, Type typ... method Write (line 3392) | public override void Write(Utf8JsonWriter writer, Euclidean3d value,... type Euclidean3f (line 3397) | [JsonConverter(typeof(Converter))] class Converter (line 3400) | private class Converter : JsonConverter method Read (line 3402) | public override Euclidean3f Read(ref Utf8JsonReader reader, Type typ... method Write (line 3404) | public override void Write(Utf8JsonWriter writer, Euclidean3f value,... type Hull2d (line 3413) | [JsonConverter(typeof(Converter))] class Converter (line 3416) | private class Converter : JsonConverter method Read (line 3418) | public override Hull2d Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 3420) | public override void Write(Utf8JsonWriter writer, Hull2d value, Json... type Hull2f (line 3425) | [JsonConverter(typeof(Converter))] class Converter (line 3428) | private class Converter : JsonConverter method Read (line 3430) | public override Hull2f Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 3432) | public override void Write(Utf8JsonWriter writer, Hull2f value, Json... type Hull3d (line 3437) | [JsonConverter(typeof(Converter))] class Converter (line 3440) | private class Converter : JsonConverter method Read (line 3442) | public override Hull3d Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 3444) | public override void Write(Utf8JsonWriter writer, Hull3d value, Json... type Hull3f (line 3449) | [JsonConverter(typeof(Converter))] class Converter (line 3452) | private class Converter : JsonConverter method Read (line 3454) | public override Hull3f Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 3456) | public override void Write(Utf8JsonWriter writer, Hull3f value, Json... type Line2d (line 3465) | [JsonConverter(typeof(Converter))] class Converter (line 3468) | private class Converter : JsonConverter method Read (line 3470) | public override Line2d Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 3472) | public override void Write(Utf8JsonWriter writer, Line2d value, Json... type Line2f (line 3477) | [JsonConverter(typeof(Converter))] class Converter (line 3480) | private class Converter : JsonConverter method Read (line 3482) | public override Line2f Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 3484) | public override void Write(Utf8JsonWriter writer, Line2f value, Json... type Line3d (line 3489) | [JsonConverter(typeof(Converter))] class Converter (line 3492) | private class Converter : JsonConverter method Read (line 3494) | public override Line3d Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 3496) | public override void Write(Utf8JsonWriter writer, Line3d value, Json... type Line3f (line 3501) | [JsonConverter(typeof(Converter))] class Converter (line 3504) | private class Converter : JsonConverter method Read (line 3506) | public override Line3f Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 3508) | public override void Write(Utf8JsonWriter writer, Line3f value, Json... type M22d (line 3517) | [JsonConverter(typeof(Converter))] class Converter (line 3520) | private class Converter : JsonConverter method Read (line 3522) | public override M22d Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3541) | public override void Write(Utf8JsonWriter writer, M22d value, JsonSe... type M22f (line 3550) | [JsonConverter(typeof(Converter))] class Converter (line 3553) | private class Converter : JsonConverter method Read (line 3555) | public override M22f Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3574) | public override void Write(Utf8JsonWriter writer, M22f value, JsonSe... type M22i (line 3583) | [JsonConverter(typeof(Converter))] class Converter (line 3586) | private class Converter : JsonConverter method Read (line 3588) | public override M22i Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3607) | public override void Write(Utf8JsonWriter writer, M22i value, JsonSe... type M22l (line 3616) | [JsonConverter(typeof(Converter))] class Converter (line 3619) | private class Converter : JsonConverter method Read (line 3621) | public override M22l Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3640) | public override void Write(Utf8JsonWriter writer, M22l value, JsonSe... type M23d (line 3651) | [JsonConverter(typeof(Converter))] class Converter (line 3654) | private class Converter : JsonConverter method Read (line 3656) | public override M23d Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3675) | public override void Write(Utf8JsonWriter writer, M23d value, JsonSe... type M23f (line 3684) | [JsonConverter(typeof(Converter))] class Converter (line 3687) | private class Converter : JsonConverter method Read (line 3689) | public override M23f Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3708) | public override void Write(Utf8JsonWriter writer, M23f value, JsonSe... type M23i (line 3717) | [JsonConverter(typeof(Converter))] class Converter (line 3720) | private class Converter : JsonConverter method Read (line 3722) | public override M23i Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3741) | public override void Write(Utf8JsonWriter writer, M23i value, JsonSe... type M23l (line 3750) | [JsonConverter(typeof(Converter))] class Converter (line 3753) | private class Converter : JsonConverter method Read (line 3755) | public override M23l Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3774) | public override void Write(Utf8JsonWriter writer, M23l value, JsonSe... type M33d (line 3785) | [JsonConverter(typeof(Converter))] class Converter (line 3788) | private class Converter : JsonConverter method Read (line 3790) | public override M33d Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3809) | public override void Write(Utf8JsonWriter writer, M33d value, JsonSe... type M33f (line 3818) | [JsonConverter(typeof(Converter))] class Converter (line 3821) | private class Converter : JsonConverter method Read (line 3823) | public override M33f Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3842) | public override void Write(Utf8JsonWriter writer, M33f value, JsonSe... type M33i (line 3851) | [JsonConverter(typeof(Converter))] class Converter (line 3854) | private class Converter : JsonConverter method Read (line 3856) | public override M33i Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3875) | public override void Write(Utf8JsonWriter writer, M33i value, JsonSe... type M33l (line 3884) | [JsonConverter(typeof(Converter))] class Converter (line 3887) | private class Converter : JsonConverter method Read (line 3889) | public override M33l Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3908) | public override void Write(Utf8JsonWriter writer, M33l value, JsonSe... type M34d (line 3919) | [JsonConverter(typeof(Converter))] class Converter (line 3922) | private class Converter : JsonConverter method Read (line 3924) | public override M34d Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3943) | public override void Write(Utf8JsonWriter writer, M34d value, JsonSe... type M34f (line 3952) | [JsonConverter(typeof(Converter))] class Converter (line 3955) | private class Converter : JsonConverter method Read (line 3957) | public override M34f Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 3976) | public override void Write(Utf8JsonWriter writer, M34f value, JsonSe... type M34i (line 3985) | [JsonConverter(typeof(Converter))] class Converter (line 3988) | private class Converter : JsonConverter method Read (line 3990) | public override M34i Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 4009) | public override void Write(Utf8JsonWriter writer, M34i value, JsonSe... type M34l (line 4018) | [JsonConverter(typeof(Converter))] class Converter (line 4021) | private class Converter : JsonConverter method Read (line 4023) | public override M34l Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 4042) | public override void Write(Utf8JsonWriter writer, M34l value, JsonSe... type M44d (line 4053) | [JsonConverter(typeof(Converter))] class Converter (line 4056) | private class Converter : JsonConverter method Read (line 4058) | public override M44d Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 4077) | public override void Write(Utf8JsonWriter writer, M44d value, JsonSe... type M44f (line 4086) | [JsonConverter(typeof(Converter))] class Converter (line 4089) | private class Converter : JsonConverter method Read (line 4091) | public override M44f Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 4110) | public override void Write(Utf8JsonWriter writer, M44f value, JsonSe... type M44i (line 4119) | [JsonConverter(typeof(Converter))] class Converter (line 4122) | private class Converter : JsonConverter method Read (line 4124) | public override M44i Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 4143) | public override void Write(Utf8JsonWriter writer, M44i value, JsonSe... type M44l (line 4152) | [JsonConverter(typeof(Converter))] class Converter (line 4155) | private class Converter : JsonConverter method Read (line 4157) | public override M44l Read(ref Utf8JsonReader reader, Type typeToConv... method Write (line 4176) | public override void Write(Utf8JsonWriter writer, M44l value, JsonSe... type Plane2d (line 4190) | [JsonConverter(typeof(Converter))] class Converter (line 4193) | private class Converter : JsonConverter method Read (line 4195) | public override Plane2d Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4197) | public override void Write(Utf8JsonWriter writer, Plane2d value, Jso... type Plane2f (line 4202) | [JsonConverter(typeof(Converter))] class Converter (line 4205) | private class Converter : JsonConverter method Read (line 4207) | public override Plane2f Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4209) | public override void Write(Utf8JsonWriter writer, Plane2f value, Jso... type Plane3d (line 4214) | [JsonConverter(typeof(Converter))] class Converter (line 4217) | private class Converter : JsonConverter method Read (line 4219) | public override Plane3d Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4221) | public override void Write(Utf8JsonWriter writer, Plane3d value, Jso... type Plane3f (line 4226) | [JsonConverter(typeof(Converter))] class Converter (line 4229) | private class Converter : JsonConverter method Read (line 4231) | public override Plane3f Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4233) | public override void Write(Utf8JsonWriter writer, Plane3f value, Jso... type Polygon2d (line 4242) | [JsonConverter(typeof(Converter))] class Converter (line 4245) | private class Converter : JsonConverter method Read (line 4247) | public override Polygon2d Read(ref Utf8JsonReader reader, Type typeT... method Write (line 4249) | public override void Write(Utf8JsonWriter writer, Polygon2d value, J... type Polygon2f (line 4254) | [JsonConverter(typeof(Converter))] class Converter (line 4257) | private class Converter : JsonConverter method Read (line 4259) | public override Polygon2f Read(ref Utf8JsonReader reader, Type typeT... method Write (line 4261) | public override void Write(Utf8JsonWriter writer, Polygon2f value, J... type Polygon3d (line 4266) | [JsonConverter(typeof(Converter))] class Converter (line 4269) | private class Converter : JsonConverter method Read (line 4271) | public override Polygon3d Read(ref Utf8JsonReader reader, Type typeT... method Write (line 4273) | public override void Write(Utf8JsonWriter writer, Polygon3d value, J... type Polygon3f (line 4278) | [JsonConverter(typeof(Converter))] class Converter (line 4281) | private class Converter : JsonConverter method Read (line 4283) | public override Polygon3f Read(ref Utf8JsonReader reader, Type typeT... method Write (line 4285) | public override void Write(Utf8JsonWriter writer, Polygon3f value, J... type Quad2d (line 4294) | [JsonConverter(typeof(Converter))] class Converter (line 4297) | private class Converter : JsonConverter method Read (line 4299) | public override Quad2d Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 4301) | public override void Write(Utf8JsonWriter writer, Quad2d value, Json... type Quad2f (line 4306) | [JsonConverter(typeof(Converter))] class Converter (line 4309) | private class Converter : JsonConverter method Read (line 4311) | public override Quad2f Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 4313) | public override void Write(Utf8JsonWriter writer, Quad2f value, Json... type Quad3d (line 4318) | [JsonConverter(typeof(Converter))] class Converter (line 4321) | private class Converter : JsonConverter method Read (line 4323) | public override Quad3d Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 4325) | public override void Write(Utf8JsonWriter writer, Quad3d value, Json... type Quad3f (line 4330) | [JsonConverter(typeof(Converter))] class Converter (line 4333) | private class Converter : JsonConverter method Read (line 4335) | public override Quad3f Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 4337) | public override void Write(Utf8JsonWriter writer, Quad3f value, Json... type Range1b (line 4346) | [JsonConverter(typeof(Converter))] class Converter (line 4349) | private class Converter : JsonConverter method Read (line 4351) | public override Range1b Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4353) | public override void Write(Utf8JsonWriter writer, Range1b value, Jso... type Range1d (line 4358) | [JsonConverter(typeof(Converter))] class Converter (line 4361) | private class Converter : JsonConverter method Read (line 4363) | public override Range1d Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4365) | public override void Write(Utf8JsonWriter writer, Range1d value, Jso... type Range1f (line 4370) | [JsonConverter(typeof(Converter))] class Converter (line 4373) | private class Converter : JsonConverter method Read (line 4375) | public override Range1f Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4377) | public override void Write(Utf8JsonWriter writer, Range1f value, Jso... type Range1i (line 4382) | [JsonConverter(typeof(Converter))] class Converter (line 4385) | private class Converter : JsonConverter method Read (line 4387) | public override Range1i Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4389) | public override void Write(Utf8JsonWriter writer, Range1i value, Jso... type Range1l (line 4394) | [JsonConverter(typeof(Converter))] class Converter (line 4397) | private class Converter : JsonConverter method Read (line 4399) | public override Range1l Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4401) | public override void Write(Utf8JsonWriter writer, Range1l value, Jso... type Range1s (line 4406) | [JsonConverter(typeof(Converter))] class Converter (line 4409) | private class Converter : JsonConverter method Read (line 4411) | public override Range1s Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4413) | public override void Write(Utf8JsonWriter writer, Range1s value, Jso... type Range1sb (line 4418) | [JsonConverter(typeof(Converter))] class Converter (line 4421) | private class Converter : JsonConverter method Read (line 4423) | public override Range1sb Read(ref Utf8JsonReader reader, Type typeTo... method Write (line 4425) | public override void Write(Utf8JsonWriter writer, Range1sb value, Js... type Range1ui (line 4430) | [JsonConverter(typeof(Converter))] class Converter (line 4433) | private class Converter : JsonConverter method Read (line 4435) | public override Range1ui Read(ref Utf8JsonReader reader, Type typeTo... method Write (line 4437) | public override void Write(Utf8JsonWriter writer, Range1ui value, Js... type Range1ul (line 4442) | [JsonConverter(typeof(Converter))] class Converter (line 4445) | private class Converter : JsonConverter method Read (line 4447) | public override Range1ul Read(ref Utf8JsonReader reader, Type typeTo... method Write (line 4449) | public override void Write(Utf8JsonWriter writer, Range1ul value, Js... type Range1us (line 4454) | [JsonConverter(typeof(Converter))] class Converter (line 4457) | private class Converter : JsonConverter method Read (line 4459) | public override Range1us Read(ref Utf8JsonReader reader, Type typeTo... method Write (line 4461) | public override void Write(Utf8JsonWriter writer, Range1us value, Js... type Ray2d (line 4470) | [JsonConverter(typeof(Converter))] class Converter (line 4473) | private class Converter : JsonConverter method Read (line 4475) | public override Ray2d Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 4477) | public override void Write(Utf8JsonWriter writer, Ray2d value, JsonS... type Ray2f (line 4482) | [JsonConverter(typeof(Converter))] class Converter (line 4485) | private class Converter : JsonConverter method Read (line 4487) | public override Ray2f Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 4489) | public override void Write(Utf8JsonWriter writer, Ray2f value, JsonS... type Ray3d (line 4494) | [JsonConverter(typeof(Converter))] class Converter (line 4497) | private class Converter : JsonConverter method Read (line 4499) | public override Ray3d Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 4501) | public override void Write(Utf8JsonWriter writer, Ray3d value, JsonS... type Ray3f (line 4506) | [JsonConverter(typeof(Converter))] class Converter (line 4509) | private class Converter : JsonConverter method Read (line 4511) | public override Ray3f Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 4513) | public override void Write(Utf8JsonWriter writer, Ray3f value, JsonS... type Rot2d (line 4522) | [JsonConverter(typeof(Converter))] class Converter (line 4525) | private class Converter : JsonConverter method Read (line 4527) | public override Rot2d Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 4529) | public override void Write(Utf8JsonWriter writer, Rot2d value, JsonS... type Rot2f (line 4534) | [JsonConverter(typeof(Converter))] class Converter (line 4537) | private class Converter : JsonConverter method Read (line 4539) | public override Rot2f Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 4541) | public override void Write(Utf8JsonWriter writer, Rot2f value, JsonS... type Rot3d (line 4546) | [JsonConverter(typeof(Converter))] class Converter (line 4549) | private class Converter : JsonConverter method Read (line 4551) | public override Rot3d Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 4553) | public override void Write(Utf8JsonWriter writer, Rot3d value, JsonS... type Rot3f (line 4558) | [JsonConverter(typeof(Converter))] class Converter (line 4561) | private class Converter : JsonConverter method Read (line 4563) | public override Rot3f Read(ref Utf8JsonReader reader, Type typeToCon... method Write (line 4565) | public override void Write(Utf8JsonWriter writer, Rot3f value, JsonS... type QuaternionD (line 4570) | [JsonConverter(typeof(Converter))] class Converter (line 4573) | private class Converter : JsonConverter method Read (line 4575) | public override QuaternionD Read(ref Utf8JsonReader reader, Type typ... method Write (line 4577) | public override void Write(Utf8JsonWriter writer, QuaternionD value,... type QuaternionF (line 4582) | [JsonConverter(typeof(Converter))] class Converter (line 4585) | private class Converter : JsonConverter method Read (line 4587) | public override QuaternionF Read(ref Utf8JsonReader reader, Type typ... method Write (line 4589) | public override void Write(Utf8JsonWriter writer, QuaternionF value,... type Scale2d (line 4598) | [JsonConverter(typeof(Converter))] class Converter (line 4601) | private class Converter : JsonConverter method Read (line 4603) | public override Scale2d Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4605) | public override void Write(Utf8JsonWriter writer, Scale2d value, Jso... type Scale2f (line 4610) | [JsonConverter(typeof(Converter))] class Converter (line 4613) | private class Converter : JsonConverter method Read (line 4615) | public override Scale2f Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4617) | public override void Write(Utf8JsonWriter writer, Scale2f value, Jso... type Scale3d (line 4622) | [JsonConverter(typeof(Converter))] class Converter (line 4625) | private class Converter : JsonConverter method Read (line 4627) | public override Scale3d Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4629) | public override void Write(Utf8JsonWriter writer, Scale3d value, Jso... type Scale3f (line 4634) | [JsonConverter(typeof(Converter))] class Converter (line 4637) | private class Converter : JsonConverter method Read (line 4639) | public override Scale3f Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4641) | public override void Write(Utf8JsonWriter writer, Scale3f value, Jso... type Shift2d (line 4650) | [JsonConverter(typeof(Converter))] class Converter (line 4653) | private class Converter : JsonConverter method Read (line 4655) | public override Shift2d Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4657) | public override void Write(Utf8JsonWriter writer, Shift2d value, Jso... type Shift2f (line 4662) | [JsonConverter(typeof(Converter))] class Converter (line 4665) | private class Converter : JsonConverter method Read (line 4667) | public override Shift2f Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4669) | public override void Write(Utf8JsonWriter writer, Shift2f value, Jso... type Shift3d (line 4674) | [JsonConverter(typeof(Converter))] class Converter (line 4677) | private class Converter : JsonConverter method Read (line 4679) | public override Shift3d Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4681) | public override void Write(Utf8JsonWriter writer, Shift3d value, Jso... type Shift3f (line 4686) | [JsonConverter(typeof(Converter))] class Converter (line 4689) | private class Converter : JsonConverter method Read (line 4691) | public override Shift3f Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4693) | public override void Write(Utf8JsonWriter writer, Shift3f value, Jso... type Similarity2d (line 4702) | [JsonConverter(typeof(Converter))] class Converter (line 4705) | private class Converter : JsonConverter method Read (line 4707) | public override Similarity2d Read(ref Utf8JsonReader reader, Type ty... method Write (line 4709) | public override void Write(Utf8JsonWriter writer, Similarity2d value... type Similarity2f (line 4714) | [JsonConverter(typeof(Converter))] class Converter (line 4717) | private class Converter : JsonConverter method Read (line 4719) | public override Similarity2f Read(ref Utf8JsonReader reader, Type ty... method Write (line 4721) | public override void Write(Utf8JsonWriter writer, Similarity2f value... type Similarity3d (line 4726) | [JsonConverter(typeof(Converter))] class Converter (line 4729) | private class Converter : JsonConverter method Read (line 4731) | public override Similarity3d Read(ref Utf8JsonReader reader, Type ty... method Write (line 4733) | public override void Write(Utf8JsonWriter writer, Similarity3d value... type Similarity3f (line 4738) | [JsonConverter(typeof(Converter))] class Converter (line 4741) | private class Converter : JsonConverter method Read (line 4743) | public override Similarity3f Read(ref Utf8JsonReader reader, Type ty... method Write (line 4745) | public override void Write(Utf8JsonWriter writer, Similarity3f value... type Sphere3d (line 4754) | [JsonConverter(typeof(Converter))] class Converter (line 4757) | private class Converter : JsonConverter method Read (line 4759) | public override Sphere3d Read(ref Utf8JsonReader reader, Type typeTo... method Write (line 4787) | public override void Write(Utf8JsonWriter writer, Sphere3d value, Js... type Sphere3f (line 4798) | [JsonConverter(typeof(Converter))] class Converter (line 4801) | private class Converter : JsonConverter method Read (line 4803) | public override Sphere3f Read(ref Utf8JsonReader reader, Type typeTo... method Write (line 4831) | public override void Write(Utf8JsonWriter writer, Sphere3f value, Js... type Torus3d (line 4846) | [JsonConverter(typeof(Converter))] class Converter (line 4849) | private class Converter : JsonConverter method Read (line 4851) | public override Torus3d Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4881) | public override void Write(Utf8JsonWriter writer, Torus3d value, Jso... type Torus3f (line 4895) | [JsonConverter(typeof(Converter))] class Converter (line 4898) | private class Converter : JsonConverter method Read (line 4900) | public override Torus3f Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4930) | public override void Write(Utf8JsonWriter writer, Torus3f value, Jso... type Trafo2d (line 4948) | [JsonConverter(typeof(Converter))] class Converter (line 4951) | private class Converter : JsonConverter method Read (line 4953) | public override Trafo2d Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4964) | public override void Write(Utf8JsonWriter writer, Trafo2d value, Jso... type Trafo2f (line 4974) | [JsonConverter(typeof(Converter))] class Converter (line 4977) | private class Converter : JsonConverter method Read (line 4979) | public override Trafo2f Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 4990) | public override void Write(Utf8JsonWriter writer, Trafo2f value, Jso... type Trafo3d (line 5000) | [JsonConverter(typeof(Converter))] class Converter (line 5003) | private class Converter : JsonConverter method Read (line 5005) | public override Trafo3d Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 5016) | public override void Write(Utf8JsonWriter writer, Trafo3d value, Jso... type Trafo3f (line 5026) | [JsonConverter(typeof(Converter))] class Converter (line 5029) | private class Converter : JsonConverter method Read (line 5031) | public override Trafo3f Read(ref Utf8JsonReader reader, Type typeToC... method Write (line 5042) | public override void Write(Utf8JsonWriter writer, Trafo3f value, Jso... type Triangle2d (line 5056) | [JsonConverter(typeof(Converter))] class Converter (line 5059) | private class Converter : JsonConverter method Read (line 5061) | public override Triangle2d Read(ref Utf8JsonReader reader, Type type... method Write (line 5063) | public override void Write(Utf8JsonWriter writer, Triangle2d value, ... type Triangle2f (line 5068) | [JsonConverter(typeof(Converter))] class Converter (line 5071) | private class Converter : JsonConverter method Read (line 5073) | public override Triangle2f Read(ref Utf8JsonReader reader, Type type... method Write (line 5075) | public override void Write(Utf8JsonWriter writer, Triangle2f value, ... type Triangle3d (line 5080) | [JsonConverter(typeof(Converter))] class Converter (line 5083) | private class Converter : JsonConverter method Read (line 5085) | public override Triangle3d Read(ref Utf8JsonReader reader, Type type... method Write (line 5087) | public override void Write(Utf8JsonWriter writer, Triangle3d value, ... type Triangle3f (line 5092) | [JsonConverter(typeof(Converter))] class Converter (line 5095) | private class Converter : JsonConverter method Read (line 5097) | public override Triangle3f Read(ref Utf8JsonReader reader, Type type... method Write (line 5099) | public override void Write(Utf8JsonWriter writer, Triangle3f value, ... type V2d (line 5108) | [JsonConverter(typeof(Converter))] class Converter (line 5111) | private class Converter : JsonConverter method Read (line 5113) | public override V2d Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 5128) | public override void Write(Utf8JsonWriter writer, V2d value, JsonSer... type V2f (line 5138) | [JsonConverter(typeof(Converter))] class Converter (line 5141) | private class Converter : JsonConverter method Read (line 5143) | public override V2f Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 5158) | public override void Write(Utf8JsonWriter writer, V2f value, JsonSer... type V2i (line 5168) | [JsonConverter(typeof(Converter))] class Converter (line 5171) | private class Converter : JsonConverter method Read (line 5173) | public override V2i Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 5188) | public override void Write(Utf8JsonWriter writer, V2i value, JsonSer... type V2l (line 5198) | [JsonConverter(typeof(Converter))] class Converter (line 5201) | private class Converter : JsonConverter method Read (line 5203) | public override V2l Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 5218) | public override void Write(Utf8JsonWriter writer, V2l value, JsonSer... type V3d (line 5229) | [JsonConverter(typeof(Converter))] class Converter (line 5232) | private class Converter : JsonConverter method Read (line 5234) | public override V3d Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 5250) | public override void Write(Utf8JsonWriter writer, V3d value, JsonSer... type V3f (line 5261) | [JsonConverter(typeof(Converter))] class Converter (line 5264) | private class Converter : JsonConverter method Read (line 5266) | public override V3f Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 5282) | public override void Write(Utf8JsonWriter writer, V3f value, JsonSer... type V3i (line 5293) | [JsonConverter(typeof(Converter))] class Converter (line 5296) | private class Converter : JsonConverter method Read (line 5298) | public override V3i Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 5314) | public override void Write(Utf8JsonWriter writer, V3i value, JsonSer... type V3l (line 5325) | [JsonConverter(typeof(Converter))] class Converter (line 5328) | private class Converter : JsonConverter method Read (line 5330) | public override V3l Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 5346) | public override void Write(Utf8JsonWriter writer, V3l value, JsonSer... type V4d (line 5358) | [JsonConverter(typeof(Converter))] class Converter (line 5361) | private class Converter : JsonConverter method Read (line 5363) | public override V4d Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 5380) | public override void Write(Utf8JsonWriter writer, V4d value, JsonSer... type V4f (line 5392) | [JsonConverter(typeof(Converter))] class Converter (line 5395) | private class Converter : JsonConverter method Read (line 5397) | public override V4f Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 5414) | public override void Write(Utf8JsonWriter writer, V4f value, JsonSer... type V4i (line 5426) | [JsonConverter(typeof(Converter))] class Converter (line 5429) | private class Converter : JsonConverter method Read (line 5431) | public override V4i Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 5448) | public override void Write(Utf8JsonWriter writer, V4i value, JsonSer... type V4l (line 5460) | [JsonConverter(typeof(Converter))] class Converter (line 5463) | private class Converter : JsonConverter method Read (line 5465) | public override V4l Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 5482) | public override void Write(Utf8JsonWriter writer, V4l value, JsonSer... FILE: src/Aardvark.Base/Math/Base/Adler32.cs class Adler32 (line 49) | public sealed class Adler32 method Adler32 (line 58) | public Adler32() method Reset (line 74) | public void Reset() method Update (line 82) | public void Update(byte bval) method Update (line 96) | public void Update(Stream stream) method Update (line 112) | public void Update(byte[] buffer) method Update (line 125) | public void Update(byte[] buffer, int offset, int length) method Update (line 177) | public void Update(ReadOnlySpan buffer) FILE: src/Aardvark.Base/Math/Base/AliasTable_auto.cs class AliasTableF (line 17) | public class AliasTableF method FromPdf (line 29) | public AliasTableF FromPdf(float[] pdf, IRandomUniform rnd = null) method FromNormalizedPdf (line 37) | public AliasTableF FromNormalizedPdf(float[] pdf, IRandomUniform rnd =... method AliasTableF (line 45) | public AliasTableF(float[] pdf, float pdfNorm, IRandomUniform rnd = null) method Update (line 57) | public void Update(float[] pdf, float pdfNorm, IRandomUniform rnd = null) method Sample (line 117) | public int Sample(float x1) class AliasTableD (line 132) | public class AliasTableD method FromPdf (line 144) | public AliasTableD FromPdf(double[] pdf, IRandomUniform rnd = null) method FromNormalizedPdf (line 152) | public AliasTableD FromNormalizedPdf(double[] pdf, IRandomUniform rnd ... method AliasTableD (line 160) | public AliasTableD(double[] pdf, double pdfNorm, IRandomUniform rnd = ... method Update (line 172) | public void Update(double[] pdf, double pdfNorm, IRandomUniform rnd = ... method Sample (line 232) | public int Sample(double x1) FILE: src/Aardvark.Base/Math/Base/AliasTable_template.cs class __at__ (line 21) | public class __at__ method FromPdf (line 33) | public __at__ FromPdf(__ft__[] pdf, IRandomUniform rnd = null) method FromNormalizedPdf (line 41) | public __at__ FromNormalizedPdf(__ft__[] pdf, IRandomUniform rnd = null) method __at__ (line 49) | public __at__(__ft__[] pdf, __ft__ pdfNorm, IRandomUniform rnd = null) method Update (line 61) | public void Update(__ft__[] pdf, __ft__ pdfNorm, IRandomUniform rnd = ... method Sample (line 121) | public int Sample(__ft__ x1) FILE: src/Aardvark.Base/Math/Base/Complex_auto.cs type ComplexF (line 12) | [DataContract] method ComplexF (line 26) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComplexF (line 36) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComplexF (line 46) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CreateRadial (line 290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CreateOrthogonal (line 300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Acos (line 308) | [EditorBrowsable(EditorBrowsableState.Never)] method Acoshb (line 313) | [EditorBrowsable(EditorBrowsableState.Never)] method Cos (line 318) | [EditorBrowsable(EditorBrowsableState.Never)] method Cosh (line 323) | [EditorBrowsable(EditorBrowsableState.Never)] method Asin (line 328) | [EditorBrowsable(EditorBrowsableState.Never)] method Asinhb (line 333) | [EditorBrowsable(EditorBrowsableState.Never)] method Sin (line 338) | [EditorBrowsable(EditorBrowsableState.Never)] method Sinh (line 343) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan (line 348) | [EditorBrowsable(EditorBrowsableState.Never)] method Atanhb (line 353) | [EditorBrowsable(EditorBrowsableState.Never)] method Tan (line 358) | [EditorBrowsable(EditorBrowsableState.Never)] method Tanh (line 363) | [EditorBrowsable(EditorBrowsableState.Never)] method Sqrt (line 368) | [EditorBrowsable(EditorBrowsableState.Never)] method CubeRoot (line 373) | [EditorBrowsable(EditorBrowsableState.Never)] method Exp (line 378) | [EditorBrowsable(EditorBrowsableState.Never)] method Log (line 383) | [EditorBrowsable(EditorBrowsableState.Never)] method LogBinary (line 388) | [EditorBrowsable(EditorBrowsableState.Never)] method Log10 (line 393) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 398) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 553) | public override readonly int GetHashCode() method Equals (line 556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 560) | public override readonly bool Equals(object other) method ToString (line 568) | public override readonly string ToString() method Parse (line 573) | public static ComplexF Parse(string s) class Complex (line 585) | public static partial class Complex method Conjugated (line 592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormSquared (line 603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Argument (line 621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Conjugated (line 1610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormSquared (line 1621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Argument (line 1639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 628) | public static partial class Fun method Pow (line 635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Pow (line 657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Pow (line 673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Power (line 693) | [EditorBrowsable(EditorBrowsableState.Never)] method Power (line 698) | [EditorBrowsable(EditorBrowsableState.Never)] method Power (line 703) | [EditorBrowsable(EditorBrowsableState.Never)] method Acos (line 715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Acosh (line 725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cos (line 732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cosh (line 742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Asin (line 749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Asinh (line 759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sin (line 766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sinh (line 776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Atan (line 786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Atanh (line 804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Tan (line 822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Tanh (line 836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Exp (line 850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log (line 857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log (line 864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log10 (line 871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2 (line 878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sqrt (line 891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cbrt (line 912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Root (line 947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 1002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 1009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 1016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 1023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Pow (line 1653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Pow (line 1675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Pow (line 1691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Power (line 1711) | [EditorBrowsable(EditorBrowsableState.Never)] method Power (line 1716) | [EditorBrowsable(EditorBrowsableState.Never)] method Power (line 1721) | [EditorBrowsable(EditorBrowsableState.Never)] method Acos (line 1733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Acosh (line 1743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cos (line 1750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cosh (line 1760) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Asin (line 1767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Asinh (line 1777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sin (line 1784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sinh (line 1794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Atan (line 1804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Atanh (line 1822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Tan (line 1840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Tanh (line 1854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Exp (line 1868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log (line 1875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log10 (line 1889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2 (line 1896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sqrt (line 1909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cbrt (line 1930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 1937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 1952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 1967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 1983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 1998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 2014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Root (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 2074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 2081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 2088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 2102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type ComplexD (line 1030) | [DataContract] method ComplexD (line 1044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComplexD (line 1054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComplexD (line 1064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CreateRadial (line 1308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CreateOrthogonal (line 1318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Acos (line 1326) | [EditorBrowsable(EditorBrowsableState.Never)] method Acoshb (line 1331) | [EditorBrowsable(EditorBrowsableState.Never)] method Cos (line 1336) | [EditorBrowsable(EditorBrowsableState.Never)] method Cosh (line 1341) | [EditorBrowsable(EditorBrowsableState.Never)] method Asin (line 1346) | [EditorBrowsable(EditorBrowsableState.Never)] method Asinhb (line 1351) | [EditorBrowsable(EditorBrowsableState.Never)] method Sin (line 1356) | [EditorBrowsable(EditorBrowsableState.Never)] method Sinh (line 1361) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan (line 1366) | [EditorBrowsable(EditorBrowsableState.Never)] method Atanhb (line 1371) | [EditorBrowsable(EditorBrowsableState.Never)] method Tan (line 1376) | [EditorBrowsable(EditorBrowsableState.Never)] method Tanh (line 1381) | [EditorBrowsable(EditorBrowsableState.Never)] method Sqrt (line 1386) | [EditorBrowsable(EditorBrowsableState.Never)] method CubeRoot (line 1391) | [EditorBrowsable(EditorBrowsableState.Never)] method Exp (line 1396) | [EditorBrowsable(EditorBrowsableState.Never)] method Log (line 1401) | [EditorBrowsable(EditorBrowsableState.Never)] method LogBinary (line 1406) | [EditorBrowsable(EditorBrowsableState.Never)] method Log10 (line 1411) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 1416) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 1571) | public override readonly int GetHashCode() method Equals (line 1574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1578) | public override readonly bool Equals(object other) method ToString (line 1586) | public override readonly string ToString() method Parse (line 1591) | public static ComplexD Parse(string s) class Complex (line 1603) | public static partial class Complex method Conjugated (line 592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormSquared (line 603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Argument (line 621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Conjugated (line 1610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormSquared (line 1621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Argument (line 1639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 1646) | public static partial class Fun method Pow (line 635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Pow (line 657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Pow (line 673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Power (line 693) | [EditorBrowsable(EditorBrowsableState.Never)] method Power (line 698) | [EditorBrowsable(EditorBrowsableState.Never)] method Power (line 703) | [EditorBrowsable(EditorBrowsableState.Never)] method Acos (line 715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Acosh (line 725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cos (line 732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cosh (line 742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Asin (line 749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Asinh (line 759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sin (line 766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sinh (line 776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Atan (line 786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Atanh (line 804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Tan (line 822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Tanh (line 836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Exp (line 850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log (line 857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log (line 864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log10 (line 871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2 (line 878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sqrt (line 891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cbrt (line 912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Root (line 947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 1002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 1009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 1016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 1023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Pow (line 1653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Pow (line 1675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Pow (line 1691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Power (line 1711) | [EditorBrowsable(EditorBrowsableState.Never)] method Power (line 1716) | [EditorBrowsable(EditorBrowsableState.Never)] method Power (line 1721) | [EditorBrowsable(EditorBrowsableState.Never)] method Acos (line 1733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Acosh (line 1743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cos (line 1750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cosh (line 1760) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Asin (line 1767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Asinh (line 1777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sin (line 1784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sinh (line 1794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Atan (line 1804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Atanh (line 1822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Tan (line 1840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Tanh (line 1854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Exp (line 1868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log (line 1875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log10 (line 1889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2 (line 1896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sqrt (line 1909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cbrt (line 1930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 1937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 1952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 1967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 1983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 1998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 2014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Root (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 2074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 2081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 2088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 2102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Base/Complex_template.cs type __ct__ (line 24) | [DataContract] method __ct__ (line 38) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __ct__ (line 48) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __ct__ (line 58) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CreateRadial (line 302) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CreateOrthogonal (line 312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Acos (line 320) | [EditorBrowsable(EditorBrowsableState.Never)] method Acoshb (line 325) | [EditorBrowsable(EditorBrowsableState.Never)] method Cos (line 330) | [EditorBrowsable(EditorBrowsableState.Never)] method Cosh (line 335) | [EditorBrowsable(EditorBrowsableState.Never)] method Asin (line 340) | [EditorBrowsable(EditorBrowsableState.Never)] method Asinhb (line 345) | [EditorBrowsable(EditorBrowsableState.Never)] method Sin (line 350) | [EditorBrowsable(EditorBrowsableState.Never)] method Sinh (line 355) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan (line 360) | [EditorBrowsable(EditorBrowsableState.Never)] method Atanhb (line 365) | [EditorBrowsable(EditorBrowsableState.Never)] method Tan (line 370) | [EditorBrowsable(EditorBrowsableState.Never)] method Tanh (line 375) | [EditorBrowsable(EditorBrowsableState.Never)] method Sqrt (line 380) | [EditorBrowsable(EditorBrowsableState.Never)] method CubeRoot (line 385) | [EditorBrowsable(EditorBrowsableState.Never)] method Exp (line 390) | [EditorBrowsable(EditorBrowsableState.Never)] method Log (line 395) | [EditorBrowsable(EditorBrowsableState.Never)] method LogBinary (line 400) | [EditorBrowsable(EditorBrowsableState.Never)] method Log10 (line 405) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 410) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 565) | public override readonly int GetHashCode() method Equals (line 568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 572) | public override readonly bool Equals(object other) method ToString (line 580) | public override readonly string ToString() method Parse (line 585) | public static __ct__ Parse(string s) class Complex (line 597) | public static partial class Complex method Conjugated (line 604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormSquared (line 615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Argument (line 633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 640) | public static partial class Fun method Pow (line 647) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Pow (line 669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Pow (line 685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Power (line 705) | [EditorBrowsable(EditorBrowsableState.Never)] method Power (line 710) | [EditorBrowsable(EditorBrowsableState.Never)] method Power (line 715) | [EditorBrowsable(EditorBrowsableState.Never)] method Acos (line 727) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Acosh (line 737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cos (line 744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cosh (line 754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Asin (line 761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Asinh (line 771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sin (line 778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sinh (line 788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Atan (line 798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Atanh (line 816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Tan (line 834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Tanh (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Exp (line 862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log (line 869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log (line 876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log10 (line 883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2 (line 890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sqrt (line 903) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cbrt (line 924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Csqrt (line 953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Root (line 965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 1013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 1020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 1027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 1034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 1041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Base/Constant.cs type Metric (line 5) | public enum Metric class Constant (line 16) | public static class Constant method Constant (line 46) | static Constant() class Constants (line 130) | [Obsolete] method Init (line 133) | public static void Init() class Constant (line 151) | public static class Constant method Constant (line 46) | static Constant() class ConstantF (line 304) | public static class ConstantF FILE: src/Aardvark.Base/Math/Base/Conversion.cs class Conversion (line 12) | public static partial class Conversion method CartesianFromSpherical (line 21) | public static V3d CartesianFromSpherical(double phi, double theta) method CartesianFromSpherical (line 32) | public static V3d CartesianFromSpherical(this V2d phiAndTheta) method CartesianFromSpherical (line 41) | public static V2d CartesianFromSpherical(this double phi) method SphericalFromCartesian (line 49) | public static V2d SphericalFromCartesian(this V3d v) method SphericalFromCartesian (line 60) | public static double SphericalFromCartesian(this V2d v) method DegreesFromRadians (line 72) | public static float DegreesFromRadians(this float radians) method DegreesFromRadians (line 80) | public static double DegreesFromRadians(this double radians) method RadiansFromDegrees (line 88) | public static float RadiansFromDegrees(this float degrees) method RadiansFromDegrees (line 96) | public static double RadiansFromDegrees(this double degrees) method DegreesFromGons (line 104) | public static float DegreesFromGons(this float gons) method DegreesFromGons (line 112) | public static double DegreesFromGons(this double gons) method RadiansFromGons (line 120) | public static float RadiansFromGons(this float gons) method RadiansFromGons (line 128) | public static double RadiansFromGons(this double gons) method GonsFromDegrees (line 136) | public static float GonsFromDegrees(this float degrees) method GonsFromDegrees (line 144) | public static double GonsFromDegrees(this double degrees) method GonsFromRadians (line 152) | public static float GonsFromRadians(this float radians) method GonsFromRadians (line 160) | public static double GonsFromRadians(this double radians) method CelsiusFromFahrenheit (line 172) | public static float CelsiusFromFahrenheit(this float fahrenheit) method CelsiusFromFahrenheit (line 180) | public static double CelsiusFromFahrenheit(this double fahrenheit) method FahrenheitFromCelsius (line 188) | public static float FahrenheitFromCelsius(this float celsius) method FahrenheitFromCelsius (line 196) | public static double FahrenheitFromCelsius(this double celsius) method KelvinFromFahrenheit (line 204) | public static float KelvinFromFahrenheit(this float fahrenheit) method KelvinFromFahrenheit (line 212) | public static double KelvinFromFahrenheit(this double fahrenheit) method FahrenheitFromKelvin (line 220) | public static float FahrenheitFromKelvin(this float kelvin) method FahrenheitFromKelvin (line 228) | public static double FahrenheitFromKelvin(this double kelvin) method CelsiusFromKelvin (line 236) | public static float CelsiusFromKelvin(this float kelvin) method CelsiusFromKelvin (line 244) | public static double CelsiusFromKelvin(this double kelvin) method KelvinFromCelsius (line 252) | public static float KelvinFromCelsius(this float celsius) method KelvinFromCelsius (line 260) | public static double KelvinFromCelsius(this double celsius) method HostToNetworkOrder (line 271) | public static byte[] HostToNetworkOrder(short x) method HostToNetworkOrder (line 278) | public static byte[] HostToNetworkOrder(ushort x) method HostToNetworkOrder (line 285) | public static byte[] HostToNetworkOrder(int x) method HostToNetworkOrder (line 292) | public static byte[] HostToNetworkOrder(uint x) method HostToNetworkOrder (line 299) | public static byte[] HostToNetworkOrder(long x) method HostToNetworkOrder (line 306) | public static byte[] HostToNetworkOrder(ulong x) method HostToNetworkOrder (line 313) | public static byte[] HostToNetworkOrder(float x) method HostToNetworkOrder (line 320) | public static byte[] HostToNetworkOrder(double x) method NetworkToHostOrderInt16 (line 331) | public static short NetworkToHostOrderInt16(byte[] data) method NetworkToHostOrderInt16InPlace (line 338) | public static short NetworkToHostOrderInt16InPlace(byte[] data) method NetworkToHostOrderUInt16 (line 344) | public static ushort NetworkToHostOrderUInt16(byte[] data) method NetworkToHostOrderUInt16InPlace (line 351) | public static ushort NetworkToHostOrderUInt16InPlace(byte[] data) method NetworkToHostOrderInt32 (line 357) | public static int NetworkToHostOrderInt32(byte[] data) method NetworkToHostOrderInt32InPlace (line 364) | public static int NetworkToHostOrderInt32InPlace(byte[] data) method NetworkToHostOrderUInt32 (line 370) | public static uint NetworkToHostOrderUInt32(byte[] data) method NetworkToHostOrderUInt32InPlace (line 377) | public static uint NetworkToHostOrderUInt32InPlace(byte[] data) method NetworkToHostOrderInt64 (line 383) | public static long NetworkToHostOrderInt64(byte[] data) method NetworkToHostOrderInt64InPlace (line 390) | public static long NetworkToHostOrderInt64InPlace(byte[] data) method NetworkToHostOrderUInt64 (line 396) | public static ulong NetworkToHostOrderUInt64(byte[] data) method NetworkToHostOrderUInt64InPlace (line 403) | public static ulong NetworkToHostOrderUInt64InPlace(byte[] data) method NetworkToHostOrderSingle (line 409) | public static float NetworkToHostOrderSingle(byte[] data) method NetworkToHostOrderSingleInPlace (line 416) | public static float NetworkToHostOrderSingleInPlace(byte[] data) method NetworkToHostOrderDouble (line 422) | public static double NetworkToHostOrderDouble(byte[] data) method NetworkToHostOrderDoubleInPlace (line 429) | public static double NetworkToHostOrderDoubleInPlace(byte[] data) method ReverseBytes (line 440) | public static void ReverseBytes(byte[] data) method XYZToLab (line 460) | public static C3f XYZToLab(this C3f xyz) method LabToXYZ (line 481) | public static C3f LabToXYZ(this C3f lab) method f (line 494) | private static float f(float t) method fInv (line 500) | private static float fInv(float t) class ColorConversion (line 513) | public static class ColorConversion method FromYuvToYxy (line 515) | public static C3f FromYuvToYxy(this C3f Yuv) method FromYxyToXYZ (line 526) | public static C3f FromYxyToXYZ(this C3f Yxy) method FromXYZToYxy (line 538) | public static C3f FromXYZToYxy(this C3f XYZ) method ToGamutMap (line 550) | public static C3f ToGamutMap(this C3f self) method FromRgbToInt (line 558) | public static int FromRgbToInt(this C3f self) FILE: src/Aardvark.Base/Math/Base/DistributionFunction.cs class DistributionFunction (line 10) | public class DistributionFunction method DistributionFunction (line 38) | public DistributionFunction(double[] pdf) method DistributionFunction (line 49) | public DistributionFunction(double[] pdf, double[] cdf) method Sample (line 59) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sample (line 69) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SampleCDF (line 79) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SampleCDF (line 89) | public static int SampleCDF(double[] cdf, double x1) method PDFValue (line 121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CDFValue (line 131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpdateCDF (line 140) | public void UpdateCDF() FILE: src/Aardvark.Base/Math/Base/Fraction.cs type Fraction (line 10) | [DataContract] method Fraction (line 21) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Fraction (line 28) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 241) | public override readonly bool Equals(object obj) method GetHashCode (line 244) | public override readonly int GetHashCode() method ToString (line 249) | public override readonly string ToString() method Parse (line 254) | public static Fraction Parse(string s) class Fun (line 265) | public static partial class Fun method ApproximateEquals (line 272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Base/Fun.cs type Winding (line 10) | public enum Winding type Signs (line 20) | [Flags] class Fun (line 32) | public static partial class Fun method Identity (line 34) | public static T Identity(T value) { return value; } method IndexOfLargestLessOrEqual (line 44) | public static int IndexOfLargestLessOrEqual(this T[] a, T x) method LongIndexOfLargestLessOrEqual (line 64) | public static long LongIndexOfLargestLessOrEqual(this T[] a, T x) method IndexOfLargestLessOrEqual (line 84) | public static int IndexOfLargestLessOrEqual(this List a, T x) method HighestBit (line 102) | public static int HighestBit(this int i) method TrailingZeroBitCount (line 117) | public static int TrailingZeroBitCount(this long x) method TrailingZeroBitCount (line 130) | public static int TrailingZeroBitCount(this int x) method BitwiseRotateLeft (line 149) | public static int BitwiseRotateLeft(this int value, int numberOfBits) method BitwiseRotateLeft (line 157) | public static uint BitwiseRotateLeft(this uint value, int numberOfBits) method BitwiseRotateLeft (line 165) | public static long BitwiseRotateLeft(this long value, int numberOfBits) method BitwiseRotateLeft (line 173) | public static ulong BitwiseRotateLeft(this ulong value, int numberOfBits) method DigitCountOfIntegerPart (line 182) | public static int DigitCountOfIntegerPart(this double value) method DigitCountOfFractionalPart (line 189) | public static int DigitCountOfFractionalPart(this double value) method DigitCountOfIntegerPart (line 196) | public static int DigitCountOfIntegerPart(this float value) method DigitCountOfFractionalPart (line 201) | public static int DigitCountOfFractionalPart(this float value) method IsMonotonicallyIncreasing (line 210) | public static bool IsMonotonicallyIncreasing(this IEnumerable self) method IsStrictlyIncreasing (line 218) | public static bool IsStrictlyIncreasing(this IEnumerable self) method IsMonotonicallyDecreasing (line 226) | public static bool IsMonotonicallyDecreasing(this IEnumerable self) method IsStrictlyDecreasing (line 234) | public static bool IsStrictlyDecreasing(this IEnumerable self) method OuterSum (line 246) | public static Tup4 OuterSum(Tup2 x, Tup2 y) method OuterSum (line 252) | public static Tup8 OuterSum(Tup2 x, Tup2 y, Tup2 OuterSum(Tup4 x, Tup4 y) method PlusRelativeEps (line 271) | public static float PlusRelativeEps(this float value, float eps) method MinusRelativeEps (line 280) | public static float MinusRelativeEps(this float value, float eps) method PlusRelativeEps (line 289) | public static double PlusRelativeEps(this double value, float eps) method MinusRelativeEps (line 298) | public static double MinusRelativeEps(this double value, float eps) method Entropy (line 315) | public static double Entropy(this IEnumerable xs) method Entropy (line 326) | public static double Entropy(this bool[] xs) method Entropy (line 358) | public static double Entropy(this bool[] xs, double[] weights) method Step (line 393) | [Pure] method Step (line 397) | [Pure] method CreateCubicTup4d (line 417) | public static Func> CreateCubicTup4d(double a) method CreateCubicTup4h (line 448) | public static Func> CreateCubicTup4h(double a) method CreateCubicTup4f (line 474) | public static Func> CreateCubicTup4f(double a) method BSpline3d (line 494) | public static Tup4 BSpline3d(double t) => new Tup4( method BSpline3h (line 506) | public static Tup4 BSpline3h(double t) => new Tup4( method BSpline3f (line 518) | public static Tup4 BSpline3f(double t) => new Tup4( method BSpline5d (line 530) | public static Tup6 BSpline5d(double t) => new Tup6( method BSpline5h (line 544) | public static Tup6 BSpline5h(double t) => new Tup6( method BSpline5f (line 558) | public static Tup6 BSpline5f(double t) => new Tup6( method Lanczos3d (line 566) | public static Tup6 Lanczos3d(double x) method Lanczos3h (line 587) | public static Tup6 Lanczos3h(double x) method Lanczos3f (line 608) | public static Tup6 Lanczos3f(double x) method Pythag (line 636) | public static double Pythag(double a, double b) method Log2IntRef (line 680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2IntRef (line 690) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2CeilingIntRef (line 700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2CeilingIntRef (line 711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2Int (line 725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2Int (line 732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2Int (line 739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2Int (line 752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2Int (line 765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2Int (line 778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2CeilingInt (line 791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2CeilingInt (line 798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2CeilingInt (line 805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2CeilingInt (line 812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2CeilingInt (line 819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Log2CeilingInt (line 826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MipmapLevels (line 839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MipmapLevels (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MipmapLevels (line 857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MipmapLevelSize (line 867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MipmapLevelSize (line 877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MipmapLevelSize (line 887) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Gauss (line 899) | public static double Gauss(double x, double stdDev) method Gauss2d (line 909) | public static double Gauss2d(double x, double y, double sx, double sy) method Gauss2d (line 918) | public static double Gauss2d(V2d p, double sx, double sy) method Gauss2d (line 927) | public static double Gauss2d(double x, double y, double s) method Gauss2d (line 937) | public static double Gauss2d(V2d p, double s) method Erf (line 947) | public static double Erf(double x) method Erf2 (line 975) | public static double Erf2(double x) type KahanSum (line 1005) | public struct KahanSum method KahanSum (line 1010) | public KahanSum(double sum, double carry) method KahanSum (line 1016) | public KahanSum(double sum) method Add (line 1020) | public void Add(double value) method Sub (line 1028) | public void Sub(double value) method Add (line 1036) | public void Add(KahanSum sum) method Sub (line 1042) | public void Sub(KahanSum sum) FILE: src/Aardvark.Base/Math/Base/Fun_auto.cs class Fun (line 12) | public static partial class Fun method Min (line 19) | [Pure] method Max (line 27) | [Pure] method Min (line 35) | [Pure] method Max (line 43) | [Pure] method Min (line 51) | [Pure] method Max (line 59) | [Pure] method Min (line 67) | [Pure] method Max (line 79) | [Pure] method Min (line 91) | [Pure] method Max (line 99) | [Pure] method Min (line 107) | [Pure] method Max (line 115) | [Pure] method Min (line 123) | [Pure] method Max (line 131) | [Pure] method Min (line 139) | [Pure] method Max (line 151) | [Pure] method Min (line 163) | [Pure] method Max (line 171) | [Pure] method Min (line 179) | [Pure] method Max (line 187) | [Pure] method Min (line 195) | [Pure] method Max (line 203) | [Pure] method Min (line 211) | [Pure] method Max (line 223) | [Pure] method Min (line 235) | [Pure] method Max (line 243) | [Pure] method Min (line 251) | [Pure] method Max (line 259) | [Pure] method Min (line 267) | [Pure] method Max (line 275) | [Pure] method Min (line 283) | [Pure] method Max (line 295) | [Pure] method Min (line 307) | [Pure] method Max (line 315) | [Pure] method Min (line 323) | [Pure] method Max (line 331) | [Pure] method Min (line 339) | [Pure] method Max (line 347) | [Pure] method Min (line 355) | [Pure] method Max (line 367) | [Pure] method Min (line 379) | [Pure] method Max (line 387) | [Pure] method Min (line 395) | [Pure] method Max (line 403) | [Pure] method Min (line 411) | [Pure] method Max (line 419) | [Pure] method Min (line 427) | [Pure] method Max (line 439) | [Pure] method Min (line 451) | [Pure] method Max (line 459) | [Pure] method Min (line 467) | [Pure] method Max (line 475) | [Pure] method Min (line 483) | [Pure] method Max (line 491) | [Pure] method Min (line 499) | [Pure] method Max (line 511) | [Pure] method Min (line 523) | [Pure] method Max (line 531) | [Pure] method Min (line 539) | [Pure] method Max (line 547) | [Pure] method Min (line 555) | [Pure] method Max (line 563) | [Pure] method Min (line 571) | [Pure] method Max (line 583) | [Pure] method Min (line 595) | [Pure] method Max (line 603) | [Pure] method Min (line 611) | [Pure] method Max (line 619) | [Pure] method Min (line 627) | [Pure] method Max (line 635) | [Pure] method Min (line 643) | [Pure] method Max (line 655) | [Pure] method Min (line 667) | [Pure] method Max (line 675) | [Pure] method Min (line 683) | [Pure] method Max (line 691) | [Pure] method Min (line 699) | [Pure] method Max (line 707) | [Pure] method Min (line 715) | [Pure] method Max (line 727) | [Pure] method Min (line 739) | [Pure] method Max (line 747) | [Pure] method Min (line 755) | [Pure] method Max (line 763) | [Pure] method Min (line 771) | [Pure] method Max (line 779) | [Pure] method Min (line 787) | [Pure] method Max (line 799) | [Pure] method Min (line 811) | [Pure] method Max (line 819) | [Pure] method Min (line 827) | [Pure] method Max (line 835) | [Pure] method Min (line 843) | [Pure] method Max (line 851) | [Pure] method Min (line 859) | [Pure] method Max (line 871) | [Pure] method Min (line 883) | [Pure] method Max (line 891) | [Pure] method Min (line 899) | [Pure] method Max (line 907) | [Pure] method Min (line 915) | [Pure] method Max (line 923) | [Pure] method Min (line 931) | [Pure] method Max (line 943) | [Pure] method Min (line 955) | [Pure] method Max (line 963) | [Pure] method Min (line 971) | [Pure] method Max (line 979) | [Pure] method Min (line 987) | [Pure] method Max (line 995) | [Pure] method Min (line 1003) | [Pure] method Max (line 1015) | [Pure] method Abs (line 1031) | [Pure] method Abs (line 1041) | [Pure] method Abs (line 1051) | [Pure] method Abs (line 1061) | [Pure] method Abs (line 1071) | [Pure] method Abs (line 1085) | [Pure] method Abs (line 1095) | [Pure] method AngleDistance (line 1110) | [Pure] method AngleDifference (line 1122) | [Pure] method AngleDistance (line 1134) | [Pure] method AngleDifference (line 1146) | [Pure] method ApproximateEquals (line 1161) | [Pure] method ApproximateEquals (line 1171) | [Pure] method ApproximateEquals (line 1181) | [Pure] method ApproximateEquals (line 1191) | [Pure] method ApproximateEquals (line 1201) | [Pure] method ApproximateEquals (line 1211) | [Pure] method ApproximateEquals (line 1221) | [Pure] method ApproximateEquals (line 1231) | [Pure] method ApproximateEquals (line 1241) | [Pure] method ApproximateEquals (line 1251) | [Pure] method ApproximateEquals (line 1262) | [Pure] method ApproximateEquals (line 1271) | [Pure] method Floor (line 1283) | [Pure] method Floor (line 1297) | [Pure] method Floor (line 1307) | [Pure] method Ceiling (line 1321) | [Pure] method Ceiling (line 1335) | [Pure] method Ceiling (line 1345) | [Pure] method Round (line 1359) | [Pure] method Round (line 1373) | [Pure] method Round (line 1387) | [Pure] method Round (line 1401) | [Pure] method Round (line 1415) | [Pure] method Round (line 1425) | [Pure] method Round (line 1435) | [Pure] method Round (line 1445) | [Pure] method Round (line 1455) | [Pure] method Round (line 1465) | [Pure] method Round (line 1475) | [Pure] method Round (line 1485) | [Pure] method Truncate (line 1499) | [Pure] method Truncate (line 1513) | [Pure] method Truncate (line 1523) | [Pure] method Frac (line 1539) | [Pure] method Frac (line 1552) | [Pure] method Frac (line 1565) | [Pure] method Clamp (line 1580) | [Pure] method Clamp (line 1592) | [Pure] method Clamp (line 1604) | [Pure] method Clamp (line 1616) | [Pure] method Clamp (line 1628) | [Pure] method Clamp (line 1640) | [Pure] method Clamp (line 1652) | [Pure] method Clamp (line 1664) | [Pure] method Clamp (line 1676) | [Pure] method Clamp (line 1688) | [Pure] method Clamp (line 1700) | [Pure] method Clamp (line 1712) | [Pure] method Clamp (line 1724) | [Pure] method Clamp (line 1736) | [Pure] method Clamp (line 1748) | [Pure] method Clamp (line 1760) | [Pure] method ClampExcl (line 1776) | [Pure] method ClampExcl (line 1788) | [Pure] method ClampExcl (line 1800) | [Pure] method ClampExcl (line 1812) | [Pure] method ClampExcl (line 1824) | [Pure] method ClampExcl (line 1836) | [Pure] method ClampExcl (line 1848) | [Pure] method ClampExcl (line 1860) | [Pure] method ClampExcl (line 1872) | [Pure] method ClampExcl (line 1884) | [Pure] method ClampExcl (line 1896) | [Pure] method ClampExcl (line 1908) | [Pure] method ClampWrap (line 1924) | [Pure] method ClampWrap (line 1932) | [Pure] method ClampWrap (line 1940) | [Pure] method ClampWrap (line 1948) | [Pure] method ClampWrap (line 1956) | [Pure] method ClampWrap (line 1964) | [Pure] method ClampWrap (line 1972) | [Pure] method ClampWrap (line 1980) | [Pure] method ClampWrap (line 1988) | [Pure] method ClampWrap (line 1996) | [Pure] method ClampWrap (line 2004) | [Pure] method ClampWrap (line 2012) | [Pure] method ClampWrap (line 2020) | [Pure] method ClampWrap (line 2028) | [Pure] method ClampWrap (line 2036) | [Pure] method WrapToPi (line 2048) | [Pure] method WrapToPi (line 2059) | [Pure] method Saturate (line 2073) | [Pure] method Saturate (line 2081) | [Pure] method Saturate (line 2089) | [Pure] method Saturate (line 2097) | [Pure] method Saturate (line 2105) | [Pure] method Saturate (line 2113) | [Pure] method Saturate (line 2121) | [Pure] method Saturate (line 2129) | [Pure] method Saturate (line 2137) | [Pure] method Saturate (line 2145) | [Pure] method Saturate (line 2153) | [Pure] method MapToUnitInterval (line 2172) | [Pure] method MapToUnitInterval (line 2200) | [Pure] method MapToUnitInterval (line 2215) | [Pure] method MapToUnitInterval (line 2227) | [Pure] method MapToUnitInterval (line 2246) | [Pure] method MapToUnitInterval (line 2274) | [Pure] method MapToUnitInterval (line 2289) | [Pure] method MapToUnitInterval (line 2301) | [Pure] method Sign (line 2318) | [Pure] method Signumi (line 2329) | [Pure] method Signum (line 2337) | [Pure] method Sign (line 2347) | [Pure] method Signumi (line 2358) | [Pure] method Signum (line 2366) | [Pure] method Sign (line 2376) | [Pure] method Signumi (line 2387) | [Pure] method Signum (line 2395) | [Pure] method Sign (line 2405) | [Pure] method Signumi (line 2416) | [Pure] method Signum (line 2424) | [Pure] method Sign (line 2434) | [Pure] method Signumi (line 2449) | [Pure] method Signum (line 2457) | [Pure] method Sign (line 2471) | [Pure] method Signumi (line 2482) | [Pure] method Signum (line 2490) | [Pure] method Sign (line 2500) | [Pure] method Signumi (line 2511) | [Pure] method Signum (line 2519) | [Pure] method MultiplyAdd (line 2533) | [Pure] method MultiplyAdd (line 2541) | [Pure] method MultiplyAdd (line 2549) | [Pure] method MultiplyAdd (line 2557) | [Pure] method MultiplyAdd (line 2565) | [Pure] method MultiplyAdd (line 2573) | [Pure] method MultiplyAdd (line 2581) | [Pure] method MultiplyAdd (line 2589) | [Pure] method MultiplyAdd (line 2604) | [Pure] method MultiplyAdd (line 2625) | [Pure] method MultiplyAdd (line 2639) | [Pure] method FloatToBits (line 2652) | [Pure] method FloatFromBits (line 2662) | public static unsafe float FloatFromBits(this int x) method FloatToBits (line 2668) | [Pure] method FloatFromBits (line 2676) | [Pure] method FloatToUnsignedBits (line 2685) | [Pure] method FloatFromUnsignedBits (line 2695) | public static unsafe float FloatFromUnsignedBits(this uint x) method FloatToUnsignedBits (line 2737) | public static unsafe ulong FloatToUnsignedBits(this double x) method FloatFromUnsignedBits (line 2745) | public static unsafe double FloatFromUnsignedBits(this ulong x) method CopySign (line 2755) | [Pure] method CopySign (line 2777) | [Pure] method IsTiny (line 2803) | [Pure] method IsTiny (line 2811) | [Pure] method IsTiny (line 2819) | [Pure] method IsTiny (line 2827) | [Pure] method IsTiny (line 2835) | [Pure] method IsTiny (line 2843) | [Pure] method IsTiny (line 2851) | [Pure] method IsTiny (line 2859) | [Pure] method IsTiny (line 2867) | [Pure] method IsTiny (line 2875) | [Pure] method IsTiny (line 2883) | [Pure] method IsTiny (line 2891) | [Pure] method AbsSum (line 2903) | [Pure] method AbsSum (line 2914) | [Pure] method AbsSum (line 2925) | [Pure] method AbsSum (line 2936) | [Pure] method AbsSum (line 2947) | [Pure] method AbsSum (line 2958) | [Pure] method AbsSum (line 2969) | [Pure] method Root (line 2984) | [Pure] method Root (line 2994) | [Pure] method Root (line 3004) | [Pure] method Root (line 3014) | [Pure] method Root (line 3024) | [Pure] method Root (line 3034) | [Pure] method Root (line 3045) | [Pure] method Root (line 3056) | [Pure] method Root (line 3066) | [Pure] method Root (line 3080) | [Pure] method Sqrt (line 3090) | [Pure] method Sqrt (line 3100) | [Pure] method Sqrt (line 3110) | [Pure] method Sqrt (line 3120) | [Pure] method Sqrt (line 3130) | [Pure] method Sqrt (line 3140) | [Pure] method Sqrt (line 3151) | [Pure] method Sqrt (line 3162) | [Pure] method Sqrt (line 3172) | [Pure] method Sqrt (line 3186) | [Pure] method Cbrt (line 3196) | [Pure] method Cbrt (line 3210) | [Pure] method Cbrt (line 3225) | [Pure] method Cbrt (line 3240) | [Pure] method Cbrt (line 3254) | [Pure] method Cbrt (line 3269) | [Pure] method Cbrt (line 3284) | [Pure] method Cbrt (line 3300) | [Pure] method Cbrt (line 3314) | [Pure] method Cbrt (line 3329) | [Pure] method Square (line 3348) | [Pure] method Square (line 3356) | [Pure] method Square (line 3364) | [Pure] method Square (line 3372) | [Pure] method Square (line 3380) | [Pure] method Square (line 3388) | [Pure] method Square (line 3396) | [Pure] method Square (line 3404) | [Pure] method Square (line 3412) | [Pure] method Square (line 3420) | [Pure] method Square (line 3428) | [Pure] method Pow (line 3441) | [Pure] method Power (line 3452) | [Pure] method Pow (line 3461) | [Pure] method Power (line 3468) | [Pure] method Pown (line 3478) | [Pure] method Pown (line 3490) | [Pure] method Pow (line 3500) | [Pure] method Power (line 3511) | [Pure] method Pow (line 3520) | [Pure] method Power (line 3527) | [Pure] method Pown (line 3538) | [Pure] method Pown (line 3550) | [Pure] method Pow (line 3560) | [Pure] method Power (line 3571) | [Pure] method Pow (line 3580) | [Pure] method Power (line 3587) | [Pure] method Pown (line 3598) | [Pure] method Pown (line 3610) | [Pure] method Pow (line 3620) | [Pure] method Power (line 3631) | [Pure] method Pow (line 3640) | [Pure] method Power (line 3647) | [Pure] method Pown (line 3657) | [Pure] method Pown (line 3669) | [Pure] method Pow (line 3679) | [Pure] method Power (line 3686) | [Pure] method Pow (line 3695) | [Pure] method Power (line 3702) | [Pure] method Pown (line 3713) | [Pure] method Pow (line 3732) | [Pure] method Power (line 3739) | [Pure] method Pow (line 3748) | [Pure] method Power (line 3755) | [Pure] method Pown (line 3765) | [Pure] method Pown (line 3786) | [Pure] method Pow (line 3805) | [Pure] method Power (line 3812) | [Pure] method Pow (line 3822) | [Pure] method Power (line 3829) | [Pure] method Pown (line 3840) | [Pure] method Pown (line 3861) | [Pure] method Pow (line 3880) | [Pure] method Power (line 3887) | [Pure] method Pow (line 3897) | [Pure] method Power (line 3904) | [Pure] method Pown (line 3914) | [Pure] method Pown (line 3935) | [Pure] method Pow (line 3954) | [Pure] method Power (line 3965) | [Pure] method Pown (line 3976) | [Pure] method Pow (line 3995) | [Pure] method Power (line 4002) | [Pure] method Pown (line 4013) | [Pure] method Exp (line 4037) | [Pure] method Log (line 4047) | [Pure] method Log10 (line 4057) | [Pure] method Log2 (line 4067) | [Pure] method Log (line 4081) | [Pure] method Exp (line 4091) | [Pure] method Log (line 4101) | [Pure] method Log10 (line 4111) | [Pure] method Log2 (line 4121) | [Pure] method Log (line 4135) | [Pure] method Exp (line 4145) | [Pure] method Log (line 4155) | [Pure] method Log10 (line 4165) | [Pure] method Log2 (line 4175) | [Pure] method Log (line 4189) | [Pure] method Exp (line 4199) | [Pure] method Log (line 4209) | [Pure] method Log10 (line 4219) | [Pure] method Log2 (line 4229) | [Pure] method Log (line 4243) | [Pure] method Exp (line 4253) | [Pure] method Log (line 4263) | [Pure] method Log10 (line 4273) | [Pure] method Log2 (line 4283) | [Pure] method Log (line 4297) | [Pure] method Exp (line 4307) | [Pure] method Log (line 4317) | [Pure] method Log10 (line 4327) | [Pure] method Log2 (line 4337) | [Pure] method Log (line 4351) | [Pure] method Exp (line 4362) | [Pure] method Log (line 4373) | [Pure] method Log10 (line 4384) | [Pure] method Log2 (line 4395) | [Pure] method Log (line 4410) | [Pure] method Exp (line 4421) | [Pure] method Log (line 4432) | [Pure] method Log10 (line 4443) | [Pure] method Log2 (line 4454) | [Pure] method Log (line 4469) | [Pure] method Exp (line 4479) | [Pure] method Log (line 4493) | [Pure] method Log10 (line 4507) | [Pure] method Log2 (line 4521) | [Pure] method Log (line 4536) | [Pure] method Exp (line 4550) | [Pure] method Log (line 4560) | [Pure] method Log10 (line 4570) | [Pure] method Log2 (line 4580) | [Pure] method Log (line 4594) | [Pure] method LinCom (line 4605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4647) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 5004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 5018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 5032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 5046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5077) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 5155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ModP (line 5169) | [Pure] method ModP (line 5183) | [Pure] method ModP (line 5197) | [Pure] method ModP (line 5211) | [Pure] method ModP (line 5225) | [Pure] method ModP (line 5239) | [Pure] method ModP (line 5253) | [Pure] method IsPowerOfTwo (line 5270) | [Pure] method IsPowerOfTwo (line 5277) | [Pure] method IsPowerOfTwo (line 5284) | [Pure] method IsPowerOfTwo (line 5291) | [Pure] method PowerOfTwo (line 5299) | [Pure] method PowerOfTwo (line 5311) | [Pure] method PowerOfTwo (line 5323) | [Pure] method PowerOfTwo (line 5335) | [Pure] method PowerOfTwo (line 5347) | [Pure] method PowerOfTwo (line 5359) | [Pure] method PowerOfTwo (line 5371) | [Pure] method PowerOfTwo (line 5383) | [Pure] method PowerOfTwo (line 5394) | [Pure] method PowerOfTwo (line 5408) | [Pure] method NextPowerOfTwo (line 5422) | [Pure] method PrevPowerOfTwo (line 5440) | [Pure] method NextPowerOfTwo (line 5460) | [Pure] method PrevPowerOfTwo (line 5479) | [Pure] method NextPowerOfTwo (line 5499) | [Pure] method PrevPowerOfTwo (line 5517) | [Pure] method NextPowerOfTwo (line 5536) | [Pure] method PrevPowerOfTwo (line 5555) | [Pure] method Sinc (line 5576) | [Pure] method Sin (line 5598) | [Pure] method Cos (line 5612) | [Pure] method Tan (line 5626) | [Pure] method Asin (line 5640) | [Pure] method AsinClamped (line 5654) | [Pure] method Acos (line 5668) | [Pure] method AcosClamped (line 5682) | [Pure] method Atan (line 5696) | [Pure] method Atan2 (line 5711) | [Pure] method FastAtan2 (line 5728) | [Pure] method Sinh (line 5751) | [Pure] method Cosh (line 5765) | [Pure] method Tanh (line 5779) | [Pure] method Asinh (line 5793) | [Pure] method Acosh (line 5807) | [Pure] method Atanh (line 5822) | [Pure] method Sinc (line 5836) | [Pure] method Sin (line 5854) | [Pure] method Cos (line 5864) | [Pure] method Tan (line 5874) | [Pure] method Asin (line 5884) | [Pure] method AsinClamped (line 5894) | [Pure] method Acos (line 5904) | [Pure] method AcosClamped (line 5914) | [Pure] method Atan (line 5924) | [Pure] method Atan2 (line 5935) | [Pure] method FastAtan2 (line 5948) | [Pure] method Sinh (line 5971) | [Pure] method Cosh (line 5981) | [Pure] method Tanh (line 5991) | [Pure] method Asinh (line 6001) | [Pure] method Acosh (line 6015) | [Pure] method Atanh (line 6030) | [Pure] method Step (line 6048) | [Pure] method Step (line 6056) | [Pure] method Step (line 6064) | [Pure] method Step (line 6072) | [Pure] method Step (line 6080) | [Pure] method Step (line 6088) | [Pure] method Step (line 6096) | [Pure] method Step (line 6104) | [Pure] method Step (line 6112) | [Pure] method Linearstep (line 6120) | [Pure] method Smoothstep (line 6128) | [Pure] method Step (line 6138) | [Pure] method Linearstep (line 6146) | [Pure] method Smoothstep (line 6154) | [Pure] method Step (line 6164) | [Pure] method Linearstep (line 6172) | [Pure] method Smoothstep (line 6180) | [Pure] method Lerp (line 6194) | [Pure] method Lerp (line 6202) | [Pure] method InvLerp (line 6210) | [Pure] method Lerp (line 6218) | [Pure] method Lerp (line 6226) | [Pure] method InvLerp (line 6234) | [Pure] method Lerp (line 6242) | [Pure] method Lerp (line 6250) | [Pure] method InvLerp (line 6258) | [Pure] method Lerp (line 6266) | [Pure] method Lerp (line 6274) | [Pure] method InvLerp (line 6282) | [Pure] method Lerp (line 6290) | [Pure] method Lerp (line 6298) | [Pure] method InvLerp (line 6306) | [Pure] method Lerp (line 6314) | [Pure] method Lerp (line 6322) | [Pure] method InvLerp (line 6330) | [Pure] method Lerp (line 6338) | [Pure] method Lerp (line 6346) | [Pure] method InvLerp (line 6354) | [Pure] method Lerp (line 6362) | [Pure] method Lerp (line 6370) | [Pure] method InvLerp (line 6378) | [Pure] method Lerp (line 6386) | [Pure] method InvLerp (line 6394) | [Pure] method Lerp (line 6402) | [Pure] method InvLerp (line 6410) | [Pure] method Lerp (line 6418) | [Pure] method InvLerp (line 6426) | [Pure] method Lerp (line 6434) | [Pure] method InvLerp (line 6442) | [Pure] method Mean (line 6455) | [Pure] method Mean (line 6467) | [Pure] method Mean (line 6479) | [Pure] method Mean (line 6491) | [Pure] method Mean (line 6503) | [Pure] method Mean (line 6515) | [Pure] method Mean (line 6527) | [Pure] method Mean (line 6539) | [Pure] method Mean (line 6551) | [Pure] method Mean (line 6563) | [Pure] method Mean (line 6572) | [Pure] method Mean (line 6583) | [Pure] method Variance (line 6601) | [Pure] method StandardDeviation (line 6619) | [Pure] method Variance (line 6626) | [Pure] method StandardDeviation (line 6644) | [Pure] method Variance (line 6651) | [Pure] method StandardDeviation (line 6669) | [Pure] method Variance (line 6676) | [Pure] method StandardDeviation (line 6694) | [Pure] method Variance (line 6701) | [Pure] method StandardDeviation (line 6722) | [Pure] method CountPositives (line 6734) | [Pure] method CountPositives (line 6745) | [Pure] method CountPositives (line 6756) | [Pure] method CountPositives (line 6767) | [Pure] method CountPositives (line 6778) | [Pure] method CountPositives (line 6789) | [Pure] method CountPositives (line 6800) | [Pure] method CountNegatives (line 6816) | [Pure] method CountNegatives (line 6827) | [Pure] method CountNegatives (line 6838) | [Pure] method CountNegatives (line 6849) | [Pure] method CountNegatives (line 6860) | [Pure] method CountNegatives (line 6871) | [Pure] method CountNegatives (line 6882) | [Pure] method IsPrime (line 6899) | [Pure] method IsPrime (line 6915) | [Pure] method Swap (line 6935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotate (line 6945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotate (line 6955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotate (line 6965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GreatestCommonDivisor (line 6976) | [Pure] method LeastCommonMultiple (line 6982) | [Pure] method GreatestCommonDivisor (line 6988) | [Pure] method LeastCommonMultiple (line 6994) | [Pure] method GreatestCommonDivisor (line 7000) | [Pure] method LeastCommonMultiple (line 7006) | [Pure] method GreatestCommonDivisor (line 7012) | [Pure] method LeastCommonMultiple (line 7018) | [Pure] method ToInt (line 7027) | [Pure] method ToLong (line 7031) | [Pure] method ToInt (line 7035) | [Pure] method ToLong (line 7039) | [Pure] method WeightedSum (line 7047) | [Pure] method WeightedSum (line 7056) | [Pure] method IsNaN (line 7072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 7079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 7086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 7093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 7100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 7113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 7120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 7127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 7134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 7141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetSigns (line 7155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AggregateSigns (line 7163) | public static void AggregateSigns( method AggregateSigns (line 7179) | public static void AggregateSigns( method AggregateSigns (line 7184) | public static void AggregateSigns( method AggregateSigns (line 7189) | public static void AggregateSigns( method AggregateSigns (line 7194) | public static Signs AggregateSigns(this IEnumerable values, flo... method AggregateSigns (line 7206) | public static Signs AggregateSigns(this (float, float) values, float e... method AggregateSigns (line 7209) | public static Signs AggregateSigns(this (float, float, float) values, ... method AggregateSigns (line 7212) | public static Signs AggregateSigns(this (float, float, float, float) v... method GetSigns (line 7215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AggregateSigns (line 7223) | public static void AggregateSigns( method AggregateSigns (line 7239) | public static void AggregateSigns( method AggregateSigns (line 7244) | public static void AggregateSigns( method AggregateSigns (line 7249) | public static void AggregateSigns( method AggregateSigns (line 7254) | public static Signs AggregateSigns(this IEnumerable values, do... method AggregateSigns (line 7266) | public static Signs AggregateSigns(this (double, double) values, doubl... method AggregateSigns (line 7269) | public static Signs AggregateSigns(this (double, double, double) value... method AggregateSigns (line 7272) | public static Signs AggregateSigns(this (double, double, double, doubl... FILE: src/Aardvark.Base/Math/Base/Fun_template.cs class Fun (line 31) | public static partial class Fun method Min (line 39) | [Pure] method Max (line 47) | [Pure] method Min (line 55) | [Pure] method Max (line 63) | [Pure] method Min (line 71) | [Pure] method Max (line 79) | [Pure] method Min (line 87) | [Pure] method Max (line 99) | [Pure] method Abs (line 118) | [Pure] method AngleDistance (line 144) | [Pure] method AngleDifference (line 156) | [Pure] method ApproximateEquals (line 173) | [Pure] method ApproximateEquals (line 190) | [Pure] method Floor (line 205) | [Pure] method Ceiling (line 232) | [Pure] method Round (line 259) | [Pure] method Round (line 279) | [Pure] method Round (line 299) | [Pure] method Round (line 319) | [Pure] method Truncate (line 346) | [Pure] method Frac (line 374) | [Pure] method Clamp (line 391) | [Pure] method Clamp (line 405) | [Pure] method ClampExcl (line 423) | [Pure] method ClampExcl (line 437) | [Pure] method ClampWrap (line 455) | [Pure] method ClampWrap (line 465) | [Pure] method WrapToPi (line 480) | [Pure] method Saturate (line 497) | [Pure] method MapToUnitInterval (line 519) | [Pure] method MapToUnitInterval (line 547) | [Pure] method MapToUnitInterval (line 562) | [Pure] method MapToUnitInterval (line 574) | [Pure] method Sign (line 594) | [Pure] method Signumi (line 613) | [Pure] method Signum (line 621) | [Pure] method MultiplyAdd (line 655) | [Pure] method MultiplyAdd (line 675) | [Pure] method FloatToBits (line 697) | [Pure] method FloatFromBits (line 707) | public static unsafe __type__ FloatFromBits(this __bittype__ x) method FloatToBits (line 713) | [Pure] method FloatFromBits (line 721) | [Pure] method FloatToUnsignedBits (line 733) | [Pure] method FloatFromUnsignedBits (line 743) | public static unsafe __type__ FloatFromUnsignedBits(this __bittype__ x) method __fname__ (line 762) | public static __type__ __fname__(__type__ value, __type__ sign) method IsTiny (line 794) | [Pure] method IsTiny (line 803) | [Pure] method AbsSum (line 818) | [Pure] method Root (line 840) | [Pure] method Sqrt (line 865) | [Pure] method Cbrt (line 891) | [Pure] method Square (line 920) | [Pure] method Pow (line 941) | [Pure] method Power (line 956) | [Pure] method Pown (line 972) | [Pure] method Pown (line 999) | [Pure] method __fname__ (line 1036) | [Pure] method __fname__ (line 1058) | [Pure] method __fname__ (line 1080) | [Pure] method __fname__ (line 1102) | [Pure] method __fname__ (line 1125) | [Pure] method LinCom (line 1148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRaw__rtc__ (line 1155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 1167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ModP (line 1184) | [Pure] method IsPowerOfTwo (line 1203) | [Pure] method PowerOfTwo (line 1217) | [Pure] method PowerOfTwo (line 1230) | [Pure] method NextPowerOfTwo (line 1265) | [Pure] method PrevPowerOfTwo (line 1286) | [Pure] method Sinc (line 1320) | [Pure] method __fname__ (line 1348) | [Pure] method __fname__ (line 1367) | [Pure] method __fname__ (line 1386) | [Pure] method __fname__ (line 1405) | [Pure] method __fname__Clamped (line 1424) | [Pure] method __fname__ (line 1443) | [Pure] method __fname__Clamped (line 1462) | [Pure] method __fname__ (line 1481) | [Pure] method __fname__ (line 1501) | [Pure] method FastAtan2 (line 1522) | [Pure] method __fname__ (line 1546) | [Pure] method __fname__ (line 1565) | [Pure] method __fname__ (line 1584) | [Pure] method __fname__ (line 1603) | [Pure] method __fname__ (line 1622) | [Pure] method __fname__ (line 1642) | [Pure] method Step (line 1667) | [Pure] method Linearstep (line 1676) | [Pure] method Smoothstep (line 1684) | [Pure] method Lerp (line 1702) | [Pure] method InvLerp (line 1710) | [Pure] method Lerp (line 1721) | [Pure] method InvLerp (line 1730) | [Pure] method Mean (line 1746) | [Pure] method Mean (line 1756) | [Pure] method Mean (line 1767) | [Pure] method Variance (line 1787) | [Pure] method StandardDeviation (line 1805) | [Pure] method Variance (line 1813) | [Pure] method StandardDeviation (line 1834) | [Pure] method CountPositives (line 1847) | [Pure] method CountNegatives (line 1865) | [Pure] method IsPrime (line 1884) | [Pure] method Swap (line 1905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotate (line 1915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotate (line 1925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotate (line 1935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GreatestCommonDivisor (line 1947) | [Pure] method LeastCommonMultiple (line 1953) | [Pure] method ToInt (line 1963) | [Pure] method ToLong (line 1967) | [Pure] method ToInt (line 1971) | [Pure] method ToLong (line 1975) | [Pure] method WeightedSum (line 1985) | [Pure] method IsNaN (line 2005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 2019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 2033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetSigns (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AggregateSigns (line 2058) | public static void AggregateSigns( method AggregateSigns (line 2074) | public static void AggregateSigns( method AggregateSigns (line 2079) | public static void AggregateSigns( method AggregateSigns (line 2084) | public static void AggregateSigns( method AggregateSigns (line 2089) | public static Signs AggregateSigns(this IEnumerable<__type__> values, ... method AggregateSigns (line 2101) | public static Signs AggregateSigns(this (__type__, __type__) values, _... method AggregateSigns (line 2104) | public static Signs AggregateSigns(this (__type__, __type__, __type__)... method AggregateSigns (line 2107) | public static Signs AggregateSigns(this (__type__, __type__, __type__,... FILE: src/Aardvark.Base/Math/Base/Half.cs class HalfHelper (line 22) | [ComVisible(false)] method ConvertMantissa (line 32) | private static uint ConvertMantissa(int i) method GenerateMantissaTable (line 48) | private static uint[] GenerateMantissaTable() method GenerateExponentTable (line 64) | private static uint[] GenerateExponentTable() method GenerateOffsetTable (line 83) | private static ushort[] GenerateOffsetTable() method GenerateBaseTable (line 100) | private static ushort[] GenerateBaseTable() method GenerateShiftTable (line 170) | private static sbyte[] GenerateShiftTable() method HalfToSingle (line 240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SingleToHalf (line 247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Abs (line 260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Half (line 286) | [Serializable] method Half (line 377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Half (line 384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Half (line 391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Half (line 398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Half (line 405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Half (line 412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Half (line 419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Add (line 440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Subtract (line 449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Multiply (line 458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Divide (line 467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CompareTo (line 801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CompareTo (line 839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetTypeCode (line 906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBytes (line 919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBits (line 928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHalf (line 945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHalf (line 954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Sign (line 967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Abs (line 993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Max (line 1006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 1019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 1032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 1041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 1050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 1059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 1075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 1089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 1133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TryParse (line 1150) | public static bool TryParse(string value, out Half result) method TryParse (line 1185) | public static bool TryParse(string value, NumberStyles style, IFormatP... method ToString (line 1205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 1215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 1224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 1236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToSingle (line 1244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetTypeCode (line 1248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToBoolean (line 1252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToByte (line 1256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToChar (line 1260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToDateTime (line 1264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToDecimal (line 1268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToDouble (line 1272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToInt16 (line 1276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToInt32 (line 1280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToInt64 (line 1284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToSByte (line 1288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 1292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToType (line 1296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToUInt16 (line 1300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToUInt32 (line 1304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToUInt64 (line 1308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Base/MedianWindow.cs class MedianWindow (line 11) | public class MedianWindow method MedianWindow (line 19) | public MedianWindow(int count) method Insert (line 25) | public double Insert(double value) method Reset (line 70) | public void Reset() FILE: src/Aardvark.Base/Math/Base/PhysicsConsts.cs class PhysicsConstant (line 8) | public static class PhysicsConstant FILE: src/Aardvark.Base/Math/Base/Quaternion_auto.cs type QuaternionF (line 19) | [DataContract] method QuaternionF (line 52) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionF (line 62) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionF (line 72) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionF (line 82) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionF (line 92) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionF (line 101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionF (line 110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionF (line 119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionF (line 129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionF (line 140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 482) | public override readonly int GetHashCode() method Equals (line 487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 491) | public override readonly bool Equals(object other) method ToString (line 494) | public override readonly string ToString() method Parse (line 499) | public static QuaternionF Parse(string s) class Quaternion (line 508) | public static partial class Quaternion method Inverse (line 515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Conjugated (line 563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Conjugate (line 570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormSquared (line 594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SlerpShortest (line 616) | public static QuaternionF SlerpShortest(this QuaternionF q1, Quaternio... method Inverse (line 1193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 1217) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 1224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Conjugated (line 1241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Conjugate (line 1248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 1259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormSquared (line 1272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SlerpShortest (line 1294) | public static QuaternionD SlerpShortest(this QuaternionD q1, Quaternio... class Fun (line 671) | public static partial class Fun method ApproximateEquals (line 675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type QuaternionD (line 697) | [DataContract] method QuaternionD (line 730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionD (line 740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionD (line 750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionD (line 760) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionD (line 770) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionD (line 779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionD (line 788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionD (line 797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionD (line 807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method QuaternionD (line 818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1160) | public override readonly int GetHashCode() method Equals (line 1165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1169) | public override readonly bool Equals(object other) method ToString (line 1172) | public override readonly string ToString() method Parse (line 1177) | public static QuaternionD Parse(string s) class Quaternion (line 1186) | public static partial class Quaternion method Inverse (line 515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Conjugated (line 563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Conjugate (line 570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormSquared (line 594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SlerpShortest (line 616) | public static QuaternionF SlerpShortest(this QuaternionF q1, Quaternio... method Inverse (line 1193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 1217) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 1224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Conjugated (line 1241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Conjugate (line 1248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 1259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormSquared (line 1272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SlerpShortest (line 1294) | public static QuaternionD SlerpShortest(this QuaternionD q1, Quaternio... class Fun (line 1349) | public static partial class Fun method ApproximateEquals (line 675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Base/Quaternion_template.cs type __type__ (line 45) | [DataContract] method __type__ (line 78) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 88) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 98) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 505) | public override readonly int GetHashCode() method Equals (line 510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 514) | public override readonly bool Equals(object other) method ToString (line 517) | public override readonly string ToString() method Parse (line 522) | public static __type__ Parse(string s) class Quaternion (line 531) | public static partial class Quaternion method Inverse (line 538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Conjugated (line 586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Conjugate (line 593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormSquared (line 617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SlerpShortest (line 639) | public static __type__ SlerpShortest(this __type__ q1, __type__ q2, __... class Fun (line 694) | public static partial class Fun method ApproximateEquals (line 698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Base/SampleGrid2d.cs class SampleGrid2d (line 5) | public class SampleGrid2d method SampleGrid2d (line 11) | public SampleGrid2d(V2l gridSize, Box2d region) method AdaptivelyFill (line 18) | public static void AdaptivelyFill( method AdaptivelyFill (line 69) | public static void AdaptivelyFill( method AdaptivelySample (line 120) | public static void AdaptivelySample( method Sample (line 187) | public void Sample(V2l count, method Sample (line 204) | public void Sample(V2l count, method SampleRegular (line 234) | public void SampleRegular(V2l step, Action... method SampleRegular (line 276) | public void SampleRegular(V2l step, FILE: src/Aardvark.Base/Math/Base/Statistics.cs type Extremum (line 12) | public struct Extremum method Extremum (line 19) | public Extremum(double value, T data) method AddMin (line 45) | public void AddMin(double value) method AddMax (line 50) | public void AddMax(double value) method AddMin (line 55) | public void AddMin(double value, T data) method AddMax (line 60) | public void AddMax(double value, T data) method Max (line 65) | public static Extremum Max(Extremum e0, Extremum e1) method Min (line 70) | public static Extremum Min(Extremum e0, Extremum e1) type StatsOptions (line 82) | [Flags] type Stats (line 109) | public struct Stats : IReportable method Stats (line 120) | public Stats(StatsOptions options) method Add (line 172) | public void Add(double value) method Add (line 177) | public void Add(double value, T data) method Add (line 187) | public void Add(Stats s) method ReportValue (line 218) | public readonly void ReportValue(int verbosity, string name) class StatsClass (line 249) | public class StatsClass type Histogram (line 262) | public struct Histogram : IReportable method Histogram (line 273) | public Histogram(double min, double max, int slotCount) method Histogram (line 278) | public Histogram(Range1d range, int slotCount) method AddLog10 (line 304) | public void AddLog10(double value) { Add(Fun.Log10(value)); } method AddLog2 (line 306) | public void AddLog2(double value) { Add(Fun.Log2(value)); } method Add (line 308) | public void Add(double value) method AddRange (line 319) | public void AddRange(IEnumerable values) method Clear (line 325) | public void Clear() method Add (line 333) | public void Add(Histogram h) method ReportRange (line 366) | private static void ReportRange( method ReportValue (line 376) | public readonly void ReportValue(int v, string name) class HistogramClass (line 397) | public class HistogramClass class HistogramAndStats (line 406) | public class HistogramAndStats method HistogramAndStats (line 413) | public HistogramAndStats(Histogram histogram, Stats stats) method HistogramAndStats (line 419) | public HistogramAndStats(double min, double max, int steps, StatsOptio... method AddLog10Hist (line 427) | public void AddLog10Hist(double value, T data) method AddLog2Hist (line 433) | public void AddLog2Hist(double value, T data) method Add (line 439) | public void Add(double value, T data) method Add (line 445) | public void Add(HistogramAndStats hs) FILE: src/Aardvark.Base/Math/Base/WeightedIndex.cs type WeightedIndex (line 6) | public struct WeightedIndex method WeightedIndex (line 13) | public WeightedIndex(double weight, int index) FILE: src/Aardvark.Base/Math/Colors/Color.cs class Col (line 18) | [Serializable] type Space (line 23) | [Serializable] type Format (line 36) | [Serializable] type Channel (line 77) | [Serializable] class Info (line 113) | public static class Info method Info (line 117) | static Info() class Name (line 150) | public static class Name class Intent (line 177) | public static class Intent method Col (line 229) | static Col() method GetName (line 251) | public static Symbol GetName(this Format format) method FormatOfName (line 256) | public static Format FormatOfName(Symbol name) method GetIntent (line 261) | public static Symbol GetIntent(this Format format) method IsPremultiplied (line 266) | public static bool IsPremultiplied(this Format format) method ChannelCount (line 271) | public static int ChannelCount(this Format format) method ChannelsOfFormat (line 303) | public static Channel[] ChannelsOfFormat(this Format format) method ChannelOrder (line 338) | public static long[] ChannelOrder(this Format format) method ChannelIndex (line 414) | public static long ChannelIndex(this Format format, Channel channel) method ChannelIndexNoThrow (line 422) | public static long ChannelIndexNoThrow(this Format format, Channel cha... method FormatDefaultOf (line 431) | public static Format FormatDefaultOf(this Type type, long channelCount) method ByteToUShort (line 471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ByteToUInt (line 474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ByteToHalf (line 477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ByteToFloat (line 480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ByteToDouble (line 483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UShortToByte (line 490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UShortToUInt (line 493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UShortToHalf (line 496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UShortToFloat (line 499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UShortToDouble (line 502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UIntToByte (line 509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UIntToUShort (line 512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UIntToHalf (line 515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UIntToFloat (line 518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UIntToDouble (line 521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HalfToByte (line 528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HalfToUShort (line 531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HalfToUInt (line 534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HalfToFloat (line 537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method HalfToDouble (line 540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FloatToByte (line 547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FloatToByteClamped (line 550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FloatToUShort (line 553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FloatToUShortClamped (line 556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FloatToUInt (line 559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FloatToUIntClamped (line 562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FloatToHalf (line 565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FloatToDouble (line 568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FloatToDoubleClamped (line 571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DoubleToByte (line 578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DoubleToByteClamped (line 581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DoubleToUShort (line 584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DoubleToUShortClamped (line 587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DoubleToUInt (line 590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DoubleToUIntClamped (line 593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DoubleToHalf (line 596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DoubleToFloat (line 599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DoubleToFloatClamped (line 602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ByteInIntToFloat (line 611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FloatToByteInInt (line 614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ByteInIntToDouble (line 617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DoubleToByteInInt (line 620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UShortInIntToDouble (line 623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DoubleToUShortInInt (line 626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method BitInByteToByte (line 629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ByteToBitInByte (line 632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ByteInFloatToByte (line 635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ByteInDoubleToByte (line 638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UShortInFloatToUShort (line 641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UShortInDoubleToUShort (line 644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UIntInDoubleToUInt (line 647) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FloatToByteInIntClamped (line 650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DoubleToUShortInIntClamped (line 653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ByteInFloatToByteClamped (line 656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ByteInDoubleToByteClamped (line 659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UShortInFloatToUShortClamped (line 662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UShortInDoubleToUShortClamped (line 665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UIntInDoubleToUIntClamped (line 668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ByteInFloatToFloat (line 671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FloatToByteInFloat (line 674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ByteInDoubleToDouble (line 677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DoubleToByteInDouble (line 680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ByteInFloatToFloatClamped (line 683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FloatToByteInFloatClamped (line 686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ByteInDoubleToDoubleClamped (line 689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DoubleToByteInDoubleClamped (line 692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayByte (line 723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayByte (line 727) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayByte (line 730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayUShort (line 737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayUShort (line 741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayUShort (line 744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayUInt (line 751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayUInt (line 755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayUInt (line 758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayHalf (line 765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayHalfClamped (line 769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayFloat (line 777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayFloat (line 781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayFloat (line 784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayFloatClamped (line 787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayFloatClamped (line 791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayFloatClamped (line 794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayDouble (line 801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayDouble (line 805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayDouble (line 808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayDoubleClamped (line 811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayDoubleClamped (line 815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToGrayDoubleClamped (line 818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AlphaToPremultipliedAlpha (line 827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PremultipliedAlphaToAlpha (line 834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AlphaToPremultipliedAlpha (line 842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PremultipliedAlphaToAlpha (line 849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AlphaToPremultipliedAlpha (line 857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PremultipliedAlphaToAlpha (line 864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AlphaToPremultipliedAlpha (line 872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PremultipliedAlphaToAlpha (line 878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AlphaToPremultipliedAlpha (line 885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PremultipliedAlphaToAlpha (line 891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinearSRGBFloatToSRGBFloat (line 902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SRGBFloatToLinearSRGBFloat (line 906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinearSRGBToSRGB (line 910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinearSRGBAToSRGBA (line 918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SRGBToLinearSRGB (line 927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SRGBAToLinearSRGBA (line 935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinearSRGBToXYZinC3f (line 949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method XYZinC3fToLinearSRGB (line 962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method XYZinC3fToCIERGB (line 974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SRGBToXYZinC3f (line 987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method XYZinC3fToSRGB (line 995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinearSRGBAToXYZAinC4f (line 1003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method XYZAinC4fToLinearSRGBA (line 1017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SRGBAToXYZAinC4f (line 1032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method XYZAinC4fToSRGBA (line 1041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method XYZinC3fToCieXYZf (line 1044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method XYZAinC4fToCieXYZf (line 1046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinearSRGBToCieXYZf (line 1048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinearSRGBAToCieXYZf (line 1050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SRGBToCieXYZf (line 1052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SRGBAToCieXYZf (line 1054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToXYZinC3f (line 1057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToXYZAinC4f (line 1059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToLinearSRGB (line 1061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToLinearSRGBA (line 1063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToSRGB (line 1065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToSRGBA (line 1067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToCieYxyf (line 1070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToCieXYZf (line 1076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method s_labF (line 1086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method s_labFinv (line 1092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToCieLabf (line 1095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToCieXYZf (line 1102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method BuildChromaticAdaptationMatrix (line 1137) | public static M33d BuildChromaticAdaptationMatrix(CieXYZf whiteFrom, C... method ToCieLabfD65 (line 1150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToCieXYZfD65 (line 1153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHSLf (line 1160) | public static HSLf ToHSLf(this C3f c) method ToHSVf (line 1197) | public static HSVf ToHSVf(this C3f c) method ToC3f (line 1233) | public static C3f ToC3f(this HSLf c) method ToC3f (line 1251) | public static C3f ToC3f(this HSVf c) method GammaFloatToLinearFloat (line 1273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinearFloatToGammaFloat (line 1279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GammaToLinear (line 1286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GammaToLinear (line 1292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinearToGamma (line 1299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinearToGamma (line 1306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TemperatureToYuvInC3f (line 1318) | public static C3f TemperatureToYuvInC3f(this double t) method TemperatureToYxyInC3f (line 1332) | public static C3f TemperatureToYxyInC3f(this double t) method Average (line 1357) | public static C3b Average(this IEnumerable items) method Average (line 1366) | public static C4b Average(this IEnumerable items) method Average (line 1375) | public static C3f Average(this IEnumerable items) method Average (line 1384) | public static C4f Average(this IEnumerable items) method TryParseHex (line 1401) | private static bool TryParseHex(Regex regex, string input, out C4b res... method TryParseHex (line 1435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TryParseHex (line 1452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ParseHex (line 1466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ParseHex (line 1480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type PixFormat (line 1494) | [DataContract] method PixFormat (line 1505) | public PixFormat(Type type, Col.Format format) method Equals (line 1631) | public override bool Equals(object obj) method GetHashCode (line 1636) | public override int GetHashCode() method ToString (line 1641) | public override string ToString() method Equals (line 1648) | public bool Equals(PixFormat other) type C3b (line 1660) | [DataContract] type C3us (line 1680) | [DataContract] type C3ui (line 1696) | [DataContract] type C3f (line 1712) | [DataContract] method FromHSV (line 1730) | public static C3f FromHSV(float hue, float saturation, float value) method FromHSL (line 1742) | public static C3f FromHSL(float hue, float saturation, float lightness) method AsHSLf (line 1747) | public readonly HSLf AsHSLf() { return new HSLf(R, G, B); } method AsHSVf (line 1749) | public readonly HSVf AsHSVf() { return new HSVf(R, G, B); } type C3d (line 1757) | [DataContract] type C4b (line 1773) | [DataContract] type C4us (line 1795) | [DataContract] type C4ui (line 1813) | [DataContract] type C4f (line 1831) | [DataContract] type C4d (line 1849) | [DataContract] type CieLabf (line 1867) | [DataContract] method CieLabf (line 1878) | public CieLabf(float _L, float _a, float _b) { L = _L; a = _a; b = _b; } method CieLabf (line 1879) | public CieLabf(double _L, double _a, double _b) { L = (float)_L; a = (... method Equals (line 1881) | public readonly bool Equals(CieLabf other) => L == other.L && a == oth... method Equals (line 1882) | public override readonly bool Equals(object other) => (other is CieLab... method GetHashCode (line 1883) | public override readonly int GetHashCode() => HashCode.GetCombined(L, ... type CieLuvf (line 1890) | [DataContract] method CieLuvf (line 1901) | public CieLuvf(float _L, float _u, float _v) { L = _L; u = _u; v = _v; } method CieLuvf (line 1902) | public CieLuvf(double _L, double _u, double _v) { L = (float)_L; u = (... method AsC3f (line 1904) | public readonly C3f AsC3f() { return new C3f(L, u, v); } method Equals (line 1906) | public readonly bool Equals(CieLuvf other) => L == other.L && u == oth... method Equals (line 1907) | public override readonly bool Equals(object other) => (other is CieLuv... method GetHashCode (line 1908) | public override readonly int GetHashCode() => HashCode.GetCombined(L, ... type CieXYZf (line 1919) | [DataContract] method CieXYZf (line 1930) | public CieXYZf(float _X, float _Y, float _Z) { X = _X; Y = _Y; Z = _Z; } method CieXYZf (line 1931) | public CieXYZf(double _X, double _Y, double _Z) { X = (float)_X; Y = (... method Equals (line 1933) | public readonly bool Equals(CieXYZf other) => X == other.X && Y == oth... method Equals (line 1934) | public override readonly bool Equals(object other) => (other is CieXYZ... method GetHashCode (line 1935) | public override readonly int GetHashCode() => HashCode.GetCombined(X, ... type CieYxyf (line 1942) | [DataContract] method CieYxyf (line 1953) | public CieYxyf(float _Y, float _x, float _y) { Y = _Y; x = _x; y = _y; } method CieYxyf (line 1954) | public CieYxyf(double _Y, double _x, double _y) { Y = (float)_Y; x = (... method Equals (line 1956) | public readonly bool Equals(CieYxyf other) => Y == other.Y && x == oth... method Equals (line 1957) | public override readonly bool Equals(object other) => (other is CieYxy... method GetHashCode (line 1958) | public override readonly int GetHashCode() => HashCode.GetCombined(Y, ... type CMYKf (line 1965) | [DataContract] method CMYKf (line 1978) | public CMYKf(float _C, float _M, float _Y, float _K) { C = _C; M = _M;... method CMYKf (line 1979) | public CMYKf(double _C, double _M, double _Y, double _K) method Equals (line 1982) | public readonly bool Equals(CMYKf other) => C == other.C && M == other... method Equals (line 1983) | public override readonly bool Equals(object other) => (other is CMYKf ... method GetHashCode (line 1984) | public override readonly int GetHashCode() => HashCode.GetCombined(C, ... type HSLf (line 1994) | [DataContract] method HSLf (line 2007) | public HSLf(float hue, float saturation, float lightness) method HSLf (line 2010) | public HSLf(double hue, double saturation, double lightness) method FromC3f (line 2017) | public static HSLf FromC3f(C3f col) method AsC3f (line 2022) | public readonly C3f AsC3f() { return new C3f(H, S, L); } method Equals (line 2026) | public readonly bool Equals(HSLf other) => H == other.H && S == other.... method Equals (line 2027) | public override readonly bool Equals(object other) => (other is HSLf o... method GetHashCode (line 2028) | public override readonly int GetHashCode() => HashCode.GetCombined(H, ... type HSVf (line 2038) | [DataContract] method HSVf (line 2051) | public HSVf(float hue, float saturation, float value) method HSVf (line 2054) | public HSVf(double hue, double saturation, double value) method FromC3f (line 2061) | public static HSVf FromC3f(C3f col) method AsC3f (line 2066) | public readonly C3f AsC3f() { return new C3f(H, S, V); } method Equals (line 2070) | public readonly bool Equals(HSVf other) => H == other.H && S == other.... method Equals (line 2071) | public override readonly bool Equals(object other) => (other is HSVf o... method GetHashCode (line 2072) | public override readonly int GetHashCode() => HashCode.GetCombined(H, ... type Yuvf (line 2079) | [DataContract] method Yuvf (line 2090) | public Yuvf(float _Y, float _u, float _v) { Y = _Y; u = _u; v = _v; } method Yuvf (line 2091) | public Yuvf(double _Y, double _u, double _v) { Y = (float)_Y; u = (flo... method AsC3f (line 2093) | public readonly C3f AsC3f() { return new C3f(Y, u, v); } method Equals (line 2095) | public readonly bool Equals(Yuvf other) => Y == other.Y && u == other.... method Equals (line 2096) | public override readonly bool Equals(object other) => (other is Yuvf o... method GetHashCode (line 2097) | public override readonly int GetHashCode() => HashCode.GetCombined(Y, ... FILE: src/Aardvark.Base/Math/Colors/Color_auto.cs type C3b (line 17) | [Serializable] method C3b (line 25) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 35) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 45) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 55) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 67) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 78) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 88) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 99) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 453) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3b (line 465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3f (line 533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3f (line 540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3d (line 555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3d (line 562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4f (line 644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4f (line 651) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4d (line 667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4d (line 674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3i (line 696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3ui (line 718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3l (line 740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3f (line 762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3d (line 784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4i (line 807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4ui (line 830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4l (line 853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4f (line 876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4d (line 899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 1001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 1010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 1019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 1025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 1033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 1041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamp (line 1492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 1503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1557) | public override readonly bool Equals(object other) method GetHashCode (line 1560) | public override readonly int GetHashCode() method ToString (line 1565) | public override readonly string ToString() method ToText (line 1570) | public readonly Text ToText(int bracketLevel = 1) method LinearInterp (line 1599) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 1604) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 1609) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 1614) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 1619) | [EditorBrowsable(EditorBrowsableState.Never)] method TryParse (line 1639) | public static bool TryParse(Text t, out C3b result) method TryParse (line 1681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 1696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 1700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 1715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 1723) | public readonly string ToString(string format) method ToString (line 1728) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 1736) | public readonly string ToString(string format, IFormatProvider fp, str... method Equals (line 1746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 1778) | public static partial class Fun method Lerp (line 1785) | public static C3b Lerp(this float t, C3b a, C3b b) method Lerp (line 1791) | public static C3b Lerp(this V3f t, C3b a, C3b b) method Lerp (line 1797) | public static C3b Lerp(this double t, C3b a, C3b b) method Lerp (line 1803) | public static C3b Lerp(this V3d t, C3b a, C3b b) method ApproximateEquals (line 1810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 1823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 4093) | public static C3us Lerp(this float t, C3us a, C3us b) method Lerp (line 4099) | public static C3us Lerp(this V3f t, C3us a, C3us b) method Lerp (line 4105) | public static C3us Lerp(this double t, C3us a, C3us b) method Lerp (line 4111) | public static C3us Lerp(this V3d t, C3us a, C3us b) method ApproximateEquals (line 4118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 6324) | public static C3ui Lerp(this float t, C3ui a, C3ui b) method Lerp (line 6330) | public static C3ui Lerp(this V3f t, C3ui a, C3ui b) method Lerp (line 6336) | public static C3ui Lerp(this double t, C3ui a, C3ui b) method Lerp (line 6342) | public static C3ui Lerp(this V3d t, C3ui a, C3ui b) method ApproximateEquals (line 6349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 6362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 8398) | public static C3f Lerp(this float t, C3f a, C3f b) method Lerp (line 8404) | public static C3f Lerp(this V3f t, C3f a, C3f b) method ApproximateEquals (line 8411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 10506) | public static C3d Lerp(this double t, C3d a, C3d b) method Lerp (line 10512) | public static C3d Lerp(this V3d t, C3d a, C3d b) method ApproximateEquals (line 10519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 13178) | public static C4b Lerp(this float t, C4b a, C4b b) method Lerp (line 13184) | public static C4b Lerp(this V4f t, C4b a, C4b b) method Lerp (line 13190) | public static C4b Lerp(this double t, C4b a, C4b b) method Lerp (line 13196) | public static C4b Lerp(this V4d t, C4b a, C4b b) method ApproximateEquals (line 13203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 15771) | public static C4us Lerp(this float t, C4us a, C4us b) method Lerp (line 15777) | public static C4us Lerp(this V4f t, C4us a, C4us b) method Lerp (line 15783) | public static C4us Lerp(this double t, C4us a, C4us b) method Lerp (line 15789) | public static C4us Lerp(this V4d t, C4us a, C4us b) method ApproximateEquals (line 15796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 18269) | public static C4ui Lerp(this float t, C4ui a, C4ui b) method Lerp (line 18275) | public static C4ui Lerp(this V4f t, C4ui a, C4ui b) method Lerp (line 18281) | public static C4ui Lerp(this double t, C4ui a, C4ui b) method Lerp (line 18287) | public static C4ui Lerp(this V4d t, C4ui a, C4ui b) method ApproximateEquals (line 18294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 18307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 20519) | public static C4f Lerp(this float t, C4f a, C4f b) method Lerp (line 20525) | public static C4f Lerp(this V4f t, C4f a, C4f b) method ApproximateEquals (line 20532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 20569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 20576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 20583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 20590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 20597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 22806) | public static C4d Lerp(this double t, C4d a, C4d b) method Lerp (line 22812) | public static C4d Lerp(this V4d t, C4d a, C4d b) method ApproximateEquals (line 22819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 22856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 22863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 22870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 22877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 22884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Col (line 1830) | public static partial class Col method ToHexString (line 1837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1908) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 1997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 4145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 4622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 6376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 6846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 6853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 8490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 10598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 11015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 11019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 11023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 11027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 11031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 11035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 11039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 11043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 13230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 15823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 16003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 18321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 20611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 22898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 22999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 23315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 23319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 23323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 23327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 23331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 23335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 23339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 23343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type C3us (line 2328) | [Serializable] method C3us (line 2336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2527) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2647) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3us (line 2776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 2800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 2807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 2822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 2829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3f (line 2844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3f (line 2851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3d (line 2866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3d (line 2873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 2889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 2896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 2910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 2916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 2932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 2939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4f (line 2955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4f (line 2962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4d (line 2978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4d (line 2985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 3000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3i (line 3007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 3022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3ui (line 3029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 3044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3l (line 3051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 3066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3f (line 3073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 3088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3d (line 3095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 3111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4i (line 3118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 3134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4ui (line 3141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 3157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4l (line 3164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 3180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4f (line 3187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 3203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4d (line 3210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 3294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 3303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 3312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 3321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 3330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 3336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 3344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 3352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamp (line 3800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 3811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 3865) | public override readonly bool Equals(object other) method GetHashCode (line 3868) | public override readonly int GetHashCode() method ToString (line 3873) | public override readonly string ToString() method ToText (line 3878) | public readonly Text ToText(int bracketLevel = 1) method LinearInterp (line 3907) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 3912) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 3917) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 3922) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 3927) | [EditorBrowsable(EditorBrowsableState.Never)] method TryParse (line 3947) | public static bool TryParse(Text t, out C3us result) method TryParse (line 3989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 4004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 4008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 4023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 4031) | public readonly string ToString(string format) method ToString (line 4036) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 4044) | public readonly string ToString(string format, IFormatProvider fp, str... method Equals (line 4054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 4086) | public static partial class Fun method Lerp (line 1785) | public static C3b Lerp(this float t, C3b a, C3b b) method Lerp (line 1791) | public static C3b Lerp(this V3f t, C3b a, C3b b) method Lerp (line 1797) | public static C3b Lerp(this double t, C3b a, C3b b) method Lerp (line 1803) | public static C3b Lerp(this V3d t, C3b a, C3b b) method ApproximateEquals (line 1810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 1823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 4093) | public static C3us Lerp(this float t, C3us a, C3us b) method Lerp (line 4099) | public static C3us Lerp(this V3f t, C3us a, C3us b) method Lerp (line 4105) | public static C3us Lerp(this double t, C3us a, C3us b) method Lerp (line 4111) | public static C3us Lerp(this V3d t, C3us a, C3us b) method ApproximateEquals (line 4118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 6324) | public static C3ui Lerp(this float t, C3ui a, C3ui b) method Lerp (line 6330) | public static C3ui Lerp(this V3f t, C3ui a, C3ui b) method Lerp (line 6336) | public static C3ui Lerp(this double t, C3ui a, C3ui b) method Lerp (line 6342) | public static C3ui Lerp(this V3d t, C3ui a, C3ui b) method ApproximateEquals (line 6349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 6362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 8398) | public static C3f Lerp(this float t, C3f a, C3f b) method Lerp (line 8404) | public static C3f Lerp(this V3f t, C3f a, C3f b) method ApproximateEquals (line 8411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 10506) | public static C3d Lerp(this double t, C3d a, C3d b) method Lerp (line 10512) | public static C3d Lerp(this V3d t, C3d a, C3d b) method ApproximateEquals (line 10519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 13178) | public static C4b Lerp(this float t, C4b a, C4b b) method Lerp (line 13184) | public static C4b Lerp(this V4f t, C4b a, C4b b) method Lerp (line 13190) | public static C4b Lerp(this double t, C4b a, C4b b) method Lerp (line 13196) | public static C4b Lerp(this V4d t, C4b a, C4b b) method ApproximateEquals (line 13203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 15771) | public static C4us Lerp(this float t, C4us a, C4us b) method Lerp (line 15777) | public static C4us Lerp(this V4f t, C4us a, C4us b) method Lerp (line 15783) | public static C4us Lerp(this double t, C4us a, C4us b) method Lerp (line 15789) | public static C4us Lerp(this V4d t, C4us a, C4us b) method ApproximateEquals (line 15796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 18269) | public static C4ui Lerp(this float t, C4ui a, C4ui b) method Lerp (line 18275) | public static C4ui Lerp(this V4f t, C4ui a, C4ui b) method Lerp (line 18281) | public static C4ui Lerp(this double t, C4ui a, C4ui b) method Lerp (line 18287) | public static C4ui Lerp(this V4d t, C4ui a, C4ui b) method ApproximateEquals (line 18294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 18307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 20519) | public static C4f Lerp(this float t, C4f a, C4f b) method Lerp (line 20525) | public static C4f Lerp(this V4f t, C4f a, C4f b) method ApproximateEquals (line 20532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 20569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 20576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 20583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 20590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 20597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 22806) | public static C4d Lerp(this double t, C4d a, C4d b) method Lerp (line 22812) | public static C4d Lerp(this V4d t, C4d a, C4d b) method ApproximateEquals (line 22819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 22856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 22863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 22870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 22877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 22884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Col (line 4138) | public static partial class Col method ToHexString (line 1837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1908) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 1997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 4145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 4622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 6376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 6846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 6853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 8490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 10598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 11015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 11019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 11023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 11027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 11031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 11035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 11039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 11043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 13230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 15823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 16003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 18321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 20611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 22898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 22999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 23315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 23319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 23323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 23327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 23331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 23335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 23339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 23343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type C3ui (line 4636) | [Serializable] method C3ui (line 4644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 4999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 5010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 5022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 5034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 5046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3ui (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 5082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 5089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 5104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 5111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3f (line 5126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3f (line 5133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3d (line 5148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3d (line 5155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 5171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 5178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 5194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 5201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 5215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 5221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4f (line 5237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4f (line 5244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4d (line 5260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4d (line 5267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 5280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3ui (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 5301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3l (line 5308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 5323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3f (line 5330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 5345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3d (line 5352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 5366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4ui (line 5372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 5388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4l (line 5395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 5411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4f (line 5418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 5434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4d (line 5441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 5525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 5534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 5543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 5552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 5561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 5567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 5575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 5583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamp (line 6031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 6042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 6096) | public override readonly bool Equals(object other) method GetHashCode (line 6099) | public override readonly int GetHashCode() method ToString (line 6104) | public override readonly string ToString() method ToText (line 6109) | public readonly Text ToText(int bracketLevel = 1) method LinearInterp (line 6138) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 6143) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 6148) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 6153) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 6158) | [EditorBrowsable(EditorBrowsableState.Never)] method TryParse (line 6178) | public static bool TryParse(Text t, out C3ui result) method TryParse (line 6220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 6235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 6239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 6254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 6262) | public readonly string ToString(string format) method ToString (line 6267) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 6275) | public readonly string ToString(string format, IFormatProvider fp, str... method Equals (line 6285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 6317) | public static partial class Fun method Lerp (line 1785) | public static C3b Lerp(this float t, C3b a, C3b b) method Lerp (line 1791) | public static C3b Lerp(this V3f t, C3b a, C3b b) method Lerp (line 1797) | public static C3b Lerp(this double t, C3b a, C3b b) method Lerp (line 1803) | public static C3b Lerp(this V3d t, C3b a, C3b b) method ApproximateEquals (line 1810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 1823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 4093) | public static C3us Lerp(this float t, C3us a, C3us b) method Lerp (line 4099) | public static C3us Lerp(this V3f t, C3us a, C3us b) method Lerp (line 4105) | public static C3us Lerp(this double t, C3us a, C3us b) method Lerp (line 4111) | public static C3us Lerp(this V3d t, C3us a, C3us b) method ApproximateEquals (line 4118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 6324) | public static C3ui Lerp(this float t, C3ui a, C3ui b) method Lerp (line 6330) | public static C3ui Lerp(this V3f t, C3ui a, C3ui b) method Lerp (line 6336) | public static C3ui Lerp(this double t, C3ui a, C3ui b) method Lerp (line 6342) | public static C3ui Lerp(this V3d t, C3ui a, C3ui b) method ApproximateEquals (line 6349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 6362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 8398) | public static C3f Lerp(this float t, C3f a, C3f b) method Lerp (line 8404) | public static C3f Lerp(this V3f t, C3f a, C3f b) method ApproximateEquals (line 8411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 10506) | public static C3d Lerp(this double t, C3d a, C3d b) method Lerp (line 10512) | public static C3d Lerp(this V3d t, C3d a, C3d b) method ApproximateEquals (line 10519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 13178) | public static C4b Lerp(this float t, C4b a, C4b b) method Lerp (line 13184) | public static C4b Lerp(this V4f t, C4b a, C4b b) method Lerp (line 13190) | public static C4b Lerp(this double t, C4b a, C4b b) method Lerp (line 13196) | public static C4b Lerp(this V4d t, C4b a, C4b b) method ApproximateEquals (line 13203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 15771) | public static C4us Lerp(this float t, C4us a, C4us b) method Lerp (line 15777) | public static C4us Lerp(this V4f t, C4us a, C4us b) method Lerp (line 15783) | public static C4us Lerp(this double t, C4us a, C4us b) method Lerp (line 15789) | public static C4us Lerp(this V4d t, C4us a, C4us b) method ApproximateEquals (line 15796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 18269) | public static C4ui Lerp(this float t, C4ui a, C4ui b) method Lerp (line 18275) | public static C4ui Lerp(this V4f t, C4ui a, C4ui b) method Lerp (line 18281) | public static C4ui Lerp(this double t, C4ui a, C4ui b) method Lerp (line 18287) | public static C4ui Lerp(this V4d t, C4ui a, C4ui b) method ApproximateEquals (line 18294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 18307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 20519) | public static C4f Lerp(this float t, C4f a, C4f b) method Lerp (line 20525) | public static C4f Lerp(this V4f t, C4f a, C4f b) method ApproximateEquals (line 20532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 20569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 20576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 20583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 20590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 20597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 22806) | public static C4d Lerp(this double t, C4d a, C4d b) method Lerp (line 22812) | public static C4d Lerp(this V4d t, C4d a, C4d b) method ApproximateEquals (line 22819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 22856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 22863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 22870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 22877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 22884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Col (line 6369) | public static partial class Col method ToHexString (line 1837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1908) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 1997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 4145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 4622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 6376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 6846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 6853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 8490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 10598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 11015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 11019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 11023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 11027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 11031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 11035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 11039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 11043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 13230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 15823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 16003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 18321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 20611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 22898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 22999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 23315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 23319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 23323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 23327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 23331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 23335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 23339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 23343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformC3uiExtensions (line 6860) | public static class IRandomUniformC3uiExtensions method UniformC3ui (line 6867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type C3f (line 6883) | [Serializable] method C3f (line 6891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 6900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 6911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 6920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 6931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 6943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 6955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 6966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 6977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 6989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3f (line 7206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 7348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 7355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 7370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 7377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 7392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 7399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3d (line 7412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3d (line 7418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 7434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 7441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 7457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 7464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 7480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4f (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4f (line 7507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4d (line 7521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4d (line 7527) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 7540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3f (line 7546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 7559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3d (line 7565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 7579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4f (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4d (line 7605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 7687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 7696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 7705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 7714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 7723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 7729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 7737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 7745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamp (line 8115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 8126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 8180) | public override readonly bool Equals(object other) method GetHashCode (line 8183) | public override readonly int GetHashCode() method ToString (line 8188) | public override readonly string ToString() method ToText (line 8193) | public readonly Text ToText(int bracketLevel = 1) method LinearInterp (line 8222) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 8227) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 8232) | [EditorBrowsable(EditorBrowsableState.Never)] method TryParse (line 8252) | public static bool TryParse(Text t, out C3f result) method TryParse (line 8294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 8309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 8313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 8328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 8336) | public readonly string ToString(string format) method ToString (line 8341) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 8349) | public readonly string ToString(string format, IFormatProvider fp, str... method Equals (line 8359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 8391) | public static partial class Fun method Lerp (line 1785) | public static C3b Lerp(this float t, C3b a, C3b b) method Lerp (line 1791) | public static C3b Lerp(this V3f t, C3b a, C3b b) method Lerp (line 1797) | public static C3b Lerp(this double t, C3b a, C3b b) method Lerp (line 1803) | public static C3b Lerp(this V3d t, C3b a, C3b b) method ApproximateEquals (line 1810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 1823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 4093) | public static C3us Lerp(this float t, C3us a, C3us b) method Lerp (line 4099) | public static C3us Lerp(this V3f t, C3us a, C3us b) method Lerp (line 4105) | public static C3us Lerp(this double t, C3us a, C3us b) method Lerp (line 4111) | public static C3us Lerp(this V3d t, C3us a, C3us b) method ApproximateEquals (line 4118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 6324) | public static C3ui Lerp(this float t, C3ui a, C3ui b) method Lerp (line 6330) | public static C3ui Lerp(this V3f t, C3ui a, C3ui b) method Lerp (line 6336) | public static C3ui Lerp(this double t, C3ui a, C3ui b) method Lerp (line 6342) | public static C3ui Lerp(this V3d t, C3ui a, C3ui b) method ApproximateEquals (line 6349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 6362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 8398) | public static C3f Lerp(this float t, C3f a, C3f b) method Lerp (line 8404) | public static C3f Lerp(this V3f t, C3f a, C3f b) method ApproximateEquals (line 8411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 10506) | public static C3d Lerp(this double t, C3d a, C3d b) method Lerp (line 10512) | public static C3d Lerp(this V3d t, C3d a, C3d b) method ApproximateEquals (line 10519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 13178) | public static C4b Lerp(this float t, C4b a, C4b b) method Lerp (line 13184) | public static C4b Lerp(this V4f t, C4b a, C4b b) method Lerp (line 13190) | public static C4b Lerp(this double t, C4b a, C4b b) method Lerp (line 13196) | public static C4b Lerp(this V4d t, C4b a, C4b b) method ApproximateEquals (line 13203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 15771) | public static C4us Lerp(this float t, C4us a, C4us b) method Lerp (line 15777) | public static C4us Lerp(this V4f t, C4us a, C4us b) method Lerp (line 15783) | public static C4us Lerp(this double t, C4us a, C4us b) method Lerp (line 15789) | public static C4us Lerp(this V4d t, C4us a, C4us b) method ApproximateEquals (line 15796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 18269) | public static C4ui Lerp(this float t, C4ui a, C4ui b) method Lerp (line 18275) | public static C4ui Lerp(this V4f t, C4ui a, C4ui b) method Lerp (line 18281) | public static C4ui Lerp(this double t, C4ui a, C4ui b) method Lerp (line 18287) | public static C4ui Lerp(this V4d t, C4ui a, C4ui b) method ApproximateEquals (line 18294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 18307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 20519) | public static C4f Lerp(this float t, C4f a, C4f b) method Lerp (line 20525) | public static C4f Lerp(this V4f t, C4f a, C4f b) method ApproximateEquals (line 20532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 20569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 20576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 20583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 20590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 20597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 22806) | public static C4d Lerp(this double t, C4d a, C4d b) method Lerp (line 22812) | public static C4d Lerp(this V4d t, C4d a, C4d b) method ApproximateEquals (line 22819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 22856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 22863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 22870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 22877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 22884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Col (line 8483) | public static partial class Col method ToHexString (line 1837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1908) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 1997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 4145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 4622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 6376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 6846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 6853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 8490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 10598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 11015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 11019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 11023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 11027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 11031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 11035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 11039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 11043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 13230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 15823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 16003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 18321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 20611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 22898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 22999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 23315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 23319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 23323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 23327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 23331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 23335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 23339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 23343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformC3fExtensions (line 8950) | public static class IRandomUniformC3fExtensions method UniformC3f (line 8957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformC3fClosed (line 8966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformC3fOpen (line 8975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type C3d (line 8991) | [Serializable] method C3d (line 8999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3d (line 9314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 9456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 9463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 9478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 9485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 9500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 9507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3f (line 9520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3f (line 9526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 9542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 9549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 9565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 9572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 9588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 9595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4f (line 9609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4f (line 9615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4d (line 9629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4d (line 9635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 9648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3f (line 9654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 9667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3d (line 9673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 9687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4f (line 9693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 9707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4d (line 9713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 9795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 9804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 9813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 9822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 9831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 9837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 9845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 9853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamp (line 10223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 10234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 10288) | public override readonly bool Equals(object other) method GetHashCode (line 10291) | public override readonly int GetHashCode() method ToString (line 10296) | public override readonly string ToString() method ToText (line 10301) | public readonly Text ToText(int bracketLevel = 1) method LinearInterp (line 10330) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 10335) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 10340) | [EditorBrowsable(EditorBrowsableState.Never)] method TryParse (line 10360) | public static bool TryParse(Text t, out C3d result) method TryParse (line 10402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 10417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 10444) | public readonly string ToString(string format) method ToString (line 10449) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 10457) | public readonly string ToString(string format, IFormatProvider fp, str... method Equals (line 10467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 10499) | public static partial class Fun method Lerp (line 1785) | public static C3b Lerp(this float t, C3b a, C3b b) method Lerp (line 1791) | public static C3b Lerp(this V3f t, C3b a, C3b b) method Lerp (line 1797) | public static C3b Lerp(this double t, C3b a, C3b b) method Lerp (line 1803) | public static C3b Lerp(this V3d t, C3b a, C3b b) method ApproximateEquals (line 1810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 1823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 4093) | public static C3us Lerp(this float t, C3us a, C3us b) method Lerp (line 4099) | public static C3us Lerp(this V3f t, C3us a, C3us b) method Lerp (line 4105) | public static C3us Lerp(this double t, C3us a, C3us b) method Lerp (line 4111) | public static C3us Lerp(this V3d t, C3us a, C3us b) method ApproximateEquals (line 4118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 6324) | public static C3ui Lerp(this float t, C3ui a, C3ui b) method Lerp (line 6330) | public static C3ui Lerp(this V3f t, C3ui a, C3ui b) method Lerp (line 6336) | public static C3ui Lerp(this double t, C3ui a, C3ui b) method Lerp (line 6342) | public static C3ui Lerp(this V3d t, C3ui a, C3ui b) method ApproximateEquals (line 6349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 6362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 8398) | public static C3f Lerp(this float t, C3f a, C3f b) method Lerp (line 8404) | public static C3f Lerp(this V3f t, C3f a, C3f b) method ApproximateEquals (line 8411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 10506) | public static C3d Lerp(this double t, C3d a, C3d b) method Lerp (line 10512) | public static C3d Lerp(this V3d t, C3d a, C3d b) method ApproximateEquals (line 10519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 13178) | public static C4b Lerp(this float t, C4b a, C4b b) method Lerp (line 13184) | public static C4b Lerp(this V4f t, C4b a, C4b b) method Lerp (line 13190) | public static C4b Lerp(this double t, C4b a, C4b b) method Lerp (line 13196) | public static C4b Lerp(this V4d t, C4b a, C4b b) method ApproximateEquals (line 13203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 15771) | public static C4us Lerp(this float t, C4us a, C4us b) method Lerp (line 15777) | public static C4us Lerp(this V4f t, C4us a, C4us b) method Lerp (line 15783) | public static C4us Lerp(this double t, C4us a, C4us b) method Lerp (line 15789) | public static C4us Lerp(this V4d t, C4us a, C4us b) method ApproximateEquals (line 15796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 18269) | public static C4ui Lerp(this float t, C4ui a, C4ui b) method Lerp (line 18275) | public static C4ui Lerp(this V4f t, C4ui a, C4ui b) method Lerp (line 18281) | public static C4ui Lerp(this double t, C4ui a, C4ui b) method Lerp (line 18287) | public static C4ui Lerp(this V4d t, C4ui a, C4ui b) method ApproximateEquals (line 18294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 18307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 20519) | public static C4f Lerp(this float t, C4f a, C4f b) method Lerp (line 20525) | public static C4f Lerp(this V4f t, C4f a, C4f b) method ApproximateEquals (line 20532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 20569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 20576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 20583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 20590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 20597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 22806) | public static C4d Lerp(this double t, C4d a, C4d b) method Lerp (line 22812) | public static C4d Lerp(this V4d t, C4d a, C4d b) method ApproximateEquals (line 22819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 22856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 22863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 22870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 22877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 22884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Col (line 10591) | public static partial class Col method ToHexString (line 1837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1908) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 1997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 4145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 4622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 6376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 6846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 6853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 8490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 10598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 11015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 11019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 11023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 11027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 11031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 11035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 11039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 11043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 13230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 15823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 16003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 18321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 20611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 22898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 22999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 23315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 23319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 23323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 23327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 23331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 23335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 23339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 23343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformC3dExtensions (line 11058) | public static class IRandomUniformC3dExtensions method UniformC3d (line 11065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformC3dClosed (line 11074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformC3dOpen (line 11083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformC3dFull (line 11092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformC3dFullClosed (line 11101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformC3dFullOpen (line 11110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type C4b (line 11126) | [Serializable] method C4b (line 11134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11470) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4b (line 11810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 11840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 11847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 11863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 11871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 11887) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 11895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3f (line 11911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3f (line 11919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3d (line 11935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3d (line 11943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 11958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 11965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 11980) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 11987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4f (line 12002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4f (line 12009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4d (line 12024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4d (line 12031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 12047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3i (line 12055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 12071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3ui (line 12079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 12095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3l (line 12103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 12119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3f (line 12127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 12143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3d (line 12151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 12166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4i (line 12173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 12188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4ui (line 12195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 12210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4l (line 12217) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 12232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4f (line 12239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 12254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4d (line 12261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 12345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 12354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 12363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 12372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 12381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 12387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 12396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 12405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamp (line 12873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 12884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 12938) | public override readonly bool Equals(object other) method GetHashCode (line 12941) | public override readonly int GetHashCode() method ToString (line 12946) | public override readonly string ToString() method ToText (line 12951) | public readonly Text ToText(int bracketLevel = 1) method LinearInterp (line 12982) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 12987) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 12992) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 12997) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 13002) | [EditorBrowsable(EditorBrowsableState.Never)] method TryParse (line 13022) | public static bool TryParse(Text t, out C4b result) method TryParse (line 13063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 13078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 13082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 13097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 13105) | public readonly string ToString(string format) method ToString (line 13110) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 13118) | public readonly string ToString(string format, IFormatProvider fp, str... method Equals (line 13128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 13171) | public static partial class Fun method Lerp (line 1785) | public static C3b Lerp(this float t, C3b a, C3b b) method Lerp (line 1791) | public static C3b Lerp(this V3f t, C3b a, C3b b) method Lerp (line 1797) | public static C3b Lerp(this double t, C3b a, C3b b) method Lerp (line 1803) | public static C3b Lerp(this V3d t, C3b a, C3b b) method ApproximateEquals (line 1810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 1823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 4093) | public static C3us Lerp(this float t, C3us a, C3us b) method Lerp (line 4099) | public static C3us Lerp(this V3f t, C3us a, C3us b) method Lerp (line 4105) | public static C3us Lerp(this double t, C3us a, C3us b) method Lerp (line 4111) | public static C3us Lerp(this V3d t, C3us a, C3us b) method ApproximateEquals (line 4118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 6324) | public static C3ui Lerp(this float t, C3ui a, C3ui b) method Lerp (line 6330) | public static C3ui Lerp(this V3f t, C3ui a, C3ui b) method Lerp (line 6336) | public static C3ui Lerp(this double t, C3ui a, C3ui b) method Lerp (line 6342) | public static C3ui Lerp(this V3d t, C3ui a, C3ui b) method ApproximateEquals (line 6349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 6362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 8398) | public static C3f Lerp(this float t, C3f a, C3f b) method Lerp (line 8404) | public static C3f Lerp(this V3f t, C3f a, C3f b) method ApproximateEquals (line 8411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 10506) | public static C3d Lerp(this double t, C3d a, C3d b) method Lerp (line 10512) | public static C3d Lerp(this V3d t, C3d a, C3d b) method ApproximateEquals (line 10519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 13178) | public static C4b Lerp(this float t, C4b a, C4b b) method Lerp (line 13184) | public static C4b Lerp(this V4f t, C4b a, C4b b) method Lerp (line 13190) | public static C4b Lerp(this double t, C4b a, C4b b) method Lerp (line 13196) | public static C4b Lerp(this V4d t, C4b a, C4b b) method ApproximateEquals (line 13203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 15771) | public static C4us Lerp(this float t, C4us a, C4us b) method Lerp (line 15777) | public static C4us Lerp(this V4f t, C4us a, C4us b) method Lerp (line 15783) | public static C4us Lerp(this double t, C4us a, C4us b) method Lerp (line 15789) | public static C4us Lerp(this V4d t, C4us a, C4us b) method ApproximateEquals (line 15796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 18269) | public static C4ui Lerp(this float t, C4ui a, C4ui b) method Lerp (line 18275) | public static C4ui Lerp(this V4f t, C4ui a, C4ui b) method Lerp (line 18281) | public static C4ui Lerp(this double t, C4ui a, C4ui b) method Lerp (line 18287) | public static C4ui Lerp(this V4d t, C4ui a, C4ui b) method ApproximateEquals (line 18294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 18307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 20519) | public static C4f Lerp(this float t, C4f a, C4f b) method Lerp (line 20525) | public static C4f Lerp(this V4f t, C4f a, C4f b) method ApproximateEquals (line 20532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 20569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 20576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 20583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 20590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 20597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 22806) | public static C4d Lerp(this double t, C4d a, C4d b) method Lerp (line 22812) | public static C4d Lerp(this V4d t, C4d a, C4d b) method ApproximateEquals (line 22819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 22856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 22863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 22870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 22877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 22884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Col (line 13223) | public static partial class Col method ToHexString (line 1837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1908) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 1997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 4145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 4622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 6376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 6846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 6853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 8490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 10598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 11015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 11019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 11023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 11027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 11031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 11035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 11039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 11043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 13230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 15823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 16003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 18321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 20611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 22898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 22999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 23315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 23319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 23323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 23327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 23331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 23335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 23339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 23343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type C4us (line 13721) | [Serializable] method C4us (line 13729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13772) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13908) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 13988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4us (line 14405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 14437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 14445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 14459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 14466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 14482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 14490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3f (line 14506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3f (line 14514) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3d (line 14530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3d (line 14538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 14553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 14560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 14575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 14582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4f (line 14597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4f (line 14604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4d (line 14619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4d (line 14626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 14642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3i (line 14650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 14666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3ui (line 14674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 14690) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3l (line 14698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 14714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3f (line 14722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 14738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3d (line 14746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 14761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4i (line 14768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 14783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4ui (line 14790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 14805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4l (line 14812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 14827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4f (line 14834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 14849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4d (line 14856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 14940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 14949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 14958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 14967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 14976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 14982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 14991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 15000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamp (line 15465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 15476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 15530) | public override readonly bool Equals(object other) method GetHashCode (line 15533) | public override readonly int GetHashCode() method ToString (line 15538) | public override readonly string ToString() method ToText (line 15543) | public readonly Text ToText(int bracketLevel = 1) method LinearInterp (line 15574) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 15579) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 15584) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 15589) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 15594) | [EditorBrowsable(EditorBrowsableState.Never)] method TryParse (line 15614) | public static bool TryParse(Text t, out C4us result) method TryParse (line 15656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 15671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 15675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 15690) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 15698) | public readonly string ToString(string format) method ToString (line 15703) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 15711) | public readonly string ToString(string format, IFormatProvider fp, str... method Equals (line 15721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 15764) | public static partial class Fun method Lerp (line 1785) | public static C3b Lerp(this float t, C3b a, C3b b) method Lerp (line 1791) | public static C3b Lerp(this V3f t, C3b a, C3b b) method Lerp (line 1797) | public static C3b Lerp(this double t, C3b a, C3b b) method Lerp (line 1803) | public static C3b Lerp(this V3d t, C3b a, C3b b) method ApproximateEquals (line 1810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 1823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 4093) | public static C3us Lerp(this float t, C3us a, C3us b) method Lerp (line 4099) | public static C3us Lerp(this V3f t, C3us a, C3us b) method Lerp (line 4105) | public static C3us Lerp(this double t, C3us a, C3us b) method Lerp (line 4111) | public static C3us Lerp(this V3d t, C3us a, C3us b) method ApproximateEquals (line 4118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 6324) | public static C3ui Lerp(this float t, C3ui a, C3ui b) method Lerp (line 6330) | public static C3ui Lerp(this V3f t, C3ui a, C3ui b) method Lerp (line 6336) | public static C3ui Lerp(this double t, C3ui a, C3ui b) method Lerp (line 6342) | public static C3ui Lerp(this V3d t, C3ui a, C3ui b) method ApproximateEquals (line 6349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 6362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 8398) | public static C3f Lerp(this float t, C3f a, C3f b) method Lerp (line 8404) | public static C3f Lerp(this V3f t, C3f a, C3f b) method ApproximateEquals (line 8411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 10506) | public static C3d Lerp(this double t, C3d a, C3d b) method Lerp (line 10512) | public static C3d Lerp(this V3d t, C3d a, C3d b) method ApproximateEquals (line 10519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 13178) | public static C4b Lerp(this float t, C4b a, C4b b) method Lerp (line 13184) | public static C4b Lerp(this V4f t, C4b a, C4b b) method Lerp (line 13190) | public static C4b Lerp(this double t, C4b a, C4b b) method Lerp (line 13196) | public static C4b Lerp(this V4d t, C4b a, C4b b) method ApproximateEquals (line 13203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 15771) | public static C4us Lerp(this float t, C4us a, C4us b) method Lerp (line 15777) | public static C4us Lerp(this V4f t, C4us a, C4us b) method Lerp (line 15783) | public static C4us Lerp(this double t, C4us a, C4us b) method Lerp (line 15789) | public static C4us Lerp(this V4d t, C4us a, C4us b) method ApproximateEquals (line 15796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 18269) | public static C4ui Lerp(this float t, C4ui a, C4ui b) method Lerp (line 18275) | public static C4ui Lerp(this V4f t, C4ui a, C4ui b) method Lerp (line 18281) | public static C4ui Lerp(this double t, C4ui a, C4ui b) method Lerp (line 18287) | public static C4ui Lerp(this V4d t, C4ui a, C4ui b) method ApproximateEquals (line 18294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 18307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 20519) | public static C4f Lerp(this float t, C4f a, C4f b) method Lerp (line 20525) | public static C4f Lerp(this V4f t, C4f a, C4f b) method ApproximateEquals (line 20532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 20569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 20576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 20583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 20590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 20597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 22806) | public static C4d Lerp(this double t, C4d a, C4d b) method Lerp (line 22812) | public static C4d Lerp(this V4d t, C4d a, C4d b) method ApproximateEquals (line 22819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 22856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 22863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 22870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 22877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 22884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Col (line 15816) | public static partial class Col method ToHexString (line 1837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1908) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 1997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 4145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 4622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 6376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 6846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 6853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 8490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 10598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 11015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 11019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 11023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 11027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 11031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 11035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 11039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 11043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 13230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 15823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 16003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 18321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 20611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 22898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 22999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 23315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 23319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 23323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 23327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 23331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 23335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 23339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 23343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type C4ui (line 16314) | [Serializable] method C4ui (line 16322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16554) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16903) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4ui (line 16955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 16987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 16995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 17011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 17019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 17033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 17040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3f (line 17056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3f (line 17064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3d (line 17080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3d (line 17088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 17103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 17110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 17125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 17132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4f (line 17147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4f (line 17154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4d (line 17169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4d (line 17176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 17190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3ui (line 17197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 17213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3l (line 17221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 17237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3f (line 17245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 17261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3d (line 17269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 17282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4ui (line 17288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 17303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4l (line 17310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 17325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4f (line 17332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 17347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4d (line 17354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 17438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 17447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 17456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 17465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 17474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 17480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 17489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 17498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamp (line 17963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 17974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 18028) | public override readonly bool Equals(object other) method GetHashCode (line 18031) | public override readonly int GetHashCode() method ToString (line 18036) | public override readonly string ToString() method ToText (line 18041) | public readonly Text ToText(int bracketLevel = 1) method LinearInterp (line 18072) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 18077) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 18082) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 18087) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 18092) | [EditorBrowsable(EditorBrowsableState.Never)] method TryParse (line 18112) | public static bool TryParse(Text t, out C4ui result) method TryParse (line 18154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 18169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 18173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 18188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 18196) | public readonly string ToString(string format) method ToString (line 18201) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 18209) | public readonly string ToString(string format, IFormatProvider fp, str... method Equals (line 18219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 18262) | public static partial class Fun method Lerp (line 1785) | public static C3b Lerp(this float t, C3b a, C3b b) method Lerp (line 1791) | public static C3b Lerp(this V3f t, C3b a, C3b b) method Lerp (line 1797) | public static C3b Lerp(this double t, C3b a, C3b b) method Lerp (line 1803) | public static C3b Lerp(this V3d t, C3b a, C3b b) method ApproximateEquals (line 1810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 1823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 4093) | public static C3us Lerp(this float t, C3us a, C3us b) method Lerp (line 4099) | public static C3us Lerp(this V3f t, C3us a, C3us b) method Lerp (line 4105) | public static C3us Lerp(this double t, C3us a, C3us b) method Lerp (line 4111) | public static C3us Lerp(this V3d t, C3us a, C3us b) method ApproximateEquals (line 4118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 6324) | public static C3ui Lerp(this float t, C3ui a, C3ui b) method Lerp (line 6330) | public static C3ui Lerp(this V3f t, C3ui a, C3ui b) method Lerp (line 6336) | public static C3ui Lerp(this double t, C3ui a, C3ui b) method Lerp (line 6342) | public static C3ui Lerp(this V3d t, C3ui a, C3ui b) method ApproximateEquals (line 6349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 6362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 8398) | public static C3f Lerp(this float t, C3f a, C3f b) method Lerp (line 8404) | public static C3f Lerp(this V3f t, C3f a, C3f b) method ApproximateEquals (line 8411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 10506) | public static C3d Lerp(this double t, C3d a, C3d b) method Lerp (line 10512) | public static C3d Lerp(this V3d t, C3d a, C3d b) method ApproximateEquals (line 10519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 13178) | public static C4b Lerp(this float t, C4b a, C4b b) method Lerp (line 13184) | public static C4b Lerp(this V4f t, C4b a, C4b b) method Lerp (line 13190) | public static C4b Lerp(this double t, C4b a, C4b b) method Lerp (line 13196) | public static C4b Lerp(this V4d t, C4b a, C4b b) method ApproximateEquals (line 13203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 15771) | public static C4us Lerp(this float t, C4us a, C4us b) method Lerp (line 15777) | public static C4us Lerp(this V4f t, C4us a, C4us b) method Lerp (line 15783) | public static C4us Lerp(this double t, C4us a, C4us b) method Lerp (line 15789) | public static C4us Lerp(this V4d t, C4us a, C4us b) method ApproximateEquals (line 15796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 18269) | public static C4ui Lerp(this float t, C4ui a, C4ui b) method Lerp (line 18275) | public static C4ui Lerp(this V4f t, C4ui a, C4ui b) method Lerp (line 18281) | public static C4ui Lerp(this double t, C4ui a, C4ui b) method Lerp (line 18287) | public static C4ui Lerp(this V4d t, C4ui a, C4ui b) method ApproximateEquals (line 18294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 18307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 20519) | public static C4f Lerp(this float t, C4f a, C4f b) method Lerp (line 20525) | public static C4f Lerp(this V4f t, C4f a, C4f b) method ApproximateEquals (line 20532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 20569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 20576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 20583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 20590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 20597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 22806) | public static C4d Lerp(this double t, C4d a, C4d b) method Lerp (line 22812) | public static C4d Lerp(this V4d t, C4d a, C4d b) method ApproximateEquals (line 22819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 22856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 22863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 22870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 22877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 22884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Col (line 18314) | public static partial class Col method ToHexString (line 1837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1908) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 1997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 4145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 4622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 6376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 6846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 6853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 8490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 10598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 11015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 11019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 11023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 11027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 11031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 11035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 11039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 11043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 13230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 15823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 16003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 18321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 20611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 22898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 22999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 23315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 23319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 23323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 23327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 23331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 23335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 23339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 23343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformC4uiExtensions (line 18805) | public static class IRandomUniformC4uiExtensions method UniformC4ui (line 18812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type C4f (line 18828) | [Serializable] method C4f (line 18836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 18845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 18858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 18869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 18880) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 18890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 18902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 18915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 18929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 18942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 18956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 18969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 18982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 18994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4f (line 19294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 19440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 19448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 19464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 19472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 19488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 19496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3f (line 19510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3f (line 19517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3d (line 19531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3d (line 19538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 19553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 19575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 19582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 19597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 19604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4d (line 19617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4d (line 19623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 19637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3f (line 19644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 19658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3d (line 19665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 19678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4f (line 19684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 19697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4d (line 19703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 19785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 19794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 19803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 19812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 19821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 19827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 19836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 19845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamp (line 20223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 20234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 20288) | public override readonly bool Equals(object other) method GetHashCode (line 20291) | public override readonly int GetHashCode() method ToString (line 20296) | public override readonly string ToString() method ToText (line 20301) | public readonly Text ToText(int bracketLevel = 1) method LinearInterp (line 20332) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 20337) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 20342) | [EditorBrowsable(EditorBrowsableState.Never)] method TryParse (line 20362) | public static bool TryParse(Text t, out C4f result) method TryParse (line 20404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 20419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 20423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 20438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 20446) | public readonly string ToString(string format) method ToString (line 20451) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 20459) | public readonly string ToString(string format, IFormatProvider fp, str... method Equals (line 20469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 20512) | public static partial class Fun method Lerp (line 1785) | public static C3b Lerp(this float t, C3b a, C3b b) method Lerp (line 1791) | public static C3b Lerp(this V3f t, C3b a, C3b b) method Lerp (line 1797) | public static C3b Lerp(this double t, C3b a, C3b b) method Lerp (line 1803) | public static C3b Lerp(this V3d t, C3b a, C3b b) method ApproximateEquals (line 1810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 1823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 4093) | public static C3us Lerp(this float t, C3us a, C3us b) method Lerp (line 4099) | public static C3us Lerp(this V3f t, C3us a, C3us b) method Lerp (line 4105) | public static C3us Lerp(this double t, C3us a, C3us b) method Lerp (line 4111) | public static C3us Lerp(this V3d t, C3us a, C3us b) method ApproximateEquals (line 4118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 6324) | public static C3ui Lerp(this float t, C3ui a, C3ui b) method Lerp (line 6330) | public static C3ui Lerp(this V3f t, C3ui a, C3ui b) method Lerp (line 6336) | public static C3ui Lerp(this double t, C3ui a, C3ui b) method Lerp (line 6342) | public static C3ui Lerp(this V3d t, C3ui a, C3ui b) method ApproximateEquals (line 6349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 6362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 8398) | public static C3f Lerp(this float t, C3f a, C3f b) method Lerp (line 8404) | public static C3f Lerp(this V3f t, C3f a, C3f b) method ApproximateEquals (line 8411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 10506) | public static C3d Lerp(this double t, C3d a, C3d b) method Lerp (line 10512) | public static C3d Lerp(this V3d t, C3d a, C3d b) method ApproximateEquals (line 10519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 13178) | public static C4b Lerp(this float t, C4b a, C4b b) method Lerp (line 13184) | public static C4b Lerp(this V4f t, C4b a, C4b b) method Lerp (line 13190) | public static C4b Lerp(this double t, C4b a, C4b b) method Lerp (line 13196) | public static C4b Lerp(this V4d t, C4b a, C4b b) method ApproximateEquals (line 13203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 15771) | public static C4us Lerp(this float t, C4us a, C4us b) method Lerp (line 15777) | public static C4us Lerp(this V4f t, C4us a, C4us b) method Lerp (line 15783) | public static C4us Lerp(this double t, C4us a, C4us b) method Lerp (line 15789) | public static C4us Lerp(this V4d t, C4us a, C4us b) method ApproximateEquals (line 15796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 18269) | public static C4ui Lerp(this float t, C4ui a, C4ui b) method Lerp (line 18275) | public static C4ui Lerp(this V4f t, C4ui a, C4ui b) method Lerp (line 18281) | public static C4ui Lerp(this double t, C4ui a, C4ui b) method Lerp (line 18287) | public static C4ui Lerp(this V4d t, C4ui a, C4ui b) method ApproximateEquals (line 18294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 18307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 20519) | public static C4f Lerp(this float t, C4f a, C4f b) method Lerp (line 20525) | public static C4f Lerp(this V4f t, C4f a, C4f b) method ApproximateEquals (line 20532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 20569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 20576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 20583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 20590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 20597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 22806) | public static C4d Lerp(this double t, C4d a, C4d b) method Lerp (line 22812) | public static C4d Lerp(this V4d t, C4d a, C4d b) method ApproximateEquals (line 22819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 22856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 22863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 22870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 22877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 22884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Col (line 20604) | public static partial class Col method ToHexString (line 1837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1908) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 1997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 4145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 4622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 6376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 6846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 6853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 8490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 10598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 11015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 11019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 11023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 11027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 11031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 11035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 11039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 11043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 13230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 15823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 16003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 18321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 20611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 22898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 22999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 23315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 23319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 23323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 23327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 23331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 23335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 23339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 23343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformC4fExtensions (line 21071) | public static class IRandomUniformC4fExtensions method UniformC4f (line 21078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformC4fClosed (line 21087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformC4fOpen (line 21096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type C4d (line 21112) | [Serializable] method C4d (line 21120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C4d (line 21581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 21727) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 21735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 21751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 21759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 21775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 21783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3f (line 21797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3f (line 21804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3d (line 21818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3d (line 21825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 21840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 21847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 21862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 21869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 21884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 21891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4f (line 21904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4f (line 21910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 21924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3f (line 21931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 21945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3d (line 21952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 21965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4f (line 21971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 21984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4d (line 21990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 22072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 22081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 22090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 22099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 22108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 22114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 22123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 22132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamp (line 22510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 22521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 22575) | public override readonly bool Equals(object other) method GetHashCode (line 22578) | public override readonly int GetHashCode() method ToString (line 22583) | public override readonly string ToString() method ToText (line 22588) | public readonly Text ToText(int bracketLevel = 1) method LinearInterp (line 22619) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 22624) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 22629) | [EditorBrowsable(EditorBrowsableState.Never)] method TryParse (line 22649) | public static bool TryParse(Text t, out C4d result) method TryParse (line 22691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 22706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 22710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 22725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 22733) | public readonly string ToString(string format) method ToString (line 22738) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 22746) | public readonly string ToString(string format, IFormatProvider fp, str... method Equals (line 22756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 22799) | public static partial class Fun method Lerp (line 1785) | public static C3b Lerp(this float t, C3b a, C3b b) method Lerp (line 1791) | public static C3b Lerp(this V3f t, C3b a, C3b b) method Lerp (line 1797) | public static C3b Lerp(this double t, C3b a, C3b b) method Lerp (line 1803) | public static C3b Lerp(this V3d t, C3b a, C3b b) method ApproximateEquals (line 1810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 1823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 4093) | public static C3us Lerp(this float t, C3us a, C3us b) method Lerp (line 4099) | public static C3us Lerp(this V3f t, C3us a, C3us b) method Lerp (line 4105) | public static C3us Lerp(this double t, C3us a, C3us b) method Lerp (line 4111) | public static C3us Lerp(this V3d t, C3us a, C3us b) method ApproximateEquals (line 4118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 6324) | public static C3ui Lerp(this float t, C3ui a, C3ui b) method Lerp (line 6330) | public static C3ui Lerp(this V3f t, C3ui a, C3ui b) method Lerp (line 6336) | public static C3ui Lerp(this double t, C3ui a, C3ui b) method Lerp (line 6342) | public static C3ui Lerp(this V3d t, C3ui a, C3ui b) method ApproximateEquals (line 6349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 6362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 8398) | public static C3f Lerp(this float t, C3f a, C3f b) method Lerp (line 8404) | public static C3f Lerp(this V3f t, C3f a, C3f b) method ApproximateEquals (line 8411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 10506) | public static C3d Lerp(this double t, C3d a, C3d b) method Lerp (line 10512) | public static C3d Lerp(this V3d t, C3d a, C3d b) method ApproximateEquals (line 10519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 13178) | public static C4b Lerp(this float t, C4b a, C4b b) method Lerp (line 13184) | public static C4b Lerp(this V4f t, C4b a, C4b b) method Lerp (line 13190) | public static C4b Lerp(this double t, C4b a, C4b b) method Lerp (line 13196) | public static C4b Lerp(this V4d t, C4b a, C4b b) method ApproximateEquals (line 13203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 15771) | public static C4us Lerp(this float t, C4us a, C4us b) method Lerp (line 15777) | public static C4us Lerp(this V4f t, C4us a, C4us b) method Lerp (line 15783) | public static C4us Lerp(this double t, C4us a, C4us b) method Lerp (line 15789) | public static C4us Lerp(this V4d t, C4us a, C4us b) method ApproximateEquals (line 15796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 18269) | public static C4ui Lerp(this float t, C4ui a, C4ui b) method Lerp (line 18275) | public static C4ui Lerp(this V4f t, C4ui a, C4ui b) method Lerp (line 18281) | public static C4ui Lerp(this double t, C4ui a, C4ui b) method Lerp (line 18287) | public static C4ui Lerp(this V4d t, C4ui a, C4ui b) method ApproximateEquals (line 18294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 18307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 20519) | public static C4f Lerp(this float t, C4f a, C4f b) method Lerp (line 20525) | public static C4f Lerp(this V4f t, C4f a, C4f b) method ApproximateEquals (line 20532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 20558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 20569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 20576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 20583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 20590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 20597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 22806) | public static C4d Lerp(this double t, C4d a, C4d b) method Lerp (line 22812) | public static C4d Lerp(this V4d t, C4d a, C4d b) method ApproximateEquals (line 22819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 22845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 22856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 22863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 22870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 22877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 22884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Col (line 22891) | public static partial class Col method ToHexString (line 1837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 1869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 1899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1908) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 1928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 1958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 1987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 1997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 2266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 2290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 4145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 4574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 4598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 4622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 6376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 6408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 6438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 6467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 6497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 6526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 6556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 6585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 6615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 6644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 6674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 6703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 6733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 6805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 6819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 6829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 6846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 6853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 8490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 8875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 10598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 10983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 11015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 11019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 11023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 11027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 11031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 11035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 11039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 11043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 11047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 11051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 13230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 13659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 13673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 13683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 15823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 16003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 16252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 16266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 16276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 18321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawF (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 18764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRawD (line 18774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 20611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 20673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 20702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToHexString (line 22898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 22930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 22960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 22989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 22999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 23019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 23048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 23078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 23107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 23137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 23166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 23196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 23225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 23255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 23283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 23315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 23319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 23323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 23327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 23331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 23335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 23339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 23343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 23347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 23351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformC4dExtensions (line 23358) | public static class IRandomUniformC4dExtensions method UniformC4d (line 23365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformC4dClosed (line 23374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformC4dOpen (line 23383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformC4dFull (line 23392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformC4dFullClosed (line 23401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformC4dFullOpen (line 23410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Colors/Color_template.cs type __type__ (line 261) | [Serializable] method __type__ (line 269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method To__type1__ (line 714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__type1__ (line 730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method To__vtype__ (line 761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__vtype__ (line 773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Map (line 815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamp (line 1086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 1097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1153) | public override readonly bool Equals(object other) method GetHashCode (line 1156) | public override readonly int GetHashCode() method ToString (line 1161) | public override readonly string ToString() method ToText (line 1166) | public readonly Text ToText(int bracketLevel = 1) method LinearInterp (line 1196) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 1201) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 1207) | [EditorBrowsable(EditorBrowsableState.Never)] method TryParse (line 1227) | public static bool TryParse(Text t, out __type__ result) method TryParse (line 1276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 1291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 1295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Parse (line 1310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 1318) | public readonly string ToString(string format) method ToString (line 1323) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 1331) | public readonly string ToString(string format, IFormatProvider fp, str... method Equals (line 1341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 1386) | public static partial class Fun method Lerp (line 1396) | public static __type__ Lerp(this __tt.Name__ t, __type__ a, __type__ b) method Lerp (line 1402) | public static __type__ Lerp(this __vtt.Name__ t, __type__ a, __type__ b) method ApproximateEquals (line 1411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 1431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 1439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 1452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 1459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 1466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 1473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 1480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Col (line 1488) | public static partial class Col method ToHexString (line 1495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method All__opName__ (line 1517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method All__opName__ (line 1527) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method All__opName__ (line 1537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Any__opName__ (line 1547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Any__opName__ (line 1557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Any__opName__ (line 1567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 1589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinComRaw__rtc__ (line 1599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 1617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 1624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __qant____cond__ (line 1639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniform__type__Extensions (line 1650) | public static class IRandomUniform__type__Extensions method Uniform__type____v__ (line 1666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Colors/Spectrum.cs class Spectrum (line 8) | public class Spectrum method Spectrum (line 14) | public Spectrum(double firstWaveLength, double deltaWaveLength, double... class SpectralData (line 29) | public static class SpectralData FILE: src/Aardvark.Base/Math/Curves/Curves.cs class Ipol (line 7) | public static partial class Ipol class CubicHermite (line 9) | public static partial class CubicHermite method Fun (line 11) | public static Func Fun(int derivative) method Eval (line 24) | public static double Eval(double t, double a, double b, double tIn, ... method Eval (line 29) | public static V2d Eval(double t, V2d a, V2d b, V2d tIn, V2d tOut) method Eval (line 34) | public static V3d Eval(double t, V3d a, V3d b, V3d tIn, V3d tOut) method EvalD1 (line 40) | public static double EvalD1(double t, double a, double b, double tIn... method EvalD1 (line 45) | public static V2d EvalD1(double t, V2d a, V2d b, V2d tIn, V2d tOut) method EvalD1 (line 50) | public static V3d EvalD1(double t, V3d a, V3d b, V3d tIn, V3d tOut) method EvalD2 (line 56) | public static double EvalD2(double t, double a, double b, double tIn... method EvalD2 (line 61) | public static V2d EvalD2(double t, V2d a, V2d b, V2d tIn, V2d tOut) method EvalD2 (line 66) | public static V3d EvalD2(double t, V3d a, V3d b, V3d tIn, V3d tOut) method EvalD3 (line 72) | public static double EvalD3(double t, double a, double b, double tIn... method EvalD3 (line 77) | public static V2d EvalD3(double t, V2d a, V2d b, V2d tIn, V2d tOut) method EvalD3 (line 82) | public static V3d EvalD3(double t, V3d a, V3d b, V3d tIn, V3d tOut) method Weights (line 88) | internal static double[] Weights(double t) method WeightsD1 (line 95) | internal static double[] WeightsD1(double t) method WeightsD2 (line 102) | internal static double[] WeightsD2(double t) method WeightsD3 (line 107) | internal static double[] WeightsD3(double t) class CatmullRom (line 113) | public static partial class CatmullRom method Fun (line 115) | public static Func Fun(int derivative) method Eval (line 128) | public static double Eval(double t, double p0, double p1, double p2,... method Eval (line 134) | public static V2d Eval(double t, V2d p0, V2d p1, V2d p2, V2d p3) method Eval (line 140) | public static V3d Eval(double t, V3d p0, V3d p1, V3d p2, V3d p3) method EvalD1 (line 147) | public static double EvalD1(double t, double p0, double p1, double p... method EvalD1 (line 153) | public static V2d EvalD1(double t, V2d p0, V2d p1, V2d p2, V2d p3) method EvalD1 (line 159) | public static V3d EvalD1(double t, V3d p0, V3d p1, V3d p2, V3d p3) method EvalD2 (line 166) | public static double EvalD2(double t, double p0, double p1, double p... method EvalD2 (line 172) | public static V2d EvalD2(double t, V2d p0, V2d p1, V2d p2, V2d p3) method EvalD2 (line 178) | public static V3d EvalD2(double t, V3d p0, V3d p1, V3d p2, V3d p3) method EvalD3 (line 185) | public static double EvalD3(double t, double p0, double p1, double p... method EvalD3 (line 191) | public static V2d EvalD3(double t, V2d p0, V2d p1, V2d p2, V2d p3) method EvalD3 (line 197) | public static V3d EvalD3(double t, V3d p0, V3d p1, V3d p2, V3d p3) class KochanekBartels (line 205) | public static partial class KochanekBartels method Fun (line 207) | public static Func ... method Eval (line 220) | public static double Eval(double t, method Eval (line 226) | public static V2d Eval(double t, method Eval (line 232) | public static V3d Eval(double t, method EvalD1 (line 239) | public static double EvalD1(double t, method EvalD1 (line 245) | public static V2d EvalD1(double t, method EvalD1 (line 251) | public static V3d EvalD1(double t, method EvalD2 (line 258) | public static double EvalD2(double t, method EvalD2 (line 264) | public static V2d EvalD2(double t, method EvalD2 (line 270) | public static V3d EvalD2(double t, method EvalD3 (line 277) | public static double EvalD3(double t, method EvalD3 (line 283) | public static V2d EvalD3(double t, method EvalD3 (line 289) | public static V3d EvalD3(double t, method Bounds (line 301) | public static Box3d Bounds( method Bounds (line 311) | public static Box3d Bounds(V3d p0, V3d p1, V3d p2, V3d p3) method Bounds (line 320) | public static Box3d Bounds(Range1d domain, method Tangents (line 360) | private static (double, double) Tangents( method Tangents (line 372) | private static (V2d, V2d) Tangents( method Tangents (line 384) | private static (V3d, V3d) Tangents( class CurvePoints (line 396) | public class CurvePoints method CurvePoints (line 402) | public CurvePoints(double[] parameters, T[] items) method CurvePoints (line 412) | public CurvePoints(IEnumerable> items) method Init (line 420) | private void Init() method Neighbourhood (line 425) | public Tup[] Neighbourhood(double t) method Neighbourhood (line 436) | public Tup[] Neighbourhood( FILE: src/Aardvark.Base/Math/Interfaces/IMatrix.cs type IMatrix (line 10) | public interface IMatrix method GetValue (line 13) | object GetValue(long x, long y); method SetValue (line 14) | void SetValue(object value, long x, long y); method GetValue (line 15) | object GetValue(V2l v); method SetValue (line 16) | void SetValue(object value, V2l v); type IMatrix (line 23) | public interface IMatrix : IMatrix method GetValue (line 13) | object GetValue(long x, long y); method SetValue (line 14) | void SetValue(object value, long x, long y); method GetValue (line 15) | object GetValue(V2l v); method SetValue (line 16) | void SetValue(object value, V2l v); FILE: src/Aardvark.Base/Math/Interfaces/IOpacity.cs type IOpacity (line 3) | public interface IOpacity FILE: src/Aardvark.Base/Math/Interfaces/IRGB.cs type IRGB (line 7) | public interface IRGB FILE: src/Aardvark.Base/Math/Interfaces/IRange.cs type IRange (line 14) | public interface IRange : IValidity method SplitRight (line 82) | TRange SplitRight(TValue splitValue); method SplitLeft (line 83) | TRange SplitLeft(TValue splitValue); method Intersects (line 88) | bool Intersects(TRange range, TDiff eps); method EnlargedBy (line 93) | TRange EnlargedBy(TDiff v); method ShrunkBy (line 99) | TRange ShrunkBy(TDiff v); method EnlargedBy (line 104) | TRange EnlargedBy(TDiff left, TDiff right); method ShrunkBy (line 110) | TRange ShrunkBy(TDiff left, TDiff right); method EnlargeBy (line 115) | void EnlargeBy(TDiff v); method ShrinkBy (line 121) | void ShrinkBy(TDiff v); method EnlargeBy (line 126) | void EnlargeBy(TDiff left, TDiff right); method ShrinkBy (line 131) | void ShrinkBy(TDiff left, TDiff right); type ISimpleRange (line 24) | public interface ISimpleRange : IRange method Repair (line 29) | TRange Repair(); method Contains (line 34) | bool Contains(TValue value); method Contains (line 39) | bool Contains(TRange range); method Intersects (line 44) | bool Intersects(TRange range); method ExtendedBy (line 49) | TRange ExtendedBy(TValue value); method ExtendedBy (line 55) | TRange ExtendedBy(TRange range); method ExtendBy (line 60) | void ExtendBy(TValue value); method ExtendBy (line 65) | void ExtendBy(TRange range); type IRange (line 76) | public interface IRange : IRange, IFormattable, I... method SplitRight (line 82) | TRange SplitRight(TValue splitValue); method SplitLeft (line 83) | TRange SplitLeft(TValue splitValue); method Intersects (line 88) | bool Intersects(TRange range, TDiff eps); method EnlargedBy (line 93) | TRange EnlargedBy(TDiff v); method ShrunkBy (line 99) | TRange ShrunkBy(TDiff v); method EnlargedBy (line 104) | TRange EnlargedBy(TDiff left, TDiff right); method ShrunkBy (line 110) | TRange ShrunkBy(TDiff left, TDiff right); method EnlargeBy (line 115) | void EnlargeBy(TDiff v); method ShrinkBy (line 121) | void ShrinkBy(TDiff v); method EnlargeBy (line 126) | void EnlargeBy(TDiff left, TDiff right); method ShrinkBy (line 131) | void ShrinkBy(TDiff left, TDiff right); type IRange (line 140) | public interface IRange : IRange method SplitRight (line 82) | TRange SplitRight(TValue splitValue); method SplitLeft (line 83) | TRange SplitLeft(TValue splitValue); method Intersects (line 88) | bool Intersects(TRange range, TDiff eps); method EnlargedBy (line 93) | TRange EnlargedBy(TDiff v); method ShrunkBy (line 99) | TRange ShrunkBy(TDiff v); method EnlargedBy (line 104) | TRange EnlargedBy(TDiff left, TDiff right); method ShrunkBy (line 110) | TRange ShrunkBy(TDiff left, TDiff right); method EnlargeBy (line 115) | void EnlargeBy(TDiff v); method ShrinkBy (line 121) | void ShrinkBy(TDiff v); method EnlargeBy (line 126) | void EnlargeBy(TDiff left, TDiff right); method ShrinkBy (line 131) | void ShrinkBy(TDiff left, TDiff right); FILE: src/Aardvark.Base/Math/Interfaces/ISize_auto.cs type ISize2i (line 12) | public interface ISize2i type ISize3i (line 20) | public interface ISize3i type ISize4i (line 28) | public interface ISize4i type ISize2ui (line 36) | public interface ISize2ui type ISize3ui (line 44) | public interface ISize3ui type ISize4ui (line 52) | public interface ISize4ui type ISize2l (line 60) | public interface ISize2l type ISize3l (line 68) | public interface ISize3l type ISize4l (line 76) | public interface ISize4l type ISize2f (line 84) | public interface ISize2f type ISize3f (line 92) | public interface ISize3f type ISize4f (line 100) | public interface ISize4f type ISize2d (line 108) | public interface ISize2d type ISize3d (line 116) | public interface ISize3d type ISize4d (line 124) | public interface ISize4d FILE: src/Aardvark.Base/Math/Interfaces/ISize_template.cs type ISize2__tc__ (line 15) | public interface ISize2__tc__ type ISize3__tc__ (line 23) | public interface ISize3__tc__ type ISize4__tc__ (line 31) | public interface ISize4__tc__ FILE: src/Aardvark.Base/Math/Interfaces/ITensor.cs type ITensor4 (line 6) | public interface ITensor4 method GetValue (line 9) | object GetValue(long x, long y, long z, long w); method SetValue (line 10) | void SetValue(object value, long x, long y, long z, long w); method GetValue (line 11) | object GetValue(V4l v); method SetValue (line 12) | void SetValue(object value, V4l v); type ITensor (line 18) | public interface ITensor method GetValue (line 21) | object GetValue(params long[] v); method SetValue (line 22) | void SetValue(object value, params long[] v); type ITensor4 (line 29) | public interface ITensor4 : ITensor4 method GetValue (line 9) | object GetValue(long x, long y, long z, long w); method SetValue (line 10) | void SetValue(object value, long x, long y, long z, long w); method GetValue (line 11) | object GetValue(V4l v); method SetValue (line 12) | void SetValue(object value, V4l v); type ITensor (line 39) | public interface ITensor : ITensor method GetValue (line 21) | object GetValue(params long[] v); method SetValue (line 22) | void SetValue(object value, params long[] v); FILE: src/Aardvark.Base/Math/Interfaces/IValidity.cs type IValidity (line 7) | public interface IValidity FILE: src/Aardvark.Base/Math/Interfaces/IVector.cs type IVector (line 11) | public interface IVector method GetValue (line 14) | object GetValue(long index); method SetValue (line 15) | void SetValue(object value, long index); type IVector (line 22) | public interface IVector : IVector method GetValue (line 14) | object GetValue(long index); method SetValue (line 15) | void SetValue(object value, long index); FILE: src/Aardvark.Base/Math/Interfaces/IVolume.cs type IVolume (line 6) | public interface IVolume method GetValue (line 9) | object GetValue(long x, long y, long z); method SetValue (line 10) | void SetValue(object value, long x, long y, long z); method GetValue (line 11) | object GetValue(V3l v); method SetValue (line 12) | void SetValue(object value, V3l v); type IVolume (line 19) | public interface IVolume : IVolume method GetValue (line 9) | object GetValue(long x, long y, long z); method SetValue (line 10) | void SetValue(object value, long x, long y, long z); method GetValue (line 11) | object GetValue(V3l v); method SetValue (line 12) | void SetValue(object value, V3l v); FILE: src/Aardvark.Base/Math/Interpolation/Interpolation.cs class Ipol (line 8) | public static partial class Ipol method Generate (line 12) | public static Func Generate( method Generate (line 18) | public static Func Generate( method Generate (line 37) | public static Func Generate( method Generate (line 43) | public static Func Generate( class Ipol (line 31) | public static class Ipol method Generate (line 12) | public static Func Generate( method Generate (line 18) | public static Func Generate( method Generate (line 37) | public static Func Generate( method Generate (line 43) | public static Func Generate( FILE: src/Aardvark.Base/Math/Interpolation/Mapping.cs class Mapping (line 6) | public static class Mapping FILE: src/Aardvark.Base/Math/LuFactorization.cs class NumericExtensions (line 9) | public static partial class NumericExtensions method LuFactorize (line 25) | public static int[] LuFactorize(this float[,] alu) method LuFactorize (line 43) | public static bool LuFactorize(this float[,] alu, int[] p) method LuSolve (line 83) | public static float[] LuSolve(this float[,] lu, int[] p, float[] b) method LuSolve (line 100) | public static void LuSolve(this float[,] lu, int[] p, float[] b, float... method LuSolve (line 126) | public static float[,] LuSolve(this float[,] lu, int[] p, float[,] b) method LuSolve (line 144) | public static void LuSolve(this float[,] lu, int[] p, float[,] b, floa... method LuInverse (line 173) | public static float[,] LuInverse(this float[,] lu, int[] p) method LuInverse (line 188) | public static void LuInverse(this float[,] lu, int[] p, float[,] inv) method LuFactorize (line 225) | public static bool LuFactorize( method LuSolve (line 269) | public static void LuSolve( method LuSolve (line 302) | public static void LuSolve( method LuInverse (line 335) | public static void LuInverse( method LuFactorize (line 376) | public static unsafe bool LuFactorize( method LuSolve (line 421) | public static unsafe void LuSolve( method LuInverse (line 453) | public static unsafe void LuInverse( method LuFactorize (line 496) | public static int[] LuFactorize(this double[,] alu) method LuFactorize (line 514) | public static bool LuFactorize(this double[,] alu, int[] p) method LuSolve (line 554) | public static double[] LuSolve(this double[,] lu, int[] p, double[] b) method LuSolve (line 571) | public static void LuSolve(this double[,] lu, int[] p, double[] b, dou... method LuSolve (line 597) | public static double[,] LuSolve(this double[,] lu, int[] p, double[,] b) method LuSolve (line 615) | public static void LuSolve(this double[,] lu, int[] p, double[,] b, do... method LuInverse (line 644) | public static double[,] LuInverse(this double[,] lu, int[] p) method LuInverse (line 659) | public static void LuInverse(this double[,] lu, int[] p, double[,] inv) method LuFactorize (line 696) | public static bool LuFactorize( method LuSolve (line 740) | public static void LuSolve( method LuSolve (line 773) | public static void LuSolve( method LuInverse (line 806) | public static void LuInverse( method LuFactorize (line 847) | public static unsafe bool LuFactorize( method LuSolve (line 892) | public static unsafe void LuSolve( method LuInverse (line 924) | public static unsafe void LuInverse( method LuFactorize (line 968) | public static int[] LuFactorize(this ComplexD[,] alu) method LuFactorize (line 986) | public static bool LuFactorize(this ComplexD[,] alu, int[] p) method LuSolve (line 1028) | public static ComplexD[] LuSolve(this ComplexD[,] lu, int[] p, Complex... method LuSolve (line 1045) | public static void LuSolve(this ComplexD[,] lu, int[] p, ComplexD[] b,... method LuSolve (line 1071) | public static ComplexD[,] LuSolve(this ComplexD[,] lu, int[] p, Comple... method LuSolve (line 1089) | public static void LuSolve(this ComplexD[,] lu, int[] p, ComplexD[,] b... method LuInverse (line 1118) | public static ComplexD[,] LuInverse(this ComplexD[,] lu, int[] p) method LuInverse (line 1133) | public static void LuInverse(this ComplexD[,] lu, int[] p, ComplexD[,]... method LuFactorize (line 1170) | public static bool LuFactorize( method LuSolve (line 1216) | public static void LuSolve( method LuSolve (line 1249) | public static void LuSolve( method LuInverse (line 1282) | public static void LuInverse( method LuFactorize (line 1322) | public static unsafe bool LuFactorize( method LuSolve (line 1369) | public static unsafe void LuSolve( method LuInverse (line 1401) | public static unsafe void LuInverse( FILE: src/Aardvark.Base/Math/Numerics/CovarianceMatrix.cs class CovarianceMatrixExtensions (line 8) | public static class CovarianceMatrixExtensions method OuterProduct (line 15) | public static M33d OuterProduct(this in V3d v) => new M33d( method AddOuterProduct (line 24) | public static void AddOuterProduct(this ref M33d m, in V3d v) method ComputeCovarianceMatrix (line 34) | public static M33d ComputeCovarianceMatrix(this V3d[] points) method ComputeCovarianceMatrix (line 44) | public static M33d ComputeCovarianceMatrix(this V3d[] points, int[] in... method ComputeCovarianceMatrix (line 54) | public static M33d ComputeCovarianceMatrix(this V3d[] points, V3d center) method ComputeCovarianceMatrix (line 64) | public static M33d ComputeCovarianceMatrix(this V3d[] points, int[] in... method ComputeCovarianceMatrix (line 74) | public static M33d ComputeCovarianceMatrix(this IEnumerable points) method ComputeCovarianceMatrix (line 85) | public static M33d ComputeCovarianceMatrix(this IEnumerable point... method OuterProduct (line 100) | public static M33f OuterProduct(this in V3f v) => new M33f( method AddOuterProduct (line 109) | public static void AddOuterProduct(this ref M33f m, in V3f v) method ComputeCovarianceMatrix (line 119) | public static M33f ComputeCovarianceMatrix(this V3f[] points) method ComputeCovarianceMatrix (line 129) | public static M33f ComputeCovarianceMatrix(this V3f[] points, int[] in... method ComputeCovarianceMatrix (line 139) | public static M33f ComputeCovarianceMatrix(this V3f[] points, V3f center) method ComputeCovarianceMatrix (line 149) | public static M33f ComputeCovarianceMatrix(this V3f[] points, int[] in... method ComputeCovarianceMatrix (line 159) | public static M33f ComputeCovarianceMatrix(this IEnumerable points) method ComputeCovarianceMatrix (line 170) | public static M33f ComputeCovarianceMatrix(this IEnumerable point... FILE: src/Aardvark.Base/Math/Numerics/Polynomial.cs class Polynomial (line 7) | public static class Polynomial method Derivative (line 14) | public static double[] Derivative(this double[] coeff) method Multiply (line 31) | public static double[] Multiply(this double[] c0, double[] c1) method Evaluate (line 47) | public static double Evaluate(this double[] coeff, double x) method EvaluateDerivative (line 61) | public static double EvaluateDerivative(this double[] coeff, double x) method RealRoots (line 79) | public static double[] RealRoots(this double[] coeff) method RealRootsNormed (line 106) | public static double[] RealRootsNormed(this double[] coeff) method NonNanToArray (line 123) | private static double[] NonNanToArray(this double root) method NonNanToArray (line 129) | private static double[] NonNanToArray(this (double, double) p) method NonNanToArray (line 140) | private static double[] NonNanToArray(this (double, double, double) t) method NonNanToArray (line 153) | private static double[] NonNanToArray(this (double, double, double, do... method RealRootOf (line 172) | public static double RealRootOf(double a, double b) method RealRootOfNormed (line 181) | public static double RealRootOfNormed(double p) method RealRootsOf (line 193) | public static (double, double) RealRootsOf(double a, double b, double c) method RealRootsOfNormed (line 221) | public static (double, double) RealRootsOfNormed(double p, double q) method RealRootsOf (line 245) | public static (double, double, double) RealRootsOf( method RealRootsOfNormed (line 261) | public static (double, double, double) RealRootsOfNormed( method RealRootsOfDepressed (line 296) | public static (double, double, double) RealRootsOfDepressed( method OneRealRootOfNormed (line 319) | public static double OneRealRootOfNormed( method RealRootsOf (line 341) | public static (double, double, double, double) RealRootsOf( method RealRootsOfNormed (line 357) | public static (double, double, double, double) RealRootsOfNormed( method MergeSortedAndShift (line 389) | static (double, double, double, double) MergeSortedAndShift( method MergeSortedAndShift (line 410) | static (double, double, double, double) MergeSortedAndShift( method WithoutDoubleRoots (line 436) | public static double[] WithoutDoubleRoots( method WithoutDoubleRoots4 (line 454) | private static double[] WithoutDoubleRoots4(double[] a, double eps) FILE: src/Aardvark.Base/Math/QrFactorization.cs class QRHelpers (line 9) | public static class QRHelpers method RowNorm2 (line 16) | public static double RowNorm2( method ColNorm2 (line 29) | public static double ColNorm2( method RowDotRow (line 42) | public static double RowDotRow( method ColDotCol (line 56) | public static double ColDotCol( method FlipWithNormalizedColHouseholder (line 67) | public static void FlipWithNormalizedColHouseholder( method FlipWithNormalizedRowHouseholder (line 76) | public static void FlipWithNormalizedRowHouseholder( class NumericExtensions (line 88) | public static partial class NumericExtensions method RowNorm2 (line 95) | public static double RowNorm2( method ColNorm2 (line 104) | public static double ColNorm2( method RowNorm2 (line 113) | public static double RowNorm2( method ColNorm2 (line 124) | public static double ColNorm2( method RowDotRow (line 135) | public static double RowDotRow( method ColDotCol (line 144) | public static double ColDotCol( method RowDotRow (line 153) | public static double RowDotRow( method ColDotCol (line 164) | public static double ColDotCol( method FlipWithNormalizedColHouseholder (line 182) | private static void FlipWithNormalizedColHouseholder( method FlipWithNormalizedRowHouseholder (line 190) | private static void FlipWithNormalizedRowHouseholder( method QrFactorize (line 200) | private static void QrFactorize(this double[,] A, double[] diagonal) method QrFactorize (line 253) | public static double[] QrFactorize(this double[,] aqr) method QrSolve (line 266) | public static void QrSolve( method QrSolve (line 315) | public static double[] QrSolve( method QrSolve (line 330) | public static double[] QrSolve( method QrInverse (line 338) | public static void QrInverse(this double[,] QR, double[] diag, double[... method QrInverse (line 363) | public static double[,] QrInverse(this double[,] matrix) method QrFactorize (line 387) | public static void QrFactorize( method QrSolve (line 440) | public static void QrSolve( FILE: src/Aardvark.Base/Math/RangesBoxes/Box.cs type OctoBox2d (line 7) | [DataContract] method OctoBox2d (line 15) | public OctoBox2d( method ExtendBy (line 52) | public void ExtendBy(V2d p) method ExtendBy (line 57) | public void ExtendBy(double x, double y) FILE: src/Aardvark.Base/Math/RangesBoxes/Box_auto.cs class Box (line 16) | public static partial class Box type Flags (line 18) | [Flags] method Union (line 11786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 11792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11823) | public static Box2i GetBoundingBox( method GetBoundingBox (line 11836) | public static Box2i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 11852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11861) | public static Box2i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 11877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11896) | public static Box2i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 11909) | public static Box2i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 11921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11940) | public static Box2i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 11953) | public static Box2i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 11969) | public static Box2i GetBoundingBox(this IEnumerable points) method Union (line 13354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13391) | public static Box2l GetBoundingBox( method GetBoundingBox (line 13404) | public static Box2l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13429) | public static Box2l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 13445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13464) | public static Box2l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 13477) | public static Box2l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 13489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13508) | public static Box2l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 13521) | public static Box2l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 13537) | public static Box2l GetBoundingBox(this IEnumerable points) method Union (line 14975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 14981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 14994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15012) | public static Box2f GetBoundingBox( method GetBoundingBox (line 15025) | public static Box2f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 15041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15050) | public static Box2f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 15066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15085) | public static Box2f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 15098) | public static Box2f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 15110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15129) | public static Box2f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 15142) | public static Box2f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 15158) | public static Box2f GetBoundingBox(this IEnumerable points) method Union (line 16596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 16602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16633) | public static Box2d GetBoundingBox( method GetBoundingBox (line 16646) | public static Box2d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 16662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16671) | public static Box2d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 16687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16706) | public static Box2d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 16719) | public static Box2d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 16731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16750) | public static Box2d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 16763) | public static Box2d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 16779) | public static Box2d GetBoundingBox(this IEnumerable points) method Union (line 18141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 18147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18178) | public static Box3i GetBoundingBox( method GetBoundingBox (line 18191) | public static Box3i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 18207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18216) | public static Box3i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 18232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18251) | public static Box3i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 18264) | public static Box3i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 18276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18295) | public static Box3i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 18308) | public static Box3i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 18324) | public static Box3i GetBoundingBox(this IEnumerable points) method GetOctant (line 18340) | public static Box3i GetOctant(this Box3i box, int i) method GetOutlineCornerIndicesCCW (line 18360) | public static int[] GetOutlineCornerIndicesCCW(this Box3i box, V3i fro... method GetOutlineCornerIndicesCW (line 18512) | public static int[] GetOutlineCornerIndicesCW(this Box3i box, V3i from... method GetOutlineCornersCCW (line 18664) | public static V3i[] GetOutlineCornersCCW(this Box3i box, V3i fromPosit... method GetOutlineCornersCW (line 18674) | public static V3i[] GetOutlineCornersCW(this Box3i box, V3i fromPosition) method Union (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 20072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20103) | public static Box3l GetBoundingBox( method GetBoundingBox (line 20116) | public static Box3l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 20132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20141) | public static Box3l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 20157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20176) | public static Box3l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 20189) | public static Box3l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 20201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20220) | public static Box3l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 20233) | public static Box3l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 20249) | public static Box3l GetBoundingBox(this IEnumerable points) method GetOctant (line 20265) | public static Box3l GetOctant(this Box3l box, int i) method GetOutlineCornerIndicesCCW (line 20285) | public static int[] GetOutlineCornerIndicesCCW(this Box3l box, V3l fro... method GetOutlineCornerIndicesCW (line 20437) | public static int[] GetOutlineCornerIndicesCW(this Box3l box, V3l from... method GetOutlineCornersCCW (line 20589) | public static V3l[] GetOutlineCornersCCW(this Box3l box, V3l fromPosit... method GetOutlineCornersCW (line 20599) | public static V3l[] GetOutlineCornersCW(this Box3l box, V3l fromPosition) method Union (line 22045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 22051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22082) | public static Box3f GetBoundingBox( method GetBoundingBox (line 22095) | public static Box3f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 22111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22120) | public static Box3f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 22136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22155) | public static Box3f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 22168) | public static Box3f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 22180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22199) | public static Box3f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 22212) | public static Box3f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 22228) | public static Box3f GetBoundingBox(this IEnumerable points) method GetOctant (line 22244) | public static Box3f GetOctant(this Box3f box, int i) method GetOutlineCornerIndicesCCW (line 22264) | public static int[] GetOutlineCornerIndicesCCW(this Box3f box, V3f fro... method GetOutlineCornerIndicesCW (line 22416) | public static int[] GetOutlineCornerIndicesCW(this Box3f box, V3f from... method GetOutlineCornersCCW (line 22568) | public static V3f[] GetOutlineCornersCCW(this Box3f box, V3f fromPosit... method GetOutlineCornersCW (line 22578) | public static V3f[] GetOutlineCornersCW(this Box3f box, V3f fromPosition) method Union (line 24024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 24030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24061) | public static Box3d GetBoundingBox( method GetBoundingBox (line 24074) | public static Box3d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 24090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24099) | public static Box3d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 24115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24134) | public static Box3d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 24147) | public static Box3d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 24159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24178) | public static Box3d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 24191) | public static Box3d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 24207) | public static Box3d GetBoundingBox(this IEnumerable points) method GetOctant (line 24223) | public static Box3d GetOctant(this Box3d box, int i) method GetOutlineCornerIndicesCCW (line 24243) | public static int[] GetOutlineCornerIndicesCCW(this Box3d box, V3d fro... method GetOutlineCornerIndicesCW (line 24395) | public static int[] GetOutlineCornerIndicesCW(this Box3d box, V3d from... method GetOutlineCornersCCW (line 24547) | public static V3d[] GetOutlineCornersCCW(this Box3d box, V3d fromPosit... method GetOutlineCornersCW (line 24557) | public static V3d[] GetOutlineCornersCW(this Box3d box, V3d fromPosition) type Range1b (line 113) | [DataContract] method Range1b (line 128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1b (line 330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 647) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 761) | public override readonly int GetHashCode() method Equals (line 766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 770) | public override readonly bool Equals(object obj) => method ToString (line 773) | public override readonly string ToString() method ToString (line 778) | public readonly string ToString(string format) method Parse (line 805) | public static Range1b Parse(string s) method Parse (line 812) | public static Range1b Parse(Text t) method ToString (line 821) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 829) | public readonly string ToString(string format, IFormatProvider fp, str... class Range (line 838) | public static partial class Range method Union (line 842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 902) | public static Range1b GetBoundingRange( method GetBoundingRange (line 915) | public static Range1b GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 940) | public static Range1b GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 975) | public static Range1b GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 988) | public static Range1b GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 1000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1019) | public static Range1b GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 1032) | public static Range1b GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 1048) | public static Range1b GetBoundingRange(this IEnumerable points) method Union (line 1856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 1862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1916) | public static Range1sb GetBoundingRange( method GetBoundingRange (line 1929) | public static Range1sb GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 1945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1954) | public static Range1sb GetBoundingRange(this List pointList, in... method GetBoundingRange (line 1970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1989) | public static Range1sb GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 2002) | public static Range1sb GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 2014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2033) | public static Range1sb GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 2046) | public static Range1sb GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 2062) | public static Range1sb GetBoundingRange(this IEnumerable points) method Union (line 2870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 2876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2930) | public static Range1s GetBoundingRange( method GetBoundingRange (line 2943) | public static Range1s GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 2959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2968) | public static Range1s GetBoundingRange(this List pointList, int... method GetBoundingRange (line 2984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3003) | public static Range1s GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 3016) | public static Range1s GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 3028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3047) | public static Range1s GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 3060) | public static Range1s GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 3076) | public static Range1s GetBoundingRange(this IEnumerable points) method Union (line 3884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 3890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3944) | public static Range1us GetBoundingRange( method GetBoundingRange (line 3957) | public static Range1us GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 3973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3982) | public static Range1us GetBoundingRange(this List pointList, i... method GetBoundingRange (line 3998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4017) | public static Range1us GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 4030) | public static Range1us GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 4042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4061) | public static Range1us GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 4074) | public static Range1us GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 4090) | public static Range1us GetBoundingRange(this IEnumerable points) method Union (line 4917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 4923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4977) | public static Range1i GetBoundingRange( method GetBoundingRange (line 4990) | public static Range1i GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 5006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5015) | public static Range1i GetBoundingRange(this List pointList, int c... method GetBoundingRange (line 5031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5050) | public static Range1i GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 5063) | public static Range1i GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 5075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5094) | public static Range1i GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 5107) | public static Range1i GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 5123) | public static Range1i GetBoundingRange(this IEnumerable points) method Union (line 5950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 5956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6010) | public static Range1ui GetBoundingRange( method GetBoundingRange (line 6023) | public static Range1ui GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 6039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6048) | public static Range1ui GetBoundingRange(this List pointList, int... method GetBoundingRange (line 6064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6083) | public static Range1ui GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 6096) | public static Range1ui GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 6108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6127) | public static Range1ui GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 6140) | public static Range1ui GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 6156) | public static Range1ui GetBoundingRange(this IEnumerable points) method Union (line 6983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 6989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7043) | public static Range1l GetBoundingRange( method GetBoundingRange (line 7056) | public static Range1l GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 7072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7081) | public static Range1l GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 7097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7116) | public static Range1l GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 7129) | public static Range1l GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 7141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7160) | public static Range1l GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 7173) | public static Range1l GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 7189) | public static Range1l GetBoundingRange(this IEnumerable points) method Union (line 7997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 8003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 8013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8057) | public static Range1ul GetBoundingRange( method GetBoundingRange (line 8070) | public static Range1ul GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8095) | public static Range1ul GetBoundingRange(this List pointList, in... method GetBoundingRange (line 8111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8130) | public static Range1ul GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 8143) | public static Range1ul GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 8155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8174) | public static Range1ul GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 8187) | public static Range1ul GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 8203) | public static Range1ul GetBoundingRange(this IEnumerable points) method Union (line 9023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 9029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 9039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9083) | public static Range1f GetBoundingRange( method GetBoundingRange (line 9096) | public static Range1f GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 9112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9121) | public static Range1f GetBoundingRange(this List pointList, int... method GetBoundingRange (line 9137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9156) | public static Range1f GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 9169) | public static Range1f GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 9181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9200) | public static Range1f GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 9213) | public static Range1f GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 9229) | public static Range1f GetBoundingRange(this IEnumerable points) method Union (line 10098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 10104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 10114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10158) | public static Range1d GetBoundingRange( method GetBoundingRange (line 10171) | public static Range1d GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 10187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10196) | public static Range1d GetBoundingRange(this List pointList, in... method GetBoundingRange (line 10212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10231) | public static Range1d GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 10244) | public static Range1d GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 10256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10275) | public static Range1d GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 10288) | public static Range1d GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 10304) | public static Range1d GetBoundingRange(this IEnumerable points) class RangeExtensions (line 1060) | public static partial class RangeExtensions method Range (line 1065) | public static IEnumerable Range(this byte count) method UpTo (line 1070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 1076) | public static IEnumerable UpTo(this byte self, byte upToInclusiv... method UpToExclusive (line 1081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 1087) | public static IEnumerable UpToExclusive(this byte self, byte upT... method DownTo (line 1092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 1098) | public static IEnumerable DownTo(this byte self, byte downToIncl... method Range (line 2079) | public static IEnumerable Range(this sbyte count) method UpTo (line 2084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 2090) | public static IEnumerable UpTo(this sbyte self, sbyte upToInclu... method UpToExclusive (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 2101) | public static IEnumerable UpToExclusive(this sbyte self, sbyte ... method DownTo (line 2106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 2112) | public static IEnumerable DownTo(this sbyte self, sbyte downToI... method Range (line 3093) | public static IEnumerable Range(this short count) method UpTo (line 3098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 3104) | public static IEnumerable UpTo(this short self, short upToInclu... method UpToExclusive (line 3109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 3115) | public static IEnumerable UpToExclusive(this short self, short ... method DownTo (line 3120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 3126) | public static IEnumerable DownTo(this short self, short downToI... method Range (line 4107) | public static IEnumerable Range(this ushort count) method UpTo (line 4112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 4118) | public static IEnumerable UpTo(this ushort self, ushort upToIn... method UpToExclusive (line 4123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 4129) | public static IEnumerable UpToExclusive(this ushort self, usho... method DownTo (line 4134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 4140) | public static IEnumerable DownTo(this ushort self, ushort down... method Range (line 5140) | public static IEnumerable Range(this int count) method UpTo (line 5145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 5151) | public static IEnumerable UpTo(this int self, int upToInclusive, ... method UpToExclusive (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 5162) | public static IEnumerable UpToExclusive(this int self, int upToEx... method DownTo (line 5167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 5173) | public static IEnumerable DownTo(this int self, int downToInclusi... method Range (line 6173) | public static IEnumerable Range(this uint count) method UpTo (line 6178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 6184) | public static IEnumerable UpTo(this uint self, uint upToInclusiv... method UpToExclusive (line 6189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 6195) | public static IEnumerable UpToExclusive(this uint self, uint upT... method DownTo (line 6200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 6206) | public static IEnumerable DownTo(this uint self, uint downToIncl... method Range (line 7206) | public static IEnumerable Range(this long count) method UpTo (line 7211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 7217) | public static IEnumerable UpTo(this long self, long upToInclusiv... method UpToExclusive (line 7222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 7228) | public static IEnumerable UpToExclusive(this long self, long upT... method DownTo (line 7233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 7239) | public static IEnumerable DownTo(this long self, long downToIncl... method Range (line 8220) | public static IEnumerable Range(this ulong count) method UpTo (line 8225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 8231) | public static IEnumerable UpTo(this ulong self, ulong upToInclu... method UpToExclusive (line 8236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 8242) | public static IEnumerable UpToExclusive(this ulong self, ulong ... method DownTo (line 8247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 8253) | public static IEnumerable DownTo(this ulong self, ulong downToI... method Range (line 9295) | public static IEnumerable Range(this float count) method UpTo (line 9300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 9306) | public static IEnumerable UpTo(this float self, float upToInclu... method UpToExclusive (line 9311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 9317) | public static IEnumerable UpToExclusive(this float self, float ... method DownTo (line 9322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 9328) | public static IEnumerable DownTo(this float self, float downToI... method Range (line 10370) | public static IEnumerable Range(this double count) method UpTo (line 10375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 10381) | public static IEnumerable UpTo(this double self, double upToIn... method UpToExclusive (line 10386) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 10392) | public static IEnumerable UpToExclusive(this double self, doub... method DownTo (line 10397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 10403) | public static IEnumerable DownTo(this double self, double down... class Fun (line 1106) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Range1sb (line 1127) | [DataContract] method Range1sb (line 1142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1302) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1sb (line 1344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 1356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 1365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 1506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 1515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 1524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 1533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 1542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 1552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 1562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 1572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 1586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 1595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 1602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 1609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 1617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 1628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 1639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 1650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 1661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 1671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 1681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 1690) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 1721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1775) | public override readonly int GetHashCode() method Equals (line 1780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1784) | public override readonly bool Equals(object obj) => method ToString (line 1787) | public override readonly string ToString() method ToString (line 1792) | public readonly string ToString(string format) method Parse (line 1819) | public static Range1sb Parse(string s) method Parse (line 1826) | public static Range1sb Parse(Text t) method ToString (line 1835) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 1843) | public readonly string ToString(string format, IFormatProvider fp, str... class Range (line 1852) | public static partial class Range method Union (line 842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 902) | public static Range1b GetBoundingRange( method GetBoundingRange (line 915) | public static Range1b GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 940) | public static Range1b GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 975) | public static Range1b GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 988) | public static Range1b GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 1000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1019) | public static Range1b GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 1032) | public static Range1b GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 1048) | public static Range1b GetBoundingRange(this IEnumerable points) method Union (line 1856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 1862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1916) | public static Range1sb GetBoundingRange( method GetBoundingRange (line 1929) | public static Range1sb GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 1945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1954) | public static Range1sb GetBoundingRange(this List pointList, in... method GetBoundingRange (line 1970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1989) | public static Range1sb GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 2002) | public static Range1sb GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 2014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2033) | public static Range1sb GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 2046) | public static Range1sb GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 2062) | public static Range1sb GetBoundingRange(this IEnumerable points) method Union (line 2870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 2876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2930) | public static Range1s GetBoundingRange( method GetBoundingRange (line 2943) | public static Range1s GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 2959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2968) | public static Range1s GetBoundingRange(this List pointList, int... method GetBoundingRange (line 2984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3003) | public static Range1s GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 3016) | public static Range1s GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 3028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3047) | public static Range1s GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 3060) | public static Range1s GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 3076) | public static Range1s GetBoundingRange(this IEnumerable points) method Union (line 3884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 3890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3944) | public static Range1us GetBoundingRange( method GetBoundingRange (line 3957) | public static Range1us GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 3973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3982) | public static Range1us GetBoundingRange(this List pointList, i... method GetBoundingRange (line 3998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4017) | public static Range1us GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 4030) | public static Range1us GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 4042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4061) | public static Range1us GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 4074) | public static Range1us GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 4090) | public static Range1us GetBoundingRange(this IEnumerable points) method Union (line 4917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 4923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4977) | public static Range1i GetBoundingRange( method GetBoundingRange (line 4990) | public static Range1i GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 5006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5015) | public static Range1i GetBoundingRange(this List pointList, int c... method GetBoundingRange (line 5031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5050) | public static Range1i GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 5063) | public static Range1i GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 5075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5094) | public static Range1i GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 5107) | public static Range1i GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 5123) | public static Range1i GetBoundingRange(this IEnumerable points) method Union (line 5950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 5956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6010) | public static Range1ui GetBoundingRange( method GetBoundingRange (line 6023) | public static Range1ui GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 6039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6048) | public static Range1ui GetBoundingRange(this List pointList, int... method GetBoundingRange (line 6064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6083) | public static Range1ui GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 6096) | public static Range1ui GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 6108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6127) | public static Range1ui GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 6140) | public static Range1ui GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 6156) | public static Range1ui GetBoundingRange(this IEnumerable points) method Union (line 6983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 6989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7043) | public static Range1l GetBoundingRange( method GetBoundingRange (line 7056) | public static Range1l GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 7072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7081) | public static Range1l GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 7097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7116) | public static Range1l GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 7129) | public static Range1l GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 7141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7160) | public static Range1l GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 7173) | public static Range1l GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 7189) | public static Range1l GetBoundingRange(this IEnumerable points) method Union (line 7997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 8003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 8013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8057) | public static Range1ul GetBoundingRange( method GetBoundingRange (line 8070) | public static Range1ul GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8095) | public static Range1ul GetBoundingRange(this List pointList, in... method GetBoundingRange (line 8111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8130) | public static Range1ul GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 8143) | public static Range1ul GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 8155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8174) | public static Range1ul GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 8187) | public static Range1ul GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 8203) | public static Range1ul GetBoundingRange(this IEnumerable points) method Union (line 9023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 9029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 9039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9083) | public static Range1f GetBoundingRange( method GetBoundingRange (line 9096) | public static Range1f GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 9112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9121) | public static Range1f GetBoundingRange(this List pointList, int... method GetBoundingRange (line 9137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9156) | public static Range1f GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 9169) | public static Range1f GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 9181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9200) | public static Range1f GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 9213) | public static Range1f GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 9229) | public static Range1f GetBoundingRange(this IEnumerable points) method Union (line 10098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 10104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 10114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10158) | public static Range1d GetBoundingRange( method GetBoundingRange (line 10171) | public static Range1d GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 10187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10196) | public static Range1d GetBoundingRange(this List pointList, in... method GetBoundingRange (line 10212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10231) | public static Range1d GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 10244) | public static Range1d GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 10256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10275) | public static Range1d GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 10288) | public static Range1d GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 10304) | public static Range1d GetBoundingRange(this IEnumerable points) class RangeExtensions (line 2074) | public static partial class RangeExtensions method Range (line 1065) | public static IEnumerable Range(this byte count) method UpTo (line 1070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 1076) | public static IEnumerable UpTo(this byte self, byte upToInclusiv... method UpToExclusive (line 1081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 1087) | public static IEnumerable UpToExclusive(this byte self, byte upT... method DownTo (line 1092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 1098) | public static IEnumerable DownTo(this byte self, byte downToIncl... method Range (line 2079) | public static IEnumerable Range(this sbyte count) method UpTo (line 2084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 2090) | public static IEnumerable UpTo(this sbyte self, sbyte upToInclu... method UpToExclusive (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 2101) | public static IEnumerable UpToExclusive(this sbyte self, sbyte ... method DownTo (line 2106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 2112) | public static IEnumerable DownTo(this sbyte self, sbyte downToI... method Range (line 3093) | public static IEnumerable Range(this short count) method UpTo (line 3098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 3104) | public static IEnumerable UpTo(this short self, short upToInclu... method UpToExclusive (line 3109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 3115) | public static IEnumerable UpToExclusive(this short self, short ... method DownTo (line 3120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 3126) | public static IEnumerable DownTo(this short self, short downToI... method Range (line 4107) | public static IEnumerable Range(this ushort count) method UpTo (line 4112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 4118) | public static IEnumerable UpTo(this ushort self, ushort upToIn... method UpToExclusive (line 4123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 4129) | public static IEnumerable UpToExclusive(this ushort self, usho... method DownTo (line 4134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 4140) | public static IEnumerable DownTo(this ushort self, ushort down... method Range (line 5140) | public static IEnumerable Range(this int count) method UpTo (line 5145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 5151) | public static IEnumerable UpTo(this int self, int upToInclusive, ... method UpToExclusive (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 5162) | public static IEnumerable UpToExclusive(this int self, int upToEx... method DownTo (line 5167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 5173) | public static IEnumerable DownTo(this int self, int downToInclusi... method Range (line 6173) | public static IEnumerable Range(this uint count) method UpTo (line 6178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 6184) | public static IEnumerable UpTo(this uint self, uint upToInclusiv... method UpToExclusive (line 6189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 6195) | public static IEnumerable UpToExclusive(this uint self, uint upT... method DownTo (line 6200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 6206) | public static IEnumerable DownTo(this uint self, uint downToIncl... method Range (line 7206) | public static IEnumerable Range(this long count) method UpTo (line 7211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 7217) | public static IEnumerable UpTo(this long self, long upToInclusiv... method UpToExclusive (line 7222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 7228) | public static IEnumerable UpToExclusive(this long self, long upT... method DownTo (line 7233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 7239) | public static IEnumerable DownTo(this long self, long downToIncl... method Range (line 8220) | public static IEnumerable Range(this ulong count) method UpTo (line 8225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 8231) | public static IEnumerable UpTo(this ulong self, ulong upToInclu... method UpToExclusive (line 8236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 8242) | public static IEnumerable UpToExclusive(this ulong self, ulong ... method DownTo (line 8247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 8253) | public static IEnumerable DownTo(this ulong self, ulong downToI... method Range (line 9295) | public static IEnumerable Range(this float count) method UpTo (line 9300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 9306) | public static IEnumerable UpTo(this float self, float upToInclu... method UpToExclusive (line 9311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 9317) | public static IEnumerable UpToExclusive(this float self, float ... method DownTo (line 9322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 9328) | public static IEnumerable DownTo(this float self, float downToI... method Range (line 10370) | public static IEnumerable Range(this double count) method UpTo (line 10375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 10381) | public static IEnumerable UpTo(this double self, double upToIn... method UpToExclusive (line 10386) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 10392) | public static IEnumerable UpToExclusive(this double self, doub... method DownTo (line 10397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 10403) | public static IEnumerable DownTo(this double self, double down... class Fun (line 2120) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Range1s (line 2141) | [DataContract] method Range1s (line 2156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1s (line 2358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 2370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 2520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 2529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 2538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 2556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 2566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 2576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 2586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 2600) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 2609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 2616) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 2623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 2631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 2642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 2653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 2675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 2685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 2695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 2704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 2735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 2789) | public override readonly int GetHashCode() method Equals (line 2794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 2798) | public override readonly bool Equals(object obj) => method ToString (line 2801) | public override readonly string ToString() method ToString (line 2806) | public readonly string ToString(string format) method Parse (line 2833) | public static Range1s Parse(string s) method Parse (line 2840) | public static Range1s Parse(Text t) method ToString (line 2849) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 2857) | public readonly string ToString(string format, IFormatProvider fp, str... class Range (line 2866) | public static partial class Range method Union (line 842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 902) | public static Range1b GetBoundingRange( method GetBoundingRange (line 915) | public static Range1b GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 940) | public static Range1b GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 975) | public static Range1b GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 988) | public static Range1b GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 1000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1019) | public static Range1b GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 1032) | public static Range1b GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 1048) | public static Range1b GetBoundingRange(this IEnumerable points) method Union (line 1856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 1862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1916) | public static Range1sb GetBoundingRange( method GetBoundingRange (line 1929) | public static Range1sb GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 1945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1954) | public static Range1sb GetBoundingRange(this List pointList, in... method GetBoundingRange (line 1970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1989) | public static Range1sb GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 2002) | public static Range1sb GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 2014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2033) | public static Range1sb GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 2046) | public static Range1sb GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 2062) | public static Range1sb GetBoundingRange(this IEnumerable points) method Union (line 2870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 2876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2930) | public static Range1s GetBoundingRange( method GetBoundingRange (line 2943) | public static Range1s GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 2959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2968) | public static Range1s GetBoundingRange(this List pointList, int... method GetBoundingRange (line 2984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3003) | public static Range1s GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 3016) | public static Range1s GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 3028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3047) | public static Range1s GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 3060) | public static Range1s GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 3076) | public static Range1s GetBoundingRange(this IEnumerable points) method Union (line 3884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 3890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3944) | public static Range1us GetBoundingRange( method GetBoundingRange (line 3957) | public static Range1us GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 3973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3982) | public static Range1us GetBoundingRange(this List pointList, i... method GetBoundingRange (line 3998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4017) | public static Range1us GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 4030) | public static Range1us GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 4042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4061) | public static Range1us GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 4074) | public static Range1us GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 4090) | public static Range1us GetBoundingRange(this IEnumerable points) method Union (line 4917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 4923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4977) | public static Range1i GetBoundingRange( method GetBoundingRange (line 4990) | public static Range1i GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 5006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5015) | public static Range1i GetBoundingRange(this List pointList, int c... method GetBoundingRange (line 5031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5050) | public static Range1i GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 5063) | public static Range1i GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 5075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5094) | public static Range1i GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 5107) | public static Range1i GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 5123) | public static Range1i GetBoundingRange(this IEnumerable points) method Union (line 5950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 5956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6010) | public static Range1ui GetBoundingRange( method GetBoundingRange (line 6023) | public static Range1ui GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 6039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6048) | public static Range1ui GetBoundingRange(this List pointList, int... method GetBoundingRange (line 6064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6083) | public static Range1ui GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 6096) | public static Range1ui GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 6108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6127) | public static Range1ui GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 6140) | public static Range1ui GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 6156) | public static Range1ui GetBoundingRange(this IEnumerable points) method Union (line 6983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 6989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7043) | public static Range1l GetBoundingRange( method GetBoundingRange (line 7056) | public static Range1l GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 7072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7081) | public static Range1l GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 7097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7116) | public static Range1l GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 7129) | public static Range1l GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 7141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7160) | public static Range1l GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 7173) | public static Range1l GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 7189) | public static Range1l GetBoundingRange(this IEnumerable points) method Union (line 7997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 8003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 8013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8057) | public static Range1ul GetBoundingRange( method GetBoundingRange (line 8070) | public static Range1ul GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8095) | public static Range1ul GetBoundingRange(this List pointList, in... method GetBoundingRange (line 8111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8130) | public static Range1ul GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 8143) | public static Range1ul GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 8155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8174) | public static Range1ul GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 8187) | public static Range1ul GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 8203) | public static Range1ul GetBoundingRange(this IEnumerable points) method Union (line 9023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 9029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 9039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9083) | public static Range1f GetBoundingRange( method GetBoundingRange (line 9096) | public static Range1f GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 9112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9121) | public static Range1f GetBoundingRange(this List pointList, int... method GetBoundingRange (line 9137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9156) | public static Range1f GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 9169) | public static Range1f GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 9181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9200) | public static Range1f GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 9213) | public static Range1f GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 9229) | public static Range1f GetBoundingRange(this IEnumerable points) method Union (line 10098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 10104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 10114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10158) | public static Range1d GetBoundingRange( method GetBoundingRange (line 10171) | public static Range1d GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 10187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10196) | public static Range1d GetBoundingRange(this List pointList, in... method GetBoundingRange (line 10212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10231) | public static Range1d GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 10244) | public static Range1d GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 10256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10275) | public static Range1d GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 10288) | public static Range1d GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 10304) | public static Range1d GetBoundingRange(this IEnumerable points) class RangeExtensions (line 3088) | public static partial class RangeExtensions method Range (line 1065) | public static IEnumerable Range(this byte count) method UpTo (line 1070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 1076) | public static IEnumerable UpTo(this byte self, byte upToInclusiv... method UpToExclusive (line 1081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 1087) | public static IEnumerable UpToExclusive(this byte self, byte upT... method DownTo (line 1092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 1098) | public static IEnumerable DownTo(this byte self, byte downToIncl... method Range (line 2079) | public static IEnumerable Range(this sbyte count) method UpTo (line 2084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 2090) | public static IEnumerable UpTo(this sbyte self, sbyte upToInclu... method UpToExclusive (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 2101) | public static IEnumerable UpToExclusive(this sbyte self, sbyte ... method DownTo (line 2106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 2112) | public static IEnumerable DownTo(this sbyte self, sbyte downToI... method Range (line 3093) | public static IEnumerable Range(this short count) method UpTo (line 3098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 3104) | public static IEnumerable UpTo(this short self, short upToInclu... method UpToExclusive (line 3109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 3115) | public static IEnumerable UpToExclusive(this short self, short ... method DownTo (line 3120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 3126) | public static IEnumerable DownTo(this short self, short downToI... method Range (line 4107) | public static IEnumerable Range(this ushort count) method UpTo (line 4112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 4118) | public static IEnumerable UpTo(this ushort self, ushort upToIn... method UpToExclusive (line 4123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 4129) | public static IEnumerable UpToExclusive(this ushort self, usho... method DownTo (line 4134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 4140) | public static IEnumerable DownTo(this ushort self, ushort down... method Range (line 5140) | public static IEnumerable Range(this int count) method UpTo (line 5145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 5151) | public static IEnumerable UpTo(this int self, int upToInclusive, ... method UpToExclusive (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 5162) | public static IEnumerable UpToExclusive(this int self, int upToEx... method DownTo (line 5167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 5173) | public static IEnumerable DownTo(this int self, int downToInclusi... method Range (line 6173) | public static IEnumerable Range(this uint count) method UpTo (line 6178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 6184) | public static IEnumerable UpTo(this uint self, uint upToInclusiv... method UpToExclusive (line 6189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 6195) | public static IEnumerable UpToExclusive(this uint self, uint upT... method DownTo (line 6200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 6206) | public static IEnumerable DownTo(this uint self, uint downToIncl... method Range (line 7206) | public static IEnumerable Range(this long count) method UpTo (line 7211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 7217) | public static IEnumerable UpTo(this long self, long upToInclusiv... method UpToExclusive (line 7222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 7228) | public static IEnumerable UpToExclusive(this long self, long upT... method DownTo (line 7233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 7239) | public static IEnumerable DownTo(this long self, long downToIncl... method Range (line 8220) | public static IEnumerable Range(this ulong count) method UpTo (line 8225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 8231) | public static IEnumerable UpTo(this ulong self, ulong upToInclu... method UpToExclusive (line 8236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 8242) | public static IEnumerable UpToExclusive(this ulong self, ulong ... method DownTo (line 8247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 8253) | public static IEnumerable DownTo(this ulong self, ulong downToI... method Range (line 9295) | public static IEnumerable Range(this float count) method UpTo (line 9300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 9306) | public static IEnumerable UpTo(this float self, float upToInclu... method UpToExclusive (line 9311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 9317) | public static IEnumerable UpToExclusive(this float self, float ... method DownTo (line 9322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 9328) | public static IEnumerable DownTo(this float self, float downToI... method Range (line 10370) | public static IEnumerable Range(this double count) method UpTo (line 10375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 10381) | public static IEnumerable UpTo(this double self, double upToIn... method UpToExclusive (line 10386) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 10392) | public static IEnumerable UpToExclusive(this double self, doub... method DownTo (line 10397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 10403) | public static IEnumerable DownTo(this double self, double down... class Fun (line 3134) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Range1us (line 3155) | [DataContract] method Range1us (line 3170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1us (line 3372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 3384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 3393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 3534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 3543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 3552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 3561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 3570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 3580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 3590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 3600) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 3614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 3623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 3630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 3637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 3645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 3656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 3667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 3678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 3689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 3699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 3709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 3718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3727) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 3749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 3803) | public override readonly int GetHashCode() method Equals (line 3808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 3812) | public override readonly bool Equals(object obj) => method ToString (line 3815) | public override readonly string ToString() method ToString (line 3820) | public readonly string ToString(string format) method Parse (line 3847) | public static Range1us Parse(string s) method Parse (line 3854) | public static Range1us Parse(Text t) method ToString (line 3863) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 3871) | public readonly string ToString(string format, IFormatProvider fp, str... class Range (line 3880) | public static partial class Range method Union (line 842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 902) | public static Range1b GetBoundingRange( method GetBoundingRange (line 915) | public static Range1b GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 940) | public static Range1b GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 975) | public static Range1b GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 988) | public static Range1b GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 1000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1019) | public static Range1b GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 1032) | public static Range1b GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 1048) | public static Range1b GetBoundingRange(this IEnumerable points) method Union (line 1856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 1862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1916) | public static Range1sb GetBoundingRange( method GetBoundingRange (line 1929) | public static Range1sb GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 1945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1954) | public static Range1sb GetBoundingRange(this List pointList, in... method GetBoundingRange (line 1970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1989) | public static Range1sb GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 2002) | public static Range1sb GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 2014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2033) | public static Range1sb GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 2046) | public static Range1sb GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 2062) | public static Range1sb GetBoundingRange(this IEnumerable points) method Union (line 2870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 2876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2930) | public static Range1s GetBoundingRange( method GetBoundingRange (line 2943) | public static Range1s GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 2959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2968) | public static Range1s GetBoundingRange(this List pointList, int... method GetBoundingRange (line 2984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3003) | public static Range1s GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 3016) | public static Range1s GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 3028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3047) | public static Range1s GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 3060) | public static Range1s GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 3076) | public static Range1s GetBoundingRange(this IEnumerable points) method Union (line 3884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 3890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3944) | public static Range1us GetBoundingRange( method GetBoundingRange (line 3957) | public static Range1us GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 3973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3982) | public static Range1us GetBoundingRange(this List pointList, i... method GetBoundingRange (line 3998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4017) | public static Range1us GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 4030) | public static Range1us GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 4042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4061) | public static Range1us GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 4074) | public static Range1us GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 4090) | public static Range1us GetBoundingRange(this IEnumerable points) method Union (line 4917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 4923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4977) | public static Range1i GetBoundingRange( method GetBoundingRange (line 4990) | public static Range1i GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 5006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5015) | public static Range1i GetBoundingRange(this List pointList, int c... method GetBoundingRange (line 5031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5050) | public static Range1i GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 5063) | public static Range1i GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 5075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5094) | public static Range1i GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 5107) | public static Range1i GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 5123) | public static Range1i GetBoundingRange(this IEnumerable points) method Union (line 5950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 5956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6010) | public static Range1ui GetBoundingRange( method GetBoundingRange (line 6023) | public static Range1ui GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 6039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6048) | public static Range1ui GetBoundingRange(this List pointList, int... method GetBoundingRange (line 6064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6083) | public static Range1ui GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 6096) | public static Range1ui GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 6108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6127) | public static Range1ui GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 6140) | public static Range1ui GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 6156) | public static Range1ui GetBoundingRange(this IEnumerable points) method Union (line 6983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 6989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7043) | public static Range1l GetBoundingRange( method GetBoundingRange (line 7056) | public static Range1l GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 7072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7081) | public static Range1l GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 7097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7116) | public static Range1l GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 7129) | public static Range1l GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 7141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7160) | public static Range1l GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 7173) | public static Range1l GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 7189) | public static Range1l GetBoundingRange(this IEnumerable points) method Union (line 7997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 8003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 8013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8057) | public static Range1ul GetBoundingRange( method GetBoundingRange (line 8070) | public static Range1ul GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8095) | public static Range1ul GetBoundingRange(this List pointList, in... method GetBoundingRange (line 8111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8130) | public static Range1ul GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 8143) | public static Range1ul GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 8155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8174) | public static Range1ul GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 8187) | public static Range1ul GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 8203) | public static Range1ul GetBoundingRange(this IEnumerable points) method Union (line 9023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 9029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 9039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9083) | public static Range1f GetBoundingRange( method GetBoundingRange (line 9096) | public static Range1f GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 9112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9121) | public static Range1f GetBoundingRange(this List pointList, int... method GetBoundingRange (line 9137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9156) | public static Range1f GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 9169) | public static Range1f GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 9181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9200) | public static Range1f GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 9213) | public static Range1f GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 9229) | public static Range1f GetBoundingRange(this IEnumerable points) method Union (line 10098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 10104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 10114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10158) | public static Range1d GetBoundingRange( method GetBoundingRange (line 10171) | public static Range1d GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 10187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10196) | public static Range1d GetBoundingRange(this List pointList, in... method GetBoundingRange (line 10212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10231) | public static Range1d GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 10244) | public static Range1d GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 10256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10275) | public static Range1d GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 10288) | public static Range1d GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 10304) | public static Range1d GetBoundingRange(this IEnumerable points) class RangeExtensions (line 4102) | public static partial class RangeExtensions method Range (line 1065) | public static IEnumerable Range(this byte count) method UpTo (line 1070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 1076) | public static IEnumerable UpTo(this byte self, byte upToInclusiv... method UpToExclusive (line 1081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 1087) | public static IEnumerable UpToExclusive(this byte self, byte upT... method DownTo (line 1092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 1098) | public static IEnumerable DownTo(this byte self, byte downToIncl... method Range (line 2079) | public static IEnumerable Range(this sbyte count) method UpTo (line 2084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 2090) | public static IEnumerable UpTo(this sbyte self, sbyte upToInclu... method UpToExclusive (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 2101) | public static IEnumerable UpToExclusive(this sbyte self, sbyte ... method DownTo (line 2106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 2112) | public static IEnumerable DownTo(this sbyte self, sbyte downToI... method Range (line 3093) | public static IEnumerable Range(this short count) method UpTo (line 3098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 3104) | public static IEnumerable UpTo(this short self, short upToInclu... method UpToExclusive (line 3109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 3115) | public static IEnumerable UpToExclusive(this short self, short ... method DownTo (line 3120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 3126) | public static IEnumerable DownTo(this short self, short downToI... method Range (line 4107) | public static IEnumerable Range(this ushort count) method UpTo (line 4112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 4118) | public static IEnumerable UpTo(this ushort self, ushort upToIn... method UpToExclusive (line 4123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 4129) | public static IEnumerable UpToExclusive(this ushort self, usho... method DownTo (line 4134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 4140) | public static IEnumerable DownTo(this ushort self, ushort down... method Range (line 5140) | public static IEnumerable Range(this int count) method UpTo (line 5145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 5151) | public static IEnumerable UpTo(this int self, int upToInclusive, ... method UpToExclusive (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 5162) | public static IEnumerable UpToExclusive(this int self, int upToEx... method DownTo (line 5167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 5173) | public static IEnumerable DownTo(this int self, int downToInclusi... method Range (line 6173) | public static IEnumerable Range(this uint count) method UpTo (line 6178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 6184) | public static IEnumerable UpTo(this uint self, uint upToInclusiv... method UpToExclusive (line 6189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 6195) | public static IEnumerable UpToExclusive(this uint self, uint upT... method DownTo (line 6200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 6206) | public static IEnumerable DownTo(this uint self, uint downToIncl... method Range (line 7206) | public static IEnumerable Range(this long count) method UpTo (line 7211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 7217) | public static IEnumerable UpTo(this long self, long upToInclusiv... method UpToExclusive (line 7222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 7228) | public static IEnumerable UpToExclusive(this long self, long upT... method DownTo (line 7233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 7239) | public static IEnumerable DownTo(this long self, long downToIncl... method Range (line 8220) | public static IEnumerable Range(this ulong count) method UpTo (line 8225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 8231) | public static IEnumerable UpTo(this ulong self, ulong upToInclu... method UpToExclusive (line 8236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 8242) | public static IEnumerable UpToExclusive(this ulong self, ulong ... method DownTo (line 8247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 8253) | public static IEnumerable DownTo(this ulong self, ulong downToI... method Range (line 9295) | public static IEnumerable Range(this float count) method UpTo (line 9300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 9306) | public static IEnumerable UpTo(this float self, float upToInclu... method UpToExclusive (line 9311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 9317) | public static IEnumerable UpToExclusive(this float self, float ... method DownTo (line 9322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 9328) | public static IEnumerable DownTo(this float self, float downToI... method Range (line 10370) | public static IEnumerable Range(this double count) method UpTo (line 10375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 10381) | public static IEnumerable UpTo(this double self, double upToIn... method UpToExclusive (line 10386) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 10392) | public static IEnumerable UpToExclusive(this double self, doub... method DownTo (line 10397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 10403) | public static IEnumerable DownTo(this double self, double down... class Fun (line 4148) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Range1i (line 4169) | [DataContract] method Range1i (line 4184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1i (line 4396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 4408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 4417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2i (line 4460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 4567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 4576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 4585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 4594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 4603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 4623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 4633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 4647) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 4656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 4663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 4670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 4678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 4700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 4711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 4732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 4751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4760) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 4782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 4836) | public override readonly int GetHashCode() method Equals (line 4841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 4845) | public override readonly bool Equals(object obj) => method ToString (line 4848) | public override readonly string ToString() method ToString (line 4853) | public readonly string ToString(string format) method Parse (line 4880) | public static Range1i Parse(string s) method Parse (line 4887) | public static Range1i Parse(Text t) method ToString (line 4896) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 4904) | public readonly string ToString(string format, IFormatProvider fp, str... class Range (line 4913) | public static partial class Range method Union (line 842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 902) | public static Range1b GetBoundingRange( method GetBoundingRange (line 915) | public static Range1b GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 940) | public static Range1b GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 975) | public static Range1b GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 988) | public static Range1b GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 1000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1019) | public static Range1b GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 1032) | public static Range1b GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 1048) | public static Range1b GetBoundingRange(this IEnumerable points) method Union (line 1856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 1862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1916) | public static Range1sb GetBoundingRange( method GetBoundingRange (line 1929) | public static Range1sb GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 1945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1954) | public static Range1sb GetBoundingRange(this List pointList, in... method GetBoundingRange (line 1970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1989) | public static Range1sb GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 2002) | public static Range1sb GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 2014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2033) | public static Range1sb GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 2046) | public static Range1sb GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 2062) | public static Range1sb GetBoundingRange(this IEnumerable points) method Union (line 2870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 2876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2930) | public static Range1s GetBoundingRange( method GetBoundingRange (line 2943) | public static Range1s GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 2959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2968) | public static Range1s GetBoundingRange(this List pointList, int... method GetBoundingRange (line 2984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3003) | public static Range1s GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 3016) | public static Range1s GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 3028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3047) | public static Range1s GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 3060) | public static Range1s GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 3076) | public static Range1s GetBoundingRange(this IEnumerable points) method Union (line 3884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 3890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3944) | public static Range1us GetBoundingRange( method GetBoundingRange (line 3957) | public static Range1us GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 3973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3982) | public static Range1us GetBoundingRange(this List pointList, i... method GetBoundingRange (line 3998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4017) | public static Range1us GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 4030) | public static Range1us GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 4042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4061) | public static Range1us GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 4074) | public static Range1us GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 4090) | public static Range1us GetBoundingRange(this IEnumerable points) method Union (line 4917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 4923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4977) | public static Range1i GetBoundingRange( method GetBoundingRange (line 4990) | public static Range1i GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 5006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5015) | public static Range1i GetBoundingRange(this List pointList, int c... method GetBoundingRange (line 5031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5050) | public static Range1i GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 5063) | public static Range1i GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 5075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5094) | public static Range1i GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 5107) | public static Range1i GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 5123) | public static Range1i GetBoundingRange(this IEnumerable points) method Union (line 5950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 5956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6010) | public static Range1ui GetBoundingRange( method GetBoundingRange (line 6023) | public static Range1ui GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 6039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6048) | public static Range1ui GetBoundingRange(this List pointList, int... method GetBoundingRange (line 6064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6083) | public static Range1ui GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 6096) | public static Range1ui GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 6108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6127) | public static Range1ui GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 6140) | public static Range1ui GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 6156) | public static Range1ui GetBoundingRange(this IEnumerable points) method Union (line 6983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 6989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7043) | public static Range1l GetBoundingRange( method GetBoundingRange (line 7056) | public static Range1l GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 7072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7081) | public static Range1l GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 7097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7116) | public static Range1l GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 7129) | public static Range1l GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 7141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7160) | public static Range1l GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 7173) | public static Range1l GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 7189) | public static Range1l GetBoundingRange(this IEnumerable points) method Union (line 7997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 8003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 8013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8057) | public static Range1ul GetBoundingRange( method GetBoundingRange (line 8070) | public static Range1ul GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8095) | public static Range1ul GetBoundingRange(this List pointList, in... method GetBoundingRange (line 8111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8130) | public static Range1ul GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 8143) | public static Range1ul GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 8155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8174) | public static Range1ul GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 8187) | public static Range1ul GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 8203) | public static Range1ul GetBoundingRange(this IEnumerable points) method Union (line 9023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 9029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 9039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9083) | public static Range1f GetBoundingRange( method GetBoundingRange (line 9096) | public static Range1f GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 9112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9121) | public static Range1f GetBoundingRange(this List pointList, int... method GetBoundingRange (line 9137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9156) | public static Range1f GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 9169) | public static Range1f GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 9181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9200) | public static Range1f GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 9213) | public static Range1f GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 9229) | public static Range1f GetBoundingRange(this IEnumerable points) method Union (line 10098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 10104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 10114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10158) | public static Range1d GetBoundingRange( method GetBoundingRange (line 10171) | public static Range1d GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 10187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10196) | public static Range1d GetBoundingRange(this List pointList, in... method GetBoundingRange (line 10212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10231) | public static Range1d GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 10244) | public static Range1d GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 10256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10275) | public static Range1d GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 10288) | public static Range1d GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 10304) | public static Range1d GetBoundingRange(this IEnumerable points) class RangeExtensions (line 5135) | public static partial class RangeExtensions method Range (line 1065) | public static IEnumerable Range(this byte count) method UpTo (line 1070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 1076) | public static IEnumerable UpTo(this byte self, byte upToInclusiv... method UpToExclusive (line 1081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 1087) | public static IEnumerable UpToExclusive(this byte self, byte upT... method DownTo (line 1092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 1098) | public static IEnumerable DownTo(this byte self, byte downToIncl... method Range (line 2079) | public static IEnumerable Range(this sbyte count) method UpTo (line 2084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 2090) | public static IEnumerable UpTo(this sbyte self, sbyte upToInclu... method UpToExclusive (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 2101) | public static IEnumerable UpToExclusive(this sbyte self, sbyte ... method DownTo (line 2106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 2112) | public static IEnumerable DownTo(this sbyte self, sbyte downToI... method Range (line 3093) | public static IEnumerable Range(this short count) method UpTo (line 3098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 3104) | public static IEnumerable UpTo(this short self, short upToInclu... method UpToExclusive (line 3109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 3115) | public static IEnumerable UpToExclusive(this short self, short ... method DownTo (line 3120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 3126) | public static IEnumerable DownTo(this short self, short downToI... method Range (line 4107) | public static IEnumerable Range(this ushort count) method UpTo (line 4112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 4118) | public static IEnumerable UpTo(this ushort self, ushort upToIn... method UpToExclusive (line 4123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 4129) | public static IEnumerable UpToExclusive(this ushort self, usho... method DownTo (line 4134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 4140) | public static IEnumerable DownTo(this ushort self, ushort down... method Range (line 5140) | public static IEnumerable Range(this int count) method UpTo (line 5145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 5151) | public static IEnumerable UpTo(this int self, int upToInclusive, ... method UpToExclusive (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 5162) | public static IEnumerable UpToExclusive(this int self, int upToEx... method DownTo (line 5167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 5173) | public static IEnumerable DownTo(this int self, int downToInclusi... method Range (line 6173) | public static IEnumerable Range(this uint count) method UpTo (line 6178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 6184) | public static IEnumerable UpTo(this uint self, uint upToInclusiv... method UpToExclusive (line 6189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 6195) | public static IEnumerable UpToExclusive(this uint self, uint upT... method DownTo (line 6200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 6206) | public static IEnumerable DownTo(this uint self, uint downToIncl... method Range (line 7206) | public static IEnumerable Range(this long count) method UpTo (line 7211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 7217) | public static IEnumerable UpTo(this long self, long upToInclusiv... method UpToExclusive (line 7222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 7228) | public static IEnumerable UpToExclusive(this long self, long upT... method DownTo (line 7233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 7239) | public static IEnumerable DownTo(this long self, long downToIncl... method Range (line 8220) | public static IEnumerable Range(this ulong count) method UpTo (line 8225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 8231) | public static IEnumerable UpTo(this ulong self, ulong upToInclu... method UpToExclusive (line 8236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 8242) | public static IEnumerable UpToExclusive(this ulong self, ulong ... method DownTo (line 8247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 8253) | public static IEnumerable DownTo(this ulong self, ulong downToI... method Range (line 9295) | public static IEnumerable Range(this float count) method UpTo (line 9300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 9306) | public static IEnumerable UpTo(this float self, float upToInclu... method UpToExclusive (line 9311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 9317) | public static IEnumerable UpToExclusive(this float self, float ... method DownTo (line 9322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 9328) | public static IEnumerable DownTo(this float self, float downToI... method Range (line 10370) | public static IEnumerable Range(this double count) method UpTo (line 10375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 10381) | public static IEnumerable UpTo(this double self, double upToIn... method UpToExclusive (line 10386) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 10392) | public static IEnumerable UpToExclusive(this double self, doub... method DownTo (line 10397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 10403) | public static IEnumerable DownTo(this double self, double down... class Fun (line 5181) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Range1ui (line 5202) | [DataContract] method Range1ui (line 5217) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5227) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5367) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ui (line 5429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 5441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 5450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2ui (line 5493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 5600) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 5609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 5618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 5627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 5636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 5646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 5656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 5666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 5680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 5689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 5696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 5703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 5711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 5722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 5733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 5744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 5755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 5765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 5775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 5784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 5815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 5869) | public override readonly int GetHashCode() method Equals (line 5874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 5878) | public override readonly bool Equals(object obj) => method ToString (line 5881) | public override readonly string ToString() method ToString (line 5886) | public readonly string ToString(string format) method Parse (line 5913) | public static Range1ui Parse(string s) method Parse (line 5920) | public static Range1ui Parse(Text t) method ToString (line 5929) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 5937) | public readonly string ToString(string format, IFormatProvider fp, str... class Range (line 5946) | public static partial class Range method Union (line 842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 902) | public static Range1b GetBoundingRange( method GetBoundingRange (line 915) | public static Range1b GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 940) | public static Range1b GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 975) | public static Range1b GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 988) | public static Range1b GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 1000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1019) | public static Range1b GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 1032) | public static Range1b GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 1048) | public static Range1b GetBoundingRange(this IEnumerable points) method Union (line 1856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 1862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1916) | public static Range1sb GetBoundingRange( method GetBoundingRange (line 1929) | public static Range1sb GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 1945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1954) | public static Range1sb GetBoundingRange(this List pointList, in... method GetBoundingRange (line 1970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1989) | public static Range1sb GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 2002) | public static Range1sb GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 2014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2033) | public static Range1sb GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 2046) | public static Range1sb GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 2062) | public static Range1sb GetBoundingRange(this IEnumerable points) method Union (line 2870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 2876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2930) | public static Range1s GetBoundingRange( method GetBoundingRange (line 2943) | public static Range1s GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 2959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2968) | public static Range1s GetBoundingRange(this List pointList, int... method GetBoundingRange (line 2984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3003) | public static Range1s GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 3016) | public static Range1s GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 3028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3047) | public static Range1s GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 3060) | public static Range1s GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 3076) | public static Range1s GetBoundingRange(this IEnumerable points) method Union (line 3884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 3890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3944) | public static Range1us GetBoundingRange( method GetBoundingRange (line 3957) | public static Range1us GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 3973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3982) | public static Range1us GetBoundingRange(this List pointList, i... method GetBoundingRange (line 3998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4017) | public static Range1us GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 4030) | public static Range1us GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 4042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4061) | public static Range1us GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 4074) | public static Range1us GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 4090) | public static Range1us GetBoundingRange(this IEnumerable points) method Union (line 4917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 4923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4977) | public static Range1i GetBoundingRange( method GetBoundingRange (line 4990) | public static Range1i GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 5006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5015) | public static Range1i GetBoundingRange(this List pointList, int c... method GetBoundingRange (line 5031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5050) | public static Range1i GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 5063) | public static Range1i GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 5075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5094) | public static Range1i GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 5107) | public static Range1i GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 5123) | public static Range1i GetBoundingRange(this IEnumerable points) method Union (line 5950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 5956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6010) | public static Range1ui GetBoundingRange( method GetBoundingRange (line 6023) | public static Range1ui GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 6039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6048) | public static Range1ui GetBoundingRange(this List pointList, int... method GetBoundingRange (line 6064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6083) | public static Range1ui GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 6096) | public static Range1ui GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 6108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6127) | public static Range1ui GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 6140) | public static Range1ui GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 6156) | public static Range1ui GetBoundingRange(this IEnumerable points) method Union (line 6983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 6989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7043) | public static Range1l GetBoundingRange( method GetBoundingRange (line 7056) | public static Range1l GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 7072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7081) | public static Range1l GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 7097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7116) | public static Range1l GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 7129) | public static Range1l GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 7141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7160) | public static Range1l GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 7173) | public static Range1l GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 7189) | public static Range1l GetBoundingRange(this IEnumerable points) method Union (line 7997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 8003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 8013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8057) | public static Range1ul GetBoundingRange( method GetBoundingRange (line 8070) | public static Range1ul GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8095) | public static Range1ul GetBoundingRange(this List pointList, in... method GetBoundingRange (line 8111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8130) | public static Range1ul GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 8143) | public static Range1ul GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 8155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8174) | public static Range1ul GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 8187) | public static Range1ul GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 8203) | public static Range1ul GetBoundingRange(this IEnumerable points) method Union (line 9023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 9029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 9039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9083) | public static Range1f GetBoundingRange( method GetBoundingRange (line 9096) | public static Range1f GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 9112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9121) | public static Range1f GetBoundingRange(this List pointList, int... method GetBoundingRange (line 9137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9156) | public static Range1f GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 9169) | public static Range1f GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 9181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9200) | public static Range1f GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 9213) | public static Range1f GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 9229) | public static Range1f GetBoundingRange(this IEnumerable points) method Union (line 10098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 10104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 10114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10158) | public static Range1d GetBoundingRange( method GetBoundingRange (line 10171) | public static Range1d GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 10187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10196) | public static Range1d GetBoundingRange(this List pointList, in... method GetBoundingRange (line 10212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10231) | public static Range1d GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 10244) | public static Range1d GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 10256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10275) | public static Range1d GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 10288) | public static Range1d GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 10304) | public static Range1d GetBoundingRange(this IEnumerable points) class RangeExtensions (line 6168) | public static partial class RangeExtensions method Range (line 1065) | public static IEnumerable Range(this byte count) method UpTo (line 1070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 1076) | public static IEnumerable UpTo(this byte self, byte upToInclusiv... method UpToExclusive (line 1081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 1087) | public static IEnumerable UpToExclusive(this byte self, byte upT... method DownTo (line 1092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 1098) | public static IEnumerable DownTo(this byte self, byte downToIncl... method Range (line 2079) | public static IEnumerable Range(this sbyte count) method UpTo (line 2084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 2090) | public static IEnumerable UpTo(this sbyte self, sbyte upToInclu... method UpToExclusive (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 2101) | public static IEnumerable UpToExclusive(this sbyte self, sbyte ... method DownTo (line 2106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 2112) | public static IEnumerable DownTo(this sbyte self, sbyte downToI... method Range (line 3093) | public static IEnumerable Range(this short count) method UpTo (line 3098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 3104) | public static IEnumerable UpTo(this short self, short upToInclu... method UpToExclusive (line 3109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 3115) | public static IEnumerable UpToExclusive(this short self, short ... method DownTo (line 3120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 3126) | public static IEnumerable DownTo(this short self, short downToI... method Range (line 4107) | public static IEnumerable Range(this ushort count) method UpTo (line 4112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 4118) | public static IEnumerable UpTo(this ushort self, ushort upToIn... method UpToExclusive (line 4123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 4129) | public static IEnumerable UpToExclusive(this ushort self, usho... method DownTo (line 4134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 4140) | public static IEnumerable DownTo(this ushort self, ushort down... method Range (line 5140) | public static IEnumerable Range(this int count) method UpTo (line 5145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 5151) | public static IEnumerable UpTo(this int self, int upToInclusive, ... method UpToExclusive (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 5162) | public static IEnumerable UpToExclusive(this int self, int upToEx... method DownTo (line 5167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 5173) | public static IEnumerable DownTo(this int self, int downToInclusi... method Range (line 6173) | public static IEnumerable Range(this uint count) method UpTo (line 6178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 6184) | public static IEnumerable UpTo(this uint self, uint upToInclusiv... method UpToExclusive (line 6189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 6195) | public static IEnumerable UpToExclusive(this uint self, uint upT... method DownTo (line 6200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 6206) | public static IEnumerable DownTo(this uint self, uint downToIncl... method Range (line 7206) | public static IEnumerable Range(this long count) method UpTo (line 7211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 7217) | public static IEnumerable UpTo(this long self, long upToInclusiv... method UpToExclusive (line 7222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 7228) | public static IEnumerable UpToExclusive(this long self, long upT... method DownTo (line 7233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 7239) | public static IEnumerable DownTo(this long self, long downToIncl... method Range (line 8220) | public static IEnumerable Range(this ulong count) method UpTo (line 8225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 8231) | public static IEnumerable UpTo(this ulong self, ulong upToInclu... method UpToExclusive (line 8236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 8242) | public static IEnumerable UpToExclusive(this ulong self, ulong ... method DownTo (line 8247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 8253) | public static IEnumerable DownTo(this ulong self, ulong downToI... method Range (line 9295) | public static IEnumerable Range(this float count) method UpTo (line 9300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 9306) | public static IEnumerable UpTo(this float self, float upToInclu... method UpToExclusive (line 9311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 9317) | public static IEnumerable UpToExclusive(this float self, float ... method DownTo (line 9322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 9328) | public static IEnumerable DownTo(this float self, float downToI... method Range (line 10370) | public static IEnumerable Range(this double count) method UpTo (line 10375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 10381) | public static IEnumerable UpTo(this double self, double upToIn... method UpToExclusive (line 10386) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 10392) | public static IEnumerable UpToExclusive(this double self, doub... method DownTo (line 10397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 10403) | public static IEnumerable DownTo(this double self, double down... class Fun (line 6214) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Range1l (line 6235) | [DataContract] method Range1l (line 6250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1l (line 6462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 6474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 6483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2l (line 6526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 6633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 6642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 6651) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 6660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 6669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 6679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 6689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 6699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 6713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 6722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 6729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 6736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 6744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 6755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 6766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 6777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 6788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 6798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 6808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 6817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 6848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 6902) | public override readonly int GetHashCode() method Equals (line 6907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 6911) | public override readonly bool Equals(object obj) => method ToString (line 6914) | public override readonly string ToString() method ToString (line 6919) | public readonly string ToString(string format) method Parse (line 6946) | public static Range1l Parse(string s) method Parse (line 6953) | public static Range1l Parse(Text t) method ToString (line 6962) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 6970) | public readonly string ToString(string format, IFormatProvider fp, str... class Range (line 6979) | public static partial class Range method Union (line 842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 902) | public static Range1b GetBoundingRange( method GetBoundingRange (line 915) | public static Range1b GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 940) | public static Range1b GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 975) | public static Range1b GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 988) | public static Range1b GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 1000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1019) | public static Range1b GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 1032) | public static Range1b GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 1048) | public static Range1b GetBoundingRange(this IEnumerable points) method Union (line 1856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 1862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1916) | public static Range1sb GetBoundingRange( method GetBoundingRange (line 1929) | public static Range1sb GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 1945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1954) | public static Range1sb GetBoundingRange(this List pointList, in... method GetBoundingRange (line 1970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1989) | public static Range1sb GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 2002) | public static Range1sb GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 2014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2033) | public static Range1sb GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 2046) | public static Range1sb GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 2062) | public static Range1sb GetBoundingRange(this IEnumerable points) method Union (line 2870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 2876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2930) | public static Range1s GetBoundingRange( method GetBoundingRange (line 2943) | public static Range1s GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 2959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2968) | public static Range1s GetBoundingRange(this List pointList, int... method GetBoundingRange (line 2984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3003) | public static Range1s GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 3016) | public static Range1s GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 3028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3047) | public static Range1s GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 3060) | public static Range1s GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 3076) | public static Range1s GetBoundingRange(this IEnumerable points) method Union (line 3884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 3890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3944) | public static Range1us GetBoundingRange( method GetBoundingRange (line 3957) | public static Range1us GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 3973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3982) | public static Range1us GetBoundingRange(this List pointList, i... method GetBoundingRange (line 3998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4017) | public static Range1us GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 4030) | public static Range1us GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 4042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4061) | public static Range1us GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 4074) | public static Range1us GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 4090) | public static Range1us GetBoundingRange(this IEnumerable points) method Union (line 4917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 4923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4977) | public static Range1i GetBoundingRange( method GetBoundingRange (line 4990) | public static Range1i GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 5006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5015) | public static Range1i GetBoundingRange(this List pointList, int c... method GetBoundingRange (line 5031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5050) | public static Range1i GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 5063) | public static Range1i GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 5075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5094) | public static Range1i GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 5107) | public static Range1i GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 5123) | public static Range1i GetBoundingRange(this IEnumerable points) method Union (line 5950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 5956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6010) | public static Range1ui GetBoundingRange( method GetBoundingRange (line 6023) | public static Range1ui GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 6039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6048) | public static Range1ui GetBoundingRange(this List pointList, int... method GetBoundingRange (line 6064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6083) | public static Range1ui GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 6096) | public static Range1ui GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 6108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6127) | public static Range1ui GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 6140) | public static Range1ui GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 6156) | public static Range1ui GetBoundingRange(this IEnumerable points) method Union (line 6983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 6989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7043) | public static Range1l GetBoundingRange( method GetBoundingRange (line 7056) | public static Range1l GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 7072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7081) | public static Range1l GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 7097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7116) | public static Range1l GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 7129) | public static Range1l GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 7141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7160) | public static Range1l GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 7173) | public static Range1l GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 7189) | public static Range1l GetBoundingRange(this IEnumerable points) method Union (line 7997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 8003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 8013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8057) | public static Range1ul GetBoundingRange( method GetBoundingRange (line 8070) | public static Range1ul GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8095) | public static Range1ul GetBoundingRange(this List pointList, in... method GetBoundingRange (line 8111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8130) | public static Range1ul GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 8143) | public static Range1ul GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 8155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8174) | public static Range1ul GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 8187) | public static Range1ul GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 8203) | public static Range1ul GetBoundingRange(this IEnumerable points) method Union (line 9023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 9029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 9039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9083) | public static Range1f GetBoundingRange( method GetBoundingRange (line 9096) | public static Range1f GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 9112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9121) | public static Range1f GetBoundingRange(this List pointList, int... method GetBoundingRange (line 9137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9156) | public static Range1f GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 9169) | public static Range1f GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 9181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9200) | public static Range1f GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 9213) | public static Range1f GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 9229) | public static Range1f GetBoundingRange(this IEnumerable points) method Union (line 10098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 10104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 10114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10158) | public static Range1d GetBoundingRange( method GetBoundingRange (line 10171) | public static Range1d GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 10187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10196) | public static Range1d GetBoundingRange(this List pointList, in... method GetBoundingRange (line 10212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10231) | public static Range1d GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 10244) | public static Range1d GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 10256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10275) | public static Range1d GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 10288) | public static Range1d GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 10304) | public static Range1d GetBoundingRange(this IEnumerable points) class RangeExtensions (line 7201) | public static partial class RangeExtensions method Range (line 1065) | public static IEnumerable Range(this byte count) method UpTo (line 1070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 1076) | public static IEnumerable UpTo(this byte self, byte upToInclusiv... method UpToExclusive (line 1081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 1087) | public static IEnumerable UpToExclusive(this byte self, byte upT... method DownTo (line 1092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 1098) | public static IEnumerable DownTo(this byte self, byte downToIncl... method Range (line 2079) | public static IEnumerable Range(this sbyte count) method UpTo (line 2084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 2090) | public static IEnumerable UpTo(this sbyte self, sbyte upToInclu... method UpToExclusive (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 2101) | public static IEnumerable UpToExclusive(this sbyte self, sbyte ... method DownTo (line 2106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 2112) | public static IEnumerable DownTo(this sbyte self, sbyte downToI... method Range (line 3093) | public static IEnumerable Range(this short count) method UpTo (line 3098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 3104) | public static IEnumerable UpTo(this short self, short upToInclu... method UpToExclusive (line 3109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 3115) | public static IEnumerable UpToExclusive(this short self, short ... method DownTo (line 3120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 3126) | public static IEnumerable DownTo(this short self, short downToI... method Range (line 4107) | public static IEnumerable Range(this ushort count) method UpTo (line 4112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 4118) | public static IEnumerable UpTo(this ushort self, ushort upToIn... method UpToExclusive (line 4123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 4129) | public static IEnumerable UpToExclusive(this ushort self, usho... method DownTo (line 4134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 4140) | public static IEnumerable DownTo(this ushort self, ushort down... method Range (line 5140) | public static IEnumerable Range(this int count) method UpTo (line 5145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 5151) | public static IEnumerable UpTo(this int self, int upToInclusive, ... method UpToExclusive (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 5162) | public static IEnumerable UpToExclusive(this int self, int upToEx... method DownTo (line 5167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 5173) | public static IEnumerable DownTo(this int self, int downToInclusi... method Range (line 6173) | public static IEnumerable Range(this uint count) method UpTo (line 6178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 6184) | public static IEnumerable UpTo(this uint self, uint upToInclusiv... method UpToExclusive (line 6189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 6195) | public static IEnumerable UpToExclusive(this uint self, uint upT... method DownTo (line 6200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 6206) | public static IEnumerable DownTo(this uint self, uint downToIncl... method Range (line 7206) | public static IEnumerable Range(this long count) method UpTo (line 7211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 7217) | public static IEnumerable UpTo(this long self, long upToInclusiv... method UpToExclusive (line 7222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 7228) | public static IEnumerable UpToExclusive(this long self, long upT... method DownTo (line 7233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 7239) | public static IEnumerable DownTo(this long self, long downToIncl... method Range (line 8220) | public static IEnumerable Range(this ulong count) method UpTo (line 8225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 8231) | public static IEnumerable UpTo(this ulong self, ulong upToInclu... method UpToExclusive (line 8236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 8242) | public static IEnumerable UpToExclusive(this ulong self, ulong ... method DownTo (line 8247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 8253) | public static IEnumerable DownTo(this ulong self, ulong downToI... method Range (line 9295) | public static IEnumerable Range(this float count) method UpTo (line 9300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 9306) | public static IEnumerable UpTo(this float self, float upToInclu... method UpToExclusive (line 9311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 9317) | public static IEnumerable UpToExclusive(this float self, float ... method DownTo (line 9322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 9328) | public static IEnumerable DownTo(this float self, float downToI... method Range (line 10370) | public static IEnumerable Range(this double count) method UpTo (line 10375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 10381) | public static IEnumerable UpTo(this double self, double upToIn... method UpToExclusive (line 10386) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 10392) | public static IEnumerable UpToExclusive(this double self, doub... method DownTo (line 10397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 10403) | public static IEnumerable DownTo(this double self, double down... class Fun (line 7247) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Range1ul (line 7268) | [DataContract] method Range1ul (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7453) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1ul (line 7485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 7497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 7506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 7647) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 7656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 7665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 7674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 7693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 7703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 7713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 7727) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 7736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 7743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 7750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 7758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 7769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 7780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 7791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 7802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 7812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 7822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 7831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 7840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 7862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 7916) | public override readonly int GetHashCode() method Equals (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 7925) | public override readonly bool Equals(object obj) => method ToString (line 7928) | public override readonly string ToString() method ToString (line 7933) | public readonly string ToString(string format) method Parse (line 7960) | public static Range1ul Parse(string s) method Parse (line 7967) | public static Range1ul Parse(Text t) method ToString (line 7976) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 7984) | public readonly string ToString(string format, IFormatProvider fp, str... class Range (line 7993) | public static partial class Range method Union (line 842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 902) | public static Range1b GetBoundingRange( method GetBoundingRange (line 915) | public static Range1b GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 940) | public static Range1b GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 975) | public static Range1b GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 988) | public static Range1b GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 1000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1019) | public static Range1b GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 1032) | public static Range1b GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 1048) | public static Range1b GetBoundingRange(this IEnumerable points) method Union (line 1856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 1862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1916) | public static Range1sb GetBoundingRange( method GetBoundingRange (line 1929) | public static Range1sb GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 1945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1954) | public static Range1sb GetBoundingRange(this List pointList, in... method GetBoundingRange (line 1970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1989) | public static Range1sb GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 2002) | public static Range1sb GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 2014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2033) | public static Range1sb GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 2046) | public static Range1sb GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 2062) | public static Range1sb GetBoundingRange(this IEnumerable points) method Union (line 2870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 2876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2930) | public static Range1s GetBoundingRange( method GetBoundingRange (line 2943) | public static Range1s GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 2959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2968) | public static Range1s GetBoundingRange(this List pointList, int... method GetBoundingRange (line 2984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3003) | public static Range1s GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 3016) | public static Range1s GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 3028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3047) | public static Range1s GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 3060) | public static Range1s GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 3076) | public static Range1s GetBoundingRange(this IEnumerable points) method Union (line 3884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 3890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3944) | public static Range1us GetBoundingRange( method GetBoundingRange (line 3957) | public static Range1us GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 3973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3982) | public static Range1us GetBoundingRange(this List pointList, i... method GetBoundingRange (line 3998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4017) | public static Range1us GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 4030) | public static Range1us GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 4042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4061) | public static Range1us GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 4074) | public static Range1us GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 4090) | public static Range1us GetBoundingRange(this IEnumerable points) method Union (line 4917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 4923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4977) | public static Range1i GetBoundingRange( method GetBoundingRange (line 4990) | public static Range1i GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 5006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5015) | public static Range1i GetBoundingRange(this List pointList, int c... method GetBoundingRange (line 5031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5050) | public static Range1i GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 5063) | public static Range1i GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 5075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5094) | public static Range1i GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 5107) | public static Range1i GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 5123) | public static Range1i GetBoundingRange(this IEnumerable points) method Union (line 5950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 5956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6010) | public static Range1ui GetBoundingRange( method GetBoundingRange (line 6023) | public static Range1ui GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 6039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6048) | public static Range1ui GetBoundingRange(this List pointList, int... method GetBoundingRange (line 6064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6083) | public static Range1ui GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 6096) | public static Range1ui GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 6108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6127) | public static Range1ui GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 6140) | public static Range1ui GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 6156) | public static Range1ui GetBoundingRange(this IEnumerable points) method Union (line 6983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 6989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7043) | public static Range1l GetBoundingRange( method GetBoundingRange (line 7056) | public static Range1l GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 7072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7081) | public static Range1l GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 7097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7116) | public static Range1l GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 7129) | public static Range1l GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 7141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7160) | public static Range1l GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 7173) | public static Range1l GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 7189) | public static Range1l GetBoundingRange(this IEnumerable points) method Union (line 7997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 8003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 8013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8057) | public static Range1ul GetBoundingRange( method GetBoundingRange (line 8070) | public static Range1ul GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8095) | public static Range1ul GetBoundingRange(this List pointList, in... method GetBoundingRange (line 8111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8130) | public static Range1ul GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 8143) | public static Range1ul GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 8155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8174) | public static Range1ul GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 8187) | public static Range1ul GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 8203) | public static Range1ul GetBoundingRange(this IEnumerable points) method Union (line 9023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 9029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 9039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9083) | public static Range1f GetBoundingRange( method GetBoundingRange (line 9096) | public static Range1f GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 9112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9121) | public static Range1f GetBoundingRange(this List pointList, int... method GetBoundingRange (line 9137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9156) | public static Range1f GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 9169) | public static Range1f GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 9181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9200) | public static Range1f GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 9213) | public static Range1f GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 9229) | public static Range1f GetBoundingRange(this IEnumerable points) method Union (line 10098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 10104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 10114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10158) | public static Range1d GetBoundingRange( method GetBoundingRange (line 10171) | public static Range1d GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 10187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10196) | public static Range1d GetBoundingRange(this List pointList, in... method GetBoundingRange (line 10212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10231) | public static Range1d GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 10244) | public static Range1d GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 10256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10275) | public static Range1d GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 10288) | public static Range1d GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 10304) | public static Range1d GetBoundingRange(this IEnumerable points) class RangeExtensions (line 8215) | public static partial class RangeExtensions method Range (line 1065) | public static IEnumerable Range(this byte count) method UpTo (line 1070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 1076) | public static IEnumerable UpTo(this byte self, byte upToInclusiv... method UpToExclusive (line 1081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 1087) | public static IEnumerable UpToExclusive(this byte self, byte upT... method DownTo (line 1092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 1098) | public static IEnumerable DownTo(this byte self, byte downToIncl... method Range (line 2079) | public static IEnumerable Range(this sbyte count) method UpTo (line 2084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 2090) | public static IEnumerable UpTo(this sbyte self, sbyte upToInclu... method UpToExclusive (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 2101) | public static IEnumerable UpToExclusive(this sbyte self, sbyte ... method DownTo (line 2106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 2112) | public static IEnumerable DownTo(this sbyte self, sbyte downToI... method Range (line 3093) | public static IEnumerable Range(this short count) method UpTo (line 3098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 3104) | public static IEnumerable UpTo(this short self, short upToInclu... method UpToExclusive (line 3109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 3115) | public static IEnumerable UpToExclusive(this short self, short ... method DownTo (line 3120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 3126) | public static IEnumerable DownTo(this short self, short downToI... method Range (line 4107) | public static IEnumerable Range(this ushort count) method UpTo (line 4112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 4118) | public static IEnumerable UpTo(this ushort self, ushort upToIn... method UpToExclusive (line 4123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 4129) | public static IEnumerable UpToExclusive(this ushort self, usho... method DownTo (line 4134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 4140) | public static IEnumerable DownTo(this ushort self, ushort down... method Range (line 5140) | public static IEnumerable Range(this int count) method UpTo (line 5145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 5151) | public static IEnumerable UpTo(this int self, int upToInclusive, ... method UpToExclusive (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 5162) | public static IEnumerable UpToExclusive(this int self, int upToEx... method DownTo (line 5167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 5173) | public static IEnumerable DownTo(this int self, int downToInclusi... method Range (line 6173) | public static IEnumerable Range(this uint count) method UpTo (line 6178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 6184) | public static IEnumerable UpTo(this uint self, uint upToInclusiv... method UpToExclusive (line 6189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 6195) | public static IEnumerable UpToExclusive(this uint self, uint upT... method DownTo (line 6200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 6206) | public static IEnumerable DownTo(this uint self, uint downToIncl... method Range (line 7206) | public static IEnumerable Range(this long count) method UpTo (line 7211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 7217) | public static IEnumerable UpTo(this long self, long upToInclusiv... method UpToExclusive (line 7222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 7228) | public static IEnumerable UpToExclusive(this long self, long upT... method DownTo (line 7233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 7239) | public static IEnumerable DownTo(this long self, long downToIncl... method Range (line 8220) | public static IEnumerable Range(this ulong count) method UpTo (line 8225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 8231) | public static IEnumerable UpTo(this ulong self, ulong upToInclu... method UpToExclusive (line 8236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 8242) | public static IEnumerable UpToExclusive(this ulong self, ulong ... method DownTo (line 8247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 8253) | public static IEnumerable DownTo(this ulong self, ulong downToI... method Range (line 9295) | public static IEnumerable Range(this float count) method UpTo (line 9300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 9306) | public static IEnumerable UpTo(this float self, float upToInclu... method UpToExclusive (line 9311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 9317) | public static IEnumerable UpToExclusive(this float self, float ... method DownTo (line 9322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 9328) | public static IEnumerable DownTo(this float self, float downToI... method Range (line 10370) | public static IEnumerable Range(this double count) method UpTo (line 10375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 10381) | public static IEnumerable UpTo(this double self, double upToIn... method UpToExclusive (line 10386) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 10392) | public static IEnumerable UpToExclusive(this double self, doub... method DownTo (line 10397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 10403) | public static IEnumerable DownTo(this double self, double down... class Fun (line 8261) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Range1f (line 8282) | [DataContract] method Range1f (line 8297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8367) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1f (line 8509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 8521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 8530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2f (line 8573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 8680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 8689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 8698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 8707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 8716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 8726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 8736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 8746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 8760) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 8769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 8776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 8784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 8795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 8806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 8817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 8828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 8838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 8848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 8857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 8866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 8877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 8888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 8942) | public override readonly int GetHashCode() method Equals (line 8947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 8951) | public override readonly bool Equals(object obj) => method ToString (line 8954) | public override readonly string ToString() method ToString (line 8959) | public readonly string ToString(string format) method Parse (line 8986) | public static Range1f Parse(string s) method Parse (line 8993) | public static Range1f Parse(Text t) method ToString (line 9002) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 9010) | public readonly string ToString(string format, IFormatProvider fp, str... class Range (line 9019) | public static partial class Range method Union (line 842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 902) | public static Range1b GetBoundingRange( method GetBoundingRange (line 915) | public static Range1b GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 940) | public static Range1b GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 975) | public static Range1b GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 988) | public static Range1b GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 1000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1019) | public static Range1b GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 1032) | public static Range1b GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 1048) | public static Range1b GetBoundingRange(this IEnumerable points) method Union (line 1856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 1862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1916) | public static Range1sb GetBoundingRange( method GetBoundingRange (line 1929) | public static Range1sb GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 1945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1954) | public static Range1sb GetBoundingRange(this List pointList, in... method GetBoundingRange (line 1970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1989) | public static Range1sb GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 2002) | public static Range1sb GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 2014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2033) | public static Range1sb GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 2046) | public static Range1sb GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 2062) | public static Range1sb GetBoundingRange(this IEnumerable points) method Union (line 2870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 2876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2930) | public static Range1s GetBoundingRange( method GetBoundingRange (line 2943) | public static Range1s GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 2959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2968) | public static Range1s GetBoundingRange(this List pointList, int... method GetBoundingRange (line 2984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3003) | public static Range1s GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 3016) | public static Range1s GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 3028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3047) | public static Range1s GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 3060) | public static Range1s GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 3076) | public static Range1s GetBoundingRange(this IEnumerable points) method Union (line 3884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 3890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3944) | public static Range1us GetBoundingRange( method GetBoundingRange (line 3957) | public static Range1us GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 3973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3982) | public static Range1us GetBoundingRange(this List pointList, i... method GetBoundingRange (line 3998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4017) | public static Range1us GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 4030) | public static Range1us GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 4042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4061) | public static Range1us GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 4074) | public static Range1us GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 4090) | public static Range1us GetBoundingRange(this IEnumerable points) method Union (line 4917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 4923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4977) | public static Range1i GetBoundingRange( method GetBoundingRange (line 4990) | public static Range1i GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 5006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5015) | public static Range1i GetBoundingRange(this List pointList, int c... method GetBoundingRange (line 5031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5050) | public static Range1i GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 5063) | public static Range1i GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 5075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5094) | public static Range1i GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 5107) | public static Range1i GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 5123) | public static Range1i GetBoundingRange(this IEnumerable points) method Union (line 5950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 5956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6010) | public static Range1ui GetBoundingRange( method GetBoundingRange (line 6023) | public static Range1ui GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 6039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6048) | public static Range1ui GetBoundingRange(this List pointList, int... method GetBoundingRange (line 6064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6083) | public static Range1ui GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 6096) | public static Range1ui GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 6108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6127) | public static Range1ui GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 6140) | public static Range1ui GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 6156) | public static Range1ui GetBoundingRange(this IEnumerable points) method Union (line 6983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 6989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7043) | public static Range1l GetBoundingRange( method GetBoundingRange (line 7056) | public static Range1l GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 7072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7081) | public static Range1l GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 7097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7116) | public static Range1l GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 7129) | public static Range1l GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 7141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7160) | public static Range1l GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 7173) | public static Range1l GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 7189) | public static Range1l GetBoundingRange(this IEnumerable points) method Union (line 7997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 8003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 8013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8057) | public static Range1ul GetBoundingRange( method GetBoundingRange (line 8070) | public static Range1ul GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8095) | public static Range1ul GetBoundingRange(this List pointList, in... method GetBoundingRange (line 8111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8130) | public static Range1ul GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 8143) | public static Range1ul GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 8155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8174) | public static Range1ul GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 8187) | public static Range1ul GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 8203) | public static Range1ul GetBoundingRange(this IEnumerable points) method Union (line 9023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 9029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 9039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9083) | public static Range1f GetBoundingRange( method GetBoundingRange (line 9096) | public static Range1f GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 9112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9121) | public static Range1f GetBoundingRange(this List pointList, int... method GetBoundingRange (line 9137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9156) | public static Range1f GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 9169) | public static Range1f GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 9181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9200) | public static Range1f GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 9213) | public static Range1f GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 9229) | public static Range1f GetBoundingRange(this IEnumerable points) method Union (line 10098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 10104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 10114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10158) | public static Range1d GetBoundingRange( method GetBoundingRange (line 10171) | public static Range1d GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 10187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10196) | public static Range1d GetBoundingRange(this List pointList, in... method GetBoundingRange (line 10212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10231) | public static Range1d GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 10244) | public static Range1d GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 10256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10275) | public static Range1d GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 10288) | public static Range1d GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 10304) | public static Range1d GetBoundingRange(this IEnumerable points) class Conversion (line 9241) | public static partial class Conversion method RadiansFromDegrees (line 9248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 9255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 9262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 9269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 9276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 9283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 10323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 10330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 10337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 10344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 10351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 10358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class RangeExtensions (line 9290) | public static partial class RangeExtensions method Range (line 1065) | public static IEnumerable Range(this byte count) method UpTo (line 1070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 1076) | public static IEnumerable UpTo(this byte self, byte upToInclusiv... method UpToExclusive (line 1081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 1087) | public static IEnumerable UpToExclusive(this byte self, byte upT... method DownTo (line 1092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 1098) | public static IEnumerable DownTo(this byte self, byte downToIncl... method Range (line 2079) | public static IEnumerable Range(this sbyte count) method UpTo (line 2084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 2090) | public static IEnumerable UpTo(this sbyte self, sbyte upToInclu... method UpToExclusive (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 2101) | public static IEnumerable UpToExclusive(this sbyte self, sbyte ... method DownTo (line 2106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 2112) | public static IEnumerable DownTo(this sbyte self, sbyte downToI... method Range (line 3093) | public static IEnumerable Range(this short count) method UpTo (line 3098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 3104) | public static IEnumerable UpTo(this short self, short upToInclu... method UpToExclusive (line 3109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 3115) | public static IEnumerable UpToExclusive(this short self, short ... method DownTo (line 3120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 3126) | public static IEnumerable DownTo(this short self, short downToI... method Range (line 4107) | public static IEnumerable Range(this ushort count) method UpTo (line 4112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 4118) | public static IEnumerable UpTo(this ushort self, ushort upToIn... method UpToExclusive (line 4123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 4129) | public static IEnumerable UpToExclusive(this ushort self, usho... method DownTo (line 4134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 4140) | public static IEnumerable DownTo(this ushort self, ushort down... method Range (line 5140) | public static IEnumerable Range(this int count) method UpTo (line 5145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 5151) | public static IEnumerable UpTo(this int self, int upToInclusive, ... method UpToExclusive (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 5162) | public static IEnumerable UpToExclusive(this int self, int upToEx... method DownTo (line 5167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 5173) | public static IEnumerable DownTo(this int self, int downToInclusi... method Range (line 6173) | public static IEnumerable Range(this uint count) method UpTo (line 6178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 6184) | public static IEnumerable UpTo(this uint self, uint upToInclusiv... method UpToExclusive (line 6189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 6195) | public static IEnumerable UpToExclusive(this uint self, uint upT... method DownTo (line 6200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 6206) | public static IEnumerable DownTo(this uint self, uint downToIncl... method Range (line 7206) | public static IEnumerable Range(this long count) method UpTo (line 7211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 7217) | public static IEnumerable UpTo(this long self, long upToInclusiv... method UpToExclusive (line 7222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 7228) | public static IEnumerable UpToExclusive(this long self, long upT... method DownTo (line 7233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 7239) | public static IEnumerable DownTo(this long self, long downToIncl... method Range (line 8220) | public static IEnumerable Range(this ulong count) method UpTo (line 8225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 8231) | public static IEnumerable UpTo(this ulong self, ulong upToInclu... method UpToExclusive (line 8236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 8242) | public static IEnumerable UpToExclusive(this ulong self, ulong ... method DownTo (line 8247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 8253) | public static IEnumerable DownTo(this ulong self, ulong downToI... method Range (line 9295) | public static IEnumerable Range(this float count) method UpTo (line 9300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 9306) | public static IEnumerable UpTo(this float self, float upToInclu... method UpToExclusive (line 9311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 9317) | public static IEnumerable UpToExclusive(this float self, float ... method DownTo (line 9322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 9328) | public static IEnumerable DownTo(this float self, float downToI... method Range (line 10370) | public static IEnumerable Range(this double count) method UpTo (line 10375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 10381) | public static IEnumerable UpTo(this double self, double upToIn... method UpToExclusive (line 10386) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 10392) | public static IEnumerable UpToExclusive(this double self, doub... method DownTo (line 10397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 10403) | public static IEnumerable DownTo(this double self, double down... class Fun (line 9336) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Range1d (line 9357) | [DataContract] method Range1d (line 9372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Range1d (line 9584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 9596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 9605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2d (line 9648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 9755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 9764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 9773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 9782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 9791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 9801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 9811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 9821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 9835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 9844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 9851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 9859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 9870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 9881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 9892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 9903) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 9913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 9923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 9932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 9941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 9952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 9963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 10017) | public override readonly int GetHashCode() method Equals (line 10022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 10026) | public override readonly bool Equals(object obj) => method ToString (line 10029) | public override readonly string ToString() method ToString (line 10034) | public readonly string ToString(string format) method Parse (line 10061) | public static Range1d Parse(string s) method Parse (line 10068) | public static Range1d Parse(Text t) method ToString (line 10077) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 10085) | public readonly string ToString(string format, IFormatProvider fp, str... class Range (line 10094) | public static partial class Range method Union (line 842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 902) | public static Range1b GetBoundingRange( method GetBoundingRange (line 915) | public static Range1b GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 940) | public static Range1b GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 975) | public static Range1b GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 988) | public static Range1b GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 1000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1019) | public static Range1b GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 1032) | public static Range1b GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 1048) | public static Range1b GetBoundingRange(this IEnumerable points) method Union (line 1856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 1862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1916) | public static Range1sb GetBoundingRange( method GetBoundingRange (line 1929) | public static Range1sb GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 1945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1954) | public static Range1sb GetBoundingRange(this List pointList, in... method GetBoundingRange (line 1970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 1989) | public static Range1sb GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 2002) | public static Range1sb GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 2014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2033) | public static Range1sb GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 2046) | public static Range1sb GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 2062) | public static Range1sb GetBoundingRange(this IEnumerable points) method Union (line 2870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 2876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 2886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2930) | public static Range1s GetBoundingRange( method GetBoundingRange (line 2943) | public static Range1s GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 2959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2968) | public static Range1s GetBoundingRange(this List pointList, int... method GetBoundingRange (line 2984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 2993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3003) | public static Range1s GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 3016) | public static Range1s GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 3028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3047) | public static Range1s GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 3060) | public static Range1s GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 3076) | public static Range1s GetBoundingRange(this IEnumerable points) method Union (line 3884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 3890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 3900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3944) | public static Range1us GetBoundingRange( method GetBoundingRange (line 3957) | public static Range1us GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 3973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 3982) | public static Range1us GetBoundingRange(this List pointList, i... method GetBoundingRange (line 3998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4017) | public static Range1us GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 4030) | public static Range1us GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 4042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4061) | public static Range1us GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 4074) | public static Range1us GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 4090) | public static Range1us GetBoundingRange(this IEnumerable points) method Union (line 4917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 4923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 4933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 4977) | public static Range1i GetBoundingRange( method GetBoundingRange (line 4990) | public static Range1i GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 5006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5015) | public static Range1i GetBoundingRange(this List pointList, int c... method GetBoundingRange (line 5031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5050) | public static Range1i GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 5063) | public static Range1i GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 5075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5094) | public static Range1i GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 5107) | public static Range1i GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 5123) | public static Range1i GetBoundingRange(this IEnumerable points) method Union (line 5950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 5956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 5966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 5992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6010) | public static Range1ui GetBoundingRange( method GetBoundingRange (line 6023) | public static Range1ui GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 6039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6048) | public static Range1ui GetBoundingRange(this List pointList, int... method GetBoundingRange (line 6064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6083) | public static Range1ui GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 6096) | public static Range1ui GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 6108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 6127) | public static Range1ui GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 6140) | public static Range1ui GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 6156) | public static Range1ui GetBoundingRange(this IEnumerable points) method Union (line 6983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 6989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 6999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7043) | public static Range1l GetBoundingRange( method GetBoundingRange (line 7056) | public static Range1l GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 7072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7081) | public static Range1l GetBoundingRange(this List pointList, int ... method GetBoundingRange (line 7097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7116) | public static Range1l GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 7129) | public static Range1l GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 7141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 7160) | public static Range1l GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 7173) | public static Range1l GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 7189) | public static Range1l GetBoundingRange(this IEnumerable points) method Union (line 7997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 8003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 8013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8057) | public static Range1ul GetBoundingRange( method GetBoundingRange (line 8070) | public static Range1ul GetBoundingRange(this T[] array, long start,... method GetBoundingRange (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8095) | public static Range1ul GetBoundingRange(this List pointList, in... method GetBoundingRange (line 8111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8130) | public static Range1ul GetBoundingRange(this int[] indexArray, int sta... method GetBoundingRange (line 8143) | public static Range1ul GetBoundingRange(this int[] indexArray, int ... method GetBoundingRange (line 8155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 8174) | public static Range1ul GetBoundingRange(this long[] indexArray, long s... method GetBoundingRange (line 8187) | public static Range1ul GetBoundingRange(this long[] indexArray, lon... method GetBoundingRange (line 8203) | public static Range1ul GetBoundingRange(this IEnumerable points) method Union (line 9023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 9029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 9039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9083) | public static Range1f GetBoundingRange( method GetBoundingRange (line 9096) | public static Range1f GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 9112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9121) | public static Range1f GetBoundingRange(this List pointList, int... method GetBoundingRange (line 9137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9156) | public static Range1f GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 9169) | public static Range1f GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 9181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 9200) | public static Range1f GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 9213) | public static Range1f GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 9229) | public static Range1f GetBoundingRange(this IEnumerable points) method Union (line 10098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 10104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 10114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10158) | public static Range1d GetBoundingRange( method GetBoundingRange (line 10171) | public static Range1d GetBoundingRange(this T[] array, long start, ... method GetBoundingRange (line 10187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10196) | public static Range1d GetBoundingRange(this List pointList, in... method GetBoundingRange (line 10212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10231) | public static Range1d GetBoundingRange(this int[] indexArray, int star... method GetBoundingRange (line 10244) | public static Range1d GetBoundingRange(this int[] indexArray, int s... method GetBoundingRange (line 10256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingRange (line 10275) | public static Range1d GetBoundingRange(this long[] indexArray, long st... method GetBoundingRange (line 10288) | public static Range1d GetBoundingRange(this long[] indexArray, long... method GetBoundingRange (line 10304) | public static Range1d GetBoundingRange(this IEnumerable points) class Conversion (line 10316) | public static partial class Conversion method RadiansFromDegrees (line 9248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 9255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 9262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 9269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 9276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 9283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 10323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 10330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 10337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 10344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 10351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 10358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class RangeExtensions (line 10365) | public static partial class RangeExtensions method Range (line 1065) | public static IEnumerable Range(this byte count) method UpTo (line 1070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 1076) | public static IEnumerable UpTo(this byte self, byte upToInclusiv... method UpToExclusive (line 1081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 1087) | public static IEnumerable UpToExclusive(this byte self, byte upT... method DownTo (line 1092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 1098) | public static IEnumerable DownTo(this byte self, byte downToIncl... method Range (line 2079) | public static IEnumerable Range(this sbyte count) method UpTo (line 2084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 2090) | public static IEnumerable UpTo(this sbyte self, sbyte upToInclu... method UpToExclusive (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 2101) | public static IEnumerable UpToExclusive(this sbyte self, sbyte ... method DownTo (line 2106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 2112) | public static IEnumerable DownTo(this sbyte self, sbyte downToI... method Range (line 3093) | public static IEnumerable Range(this short count) method UpTo (line 3098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 3104) | public static IEnumerable UpTo(this short self, short upToInclu... method UpToExclusive (line 3109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 3115) | public static IEnumerable UpToExclusive(this short self, short ... method DownTo (line 3120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 3126) | public static IEnumerable DownTo(this short self, short downToI... method Range (line 4107) | public static IEnumerable Range(this ushort count) method UpTo (line 4112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 4118) | public static IEnumerable UpTo(this ushort self, ushort upToIn... method UpToExclusive (line 4123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 4129) | public static IEnumerable UpToExclusive(this ushort self, usho... method DownTo (line 4134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 4140) | public static IEnumerable DownTo(this ushort self, ushort down... method Range (line 5140) | public static IEnumerable Range(this int count) method UpTo (line 5145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 5151) | public static IEnumerable UpTo(this int self, int upToInclusive, ... method UpToExclusive (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 5162) | public static IEnumerable UpToExclusive(this int self, int upToEx... method DownTo (line 5167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 5173) | public static IEnumerable DownTo(this int self, int downToInclusi... method Range (line 6173) | public static IEnumerable Range(this uint count) method UpTo (line 6178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 6184) | public static IEnumerable UpTo(this uint self, uint upToInclusiv... method UpToExclusive (line 6189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 6195) | public static IEnumerable UpToExclusive(this uint self, uint upT... method DownTo (line 6200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 6206) | public static IEnumerable DownTo(this uint self, uint downToIncl... method Range (line 7206) | public static IEnumerable Range(this long count) method UpTo (line 7211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 7217) | public static IEnumerable UpTo(this long self, long upToInclusiv... method UpToExclusive (line 7222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 7228) | public static IEnumerable UpToExclusive(this long self, long upT... method DownTo (line 7233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 7239) | public static IEnumerable DownTo(this long self, long downToIncl... method Range (line 8220) | public static IEnumerable Range(this ulong count) method UpTo (line 8225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 8231) | public static IEnumerable UpTo(this ulong self, ulong upToInclu... method UpToExclusive (line 8236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 8242) | public static IEnumerable UpToExclusive(this ulong self, ulong ... method DownTo (line 8247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 8253) | public static IEnumerable DownTo(this ulong self, ulong downToI... method Range (line 9295) | public static IEnumerable Range(this float count) method UpTo (line 9300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 9306) | public static IEnumerable UpTo(this float self, float upToInclu... method UpToExclusive (line 9311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 9317) | public static IEnumerable UpToExclusive(this float self, float ... method DownTo (line 9322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 9328) | public static IEnumerable DownTo(this float self, float downToI... method Range (line 10370) | public static IEnumerable Range(this double count) method UpTo (line 10375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 10381) | public static IEnumerable UpTo(this double self, double upToIn... method UpToExclusive (line 10386) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 10392) | public static IEnumerable UpToExclusive(this double self, doub... method DownTo (line 10397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 10403) | public static IEnumerable DownTo(this double self, double down... class Fun (line 10411) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Box2i (line 10432) | [DataContract] method Box2i (line 10447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2i (line 10457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2i (line 10467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2i (line 10477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2i (line 10487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2i (line 10499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2i (line 10509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2i (line 10519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2i (line 10529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2i (line 10539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2i (line 10549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2i (line 10559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2i (line 10569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2i (line 10575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2i (line 10589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2i (line 10607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2i (line 10619) | public Box2i(IEnumerable boxes) method Box2i (line 10630) | public Box2i(Range1i rangeX, Range1i rangeY) method EnlargedBy (line 10850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 10868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 10877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 10886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 10896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 10906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 10916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 10926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 10937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 10948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 10961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 10974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 10984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 10994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 11006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 11022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 11033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 11040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 11047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 11054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 11061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 11069) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 11081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 11093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 11104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitTop (line 11115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitBottom (line 11126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeftBottom (line 11134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRightBottom (line 11141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeftTop (line 11148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRightTop (line 11155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 11165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 11180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 11195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 11207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendXBy (line 11216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendYBy (line 11224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendDimBy (line 11232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 11243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 11255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 11266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 11280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 11293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 11306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invalidate (line 11316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 11328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 11343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinMaxInDirection (line 11358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 11431) | public override readonly int GetHashCode() method Equals (line 11436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 11440) | public override readonly bool Equals(object obj) => method ToString (line 11443) | public override readonly string ToString() method ToString (line 11448) | public readonly string ToString(string format) method Parse (line 11475) | public static Box2i Parse(string s) method Parse (line 11482) | public static Box2i Parse(Text t) method ToString (line 11491) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 11499) | public readonly string ToString(string format, IFormatProvider fp, str... method FromSize (line 11512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 11521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 11530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSize (line 11539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 11549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 11559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPoints (line 11569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSize (line 11575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 11581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 11587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 11595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 11601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translated (line 11613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 11624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 11636) | public readonly Box2d Transformed(M33d trafo) method Transformed (line 11661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Corner (line 11677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCorners (line 11691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCornersCCW (line 11703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnumerateInsidePoints (line 11741) | public readonly IEnumerable EnumerateInsidePoints() class Box (line 11782) | public static partial class Box type Flags (line 18) | [Flags] method Union (line 11786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 11792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11823) | public static Box2i GetBoundingBox( method GetBoundingBox (line 11836) | public static Box2i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 11852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11861) | public static Box2i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 11877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11896) | public static Box2i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 11909) | public static Box2i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 11921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11940) | public static Box2i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 11953) | public static Box2i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 11969) | public static Box2i GetBoundingBox(this IEnumerable points) method Union (line 13354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13391) | public static Box2l GetBoundingBox( method GetBoundingBox (line 13404) | public static Box2l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13429) | public static Box2l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 13445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13464) | public static Box2l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 13477) | public static Box2l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 13489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13508) | public static Box2l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 13521) | public static Box2l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 13537) | public static Box2l GetBoundingBox(this IEnumerable points) method Union (line 14975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 14981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 14994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15012) | public static Box2f GetBoundingBox( method GetBoundingBox (line 15025) | public static Box2f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 15041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15050) | public static Box2f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 15066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15085) | public static Box2f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 15098) | public static Box2f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 15110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15129) | public static Box2f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 15142) | public static Box2f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 15158) | public static Box2f GetBoundingBox(this IEnumerable points) method Union (line 16596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 16602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16633) | public static Box2d GetBoundingBox( method GetBoundingBox (line 16646) | public static Box2d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 16662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16671) | public static Box2d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 16687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16706) | public static Box2d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 16719) | public static Box2d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 16731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16750) | public static Box2d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 16763) | public static Box2d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 16779) | public static Box2d GetBoundingBox(this IEnumerable points) method Union (line 18141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 18147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18178) | public static Box3i GetBoundingBox( method GetBoundingBox (line 18191) | public static Box3i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 18207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18216) | public static Box3i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 18232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18251) | public static Box3i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 18264) | public static Box3i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 18276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18295) | public static Box3i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 18308) | public static Box3i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 18324) | public static Box3i GetBoundingBox(this IEnumerable points) method GetOctant (line 18340) | public static Box3i GetOctant(this Box3i box, int i) method GetOutlineCornerIndicesCCW (line 18360) | public static int[] GetOutlineCornerIndicesCCW(this Box3i box, V3i fro... method GetOutlineCornerIndicesCW (line 18512) | public static int[] GetOutlineCornerIndicesCW(this Box3i box, V3i from... method GetOutlineCornersCCW (line 18664) | public static V3i[] GetOutlineCornersCCW(this Box3i box, V3i fromPosit... method GetOutlineCornersCW (line 18674) | public static V3i[] GetOutlineCornersCW(this Box3i box, V3i fromPosition) method Union (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 20072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20103) | public static Box3l GetBoundingBox( method GetBoundingBox (line 20116) | public static Box3l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 20132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20141) | public static Box3l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 20157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20176) | public static Box3l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 20189) | public static Box3l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 20201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20220) | public static Box3l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 20233) | public static Box3l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 20249) | public static Box3l GetBoundingBox(this IEnumerable points) method GetOctant (line 20265) | public static Box3l GetOctant(this Box3l box, int i) method GetOutlineCornerIndicesCCW (line 20285) | public static int[] GetOutlineCornerIndicesCCW(this Box3l box, V3l fro... method GetOutlineCornerIndicesCW (line 20437) | public static int[] GetOutlineCornerIndicesCW(this Box3l box, V3l from... method GetOutlineCornersCCW (line 20589) | public static V3l[] GetOutlineCornersCCW(this Box3l box, V3l fromPosit... method GetOutlineCornersCW (line 20599) | public static V3l[] GetOutlineCornersCW(this Box3l box, V3l fromPosition) method Union (line 22045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 22051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22082) | public static Box3f GetBoundingBox( method GetBoundingBox (line 22095) | public static Box3f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 22111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22120) | public static Box3f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 22136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22155) | public static Box3f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 22168) | public static Box3f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 22180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22199) | public static Box3f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 22212) | public static Box3f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 22228) | public static Box3f GetBoundingBox(this IEnumerable points) method GetOctant (line 22244) | public static Box3f GetOctant(this Box3f box, int i) method GetOutlineCornerIndicesCCW (line 22264) | public static int[] GetOutlineCornerIndicesCCW(this Box3f box, V3f fro... method GetOutlineCornerIndicesCW (line 22416) | public static int[] GetOutlineCornerIndicesCW(this Box3f box, V3f from... method GetOutlineCornersCCW (line 22568) | public static V3f[] GetOutlineCornersCCW(this Box3f box, V3f fromPosit... method GetOutlineCornersCW (line 22578) | public static V3f[] GetOutlineCornersCW(this Box3f box, V3f fromPosition) method Union (line 24024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 24030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24061) | public static Box3d GetBoundingBox( method GetBoundingBox (line 24074) | public static Box3d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 24090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24099) | public static Box3d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 24115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24134) | public static Box3d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 24147) | public static Box3d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 24159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24178) | public static Box3d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 24191) | public static Box3d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 24207) | public static Box3d GetBoundingBox(this IEnumerable points) method GetOctant (line 24223) | public static Box3d GetOctant(this Box3d box, int i) method GetOutlineCornerIndicesCCW (line 24243) | public static int[] GetOutlineCornerIndicesCCW(this Box3d box, V3d fro... method GetOutlineCornerIndicesCW (line 24395) | public static int[] GetOutlineCornerIndicesCW(this Box3d box, V3d from... method GetOutlineCornersCCW (line 24547) | public static V3d[] GetOutlineCornersCCW(this Box3d box, V3d fromPosit... method GetOutlineCornersCW (line 24557) | public static V3d[] GetOutlineCornersCW(this Box3d box, V3d fromPosition) class Fun (line 11979) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Box2l (line 12000) | [DataContract] method Box2l (line 12015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2l (line 12025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2l (line 12035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2l (line 12045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2l (line 12055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2l (line 12067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2l (line 12077) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2l (line 12087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2l (line 12097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2l (line 12107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2l (line 12117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2l (line 12127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2l (line 12137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2l (line 12143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2l (line 12157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2l (line 12175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2l (line 12187) | public Box2l(IEnumerable boxes) method Box2l (line 12198) | public Box2l(Range1l rangeX, Range1l rangeY) method EnlargedBy (line 12418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 12427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 12436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 12445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 12454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 12464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 12474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 12484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 12494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 12505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 12516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 12529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 12542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 12552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 12562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 12574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 12590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 12601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 12608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 12615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 12622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 12629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 12637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 12649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 12661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 12672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitTop (line 12683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitBottom (line 12694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeftBottom (line 12702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRightBottom (line 12709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeftTop (line 12716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRightTop (line 12723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 12733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 12748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 12763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 12775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendXBy (line 12784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendYBy (line 12792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendDimBy (line 12800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 12811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 12823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 12834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 12848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 12861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invalidate (line 12884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 12896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 12911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinMaxInDirection (line 12926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 12999) | public override readonly int GetHashCode() method Equals (line 13004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 13008) | public override readonly bool Equals(object obj) => method ToString (line 13011) | public override readonly string ToString() method ToString (line 13016) | public readonly string ToString(string format) method Parse (line 13043) | public static Box2l Parse(string s) method Parse (line 13050) | public static Box2l Parse(Text t) method ToString (line 13059) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 13067) | public readonly string ToString(string format, IFormatProvider fp, str... method FromSize (line 13080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 13089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 13098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSize (line 13107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 13117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 13127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPoints (line 13137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSize (line 13143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 13149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 13155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 13163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 13169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translated (line 13181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 13192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 13204) | public readonly Box2d Transformed(M33d trafo) method Transformed (line 13229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Corner (line 13245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCorners (line 13259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCornersCCW (line 13271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnumerateInsidePoints (line 13309) | public readonly IEnumerable EnumerateInsidePoints() class Box (line 13350) | public static partial class Box type Flags (line 18) | [Flags] method Union (line 11786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 11792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11823) | public static Box2i GetBoundingBox( method GetBoundingBox (line 11836) | public static Box2i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 11852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11861) | public static Box2i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 11877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11896) | public static Box2i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 11909) | public static Box2i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 11921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11940) | public static Box2i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 11953) | public static Box2i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 11969) | public static Box2i GetBoundingBox(this IEnumerable points) method Union (line 13354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13391) | public static Box2l GetBoundingBox( method GetBoundingBox (line 13404) | public static Box2l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13429) | public static Box2l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 13445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13464) | public static Box2l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 13477) | public static Box2l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 13489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13508) | public static Box2l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 13521) | public static Box2l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 13537) | public static Box2l GetBoundingBox(this IEnumerable points) method Union (line 14975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 14981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 14994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15012) | public static Box2f GetBoundingBox( method GetBoundingBox (line 15025) | public static Box2f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 15041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15050) | public static Box2f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 15066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15085) | public static Box2f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 15098) | public static Box2f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 15110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15129) | public static Box2f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 15142) | public static Box2f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 15158) | public static Box2f GetBoundingBox(this IEnumerable points) method Union (line 16596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 16602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16633) | public static Box2d GetBoundingBox( method GetBoundingBox (line 16646) | public static Box2d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 16662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16671) | public static Box2d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 16687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16706) | public static Box2d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 16719) | public static Box2d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 16731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16750) | public static Box2d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 16763) | public static Box2d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 16779) | public static Box2d GetBoundingBox(this IEnumerable points) method Union (line 18141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 18147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18178) | public static Box3i GetBoundingBox( method GetBoundingBox (line 18191) | public static Box3i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 18207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18216) | public static Box3i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 18232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18251) | public static Box3i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 18264) | public static Box3i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 18276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18295) | public static Box3i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 18308) | public static Box3i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 18324) | public static Box3i GetBoundingBox(this IEnumerable points) method GetOctant (line 18340) | public static Box3i GetOctant(this Box3i box, int i) method GetOutlineCornerIndicesCCW (line 18360) | public static int[] GetOutlineCornerIndicesCCW(this Box3i box, V3i fro... method GetOutlineCornerIndicesCW (line 18512) | public static int[] GetOutlineCornerIndicesCW(this Box3i box, V3i from... method GetOutlineCornersCCW (line 18664) | public static V3i[] GetOutlineCornersCCW(this Box3i box, V3i fromPosit... method GetOutlineCornersCW (line 18674) | public static V3i[] GetOutlineCornersCW(this Box3i box, V3i fromPosition) method Union (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 20072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20103) | public static Box3l GetBoundingBox( method GetBoundingBox (line 20116) | public static Box3l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 20132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20141) | public static Box3l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 20157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20176) | public static Box3l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 20189) | public static Box3l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 20201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20220) | public static Box3l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 20233) | public static Box3l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 20249) | public static Box3l GetBoundingBox(this IEnumerable points) method GetOctant (line 20265) | public static Box3l GetOctant(this Box3l box, int i) method GetOutlineCornerIndicesCCW (line 20285) | public static int[] GetOutlineCornerIndicesCCW(this Box3l box, V3l fro... method GetOutlineCornerIndicesCW (line 20437) | public static int[] GetOutlineCornerIndicesCW(this Box3l box, V3l from... method GetOutlineCornersCCW (line 20589) | public static V3l[] GetOutlineCornersCCW(this Box3l box, V3l fromPosit... method GetOutlineCornersCW (line 20599) | public static V3l[] GetOutlineCornersCW(this Box3l box, V3l fromPosition) method Union (line 22045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 22051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22082) | public static Box3f GetBoundingBox( method GetBoundingBox (line 22095) | public static Box3f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 22111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22120) | public static Box3f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 22136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22155) | public static Box3f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 22168) | public static Box3f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 22180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22199) | public static Box3f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 22212) | public static Box3f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 22228) | public static Box3f GetBoundingBox(this IEnumerable points) method GetOctant (line 22244) | public static Box3f GetOctant(this Box3f box, int i) method GetOutlineCornerIndicesCCW (line 22264) | public static int[] GetOutlineCornerIndicesCCW(this Box3f box, V3f fro... method GetOutlineCornerIndicesCW (line 22416) | public static int[] GetOutlineCornerIndicesCW(this Box3f box, V3f from... method GetOutlineCornersCCW (line 22568) | public static V3f[] GetOutlineCornersCCW(this Box3f box, V3f fromPosit... method GetOutlineCornersCW (line 22578) | public static V3f[] GetOutlineCornersCW(this Box3f box, V3f fromPosition) method Union (line 24024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 24030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24061) | public static Box3d GetBoundingBox( method GetBoundingBox (line 24074) | public static Box3d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 24090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24099) | public static Box3d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 24115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24134) | public static Box3d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 24147) | public static Box3d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 24159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24178) | public static Box3d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 24191) | public static Box3d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 24207) | public static Box3d GetBoundingBox(this IEnumerable points) method GetOctant (line 24223) | public static Box3d GetOctant(this Box3d box, int i) method GetOutlineCornerIndicesCCW (line 24243) | public static int[] GetOutlineCornerIndicesCCW(this Box3d box, V3d fro... method GetOutlineCornerIndicesCW (line 24395) | public static int[] GetOutlineCornerIndicesCW(this Box3d box, V3d from... method GetOutlineCornersCCW (line 24547) | public static V3d[] GetOutlineCornersCCW(this Box3d box, V3d fromPosit... method GetOutlineCornersCW (line 24557) | public static V3d[] GetOutlineCornersCW(this Box3d box, V3d fromPosition) class Fun (line 13547) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Box2f (line 13568) | [DataContract] method Box2f (line 13583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2f (line 13593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2f (line 13603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2f (line 13613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2f (line 13623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2f (line 13635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2f (line 13645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2f (line 13655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2f (line 13665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2f (line 13675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2f (line 13685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2f (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2f (line 13705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2f (line 13711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2f (line 13725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2f (line 13743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2f (line 13755) | public Box2f(IEnumerable boxes) method Box2f (line 13766) | public Box2f(Range1f rangeX, Range1f rangeY) method EnlargedBy (line 13986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 13995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 14004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 14013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 14022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 14032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 14042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 14052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 14062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 14073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 14084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 14097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 14110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 14120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 14130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 14142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledFromCenterBy (line 14154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledFromCenterBy (line 14165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedByRelativeEps (line 14177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeByRelativeEps (line 14187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 14200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 14211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 14222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 14233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 14240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 14247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 14254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 14261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 14269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 14281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 14293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 14304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitTop (line 14315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitBottom (line 14326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeftBottom (line 14334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRightBottom (line 14341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeftTop (line 14348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRightTop (line 14355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 14365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 14380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 14395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 14407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendXBy (line 14416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendYBy (line 14424) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendDimBy (line 14432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 14443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 14455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 14466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 14480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 14493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 14506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invalidate (line 14516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 14528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 14543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinMaxInDirection (line 14558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 14631) | public override readonly int GetHashCode() method Equals (line 14636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 14640) | public override readonly bool Equals(object obj) => method ToString (line 14643) | public override readonly string ToString() method ToString (line 14648) | public readonly string ToString(string format) method Parse (line 14675) | public static Box2f Parse(string s) method Parse (line 14682) | public static Box2f Parse(Text t) method ToString (line 14691) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 14699) | public readonly string ToString(string format, IFormatProvider fp, str... method FromSize (line 14712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 14721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 14730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSize (line 14739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 14749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 14759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPoints (line 14769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSize (line 14775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 14781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 14787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 14795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 14801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translated (line 14813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 14824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 14836) | public readonly Box2f Transformed(M33f trafo) method Transformed (line 14861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Corner (line 14877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCorners (line 14891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCornersCCW (line 14903) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Box (line 14971) | public static partial class Box type Flags (line 18) | [Flags] method Union (line 11786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 11792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11823) | public static Box2i GetBoundingBox( method GetBoundingBox (line 11836) | public static Box2i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 11852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11861) | public static Box2i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 11877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11896) | public static Box2i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 11909) | public static Box2i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 11921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11940) | public static Box2i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 11953) | public static Box2i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 11969) | public static Box2i GetBoundingBox(this IEnumerable points) method Union (line 13354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13391) | public static Box2l GetBoundingBox( method GetBoundingBox (line 13404) | public static Box2l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13429) | public static Box2l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 13445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13464) | public static Box2l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 13477) | public static Box2l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 13489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13508) | public static Box2l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 13521) | public static Box2l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 13537) | public static Box2l GetBoundingBox(this IEnumerable points) method Union (line 14975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 14981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 14994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15012) | public static Box2f GetBoundingBox( method GetBoundingBox (line 15025) | public static Box2f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 15041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15050) | public static Box2f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 15066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15085) | public static Box2f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 15098) | public static Box2f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 15110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15129) | public static Box2f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 15142) | public static Box2f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 15158) | public static Box2f GetBoundingBox(this IEnumerable points) method Union (line 16596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 16602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16633) | public static Box2d GetBoundingBox( method GetBoundingBox (line 16646) | public static Box2d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 16662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16671) | public static Box2d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 16687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16706) | public static Box2d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 16719) | public static Box2d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 16731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16750) | public static Box2d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 16763) | public static Box2d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 16779) | public static Box2d GetBoundingBox(this IEnumerable points) method Union (line 18141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 18147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18178) | public static Box3i GetBoundingBox( method GetBoundingBox (line 18191) | public static Box3i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 18207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18216) | public static Box3i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 18232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18251) | public static Box3i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 18264) | public static Box3i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 18276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18295) | public static Box3i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 18308) | public static Box3i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 18324) | public static Box3i GetBoundingBox(this IEnumerable points) method GetOctant (line 18340) | public static Box3i GetOctant(this Box3i box, int i) method GetOutlineCornerIndicesCCW (line 18360) | public static int[] GetOutlineCornerIndicesCCW(this Box3i box, V3i fro... method GetOutlineCornerIndicesCW (line 18512) | public static int[] GetOutlineCornerIndicesCW(this Box3i box, V3i from... method GetOutlineCornersCCW (line 18664) | public static V3i[] GetOutlineCornersCCW(this Box3i box, V3i fromPosit... method GetOutlineCornersCW (line 18674) | public static V3i[] GetOutlineCornersCW(this Box3i box, V3i fromPosition) method Union (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 20072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20103) | public static Box3l GetBoundingBox( method GetBoundingBox (line 20116) | public static Box3l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 20132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20141) | public static Box3l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 20157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20176) | public static Box3l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 20189) | public static Box3l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 20201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20220) | public static Box3l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 20233) | public static Box3l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 20249) | public static Box3l GetBoundingBox(this IEnumerable points) method GetOctant (line 20265) | public static Box3l GetOctant(this Box3l box, int i) method GetOutlineCornerIndicesCCW (line 20285) | public static int[] GetOutlineCornerIndicesCCW(this Box3l box, V3l fro... method GetOutlineCornerIndicesCW (line 20437) | public static int[] GetOutlineCornerIndicesCW(this Box3l box, V3l from... method GetOutlineCornersCCW (line 20589) | public static V3l[] GetOutlineCornersCCW(this Box3l box, V3l fromPosit... method GetOutlineCornersCW (line 20599) | public static V3l[] GetOutlineCornersCW(this Box3l box, V3l fromPosition) method Union (line 22045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 22051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22082) | public static Box3f GetBoundingBox( method GetBoundingBox (line 22095) | public static Box3f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 22111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22120) | public static Box3f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 22136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22155) | public static Box3f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 22168) | public static Box3f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 22180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22199) | public static Box3f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 22212) | public static Box3f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 22228) | public static Box3f GetBoundingBox(this IEnumerable points) method GetOctant (line 22244) | public static Box3f GetOctant(this Box3f box, int i) method GetOutlineCornerIndicesCCW (line 22264) | public static int[] GetOutlineCornerIndicesCCW(this Box3f box, V3f fro... method GetOutlineCornerIndicesCW (line 22416) | public static int[] GetOutlineCornerIndicesCW(this Box3f box, V3f from... method GetOutlineCornersCCW (line 22568) | public static V3f[] GetOutlineCornersCCW(this Box3f box, V3f fromPosit... method GetOutlineCornersCW (line 22578) | public static V3f[] GetOutlineCornersCW(this Box3f box, V3f fromPosition) method Union (line 24024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 24030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24061) | public static Box3d GetBoundingBox( method GetBoundingBox (line 24074) | public static Box3d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 24090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24099) | public static Box3d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 24115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24134) | public static Box3d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 24147) | public static Box3d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 24159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24178) | public static Box3d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 24191) | public static Box3d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 24207) | public static Box3d GetBoundingBox(this IEnumerable points) method GetOctant (line 24223) | public static Box3d GetOctant(this Box3d box, int i) method GetOutlineCornerIndicesCCW (line 24243) | public static int[] GetOutlineCornerIndicesCCW(this Box3d box, V3d fro... method GetOutlineCornerIndicesCW (line 24395) | public static int[] GetOutlineCornerIndicesCW(this Box3d box, V3d from... method GetOutlineCornersCCW (line 24547) | public static V3d[] GetOutlineCornersCCW(this Box3d box, V3d fromPosit... method GetOutlineCornersCW (line 24557) | public static V3d[] GetOutlineCornersCW(this Box3d box, V3d fromPosition) class Fun (line 15168) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Box2d (line 15189) | [DataContract] method Box2d (line 15204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2d (line 15214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2d (line 15224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2d (line 15234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2d (line 15244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2d (line 15256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2d (line 15266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2d (line 15276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2d (line 15286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2d (line 15296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2d (line 15306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2d (line 15316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2d (line 15326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2d (line 15332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2d (line 15346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2d (line 15364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box2d (line 15376) | public Box2d(IEnumerable boxes) method Box2d (line 15387) | public Box2d(Range1d rangeX, Range1d rangeY) method EnlargedBy (line 15607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 15616) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 15625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 15634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 15643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 15653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 15663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 15673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 15683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 15694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 15705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 15718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 15731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 15741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 15751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 15763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledFromCenterBy (line 15775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledFromCenterBy (line 15786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedByRelativeEps (line 15798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeByRelativeEps (line 15808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 15821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 15832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 15843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 15854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 15861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 15868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 15875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 15882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 15890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 15902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 15914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 15925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitTop (line 15936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitBottom (line 15947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeftBottom (line 15955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRightBottom (line 15962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeftTop (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRightTop (line 15976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 15986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 16016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 16028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendXBy (line 16037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendYBy (line 16045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendDimBy (line 16053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 16064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 16076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 16087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 16101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 16114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 16127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invalidate (line 16137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 16149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 16164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinMaxInDirection (line 16179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 16252) | public override readonly int GetHashCode() method Equals (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 16261) | public override readonly bool Equals(object obj) => method ToString (line 16264) | public override readonly string ToString() method ToString (line 16269) | public readonly string ToString(string format) method Parse (line 16296) | public static Box2d Parse(string s) method Parse (line 16303) | public static Box2d Parse(Text t) method ToString (line 16312) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 16320) | public readonly string ToString(string format, IFormatProvider fp, str... method FromSize (line 16333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 16342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSize (line 16360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 16370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 16380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPoints (line 16390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSize (line 16396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 16402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 16408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 16416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 16422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translated (line 16434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 16445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 16457) | public readonly Box2d Transformed(M33d trafo) method Transformed (line 16482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Corner (line 16498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCorners (line 16512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCornersCCW (line 16524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Box (line 16592) | public static partial class Box type Flags (line 18) | [Flags] method Union (line 11786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 11792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11823) | public static Box2i GetBoundingBox( method GetBoundingBox (line 11836) | public static Box2i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 11852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11861) | public static Box2i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 11877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11896) | public static Box2i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 11909) | public static Box2i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 11921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11940) | public static Box2i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 11953) | public static Box2i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 11969) | public static Box2i GetBoundingBox(this IEnumerable points) method Union (line 13354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13391) | public static Box2l GetBoundingBox( method GetBoundingBox (line 13404) | public static Box2l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13429) | public static Box2l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 13445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13464) | public static Box2l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 13477) | public static Box2l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 13489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13508) | public static Box2l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 13521) | public static Box2l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 13537) | public static Box2l GetBoundingBox(this IEnumerable points) method Union (line 14975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 14981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 14994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15012) | public static Box2f GetBoundingBox( method GetBoundingBox (line 15025) | public static Box2f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 15041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15050) | public static Box2f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 15066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15085) | public static Box2f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 15098) | public static Box2f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 15110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15129) | public static Box2f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 15142) | public static Box2f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 15158) | public static Box2f GetBoundingBox(this IEnumerable points) method Union (line 16596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 16602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16633) | public static Box2d GetBoundingBox( method GetBoundingBox (line 16646) | public static Box2d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 16662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16671) | public static Box2d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 16687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16706) | public static Box2d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 16719) | public static Box2d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 16731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16750) | public static Box2d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 16763) | public static Box2d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 16779) | public static Box2d GetBoundingBox(this IEnumerable points) method Union (line 18141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 18147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18178) | public static Box3i GetBoundingBox( method GetBoundingBox (line 18191) | public static Box3i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 18207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18216) | public static Box3i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 18232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18251) | public static Box3i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 18264) | public static Box3i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 18276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18295) | public static Box3i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 18308) | public static Box3i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 18324) | public static Box3i GetBoundingBox(this IEnumerable points) method GetOctant (line 18340) | public static Box3i GetOctant(this Box3i box, int i) method GetOutlineCornerIndicesCCW (line 18360) | public static int[] GetOutlineCornerIndicesCCW(this Box3i box, V3i fro... method GetOutlineCornerIndicesCW (line 18512) | public static int[] GetOutlineCornerIndicesCW(this Box3i box, V3i from... method GetOutlineCornersCCW (line 18664) | public static V3i[] GetOutlineCornersCCW(this Box3i box, V3i fromPosit... method GetOutlineCornersCW (line 18674) | public static V3i[] GetOutlineCornersCW(this Box3i box, V3i fromPosition) method Union (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 20072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20103) | public static Box3l GetBoundingBox( method GetBoundingBox (line 20116) | public static Box3l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 20132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20141) | public static Box3l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 20157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20176) | public static Box3l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 20189) | public static Box3l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 20201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20220) | public static Box3l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 20233) | public static Box3l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 20249) | public static Box3l GetBoundingBox(this IEnumerable points) method GetOctant (line 20265) | public static Box3l GetOctant(this Box3l box, int i) method GetOutlineCornerIndicesCCW (line 20285) | public static int[] GetOutlineCornerIndicesCCW(this Box3l box, V3l fro... method GetOutlineCornerIndicesCW (line 20437) | public static int[] GetOutlineCornerIndicesCW(this Box3l box, V3l from... method GetOutlineCornersCCW (line 20589) | public static V3l[] GetOutlineCornersCCW(this Box3l box, V3l fromPosit... method GetOutlineCornersCW (line 20599) | public static V3l[] GetOutlineCornersCW(this Box3l box, V3l fromPosition) method Union (line 22045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 22051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22082) | public static Box3f GetBoundingBox( method GetBoundingBox (line 22095) | public static Box3f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 22111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22120) | public static Box3f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 22136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22155) | public static Box3f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 22168) | public static Box3f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 22180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22199) | public static Box3f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 22212) | public static Box3f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 22228) | public static Box3f GetBoundingBox(this IEnumerable points) method GetOctant (line 22244) | public static Box3f GetOctant(this Box3f box, int i) method GetOutlineCornerIndicesCCW (line 22264) | public static int[] GetOutlineCornerIndicesCCW(this Box3f box, V3f fro... method GetOutlineCornerIndicesCW (line 22416) | public static int[] GetOutlineCornerIndicesCW(this Box3f box, V3f from... method GetOutlineCornersCCW (line 22568) | public static V3f[] GetOutlineCornersCCW(this Box3f box, V3f fromPosit... method GetOutlineCornersCW (line 22578) | public static V3f[] GetOutlineCornersCW(this Box3f box, V3f fromPosition) method Union (line 24024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 24030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24061) | public static Box3d GetBoundingBox( method GetBoundingBox (line 24074) | public static Box3d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 24090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24099) | public static Box3d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 24115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24134) | public static Box3d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 24147) | public static Box3d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 24159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24178) | public static Box3d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 24191) | public static Box3d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 24207) | public static Box3d GetBoundingBox(this IEnumerable points) method GetOctant (line 24223) | public static Box3d GetOctant(this Box3d box, int i) method GetOutlineCornerIndicesCCW (line 24243) | public static int[] GetOutlineCornerIndicesCCW(this Box3d box, V3d fro... method GetOutlineCornerIndicesCW (line 24395) | public static int[] GetOutlineCornerIndicesCW(this Box3d box, V3d from... method GetOutlineCornersCCW (line 24547) | public static V3d[] GetOutlineCornersCCW(this Box3d box, V3d fromPosit... method GetOutlineCornersCW (line 24557) | public static V3d[] GetOutlineCornersCW(this Box3d box, V3d fromPosition) class Fun (line 16789) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Box3i (line 16810) | [DataContract] method Box3i (line 16825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3i (line 16835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3i (line 16845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3i (line 16855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3i (line 16865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3i (line 16879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3i (line 16889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3i (line 16899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3i (line 16909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3i (line 16919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3i (line 16929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3i (line 16939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3i (line 16949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3i (line 16955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3i (line 16969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3i (line 16987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3i (line 16999) | public Box3i(IEnumerable boxes) method Box3i (line 17010) | public Box3i(Range1i rangeX, Range1i rangeY, Range1i rangeZ) method EnlargedBy (line 17232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 17241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 17250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 17259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 17268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 17278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 17288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 17298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 17308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 17319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 17330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 17344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 17358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 17369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 17380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 17394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 17412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 17424) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 17431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 17438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 17445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 17452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 17460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 17473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 17486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 17503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 17520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 17534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendXBy (line 17545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendYBy (line 17553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendZBy (line 17561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendDimBy (line 17569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 17580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 17593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 17605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 17620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 17635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 17650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invalidate (line 17662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 17674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 17691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinMaxInDirection (line 17708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 17791) | public override readonly int GetHashCode() method Equals (line 17796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 17800) | public override readonly bool Equals(object obj) => method ToString (line 17803) | public override readonly string ToString() method ToString (line 17808) | public readonly string ToString(string format) method Parse (line 17835) | public static Box3i Parse(string s) method Parse (line 17842) | public static Box3i Parse(Text t) method ToString (line 17851) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 17859) | public readonly string ToString(string format, IFormatProvider fp, str... method FromSize (line 17872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 17881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 17890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSize (line 17899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 17909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 17919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPoints (line 17929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translated (line 17939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 17950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 17962) | public readonly Box3d Transformed(M44d trafo) method Transformed (line 18007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Corner (line 18023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCorners (line 18038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnumerateInsidePoints (line 18095) | public readonly IEnumerable EnumerateInsidePoints() class Box (line 18137) | public static partial class Box type Flags (line 18) | [Flags] method Union (line 11786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 11792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11823) | public static Box2i GetBoundingBox( method GetBoundingBox (line 11836) | public static Box2i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 11852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11861) | public static Box2i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 11877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11896) | public static Box2i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 11909) | public static Box2i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 11921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11940) | public static Box2i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 11953) | public static Box2i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 11969) | public static Box2i GetBoundingBox(this IEnumerable points) method Union (line 13354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13391) | public static Box2l GetBoundingBox( method GetBoundingBox (line 13404) | public static Box2l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13429) | public static Box2l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 13445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13464) | public static Box2l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 13477) | public static Box2l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 13489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13508) | public static Box2l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 13521) | public static Box2l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 13537) | public static Box2l GetBoundingBox(this IEnumerable points) method Union (line 14975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 14981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 14994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15012) | public static Box2f GetBoundingBox( method GetBoundingBox (line 15025) | public static Box2f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 15041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15050) | public static Box2f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 15066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15085) | public static Box2f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 15098) | public static Box2f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 15110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15129) | public static Box2f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 15142) | public static Box2f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 15158) | public static Box2f GetBoundingBox(this IEnumerable points) method Union (line 16596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 16602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16633) | public static Box2d GetBoundingBox( method GetBoundingBox (line 16646) | public static Box2d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 16662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16671) | public static Box2d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 16687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16706) | public static Box2d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 16719) | public static Box2d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 16731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16750) | public static Box2d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 16763) | public static Box2d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 16779) | public static Box2d GetBoundingBox(this IEnumerable points) method Union (line 18141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 18147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18178) | public static Box3i GetBoundingBox( method GetBoundingBox (line 18191) | public static Box3i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 18207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18216) | public static Box3i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 18232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18251) | public static Box3i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 18264) | public static Box3i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 18276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18295) | public static Box3i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 18308) | public static Box3i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 18324) | public static Box3i GetBoundingBox(this IEnumerable points) method GetOctant (line 18340) | public static Box3i GetOctant(this Box3i box, int i) method GetOutlineCornerIndicesCCW (line 18360) | public static int[] GetOutlineCornerIndicesCCW(this Box3i box, V3i fro... method GetOutlineCornerIndicesCW (line 18512) | public static int[] GetOutlineCornerIndicesCW(this Box3i box, V3i from... method GetOutlineCornersCCW (line 18664) | public static V3i[] GetOutlineCornersCCW(this Box3i box, V3i fromPosit... method GetOutlineCornersCW (line 18674) | public static V3i[] GetOutlineCornersCW(this Box3i box, V3i fromPosition) method Union (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 20072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20103) | public static Box3l GetBoundingBox( method GetBoundingBox (line 20116) | public static Box3l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 20132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20141) | public static Box3l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 20157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20176) | public static Box3l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 20189) | public static Box3l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 20201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20220) | public static Box3l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 20233) | public static Box3l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 20249) | public static Box3l GetBoundingBox(this IEnumerable points) method GetOctant (line 20265) | public static Box3l GetOctant(this Box3l box, int i) method GetOutlineCornerIndicesCCW (line 20285) | public static int[] GetOutlineCornerIndicesCCW(this Box3l box, V3l fro... method GetOutlineCornerIndicesCW (line 20437) | public static int[] GetOutlineCornerIndicesCW(this Box3l box, V3l from... method GetOutlineCornersCCW (line 20589) | public static V3l[] GetOutlineCornersCCW(this Box3l box, V3l fromPosit... method GetOutlineCornersCW (line 20599) | public static V3l[] GetOutlineCornersCW(this Box3l box, V3l fromPosition) method Union (line 22045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 22051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22082) | public static Box3f GetBoundingBox( method GetBoundingBox (line 22095) | public static Box3f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 22111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22120) | public static Box3f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 22136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22155) | public static Box3f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 22168) | public static Box3f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 22180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22199) | public static Box3f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 22212) | public static Box3f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 22228) | public static Box3f GetBoundingBox(this IEnumerable points) method GetOctant (line 22244) | public static Box3f GetOctant(this Box3f box, int i) method GetOutlineCornerIndicesCCW (line 22264) | public static int[] GetOutlineCornerIndicesCCW(this Box3f box, V3f fro... method GetOutlineCornerIndicesCW (line 22416) | public static int[] GetOutlineCornerIndicesCW(this Box3f box, V3f from... method GetOutlineCornersCCW (line 22568) | public static V3f[] GetOutlineCornersCCW(this Box3f box, V3f fromPosit... method GetOutlineCornersCW (line 22578) | public static V3f[] GetOutlineCornersCW(this Box3f box, V3f fromPosition) method Union (line 24024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 24030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24061) | public static Box3d GetBoundingBox( method GetBoundingBox (line 24074) | public static Box3d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 24090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24099) | public static Box3d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 24115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24134) | public static Box3d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 24147) | public static Box3d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 24159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24178) | public static Box3d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 24191) | public static Box3d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 24207) | public static Box3d GetBoundingBox(this IEnumerable points) method GetOctant (line 24223) | public static Box3d GetOctant(this Box3d box, int i) method GetOutlineCornerIndicesCCW (line 24243) | public static int[] GetOutlineCornerIndicesCCW(this Box3d box, V3d fro... method GetOutlineCornerIndicesCW (line 24395) | public static int[] GetOutlineCornerIndicesCW(this Box3d box, V3d from... method GetOutlineCornersCCW (line 24547) | public static V3d[] GetOutlineCornersCCW(this Box3d box, V3d fromPosit... method GetOutlineCornersCW (line 24557) | public static V3d[] GetOutlineCornersCW(this Box3d box, V3d fromPosition) class Fun (line 18683) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Box3iAndFlags (line 18704) | [DataContract] method Box3iAndFlags (line 18712) | public Box3iAndFlags(Box3i union, Box3i box0, Box3i box1) type Box3l (line 18735) | [DataContract] method Box3l (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3l (line 18760) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3l (line 18770) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3l (line 18780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3l (line 18790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3l (line 18804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3l (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3l (line 18824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3l (line 18834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3l (line 18844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3l (line 18854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3l (line 18864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3l (line 18874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3l (line 18880) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3l (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3l (line 18912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3l (line 18924) | public Box3l(IEnumerable boxes) method Box3l (line 18935) | public Box3l(Range1l rangeX, Range1l rangeY, Range1l rangeZ) method EnlargedBy (line 19157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 19166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 19175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 19184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 19193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 19203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 19213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 19223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 19233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 19244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 19255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 19269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 19283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 19294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 19305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 19319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 19337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 19349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 19356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 19363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 19370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 19377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 19385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 19398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 19411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 19428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 19445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 19459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendXBy (line 19470) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendYBy (line 19478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendZBy (line 19486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendDimBy (line 19494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 19505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 19518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 19530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 19545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 19575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invalidate (line 19587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 19599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 19616) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinMaxInDirection (line 19633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 19716) | public override readonly int GetHashCode() method Equals (line 19721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 19725) | public override readonly bool Equals(object obj) => method ToString (line 19728) | public override readonly string ToString() method ToString (line 19733) | public readonly string ToString(string format) method Parse (line 19760) | public static Box3l Parse(string s) method Parse (line 19767) | public static Box3l Parse(Text t) method ToString (line 19776) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 19784) | public readonly string ToString(string format, IFormatProvider fp, str... method FromSize (line 19797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 19806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 19815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSize (line 19824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 19834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 19844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPoints (line 19854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translated (line 19864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 19875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 19887) | public readonly Box3d Transformed(M44d trafo) method Transformed (line 19932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Corner (line 19948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCorners (line 19963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnumerateInsidePoints (line 20020) | public readonly IEnumerable EnumerateInsidePoints() class Box (line 20062) | public static partial class Box type Flags (line 18) | [Flags] method Union (line 11786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 11792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11823) | public static Box2i GetBoundingBox( method GetBoundingBox (line 11836) | public static Box2i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 11852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11861) | public static Box2i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 11877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11896) | public static Box2i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 11909) | public static Box2i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 11921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11940) | public static Box2i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 11953) | public static Box2i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 11969) | public static Box2i GetBoundingBox(this IEnumerable points) method Union (line 13354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13391) | public static Box2l GetBoundingBox( method GetBoundingBox (line 13404) | public static Box2l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13429) | public static Box2l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 13445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13464) | public static Box2l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 13477) | public static Box2l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 13489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13508) | public static Box2l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 13521) | public static Box2l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 13537) | public static Box2l GetBoundingBox(this IEnumerable points) method Union (line 14975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 14981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 14994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15012) | public static Box2f GetBoundingBox( method GetBoundingBox (line 15025) | public static Box2f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 15041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15050) | public static Box2f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 15066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15085) | public static Box2f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 15098) | public static Box2f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 15110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15129) | public static Box2f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 15142) | public static Box2f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 15158) | public static Box2f GetBoundingBox(this IEnumerable points) method Union (line 16596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 16602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16633) | public static Box2d GetBoundingBox( method GetBoundingBox (line 16646) | public static Box2d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 16662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16671) | public static Box2d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 16687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16706) | public static Box2d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 16719) | public static Box2d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 16731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16750) | public static Box2d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 16763) | public static Box2d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 16779) | public static Box2d GetBoundingBox(this IEnumerable points) method Union (line 18141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 18147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18178) | public static Box3i GetBoundingBox( method GetBoundingBox (line 18191) | public static Box3i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 18207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18216) | public static Box3i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 18232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18251) | public static Box3i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 18264) | public static Box3i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 18276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18295) | public static Box3i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 18308) | public static Box3i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 18324) | public static Box3i GetBoundingBox(this IEnumerable points) method GetOctant (line 18340) | public static Box3i GetOctant(this Box3i box, int i) method GetOutlineCornerIndicesCCW (line 18360) | public static int[] GetOutlineCornerIndicesCCW(this Box3i box, V3i fro... method GetOutlineCornerIndicesCW (line 18512) | public static int[] GetOutlineCornerIndicesCW(this Box3i box, V3i from... method GetOutlineCornersCCW (line 18664) | public static V3i[] GetOutlineCornersCCW(this Box3i box, V3i fromPosit... method GetOutlineCornersCW (line 18674) | public static V3i[] GetOutlineCornersCW(this Box3i box, V3i fromPosition) method Union (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 20072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20103) | public static Box3l GetBoundingBox( method GetBoundingBox (line 20116) | public static Box3l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 20132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20141) | public static Box3l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 20157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20176) | public static Box3l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 20189) | public static Box3l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 20201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20220) | public static Box3l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 20233) | public static Box3l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 20249) | public static Box3l GetBoundingBox(this IEnumerable points) method GetOctant (line 20265) | public static Box3l GetOctant(this Box3l box, int i) method GetOutlineCornerIndicesCCW (line 20285) | public static int[] GetOutlineCornerIndicesCCW(this Box3l box, V3l fro... method GetOutlineCornerIndicesCW (line 20437) | public static int[] GetOutlineCornerIndicesCW(this Box3l box, V3l from... method GetOutlineCornersCCW (line 20589) | public static V3l[] GetOutlineCornersCCW(this Box3l box, V3l fromPosit... method GetOutlineCornersCW (line 20599) | public static V3l[] GetOutlineCornersCW(this Box3l box, V3l fromPosition) method Union (line 22045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 22051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22082) | public static Box3f GetBoundingBox( method GetBoundingBox (line 22095) | public static Box3f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 22111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22120) | public static Box3f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 22136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22155) | public static Box3f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 22168) | public static Box3f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 22180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22199) | public static Box3f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 22212) | public static Box3f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 22228) | public static Box3f GetBoundingBox(this IEnumerable points) method GetOctant (line 22244) | public static Box3f GetOctant(this Box3f box, int i) method GetOutlineCornerIndicesCCW (line 22264) | public static int[] GetOutlineCornerIndicesCCW(this Box3f box, V3f fro... method GetOutlineCornerIndicesCW (line 22416) | public static int[] GetOutlineCornerIndicesCW(this Box3f box, V3f from... method GetOutlineCornersCCW (line 22568) | public static V3f[] GetOutlineCornersCCW(this Box3f box, V3f fromPosit... method GetOutlineCornersCW (line 22578) | public static V3f[] GetOutlineCornersCW(this Box3f box, V3f fromPosition) method Union (line 24024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 24030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24061) | public static Box3d GetBoundingBox( method GetBoundingBox (line 24074) | public static Box3d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 24090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24099) | public static Box3d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 24115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24134) | public static Box3d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 24147) | public static Box3d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 24159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24178) | public static Box3d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 24191) | public static Box3d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 24207) | public static Box3d GetBoundingBox(this IEnumerable points) method GetOctant (line 24223) | public static Box3d GetOctant(this Box3d box, int i) method GetOutlineCornerIndicesCCW (line 24243) | public static int[] GetOutlineCornerIndicesCCW(this Box3d box, V3d fro... method GetOutlineCornerIndicesCW (line 24395) | public static int[] GetOutlineCornerIndicesCW(this Box3d box, V3d from... method GetOutlineCornersCCW (line 24547) | public static V3d[] GetOutlineCornersCCW(this Box3d box, V3d fromPosit... method GetOutlineCornersCW (line 24557) | public static V3d[] GetOutlineCornersCW(this Box3d box, V3d fromPosition) class Fun (line 20608) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Box3lAndFlags (line 20629) | [DataContract] method Box3lAndFlags (line 20637) | public Box3lAndFlags(Box3l union, Box3l box0, Box3l box1) type Box3f (line 20660) | [DataContract] method Box3f (line 20675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3f (line 20685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3f (line 20695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3f (line 20705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3f (line 20715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3f (line 20729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3f (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3f (line 20749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3f (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3f (line 20769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3f (line 20779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3f (line 20789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3f (line 20799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3f (line 20805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3f (line 20819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3f (line 20837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3f (line 20849) | public Box3f(IEnumerable boxes) method Box3f (line 20860) | public Box3f(Range1f rangeX, Range1f rangeY, Range1f rangeZ) method EnlargedBy (line 21082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 21091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 21100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 21109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 21118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 21128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 21138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 21148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 21158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 21169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 21180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 21194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 21208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 21219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 21230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 21244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledFromCenterBy (line 21258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledFromCenterBy (line 21269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedByRelativeEps (line 21281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeByRelativeEps (line 21291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 21304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 21316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 21328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 21340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 21347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 21354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 21361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 21368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 21376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 21389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 21402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 21419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 21436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 21450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendXBy (line 21461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendYBy (line 21469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendZBy (line 21477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendDimBy (line 21485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 21496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 21509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 21521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 21536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 21551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 21566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invalidate (line 21578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 21590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 21607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinMaxInDirection (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 21707) | public override readonly int GetHashCode() method Equals (line 21712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 21716) | public override readonly bool Equals(object obj) => method ToString (line 21719) | public override readonly string ToString() method ToString (line 21724) | public readonly string ToString(string format) method Parse (line 21751) | public static Box3f Parse(string s) method Parse (line 21758) | public static Box3f Parse(Text t) method ToString (line 21767) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 21775) | public readonly string ToString(string format, IFormatProvider fp, str... method FromSize (line 21788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 21797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 21806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSize (line 21815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 21825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 21835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPoints (line 21845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translated (line 21855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 21866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 21878) | public readonly Box3f Transformed(M44f trafo) method Transformed (line 21923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Corner (line 21939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCorners (line 21954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Box (line 22041) | public static partial class Box type Flags (line 18) | [Flags] method Union (line 11786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 11792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11823) | public static Box2i GetBoundingBox( method GetBoundingBox (line 11836) | public static Box2i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 11852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11861) | public static Box2i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 11877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11896) | public static Box2i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 11909) | public static Box2i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 11921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11940) | public static Box2i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 11953) | public static Box2i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 11969) | public static Box2i GetBoundingBox(this IEnumerable points) method Union (line 13354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13391) | public static Box2l GetBoundingBox( method GetBoundingBox (line 13404) | public static Box2l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13429) | public static Box2l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 13445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13464) | public static Box2l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 13477) | public static Box2l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 13489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13508) | public static Box2l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 13521) | public static Box2l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 13537) | public static Box2l GetBoundingBox(this IEnumerable points) method Union (line 14975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 14981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 14994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15012) | public static Box2f GetBoundingBox( method GetBoundingBox (line 15025) | public static Box2f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 15041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15050) | public static Box2f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 15066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15085) | public static Box2f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 15098) | public static Box2f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 15110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15129) | public static Box2f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 15142) | public static Box2f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 15158) | public static Box2f GetBoundingBox(this IEnumerable points) method Union (line 16596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 16602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16633) | public static Box2d GetBoundingBox( method GetBoundingBox (line 16646) | public static Box2d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 16662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16671) | public static Box2d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 16687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16706) | public static Box2d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 16719) | public static Box2d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 16731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16750) | public static Box2d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 16763) | public static Box2d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 16779) | public static Box2d GetBoundingBox(this IEnumerable points) method Union (line 18141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 18147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18178) | public static Box3i GetBoundingBox( method GetBoundingBox (line 18191) | public static Box3i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 18207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18216) | public static Box3i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 18232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18251) | public static Box3i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 18264) | public static Box3i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 18276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18295) | public static Box3i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 18308) | public static Box3i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 18324) | public static Box3i GetBoundingBox(this IEnumerable points) method GetOctant (line 18340) | public static Box3i GetOctant(this Box3i box, int i) method GetOutlineCornerIndicesCCW (line 18360) | public static int[] GetOutlineCornerIndicesCCW(this Box3i box, V3i fro... method GetOutlineCornerIndicesCW (line 18512) | public static int[] GetOutlineCornerIndicesCW(this Box3i box, V3i from... method GetOutlineCornersCCW (line 18664) | public static V3i[] GetOutlineCornersCCW(this Box3i box, V3i fromPosit... method GetOutlineCornersCW (line 18674) | public static V3i[] GetOutlineCornersCW(this Box3i box, V3i fromPosition) method Union (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 20072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20103) | public static Box3l GetBoundingBox( method GetBoundingBox (line 20116) | public static Box3l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 20132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20141) | public static Box3l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 20157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20176) | public static Box3l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 20189) | public static Box3l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 20201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20220) | public static Box3l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 20233) | public static Box3l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 20249) | public static Box3l GetBoundingBox(this IEnumerable points) method GetOctant (line 20265) | public static Box3l GetOctant(this Box3l box, int i) method GetOutlineCornerIndicesCCW (line 20285) | public static int[] GetOutlineCornerIndicesCCW(this Box3l box, V3l fro... method GetOutlineCornerIndicesCW (line 20437) | public static int[] GetOutlineCornerIndicesCW(this Box3l box, V3l from... method GetOutlineCornersCCW (line 20589) | public static V3l[] GetOutlineCornersCCW(this Box3l box, V3l fromPosit... method GetOutlineCornersCW (line 20599) | public static V3l[] GetOutlineCornersCW(this Box3l box, V3l fromPosition) method Union (line 22045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 22051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22082) | public static Box3f GetBoundingBox( method GetBoundingBox (line 22095) | public static Box3f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 22111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22120) | public static Box3f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 22136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22155) | public static Box3f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 22168) | public static Box3f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 22180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22199) | public static Box3f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 22212) | public static Box3f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 22228) | public static Box3f GetBoundingBox(this IEnumerable points) method GetOctant (line 22244) | public static Box3f GetOctant(this Box3f box, int i) method GetOutlineCornerIndicesCCW (line 22264) | public static int[] GetOutlineCornerIndicesCCW(this Box3f box, V3f fro... method GetOutlineCornerIndicesCW (line 22416) | public static int[] GetOutlineCornerIndicesCW(this Box3f box, V3f from... method GetOutlineCornersCCW (line 22568) | public static V3f[] GetOutlineCornersCCW(this Box3f box, V3f fromPosit... method GetOutlineCornersCW (line 22578) | public static V3f[] GetOutlineCornersCW(this Box3f box, V3f fromPosition) method Union (line 24024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 24030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24061) | public static Box3d GetBoundingBox( method GetBoundingBox (line 24074) | public static Box3d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 24090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24099) | public static Box3d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 24115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24134) | public static Box3d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 24147) | public static Box3d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 24159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24178) | public static Box3d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 24191) | public static Box3d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 24207) | public static Box3d GetBoundingBox(this IEnumerable points) method GetOctant (line 24223) | public static Box3d GetOctant(this Box3d box, int i) method GetOutlineCornerIndicesCCW (line 24243) | public static int[] GetOutlineCornerIndicesCCW(this Box3d box, V3d fro... method GetOutlineCornerIndicesCW (line 24395) | public static int[] GetOutlineCornerIndicesCW(this Box3d box, V3d from... method GetOutlineCornersCCW (line 24547) | public static V3d[] GetOutlineCornersCCW(this Box3d box, V3d fromPosit... method GetOutlineCornersCW (line 24557) | public static V3d[] GetOutlineCornersCW(this Box3d box, V3d fromPosition) class Fun (line 22587) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Box3fAndFlags (line 22608) | [DataContract] method Box3fAndFlags (line 22616) | public Box3fAndFlags(Box3f union, Box3f box0, Box3f box1) type Box3d (line 22639) | [DataContract] method Box3d (line 22654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3d (line 22664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3d (line 22674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3d (line 22684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3d (line 22694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3d (line 22708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3d (line 22718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3d (line 22728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3d (line 22738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3d (line 22748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3d (line 22758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3d (line 22768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3d (line 22778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3d (line 22784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3d (line 22798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3d (line 22816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Box3d (line 22828) | public Box3d(IEnumerable boxes) method Box3d (line 22839) | public Box3d(Range1d rangeX, Range1d rangeY, Range1d rangeZ) method EnlargedBy (line 23061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 23070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 23079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 23088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 23097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 23107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 23117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 23127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 23137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 23148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 23159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 23173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 23187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 23198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 23209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 23223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledFromCenterBy (line 23237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledFromCenterBy (line 23248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedByRelativeEps (line 23260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeByRelativeEps (line 23270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 23283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 23295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 23307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 23319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 23326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 23333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 23340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 23347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 23355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 23368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 23381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 23398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 23415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 23429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendXBy (line 23440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendYBy (line 23448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendZBy (line 23456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendDimBy (line 23464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 23475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 23488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 23500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 23515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 23530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 23545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invalidate (line 23557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 23569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 23586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinMaxInDirection (line 23603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 23686) | public override readonly int GetHashCode() method Equals (line 23691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 23695) | public override readonly bool Equals(object obj) => method ToString (line 23698) | public override readonly string ToString() method ToString (line 23703) | public readonly string ToString(string format) method Parse (line 23730) | public static Box3d Parse(string s) method Parse (line 23737) | public static Box3d Parse(Text t) method ToString (line 23746) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 23754) | public readonly string ToString(string format, IFormatProvider fp, str... method FromSize (line 23767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 23776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 23785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSize (line 23794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 23804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 23814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPoints (line 23824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translated (line 23834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 23845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 23857) | public readonly Box3d Transformed(M44d trafo) method Transformed (line 23902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Corner (line 23918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCorners (line 23933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Box (line 24020) | public static partial class Box type Flags (line 18) | [Flags] method Union (line 11786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 11792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11823) | public static Box2i GetBoundingBox( method GetBoundingBox (line 11836) | public static Box2i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 11852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11861) | public static Box2i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 11877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11896) | public static Box2i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 11909) | public static Box2i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 11921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 11940) | public static Box2i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 11953) | public static Box2i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 11969) | public static Box2i GetBoundingBox(this IEnumerable points) method Union (line 13354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 13360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13391) | public static Box2l GetBoundingBox( method GetBoundingBox (line 13404) | public static Box2l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13429) | public static Box2l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 13445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13464) | public static Box2l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 13477) | public static Box2l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 13489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 13508) | public static Box2l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 13521) | public static Box2l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 13537) | public static Box2l GetBoundingBox(this IEnumerable points) method Union (line 14975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 14981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 14994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15012) | public static Box2f GetBoundingBox( method GetBoundingBox (line 15025) | public static Box2f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 15041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15050) | public static Box2f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 15066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15085) | public static Box2f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 15098) | public static Box2f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 15110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 15129) | public static Box2f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 15142) | public static Box2f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 15158) | public static Box2f GetBoundingBox(this IEnumerable points) method Union (line 16596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 16602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16633) | public static Box2d GetBoundingBox( method GetBoundingBox (line 16646) | public static Box2d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 16662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16671) | public static Box2d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 16687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16706) | public static Box2d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 16719) | public static Box2d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 16731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 16750) | public static Box2d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 16763) | public static Box2d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 16779) | public static Box2d GetBoundingBox(this IEnumerable points) method Union (line 18141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 18147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18178) | public static Box3i GetBoundingBox( method GetBoundingBox (line 18191) | public static Box3i GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 18207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18216) | public static Box3i GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 18232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18251) | public static Box3i GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 18264) | public static Box3i GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 18276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 18295) | public static Box3i GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 18308) | public static Box3i GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 18324) | public static Box3i GetBoundingBox(this IEnumerable points) method GetOctant (line 18340) | public static Box3i GetOctant(this Box3i box, int i) method GetOutlineCornerIndicesCCW (line 18360) | public static int[] GetOutlineCornerIndicesCCW(this Box3i box, V3i fro... method GetOutlineCornerIndicesCW (line 18512) | public static int[] GetOutlineCornerIndicesCW(this Box3i box, V3i from... method GetOutlineCornersCCW (line 18664) | public static V3i[] GetOutlineCornersCCW(this Box3i box, V3i fromPosit... method GetOutlineCornersCW (line 18674) | public static V3i[] GetOutlineCornersCW(this Box3i box, V3i fromPosition) method Union (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 20072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20103) | public static Box3l GetBoundingBox( method GetBoundingBox (line 20116) | public static Box3l GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 20132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20141) | public static Box3l GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 20157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20176) | public static Box3l GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 20189) | public static Box3l GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 20201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 20220) | public static Box3l GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 20233) | public static Box3l GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 20249) | public static Box3l GetBoundingBox(this IEnumerable points) method GetOctant (line 20265) | public static Box3l GetOctant(this Box3l box, int i) method GetOutlineCornerIndicesCCW (line 20285) | public static int[] GetOutlineCornerIndicesCCW(this Box3l box, V3l fro... method GetOutlineCornerIndicesCW (line 20437) | public static int[] GetOutlineCornerIndicesCW(this Box3l box, V3l from... method GetOutlineCornersCCW (line 20589) | public static V3l[] GetOutlineCornersCCW(this Box3l box, V3l fromPosit... method GetOutlineCornersCW (line 20599) | public static V3l[] GetOutlineCornersCW(this Box3l box, V3l fromPosition) method Union (line 22045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 22051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22082) | public static Box3f GetBoundingBox( method GetBoundingBox (line 22095) | public static Box3f GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 22111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22120) | public static Box3f GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 22136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22155) | public static Box3f GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 22168) | public static Box3f GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 22180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 22199) | public static Box3f GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 22212) | public static Box3f GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 22228) | public static Box3f GetBoundingBox(this IEnumerable points) method GetOctant (line 22244) | public static Box3f GetOctant(this Box3f box, int i) method GetOutlineCornerIndicesCCW (line 22264) | public static int[] GetOutlineCornerIndicesCCW(this Box3f box, V3f fro... method GetOutlineCornerIndicesCW (line 22416) | public static int[] GetOutlineCornerIndicesCW(this Box3f box, V3f from... method GetOutlineCornersCCW (line 22568) | public static V3f[] GetOutlineCornersCCW(this Box3f box, V3f fromPosit... method GetOutlineCornersCW (line 22578) | public static V3f[] GetOutlineCornersCW(this Box3f box, V3f fromPosition) method Union (line 24024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 24030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24061) | public static Box3d GetBoundingBox( method GetBoundingBox (line 24074) | public static Box3d GetBoundingBox(this T[] array, long start, long... method GetBoundingBox (line 24090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24099) | public static Box3d GetBoundingBox(this List pointList, int count) method GetBoundingBox (line 24115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24134) | public static Box3d GetBoundingBox(this int[] indexArray, int start, i... method GetBoundingBox (line 24147) | public static Box3d GetBoundingBox(this int[] indexArray, int start... method GetBoundingBox (line 24159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBoundingBox (line 24178) | public static Box3d GetBoundingBox(this long[] indexArray, long start,... method GetBoundingBox (line 24191) | public static Box3d GetBoundingBox(this long[] indexArray, long sta... method GetBoundingBox (line 24207) | public static Box3d GetBoundingBox(this IEnumerable points) method GetOctant (line 24223) | public static Box3d GetOctant(this Box3d box, int i) method GetOutlineCornerIndicesCCW (line 24243) | public static int[] GetOutlineCornerIndicesCCW(this Box3d box, V3d fro... method GetOutlineCornerIndicesCW (line 24395) | public static int[] GetOutlineCornerIndicesCW(this Box3d box, V3d from... method GetOutlineCornersCCW (line 24547) | public static V3d[] GetOutlineCornersCCW(this Box3d box, V3d fromPosit... method GetOutlineCornersCW (line 24557) | public static V3d[] GetOutlineCornersCW(this Box3d box, V3d fromPosition) class Fun (line 24566) | public static partial class Fun method ApproximateEquals (line 1110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 4158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 6224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 7257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 9346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 11989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 15178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 18693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 20618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 22597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 24576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Box3dAndFlags (line 24587) | [DataContract] method Box3dAndFlags (line 24595) | public Box3dAndFlags(Box3d union, Box3d box0, Box3d box1) FILE: src/Aardvark.Base/Math/RangesBoxes/Box_template.cs class Box (line 16) | public static partial class Box type Flags (line 18) | [Flags] type __type__ (line 149) | [DataContract] method __type__ (line 172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 318) | public __type__(IEnumerable<__type__> boxes) method __type__ (line 329) | public __type__(/*# fields.ForEach(f => {*/Range1__ch__ range__f__/*# ... method __type__ (line 342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 386) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method To__vtype__ (line 423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 720) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 770) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedBy (line 792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrunkBy (line 804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeBy (line 838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShrinkBy (line 850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledFromCenterBy (line 863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ScaledFromCenterBy (line 874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargedByRelativeEps (line 886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnlargeByRelativeEps (line 896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Clamped (line 922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 1005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Lerp (line 1015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvLerp (line 1024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 1034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 1047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 1062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 1073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRight (line 1086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeft (line 1097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitTop (line 1108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitBottom (line 1119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeftBottom (line 1127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRightBottom (line 1134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitLeftTop (line 1141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SplitRightTop (line 1148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 1160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 1171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 1182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 1192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 1204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendedBy (line 1217) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 1230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendBy (line 1242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 1256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 1265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 1296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Extend__f__By (line 1307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ExtendDimBy (line 1316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 1327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Contains (line 1338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Repair (line 1348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invalidate (line 1399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 1411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OutsideFlags (line 1426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetMinMaxInDirection (line 1441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1507) | public override readonly int GetHashCode() method Equals (line 1512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1516) | public override readonly bool Equals(object obj) => method ToString (line 1519) | public override readonly string ToString() method ToString (line 1524) | public readonly string ToString(string format) method Parse (line 1551) | public static __type__ Parse(string s) method Parse (line 1563) | public static __type__ Parse(Text t) method ToString (line 1576) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 1587) | public readonly string ToString(string format, IFormatProvider fp, str... method FromSize (line 1602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 1611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 1620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSize (line 1629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 1639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 1649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPoints (line 1659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSize (line 1666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 1672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromMinAndSize (line 1678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 1686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCenterAndSize (line 1692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translated (line 1705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaled (line 1716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transformed (line 1731) | public readonly Box__dim____tc__ Transformed(M__dplus1____dplus1____tc... method Transformed (line 1748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Corner (line 1765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCorners (line 1778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ComputeCornersCCW (line 1794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method EnumerateInsidePoints (line 1849) | public readonly IEnumerable<__ltype__> EnumerateInsidePoints() class __bnamecaps__ (line 1907) | public static partial class __bnamecaps__ method Union (line 1911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersection (line 1917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Intersects (line 1928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBounding__bnamecaps__ (line 1955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBounding__bnamecaps__ (line 1964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBounding__bnamecaps__ (line 1973) | public static __type__ GetBounding__bnamecaps__( method GetBounding__bnamecaps__ (line 1986) | public static __type__ GetBounding__bnamecaps__(this T[] array, lon... method GetBounding__bnamecaps__ (line 2002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBounding__bnamecaps__ (line 2011) | public static __type__ GetBounding__bnamecaps__(this List<__ltype__> p... method GetBounding__bnamecaps__ (line 2029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBounding__bnamecaps__ (line 2038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetBounding__bnamecaps__ (line 2048) | public static __type__ GetBounding__bnamecaps__(this __itype__[] index... method GetBounding__bnamecaps__ (line 2061) | public static __type__ GetBounding__bnamecaps__(this __itype__[] in... method GetBounding__bnamecaps__ (line 2078) | public static __type__ GetBounding__bnamecaps__(this IEnumerable<__lty... method GetOctant (line 2095) | public static __type__ GetOctant(this __type__ box, int i) method GetOutlineCornerIndicesCCW (line 2115) | public static int[] GetOutlineCornerIndicesCCW(this __type__ box, __lt... method GetOutlineCornerIndicesCW (line 2267) | public static int[] GetOutlineCornerIndicesCW(this __type__ box, __lty... method GetOutlineCornersCCW (line 2419) | public static __ltype__[] GetOutlineCornersCCW(this __type__ box, __lt... method GetOutlineCornersCW (line 2429) | public static __ltype__[] GetOutlineCornersCW(this __type__ box, __lty... class Conversion (line 2443) | public static partial class Conversion method __u1__From__u2__ (line 2455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class __bnamecaps__Extensions (line 2464) | public static partial class __bnamecaps__Extensions method Range (line 2469) | public static IEnumerable<__ltype__> Range(this __ltype__ count) method UpTo (line 2474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpTo (line 2480) | public static IEnumerable<__ltype__> UpTo(this __ltype__ self, __ltype... method UpToExclusive (line 2485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UpToExclusive (line 2491) | public static IEnumerable<__ltype__> UpToExclusive(this __ltype__ self... method DownTo (line 2496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DownTo (line 2502) | public static IEnumerable<__ltype__> DownTo(this __ltype__ self, __lty... class Fun (line 2511) | public static partial class Fun method ApproximateEquals (line 2515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type __type__AndFlags (line 2533) | [DataContract] method __type__AndFlags (line 2541) | public __type__AndFlags(__type__ union, __type__ box0, __type__ box1) FILE: src/Aardvark.Base/Math/RangesBoxes/Cell.cs type Cell (line 13) | [DataContract] method Cell (line 55) | public Cell(long x, long y, long z, int exponent) method Cell (line 63) | public Cell(Cell cell) method Cell (line 71) | public Cell(V3l index, int exponent) : this(index.X, index.Y, index.Z,... method Cell (line 76) | public Cell(int exponent) method Cell (line 91) | public Cell(Box3f box) : this(new Box3d(box)) { } method Cell (line 96) | public Cell(V3f[] ps) : this(new Box3f(ps)) { } method Cell (line 101) | public Cell(ReadOnlySpan ps) : this(new Box3f(ps)) { } method Cell (line 106) | public Cell(V3d[] ps) : this(new Box3d(ps)) { } method Cell (line 111) | public Cell(ReadOnlySpan ps) : this(new Box3d(ps)) { } method Cell (line 116) | public Cell(IEnumerable ps) : this(new Box3f(ps)) { } method Cell (line 121) | public Cell(IEnumerable ps) : this(new Box3d(ps)) { } method Cell (line 126) | public Cell(V3d p) : this(new Box3d(p)) { } method Cell (line 133) | public Cell(Box3d box) method Cell (line 169) | public Cell(Cell a, Cell b) : this(GetCommonRoot(a, b)) { } method Cell (line 174) | public Cell(params Cell[] cells) : this(GetCommonRoot(cells)) { } method Contains (line 206) | public bool Contains(Cell other) method Intersects (line 264) | public bool Intersects(Cell other) method ComputeBoundingBox (line 314) | private static Box3d ComputeBoundingBox(long x, long y, long z, int e) method GetCenter (line 325) | public V3d GetCenter() => BoundingBox.Center; method GetOctant (line 332) | public Cell GetOctant(int i) method GetOctant (line 360) | public int? GetOctant(Cell other) method GetCommonRoot (line 419) | public static Cell GetCommonRoot(Cell a, Cell b) method GetCommonRoot (line 473) | public static Cell GetCommonRoot(params Cell[] cells) method Equals (line 521) | public bool Equals(Cell other) => this == other; method Equals (line 533) | public override bool Equals(object obj) => obj is Cell cell && this ==... method GetHashCode (line 537) | public override int GetHashCode() => HashCode.GetCombined(X, Y, Z, Exp... method ToString (line 544) | public override string ToString() method Parse (line 556) | public static Cell Parse(string s) method ToByteArray (line 580) | public byte[] ToByteArray() method Parse (line 593) | public static Cell Parse(byte[] buffer) FILE: src/Aardvark.Base/Math/RangesBoxes/Cell2d.cs type Cell2d (line 13) | [DataContract] method Cell2d (line 49) | public Cell2d(long x, long y, int exponent) method Cell2d (line 57) | public Cell2d(int x, int y, int exponent) method Cell2d (line 65) | public Cell2d(Cell2d cell) method Cell2d (line 73) | public Cell2d(V2l index, int exponent) : this(index.X, index.Y, expone... method Cell2d (line 78) | public Cell2d(V2i index, int exponent) : this(index.X, index.Y, expone... method Cell2d (line 83) | public Cell2d(int exponent) method Cell2d (line 98) | public Cell2d(Box2f box) : this(new Box2d(box)) { } method Cell2d (line 103) | public Cell2d(V2f[] ps) : this(new Box2f(ps)) { } method Cell2d (line 108) | public Cell2d(ReadOnlySpan ps) : this(new Box2f(ps)) { } method Cell2d (line 113) | public Cell2d(V2d[] ps) : this(new Box2d(ps)) { } method Cell2d (line 118) | public Cell2d(ReadOnlySpan ps) : this(new Box2d(ps)) { } method Cell2d (line 123) | public Cell2d(IEnumerable ps) : this(new Box2f(ps)) { } method Cell2d (line 128) | public Cell2d(IEnumerable ps) : this(new Box2d(ps)) { } method Cell2d (line 133) | public Cell2d(V2d p) : this(new Box2d(p)) { } method Cell2d (line 140) | public Cell2d(Box2d box) method Cell2d (line 174) | public Cell2d(Cell2d a, Cell2d b) : this(GetCommonRoot(a, b)) { } method Cell2d (line 179) | public Cell2d(params Cell2d[] cells) : this(GetCommonRoot(cells)) { } method Contains (line 211) | public bool Contains(Cell2d other) method Intersects (line 267) | public bool Intersects(Cell2d other) method ComputeBoundingBox (line 314) | private static Box2d ComputeBoundingBox(long x, long y, int e) method GetCenter (line 325) | public V2d GetCenter() => BoundingBox.Center; method GetQuadrant (line 332) | public Cell2d GetQuadrant(int i) method GetQuadrant (line 358) | public int? GetQuadrant(Cell2d other) method GetCommonRoot (line 413) | public static Cell2d GetCommonRoot(Cell2d a, Cell2d b) method GetCommonRoot (line 467) | public static Cell2d GetCommonRoot(params Cell2d[] cells) method Equals (line 515) | public bool Equals(Cell2d other) => this == other; method Equals (line 527) | public override bool Equals(object obj) => obj is Cell2d other && this... method GetHashCode (line 531) | public override int GetHashCode() => HashCode.GetCombined(X, Y, Expone... method ToByteArray (line 539) | public byte[] ToByteArray() method Parse (line 550) | public static Cell2d Parse(byte[] buffer) method ToString (line 563) | public override string ToString() method Parse (line 575) | public static Cell2d Parse(string s) FILE: src/Aardvark.Base/Math/RangesBoxes/OrientedBox_auto.cs type OrientedBox2f (line 10) | [DataContract] method OrientedBox2f (line 20) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox2f (line 27) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox2f (line 34) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox2f (line 41) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox2f (line 48) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox2f (line 55) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type OrientedBox3f (line 101) | [DataContract] method OrientedBox3f (line 111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox3f (line 118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox3f (line 125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox3f (line 132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox3f (line 139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox3f (line 146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type OrientedBox2d (line 183) | [DataContract] method OrientedBox2d (line 193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox2d (line 200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox2d (line 207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox2d (line 214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox2d (line 221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox2d (line 228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type OrientedBox3d (line 274) | [DataContract] method OrientedBox3d (line 284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox3d (line 291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox3d (line 298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox3d (line 305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox3d (line 312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrientedBox3d (line 319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/RangesBoxes/OrientedBox_template.cs type __type__ (line 24) | [DataContract] method __type__ (line 34) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 41) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 48) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 55) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 62) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 69) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/Affine_auto.cs type Affine2f (line 19) | [DataContract] method Affine2f (line 33) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Affine2f (line 43) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Affine2f (line 54) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Affine2f (line 66) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Affine2f (line 78) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM23f (line 373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33f (line 390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo2f (line 413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 531) | public override readonly int GetHashCode() method Equals (line 536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 540) | public override readonly bool Equals(object other) method ToString (line 543) | public override readonly string ToString() method Parse (line 548) | public static Affine2f Parse(string s) class Affine (line 557) | public static partial class Affine method Inverse (line 564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 1421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 1434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 1447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2069) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 2104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 2912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 649) | public static partial class Fun method ApproximateEquals (line 653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Affine3f (line 676) | [DataContract] method Affine3f (line 690) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Affine3f (line 700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Affine3f (line 711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Affine3f (line 723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Affine3f (line 735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM34f (line 1062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM44f (line 1079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo3f (line 1102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 1136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 1143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 1150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 1157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 1168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 1176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 1184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 1192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 1200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 1211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 1219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 1230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 1237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 1244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 1251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 1258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 1265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 1272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 1283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 1290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 1297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1335) | public override readonly int GetHashCode() method Equals (line 1340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1344) | public override readonly bool Equals(object other) method ToString (line 1347) | public override readonly string ToString() method Parse (line 1352) | public static Affine3f Parse(string s) class Affine (line 1361) | public static partial class Affine method Inverse (line 564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 1421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 1434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 1447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2069) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 2104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 2912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 1457) | public static partial class Fun method ApproximateEquals (line 653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Affine2d (line 1484) | [DataContract] method Affine2d (line 1498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Affine2d (line 1508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Affine2d (line 1519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Affine2d (line 1531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Affine2d (line 1543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM23d (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33d (line 1855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo2d (line 1878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1887) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 1912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 1919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 1926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 1933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 1944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 1951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 1958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1996) | public override readonly int GetHashCode() method Equals (line 2001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 2005) | public override readonly bool Equals(object other) method ToString (line 2008) | public override readonly string ToString() method Parse (line 2013) | public static Affine2d Parse(string s) class Affine (line 2022) | public static partial class Affine method Inverse (line 564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 1421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 1434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 1447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2069) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 2104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 2912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 2114) | public static partial class Fun method ApproximateEquals (line 653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Affine3d (line 2141) | [DataContract] method Affine3d (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Affine3d (line 2165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Affine3d (line 2176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Affine3d (line 2188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Affine3d (line 2200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM34d (line 2527) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM44d (line 2544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo3d (line 2567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 2576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 2583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 2590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 2601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 2608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 2615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 2622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 2633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 2641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 2649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 2657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 2665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 2676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 2684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 2695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 2702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 2709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 2716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 2723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 2730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 2737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 2748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 2755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 2762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 2800) | public override readonly int GetHashCode() method Equals (line 2805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 2809) | public override readonly bool Equals(object other) method ToString (line 2812) | public override readonly string ToString() method Parse (line 2817) | public static Affine3d Parse(string s) class Affine (line 2826) | public static partial class Affine method Inverse (line 564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 1421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 1434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 1447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2069) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 2104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 2912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 2922) | public static partial class Fun method ApproximateEquals (line 653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/Affine_template.cs type __type__ (line 49) | [DataContract] method __type__ (line 63) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 73) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 84) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 96) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__mnmt__ (line 384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__mmmt__ (line 401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__trafont__ (line 424) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 514) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 676) | public override readonly int GetHashCode() method Equals (line 681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 685) | public override readonly bool Equals(object other) method ToString (line 688) | public override readonly string ToString() method Parse (line 693) | public static __type__ Parse(string s) class Affine (line 702) | public static partial class Affine method Inverse (line 709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 770) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransformPosProj (line 781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 791) | public static partial class Fun method ApproximateEquals (line 795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/CoordTransforms.cs class CoordTransforms (line 22) | public static class CoordTransforms method PixelCenterToNormalizedImgPos (line 33) | public static V2d PixelCenterToNormalizedImgPos(V2d pos, V2d imgSizeIn... method PixelCenterToNormalizedImgPos (line 36) | public static V2d PixelCenterToNormalizedImgPos(V2i pos, V2d imgSizeIn... method PixelCenterToNormalizedImgPos (line 39) | public static V2d PixelCenterToNormalizedImgPos(int x, int y, V2d imgS... method PixelCenterToNormalizedImgMat (line 47) | public static M33d PixelCenterToNormalizedImgMat(V2d imgSizeInPixel) method NormalizedImagePosToPixelCenter (line 57) | public static V2d NormalizedImagePosToPixelCenter(V2d pos, V2i imgSize... method NormalizedImagePosToPixelCenter (line 67) | public static V2d NormalizedImagePosToPixelCenter(V2d pos, V2l imgSize... method NormalizedImagePosToPixelCenterRound (line 76) | public static V2i NormalizedImagePosToPixelCenterRound(V2d pos, V2i im... method NormalizedImagePosToPixelCenterRound (line 85) | public static V2l NormalizedImagePosToPixelCenterRound(V2d pos, V2l im... method NormalizedImagePosToPixelCenterMat (line 93) | public static M33d NormalizedImagePosToPixelCenterMat(V2d imgSizeInPixel) method PixelEdgeToNormalizedImgPos (line 98) | public static V2d PixelEdgeToNormalizedImgPos(V2d pos, V2d imgSizeInPi... method PixelEdgeToNormalizedImgPos (line 101) | public static V2d PixelEdgeToNormalizedImgPos(V2i pos, V2d imgSizeInPi... method PixelEdgeToNormalizedImgMat (line 104) | public static M33d PixelEdgeToNormalizedImgMat(V2d imgSizeInPixel) method NormalizedImagePosToPixelEdge (line 107) | public static V2d NormalizedImagePosToPixelEdge(V2d pos, V2d imgSizeIn... method NormalizedImagePosToPixelEdgeRound (line 110) | public static V2i NormalizedImagePosToPixelEdgeRound(V2d pos, V2d imgS... method NormalizedImagePosToPixelEdgeMat (line 113) | public static M33d NormalizedImagePosToPixelEdgeMat(V2d imgSizeInPixel) FILE: src/Aardvark.Base/Math/Trafos/CoordinateSystem.cs class CoordinateSystem (line 5) | public static class CoordinateSystem type Axis (line 7) | [Flags] type Handedness (line 15) | public enum Handedness type Info (line 21) | public struct Info method Info (line 27) | public Info(double s, Handedness h, Axis u) method GetHashCode (line 40) | public override readonly int GetHashCode() => HashCode.GetCombined(U... method Equals (line 42) | public override readonly bool Equals(object other) => (other is Info o) method ToAardvark (line 57) | public static Trafo3d ToAardvark(double scale, Handedness hand, Axis up) method ToAardvark (line 74) | public static Trafo3d ToAardvark(this Info from) method ToAardvark (line 81) | public static Trafo3d ToAardvark(Handedness hand, Axis up) => ToAardva... method ToAardvark (line 87) | public static Trafo3d ToAardvark(Axis up) => ToAardvark(1, Handedness.... method ToAardvark (line 93) | public static Trafo3d ToAardvark(Handedness hand) => ToAardvark(1, han... method GetAxisVector (line 98) | public static V3d GetAxisVector(this Axis ax) method FromTo (line 104) | public static Trafo3d FromTo(Info from, Info to) method FromTo (line 119) | static Trafo3d FromTo(Axis from, Axis to, int s) method FromToRH (line 135) | public static Trafo3d FromToRH(Axis from, Axis to) method FromToLH (line 142) | public static Trafo3d FromToLH(Axis from, Axis to) class CoordinateSystemMatrixExtensions (line 158) | public static class CoordinateSystemMatrixExtensions method Handedness (line 166) | public static CoordinateSystem.Handedness Handedness(this M44d mat) FILE: src/Aardvark.Base/Math/Trafos/Euclidean_auto.cs type Euclidean2f (line 18) | [DataContract] method Euclidean2f (line 32) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean2f (line 42) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean2f (line 52) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean2f (line 62) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean2f (line 72) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean2f (line 82) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean2f (line 92) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM22fAndV2f (line 342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33f (line 352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM23f (line 368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSimilarity2f (line 380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine2f (line 394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo2f (line 403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 497) | public override readonly int GetHashCode() method Equals (line 502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 506) | public override readonly bool Equals(object other) method ToString (line 509) | public override readonly string ToString() method Parse (line 514) | public static Euclidean2f Parse(string s) class Euclidean (line 524) | public static partial class Euclidean method Inverse (line 531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 1275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 1282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 2651) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 2658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 2718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 2727) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 596) | public static partial class Fun method ApproximateEquals (line 600) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Euclidean3f (line 630) | [DataContract] method Euclidean3f (line 644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean3f (line 654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean3f (line 664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean3f (line 674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean3f (line 684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean3f (line 694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean3f (line 704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33fAndV3f (line 994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM44f (line 1004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM34f (line 1021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSimilarity3f (line 1034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine3f (line 1048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo3f (line 1057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 1091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 1099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 1107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 1115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 1123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 1134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 1142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 1153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 1160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 1167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 1174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 1181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 1188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 1195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1241) | public override readonly int GetHashCode() method Equals (line 1246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1250) | public override readonly bool Equals(object other) method ToString (line 1253) | public override readonly string ToString() method Parse (line 1258) | public static Euclidean3f Parse(string s) class Euclidean (line 1268) | public static partial class Euclidean method Inverse (line 531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 1275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 1282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 2651) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 2658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 2718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 2727) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 1360) | public static partial class Fun method ApproximateEquals (line 600) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Euclidean2d (line 1394) | [DataContract] method Euclidean2d (line 1408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean2d (line 1418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean2d (line 1428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean2d (line 1438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean2d (line 1448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean2d (line 1458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean2d (line 1468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM22dAndV2d (line 1718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33d (line 1728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM23d (line 1744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSimilarity2d (line 1756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine2d (line 1770) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo2d (line 1779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 1813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 1820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 1827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1873) | public override readonly int GetHashCode() method Equals (line 1878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1882) | public override readonly bool Equals(object other) method ToString (line 1885) | public override readonly string ToString() method Parse (line 1890) | public static Euclidean2d Parse(string s) class Euclidean (line 1900) | public static partial class Euclidean method Inverse (line 531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 1275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 1282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 2651) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 2658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 2718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 2727) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 1972) | public static partial class Fun method ApproximateEquals (line 600) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Euclidean3d (line 2006) | [DataContract] method Euclidean3d (line 2020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean3d (line 2030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean3d (line 2040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean3d (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean3d (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean3d (line 2070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Euclidean3d (line 2080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33dAndV3d (line 2370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM44d (line 2380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM34d (line 2397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSimilarity3d (line 2410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine3d (line 2424) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo3d (line 2433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 2442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 2456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 2467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 2475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 2483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 2499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 2510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 2518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 2529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 2536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 2543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 2550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 2557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 2564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 2571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 2617) | public override readonly int GetHashCode() method Equals (line 2622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 2626) | public override readonly bool Equals(object other) method ToString (line 2629) | public override readonly string ToString() method Parse (line 2634) | public static Euclidean3d Parse(string s) class Euclidean (line 2644) | public static partial class Euclidean method Inverse (line 531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 1275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 1282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 2651) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 2658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 2718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 2727) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 2736) | public static partial class Fun method ApproximateEquals (line 600) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/Euclidean_template.cs type __type__ (line 51) | [DataContract] method __type__ (line 65) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 75) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 85) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 95) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__mnnt__And__vnt__ (line 363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__mnnt__And__vnt__ (line 369) | public static __type__ From__mnnt__And__vnt__(__mnnt__ rot, __vnt__ tr... method From__mmmt__ (line 379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__mnmt__ (line 396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__similaritynt__ (line 409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__affinent__ (line 423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__trafont__ (line 432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 514) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 633) | public override readonly int GetHashCode() method Equals (line 638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 642) | public override readonly bool Equals(object other) method ToString (line 645) | public override readonly string ToString() method Parse (line 650) | public static __type__ Parse(string s) class Euclidean (line 660) | public static partial class Euclidean method Normalized (line 668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 727) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 754) | public static partial class Fun method ApproximateEquals (line 758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 770) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/M33_auto.cs type M33f (line 7) | public partial struct M33f method NormalFrame (line 19) | public static M33f NormalFrame(V3f n) method NormalFrameLocal2Global (line 38) | public static M33f NormalFrameLocal2Global(V3f normal) type M33d (line 69) | public partial struct M33d method NormalFrame (line 81) | public static M33d NormalFrame(V3d n) method NormalFrameLocal2Global (line 100) | public static M33d NormalFrameLocal2Global(V3d normal) FILE: src/Aardvark.Base/Math/Trafos/M33_template.cs type M3__x3t__ (line 12) | public partial struct M3__x3t__ method NormalFrame (line 24) | public static M3__x3t__ NormalFrame(V__x3t__ n) method NormalFrameLocal2Global (line 43) | public static M3__x3t__ NormalFrameLocal2Global(V__x3t__ normal) FILE: src/Aardvark.Base/Math/Trafos/M44_auto.cs type M44f (line 8) | public partial struct M44f method NormalFrame (line 21) | public static void NormalFrame(V3f origin, V3f normal, method CoordinateFrameTransform (line 73) | public static void CoordinateFrameTransform(V3f xVec, V3f yVec, V3f zV... method PerspectiveProjectionTransformRH (line 94) | public static M44f PerspectiveProjectionTransformRH(float a, float r, ... method PerspectiveProjectionTransformRH (line 116) | public static M44f PerspectiveProjectionTransformRH(V2f size, float n,... method PerspectiveProjectionTransformRH (line 139) | public static M44f PerspectiveProjectionTransformRH(float l, float r, ... method FromBasis (line 168) | public static M44f FromBasis(V3f xAxis, V3f yAxis, V3f zAxis, V3f origin) method ViewTrafo (line 186) | public static M44f ViewTrafo(V3f location, V3f right, V3f up, V3f normal) method InvViewTrafo (line 206) | public static M44f InvViewTrafo(V3f location, V3f right, V3f up, V3f n... type M44d (line 223) | public partial struct M44d method NormalFrame (line 236) | public static void NormalFrame(V3d origin, V3d normal, method CoordinateFrameTransform (line 288) | public static void CoordinateFrameTransform(V3d xVec, V3d yVec, V3d zV... method PerspectiveProjectionTransformRH (line 309) | public static M44d PerspectiveProjectionTransformRH(double a, double r... method PerspectiveProjectionTransformRH (line 331) | public static M44d PerspectiveProjectionTransformRH(V2d size, double n... method PerspectiveProjectionTransformRH (line 354) | public static M44d PerspectiveProjectionTransformRH(double l, double r... method FromBasis (line 383) | public static M44d FromBasis(V3d xAxis, V3d yAxis, V3d zAxis, V3d origin) method ViewTrafo (line 401) | public static M44d ViewTrafo(V3d location, V3d right, V3d up, V3d normal) method InvViewTrafo (line 421) | public static M44d InvViewTrafo(V3d location, V3d right, V3d up, V3d n... FILE: src/Aardvark.Base/Math/Trafos/M44_template.cs type M4__x4t__ (line 13) | public partial struct M4__x4t__ method NormalFrame (line 26) | public static void NormalFrame(V__x3t__ origin, V__x3t__ normal, method CoordinateFrameTransform (line 78) | public static void CoordinateFrameTransform(V__x3t__ xVec, V__x3t__ yV... method PerspectiveProjectionTransformRH (line 99) | public static M4__x4t__ PerspectiveProjectionTransformRH(__ft__ a, __f... method PerspectiveProjectionTransformRH (line 121) | public static M4__x4t__ PerspectiveProjectionTransformRH(V__x2t__ size... method PerspectiveProjectionTransformRH (line 144) | public static M4__x4t__ PerspectiveProjectionTransformRH(__ft__ l, __f... method FromBasis (line 173) | public static M4__x4t__ FromBasis(V__x3t__ xAxis, V__x3t__ yAxis, V__x... method ViewTrafo (line 191) | public static M4__x4t__ ViewTrafo(V__x3t__ location, V__x3t__ right, V... method InvViewTrafo (line 211) | public static M4__x4t__ InvViewTrafo(V__x3t__ location, V__x3t__ right... FILE: src/Aardvark.Base/Math/Trafos/MatrixArrayExtensions.cs class MatrixArrayExtensions (line 6) | public static class MatrixArrayExtensions method TransformPosArray (line 10) | public static void TransformPosArray(this M44d mat, V3d[] points) method TransformedPosArray (line 16) | public static V3d[] TransformedPosArray(this M44d mat, ICollection element_fun) method Copy (line 518) | public readonly M22i Copy(Func element_index0_inde... method Copy (line 528) | public readonly M22l Copy(Func element_fun) method Copy (line 538) | public readonly M22l Copy(Func element_index0_ind... method Copy (line 548) | public readonly M22f Copy(Func element_fun) method Copy (line 558) | public readonly M22f Copy(Func element_index0_in... method Copy (line 568) | public readonly M22d Copy(Func element_fun) method Copy (line 578) | public readonly M22d Copy(Func element_index0_i... method ToArray (line 585) | public readonly int[] ToArray() method FromCols (line 599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 647) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 688) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 1587) | public override readonly int GetHashCode() method Equals (line 1594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1602) | public override readonly bool Equals(object other) method ToString (line 1605) | public override readonly string ToString() method ToString (line 1610) | public readonly string ToString(string format) method ToString (line 1615) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 1623) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 1632) | public static M22i Parse(string s) method GetValue (line 1777) | public readonly object GetValue(long x, long y) method SetValue (line 1782) | public void SetValue(object value, long x, long y) method GetValue (line 1787) | public readonly object GetValue(V2l v) method SetValue (line 1792) | public void SetValue(object value, V2l v) class M22iEqualityComparer (line 1800) | public class M22iEqualityComparer : IEqualityComparer method Equals (line 1807) | public bool Equals(M22i v0, M22i v1) method GetHashCode (line 1812) | public int GetHashCode(M22i v) class Mat (line 1823) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 2657) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM22iExtensions (line 2684) | public static class IRandomUniformM22iExtensions method UniformM22i (line 2691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM22iNonZero (line 2702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM22i (line 2713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM22i (line 2724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M22l (line 2739) | [DataContract] method M22l (line 2751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22l (line 2911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 3104) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 3142) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 3180) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 3218) | public readonly void CopyTo(double[] array, long index) method Copy (line 3229) | public readonly M22i Copy(Func element_fun) method Copy (line 3239) | public readonly M22i Copy(Func element_index0_ind... method Copy (line 3249) | public readonly M22l Copy(Func element_fun) method Copy (line 3259) | public readonly M22l Copy(Func element_index0_in... method Copy (line 3269) | public readonly M22f Copy(Func element_fun) method Copy (line 3279) | public readonly M22f Copy(Func element_index0_i... method Copy (line 3289) | public readonly M22d Copy(Func element_fun) method Copy (line 3299) | public readonly M22d Copy(Func element_index0_... method ToArray (line 3306) | public readonly long[] ToArray() method FromCols (line 3320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 3328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 3336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 3344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 3352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 3360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 3368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 3376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 3389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 3396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 3409) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 4196) | public override readonly int GetHashCode() method Equals (line 4203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 4211) | public override readonly bool Equals(object other) method ToString (line 4214) | public override readonly string ToString() method ToString (line 4219) | public readonly string ToString(string format) method ToString (line 4224) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 4232) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 4241) | public static M22l Parse(string s) method GetValue (line 4386) | public readonly object GetValue(long x, long y) method SetValue (line 4391) | public void SetValue(object value, long x, long y) method GetValue (line 4396) | public readonly object GetValue(V2l v) method SetValue (line 4401) | public void SetValue(object value, V2l v) class M22lEqualityComparer (line 4409) | public class M22lEqualityComparer : IEqualityComparer method Equals (line 4416) | public bool Equals(M22l v0, M22l v1) method GetHashCode (line 4421) | public int GetHashCode(M22l v) class Mat (line 4432) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 5266) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM22lExtensions (line 5293) | public static class IRandomUniformM22lExtensions method UniformM22l (line 5300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM22lNonZero (line 5311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM22l (line 5322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM22l (line 5333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M22f (line 5348) | [DataContract] method M22f (line 5360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5367) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22f (line 5520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 5713) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 5751) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 5789) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 5827) | public readonly void CopyTo(double[] array, long index) method Copy (line 5838) | public readonly M22i Copy(Func element_fun) method Copy (line 5848) | public readonly M22i Copy(Func element_index0_in... method Copy (line 5858) | public readonly M22l Copy(Func element_fun) method Copy (line 5868) | public readonly M22l Copy(Func element_index0_i... method Copy (line 5878) | public readonly M22f Copy(Func element_fun) method Copy (line 5888) | public readonly M22f Copy(Func element_index0_... method Copy (line 5898) | public readonly M22d Copy(Func element_fun) method Copy (line 5908) | public readonly M22d Copy(Func element_index0... method ToArray (line 5915) | public readonly float[] ToArray() method FromCols (line 5929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 5937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 5945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 5953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 5961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 5969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 5977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 5985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 5998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 6005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 6012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 6027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 6041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 6048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 6061) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 6822) | public override readonly int GetHashCode() method Equals (line 6829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 6837) | public override readonly bool Equals(object other) method ToString (line 6840) | public override readonly string ToString() method ToString (line 6845) | public readonly string ToString(string format) method ToString (line 6850) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 6858) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 6867) | public static M22f Parse(string s) method LuInvert (line 6960) | public bool LuInvert() method LuInverse (line 6975) | public readonly M22f LuInverse() method GetValue (line 7049) | public readonly object GetValue(long x, long y) method SetValue (line 7054) | public void SetValue(object value, long x, long y) method GetValue (line 7059) | public readonly object GetValue(V2l v) method SetValue (line 7064) | public void SetValue(object value, V2l v) class M22fEqualityComparer (line 7072) | public class M22fEqualityComparer : IEqualityComparer method Equals (line 7079) | public bool Equals(M22f v0, M22f v1) method GetHashCode (line 7084) | public int GetHashCode(M22f v) class Mat (line 7095) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 8105) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM22fExtensions (line 8185) | public static class IRandomUniformM22fExtensions method UniformM22f (line 8192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM22fClosed (line 8203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM22fOpen (line 8214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M22d (line 8229) | [DataContract] method M22d (line 8241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M22d (line 8401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 8594) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 8632) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 8670) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 8708) | public readonly void CopyTo(double[] array, long index) method Copy (line 8719) | public readonly M22i Copy(Func element_fun) method Copy (line 8729) | public readonly M22i Copy(Func element_index0_i... method Copy (line 8739) | public readonly M22l Copy(Func element_fun) method Copy (line 8749) | public readonly M22l Copy(Func element_index0_... method Copy (line 8759) | public readonly M22f Copy(Func element_fun) method Copy (line 8769) | public readonly M22f Copy(Func element_index0... method Copy (line 8779) | public readonly M22d Copy(Func element_fun) method Copy (line 8789) | public readonly M22d Copy(Func element_index... method ToArray (line 8796) | public readonly double[] ToArray() method FromCols (line 8810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 8818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 8826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 8834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 8842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 8850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 8858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 8866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 8879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 8886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 8893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 8908) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 8922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 8929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 8942) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 9591) | public override readonly int GetHashCode() method Equals (line 9598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 9606) | public override readonly bool Equals(object other) method ToString (line 9609) | public override readonly string ToString() method ToString (line 9614) | public readonly string ToString(string format) method ToString (line 9619) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 9627) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 9636) | public static M22d Parse(string s) method LuInvert (line 9729) | public unsafe bool LuInvert() method LuInverse (line 9748) | public unsafe readonly M22d LuInverse() method GetValue (line 9830) | public readonly object GetValue(long x, long y) method SetValue (line 9835) | public void SetValue(object value, long x, long y) method GetValue (line 9840) | public readonly object GetValue(V2l v) method SetValue (line 9845) | public void SetValue(object value, V2l v) class M22dEqualityComparer (line 9853) | public class M22dEqualityComparer : IEqualityComparer method Equals (line 9860) | public bool Equals(M22d v0, M22d v1) method GetHashCode (line 9865) | public int GetHashCode(M22d v) class Mat (line 9876) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 10886) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM22dExtensions (line 10966) | public static class IRandomUniformM22dExtensions method UniformM22d (line 10973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM22dClosed (line 10984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM22dOpen (line 10995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM22dFull (line 11006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM22dFullClosed (line 11017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM22dFullOpen (line 11028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M23i (line 11043) | [DataContract] method M23i (line 11055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23i (line 11226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 11419) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 11459) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 11499) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 11539) | public readonly void CopyTo(double[] array, long index) method Copy (line 11552) | public readonly M23i Copy(Func element_fun) method Copy (line 11562) | public readonly M23i Copy(Func element_index0_inde... method Copy (line 11572) | public readonly M23l Copy(Func element_fun) method Copy (line 11582) | public readonly M23l Copy(Func element_index0_ind... method Copy (line 11592) | public readonly M23f Copy(Func element_fun) method Copy (line 11602) | public readonly M23f Copy(Func element_index0_in... method Copy (line 11612) | public readonly M23d Copy(Func element_fun) method Copy (line 11622) | public readonly M23d Copy(Func element_index0_i... method ToArray (line 11629) | public readonly int[] ToArray() method FromCols (line 11645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 11653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 11661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 11669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 11677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 11694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 11705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 11722) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 12638) | public override readonly int GetHashCode() method Equals (line 12645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 12653) | public override readonly bool Equals(object other) method ToString (line 12656) | public override readonly string ToString() method ToString (line 12661) | public readonly string ToString(string format) method ToString (line 12666) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 12674) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 12683) | public static M23i Parse(string s) method GetValue (line 12769) | public readonly object GetValue(long x, long y) method SetValue (line 12774) | public void SetValue(object value, long x, long y) method GetValue (line 12779) | public readonly object GetValue(V2l v) method SetValue (line 12784) | public void SetValue(object value, V2l v) class M23iEqualityComparer (line 12792) | public class M23iEqualityComparer : IEqualityComparer method Equals (line 12799) | public bool Equals(M23i v0, M23i v1) method GetHashCode (line 12804) | public int GetHashCode(M23i v) class Mat (line 12815) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 13702) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM23iExtensions (line 13729) | public static class IRandomUniformM23iExtensions method UniformM23i (line 13736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM23iNonZero (line 13747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM23i (line 13758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM23i (line 13769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M23l (line 13784) | [DataContract] method M23l (line 13796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23l (line 13967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 14160) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 14200) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 14240) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 14280) | public readonly void CopyTo(double[] array, long index) method Copy (line 14293) | public readonly M23i Copy(Func element_fun) method Copy (line 14303) | public readonly M23i Copy(Func element_index0_ind... method Copy (line 14313) | public readonly M23l Copy(Func element_fun) method Copy (line 14323) | public readonly M23l Copy(Func element_index0_in... method Copy (line 14333) | public readonly M23f Copy(Func element_fun) method Copy (line 14343) | public readonly M23f Copy(Func element_index0_i... method Copy (line 14353) | public readonly M23d Copy(Func element_fun) method Copy (line 14363) | public readonly M23d Copy(Func element_index0_... method ToArray (line 14370) | public readonly long[] ToArray() method FromCols (line 14386) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 14394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 14402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 14410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 14418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 14435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 14446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 14463) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 15267) | public override readonly int GetHashCode() method Equals (line 15274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 15282) | public override readonly bool Equals(object other) method ToString (line 15285) | public override readonly string ToString() method ToString (line 15290) | public readonly string ToString(string format) method ToString (line 15295) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 15303) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 15312) | public static M23l Parse(string s) method GetValue (line 15398) | public readonly object GetValue(long x, long y) method SetValue (line 15403) | public void SetValue(object value, long x, long y) method GetValue (line 15408) | public readonly object GetValue(V2l v) method SetValue (line 15413) | public void SetValue(object value, V2l v) class M23lEqualityComparer (line 15421) | public class M23lEqualityComparer : IEqualityComparer method Equals (line 15428) | public bool Equals(M23l v0, M23l v1) method GetHashCode (line 15433) | public int GetHashCode(M23l v) class Mat (line 15444) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 16331) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM23lExtensions (line 16358) | public static class IRandomUniformM23lExtensions method UniformM23l (line 16365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM23lNonZero (line 16376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM23l (line 16387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM23l (line 16398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M23f (line 16413) | [DataContract] method M23f (line 16425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16470) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16554) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23f (line 16596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 16789) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 16829) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 16869) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 16909) | public readonly void CopyTo(double[] array, long index) method Copy (line 16922) | public readonly M23i Copy(Func element_fun) method Copy (line 16932) | public readonly M23i Copy(Func element_index0_in... method Copy (line 16942) | public readonly M23l Copy(Func element_fun) method Copy (line 16952) | public readonly M23l Copy(Func element_index0_i... method Copy (line 16962) | public readonly M23f Copy(Func element_fun) method Copy (line 16972) | public readonly M23f Copy(Func element_index0_... method Copy (line 16982) | public readonly M23d Copy(Func element_fun) method Copy (line 16992) | public readonly M23d Copy(Func element_index0... method ToArray (line 16999) | public readonly float[] ToArray() method FromCols (line 17015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 17023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 17031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 17039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 17047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 17064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 17075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 17086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 17101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 17115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 17122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 17135) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 17913) | public override readonly int GetHashCode() method Equals (line 17920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 17928) | public override readonly bool Equals(object other) method ToString (line 17931) | public override readonly string ToString() method ToString (line 17936) | public readonly string ToString(string format) method ToString (line 17941) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 17949) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 17958) | public static M23f Parse(string s) method GetValue (line 18044) | public readonly object GetValue(long x, long y) method SetValue (line 18049) | public void SetValue(object value, long x, long y) method GetValue (line 18054) | public readonly object GetValue(V2l v) method SetValue (line 18059) | public void SetValue(object value, V2l v) class M23fEqualityComparer (line 18067) | public class M23fEqualityComparer : IEqualityComparer method Equals (line 18074) | public bool Equals(M23f v0, M23f v1) method GetHashCode (line 18079) | public int GetHashCode(M23f v) class Mat (line 18090) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 19036) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM23fExtensions (line 19116) | public static class IRandomUniformM23fExtensions method UniformM23f (line 19123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM23fClosed (line 19134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM23fOpen (line 19145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M23d (line 19160) | [DataContract] method M23d (line 19172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19217) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M23d (line 19343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 19536) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 19576) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 19616) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 19656) | public readonly void CopyTo(double[] array, long index) method Copy (line 19669) | public readonly M23i Copy(Func element_fun) method Copy (line 19679) | public readonly M23i Copy(Func element_index0_i... method Copy (line 19689) | public readonly M23l Copy(Func element_fun) method Copy (line 19699) | public readonly M23l Copy(Func element_index0_... method Copy (line 19709) | public readonly M23f Copy(Func element_fun) method Copy (line 19719) | public readonly M23f Copy(Func element_index0... method Copy (line 19729) | public readonly M23d Copy(Func element_fun) method Copy (line 19739) | public readonly M23d Copy(Func element_index... method ToArray (line 19746) | public readonly double[] ToArray() method FromCols (line 19762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 19770) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 19778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 19786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 19794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 19811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 19822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 19833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 19848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 19862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 19869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 19882) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 20548) | public override readonly int GetHashCode() method Equals (line 20555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 20563) | public override readonly bool Equals(object other) method ToString (line 20566) | public override readonly string ToString() method ToString (line 20571) | public readonly string ToString(string format) method ToString (line 20576) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 20584) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 20593) | public static M23d Parse(string s) method GetValue (line 20679) | public readonly object GetValue(long x, long y) method SetValue (line 20684) | public void SetValue(object value, long x, long y) method GetValue (line 20689) | public readonly object GetValue(V2l v) method SetValue (line 20694) | public void SetValue(object value, V2l v) class M23dEqualityComparer (line 20702) | public class M23dEqualityComparer : IEqualityComparer method Equals (line 20709) | public bool Equals(M23d v0, M23d v1) method GetHashCode (line 20714) | public int GetHashCode(M23d v) class Mat (line 20725) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 21671) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM23dExtensions (line 21751) | public static class IRandomUniformM23dExtensions method UniformM23d (line 21758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM23dClosed (line 21769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM23dOpen (line 21780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM23dFull (line 21791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM23dFullClosed (line 21802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM23dFullOpen (line 21813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M33i (line 21828) | [DataContract] method M33i (line 21842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 21993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 22001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 22009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 22017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 22025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33i (line 22033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 22250) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 22297) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 22344) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 22391) | public readonly void CopyTo(double[] array, long index) method Copy (line 22407) | public readonly M33i Copy(Func element_fun) method Copy (line 22418) | public readonly M33i Copy(Func element_index0_inde... method Copy (line 22429) | public readonly M33l Copy(Func element_fun) method Copy (line 22440) | public readonly M33l Copy(Func element_index0_ind... method Copy (line 22451) | public readonly M33f Copy(Func element_fun) method Copy (line 22462) | public readonly M33f Copy(Func element_index0_in... method Copy (line 22473) | public readonly M33d Copy(Func element_fun) method Copy (line 22484) | public readonly M33d Copy(Func element_index0_i... method UpperLeftM22 (line 22495) | public readonly M22i UpperLeftM22() method ToArray (line 22500) | public readonly int[] ToArray() method FromCols (line 22519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 22528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 22537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 22546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 22555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 22564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 22573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 22582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 22596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 22603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 22610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 22622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 22634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 22650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 22662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 22678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 22690) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 22702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 22720) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 23758) | public override readonly int GetHashCode() method Equals (line 23766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 23775) | public override readonly bool Equals(object other) method ToString (line 23778) | public override readonly string ToString() method ToString (line 23783) | public readonly string ToString(string format) method ToString (line 23788) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 23796) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 23806) | public static M33i Parse(string s) method GetValue (line 23982) | public readonly object GetValue(long x, long y) method SetValue (line 23987) | public void SetValue(object value, long x, long y) method GetValue (line 23992) | public readonly object GetValue(V2l v) method SetValue (line 23997) | public void SetValue(object value, V2l v) class M33iEqualityComparer (line 24005) | public class M33iEqualityComparer : IEqualityComparer method Equals (line 24012) | public bool Equals(M33i v0, M33i v1) method GetHashCode (line 24017) | public int GetHashCode(M33i v) class Mat (line 24028) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 25189) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM33iExtensions (line 25216) | public static class IRandomUniformM33iExtensions method UniformM33i (line 25223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM33iNonZero (line 25235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM33i (line 25247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM33i (line 25259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M33l (line 25275) | [DataContract] method M33l (line 25289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25376) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25424) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33l (line 25480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 25697) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 25744) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 25791) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 25838) | public readonly void CopyTo(double[] array, long index) method Copy (line 25854) | public readonly M33i Copy(Func element_fun) method Copy (line 25865) | public readonly M33i Copy(Func element_index0_ind... method Copy (line 25876) | public readonly M33l Copy(Func element_fun) method Copy (line 25887) | public readonly M33l Copy(Func element_index0_in... method Copy (line 25898) | public readonly M33f Copy(Func element_fun) method Copy (line 25909) | public readonly M33f Copy(Func element_index0_i... method Copy (line 25920) | public readonly M33d Copy(Func element_fun) method Copy (line 25931) | public readonly M33d Copy(Func element_index0_... method UpperLeftM22 (line 25942) | public readonly M22l UpperLeftM22() method ToArray (line 25947) | public readonly long[] ToArray() method FromCols (line 25966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 25975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 25984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 25993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 26002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 26011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 26020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 26029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 26043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 26050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 26057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 26069) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 26081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 26097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 26109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 26125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 26137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 26149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 26167) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 27079) | public override readonly int GetHashCode() method Equals (line 27087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 27096) | public override readonly bool Equals(object other) method ToString (line 27099) | public override readonly string ToString() method ToString (line 27104) | public readonly string ToString(string format) method ToString (line 27109) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 27117) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 27127) | public static M33l Parse(string s) method GetValue (line 27303) | public readonly object GetValue(long x, long y) method SetValue (line 27308) | public void SetValue(object value, long x, long y) method GetValue (line 27313) | public readonly object GetValue(V2l v) method SetValue (line 27318) | public void SetValue(object value, V2l v) class M33lEqualityComparer (line 27326) | public class M33lEqualityComparer : IEqualityComparer method Equals (line 27333) | public bool Equals(M33l v0, M33l v1) method GetHashCode (line 27338) | public int GetHashCode(M33l v) class Mat (line 27349) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 28510) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM33lExtensions (line 28537) | public static class IRandomUniformM33lExtensions method UniformM33l (line 28544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM33lNonZero (line 28556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM33l (line 28568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM33l (line 28580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M33f (line 28596) | [DataContract] method M33f (line 28610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33f (line 28801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 29018) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 29065) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 29112) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 29159) | public readonly void CopyTo(double[] array, long index) method Copy (line 29175) | public readonly M33i Copy(Func element_fun) method Copy (line 29186) | public readonly M33i Copy(Func element_index0_in... method Copy (line 29197) | public readonly M33l Copy(Func element_fun) method Copy (line 29208) | public readonly M33l Copy(Func element_index0_i... method Copy (line 29219) | public readonly M33f Copy(Func element_fun) method Copy (line 29230) | public readonly M33f Copy(Func element_index0_... method Copy (line 29241) | public readonly M33d Copy(Func element_fun) method Copy (line 29252) | public readonly M33d Copy(Func element_index0... method UpperLeftM22 (line 29263) | public readonly M22f UpperLeftM22() method ToArray (line 29268) | public readonly float[] ToArray() method FromCols (line 29287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 29296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 29305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 29314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 29323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 29332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 29341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 29350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 29364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 29371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 29378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 29390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 29402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 29414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 29426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 29442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 29454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 29466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 29482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 29497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 29504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 29511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 29519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 29530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 29538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 29548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 29559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 29570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 29581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 29592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 29607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 29614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 29629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 29636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 29651) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 29662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 29674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 29686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 29704) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 30576) | public override readonly int GetHashCode() method Equals (line 30584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 30593) | public override readonly bool Equals(object other) method ToString (line 30596) | public override readonly string ToString() method ToString (line 30601) | public readonly string ToString(string format) method ToString (line 30606) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 30614) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 30624) | public static M33f Parse(string s) method LuInvert (line 30743) | public bool LuInvert() method LuInverse (line 30758) | public readonly M33f LuInverse() method GetValue (line 30837) | public readonly object GetValue(long x, long y) method SetValue (line 30842) | public void SetValue(object value, long x, long y) method GetValue (line 30847) | public readonly object GetValue(V2l v) method SetValue (line 30852) | public void SetValue(object value, V2l v) class M33fEqualityComparer (line 30860) | public class M33fEqualityComparer : IEqualityComparer method Equals (line 30867) | public bool Equals(M33f v0, M33f v1) method GetHashCode (line 30872) | public int GetHashCode(M33f v) class Mat (line 30883) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 32222) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM33fExtensions (line 32302) | public static class IRandomUniformM33fExtensions method UniformM33f (line 32309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM33fClosed (line 32321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM33fOpen (line 32333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M33d (line 32349) | [DataContract] method M33d (line 32363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32514) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M33d (line 32554) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 32771) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 32818) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 32865) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 32912) | public readonly void CopyTo(double[] array, long index) method Copy (line 32928) | public readonly M33i Copy(Func element_fun) method Copy (line 32939) | public readonly M33i Copy(Func element_index0_i... method Copy (line 32950) | public readonly M33l Copy(Func element_fun) method Copy (line 32961) | public readonly M33l Copy(Func element_index0_... method Copy (line 32972) | public readonly M33f Copy(Func element_fun) method Copy (line 32983) | public readonly M33f Copy(Func element_index0... method Copy (line 32994) | public readonly M33d Copy(Func element_fun) method Copy (line 33005) | public readonly M33d Copy(Func element_index... method UpperLeftM22 (line 33016) | public readonly M22d UpperLeftM22() method ToArray (line 33021) | public readonly double[] ToArray() method FromCols (line 33040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 33049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 33058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 33067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 33076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 33085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 33094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 33103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 33117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 33124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 33131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 33143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 33155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 33167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 33179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 33195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 33207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 33219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 33235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 33250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 33257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 33264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 33272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 33283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 33291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 33301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 33312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 33323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 33334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 33345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 33360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 33367) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 33382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 33389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 33404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 33415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 33427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 33439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 33457) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 34203) | public override readonly int GetHashCode() method Equals (line 34211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 34220) | public override readonly bool Equals(object other) method ToString (line 34223) | public override readonly string ToString() method ToString (line 34228) | public readonly string ToString(string format) method ToString (line 34233) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 34241) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 34251) | public static M33d Parse(string s) method LuInvert (line 34370) | public unsafe bool LuInvert() method LuInverse (line 34389) | public unsafe readonly M33d LuInverse() method GetValue (line 34476) | public readonly object GetValue(long x, long y) method SetValue (line 34481) | public void SetValue(object value, long x, long y) method GetValue (line 34486) | public readonly object GetValue(V2l v) method SetValue (line 34491) | public void SetValue(object value, V2l v) class M33dEqualityComparer (line 34499) | public class M33dEqualityComparer : IEqualityComparer method Equals (line 34506) | public bool Equals(M33d v0, M33d v1) method GetHashCode (line 34511) | public int GetHashCode(M33d v) class Mat (line 34522) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 35861) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM33dExtensions (line 35941) | public static class IRandomUniformM33dExtensions method UniformM33d (line 35948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM33dClosed (line 35960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM33dOpen (line 35972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM33dFull (line 35984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM33dFullClosed (line 35996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM33dFullOpen (line 36008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M34i (line 36024) | [DataContract] method M34i (line 36038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36227) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34i (line 36243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 36460) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 36510) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 36560) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 36610) | public readonly void CopyTo(double[] array, long index) method Copy (line 36629) | public readonly M34i Copy(Func element_fun) method Copy (line 36640) | public readonly M34i Copy(Func element_index0_inde... method Copy (line 36651) | public readonly M34l Copy(Func element_fun) method Copy (line 36662) | public readonly M34l Copy(Func element_index0_ind... method Copy (line 36673) | public readonly M34f Copy(Func element_fun) method Copy (line 36684) | public readonly M34f Copy(Func element_index0_in... method Copy (line 36695) | public readonly M34d Copy(Func element_fun) method Copy (line 36706) | public readonly M34d Copy(Func element_index0_i... method ToArray (line 36714) | public readonly int[] ToArray() method FromCols (line 36736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 36745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 36754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 36763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 36772) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 36786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 36798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 36810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 36826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 36838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 36854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 36866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 36878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 36896) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 37959) | public override readonly int GetHashCode() method Equals (line 37967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 37976) | public override readonly bool Equals(object other) method ToString (line 37979) | public override readonly string ToString() method ToString (line 37984) | public readonly string ToString(string format) method ToString (line 37989) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 37997) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 38007) | public static M34i Parse(string s) method GetValue (line 38106) | public readonly object GetValue(long x, long y) method SetValue (line 38111) | public void SetValue(object value, long x, long y) method GetValue (line 38116) | public readonly object GetValue(V2l v) method SetValue (line 38121) | public void SetValue(object value, V2l v) class M34iEqualityComparer (line 38129) | public class M34iEqualityComparer : IEqualityComparer method Equals (line 38136) | public bool Equals(M34i v0, M34i v1) method GetHashCode (line 38141) | public int GetHashCode(M34i v) class Mat (line 38152) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 39300) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM34iExtensions (line 39327) | public static class IRandomUniformM34iExtensions method UniformM34i (line 39334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM34iNonZero (line 39346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM34i (line 39358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM34i (line 39370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M34l (line 39386) | [DataContract] method M34l (line 39400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39453) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34l (line 39605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 39822) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 39872) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 39922) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 39972) | public readonly void CopyTo(double[] array, long index) method Copy (line 39991) | public readonly M34i Copy(Func element_fun) method Copy (line 40002) | public readonly M34i Copy(Func element_index0_ind... method Copy (line 40013) | public readonly M34l Copy(Func element_fun) method Copy (line 40024) | public readonly M34l Copy(Func element_index0_in... method Copy (line 40035) | public readonly M34f Copy(Func element_fun) method Copy (line 40046) | public readonly M34f Copy(Func element_index0_i... method Copy (line 40057) | public readonly M34d Copy(Func element_fun) method Copy (line 40068) | public readonly M34d Copy(Func element_index0_... method ToArray (line 40076) | public readonly long[] ToArray() method FromCols (line 40098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 40107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 40116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 40125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 40134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 40148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 40160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 40172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 40188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 40200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 40216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 40228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 40240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 40258) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 41195) | public override readonly int GetHashCode() method Equals (line 41203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 41212) | public override readonly bool Equals(object other) method ToString (line 41215) | public override readonly string ToString() method ToString (line 41220) | public readonly string ToString(string format) method ToString (line 41225) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 41233) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 41243) | public static M34l Parse(string s) method GetValue (line 41342) | public readonly object GetValue(long x, long y) method SetValue (line 41347) | public void SetValue(object value, long x, long y) method GetValue (line 41352) | public readonly object GetValue(V2l v) method SetValue (line 41357) | public void SetValue(object value, V2l v) class M34lEqualityComparer (line 41365) | public class M34lEqualityComparer : IEqualityComparer method Equals (line 41372) | public bool Equals(M34l v0, M34l v1) method GetHashCode (line 41377) | public int GetHashCode(M34l v) class Mat (line 41388) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 42536) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM34lExtensions (line 42563) | public static class IRandomUniformM34lExtensions method UniformM34l (line 42570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM34lNonZero (line 42582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM34l (line 42594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM34l (line 42606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M34f (line 42622) | [DataContract] method M34f (line 42636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34f (line 42841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 43058) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 43108) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 43158) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 43208) | public readonly void CopyTo(double[] array, long index) method Copy (line 43227) | public readonly M34i Copy(Func element_fun) method Copy (line 43238) | public readonly M34i Copy(Func element_index0_in... method Copy (line 43249) | public readonly M34l Copy(Func element_fun) method Copy (line 43260) | public readonly M34l Copy(Func element_index0_i... method Copy (line 43271) | public readonly M34f Copy(Func element_fun) method Copy (line 43282) | public readonly M34f Copy(Func element_index0_... method Copy (line 43293) | public readonly M34d Copy(Func element_fun) method Copy (line 43304) | public readonly M34d Copy(Func element_index0... method ToArray (line 43312) | public readonly float[] ToArray() method FromCols (line 43334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 43343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 43352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 43361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 43370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 43384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 43396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 43408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 43420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 43436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 43448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 43460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 43477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 43488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 43496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 43506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 43517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 43528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 43539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 43550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 43565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 43572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 43587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 43594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 43609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 43620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 43632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 43644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 43662) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 44559) | public override readonly int GetHashCode() method Equals (line 44567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 44576) | public override readonly bool Equals(object other) method ToString (line 44579) | public override readonly string ToString() method ToString (line 44584) | public readonly string ToString(string format) method ToString (line 44589) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 44597) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 44607) | public static M34f Parse(string s) method GetValue (line 44706) | public readonly object GetValue(long x, long y) method SetValue (line 44711) | public void SetValue(object value, long x, long y) method GetValue (line 44716) | public readonly object GetValue(V2l v) method SetValue (line 44721) | public void SetValue(object value, V2l v) class M34fEqualityComparer (line 44729) | public class M34fEqualityComparer : IEqualityComparer method Equals (line 44736) | public bool Equals(M34f v0, M34f v1) method GetHashCode (line 44741) | public int GetHashCode(M34f v) class Mat (line 44752) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 45978) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM34fExtensions (line 46058) | public static class IRandomUniformM34fExtensions method UniformM34f (line 46065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM34fClosed (line 46077) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM34fOpen (line 46089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M34d (line 46105) | [DataContract] method M34d (line 46119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M34d (line 46324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 46541) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 46591) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 46641) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 46691) | public readonly void CopyTo(double[] array, long index) method Copy (line 46710) | public readonly M34i Copy(Func element_fun) method Copy (line 46721) | public readonly M34i Copy(Func element_index0_i... method Copy (line 46732) | public readonly M34l Copy(Func element_fun) method Copy (line 46743) | public readonly M34l Copy(Func element_index0_... method Copy (line 46754) | public readonly M34f Copy(Func element_fun) method Copy (line 46765) | public readonly M34f Copy(Func element_index0... method Copy (line 46776) | public readonly M34d Copy(Func element_fun) method Copy (line 46787) | public readonly M34d Copy(Func element_index... method ToArray (line 46795) | public readonly double[] ToArray() method FromCols (line 46817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 46826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 46835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 46844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 46853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 46867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 46879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 46891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 46903) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 46919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 46931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 46943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 46960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 46971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 46979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 46989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 47000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 47011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 47022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 47033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 47048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 47055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 47070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 47077) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 47092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 47103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 47115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 47127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 47145) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 47916) | public override readonly int GetHashCode() method Equals (line 47924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 47933) | public override readonly bool Equals(object other) method ToString (line 47936) | public override readonly string ToString() method ToString (line 47941) | public readonly string ToString(string format) method ToString (line 47946) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 47954) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 47964) | public static M34d Parse(string s) method GetValue (line 48063) | public readonly object GetValue(long x, long y) method SetValue (line 48068) | public void SetValue(object value, long x, long y) method GetValue (line 48073) | public readonly object GetValue(V2l v) method SetValue (line 48078) | public void SetValue(object value, V2l v) class M34dEqualityComparer (line 48086) | public class M34dEqualityComparer : IEqualityComparer method Equals (line 48093) | public bool Equals(M34d v0, M34d v1) method GetHashCode (line 48098) | public int GetHashCode(M34d v) class Mat (line 48109) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 49335) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM34dExtensions (line 49415) | public static class IRandomUniformM34dExtensions method UniformM34d (line 49422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM34dClosed (line 49434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM34dOpen (line 49446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM34dFull (line 49458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM34dFullClosed (line 49470) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM34dFullOpen (line 49482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M44i (line 49498) | [DataContract] method M44i (line 49514) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49523) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44i (line 49740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 49981) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 50039) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 50097) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 50155) | public readonly void CopyTo(double[] array, long index) method Copy (line 50178) | public readonly M44i Copy(Func element_fun) method Copy (line 50190) | public readonly M44i Copy(Func element_index0_inde... method Copy (line 50202) | public readonly M44l Copy(Func element_fun) method Copy (line 50214) | public readonly M44l Copy(Func element_index0_ind... method Copy (line 50226) | public readonly M44f Copy(Func element_fun) method Copy (line 50238) | public readonly M44f Copy(Func element_index0_in... method Copy (line 50250) | public readonly M44d Copy(Func element_fun) method Copy (line 50262) | public readonly M44d Copy(Func element_index0_i... method UpperLeftM33 (line 50274) | public readonly M33i UpperLeftM33() method ToArray (line 50279) | public readonly int[] ToArray() method FromCols (line 50305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 50315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 50325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 50335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 50345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 50355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 50365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 50375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 50390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 50397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 50404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 50417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 50430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 50447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 50460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 50477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 50490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 50503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 50522) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 51715) | public override readonly int GetHashCode() method Equals (line 51724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 51734) | public override readonly bool Equals(object other) method ToString (line 51737) | public override readonly string ToString() method ToString (line 51742) | public readonly string ToString(string format) method ToString (line 51747) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 51755) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 51766) | public static M44i Parse(string s) method GetValue (line 51970) | public readonly object GetValue(long x, long y) method SetValue (line 51975) | public void SetValue(object value, long x, long y) method GetValue (line 51980) | public readonly object GetValue(V2l v) method SetValue (line 51985) | public void SetValue(object value, V2l v) class M44iEqualityComparer (line 51993) | public class M44iEqualityComparer : IEqualityComparer method Equals (line 52000) | public bool Equals(M44i v0, M44i v1) method GetHashCode (line 52005) | public int GetHashCode(M44i v) class Mat (line 52016) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 53468) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM44iExtensions (line 53495) | public static class IRandomUniformM44iExtensions method UniformM44i (line 53502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM44iNonZero (line 53515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM44i (line 53528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM44i (line 53541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M44l (line 53558) | [DataContract] method M44l (line 53574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53647) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44l (line 53800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 54041) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 54099) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 54157) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 54215) | public readonly void CopyTo(double[] array, long index) method Copy (line 54238) | public readonly M44i Copy(Func element_fun) method Copy (line 54250) | public readonly M44i Copy(Func element_index0_ind... method Copy (line 54262) | public readonly M44l Copy(Func element_fun) method Copy (line 54274) | public readonly M44l Copy(Func element_index0_in... method Copy (line 54286) | public readonly M44f Copy(Func element_fun) method Copy (line 54298) | public readonly M44f Copy(Func element_index0_i... method Copy (line 54310) | public readonly M44d Copy(Func element_fun) method Copy (line 54322) | public readonly M44d Copy(Func element_index0_... method UpperLeftM33 (line 54334) | public readonly M33l UpperLeftM33() method ToArray (line 54339) | public readonly long[] ToArray() method FromCols (line 54365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 54375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 54385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 54395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 54405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 54415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 54425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 54435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 54450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 54457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 54464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 54477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 54490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 54507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 54520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 54537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 54550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 54563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 54582) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 55635) | public override readonly int GetHashCode() method Equals (line 55644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 55654) | public override readonly bool Equals(object other) method ToString (line 55657) | public override readonly string ToString() method ToString (line 55662) | public readonly string ToString(string format) method ToString (line 55667) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 55675) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 55686) | public static M44l Parse(string s) method GetValue (line 55890) | public readonly object GetValue(long x, long y) method SetValue (line 55895) | public void SetValue(object value, long x, long y) method GetValue (line 55900) | public readonly object GetValue(V2l v) method SetValue (line 55905) | public void SetValue(object value, V2l v) class M44lEqualityComparer (line 55913) | public class M44lEqualityComparer : IEqualityComparer method Equals (line 55920) | public bool Equals(M44l v0, M44l v1) method GetHashCode (line 55925) | public int GetHashCode(M44l v) class Mat (line 55936) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 57388) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM44lExtensions (line 57415) | public static class IRandomUniformM44lExtensions method UniformM44l (line 57422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM44lNonZero (line 57435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM44l (line 57448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM44l (line 57461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M44f (line 57478) | [DataContract] method M44f (line 57494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44f (line 57720) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 57961) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 58019) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 58077) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 58135) | public readonly void CopyTo(double[] array, long index) method Copy (line 58158) | public readonly M44i Copy(Func element_fun) method Copy (line 58170) | public readonly M44i Copy(Func element_index0_in... method Copy (line 58182) | public readonly M44l Copy(Func element_fun) method Copy (line 58194) | public readonly M44l Copy(Func element_index0_i... method Copy (line 58206) | public readonly M44f Copy(Func element_fun) method Copy (line 58218) | public readonly M44f Copy(Func element_index0_... method Copy (line 58230) | public readonly M44d Copy(Func element_fun) method Copy (line 58242) | public readonly M44d Copy(Func element_index0... method UpperLeftM33 (line 58254) | public readonly M33f UpperLeftM33() method ToArray (line 58259) | public readonly float[] ToArray() method FromCols (line 58285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 58295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 58305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 58315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 58325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 58335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 58345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 58355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 58370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 58377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 58384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 58397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 58410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 58423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 58440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 58453) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 58466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 58483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 58491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 58502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 58510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 58520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 58531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 58542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 58553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 58564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 58580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 58587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 58603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 58610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 58626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 58637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 58650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 58663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 58682) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 59681) | public override readonly int GetHashCode() method Equals (line 59690) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 59700) | public override readonly bool Equals(object other) method ToString (line 59703) | public override readonly string ToString() method ToString (line 59708) | public readonly string ToString(string format) method ToString (line 59713) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 59721) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 59732) | public static M44f Parse(string s) method LuInvert (line 59872) | public bool LuInvert() method LuInverse (line 59887) | public readonly M44f LuInverse() method GetValue (line 59973) | public readonly object GetValue(long x, long y) method SetValue (line 59978) | public void SetValue(object value, long x, long y) method GetValue (line 59983) | public readonly object GetValue(V2l v) method SetValue (line 59988) | public void SetValue(object value, V2l v) class M44fEqualityComparer (line 59996) | public class M44fEqualityComparer : IEqualityComparer method Equals (line 60003) | public bool Equals(M44f v0, M44f v1) method GetHashCode (line 60008) | public int GetHashCode(M44f v) class Mat (line 60019) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 61688) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM44fExtensions (line 61768) | public static class IRandomUniformM44fExtensions method UniformM44f (line 61775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM44fClosed (line 61788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM44fOpen (line 61801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type M44d (line 61818) | [DataContract] method M44d (line 61834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 61843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 61856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 61877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 61898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 61907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 61916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 61925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 61934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 61943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 61952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 61961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 61970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 61979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 61988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 61997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 62006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 62015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 62024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 62033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 62042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 62051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method M44d (line 62060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 62301) | public readonly void CopyTo(int[] array, long index) method CopyTo (line 62359) | public readonly void CopyTo(long[] array, long index) method CopyTo (line 62417) | public readonly void CopyTo(float[] array, long index) method CopyTo (line 62475) | public readonly void CopyTo(double[] array, long index) method Copy (line 62498) | public readonly M44i Copy(Func element_fun) method Copy (line 62510) | public readonly M44i Copy(Func element_index0_i... method Copy (line 62522) | public readonly M44l Copy(Func element_fun) method Copy (line 62534) | public readonly M44l Copy(Func element_index0_... method Copy (line 62546) | public readonly M44f Copy(Func element_fun) method Copy (line 62558) | public readonly M44f Copy(Func element_index0... method Copy (line 62570) | public readonly M44d Copy(Func element_fun) method Copy (line 62582) | public readonly M44d Copy(Func element_index... method UpperLeftM33 (line 62594) | public readonly M33d UpperLeftM33() method ToArray (line 62599) | public readonly double[] ToArray() method FromCols (line 62625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 62635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 62645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 62655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 62665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 62675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 62685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 62695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 62710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 62717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 62724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 62737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 62750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 62763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 62780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 62793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 62806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 62823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 62831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 62842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 62850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 62860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 62871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 62882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 62893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 62904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 62920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 62927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 62943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 62950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 62966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 62977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 62990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 63003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 63022) | [EditorBrowsable(EditorBrowsableState.Never)] method GetHashCode (line 63881) | public override readonly int GetHashCode() method Equals (line 63890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 63900) | public override readonly bool Equals(object other) method ToString (line 63903) | public override readonly string ToString() method ToString (line 63908) | public readonly string ToString(string format) method ToString (line 63913) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 63921) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 63932) | public static M44d Parse(string s) method LuInvert (line 64072) | public unsafe bool LuInvert() method LuInverse (line 64091) | public unsafe readonly M44d LuInverse() method GetValue (line 64185) | public readonly object GetValue(long x, long y) method SetValue (line 64190) | public void SetValue(object value, long x, long y) method GetValue (line 64195) | public readonly object GetValue(V2l v) method SetValue (line 64200) | public void SetValue(object value, V2l v) class M44dEqualityComparer (line 64208) | public class M44dEqualityComparer : IEqualityComparer method Equals (line 64215) | public bool Equals(M44d v0, M44d v1) method GetHashCode (line 64220) | public int GetHashCode(M44d v) class Mat (line 64231) | public static partial class Mat method GetScale (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1900) | public static int Distance1(this M22i a, M22i b) method Distance2 (line 1912) | public static double Distance2(this M22i a, M22i b) method Distance (line 1924) | public static double Distance(this M22i a, M22i b, double p) method DistanceMax (line 1938) | public static int DistanceMax(this M22i a, M22i b) method DistanceMin (line 1953) | public static int DistanceMin(this M22i a, M22i b) method Transform (line 1971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 2025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 2042) | public static int Minor(this M22i m, int row, int column) method Row (line 2050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 2060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 2078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 2085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 2127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 2211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 2253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 2295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 2337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 2379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 2421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 2463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 2505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 2547) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 4447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4509) | public static long Distance1(this M22l a, M22l b) method Distance2 (line 4521) | public static double Distance2(this M22l a, M22l b) method Distance (line 4533) | public static double Distance(this M22l a, M22l b, double p) method DistanceMax (line 4547) | public static long DistanceMax(this M22l a, M22l b) method DistanceMin (line 4562) | public static long DistanceMin(this M22l a, M22l b) method Transform (line 4580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 4601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 4634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 4651) | public static long Minor(this M22l m, int row, int column) method Row (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 4680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 4687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 4694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 5030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 5072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 5114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 5156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 5198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 5212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 5234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 5241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 5252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 5259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 7102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 7109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 7117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 7129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 7137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 7145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 7153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 7161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 7179) | public static float Distance1(this M22f a, M22f b) method Distance2 (line 7191) | public static float Distance2(this M22f a, M22f b) method Distance (line 7203) | public static float Distance(this M22f a, M22f b, float p) method DistanceMax (line 7217) | public static float DistanceMax(this M22f a, M22f b) method DistanceMin (line 7232) | public static float DistanceMin(this M22f a, M22f b) method Transform (line 7250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 7271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 7304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 7321) | public static float Minor(this M22f m, int row, int column) method Row (line 7329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 7339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 7350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 7357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 7364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 7374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 7382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 7397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 7414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 7433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 7473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 7515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 7557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 7599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 7641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 7683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 7725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 7767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 7809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 7851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 7893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 7935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 7949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 7971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 7978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 7990) | public static void Orthogonalize(this ref M22f matrix) method Orthogonalized (line 8000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 8012) | public static void Orthonormalize(this ref M22f matrix) method Orthonormalized (line 8024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 8054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 8058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 8062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 8066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 8070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 8074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 8078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 8082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 8086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 8090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 8094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 8098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 9883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 9890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 9898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 9910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 9918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 9934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 9942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 9960) | public static double Distance1(this M22d a, M22d b) method Distance2 (line 9972) | public static double Distance2(this M22d a, M22d b) method Distance (line 9984) | public static double Distance(this M22d a, M22d b, double p) method DistanceMax (line 9998) | public static double DistanceMax(this M22d a, M22d b) method DistanceMin (line 10013) | public static double DistanceMin(this M22d a, M22d b) method Transform (line 10031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 10052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 10085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Minor (line 10102) | public static double Minor(this M22d m, int row, int column) method Row (line 10110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 10120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 10131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 10138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 10145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 10155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 10163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 10178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 10195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 10214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 10296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 10338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 10380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 10422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 10506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 10548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 10590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 10632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 10674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 10716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 10730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 10752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 10759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 10771) | public static void Orthogonalize(this ref M22d matrix) method Orthogonalized (line 10781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 10793) | public static void Orthonormalize(this ref M22d matrix) method Orthonormalized (line 10805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 10835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 10839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 10843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 10847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 10851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 10855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 10859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 10863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 10867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 10871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 10875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 10879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 12822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 12830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 12842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 12850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 12858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 12866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 12874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 12894) | public static int Distance1(this M23i a, M23i b) method Distance2 (line 12908) | public static double Distance2(this M23i a, M23i b) method Distance (line 12922) | public static double Distance(this M23i a, M23i b, double p) method DistanceMax (line 12938) | public static int DistanceMax(this M23i a, M23i b) method DistanceMin (line 12955) | public static int DistanceMin(this M23i a, M23i b) method Transform (line 12975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 12983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 12995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 13002) | public static V2i TransformDir(this M23i m, V2i v) method TransformPos (line 13013) | public static V2i TransformPos(this M23i m, V2i p) method MultiplyAffine (line 13024) | public static M23i MultiplyAffine(this M23i a, M23i b) method Row (line 13043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 13053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 13292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 13340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 13388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 13436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 13484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 13532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 13580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 13628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 13644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 13670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 13677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 13688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 13695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 15451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 15459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 15471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 15479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 15487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 15495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 15503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 15523) | public static long Distance1(this M23l a, M23l b) method Distance2 (line 15537) | public static double Distance2(this M23l a, M23l b) method Distance (line 15551) | public static double Distance(this M23l a, M23l b, double p) method DistanceMax (line 15567) | public static long DistanceMax(this M23l a, M23l b) method DistanceMin (line 15584) | public static long DistanceMin(this M23l a, M23l b) method Transform (line 15604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 15612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 15624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 15631) | public static V2l TransformDir(this M23l m, V2l v) method TransformPos (line 15642) | public static V2l TransformPos(this M23l m, V2l p) method MultiplyAffine (line 15653) | public static M23l MultiplyAffine(this M23l a, M23l b) method Row (line 15672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 15682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 15729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 15777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 15825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 15873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 15921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 15969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 15985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 16017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 16065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 16113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 16161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 16209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 16257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 16273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 16299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 16306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 16317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 16324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 18097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 18104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 18112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 18124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 18132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 18140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 18148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 18156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 18176) | public static float Distance1(this M23f a, M23f b) method Distance2 (line 18190) | public static float Distance2(this M23f a, M23f b) method Distance (line 18204) | public static float Distance(this M23f a, M23f b, float p) method DistanceMax (line 18220) | public static float DistanceMax(this M23f a, M23f b) method DistanceMin (line 18237) | public static float DistanceMin(this M23f a, M23f b) method Transform (line 18257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 18265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 18277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 18284) | public static V2f TransformDir(this M23f m, V2f v) method TransformPos (line 18295) | public static V2f TransformPos(this M23f m, V2f p) method MultiplyAffine (line 18306) | public static M23f MultiplyAffine(this M23f a, M23f b) method Row (line 18325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 18335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 18382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 18430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 18478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 18526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 18574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 18622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 18670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 18718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 18766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 18814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 18862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 18910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 18926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 18952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 18959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 18970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 18977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 18985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 18989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 18993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 18997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 19001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 19005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 19009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 19013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 19017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 19021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 19025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 19029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetRotation (line 20732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 20739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 20747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 20759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 20767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 20775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 20783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 20791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 20811) | public static double Distance1(this M23d a, M23d b) method Distance2 (line 20825) | public static double Distance2(this M23d a, M23d b) method Distance (line 20839) | public static double Distance(this M23d a, M23d b, double p) method DistanceMax (line 20855) | public static double DistanceMax(this M23d a, M23d b) method DistanceMin (line 20872) | public static double DistanceMin(this M23d a, M23d b) method Transform (line 20892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 20900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 20912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 20919) | public static V2d TransformDir(this M23d m, V2d v) method TransformPos (line 20930) | public static V2d TransformPos(this M23d m, V2d p) method MultiplyAffine (line 20941) | public static M23d MultiplyAffine(this M23d a, M23d b) method Row (line 20960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 20970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 21017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 21113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 21161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 21257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 21305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 21353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 21401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 21449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 21497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 21545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 21587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 21594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 21620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 21624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 21628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 21632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 21636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 21640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 21644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 21648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 21652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 21656) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 21660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 21664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 24035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 24043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 24050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 24058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 24070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 24078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 24086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 24094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 24102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 24125) | public static int Distance1(this M33i a, M33i b) method Distance2 (line 24142) | public static double Distance2(this M33i a, M33i b) method Distance (line 24159) | public static double Distance(this M33i a, M33i b, double p) method DistanceMax (line 24178) | public static int DistanceMax(this M33i a, M33i b) method DistanceMin (line 24199) | public static int DistanceMin(this M33i a, M33i b) method Transform (line 24223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 24231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 24252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 24265) | public static V2i TransformDir(this M33i m, V2i v) method TransformPos (line 24277) | public static V2i TransformPos(this M33i m, V2i p) method TransformPosProj (line 24289) | public static V2i TransformPosProj(this M33i m, V2i p) method TransformPosProjFull (line 24299) | public static V3i TransformPosProjFull(this M33i m, V2i p) method TransposedTransformDir (line 24311) | public static V2i TransposedTransformDir(this M33i m, V2i v) method TransposedTransformPos (line 24323) | public static V2i TransposedTransformPos(this M33i m, V2i p) method TransposedTransformPosProj (line 24335) | public static V2i TransposedTransformPosProj(this M33i m, V2i p) method TransposedTransformProj (line 24341) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 24349) | public static V3i TransposedTransformPosProjFull(this M33i m, V2i p) method TransposedTransformProjFull (line 24358) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 24370) | public static M22i Minor(this M33i m, int row, int column) method Row (line 24390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 24400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 24411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 24418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 24425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 24479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 24536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 24593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 24650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 24707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 24764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 24821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 24878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 24935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 24992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 25049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 25106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 25125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 25157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 25164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 25175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 25182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 27364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 27371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 27379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 27391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 27399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 27407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 27415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 27423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 27446) | public static long Distance1(this M33l a, M33l b) method Distance2 (line 27463) | public static double Distance2(this M33l a, M33l b) method Distance (line 27480) | public static double Distance(this M33l a, M33l b, double p) method DistanceMax (line 27499) | public static long DistanceMax(this M33l a, M33l b) method DistanceMin (line 27520) | public static long DistanceMin(this M33l a, M33l b) method Transform (line 27544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 27552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 27573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 27586) | public static V2l TransformDir(this M33l m, V2l v) method TransformPos (line 27598) | public static V2l TransformPos(this M33l m, V2l p) method TransformPosProj (line 27610) | public static V2l TransformPosProj(this M33l m, V2l p) method TransformPosProjFull (line 27620) | public static V3l TransformPosProjFull(this M33l m, V2l p) method TransposedTransformDir (line 27632) | public static V2l TransposedTransformDir(this M33l m, V2l v) method TransposedTransformPos (line 27644) | public static V2l TransposedTransformPos(this M33l m, V2l p) method TransposedTransformPosProj (line 27656) | public static V2l TransposedTransformPosProj(this M33l m, V2l p) method TransposedTransformProj (line 27662) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 27670) | public static V3l TransposedTransformPosProjFull(this M33l m, V2l p) method TransposedTransformProjFull (line 27679) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 27691) | public static M22l Minor(this M33l m, int row, int column) method Row (line 27711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 27721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 27732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 27739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 27746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 27800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 27857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 27914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 27971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 27990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 28028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 28085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 28142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 28199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 28256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 28313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 28370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 28427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 28446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 28478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 28485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 28496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 28503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 30890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 30898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 30905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 30913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 30925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 30933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 30941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 30949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 30957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 30980) | public static float Distance1(this M33f a, M33f b) method Distance2 (line 30997) | public static float Distance2(this M33f a, M33f b) method Distance (line 31014) | public static float Distance(this M33f a, M33f b, float p) method DistanceMax (line 31033) | public static float DistanceMax(this M33f a, M33f b) method DistanceMin (line 31054) | public static float DistanceMin(this M33f a, M33f b) method Transform (line 31078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 31086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 31107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 31120) | public static V2f TransformDir(this M33f m, V2f v) method TransformPos (line 31132) | public static V2f TransformPos(this M33f m, V2f p) method TransformPosProj (line 31144) | public static V2f TransformPosProj(this M33f m, V2f p) method TransformPosProjFull (line 31154) | public static V3f TransformPosProjFull(this M33f m, V2f p) method TransposedTransformDir (line 31166) | public static V2f TransposedTransformDir(this M33f m, V2f v) method TransposedTransformPos (line 31178) | public static V2f TransposedTransformPos(this M33f m, V2f p) method TransposedTransformPosProj (line 31190) | public static V2f TransposedTransformPosProj(this M33f m, V2f p) method TransposedTransformProj (line 31196) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 31204) | public static V3f TransposedTransformPosProjFull(this M33f m, V2f p) method TransposedTransformProjFull (line 31213) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 31225) | public static M22f Minor(this M33f m, int row, int column) method Row (line 31245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 31255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 31266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 31273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 31280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 31292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 31300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 31315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 31332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 31351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 31401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 31458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 31515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 31572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 31629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 31686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 31743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 31800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 31857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 31914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 31971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 31990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 32028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 32047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 32079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 32086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 32098) | public static void Orthogonalize(this ref M33f matrix) method Orthogonalized (line 32112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 32124) | public static void Orthonormalize(this ref M33f matrix) method Orthonormalized (line 32141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 32171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 32175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 32179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 32183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 32187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 32191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 32195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 32199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 32203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 32207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 32211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 32215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 34529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 34537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale2 (line 34544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector2 (line 34552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34619) | public static double Distance1(this M33d a, M33d b) method Distance2 (line 34636) | public static double Distance2(this M33d a, M33d b) method Distance (line 34653) | public static double Distance(this M33d a, M33d b, double p) method DistanceMax (line 34672) | public static double DistanceMax(this M33d a, M33d b) method DistanceMin (line 34693) | public static double DistanceMin(this M33d a, M33d b) method Transform (line 34717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 34725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 34746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 34759) | public static V2d TransformDir(this M33d m, V2d v) method TransformPos (line 34771) | public static V2d TransformPos(this M33d m, V2d p) method TransformPosProj (line 34783) | public static V2d TransformPosProj(this M33d m, V2d p) method TransformPosProjFull (line 34793) | public static V3d TransformPosProjFull(this M33d m, V2d p) method TransposedTransformDir (line 34805) | public static V2d TransposedTransformDir(this M33d m, V2d v) method TransposedTransformPos (line 34817) | public static V2d TransposedTransformPos(this M33d m, V2d p) method TransposedTransformPosProj (line 34829) | public static V2d TransposedTransformPosProj(this M33d m, V2d p) method TransposedTransformProj (line 34835) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 34843) | public static V3d TransposedTransformPosProjFull(this M33d m, V2d p) method TransposedTransformProjFull (line 34852) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 34864) | public static M22d Minor(this M33d m, int row, int column) method Row (line 34884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 34894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 34905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 34912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 34919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 34931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 34939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 34954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 34971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 34990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 35040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 35097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 35154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 35211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 35268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 35325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 35382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 35439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 35496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 35553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 35667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 35686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 35718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 35725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 35737) | public static void Orthogonalize(this ref M33d matrix) method Orthogonalized (line 35751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 35763) | public static void Orthonormalize(this ref M33d matrix) method Orthonormalized (line 35780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 35810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 35814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 35818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 35822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 35826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 35830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 35834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 35838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 35842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 35846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 35850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 35854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 38159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 38167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 38179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 38187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 38195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 38203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 38211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 38237) | public static int Distance1(this M34i a, M34i b) method Distance2 (line 38257) | public static double Distance2(this M34i a, M34i b) method Distance (line 38277) | public static double Distance(this M34i a, M34i b, double p) method DistanceMax (line 38299) | public static int DistanceMax(this M34i a, M34i b) method DistanceMin (line 38323) | public static int DistanceMin(this M34i a, M34i b) method Transform (line 38350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 38357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 38364) | public static V3i TransformDir(this M34i m, V3i v) method TransformPos (line 38376) | public static V3i TransformPos(this M34i m, V3i p) method MultiplyAffine (line 38388) | public static M34i MultiplyAffine(this M34i a, M34i b) method Row (line 38413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 38423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 38482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 38548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 38614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 38680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 38746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 38812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 38878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 38944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 38988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 39010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 39076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 39142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 39208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 39230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 39268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 39275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 39286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 39293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 41395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 41403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 41415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 41423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 41431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 41439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 41447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 41473) | public static long Distance1(this M34l a, M34l b) method Distance2 (line 41493) | public static double Distance2(this M34l a, M34l b) method Distance (line 41513) | public static double Distance(this M34l a, M34l b, double p) method DistanceMax (line 41535) | public static long DistanceMax(this M34l a, M34l b) method DistanceMin (line 41559) | public static long DistanceMin(this M34l a, M34l b) method Transform (line 41586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 41593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 41600) | public static V3l TransformDir(this M34l m, V3l v) method TransformPos (line 41612) | public static V3l TransformPos(this M34l m, V3l p) method MultiplyAffine (line 41624) | public static M34l MultiplyAffine(this M34l a, M34l b) method Row (line 41649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 41659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 41718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 41850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 41916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 41982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 42048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42092) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 42114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 42180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 42246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 42312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 42378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 42444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 42466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 42504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 42511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 42522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 42529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 44759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 44767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 44776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 44785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 44793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 44805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 44813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 44821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 44829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 44837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 44863) | public static float Distance1(this M34f a, M34f b) method Distance2 (line 44883) | public static float Distance2(this M34f a, M34f b) method Distance (line 44903) | public static float Distance(this M34f a, M34f b, float p) method DistanceMax (line 44925) | public static float DistanceMax(this M34f a, M34f b) method DistanceMin (line 44949) | public static float DistanceMin(this M34f a, M34f b) method Transform (line 44976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 44983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 44990) | public static V3f TransformDir(this M34f m, V3f v) method TransformPos (line 45002) | public static V3f TransformPos(this M34f m, V3f p) method MultiplyAffine (line 45014) | public static M34f MultiplyAffine(this M34f a, M34f b) method Row (line 45039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 45049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 45108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45152) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 45174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 45240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 45306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 45372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 45438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 45504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 45570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 45636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 45702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 45768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 45834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 45856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 45894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 45901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 45927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 45931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 45935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 45939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 45943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 45947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 45951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 45955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 45959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 45963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 45967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 45971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 48116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 48124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 48133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 48142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 48150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48220) | public static double Distance1(this M34d a, M34d b) method Distance2 (line 48240) | public static double Distance2(this M34d a, M34d b) method Distance (line 48260) | public static double Distance(this M34d a, M34d b, double p) method DistanceMax (line 48282) | public static double DistanceMax(this M34d a, M34d b) method DistanceMin (line 48306) | public static double DistanceMin(this M34d a, M34d b) method Transform (line 48333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 48340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 48347) | public static V3d TransformDir(this M34d m, V3d v) method TransformPos (line 48359) | public static V3d TransformPos(this M34d m, V3d p) method MultiplyAffine (line 48371) | public static M34d MultiplyAffine(this M34d a, M34d b) method Row (line 48396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 48406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 49059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 49125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 49191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 49213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 49251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 49258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 49284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 49288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 49292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 49296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 49300) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 49304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 49308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 49312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 49316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 49320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 49324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 49328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 52023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 52031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 52038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 52046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 52058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 52066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 52074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 52082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 52090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 52120) | public static int Distance1(this M44i a, M44i b) method Distance2 (line 52144) | public static double Distance2(this M44i a, M44i b) method Distance (line 52168) | public static double Distance(this M44i a, M44i b, double p) method DistanceMax (line 52194) | public static int DistanceMax(this M44i a, M44i b) method DistanceMin (line 52223) | public static int DistanceMin(this M44i a, M44i b) method Transform (line 52255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 52262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 52269) | public static V3i TransformDir(this M44i m, V3i v) method TransformPos (line 52282) | public static V3i TransformPos(this M44i m, V3i p) method TransformPosProj (line 52295) | public static V3i TransformPosProj(this M44i m, V3i p) method TransformPosProjFull (line 52305) | public static V4i TransformPosProjFull(this M44i m, V3i p) method TransposedTransformDir (line 52318) | public static V3i TransposedTransformDir(this M44i m, V3i v) method TransposedTransformPos (line 52331) | public static V3i TransposedTransformPos(this M44i m, V3i p) method TransposedTransformPosProj (line 52344) | public static V3i TransposedTransformPosProj(this M44i m, V3i p) method TransposedTransformProj (line 52350) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 52358) | public static V4i TransposedTransformPosProjFull(this M44i m, V3i p) method TransposedTransformProjFull (line 52368) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 52380) | public static M33i Minor(this M44i m, int row, int column) method Row (line 52400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 52410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 52421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 52428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 52435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 52506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 52584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 52662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 52740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 52818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 52896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 52974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 53052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 53130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 53208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 53286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 53364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 53390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 53436) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 53443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 53454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 53461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 55943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 55951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 55958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 55966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 55978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 55986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 55994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 56002) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 56010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 56040) | public static long Distance1(this M44l a, M44l b) method Distance2 (line 56064) | public static double Distance2(this M44l a, M44l b) method Distance (line 56088) | public static double Distance(this M44l a, M44l b, double p) method DistanceMax (line 56114) | public static long DistanceMax(this M44l a, M44l b) method DistanceMin (line 56143) | public static long DistanceMin(this M44l a, M44l b) method Transform (line 56175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 56182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 56189) | public static V3l TransformDir(this M44l m, V3l v) method TransformPos (line 56202) | public static V3l TransformPos(this M44l m, V3l p) method TransformPosProj (line 56215) | public static V3l TransformPosProj(this M44l m, V3l p) method TransformPosProjFull (line 56225) | public static V4l TransformPosProjFull(this M44l m, V3l p) method TransposedTransformDir (line 56238) | public static V3l TransposedTransformDir(this M44l m, V3l v) method TransposedTransformPos (line 56251) | public static V3l TransposedTransformPos(this M44l m, V3l p) method TransposedTransformPosProj (line 56264) | public static V3l TransposedTransformPosProj(this M44l m, V3l p) method TransposedTransformProj (line 56270) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 56278) | public static V4l TransposedTransformPosProjFull(this M44l m, V3l p) method TransposedTransformProjFull (line 56288) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 56300) | public static M33l Minor(this M44l m, int row, int column) method Row (line 56320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 56330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 56341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 56348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 56355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 56426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 56504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 56582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 56660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 56738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 56816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 56894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 56972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 56998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 57284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 57356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 57363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 57374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 57381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 60026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 60034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 60041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 60049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 60058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 60067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 60075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 60087) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 60095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 60103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 60111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 60119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 60149) | public static float Distance1(this M44f a, M44f b) method Distance2 (line 60173) | public static float Distance2(this M44f a, M44f b) method Distance (line 60197) | public static float Distance(this M44f a, M44f b, float p) method DistanceMax (line 60223) | public static float DistanceMax(this M44f a, M44f b) method DistanceMin (line 60252) | public static float DistanceMin(this M44f a, M44f b) method Transform (line 60284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 60291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 60298) | public static V3f TransformDir(this M44f m, V3f v) method TransformPos (line 60311) | public static V3f TransformPos(this M44f m, V3f p) method TransformPosProj (line 60324) | public static V3f TransformPosProj(this M44f m, V3f p) method TransformPosProjFull (line 60334) | public static V4f TransformPosProjFull(this M44f m, V3f p) method TransposedTransformDir (line 60347) | public static V3f TransposedTransformDir(this M44f m, V3f v) method TransposedTransformPos (line 60360) | public static V3f TransposedTransformPos(this M44f m, V3f p) method TransposedTransformPosProj (line 60373) | public static V3f TransposedTransformPosProj(this M44f m, V3f p) method TransposedTransformProj (line 60379) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 60387) | public static V4f TransposedTransformPosProjFull(this M44f m, V3f p) method TransposedTransformProjFull (line 60397) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 60409) | public static M33f Minor(this M44f m, int row, int column) method Row (line 60429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 60439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 60450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 60457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 60464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 60479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 60487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 60502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 60519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 60538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 60602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 60680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 60758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 60836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 60914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 60992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 61070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 61148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 61226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 61304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 61382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 61460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 61486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 61532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 61539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 61551) | public static void Orthogonalize(this ref M44f matrix) method Orthogonalized (line 61571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 61583) | public static void Orthonormalize(this ref M44f matrix) method Orthonormalized (line 61607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 61637) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 61641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 61645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 61649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 61653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 61657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 61661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 61665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 61669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 61673) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 61677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 61681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 64238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 64246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale3 (line 64253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector3 (line 64261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 64270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 64279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 64287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 64297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 64324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 64332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 64340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 64348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 64356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 64386) | public static double Distance1(this M44d a, M44d b) method Distance2 (line 64410) | public static double Distance2(this M44d a, M44d b) method Distance (line 64434) | public static double Distance(this M44d a, M44d b, double p) method DistanceMax (line 64460) | public static double DistanceMax(this M44d a, M44d b) method DistanceMin (line 64489) | public static double DistanceMin(this M44d a, M44d b) method Transform (line 64521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 64528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 64535) | public static V3d TransformDir(this M44d m, V3d v) method TransformPos (line 64548) | public static V3d TransformPos(this M44d m, V3d p) method TransformPosProj (line 64561) | public static V3d TransformPosProj(this M44d m, V3d p) method TransformPosProjFull (line 64571) | public static V4d TransformPosProjFull(this M44d m, V3d p) method TransposedTransformDir (line 64584) | public static V3d TransposedTransformDir(this M44d m, V3d v) method TransposedTransformPos (line 64597) | public static V3d TransposedTransformPos(this M44d m, V3d p) method TransposedTransformPosProj (line 64610) | public static V3d TransposedTransformPosProj(this M44d m, V3d p) method TransposedTransformProj (line 64616) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 64624) | public static V4d TransposedTransformPosProjFull(this M44d m, V3d p) method TransposedTransformProjFull (line 64634) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method Minor (line 64646) | public static M33d Minor(this M44d m, int row, int column) method Row (line 64666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 64676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 64687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 64694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 64701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 64716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 64724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 64739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 64756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 64775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 64839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 64917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 64995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 65073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 65151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 65229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 65307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 65385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 65463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 65541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 65619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 65697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 65723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 65769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 65776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 65788) | public static void Orthogonalize(this ref M44d matrix) method Orthogonalized (line 65808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 65820) | public static void Orthonormalize(this ref M44d matrix) method Orthonormalized (line 65844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyFinite (line 65874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllFinite (line 65878) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNaN (line 65882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNaN (line 65886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyInfinity (line 65890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllInfinity (line 65894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyPositiveInfinity (line 65898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllPositiveInfinity (line 65902) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyNegativeInfinity (line 65906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllNegativeInfinity (line 65910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 65914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 65918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 65925) | public static partial class Fun method ApproximateEquals (line 2664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 5273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 5286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 8119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 8150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 8157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 8164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 8171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 8178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 10900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 10920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 10931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 10938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 10945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 10952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 10959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 13709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 16338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 16351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19043) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 19081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 21685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 21705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 21716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 21723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 21730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 21737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 21744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 28517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 28530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 32236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 32256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 32267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 32274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 32281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 32288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 32295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35868) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 35895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 35906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 35913) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 35920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 35927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 35934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 39307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 39320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 42543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 42556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 45992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 46012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 46023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 46030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 46037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 46044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 46051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 49349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 49380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 49387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 49394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 49401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 53475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 53488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 61702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 61722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 61733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 61740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 61747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 61754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 61761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 65939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 65959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 65970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 65977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 65984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 65991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 65998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniformM44dExtensions (line 66005) | public static class IRandomUniformM44dExtensions method UniformM44d (line 66012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM44dClosed (line 66025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM44dOpen (line 66038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM44dFull (line 66051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM44dFullClosed (line 66064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformM44dFullOpen (line 66077) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/Matrix_template.cs type __nmtype__ (line 74) | [DataContract] method __nmtype__ (line 86) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __nmtype__ (line 94) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __nmtype__ (line 103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __nmtype__ (line 112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __nmtype__ (line 122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __nmtype__ (line 136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 198) | public readonly void CopyTo(__ftype1__[] array, long index) method Copy (line 212) | public readonly __nmtype1__ Copy(Func<__ftype__, __ftype1__> element_fun) method Copy (line 221) | public readonly __nmtype1__ Copy(Func<__ftype__, int, int, __ftype1__>... method UpperLeft__nmtype1x__ (line 234) | public readonly __nmtype1__ UpperLeft__nmtype1x__() method ToArray (line 240) | public readonly __ftype__[] ToArray() method FromCols (line 253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRows (line 260) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDiagonal (line 281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAntiDiagonal (line 307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 397) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DivideByInt (line 673) | [EditorBrowsable(EditorBrowsableState.Never)] method __opact__ (line 995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __opact__ (line 1003) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __opact__ (line 1010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __op__ (line 1046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __op__ (line 1053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __op__ (line 1060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1140) | public override readonly int GetHashCode() method Equals (line 1146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1153) | public override readonly bool Equals(object other) method ToString (line 1156) | public override readonly string ToString() method ToString (line 1161) | public readonly string ToString(string format) method ToString (line 1166) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 1174) | public readonly string ToString(string format, IFormatProvider fp, str... method Parse (line 1182) | public static __nmtype__ Parse(string s) method LuInvert (line 1322) | public/*# if(ftype == "double") { Out(" unsafe"); } */ bool LuInvert() method LuInverse (line 1351) | public/*# if(ftype == "double") { Out(" unsafe"); } */ readonly __nmty... method GetValue (line 1452) | public readonly object GetValue(long x, long y) method SetValue (line 1457) | public void SetValue(object value, long x, long y) method GetValue (line 1462) | public readonly object GetValue(V2l v) method SetValue (line 1467) | public void SetValue(object value, V2l v) class __nmtype__EqualityComparer (line 1475) | public class __nmtype__EqualityComparer : IEqualityComparer<__nmtype__> method Equals (line 1482) | public bool Equals(__nmtype__ v0, __nmtype__ v1) method GetHashCode (line 1487) | public int GetHashCode(__nmtype__ v) class Mat (line 1498) | public static partial class Mat method GetRotation (line 1506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 1514) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale__nsub1__ (line 1530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector__nsub1__ (line 1538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 1549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 1558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 1566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 1578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1653) | public static __ftype__ Distance1(this __nmtype__ a, __nmtype__ b) method Distance2 (line 1662) | public static __ctype__ Distance2(this __nmtype__ a, __nmtype__ b) method Distance (line 1671) | public static __ctype__ Distance(this __nmtype__ a, __nmtype__ b, __ct... method DistanceMax (line 1682) | public static __ftype__ DistanceMax(this __nmtype__ a, __nmtype__ b) method DistanceMin (line 1694) | public static __ftype__ DistanceMin(this __nmtype__ a, __nmtype__ b) method Transform (line 1709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 1735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransposedTransform (line 1750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1763) | public static __vmsub1type__ TransformDir(this __nmtype__ m, __vmsub1t... method TransformPos (line 1774) | public static __vmsub1type__ TransformPos(this __nmtype__ m, __vmsub1t... method TransformPosProj (line 1786) | public static __vmsub1type__ TransformPosProj(this __nmtype__ m, __vms... method TransformPosProjFull (line 1796) | public static __vmtype__ TransformPosProjFull(this __nmtype__ m, __vms... method TransposedTransformDir (line 1806) | public static __vmsub1type__ TransposedTransformDir(this __nmtype__ m,... method TransposedTransformPos (line 1817) | public static __vmsub1type__ TransposedTransformPos(this __nmtype__ m,... method TransposedTransformPosProj (line 1828) | public static __vmsub1type__ TransposedTransformPosProj(this __nmtype_... method TransposedTransformProj (line 1834) | [Obsolete("Use TransposedTransformPosProj instead.")] method TransposedTransformPosProjFull (line 1842) | public static __vmtype__ TransposedTransformPosProjFull(this __nmtype_... method TransposedTransformProjFull (line 1849) | [Obsolete("Use TransposedTransformPosProjFull instead.")] method MultiplyAffine (line 1859) | public static __nmtype__ MultiplyAffine(this __nmtype__ a, __nmtype__ b) method Minor (line 1880) | public static __rettype__ Minor(this __nmtype__ m, int row, int column) method Row (line 1905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Column (line 1918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Determinant (line 1934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transposed (line 1941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transpose (line 1948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 1975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsIdentity (line 1984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 1991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthonormal (line 2001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 2008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsOrthogonal (line 2020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method All__opName__ (line 2040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method All__opName__ (line 2051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method All__opName__ (line 2062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Any__opName__ (line 2073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Any__opName__ (line 2084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Any__opName__ (line 2095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonalize (line 2143) | public static void Orthogonalize(this ref __nmtype__ matrix) method Orthogonalized (line 2158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthonormalize (line 2170) | public static void Orthonormalize(this ref __nmtype__ matrix) method Orthonormalized (line 2187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllTiny (line 2210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __qant____cond__ (line 2223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 2233) | public static partial class Fun method ApproximateEquals (line 2241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 2270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaN (line 2283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 2290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 2297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 2304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 2311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class IRandomUniform__nmtype__Extensions (line 2319) | public static class IRandomUniform__nmtype__Extensions method Uniform__nmtype____v__ (line 2335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Uniform__nmtype__ (line 2347) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Uniform__nmtype__ (line 2357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/Rot2_auto.cs type Rot2f (line 15) | [DataContract] method Rot2f (line 27) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot2f (line 36) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot2f (line 45) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM22f (line 280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33f (line 291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromEuclidean2f (line 311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSimilarity2f (line 325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine2f (line 342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo2f (line 351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRadians (line 358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDegrees (line 365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 456) | public override readonly int GetHashCode() method ToString (line 461) | public override readonly string ToString() method Parse (line 466) | public static Rot2f Parse(string s) method Equals (line 474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 478) | public override readonly bool Equals(object other) class Rot (line 484) | public static partial class Rot method Inverse (line 491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Difference (line 520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 1121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Difference (line 1129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 598) | public static partial class Fun method ApproximateEquals (line 602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1217) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Rot2d (line 624) | [DataContract] method Rot2d (line 636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot2d (line 645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot2d (line 654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM22d (line 889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33d (line 900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromEuclidean2d (line 920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSimilarity2d (line 934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine2d (line 951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo2d (line 960) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRadians (line 967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDegrees (line 974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1065) | public override readonly int GetHashCode() method ToString (line 1070) | public override readonly string ToString() method Parse (line 1075) | public static Rot2d Parse(string s) method Equals (line 1083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1087) | public override readonly bool Equals(object other) class Rot (line 1093) | public static partial class Rot method Inverse (line 491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Difference (line 520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 1121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Difference (line 1129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1140) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1179) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 1207) | public static partial class Fun method ApproximateEquals (line 602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1217) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/Rot2_template.cs type __type__ (line 42) | [DataContract] method __type__ (line 54) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 63) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 72) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__m22t__ (line 226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__m33t__ (line 237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__euclidean2t__ (line 257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__similarity2t__ (line 271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__affine2t__ (line 288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__trafo2t__ (line 297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromRadians (line 304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromDegrees (line 311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 360) | public override readonly int GetHashCode() method ToString (line 365) | public override readonly string ToString() method Parse (line 370) | public static __type__ Parse(string s) method Equals (line 378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 382) | public override readonly bool Equals(object other) class Rot (line 388) | public static partial class Rot method Inverse (line 395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Difference (line 424) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 502) | public static partial class Fun method ApproximateEquals (line 506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/Rot3_auto.cs type Rot3f (line 17) | [DataContract] method Rot3f (line 51) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot3f (line 63) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot3f (line 75) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot3f (line 86) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot3f (line 96) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot3f (line 106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot3f (line 117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot3f (line 129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromFrame (line 552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAngleAxis (line 561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33f (line 581) | public static Rot3f FromM33f(M33f m, float epsilon = (float)1e-6) method FromM44f (line 629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromEuclidean3f (line 649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSimilarity3f (line 663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine3f (line 680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo3f (line 689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 720) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 993) | public override readonly int GetHashCode() method Equals (line 998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1002) | public override readonly bool Equals(object other) method ToString (line 1005) | public override readonly string ToString() method Parse (line 1010) | public static Rot3f Parse(string s) class Rot (line 1019) | public static partial class Rot method Dot (line 1026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceFast (line 1040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 1052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 1084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 1091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToAngleAxis (line 1113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToAxisAngle (line 1135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEulerAngles (line 1163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SlerpShortest (line 1230) | public static Rot3f SlerpShortest(this Rot3f q1, Rot3f q2, float t) method Dot (line 2320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceFast (line 2334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 2346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2367) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 2378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 2385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToAngleAxis (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToAxisAngle (line 2429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEulerAngles (line 2457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SlerpShortest (line 2524) | public static Rot3d SlerpShortest(this Rot3d q1, Rot3d q2, double t) class Fun (line 1285) | public static partial class Fun method ApproximateEquals (line 1289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Rot3d (line 1311) | [DataContract] method Rot3d (line 1345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot3d (line 1357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot3d (line 1369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot3d (line 1380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot3d (line 1390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot3d (line 1400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot3d (line 1411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rot3d (line 1423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromFrame (line 1846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAngleAxis (line 1855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33d (line 1875) | public static Rot3d FromM33d(M33d m, double epsilon = (double)1e-6) method FromM44d (line 1923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromEuclidean3d (line 1943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSimilarity3d (line 1957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine3d (line 1974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo3d (line 1983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 1992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 2006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 2014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 2031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 2041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 2048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 2058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 2065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 2075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 2083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 2107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 2118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 2126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 2287) | public override readonly int GetHashCode() method Equals (line 2292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 2296) | public override readonly bool Equals(object other) method ToString (line 2299) | public override readonly string ToString() method Parse (line 2304) | public static Rot3d Parse(string s) class Rot (line 2313) | public static partial class Rot method Dot (line 1026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceFast (line 1040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 1052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 1084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 1091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToAngleAxis (line 1113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToAxisAngle (line 1135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEulerAngles (line 1163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SlerpShortest (line 1230) | public static Rot3f SlerpShortest(this Rot3f q1, Rot3f q2, float t) method Dot (line 2320) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceFast (line 2334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 2346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2367) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 2378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 2385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToAngleAxis (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToAxisAngle (line 2429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEulerAngles (line 2457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SlerpShortest (line 2524) | public static Rot3d SlerpShortest(this Rot3d q1, Rot3d q2, double t) class Fun (line 2579) | public static partial class Fun method ApproximateEquals (line 1289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/Rot3_template.cs type __type__ (line 56) | [DataContract] method __type__ (line 90) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromFrame (line 549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAngleAxis (line 558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__m33t__ (line 578) | public static __type__ From__m33t__(__m33t__ m, __ftype__ epsilon = (_... method From__m44t__ (line 626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__euclidean3t__ (line 646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__similarity3t__ (line 660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__affine3t__ (line 677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__trafo3t__ (line 686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 934) | public override readonly int GetHashCode() method Equals (line 939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 943) | public override readonly bool Equals(object other) method ToString (line 946) | public override readonly string ToString() method Parse (line 951) | public static __type__ Parse(string s) class Rot (line 960) | public static partial class Rot method Dot (line 967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceFast (line 981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 1025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 1032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToAngleAxis (line 1051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToAxisAngle (line 1073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetEulerAngles (line 1101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method SlerpShortest (line 1168) | public static __type__ SlerpShortest(this __type__ q1, __type__ q2, __... class Fun (line 1223) | public static partial class Fun method ApproximateEquals (line 1227) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/Scale_auto.cs type Scale2f (line 19) | [DataContract] method Scale2f (line 32) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale2f (line 41) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale2f (line 50) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale2f (line 59) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale2f (line 68) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale2f (line 77) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale2f (line 86) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM22f (line 377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33f (line 391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSimilarity2f (line 414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine2f (line 431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo2f (line 440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 529) | public override readonly int GetHashCode() method Equals (line 534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 538) | public override readonly bool Equals(object other) method ToString (line 541) | public override readonly string ToString() method Parse (line 546) | public static Scale2f Parse(string s) class Scale (line 558) | public static partial class Scale method Inverse (line 565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 616) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 630) | public static partial class Fun method ApproximateEquals (line 634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Scale3f (line 657) | [DataContract] method Scale3f (line 670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale3f (line 679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale3f (line 688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale3f (line 697) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale3f (line 706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale3f (line 715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale3f (line 724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33f (line 1041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM44f (line 1055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSimilarity3f (line 1078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine3f (line 1095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo3f (line 1104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1193) | public override readonly int GetHashCode() method Equals (line 1198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1202) | public override readonly bool Equals(object other) method ToString (line 1205) | public override readonly string ToString() method Parse (line 1210) | public static Scale3f Parse(string s) class Scale (line 1223) | public static partial class Scale method Inverse (line 565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 616) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 1281) | public static partial class Fun method ApproximateEquals (line 634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Scale2d (line 1308) | [DataContract] method Scale2d (line 1321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale2d (line 1330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale2d (line 1339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale2d (line 1348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale2d (line 1357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale2d (line 1366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale2d (line 1375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM22d (line 1666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33d (line 1680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSimilarity2d (line 1703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine2d (line 1720) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo2d (line 1729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1818) | public override readonly int GetHashCode() method Equals (line 1823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1827) | public override readonly bool Equals(object other) method ToString (line 1830) | public override readonly string ToString() method Parse (line 1835) | public static Scale2d Parse(string s) class Scale (line 1847) | public static partial class Scale method Inverse (line 565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 616) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 1919) | public static partial class Fun method ApproximateEquals (line 634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Scale3d (line 1946) | [DataContract] method Scale3d (line 1959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale3d (line 1968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale3d (line 1977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale3d (line 1986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale3d (line 1995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale3d (line 2004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale3d (line 2013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33d (line 2330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM44d (line 2344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSimilarity3d (line 2367) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine3d (line 2384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo3d (line 2393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 2482) | public override readonly int GetHashCode() method Equals (line 2487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 2491) | public override readonly bool Equals(object other) method ToString (line 2494) | public override readonly string ToString() method Parse (line 2499) | public static Scale3d Parse(string s) class Scale (line 2512) | public static partial class Scale method Inverse (line 565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 616) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 2570) | public static partial class Fun method ApproximateEquals (line 634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/Scale_template.cs type __type__ (line 50) | [DataContract] method __type__ (line 63) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 72) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 81) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 90) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 99) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__mddt__ (line 357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__md1d1t__ (line 372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__similaritydt__ (line 396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__affinedt__ (line 413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__trafodt__ (line 422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 480) | public override readonly int GetHashCode() method Equals (line 485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 489) | public override readonly bool Equals(object other) method ToString (line 492) | public override readonly string ToString() method Parse (line 497) | public static __type__ Parse(string s) class Scale (line 508) | public static partial class Scale method Inverse (line 515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 562) | public static partial class Fun method ApproximateEquals (line 566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/Shift_auto.cs type Shift2f (line 19) | [DataContract] method Shift2f (line 32) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift2f (line 41) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift2f (line 50) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift2f (line 59) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift2f (line 68) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift2f (line 77) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM23f (line 411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33f (line 425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromEuclidean2f (line 445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSimilarity2f (line 459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine2f (line 476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo2f (line 485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 578) | public override readonly int GetHashCode() method Equals (line 583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 587) | public override readonly bool Equals(object other) method ToString (line 590) | public override readonly string ToString() method Parse (line 595) | public static Shift2f Parse(string s) class Shift (line 607) | public static partial class Shift method Inverse (line 614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2077) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 679) | public static partial class Fun method ApproximateEquals (line 683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Shift3f (line 706) | [DataContract] method Shift3f (line 719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift3f (line 728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift3f (line 737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift3f (line 746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift3f (line 755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift3f (line 764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM34f (line 1141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM44f (line 1155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromEuclidean3f (line 1175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSimilarity3f (line 1189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine3f (line 1206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo3f (line 1215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1309) | public override readonly int GetHashCode() method Equals (line 1314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1318) | public override readonly bool Equals(object other) method ToString (line 1321) | public override readonly string ToString() method Parse (line 1326) | public static Shift3f Parse(string s) class Shift (line 1339) | public static partial class Shift method Inverse (line 614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2077) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 1397) | public static partial class Fun method ApproximateEquals (line 683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Shift2d (line 1424) | [DataContract] method Shift2d (line 1437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift2d (line 1446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift2d (line 1455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift2d (line 1464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift2d (line 1473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift2d (line 1482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM23d (line 1816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33d (line 1830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromEuclidean2d (line 1850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSimilarity2d (line 1864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine2d (line 1881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo2d (line 1890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1983) | public override readonly int GetHashCode() method Equals (line 1988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1992) | public override readonly bool Equals(object other) method ToString (line 1995) | public override readonly string ToString() method Parse (line 2000) | public static Shift2d Parse(string s) class Shift (line 2012) | public static partial class Shift method Inverse (line 614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2077) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 2084) | public static partial class Fun method ApproximateEquals (line 683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Shift3d (line 2111) | [DataContract] method Shift3d (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift3d (line 2133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift3d (line 2142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift3d (line 2151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift3d (line 2160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Shift3d (line 2169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM34d (line 2546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM44d (line 2560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromEuclidean3d (line 2580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromSimilarity3d (line 2594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine3d (line 2611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo3d (line 2620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 2714) | public override readonly int GetHashCode() method Equals (line 2719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 2723) | public override readonly bool Equals(object other) method ToString (line 2726) | public override readonly string ToString() method Parse (line 2731) | public static Shift3d Parse(string s) class Shift (line 2744) | public static partial class Shift method Inverse (line 614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2077) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 2795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 2802) | public static partial class Fun method ApproximateEquals (line 683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/Shift_template.cs type __type__ (line 52) | [DataContract] method __type__ (line 65) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 74) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 83) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 92) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__mdd1t__ (line 415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__md1d1t__ (line 429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__euclideandt__ (line 449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__similaritydt__ (line 463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__affinedt__ (line 480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__trafodt__ (line 489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 569) | public override readonly int GetHashCode() method Equals (line 574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 578) | public override readonly bool Equals(object other) method ToString (line 581) | public override readonly string ToString() method Parse (line 586) | public static __type__ Parse(string s) class Shift (line 597) | public static partial class Shift method Inverse (line 604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 651) | public static partial class Fun method ApproximateEquals (line 655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/Similarity_auto.cs type Similarity2f (line 17) | [DataContract] method Similarity2f (line 49) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity2f (line 59) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity2f (line 69) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity2f (line 79) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity2f (line 89) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity2f (line 99) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity2f (line 109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity2f (line 119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity2f (line 129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM22fAndV2f (line 398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM23f (line 417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33f (line 427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromScale2f (line 444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine2f (line 460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo2f (line 469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaling (line 476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 580) | public override readonly int GetHashCode() method Equals (line 585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 589) | public override readonly bool Equals(object other) method ToString (line 592) | public override readonly string ToString() method Parse (line 597) | public static Similarity2f Parse(string s) class Similarity (line 606) | public static partial class Similarity method Inverse (line 613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 1466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 1473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 2207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 2216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 3012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 3019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 3032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 3039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 3048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 3057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 3066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 679) | public static partial class Fun method ApproximateEquals (line 683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Similarity3f (line 713) | [DataContract] method Similarity3f (line 745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity3f (line 755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity3f (line 765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity3f (line 775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity3f (line 785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity3f (line 795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity3f (line 805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity3f (line 815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity3f (line 825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33fAndV3f (line 1134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM34f (line 1154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM44f (line 1164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromScale3f (line 1181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine3f (line 1197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo3f (line 1206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaling (line 1213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 1247) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 1255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 1263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 1271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 1279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 1290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 1298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 1309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 1316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 1323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 1330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 1337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 1344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 1351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1410) | public override readonly int GetHashCode() method Equals (line 1415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1419) | public override readonly bool Equals(object other) method ToString (line 1422) | public override readonly string ToString() method Parse (line 1427) | public static Similarity3f Parse(string s) class Similarity (line 1436) | public static partial class Similarity method Inverse (line 613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 1466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 1473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 2207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 2216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 3012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 3019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 3032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 3039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 3048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 3057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 3066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 1529) | public static partial class Fun method ApproximateEquals (line 683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Similarity2d (line 1563) | [DataContract] method Similarity2d (line 1595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity2d (line 1605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity2d (line 1615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity2d (line 1625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity2d (line 1635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity2d (line 1645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity2d (line 1655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity2d (line 1665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity2d (line 1675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM22dAndV2d (line 1944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM23d (line 1963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33d (line 1973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromScale2d (line 1990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine2d (line 2006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo2d (line 2015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaling (line 2022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 2031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 2038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 2045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 2056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 2063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 2070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 2126) | public override readonly int GetHashCode() method Equals (line 2131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 2135) | public override readonly bool Equals(object other) method ToString (line 2138) | public override readonly string ToString() method Parse (line 2143) | public static Similarity2d Parse(string s) class Similarity (line 2152) | public static partial class Similarity method Inverse (line 613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 1466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 1473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 2207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 2216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 3012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 3019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 3032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 3039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 3048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 3057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 3066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 2225) | public static partial class Fun method ApproximateEquals (line 683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Similarity3d (line 2259) | [DataContract] method Similarity3d (line 2291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity3d (line 2301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity3d (line 2311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity3d (line 2321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity3d (line 2331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity3d (line 2341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity3d (line 2351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity3d (line 2361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Similarity3d (line 2371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM33dAndV3d (line 2680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM34d (line 2700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromM44d (line 2710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromScale3d (line 2727) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromAffine3d (line 2743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromTrafo3d (line 2752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaling (line 2759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 2768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 2775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 2782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 2793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 2801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 2809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 2817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 2825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 2836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 2844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 2855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 2862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 2869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 2876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 2883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 2890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 2897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 2956) | public override readonly int GetHashCode() method Equals (line 2961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 2965) | public override readonly bool Equals(object other) method ToString (line 2968) | public override readonly string ToString() method Parse (line 2973) | public static Similarity3d Parse(string s) class Similarity (line 2982) | public static partial class Similarity method Inverse (line 613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 1451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 1466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 1473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2167) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2189) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 2207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 2216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 2997) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 3012) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 3019) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 3032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 3039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 3048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 3057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 3066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 3075) | public static partial class Fun method ApproximateEquals (line 683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/Similarity_template.cs type __type__ (line 52) | [DataContract] method __type__ (line 84) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 94) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__mnnt__And__vnt__ (line 421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__mnmt__ (line 441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__mmmt__ (line 451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__scalent__ (line 468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__affinent__ (line 484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__trafont__ (line 493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scaling (line 500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 523) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 640) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 647) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 714) | public override readonly int GetHashCode() method Equals (line 719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 723) | public override readonly bool Equals(object other) method ToString (line 726) | public override readonly string ToString() method Parse (line 731) | public static __type__ Parse(string s) class Similarity (line 740) | public static partial class Similarity method Inverse (line 747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Invert (line 755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 835) | public static partial class Fun method ApproximateEquals (line 839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/Trafo_auto.cs type Trafo2f (line 17) | [DataContract] method Trafo2f (line 31) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo2f (line 41) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo2f (line 51) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo2f (line 61) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo2f (line 71) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo2f (line 81) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo2f (line 91) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo2f (line 101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo2f (line 111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 148) | public override int GetHashCode() => HashCode.GetCombined(Forward, Bac... method Equals (line 150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 154) | public override bool Equals(object other) method ToString (line 157) | public override string ToString() method Parse (line 160) | public static Trafo2f Parse(string s) method FromComponents (line 177) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromBasis (line 185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromOrthoNormalBasis (line 201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 282) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Trafo (line 338) | public static partial class Trafo method Inverse (line 345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 1323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 1330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 1341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewPosition (line 1356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 1365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 1374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 1382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetOrthoNormalOrientation (line 1391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Decompose (line 1408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 1462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 1470) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 1478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 1508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 1516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 1524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1880) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 1887) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 1894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 1905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 1947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 1955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 1963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 1993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 2001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 2009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 2858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 2865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 2876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 2883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewPosition (line 2891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 2900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 2909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 2917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 2927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetOrthoNormalOrientation (line 2936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Decompose (line 2953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 3007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 3015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 3023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 3030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 3037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 3045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 3053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 3061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 3069) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 481) | public static partial class Fun method ApproximateEquals (line 488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Trafo3f (line 502) | [DataContract] method Trafo3f (line 516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo3f (line 526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo3f (line 536) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo3f (line 546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo3f (line 556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo3f (line 566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo3f (line 576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo3f (line 586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo3f (line 596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 633) | public override int GetHashCode() => HashCode.GetCombined(Forward, Bac... method Equals (line 635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 639) | public override bool Equals(object other) method ToString (line 642) | public override string ToString() method Parse (line 645) | public static Trafo3f Parse(string s) method FromNormalFrame (line 658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromComponents (line 670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromBasis (line 678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromOrthoNormalBasis (line 695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 887) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ViewTrafo (line 931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ViewTrafoRH (line 952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ViewTrafoLH (line 959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionRH (line 977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionRH (line 1020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionReversedRH (line 1037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionReversedRH (line 1082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionGL (line 1099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionGL (line 1144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionReversedGL (line 1161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionReversedGL (line 1206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrthoProjectionRH (line 1223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrthoProjectionGL (line 1252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Trafo (line 1309) | public static partial class Trafo method Inverse (line 345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 1323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 1330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 1341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewPosition (line 1356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 1365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 1374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 1382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetOrthoNormalOrientation (line 1391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Decompose (line 1408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 1462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 1470) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 1478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 1508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 1516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 1524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1880) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 1887) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 1894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 1905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 1947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 1955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 1963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 1993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 2001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 2009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 2858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 2865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 2876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 2883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewPosition (line 2891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 2900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 2909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 2917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 2927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetOrthoNormalOrientation (line 2936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Decompose (line 2953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 3007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 3015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 3023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 3030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 3037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 3045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 3053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 3061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 3069) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 1531) | public static partial class Fun method ApproximateEquals (line 488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Trafo2d (line 1552) | [DataContract] method Trafo2d (line 1566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo2d (line 1576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo2d (line 1586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo2d (line 1596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo2d (line 1606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo2d (line 1616) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo2d (line 1626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo2d (line 1636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo2d (line 1646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 1683) | public override int GetHashCode() => HashCode.GetCombined(Forward, Bac... method Equals (line 1685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1689) | public override bool Equals(object other) method ToString (line 1692) | public override string ToString() method Parse (line 1695) | public static Trafo2d Parse(string s) method FromComponents (line 1712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromBasis (line 1720) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromOrthoNormalBasis (line 1736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1756) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1763) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 1770) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 1781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 1788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 1796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 1806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 1817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 1824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 1831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Trafo (line 1873) | public static partial class Trafo method Inverse (line 345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 1323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 1330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 1341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewPosition (line 1356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 1365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 1374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 1382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetOrthoNormalOrientation (line 1391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Decompose (line 1408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 1462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 1470) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 1478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 1508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 1516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 1524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1880) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 1887) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 1894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 1905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 1947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 1955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 1963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 1993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 2001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 2009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 2858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 2865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 2876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 2883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewPosition (line 2891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 2900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 2909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 2917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 2927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetOrthoNormalOrientation (line 2936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Decompose (line 2953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 3007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 3015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 3023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 3030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 3037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 3045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 3053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 3061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 3069) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 2016) | public static partial class Fun method ApproximateEquals (line 488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type Trafo3d (line 2037) | [DataContract] method Trafo3d (line 2051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo3d (line 2061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo3d (line 2071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo3d (line 2081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo3d (line 2091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo3d (line 2101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo3d (line 2111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo3d (line 2121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Trafo3d (line 2131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 2168) | public override int GetHashCode() => HashCode.GetCombined(Forward, Bac... method Equals (line 2170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 2174) | public override bool Equals(object other) method ToString (line 2177) | public override string ToString() method Parse (line 2180) | public static Trafo3d Parse(string s) method FromNormalFrame (line 2193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromComponents (line 2205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromBasis (line 2213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromOrthoNormalBasis (line 2230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 2252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 2259) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 2266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 2277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 2284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 2292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 2302) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 2313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 2321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 2330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 2338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 2349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 2357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 2365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 2373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 2384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 2392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 2399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 2407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 2414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 2422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 2433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 2441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 2449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ViewTrafo (line 2466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ViewTrafoRH (line 2487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ViewTrafoLH (line 2494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionRH (line 2512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionRH (line 2555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionReversedRH (line 2572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionReversedRH (line 2617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionGL (line 2634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionGL (line 2679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionReversedGL (line 2696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionReversedGL (line 2741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrthoProjectionRH (line 2758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrthoProjectionGL (line 2787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Trafo (line 2844) | public static partial class Trafo method Inverse (line 345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 1323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 1330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 1341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewPosition (line 1356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 1365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 1374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 1382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetOrthoNormalOrientation (line 1391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Decompose (line 1408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 1462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 1470) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 1478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 1508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 1516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 1524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 1880) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 1887) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 1894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 1905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 1912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 1947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 1955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 1963) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 1993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 2001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 2009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Inverse (line 2851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 2858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 2865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 2876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 2883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewPosition (line 2891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 2900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 2909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 2917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 2927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetOrthoNormalOrientation (line 2936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Decompose (line 2953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 2984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 2991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 2999) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 3007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 3015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 3023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 3030) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 3037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 3045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 3053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 3061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 3069) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 3076) | public static partial class Fun method ApproximateEquals (line 488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 2023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 3083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Trafos/Trafo_template.cs type __type__ (line 50) | [DataContract] method __type__ (line 64) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 74) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 84) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 94) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __type__ (line 144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetHashCode (line 181) | public override int GetHashCode() => HashCode.GetCombined(Forward, Bac... method Equals (line 183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 187) | public override bool Equals(object other) method ToString (line 190) | public override string ToString() method Parse (line 193) | public static __type__ Parse(string s) method FromNormalFrame (line 207) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromComponents (line 220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromComponents (line 230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromBasis (line 239) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromOrthoNormalBasis (line 254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Translation (line 286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Scale (line 322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 348) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Rotation (line 357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationInDegrees (line 366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEuler (line 393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationEulerInDegrees (line 401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotateInto (line 409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationX (line 420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationXInDegrees (line 428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationY (line 435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationYInDegrees (line 443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZ (line 450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RotationZInDegrees (line 458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearYZ (line 471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXZ (line 479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ShearXY (line 487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ViewTrafo (line 504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ViewTrafoRH (line 525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ViewTrafoLH (line 532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionRH (line 550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionRH (line 593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionReversedRH (line 610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionReversedRH (line 655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionGL (line 672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionGL (line 717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionReversedGL (line 734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PerspectiveProjectionReversedGL (line 779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrthoProjectionRH (line 796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OrthoProjectionGL (line 825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Trafo (line 883) | public static partial class Trafo method Inverse (line 890) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Forward (line 897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Backward (line 904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScale (line 915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetScaleVector (line 922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewPosition (line 931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionLH (line 940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetViewDirectionRH (line 949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetModelOrigin (line 957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetVisualHull (line 968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetOrthoNormalOrientation (line 978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Decompose (line 995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Transform (line 1027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformDir (line 1034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPos (line 1042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProj (line 1050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformPosProjFull (line 1058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method TransformNormal (line 1066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransform (line 1073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformDir (line 1080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPos (line 1088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProj (line 1096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformPosProjFull (line 1104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvTransformNormal (line 1112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Fun (line 1119) | public static partial class Fun method ApproximateEquals (line 1126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Vectors/HashCode.cs class VectorHashCodeExtensions (line 6) | public static class VectorHashCodeExtensions method Get1of4 (line 13) | public static int Get1of4(V2d point) method Get4 (line 27) | public static void Get4(V2d point, int[] hca) method Get1of8 (line 46) | public static int Get1of8(V3d point) method Get8 (line 61) | public static void Get8(V3d point, int[] hca) method Get1of16 (line 86) | public static int Get1of16(V4d point) method Get16 (line 102) | public static void Get16(V4d point, int[] hca) FILE: src/Aardvark.Base/Math/Vectors/V3fCoder.cs class V3fCoder (line 17) | public class V3fCoder method V3fCoder (line 40) | public V3fCoder(uint raster) method ForBits (line 71) | public static V3fCoder ForBits(int bits) method V3fCoder (line 164) | static V3fCoder() method SphericalOfBox (line 174) | public static double SphericalOfBox(double x) method BoxOfSpherical (line 176) | public static double BoxOfSpherical(double x) method Unwarp (line 181) | private double Unwarp(uint u) method Unwarp (line 184) | private double Unwarp(uint u) method Unwarp (line 188) | private double Unwarp(uint u) { return m_unWarpTable[u]; } method EncodeCornerIndex (line 232) | uint EncodeCornerIndex(uint corner) method EncodeEdgeIndex (line 242) | uint EncodeEdgeIndex(uint edge, int iu) method RawEncodeEdgeIndex (line 249) | uint RawEncodeEdgeIndex(uint edge, int iu) method EncodeFaceIndex (line 259) | uint EncodeFaceIndex(uint face, int iu, int iv) method RawEncodeFaceIndex (line 268) | uint RawEncodeFaceIndex(uint face, int iu, int iv) method Encode (line 283) | public uint Encode(V3f dir) method Decode (line 369) | public V3f Decode(uint code) method DecodeOnCube (line 417) | public V3f DecodeOnCube(uint code, bool warped) method NeighbourCodes (line 498) | public uint NeighbourCodes(uint code, uint[] neighbourCodes) method RasterForBits (line 637) | public static uint RasterForBits(int bits) method GenerateTable (line 657) | public V3f[] GenerateTable() method WriteCode (line 675) | public void WriteCode(uint code) method WriteCornerNeighbours (line 704) | public void WriteCornerNeighbours(uint corner) method WriteAllCornerNeighbours (line 721) | public void WriteAllCornerNeighbours() FILE: src/Aardvark.Base/Math/Vectors/VectorArrayExtensions.cs class ArrayVectorExtensions (line 9) | public static class ArrayVectorExtensions // this *must not* be named 'A... method Lerp (line 11) | public static float Lerp(this float[] array, WeightedIndex[] wia) method Lerp (line 17) | public static double Lerp(this double[] array, WeightedIndex[] wia) method Lerp (line 23) | public static C3b Lerp(this C3b[] array, WeightedIndex[] wia) method Lerp (line 29) | public static C3us Lerp(this C3us[] array, WeightedIndex[] wia) method Lerp (line 35) | public static C3ui Lerp(this C3ui[] array, WeightedIndex[] wia) method Lerp (line 41) | public static C3f Lerp(this C3f[] array, WeightedIndex[] wia) method Lerp (line 47) | public static C3d Lerp(this C3d[] array, WeightedIndex[] wia) method Lerp (line 53) | public static C4b Lerp(this C4b[] array, WeightedIndex[] wia) method Lerp (line 59) | public static C4us Lerp(this C4us[] array, WeightedIndex[] wia) method Lerp (line 65) | public static C4ui Lerp(this C4ui[] array, WeightedIndex[] wia) method Lerp (line 71) | public static C4f Lerp(this C4f[] array, WeightedIndex[] wia) method Lerp (line 77) | public static C4d Lerp(this C4d[] array, WeightedIndex[] wia) method Lerp (line 83) | public static V2f Lerp(this V2f[] array, WeightedIndex[] wia) method Lerp (line 89) | public static V2d Lerp(this V2d[] array, WeightedIndex[] wia) method Lerp (line 95) | public static V3f Lerp(this V3f[] array, WeightedIndex[] wia) method Lerp (line 101) | public static V3d Lerp(this V3d[] array, WeightedIndex[] wia) method Lerp (line 107) | public static V4f Lerp(this V4f[] array, WeightedIndex[] wia) method Lerp (line 113) | public static V4d Lerp(this V4d[] array, WeightedIndex[] wia) method BackwardIndexedLerpCopy (line 145) | public static Array BackwardIndexedLerpCopy( method BackwardIndexedNormalCopy (line 168) | public static Array BackwardIndexedNormalCopy( method BackwardIndexedCopy (line 178) | public static T[] BackwardIndexedCopy( method CombineTo (line 201) | public static void CombineTo( method LerpTo (line 244) | public static Array LerpTo( method LerpTo (line 259) | public static Array LerpTo( method LerpAndNormalizeTo (line 282) | public static Array LerpAndNormalizeTo( method LerpAndNormalizeTo (line 297) | public static Array LerpAndNormalizeTo( method Transformed (line 306) | public static V3d[] Transformed(this V3d[] points, M33d matrix) method TransformedPos (line 311) | public static V3d[] TransformedPos(this V3d[] points, M44d matrix) class V2dArrayExtensions (line 317) | public static class V2dArrayExtensions method Scaled (line 325) | public static V2d[] Scaled(this V2d[] pointArray, V2d center, double s) method ScaledAboutCentroid (line 337) | public static V2d[] ScaledAboutCentroid(this V2d[] pointArray, double s) method Transformed (line 345) | public static V2d[] Transformed(this V2d[] pointArray, M22d m) method TransformedPos (line 353) | public static V2d[] TransformedPos(this V2d[] pointArray, M33d m) method TransformedDir (line 361) | public static V2d[] TransformedDir(this V2d[] pointArray, M33d m) FILE: src/Aardvark.Base/Math/Vectors/VectorIEnumerableExtensions_auto.cs class VectorIEnumerableExtensions (line 5) | public static class VectorIEnumerableExtensions method Sum (line 13) | public static V2i Sum(this IEnumerable vectors) method Sum (line 28) | public static V2i Sum(this V2i[] vectors) method ComputeCentroid (line 46) | public static V2d ComputeCentroid(this IEnumerable vectors) method ComputeCentroid (line 63) | public static V2d ComputeCentroid(this V2i[] vectors) method ComputeCentroid (line 78) | public static V2d ComputeCentroid(this V2i[] vectors, int[] indices) method ComputeCentroid (line 93) | public static V2d ComputeCentroid(this V2i[] vectors, double[] weights) method ComputeCentroid (line 111) | public static V2d ComputeCentroid(this V2i[] vectors, double[] weights... method Sum (line 136) | public static V3i Sum(this IEnumerable vectors) method Sum (line 151) | public static V3i Sum(this V3i[] vectors) method ComputeCentroid (line 169) | public static V3d ComputeCentroid(this IEnumerable vectors) method ComputeCentroid (line 186) | public static V3d ComputeCentroid(this V3i[] vectors) method ComputeCentroid (line 201) | public static V3d ComputeCentroid(this V3i[] vectors, int[] indices) method ComputeCentroid (line 216) | public static V3d ComputeCentroid(this V3i[] vectors, double[] weights) method ComputeCentroid (line 234) | public static V3d ComputeCentroid(this V3i[] vectors, double[] weights... method Sum (line 259) | public static V4i Sum(this IEnumerable vectors) method Sum (line 274) | public static V4i Sum(this V4i[] vectors) method ComputeCentroid (line 292) | public static V4d ComputeCentroid(this IEnumerable vectors) method ComputeCentroid (line 309) | public static V4d ComputeCentroid(this V4i[] vectors) method ComputeCentroid (line 324) | public static V4d ComputeCentroid(this V4i[] vectors, int[] indices) method ComputeCentroid (line 339) | public static V4d ComputeCentroid(this V4i[] vectors, double[] weights) method ComputeCentroid (line 357) | public static V4d ComputeCentroid(this V4i[] vectors, double[] weights... method Sum (line 382) | public static V2ui Sum(this IEnumerable vectors) method Sum (line 397) | public static V2ui Sum(this V2ui[] vectors) method ComputeCentroid (line 415) | public static V2d ComputeCentroid(this IEnumerable vectors) method ComputeCentroid (line 432) | public static V2d ComputeCentroid(this V2ui[] vectors) method ComputeCentroid (line 447) | public static V2d ComputeCentroid(this V2ui[] vectors, int[] indices) method ComputeCentroid (line 462) | public static V2d ComputeCentroid(this V2ui[] vectors, double[] weights) method ComputeCentroid (line 480) | public static V2d ComputeCentroid(this V2ui[] vectors, double[] weight... method Sum (line 505) | public static V3ui Sum(this IEnumerable vectors) method Sum (line 520) | public static V3ui Sum(this V3ui[] vectors) method ComputeCentroid (line 538) | public static V3d ComputeCentroid(this IEnumerable vectors) method ComputeCentroid (line 555) | public static V3d ComputeCentroid(this V3ui[] vectors) method ComputeCentroid (line 570) | public static V3d ComputeCentroid(this V3ui[] vectors, int[] indices) method ComputeCentroid (line 585) | public static V3d ComputeCentroid(this V3ui[] vectors, double[] weights) method ComputeCentroid (line 603) | public static V3d ComputeCentroid(this V3ui[] vectors, double[] weight... method Sum (line 628) | public static V4ui Sum(this IEnumerable vectors) method Sum (line 643) | public static V4ui Sum(this V4ui[] vectors) method ComputeCentroid (line 661) | public static V4d ComputeCentroid(this IEnumerable vectors) method ComputeCentroid (line 678) | public static V4d ComputeCentroid(this V4ui[] vectors) method ComputeCentroid (line 693) | public static V4d ComputeCentroid(this V4ui[] vectors, int[] indices) method ComputeCentroid (line 708) | public static V4d ComputeCentroid(this V4ui[] vectors, double[] weights) method ComputeCentroid (line 726) | public static V4d ComputeCentroid(this V4ui[] vectors, double[] weight... method Sum (line 751) | public static V2l Sum(this IEnumerable vectors) method Sum (line 766) | public static V2l Sum(this V2l[] vectors) method ComputeCentroid (line 784) | public static V2d ComputeCentroid(this IEnumerable vectors) method ComputeCentroid (line 801) | public static V2d ComputeCentroid(this V2l[] vectors) method ComputeCentroid (line 816) | public static V2d ComputeCentroid(this V2l[] vectors, int[] indices) method ComputeCentroid (line 831) | public static V2d ComputeCentroid(this V2l[] vectors, double[] weights) method ComputeCentroid (line 849) | public static V2d ComputeCentroid(this V2l[] vectors, double[] weights... method Sum (line 874) | public static V3l Sum(this IEnumerable vectors) method Sum (line 889) | public static V3l Sum(this V3l[] vectors) method ComputeCentroid (line 907) | public static V3d ComputeCentroid(this IEnumerable vectors) method ComputeCentroid (line 924) | public static V3d ComputeCentroid(this V3l[] vectors) method ComputeCentroid (line 939) | public static V3d ComputeCentroid(this V3l[] vectors, int[] indices) method ComputeCentroid (line 954) | public static V3d ComputeCentroid(this V3l[] vectors, double[] weights) method ComputeCentroid (line 972) | public static V3d ComputeCentroid(this V3l[] vectors, double[] weights... method Sum (line 997) | public static V4l Sum(this IEnumerable vectors) method Sum (line 1012) | public static V4l Sum(this V4l[] vectors) method ComputeCentroid (line 1030) | public static V4d ComputeCentroid(this IEnumerable vectors) method ComputeCentroid (line 1047) | public static V4d ComputeCentroid(this V4l[] vectors) method ComputeCentroid (line 1062) | public static V4d ComputeCentroid(this V4l[] vectors, int[] indices) method ComputeCentroid (line 1077) | public static V4d ComputeCentroid(this V4l[] vectors, double[] weights) method ComputeCentroid (line 1095) | public static V4d ComputeCentroid(this V4l[] vectors, double[] weights... method Sum (line 1120) | public static V2f Sum(this IEnumerable vectors) method Sum (line 1135) | public static V2f Sum(this V2f[] vectors) method ComputeCentroid (line 1153) | public static V2f ComputeCentroid(this IEnumerable vectors) method ComputeCentroid (line 1170) | public static V2f ComputeCentroid(this V2f[] vectors) method ComputeCentroid (line 1185) | public static V2f ComputeCentroid(this V2f[] vectors, int[] indices) method ComputeCentroid (line 1200) | public static V2f ComputeCentroid(this V2f[] vectors, float[] weights) method ComputeCentroid (line 1218) | public static V2f ComputeCentroid(this V2f[] vectors, float[] weights,... method Sum (line 1243) | public static V3f Sum(this IEnumerable vectors) method Sum (line 1258) | public static V3f Sum(this V3f[] vectors) method ComputeCentroid (line 1276) | public static V3f ComputeCentroid(this IEnumerable vectors) method ComputeCentroid (line 1293) | public static V3f ComputeCentroid(this V3f[] vectors) method ComputeCentroid (line 1308) | public static V3f ComputeCentroid(this V3f[] vectors, int[] indices) method ComputeCentroid (line 1323) | public static V3f ComputeCentroid(this V3f[] vectors, float[] weights) method ComputeCentroid (line 1341) | public static V3f ComputeCentroid(this V3f[] vectors, float[] weights,... method Sum (line 1366) | public static V4f Sum(this IEnumerable vectors) method Sum (line 1381) | public static V4f Sum(this V4f[] vectors) method ComputeCentroid (line 1399) | public static V4f ComputeCentroid(this IEnumerable vectors) method ComputeCentroid (line 1416) | public static V4f ComputeCentroid(this V4f[] vectors) method ComputeCentroid (line 1431) | public static V4f ComputeCentroid(this V4f[] vectors, int[] indices) method ComputeCentroid (line 1446) | public static V4f ComputeCentroid(this V4f[] vectors, float[] weights) method ComputeCentroid (line 1464) | public static V4f ComputeCentroid(this V4f[] vectors, float[] weights,... method Sum (line 1489) | public static V2d Sum(this IEnumerable vectors) method Sum (line 1504) | public static V2d Sum(this V2d[] vectors) method ComputeCentroid (line 1522) | public static V2d ComputeCentroid(this IEnumerable vectors) method ComputeCentroid (line 1539) | public static V2d ComputeCentroid(this V2d[] vectors) method ComputeCentroid (line 1554) | public static V2d ComputeCentroid(this V2d[] vectors, int[] indices) method ComputeCentroid (line 1569) | public static V2d ComputeCentroid(this V2d[] vectors, double[] weights) method ComputeCentroid (line 1587) | public static V2d ComputeCentroid(this V2d[] vectors, double[] weights... method Sum (line 1612) | public static V3d Sum(this IEnumerable vectors) method Sum (line 1627) | public static V3d Sum(this V3d[] vectors) method ComputeCentroid (line 1645) | public static V3d ComputeCentroid(this IEnumerable vectors) method ComputeCentroid (line 1662) | public static V3d ComputeCentroid(this V3d[] vectors) method ComputeCentroid (line 1677) | public static V3d ComputeCentroid(this V3d[] vectors, int[] indices) method ComputeCentroid (line 1692) | public static V3d ComputeCentroid(this V3d[] vectors, double[] weights) method ComputeCentroid (line 1710) | public static V3d ComputeCentroid(this V3d[] vectors, double[] weights... method Sum (line 1735) | public static V4d Sum(this IEnumerable vectors) method Sum (line 1750) | public static V4d Sum(this V4d[] vectors) method ComputeCentroid (line 1768) | public static V4d ComputeCentroid(this IEnumerable vectors) method ComputeCentroid (line 1785) | public static V4d ComputeCentroid(this V4d[] vectors) method ComputeCentroid (line 1800) | public static V4d ComputeCentroid(this V4d[] vectors, int[] indices) method ComputeCentroid (line 1815) | public static V4d ComputeCentroid(this V4d[] vectors, double[] weights) method ComputeCentroid (line 1833) | public static V4d ComputeCentroid(this V4d[] vectors, double[] weights... FILE: src/Aardvark.Base/Math/Vectors/VectorIEnumerableExtensions_template.cs class VectorIEnumerableExtensions (line 5) | public static class VectorIEnumerableExtensions method Sum (line 21) | public static __inputVecType__ Sum(this IEnumerable<__inputVecType__> ... method Sum (line 36) | public static __inputVecType__ Sum(this __inputVecType__[] vectors) method ComputeCentroid (line 54) | public static __outputVecType__ ComputeCentroid(this IEnumerable<__inp... method ComputeCentroid (line 71) | public static __outputVecType__ ComputeCentroid(this __inputVecType__[... method ComputeCentroid (line 86) | public static __outputVecType__ ComputeCentroid(this __inputVecType__[... method ComputeCentroid (line 101) | public static __outputVecType__ ComputeCentroid(this __inputVecType__[... method ComputeCentroid (line 119) | public static __outputVecType__ ComputeCentroid(this __inputVecType__[... FILE: src/Aardvark.Base/Math/Vectors/VectorTypeConverter_auto.cs type V2i (line 20) | [TypeConverter(typeof(V2iConverter))] class V2iConverter (line 23) | public class V2iConverter : TypeConverter method GetCreateInstanceSupported (line 29) | public override bool GetCreateInstanceSupported( method CreateInstance (line 39) | public override object CreateInstance( method GetPropertiesSupported (line 60) | public override bool GetPropertiesSupported(ITypeDescriptorContext con... method GetProperties (line 68) | public override PropertyDescriptorCollection GetProperties( method CanConvertFrom (line 78) | public override bool CanConvertFrom( method ConvertFrom (line 94) | public override object ConvertFrom( method CanConvertTo (line 141) | public override bool CanConvertTo( method ConvertTo (line 157) | public override object ConvertTo( type V2l (line 217) | [TypeConverter(typeof(V2lConverter))] class V2lConverter (line 220) | public class V2lConverter : TypeConverter method GetCreateInstanceSupported (line 226) | public override bool GetCreateInstanceSupported( method CreateInstance (line 236) | public override object CreateInstance( method GetPropertiesSupported (line 257) | public override bool GetPropertiesSupported(ITypeDescriptorContext con... method GetProperties (line 265) | public override PropertyDescriptorCollection GetProperties( method CanConvertFrom (line 275) | public override bool CanConvertFrom( method ConvertFrom (line 291) | public override object ConvertFrom( method CanConvertTo (line 338) | public override bool CanConvertTo( method ConvertTo (line 354) | public override object ConvertTo( type V2f (line 414) | [TypeConverter(typeof(V2fConverter))] class V2fConverter (line 417) | public class V2fConverter : TypeConverter method GetCreateInstanceSupported (line 423) | public override bool GetCreateInstanceSupported( method CreateInstance (line 433) | public override object CreateInstance( method GetPropertiesSupported (line 454) | public override bool GetPropertiesSupported(ITypeDescriptorContext con... method GetProperties (line 462) | public override PropertyDescriptorCollection GetProperties( method CanConvertFrom (line 472) | public override bool CanConvertFrom( method ConvertFrom (line 488) | public override object ConvertFrom( method CanConvertTo (line 535) | public override bool CanConvertTo( method ConvertTo (line 551) | public override object ConvertTo( type V2d (line 611) | [TypeConverter(typeof(V2dConverter))] class V2dConverter (line 614) | public class V2dConverter : TypeConverter method GetCreateInstanceSupported (line 620) | public override bool GetCreateInstanceSupported( method CreateInstance (line 630) | public override object CreateInstance( method GetPropertiesSupported (line 651) | public override bool GetPropertiesSupported(ITypeDescriptorContext con... method GetProperties (line 659) | public override PropertyDescriptorCollection GetProperties( method CanConvertFrom (line 669) | public override bool CanConvertFrom( method ConvertFrom (line 685) | public override object ConvertFrom( method CanConvertTo (line 732) | public override bool CanConvertTo( method ConvertTo (line 748) | public override object ConvertTo( type V3i (line 808) | [TypeConverter(typeof(V3iConverter))] class V3iConverter (line 811) | public class V3iConverter : TypeConverter method GetCreateInstanceSupported (line 817) | public override bool GetCreateInstanceSupported( method CreateInstance (line 827) | public override object CreateInstance( method GetPropertiesSupported (line 849) | public override bool GetPropertiesSupported(ITypeDescriptorContext con... method GetProperties (line 857) | public override PropertyDescriptorCollection GetProperties( method CanConvertFrom (line 867) | public override bool CanConvertFrom( method ConvertFrom (line 883) | public override object ConvertFrom( method CanConvertTo (line 931) | public override bool CanConvertTo( method ConvertTo (line 947) | public override object ConvertTo( type V3l (line 1010) | [TypeConverter(typeof(V3lConverter))] class V3lConverter (line 1013) | public class V3lConverter : TypeConverter method GetCreateInstanceSupported (line 1019) | public override bool GetCreateInstanceSupported( method CreateInstance (line 1029) | public override object CreateInstance( method GetPropertiesSupported (line 1051) | public override bool GetPropertiesSupported(ITypeDescriptorContext con... method GetProperties (line 1059) | public override PropertyDescriptorCollection GetProperties( method CanConvertFrom (line 1069) | public override bool CanConvertFrom( method ConvertFrom (line 1085) | public override object ConvertFrom( method CanConvertTo (line 1133) | public override bool CanConvertTo( method ConvertTo (line 1149) | public override object ConvertTo( type V3f (line 1212) | [TypeConverter(typeof(V3fConverter))] class V3fConverter (line 1215) | public class V3fConverter : TypeConverter method GetCreateInstanceSupported (line 1221) | public override bool GetCreateInstanceSupported( method CreateInstance (line 1231) | public override object CreateInstance( method GetPropertiesSupported (line 1253) | public override bool GetPropertiesSupported(ITypeDescriptorContext con... method GetProperties (line 1261) | public override PropertyDescriptorCollection GetProperties( method CanConvertFrom (line 1271) | public override bool CanConvertFrom( method ConvertFrom (line 1287) | public override object ConvertFrom( method CanConvertTo (line 1335) | public override bool CanConvertTo( method ConvertTo (line 1351) | public override object ConvertTo( type V3d (line 1414) | [TypeConverter(typeof(V3dConverter))] class V3dConverter (line 1417) | public class V3dConverter : TypeConverter method GetCreateInstanceSupported (line 1423) | public override bool GetCreateInstanceSupported( method CreateInstance (line 1433) | public override object CreateInstance( method GetPropertiesSupported (line 1455) | public override bool GetPropertiesSupported(ITypeDescriptorContext con... method GetProperties (line 1463) | public override PropertyDescriptorCollection GetProperties( method CanConvertFrom (line 1473) | public override bool CanConvertFrom( method ConvertFrom (line 1489) | public override object ConvertFrom( method CanConvertTo (line 1537) | public override bool CanConvertTo( method ConvertTo (line 1553) | public override object ConvertTo( type V4i (line 1616) | [TypeConverter(typeof(V4iConverter))] class V4iConverter (line 1619) | public class V4iConverter : TypeConverter method GetCreateInstanceSupported (line 1625) | public override bool GetCreateInstanceSupported( method CreateInstance (line 1635) | public override object CreateInstance( method GetPropertiesSupported (line 1658) | public override bool GetPropertiesSupported(ITypeDescriptorContext con... method GetProperties (line 1666) | public override PropertyDescriptorCollection GetProperties( method CanConvertFrom (line 1676) | public override bool CanConvertFrom( method ConvertFrom (line 1692) | public override object ConvertFrom( method CanConvertTo (line 1741) | public override bool CanConvertTo( method ConvertTo (line 1757) | public override object ConvertTo( type V4l (line 1823) | [TypeConverter(typeof(V4lConverter))] class V4lConverter (line 1826) | public class V4lConverter : TypeConverter method GetCreateInstanceSupported (line 1832) | public override bool GetCreateInstanceSupported( method CreateInstance (line 1842) | public override object CreateInstance( method GetPropertiesSupported (line 1865) | public override bool GetPropertiesSupported(ITypeDescriptorContext con... method GetProperties (line 1873) | public override PropertyDescriptorCollection GetProperties( method CanConvertFrom (line 1883) | public override bool CanConvertFrom( method ConvertFrom (line 1899) | public override object ConvertFrom( method CanConvertTo (line 1948) | public override bool CanConvertTo( method ConvertTo (line 1964) | public override object ConvertTo( type V4f (line 2030) | [TypeConverter(typeof(V4fConverter))] class V4fConverter (line 2033) | public class V4fConverter : TypeConverter method GetCreateInstanceSupported (line 2039) | public override bool GetCreateInstanceSupported( method CreateInstance (line 2049) | public override object CreateInstance( method GetPropertiesSupported (line 2072) | public override bool GetPropertiesSupported(ITypeDescriptorContext con... method GetProperties (line 2080) | public override PropertyDescriptorCollection GetProperties( method CanConvertFrom (line 2090) | public override bool CanConvertFrom( method ConvertFrom (line 2106) | public override object ConvertFrom( method CanConvertTo (line 2155) | public override bool CanConvertTo( method ConvertTo (line 2171) | public override object ConvertTo( type V4d (line 2237) | [TypeConverter(typeof(V4dConverter))] class V4dConverter (line 2240) | public class V4dConverter : TypeConverter method GetCreateInstanceSupported (line 2246) | public override bool GetCreateInstanceSupported( method CreateInstance (line 2256) | public override object CreateInstance( method GetPropertiesSupported (line 2279) | public override bool GetPropertiesSupported(ITypeDescriptorContext con... method GetProperties (line 2287) | public override PropertyDescriptorCollection GetProperties( method CanConvertFrom (line 2297) | public override bool CanConvertFrom( method ConvertFrom (line 2313) | public override object ConvertFrom( method CanConvertTo (line 2362) | public override bool CanConvertTo( method ConvertTo (line 2378) | public override object ConvertTo( FILE: src/Aardvark.Base/Math/Vectors/VectorTypeConverter_template.cs type __TVector__ (line 26) | [TypeConverter(typeof(__TVector__Converter))] class __TVector__Converter (line 29) | public class __TVector__Converter : TypeConverter method GetCreateInstanceSupported (line 35) | public override bool GetCreateInstanceSupported( method CreateInstance (line 45) | public override object CreateInstance( method GetPropertiesSupported (line 67) | public override bool GetPropertiesSupported(ITypeDescriptorContext con... method GetProperties (line 75) | public override PropertyDescriptorCollection GetProperties( method CanConvertFrom (line 85) | public override bool CanConvertFrom( method ConvertFrom (line 101) | public override object ConvertFrom( method CanConvertTo (line 152) | public override bool CanConvertTo( method ConvertTo (line 168) | public override object ConvertTo( FILE: src/Aardvark.Base/Math/Vectors/Vector_auto.cs type DirFlags (line 23) | [Flags] type V2i (line 43) | [DataContract] method V2i (line 58) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 68) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 78) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 88) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 98) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 328) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2i (line 427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2ui (line 494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2l (line 497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2f (line 500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2d (line 503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 527) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 600) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 611) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2ui (line 941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2l (line 945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2f (line 949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2d (line 953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Abs (line 1067) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 1072) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 1077) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 1082) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 1087) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 1092) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 1097) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 1102) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 1107) | [EditorBrowsable(EditorBrowsableState.Never)] method Saturate (line 1112) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 1117) | [EditorBrowsable(EditorBrowsableState.Never)] method Set (line 1129) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 1139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 1149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 1159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 1169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 1438) | public override readonly string ToString() method ToString (line 1443) | public readonly string ToString(string format) method ToString (line 1448) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 1456) | public readonly string ToString(string format, IFormatProvider fp, str... method GetHashCode (line 1462) | public override readonly int GetHashCode() method Equals (line 1467) | public override readonly bool Equals(object other) method ToText (line 1470) | public readonly Text ToText(int bracketLevel = 1) method Parse (line 1483) | public static V2i Parse(string s) method Parse (line 1492) | public static V2i Parse(Text t) method Parse (line 1497) | public static V2i Parse(Text t, int bracketLevel) method GetValue (line 3547) | public readonly object GetValue(long index) method SetValue (line 3552) | public void SetValue(object value, long index) class V2iEqualityComparer (line 3561) | public class V2iEqualityComparer : IEqualityComparer method Equals (line 3568) | public bool Equals(V2i v0, V2i v1) method GetHashCode (line 3573) | public int GetHashCode(V2i v) class Fun (line 3581) | public static partial class Fun method Min (line 3588) | [Pure] method Min (line 3598) | [Pure] method Min (line 3608) | [Pure] method Max (line 3618) | [Pure] method Max (line 3628) | [Pure] method Max (line 3638) | [Pure] method Min (line 3648) | [Pure] method Max (line 3658) | [Pure] method Min (line 3668) | [Pure] method Max (line 3678) | [Pure] method Min (line 3688) | [Pure] method Max (line 3698) | [Pure] method Abs (line 3712) | [Pure] method Clamp (line 3726) | [Pure] method Clamp (line 3736) | [Pure] method ClampExcl (line 3746) | [Pure] method ClampExcl (line 3756) | [Pure] method ClampWrap (line 3766) | [Pure] method ClampWrap (line 3776) | [Pure] method Saturate (line 3786) | [Pure] method Sign (line 3800) | [Pure] method Signumi (line 3810) | [Pure] method Signum (line 3820) | [Pure] method MultiplyAdd (line 3834) | [Pure] method MultiplyAdd (line 3844) | [Pure] method MultiplyAdd (line 3854) | [Pure] method Sqrt (line 3868) | [Pure] method Cbrt (line 3878) | [Pure] method Square (line 3892) | [Pure] method Pown (line 3906) | [Pure] method Pown (line 3916) | [Pure] method Pown (line 3926) | [Pure] method Pow (line 3936) | [Pure] method Pow (line 3946) | [Pure] method Pow (line 3956) | [Pure] method Pow (line 3966) | [Pure] method Pow (line 3976) | [Pure] method Pow (line 3986) | [Pure] method Power (line 3996) | [Pure] method Power (line 4007) | [Pure] method Power (line 4018) | [Pure] method Power (line 4029) | [Pure] method Power (line 4040) | [Pure] method Power (line 4051) | [Pure] method Exp (line 4066) | [Pure] method Log (line 4076) | [Pure] method Log2 (line 4086) | [Pure] method Log2Int (line 4096) | [Pure] method Log10 (line 4106) | [Pure] method Log (line 4116) | [Pure] method ModP (line 4130) | [Pure] method PowerOfTwo (line 4144) | [Pure] method NextPowerOfTwo (line 4154) | [Pure] method PrevPowerOfTwo (line 4164) | [Pure] method Step (line 4178) | [Pure] method Step (line 4188) | [Pure] method Lerp (line 4202) | [Pure] method Lerp (line 4212) | [Pure] method Lerp (line 4222) | [Pure] method Lerp (line 4232) | [Pure] method InvLerp (line 4242) | [Pure] method GreatestCommonDivisor (line 4256) | [Pure] method LeastCommonMultiple (line 4266) | [Pure] method FloatFromBits (line 4280) | [Pure] method ApproximateEquals (line 4294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4308) | [Pure] method Min (line 7747) | [Pure] method Min (line 7757) | [Pure] method Min (line 7767) | [Pure] method Max (line 7777) | [Pure] method Max (line 7787) | [Pure] method Max (line 7797) | [Pure] method Min (line 7807) | [Pure] method Max (line 7817) | [Pure] method Min (line 7827) | [Pure] method Max (line 7837) | [Pure] method Min (line 7847) | [Pure] method Max (line 7857) | [Pure] method Clamp (line 7871) | [Pure] method Clamp (line 7881) | [Pure] method ClampExcl (line 7891) | [Pure] method ClampExcl (line 7901) | [Pure] method ClampWrap (line 7911) | [Pure] method ClampWrap (line 7921) | [Pure] method Saturate (line 7931) | [Pure] method MultiplyAdd (line 7945) | [Pure] method MultiplyAdd (line 7955) | [Pure] method MultiplyAdd (line 7965) | [Pure] method Sqrt (line 7979) | [Pure] method Cbrt (line 7989) | [Pure] method Square (line 8003) | [Pure] method Pown (line 8017) | [Pure] method Pown (line 8027) | [Pure] method Pown (line 8037) | [Pure] method Pown (line 8047) | [Pure] method Pown (line 8057) | [Pure] method Pown (line 8067) | [Pure] method Pow (line 8077) | [Pure] method Pow (line 8087) | [Pure] method Pow (line 8097) | [Pure] method Pow (line 8107) | [Pure] method Pow (line 8117) | [Pure] method Pow (line 8127) | [Pure] method Power (line 8137) | [Pure] method Power (line 8148) | [Pure] method Power (line 8159) | [Pure] method Power (line 8170) | [Pure] method Power (line 8181) | [Pure] method Power (line 8192) | [Pure] method Exp (line 8207) | [Pure] method Log (line 8217) | [Pure] method Log2 (line 8227) | [Pure] method Log2Int (line 8237) | [Pure] method Log10 (line 8247) | [Pure] method Log (line 8257) | [Pure] method Step (line 8271) | [Pure] method Step (line 8281) | [Pure] method Lerp (line 8295) | [Pure] method Lerp (line 8305) | [Pure] method Lerp (line 8315) | [Pure] method Lerp (line 8325) | [Pure] method InvLerp (line 8335) | [Pure] method GreatestCommonDivisor (line 8349) | [Pure] method LeastCommonMultiple (line 8359) | [Pure] method FloatFromUnsignedBits (line 8373) | [Pure] method ApproximateEquals (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8401) | [Pure] method Min (line 12893) | [Pure] method Min (line 12903) | [Pure] method Min (line 12913) | [Pure] method Max (line 12923) | [Pure] method Max (line 12933) | [Pure] method Max (line 12943) | [Pure] method Min (line 12953) | [Pure] method Max (line 12963) | [Pure] method Min (line 12973) | [Pure] method Max (line 12983) | [Pure] method Min (line 12993) | [Pure] method Max (line 13003) | [Pure] method Abs (line 13017) | [Pure] method Clamp (line 13031) | [Pure] method Clamp (line 13041) | [Pure] method ClampExcl (line 13051) | [Pure] method ClampExcl (line 13061) | [Pure] method ClampWrap (line 13071) | [Pure] method ClampWrap (line 13081) | [Pure] method Saturate (line 13091) | [Pure] method Sign (line 13105) | [Pure] method Signumi (line 13115) | [Pure] method Signum (line 13125) | [Pure] method MultiplyAdd (line 13139) | [Pure] method MultiplyAdd (line 13149) | [Pure] method MultiplyAdd (line 13159) | [Pure] method Sqrt (line 13173) | [Pure] method Cbrt (line 13183) | [Pure] method Square (line 13197) | [Pure] method Pown (line 13211) | [Pure] method Pown (line 13221) | [Pure] method Pown (line 13231) | [Pure] method Pown (line 13241) | [Pure] method Pown (line 13251) | [Pure] method Pown (line 13261) | [Pure] method Pow (line 13271) | [Pure] method Pow (line 13281) | [Pure] method Pow (line 13291) | [Pure] method Pow (line 13301) | [Pure] method Pow (line 13311) | [Pure] method Pow (line 13321) | [Pure] method Power (line 13331) | [Pure] method Power (line 13342) | [Pure] method Power (line 13353) | [Pure] method Power (line 13364) | [Pure] method Power (line 13375) | [Pure] method Power (line 13386) | [Pure] method Exp (line 13401) | [Pure] method Log (line 13411) | [Pure] method Log2 (line 13421) | [Pure] method Log2Int (line 13431) | [Pure] method Log10 (line 13441) | [Pure] method Log (line 13451) | [Pure] method ModP (line 13465) | [Pure] method PowerOfTwo (line 13479) | [Pure] method NextPowerOfTwo (line 13489) | [Pure] method PrevPowerOfTwo (line 13499) | [Pure] method Step (line 13513) | [Pure] method Step (line 13523) | [Pure] method Lerp (line 13537) | [Pure] method Lerp (line 13547) | [Pure] method Lerp (line 13557) | [Pure] method Lerp (line 13567) | [Pure] method InvLerp (line 13577) | [Pure] method GreatestCommonDivisor (line 13591) | [Pure] method LeastCommonMultiple (line 13601) | [Pure] method FloatFromBits (line 13615) | [Pure] method ApproximateEquals (line 13629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13643) | [Pure] method Min (line 18465) | [Pure] method Min (line 18475) | [Pure] method Min (line 18485) | [Pure] method Max (line 18495) | [Pure] method Max (line 18505) | [Pure] method Max (line 18515) | [Pure] method Min (line 18525) | [Pure] method Max (line 18535) | [Pure] method Min (line 18545) | [Pure] method Max (line 18555) | [Pure] method Min (line 18565) | [Pure] method Max (line 18575) | [Pure] method Abs (line 18589) | [Pure] method Floor (line 18603) | [Pure] method Ceiling (line 18613) | [Pure] method Round (line 18623) | [Pure] method Round (line 18633) | [Pure] method Round (line 18643) | [Pure] method Round (line 18653) | [Pure] method Truncate (line 18663) | [Pure] method Frac (line 18677) | [Pure] method Clamp (line 18691) | [Pure] method Clamp (line 18701) | [Pure] method ClampWrap (line 18711) | [Pure] method ClampWrap (line 18721) | [Pure] method Saturate (line 18731) | [Pure] method MapToUnitInterval (line 18745) | [Pure] method MapToUnitInterval (line 18755) | [Pure] method MapToUnitInterval (line 18765) | [Pure] method MapToUnitInterval (line 18775) | [Pure] method Sign (line 18789) | [Pure] method Signumi (line 18799) | [Pure] method Signum (line 18809) | [Pure] method MultiplyAdd (line 18823) | [Pure] method MultiplyAdd (line 18833) | [Pure] method MultiplyAdd (line 18843) | [Pure] method CopySign (line 18857) | [Pure] method CopySign (line 18867) | [Pure] method CopySign (line 18877) | [Pure] method Sqrt (line 18891) | [Pure] method Cbrt (line 18901) | [Pure] method Square (line 18915) | [Pure] method Pown (line 18929) | [Pure] method Pown (line 18939) | [Pure] method Pown (line 18949) | [Pure] method Pow (line 18959) | [Pure] method Pow (line 18969) | [Pure] method Pow (line 18979) | [Pure] method Power (line 18989) | [Pure] method Power (line 19000) | [Pure] method Power (line 19011) | [Pure] method Exp (line 19026) | [Pure] method Log (line 19036) | [Pure] method Log2 (line 19046) | [Pure] method Log2Int (line 19056) | [Pure] method Log10 (line 19066) | [Pure] method Log (line 19076) | [Pure] method ModP (line 19090) | [Pure] method PowerOfTwo (line 19104) | [Pure] method Sin (line 19118) | [Pure] method Cos (line 19128) | [Pure] method Tan (line 19138) | [Pure] method Asin (line 19148) | [Pure] method AsinClamped (line 19158) | [Pure] method Acos (line 19168) | [Pure] method AcosClamped (line 19178) | [Pure] method Atan (line 19188) | [Pure] method Atan2 (line 19198) | [Pure] method FastAtan2 (line 19208) | [Pure] method Sinh (line 19218) | [Pure] method Cosh (line 19228) | [Pure] method Tanh (line 19238) | [Pure] method Asinh (line 19248) | [Pure] method Acosh (line 19258) | [Pure] method Atanh (line 19268) | [Pure] method Step (line 19282) | [Pure] method Step (line 19292) | [Pure] method Linearstep (line 19302) | [Pure] method Linearstep (line 19312) | [Pure] method Smoothstep (line 19322) | [Pure] method Smoothstep (line 19332) | [Pure] method Lerp (line 19346) | [Pure] method Lerp (line 19356) | [Pure] method InvLerp (line 19366) | [Pure] method FloatToBits (line 19380) | [Pure] method FloatToUnsignedBits (line 19390) | [Pure] method ApproximateEquals (line 19404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19428) | [Pure] method IsTiny (line 19436) | [Pure] method IsNaN (line 19448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 24690) | [Pure] method Min (line 24700) | [Pure] method Min (line 24710) | [Pure] method Max (line 24720) | [Pure] method Max (line 24730) | [Pure] method Max (line 24740) | [Pure] method Min (line 24750) | [Pure] method Max (line 24760) | [Pure] method Min (line 24770) | [Pure] method Max (line 24780) | [Pure] method Min (line 24790) | [Pure] method Max (line 24800) | [Pure] method Abs (line 24814) | [Pure] method Floor (line 24828) | [Pure] method Ceiling (line 24838) | [Pure] method Round (line 24848) | [Pure] method Round (line 24858) | [Pure] method Round (line 24868) | [Pure] method Round (line 24878) | [Pure] method Truncate (line 24888) | [Pure] method Frac (line 24902) | [Pure] method Clamp (line 24916) | [Pure] method Clamp (line 24926) | [Pure] method ClampWrap (line 24936) | [Pure] method ClampWrap (line 24946) | [Pure] method Saturate (line 24956) | [Pure] method MapToUnitInterval (line 24970) | [Pure] method MapToUnitInterval (line 24980) | [Pure] method MapToUnitInterval (line 24990) | [Pure] method MapToUnitInterval (line 25000) | [Pure] method Sign (line 25014) | [Pure] method Signumi (line 25024) | [Pure] method Signum (line 25034) | [Pure] method MultiplyAdd (line 25048) | [Pure] method MultiplyAdd (line 25058) | [Pure] method MultiplyAdd (line 25068) | [Pure] method CopySign (line 25082) | [Pure] method CopySign (line 25092) | [Pure] method CopySign (line 25102) | [Pure] method Sqrt (line 25116) | [Pure] method Cbrt (line 25126) | [Pure] method Square (line 25140) | [Pure] method Pown (line 25154) | [Pure] method Pown (line 25164) | [Pure] method Pown (line 25174) | [Pure] method Pow (line 25184) | [Pure] method Pow (line 25194) | [Pure] method Pow (line 25204) | [Pure] method Power (line 25214) | [Pure] method Power (line 25225) | [Pure] method Power (line 25236) | [Pure] method Exp (line 25251) | [Pure] method Log (line 25261) | [Pure] method Log2 (line 25271) | [Pure] method Log2Int (line 25281) | [Pure] method Log10 (line 25291) | [Pure] method Log (line 25301) | [Pure] method ModP (line 25315) | [Pure] method PowerOfTwo (line 25329) | [Pure] method Sin (line 25343) | [Pure] method Cos (line 25353) | [Pure] method Tan (line 25363) | [Pure] method Asin (line 25373) | [Pure] method AsinClamped (line 25383) | [Pure] method Acos (line 25393) | [Pure] method AcosClamped (line 25403) | [Pure] method Atan (line 25413) | [Pure] method Atan2 (line 25423) | [Pure] method FastAtan2 (line 25433) | [Pure] method Sinh (line 25443) | [Pure] method Cosh (line 25453) | [Pure] method Tanh (line 25463) | [Pure] method Asinh (line 25473) | [Pure] method Acosh (line 25483) | [Pure] method Atanh (line 25493) | [Pure] method Step (line 25507) | [Pure] method Step (line 25517) | [Pure] method Linearstep (line 25527) | [Pure] method Linearstep (line 25537) | [Pure] method Smoothstep (line 25547) | [Pure] method Smoothstep (line 25557) | [Pure] method Lerp (line 25571) | [Pure] method Lerp (line 25581) | [Pure] method InvLerp (line 25591) | [Pure] method FloatToBits (line 25605) | [Pure] method ApproximateEquals (line 25619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25643) | [Pure] method IsTiny (line 25651) | [Pure] method IsNaN (line 25663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 25670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 25677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 25684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 25691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 33426) | [Pure] method Min (line 33436) | [Pure] method Min (line 33446) | [Pure] method Max (line 33456) | [Pure] method Max (line 33466) | [Pure] method Max (line 33476) | [Pure] method Min (line 33486) | [Pure] method Max (line 33496) | [Pure] method Min (line 33506) | [Pure] method Max (line 33516) | [Pure] method Min (line 33526) | [Pure] method Max (line 33536) | [Pure] method Abs (line 33550) | [Pure] method Clamp (line 33564) | [Pure] method Clamp (line 33574) | [Pure] method ClampExcl (line 33584) | [Pure] method ClampExcl (line 33594) | [Pure] method ClampWrap (line 33604) | [Pure] method ClampWrap (line 33614) | [Pure] method Saturate (line 33624) | [Pure] method Sign (line 33638) | [Pure] method Signumi (line 33648) | [Pure] method Signum (line 33658) | [Pure] method MultiplyAdd (line 33672) | [Pure] method MultiplyAdd (line 33682) | [Pure] method MultiplyAdd (line 33692) | [Pure] method Sqrt (line 33706) | [Pure] method Cbrt (line 33716) | [Pure] method Square (line 33730) | [Pure] method Pown (line 33744) | [Pure] method Pown (line 33754) | [Pure] method Pown (line 33764) | [Pure] method Pow (line 33774) | [Pure] method Pow (line 33784) | [Pure] method Pow (line 33794) | [Pure] method Pow (line 33804) | [Pure] method Pow (line 33814) | [Pure] method Pow (line 33824) | [Pure] method Power (line 33834) | [Pure] method Power (line 33845) | [Pure] method Power (line 33856) | [Pure] method Power (line 33867) | [Pure] method Power (line 33878) | [Pure] method Power (line 33889) | [Pure] method Exp (line 33904) | [Pure] method Log (line 33914) | [Pure] method Log2 (line 33924) | [Pure] method Log2Int (line 33934) | [Pure] method Log10 (line 33944) | [Pure] method Log (line 33954) | [Pure] method ModP (line 33968) | [Pure] method PowerOfTwo (line 33982) | [Pure] method NextPowerOfTwo (line 33992) | [Pure] method PrevPowerOfTwo (line 34002) | [Pure] method Step (line 34016) | [Pure] method Step (line 34026) | [Pure] method Lerp (line 34040) | [Pure] method Lerp (line 34050) | [Pure] method Lerp (line 34060) | [Pure] method Lerp (line 34070) | [Pure] method InvLerp (line 34080) | [Pure] method GreatestCommonDivisor (line 34094) | [Pure] method LeastCommonMultiple (line 34104) | [Pure] method FloatFromBits (line 34118) | [Pure] method ApproximateEquals (line 34132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 34146) | [Pure] method Min (line 39472) | [Pure] method Min (line 39482) | [Pure] method Min (line 39492) | [Pure] method Max (line 39502) | [Pure] method Max (line 39512) | [Pure] method Max (line 39522) | [Pure] method Min (line 39532) | [Pure] method Max (line 39542) | [Pure] method Min (line 39552) | [Pure] method Max (line 39562) | [Pure] method Min (line 39572) | [Pure] method Max (line 39582) | [Pure] method Clamp (line 39596) | [Pure] method Clamp (line 39606) | [Pure] method ClampExcl (line 39616) | [Pure] method ClampExcl (line 39626) | [Pure] method ClampWrap (line 39636) | [Pure] method ClampWrap (line 39646) | [Pure] method Saturate (line 39656) | [Pure] method MultiplyAdd (line 39670) | [Pure] method MultiplyAdd (line 39680) | [Pure] method MultiplyAdd (line 39690) | [Pure] method Sqrt (line 39704) | [Pure] method Cbrt (line 39714) | [Pure] method Square (line 39728) | [Pure] method Pown (line 39742) | [Pure] method Pown (line 39752) | [Pure] method Pown (line 39762) | [Pure] method Pown (line 39772) | [Pure] method Pown (line 39782) | [Pure] method Pown (line 39792) | [Pure] method Pow (line 39802) | [Pure] method Pow (line 39812) | [Pure] method Pow (line 39822) | [Pure] method Pow (line 39832) | [Pure] method Pow (line 39842) | [Pure] method Pow (line 39852) | [Pure] method Power (line 39862) | [Pure] method Power (line 39873) | [Pure] method Power (line 39884) | [Pure] method Power (line 39895) | [Pure] method Power (line 39906) | [Pure] method Power (line 39917) | [Pure] method Exp (line 39932) | [Pure] method Log (line 39942) | [Pure] method Log2 (line 39952) | [Pure] method Log2Int (line 39962) | [Pure] method Log10 (line 39972) | [Pure] method Log (line 39982) | [Pure] method Step (line 39996) | [Pure] method Step (line 40006) | [Pure] method Lerp (line 40020) | [Pure] method Lerp (line 40030) | [Pure] method Lerp (line 40040) | [Pure] method Lerp (line 40050) | [Pure] method InvLerp (line 40060) | [Pure] method GreatestCommonDivisor (line 40074) | [Pure] method LeastCommonMultiple (line 40084) | [Pure] method FloatFromUnsignedBits (line 40098) | [Pure] method ApproximateEquals (line 40112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 40126) | [Pure] method Min (line 47513) | [Pure] method Min (line 47523) | [Pure] method Min (line 47533) | [Pure] method Max (line 47543) | [Pure] method Max (line 47553) | [Pure] method Max (line 47563) | [Pure] method Min (line 47573) | [Pure] method Max (line 47583) | [Pure] method Min (line 47593) | [Pure] method Max (line 47603) | [Pure] method Min (line 47613) | [Pure] method Max (line 47623) | [Pure] method Abs (line 47637) | [Pure] method Clamp (line 47651) | [Pure] method Clamp (line 47661) | [Pure] method ClampExcl (line 47671) | [Pure] method ClampExcl (line 47681) | [Pure] method ClampWrap (line 47691) | [Pure] method ClampWrap (line 47701) | [Pure] method Saturate (line 47711) | [Pure] method Sign (line 47725) | [Pure] method Signumi (line 47735) | [Pure] method Signum (line 47745) | [Pure] method MultiplyAdd (line 47759) | [Pure] method MultiplyAdd (line 47769) | [Pure] method MultiplyAdd (line 47779) | [Pure] method Sqrt (line 47793) | [Pure] method Cbrt (line 47803) | [Pure] method Square (line 47817) | [Pure] method Pown (line 47831) | [Pure] method Pown (line 47841) | [Pure] method Pown (line 47851) | [Pure] method Pown (line 47861) | [Pure] method Pown (line 47871) | [Pure] method Pown (line 47881) | [Pure] method Pow (line 47891) | [Pure] method Pow (line 47901) | [Pure] method Pow (line 47911) | [Pure] method Pow (line 47921) | [Pure] method Pow (line 47931) | [Pure] method Pow (line 47941) | [Pure] method Power (line 47951) | [Pure] method Power (line 47962) | [Pure] method Power (line 47973) | [Pure] method Power (line 47984) | [Pure] method Power (line 47995) | [Pure] method Power (line 48006) | [Pure] method Exp (line 48021) | [Pure] method Log (line 48031) | [Pure] method Log2 (line 48041) | [Pure] method Log2Int (line 48051) | [Pure] method Log10 (line 48061) | [Pure] method Log (line 48071) | [Pure] method ModP (line 48085) | [Pure] method PowerOfTwo (line 48099) | [Pure] method NextPowerOfTwo (line 48109) | [Pure] method PrevPowerOfTwo (line 48119) | [Pure] method Step (line 48133) | [Pure] method Step (line 48143) | [Pure] method Lerp (line 48157) | [Pure] method Lerp (line 48167) | [Pure] method Lerp (line 48177) | [Pure] method Lerp (line 48187) | [Pure] method InvLerp (line 48197) | [Pure] method GreatestCommonDivisor (line 48211) | [Pure] method LeastCommonMultiple (line 48221) | [Pure] method FloatFromBits (line 48235) | [Pure] method ApproximateEquals (line 48249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 48263) | [Pure] method Min (line 56252) | [Pure] method Min (line 56262) | [Pure] method Min (line 56272) | [Pure] method Max (line 56282) | [Pure] method Max (line 56292) | [Pure] method Max (line 56302) | [Pure] method Min (line 56312) | [Pure] method Max (line 56322) | [Pure] method Min (line 56332) | [Pure] method Max (line 56342) | [Pure] method Min (line 56352) | [Pure] method Max (line 56362) | [Pure] method Abs (line 56376) | [Pure] method Floor (line 56390) | [Pure] method Ceiling (line 56400) | [Pure] method Round (line 56410) | [Pure] method Round (line 56420) | [Pure] method Round (line 56430) | [Pure] method Round (line 56440) | [Pure] method Truncate (line 56450) | [Pure] method Frac (line 56464) | [Pure] method Clamp (line 56478) | [Pure] method Clamp (line 56488) | [Pure] method ClampWrap (line 56498) | [Pure] method ClampWrap (line 56508) | [Pure] method Saturate (line 56518) | [Pure] method MapToUnitInterval (line 56532) | [Pure] method MapToUnitInterval (line 56542) | [Pure] method MapToUnitInterval (line 56552) | [Pure] method MapToUnitInterval (line 56562) | [Pure] method Sign (line 56576) | [Pure] method Signumi (line 56586) | [Pure] method Signum (line 56596) | [Pure] method MultiplyAdd (line 56610) | [Pure] method MultiplyAdd (line 56620) | [Pure] method MultiplyAdd (line 56630) | [Pure] method CopySign (line 56644) | [Pure] method CopySign (line 56654) | [Pure] method CopySign (line 56664) | [Pure] method Sqrt (line 56678) | [Pure] method Cbrt (line 56688) | [Pure] method Square (line 56702) | [Pure] method Pown (line 56716) | [Pure] method Pown (line 56726) | [Pure] method Pown (line 56736) | [Pure] method Pow (line 56746) | [Pure] method Pow (line 56756) | [Pure] method Pow (line 56766) | [Pure] method Power (line 56776) | [Pure] method Power (line 56787) | [Pure] method Power (line 56798) | [Pure] method Exp (line 56813) | [Pure] method Log (line 56823) | [Pure] method Log2 (line 56833) | [Pure] method Log2Int (line 56843) | [Pure] method Log10 (line 56853) | [Pure] method Log (line 56863) | [Pure] method ModP (line 56877) | [Pure] method PowerOfTwo (line 56891) | [Pure] method Sin (line 56905) | [Pure] method Cos (line 56915) | [Pure] method Tan (line 56925) | [Pure] method Asin (line 56935) | [Pure] method AsinClamped (line 56945) | [Pure] method Acos (line 56955) | [Pure] method AcosClamped (line 56965) | [Pure] method Atan (line 56975) | [Pure] method Atan2 (line 56985) | [Pure] method FastAtan2 (line 56995) | [Pure] method Sinh (line 57005) | [Pure] method Cosh (line 57015) | [Pure] method Tanh (line 57025) | [Pure] method Asinh (line 57035) | [Pure] method Acosh (line 57045) | [Pure] method Atanh (line 57055) | [Pure] method Step (line 57069) | [Pure] method Step (line 57079) | [Pure] method Linearstep (line 57089) | [Pure] method Linearstep (line 57099) | [Pure] method Smoothstep (line 57109) | [Pure] method Smoothstep (line 57119) | [Pure] method Lerp (line 57133) | [Pure] method Lerp (line 57143) | [Pure] method InvLerp (line 57153) | [Pure] method FloatToBits (line 57167) | [Pure] method FloatToUnsignedBits (line 57177) | [Pure] method ApproximateEquals (line 57191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57215) | [Pure] method IsTiny (line 57223) | [Pure] method IsNaN (line 57235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 57242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 57249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 57256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 57263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 65644) | [Pure] method Min (line 65654) | [Pure] method Min (line 65664) | [Pure] method Max (line 65674) | [Pure] method Max (line 65684) | [Pure] method Max (line 65694) | [Pure] method Min (line 65704) | [Pure] method Max (line 65714) | [Pure] method Min (line 65724) | [Pure] method Max (line 65734) | [Pure] method Min (line 65744) | [Pure] method Max (line 65754) | [Pure] method Abs (line 65768) | [Pure] method Floor (line 65782) | [Pure] method Ceiling (line 65792) | [Pure] method Round (line 65802) | [Pure] method Round (line 65812) | [Pure] method Round (line 65822) | [Pure] method Round (line 65832) | [Pure] method Truncate (line 65842) | [Pure] method Frac (line 65856) | [Pure] method Clamp (line 65870) | [Pure] method Clamp (line 65880) | [Pure] method ClampWrap (line 65890) | [Pure] method ClampWrap (line 65900) | [Pure] method Saturate (line 65910) | [Pure] method MapToUnitInterval (line 65924) | [Pure] method MapToUnitInterval (line 65934) | [Pure] method MapToUnitInterval (line 65944) | [Pure] method MapToUnitInterval (line 65954) | [Pure] method Sign (line 65968) | [Pure] method Signumi (line 65978) | [Pure] method Signum (line 65988) | [Pure] method MultiplyAdd (line 66002) | [Pure] method MultiplyAdd (line 66012) | [Pure] method MultiplyAdd (line 66022) | [Pure] method CopySign (line 66036) | [Pure] method CopySign (line 66046) | [Pure] method CopySign (line 66056) | [Pure] method Sqrt (line 66070) | [Pure] method Cbrt (line 66080) | [Pure] method Square (line 66094) | [Pure] method Pown (line 66108) | [Pure] method Pown (line 66118) | [Pure] method Pown (line 66128) | [Pure] method Pow (line 66138) | [Pure] method Pow (line 66148) | [Pure] method Pow (line 66158) | [Pure] method Power (line 66168) | [Pure] method Power (line 66179) | [Pure] method Power (line 66190) | [Pure] method Exp (line 66205) | [Pure] method Log (line 66215) | [Pure] method Log2 (line 66225) | [Pure] method Log2Int (line 66235) | [Pure] method Log10 (line 66245) | [Pure] method Log (line 66255) | [Pure] method ModP (line 66269) | [Pure] method PowerOfTwo (line 66283) | [Pure] method Sin (line 66297) | [Pure] method Cos (line 66307) | [Pure] method Tan (line 66317) | [Pure] method Asin (line 66327) | [Pure] method AsinClamped (line 66337) | [Pure] method Acos (line 66347) | [Pure] method AcosClamped (line 66357) | [Pure] method Atan (line 66367) | [Pure] method Atan2 (line 66377) | [Pure] method FastAtan2 (line 66387) | [Pure] method Sinh (line 66397) | [Pure] method Cosh (line 66407) | [Pure] method Tanh (line 66417) | [Pure] method Asinh (line 66427) | [Pure] method Acosh (line 66437) | [Pure] method Atanh (line 66447) | [Pure] method Step (line 66461) | [Pure] method Step (line 66471) | [Pure] method Linearstep (line 66481) | [Pure] method Linearstep (line 66491) | [Pure] method Smoothstep (line 66501) | [Pure] method Smoothstep (line 66511) | [Pure] method Lerp (line 66525) | [Pure] method Lerp (line 66535) | [Pure] method InvLerp (line 66545) | [Pure] method FloatToBits (line 66559) | [Pure] method ApproximateEquals (line 66573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 66583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 66597) | [Pure] method IsTiny (line 66605) | [Pure] method IsNaN (line 66617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 66624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 66631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 66638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 66645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 79020) | [Pure] method Min (line 79030) | [Pure] method Min (line 79040) | [Pure] method Max (line 79050) | [Pure] method Max (line 79060) | [Pure] method Max (line 79070) | [Pure] method Min (line 79080) | [Pure] method Max (line 79090) | [Pure] method Min (line 79100) | [Pure] method Max (line 79110) | [Pure] method Min (line 79120) | [Pure] method Max (line 79130) | [Pure] method Abs (line 79144) | [Pure] method Clamp (line 79158) | [Pure] method Clamp (line 79168) | [Pure] method ClampExcl (line 79178) | [Pure] method ClampExcl (line 79188) | [Pure] method ClampWrap (line 79198) | [Pure] method ClampWrap (line 79208) | [Pure] method Saturate (line 79218) | [Pure] method Sign (line 79232) | [Pure] method Signumi (line 79242) | [Pure] method Signum (line 79252) | [Pure] method MultiplyAdd (line 79266) | [Pure] method MultiplyAdd (line 79276) | [Pure] method MultiplyAdd (line 79286) | [Pure] method Sqrt (line 79300) | [Pure] method Cbrt (line 79310) | [Pure] method Square (line 79324) | [Pure] method Pown (line 79338) | [Pure] method Pown (line 79348) | [Pure] method Pown (line 79358) | [Pure] method Pow (line 79368) | [Pure] method Pow (line 79378) | [Pure] method Pow (line 79388) | [Pure] method Pow (line 79398) | [Pure] method Pow (line 79408) | [Pure] method Pow (line 79418) | [Pure] method Power (line 79428) | [Pure] method Power (line 79439) | [Pure] method Power (line 79450) | [Pure] method Power (line 79461) | [Pure] method Power (line 79472) | [Pure] method Power (line 79483) | [Pure] method Exp (line 79498) | [Pure] method Log (line 79508) | [Pure] method Log2 (line 79518) | [Pure] method Log2Int (line 79528) | [Pure] method Log10 (line 79538) | [Pure] method Log (line 79548) | [Pure] method ModP (line 79562) | [Pure] method PowerOfTwo (line 79576) | [Pure] method NextPowerOfTwo (line 79586) | [Pure] method PrevPowerOfTwo (line 79596) | [Pure] method Step (line 79610) | [Pure] method Step (line 79620) | [Pure] method Lerp (line 79634) | [Pure] method Lerp (line 79644) | [Pure] method Lerp (line 79654) | [Pure] method Lerp (line 79664) | [Pure] method InvLerp (line 79674) | [Pure] method GreatestCommonDivisor (line 79688) | [Pure] method LeastCommonMultiple (line 79698) | [Pure] method FloatFromBits (line 79712) | [Pure] method ApproximateEquals (line 79726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 79740) | [Pure] method Min (line 88085) | [Pure] method Min (line 88095) | [Pure] method Min (line 88105) | [Pure] method Max (line 88115) | [Pure] method Max (line 88125) | [Pure] method Max (line 88135) | [Pure] method Min (line 88145) | [Pure] method Max (line 88155) | [Pure] method Min (line 88165) | [Pure] method Max (line 88175) | [Pure] method Min (line 88185) | [Pure] method Max (line 88195) | [Pure] method Clamp (line 88209) | [Pure] method Clamp (line 88219) | [Pure] method ClampExcl (line 88229) | [Pure] method ClampExcl (line 88239) | [Pure] method ClampWrap (line 88249) | [Pure] method ClampWrap (line 88259) | [Pure] method Saturate (line 88269) | [Pure] method MultiplyAdd (line 88283) | [Pure] method MultiplyAdd (line 88293) | [Pure] method MultiplyAdd (line 88303) | [Pure] method Sqrt (line 88317) | [Pure] method Cbrt (line 88327) | [Pure] method Square (line 88341) | [Pure] method Pown (line 88355) | [Pure] method Pown (line 88365) | [Pure] method Pown (line 88375) | [Pure] method Pown (line 88385) | [Pure] method Pown (line 88395) | [Pure] method Pown (line 88405) | [Pure] method Pow (line 88415) | [Pure] method Pow (line 88425) | [Pure] method Pow (line 88435) | [Pure] method Pow (line 88445) | [Pure] method Pow (line 88455) | [Pure] method Pow (line 88465) | [Pure] method Power (line 88475) | [Pure] method Power (line 88486) | [Pure] method Power (line 88497) | [Pure] method Power (line 88508) | [Pure] method Power (line 88519) | [Pure] method Power (line 88530) | [Pure] method Exp (line 88545) | [Pure] method Log (line 88555) | [Pure] method Log2 (line 88565) | [Pure] method Log2Int (line 88575) | [Pure] method Log10 (line 88585) | [Pure] method Log (line 88595) | [Pure] method Step (line 88609) | [Pure] method Step (line 88619) | [Pure] method Lerp (line 88633) | [Pure] method Lerp (line 88643) | [Pure] method Lerp (line 88653) | [Pure] method Lerp (line 88663) | [Pure] method InvLerp (line 88673) | [Pure] method GreatestCommonDivisor (line 88687) | [Pure] method LeastCommonMultiple (line 88697) | [Pure] method FloatFromUnsignedBits (line 88711) | [Pure] method ApproximateEquals (line 88725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 88739) | [Pure] method Min (line 100720) | [Pure] method Min (line 100730) | [Pure] method Min (line 100740) | [Pure] method Max (line 100750) | [Pure] method Max (line 100760) | [Pure] method Max (line 100770) | [Pure] method Min (line 100780) | [Pure] method Max (line 100790) | [Pure] method Min (line 100800) | [Pure] method Max (line 100810) | [Pure] method Min (line 100820) | [Pure] method Max (line 100830) | [Pure] method Abs (line 100844) | [Pure] method Clamp (line 100858) | [Pure] method Clamp (line 100868) | [Pure] method ClampExcl (line 100878) | [Pure] method ClampExcl (line 100888) | [Pure] method ClampWrap (line 100898) | [Pure] method ClampWrap (line 100908) | [Pure] method Saturate (line 100918) | [Pure] method Sign (line 100932) | [Pure] method Signumi (line 100942) | [Pure] method Signum (line 100952) | [Pure] method MultiplyAdd (line 100966) | [Pure] method MultiplyAdd (line 100976) | [Pure] method MultiplyAdd (line 100986) | [Pure] method Sqrt (line 101000) | [Pure] method Cbrt (line 101010) | [Pure] method Square (line 101024) | [Pure] method Pown (line 101038) | [Pure] method Pown (line 101048) | [Pure] method Pown (line 101058) | [Pure] method Pown (line 101068) | [Pure] method Pown (line 101078) | [Pure] method Pown (line 101088) | [Pure] method Pow (line 101098) | [Pure] method Pow (line 101108) | [Pure] method Pow (line 101118) | [Pure] method Pow (line 101128) | [Pure] method Pow (line 101138) | [Pure] method Pow (line 101148) | [Pure] method Power (line 101158) | [Pure] method Power (line 101169) | [Pure] method Power (line 101180) | [Pure] method Power (line 101191) | [Pure] method Power (line 101202) | [Pure] method Power (line 101213) | [Pure] method Exp (line 101228) | [Pure] method Log (line 101238) | [Pure] method Log2 (line 101248) | [Pure] method Log2Int (line 101258) | [Pure] method Log10 (line 101268) | [Pure] method Log (line 101278) | [Pure] method ModP (line 101292) | [Pure] method PowerOfTwo (line 101306) | [Pure] method NextPowerOfTwo (line 101316) | [Pure] method PrevPowerOfTwo (line 101326) | [Pure] method Step (line 101340) | [Pure] method Step (line 101350) | [Pure] method Lerp (line 101364) | [Pure] method Lerp (line 101374) | [Pure] method Lerp (line 101384) | [Pure] method Lerp (line 101394) | [Pure] method InvLerp (line 101404) | [Pure] method GreatestCommonDivisor (line 101418) | [Pure] method LeastCommonMultiple (line 101428) | [Pure] method FloatFromBits (line 101442) | [Pure] method ApproximateEquals (line 101456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 101470) | [Pure] method Min (line 113921) | [Pure] method Min (line 113931) | [Pure] method Min (line 113941) | [Pure] method Max (line 113951) | [Pure] method Max (line 113961) | [Pure] method Max (line 113971) | [Pure] method Min (line 113981) | [Pure] method Max (line 113991) | [Pure] method Min (line 114001) | [Pure] method Max (line 114011) | [Pure] method Min (line 114021) | [Pure] method Max (line 114031) | [Pure] method Abs (line 114045) | [Pure] method Floor (line 114059) | [Pure] method Ceiling (line 114069) | [Pure] method Round (line 114079) | [Pure] method Round (line 114089) | [Pure] method Round (line 114099) | [Pure] method Round (line 114109) | [Pure] method Truncate (line 114119) | [Pure] method Frac (line 114133) | [Pure] method Clamp (line 114147) | [Pure] method Clamp (line 114157) | [Pure] method ClampWrap (line 114167) | [Pure] method ClampWrap (line 114177) | [Pure] method Saturate (line 114187) | [Pure] method MapToUnitInterval (line 114201) | [Pure] method MapToUnitInterval (line 114211) | [Pure] method MapToUnitInterval (line 114221) | [Pure] method MapToUnitInterval (line 114231) | [Pure] method Sign (line 114245) | [Pure] method Signumi (line 114255) | [Pure] method Signum (line 114265) | [Pure] method MultiplyAdd (line 114279) | [Pure] method MultiplyAdd (line 114289) | [Pure] method MultiplyAdd (line 114299) | [Pure] method CopySign (line 114313) | [Pure] method CopySign (line 114323) | [Pure] method CopySign (line 114333) | [Pure] method Sqrt (line 114347) | [Pure] method Cbrt (line 114357) | [Pure] method Square (line 114371) | [Pure] method Pown (line 114385) | [Pure] method Pown (line 114395) | [Pure] method Pown (line 114405) | [Pure] method Pow (line 114415) | [Pure] method Pow (line 114425) | [Pure] method Pow (line 114435) | [Pure] method Power (line 114445) | [Pure] method Power (line 114456) | [Pure] method Power (line 114467) | [Pure] method Exp (line 114482) | [Pure] method Log (line 114492) | [Pure] method Log2 (line 114502) | [Pure] method Log2Int (line 114512) | [Pure] method Log10 (line 114522) | [Pure] method Log (line 114532) | [Pure] method ModP (line 114546) | [Pure] method PowerOfTwo (line 114560) | [Pure] method Sin (line 114574) | [Pure] method Cos (line 114584) | [Pure] method Tan (line 114594) | [Pure] method Asin (line 114604) | [Pure] method AsinClamped (line 114614) | [Pure] method Acos (line 114624) | [Pure] method AcosClamped (line 114634) | [Pure] method Atan (line 114644) | [Pure] method Atan2 (line 114654) | [Pure] method FastAtan2 (line 114664) | [Pure] method Sinh (line 114674) | [Pure] method Cosh (line 114684) | [Pure] method Tanh (line 114694) | [Pure] method Asinh (line 114704) | [Pure] method Acosh (line 114714) | [Pure] method Atanh (line 114724) | [Pure] method Step (line 114738) | [Pure] method Step (line 114748) | [Pure] method Linearstep (line 114758) | [Pure] method Linearstep (line 114768) | [Pure] method Smoothstep (line 114778) | [Pure] method Smoothstep (line 114788) | [Pure] method Lerp (line 114802) | [Pure] method Lerp (line 114812) | [Pure] method InvLerp (line 114822) | [Pure] method FloatToBits (line 114836) | [Pure] method FloatToUnsignedBits (line 114846) | [Pure] method ApproximateEquals (line 114860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 114870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 114884) | [Pure] method IsTiny (line 114892) | [Pure] method IsNaN (line 114904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 114911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 114918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 114925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 114932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 127647) | [Pure] method Min (line 127657) | [Pure] method Min (line 127667) | [Pure] method Max (line 127677) | [Pure] method Max (line 127687) | [Pure] method Max (line 127697) | [Pure] method Min (line 127707) | [Pure] method Max (line 127717) | [Pure] method Min (line 127727) | [Pure] method Max (line 127737) | [Pure] method Min (line 127747) | [Pure] method Max (line 127757) | [Pure] method Abs (line 127771) | [Pure] method Floor (line 127785) | [Pure] method Ceiling (line 127795) | [Pure] method Round (line 127805) | [Pure] method Round (line 127815) | [Pure] method Round (line 127825) | [Pure] method Round (line 127835) | [Pure] method Truncate (line 127845) | [Pure] method Frac (line 127859) | [Pure] method Clamp (line 127873) | [Pure] method Clamp (line 127883) | [Pure] method ClampWrap (line 127893) | [Pure] method ClampWrap (line 127903) | [Pure] method Saturate (line 127913) | [Pure] method MapToUnitInterval (line 127927) | [Pure] method MapToUnitInterval (line 127937) | [Pure] method MapToUnitInterval (line 127947) | [Pure] method MapToUnitInterval (line 127957) | [Pure] method Sign (line 127971) | [Pure] method Signumi (line 127981) | [Pure] method Signum (line 127991) | [Pure] method MultiplyAdd (line 128005) | [Pure] method MultiplyAdd (line 128015) | [Pure] method MultiplyAdd (line 128025) | [Pure] method CopySign (line 128039) | [Pure] method CopySign (line 128049) | [Pure] method CopySign (line 128059) | [Pure] method Sqrt (line 128073) | [Pure] method Cbrt (line 128083) | [Pure] method Square (line 128097) | [Pure] method Pown (line 128111) | [Pure] method Pown (line 128121) | [Pure] method Pown (line 128131) | [Pure] method Pow (line 128141) | [Pure] method Pow (line 128151) | [Pure] method Pow (line 128161) | [Pure] method Power (line 128171) | [Pure] method Power (line 128182) | [Pure] method Power (line 128193) | [Pure] method Exp (line 128208) | [Pure] method Log (line 128218) | [Pure] method Log2 (line 128228) | [Pure] method Log2Int (line 128238) | [Pure] method Log10 (line 128248) | [Pure] method Log (line 128258) | [Pure] method ModP (line 128272) | [Pure] method PowerOfTwo (line 128286) | [Pure] method Sin (line 128300) | [Pure] method Cos (line 128310) | [Pure] method Tan (line 128320) | [Pure] method Asin (line 128330) | [Pure] method AsinClamped (line 128340) | [Pure] method Acos (line 128350) | [Pure] method AcosClamped (line 128360) | [Pure] method Atan (line 128370) | [Pure] method Atan2 (line 128380) | [Pure] method FastAtan2 (line 128390) | [Pure] method Sinh (line 128400) | [Pure] method Cosh (line 128410) | [Pure] method Tanh (line 128420) | [Pure] method Asinh (line 128430) | [Pure] method Acosh (line 128440) | [Pure] method Atanh (line 128450) | [Pure] method Step (line 128464) | [Pure] method Step (line 128474) | [Pure] method Linearstep (line 128484) | [Pure] method Linearstep (line 128494) | [Pure] method Smoothstep (line 128504) | [Pure] method Smoothstep (line 128514) | [Pure] method Lerp (line 128528) | [Pure] method Lerp (line 128538) | [Pure] method InvLerp (line 128548) | [Pure] method FloatToBits (line 128562) | [Pure] method ApproximateEquals (line 128576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 128586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 128600) | [Pure] method IsTiny (line 128608) | [Pure] method IsNaN (line 128620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 128627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 128634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 128641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 128648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Vec (line 4319) | public static partial class Vec method LengthSquared (line 4326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 4333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 4402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 4431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 4496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 4503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 4513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 4524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 4530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 4546) | public static V2i Cross(this V2i a) method AllSmaller (line 4559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 4919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 4936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 4943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4954) | [Pure] method AllTiny (line 4962) | [Pure] method IndexOfClosestPoint (line 4971) | public static int IndexOfClosestPoint(this V2i[] pointArray, V2i point) method IndexOfClosestPoint (line 4984) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 4998) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 5012) | public static long LongIndexOfClosestPoint(this V2i[] pointArray, V2i ... method LongIndexOfClosestPoint (line 5025) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 5039) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 5057) | public static int IndexOfMinX(this V2i[] vectorArray, int count = 0) method LongIndexOfMinX (line 5074) | public static long LongIndexOfMinX(this V2i[] vectorArray, long count ... method IndexOfMaxX (line 5091) | public static int IndexOfMaxX(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 5108) | public static long LongIndexOfMaxX(this V2i[] vectorArray, long count ... method IndexOfMinY (line 5125) | public static int IndexOfMinY(this V2i[] vectorArray, int count = 0) method LongIndexOfMinY (line 5142) | public static long LongIndexOfMinY(this V2i[] vectorArray, long count ... method IndexOfMaxY (line 5159) | public static int IndexOfMaxY(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 5176) | public static long LongIndexOfMaxY(this V2i[] vectorArray, long count ... method IndexOfMinX (line 5193) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 5210) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 5227) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 5244) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 5260) | public static int[] CopyCoord(this V2i[] self, int index) method LengthSquared (line 8419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 8426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 8449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 8457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 8465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 8473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 8480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 8495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 8509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 8524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 8589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 8595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 8974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 8991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 8998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 9009) | [Pure] method AllTiny (line 9017) | [Pure] method IndexOfClosestPoint (line 9026) | public static int IndexOfClosestPoint(this V2ui[] pointArray, V2ui point) method IndexOfClosestPoint (line 9039) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 9053) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 9067) | public static long LongIndexOfClosestPoint(this V2ui[] pointArray, V2u... method LongIndexOfClosestPoint (line 9080) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 9094) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 9112) | public static int IndexOfMinX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 9129) | public static long LongIndexOfMinX(this V2ui[] vectorArray, long count... method IndexOfMaxX (line 9146) | public static int IndexOfMaxX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 9163) | public static long LongIndexOfMaxX(this V2ui[] vectorArray, long count... method IndexOfMinY (line 9180) | public static int IndexOfMinY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 9197) | public static long LongIndexOfMinY(this V2ui[] vectorArray, long count... method IndexOfMaxY (line 9214) | public static int IndexOfMaxY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 9231) | public static long LongIndexOfMaxY(this V2ui[] vectorArray, long count... method IndexOfMinX (line 9248) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 9265) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 9282) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 9299) | public static int IndexOfMaxY(this IList vectorArray, int count ... method CopyCoord (line 9315) | public static uint[] CopyCoord(this V2ui[] self, int index) method LengthSquared (line 13661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 13668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 13679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 13691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 13699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 13715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 13737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 13751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 13766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 13774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 13831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 13838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 13848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 13859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 13865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 13881) | public static V2l Cross(this V2l a) method AllSmaller (line 13894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 14004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 14254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 14271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 14278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 14289) | [Pure] method AllTiny (line 14297) | [Pure] method IndexOfClosestPoint (line 14306) | public static int IndexOfClosestPoint(this V2l[] pointArray, V2l point) method IndexOfClosestPoint (line 14319) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 14333) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 14347) | public static long LongIndexOfClosestPoint(this V2l[] pointArray, V2l ... method LongIndexOfClosestPoint (line 14360) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 14374) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 14392) | public static int IndexOfMinX(this V2l[] vectorArray, int count = 0) method LongIndexOfMinX (line 14409) | public static long LongIndexOfMinX(this V2l[] vectorArray, long count ... method IndexOfMaxX (line 14426) | public static int IndexOfMaxX(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 14443) | public static long LongIndexOfMaxX(this V2l[] vectorArray, long count ... method IndexOfMinY (line 14460) | public static int IndexOfMinY(this V2l[] vectorArray, int count = 0) method LongIndexOfMinY (line 14477) | public static long LongIndexOfMinY(this V2l[] vectorArray, long count ... method IndexOfMaxY (line 14494) | public static int IndexOfMaxY(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 14511) | public static long LongIndexOfMaxY(this V2l[] vectorArray, long count ... method IndexOfMinX (line 14528) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 14545) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 14562) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 14579) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 14595) | public static long[] CopyCoord(this V2l[] self, int index) method LengthSquared (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 19567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 19578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 19590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 19602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 19610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 19618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 19626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 19633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 19648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 19662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 19677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 19685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 19766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 19773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 19780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 19790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 19801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 19807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 19821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 19832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 19853) | public static V2f Cross(this V2f a) method AllSmaller (line 19866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 20226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 20243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 20250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 20261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 20272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 20283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 20298) | [Pure] method AllTiny (line 20306) | [Pure] method AnyFinite (line 20315) | [Pure] method AllFinite (line 20320) | [Pure] method AnyNaN (line 20325) | [Pure] method AllNaN (line 20330) | [Pure] method AnyInfinity (line 20335) | [Pure] method AllInfinity (line 20340) | [Pure] method AnyPositiveInfinity (line 20345) | [Pure] method AllPositiveInfinity (line 20350) | [Pure] method AnyNegativeInfinity (line 20355) | [Pure] method AllNegativeInfinity (line 20360) | [Pure] method AnyTiny (line 20365) | [Pure] method AllTiny (line 20370) | [Pure] method Dot90 (line 20382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 20391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 20400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 20410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 20420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 20430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 20440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 20490) | public static int IndexOfClosestPoint(this V2f[] pointArray, V2f point) method IndexOfClosestPoint (line 20503) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 20517) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 20531) | public static long LongIndexOfClosestPoint(this V2f[] pointArray, V2f ... method LongIndexOfClosestPoint (line 20544) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 20558) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 20576) | public static int IndexOfMinX(this V2f[] vectorArray, int count = 0) method LongIndexOfMinX (line 20593) | public static long LongIndexOfMinX(this V2f[] vectorArray, long count ... method IndexOfMaxX (line 20610) | public static int IndexOfMaxX(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 20627) | public static long LongIndexOfMaxX(this V2f[] vectorArray, long count ... method IndexOfMinY (line 20644) | public static int IndexOfMinY(this V2f[] vectorArray, int count = 0) method LongIndexOfMinY (line 20661) | public static long LongIndexOfMinY(this V2f[] vectorArray, long count ... method IndexOfMaxY (line 20678) | public static int IndexOfMaxY(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 20695) | public static long LongIndexOfMaxY(this V2f[] vectorArray, long count ... method IndexOfMinX (line 20712) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 20729) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 20746) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 20763) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 20779) | public static float[] CopyCoord(this V2f[] self, int index) method WeightedSum (line 20789) | public static V2f WeightedSum( method LengthSquared (line 25775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 25782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 25793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 25805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 25817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 25825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 25833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 25841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 25848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 25863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 25877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 25892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 25900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 25981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 25988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 25995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 26005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 26016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 26022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 26036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 26047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 26068) | public static V2d Cross(this V2d a) method AllSmaller (line 26081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 26441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 26458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 26465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 26476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 26487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 26498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 26513) | [Pure] method AllTiny (line 26521) | [Pure] method AnyFinite (line 26530) | [Pure] method AllFinite (line 26535) | [Pure] method AnyNaN (line 26540) | [Pure] method AllNaN (line 26545) | [Pure] method AnyInfinity (line 26550) | [Pure] method AllInfinity (line 26555) | [Pure] method AnyPositiveInfinity (line 26560) | [Pure] method AllPositiveInfinity (line 26565) | [Pure] method AnyNegativeInfinity (line 26570) | [Pure] method AllNegativeInfinity (line 26575) | [Pure] method AnyTiny (line 26580) | [Pure] method AllTiny (line 26585) | [Pure] method Dot90 (line 26597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 26606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 26615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 26625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 26635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 26645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 26655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 26705) | public static int IndexOfClosestPoint(this V2d[] pointArray, V2d point) method IndexOfClosestPoint (line 26718) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 26732) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 26746) | public static long LongIndexOfClosestPoint(this V2d[] pointArray, V2d ... method LongIndexOfClosestPoint (line 26759) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 26773) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 26791) | public static int IndexOfMinX(this V2d[] vectorArray, int count = 0) method LongIndexOfMinX (line 26808) | public static long LongIndexOfMinX(this V2d[] vectorArray, long count ... method IndexOfMaxX (line 26825) | public static int IndexOfMaxX(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 26842) | public static long LongIndexOfMaxX(this V2d[] vectorArray, long count ... method IndexOfMinY (line 26859) | public static int IndexOfMinY(this V2d[] vectorArray, int count = 0) method LongIndexOfMinY (line 26876) | public static long LongIndexOfMinY(this V2d[] vectorArray, long count ... method IndexOfMaxY (line 26893) | public static int IndexOfMaxY(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 26910) | public static long LongIndexOfMaxY(this V2d[] vectorArray, long count ... method IndexOfMinX (line 26927) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 26944) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 26961) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 26978) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 26994) | public static double[] CopyCoord(this V2d[] self, int index) method WeightedSum (line 27004) | public static V2d WeightedSum( method LengthSquared (line 34164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 34171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 34182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 34241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 34270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 34278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 34335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 34346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 34358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 34367) | public static M33i CrossMatrix(this V3i v) method DirFlags (line 34374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 34390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 34768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 34787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 34794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 34805) | [Pure] method AllTiny (line 34813) | [Pure] method IndexOfClosestPoint (line 34822) | public static int IndexOfClosestPoint(this V3i[] pointArray, V3i point) method IndexOfClosestPoint (line 34835) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 34849) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 34863) | public static long LongIndexOfClosestPoint(this V3i[] pointArray, V3i ... method LongIndexOfClosestPoint (line 34876) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 34890) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 34908) | public static int IndexOfMinX(this V3i[] vectorArray, int count = 0) method LongIndexOfMinX (line 34925) | public static long LongIndexOfMinX(this V3i[] vectorArray, long count ... method IndexOfMaxX (line 34942) | public static int IndexOfMaxX(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 34959) | public static long LongIndexOfMaxX(this V3i[] vectorArray, long count ... method IndexOfMinY (line 34976) | public static int IndexOfMinY(this V3i[] vectorArray, int count = 0) method LongIndexOfMinY (line 34993) | public static long LongIndexOfMinY(this V3i[] vectorArray, long count ... method IndexOfMaxY (line 35010) | public static int IndexOfMaxY(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 35027) | public static long LongIndexOfMaxY(this V3i[] vectorArray, long count ... method IndexOfMinZ (line 35044) | public static int IndexOfMinZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 35061) | public static long LongIndexOfMinZ(this V3i[] vectorArray, long count ... method IndexOfMaxZ (line 35078) | public static int IndexOfMaxZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 35095) | public static long LongIndexOfMaxZ(this V3i[] vectorArray, long count ... method IndexOfMinX (line 35112) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 35129) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 35146) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 35163) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 35180) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 35197) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 35213) | public static int[] CopyCoord(this V3i[] self, int index) method LengthSquared (line 40144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 40151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 40162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 40174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 40182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 40190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 40198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 40205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 40221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 40235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 40250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 40258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 40315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 40321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 40702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 40721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 40728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 40739) | [Pure] method AllTiny (line 40747) | [Pure] method IndexOfClosestPoint (line 40756) | public static int IndexOfClosestPoint(this V3ui[] pointArray, V3ui point) method IndexOfClosestPoint (line 40769) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 40783) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 40797) | public static long LongIndexOfClosestPoint(this V3ui[] pointArray, V3u... method LongIndexOfClosestPoint (line 40810) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 40824) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 40842) | public static int IndexOfMinX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 40859) | public static long LongIndexOfMinX(this V3ui[] vectorArray, long count... method IndexOfMaxX (line 40876) | public static int IndexOfMaxX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 40893) | public static long LongIndexOfMaxX(this V3ui[] vectorArray, long count... method IndexOfMinY (line 40910) | public static int IndexOfMinY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 40927) | public static long LongIndexOfMinY(this V3ui[] vectorArray, long count... method IndexOfMaxY (line 40944) | public static int IndexOfMaxY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 40961) | public static long LongIndexOfMaxY(this V3ui[] vectorArray, long count... method IndexOfMinZ (line 40978) | public static int IndexOfMinZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 40995) | public static long LongIndexOfMinZ(this V3ui[] vectorArray, long count... method IndexOfMaxZ (line 41012) | public static int IndexOfMaxZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 41029) | public static long LongIndexOfMaxZ(this V3ui[] vectorArray, long count... method IndexOfMinX (line 41046) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 41063) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 41080) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 41097) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 41114) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 41131) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method CopyCoord (line 41147) | public static uint[] CopyCoord(this V3ui[] self, int index) method LengthSquared (line 48281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 48288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 48299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 48358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 48387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 48395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 48452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 48463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 48475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 48484) | public static M33l CrossMatrix(this V3l v) method DirFlags (line 48491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 48507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 48885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 48904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 48911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 48922) | [Pure] method AllTiny (line 48930) | [Pure] method IndexOfClosestPoint (line 48939) | public static int IndexOfClosestPoint(this V3l[] pointArray, V3l point) method IndexOfClosestPoint (line 48952) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 48966) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 48980) | public static long LongIndexOfClosestPoint(this V3l[] pointArray, V3l ... method LongIndexOfClosestPoint (line 48993) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 49007) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 49025) | public static int IndexOfMinX(this V3l[] vectorArray, int count = 0) method LongIndexOfMinX (line 49042) | public static long LongIndexOfMinX(this V3l[] vectorArray, long count ... method IndexOfMaxX (line 49059) | public static int IndexOfMaxX(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 49076) | public static long LongIndexOfMaxX(this V3l[] vectorArray, long count ... method IndexOfMinY (line 49093) | public static int IndexOfMinY(this V3l[] vectorArray, int count = 0) method LongIndexOfMinY (line 49110) | public static long LongIndexOfMinY(this V3l[] vectorArray, long count ... method IndexOfMaxY (line 49127) | public static int IndexOfMaxY(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 49144) | public static long LongIndexOfMaxY(this V3l[] vectorArray, long count ... method IndexOfMinZ (line 49161) | public static int IndexOfMinZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 49178) | public static long LongIndexOfMinZ(this V3l[] vectorArray, long count ... method IndexOfMaxZ (line 49195) | public static int IndexOfMaxZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 49212) | public static long LongIndexOfMaxZ(this V3l[] vectorArray, long count ... method IndexOfMinX (line 49229) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 49246) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 49263) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 49280) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 49297) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 49314) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 49330) | public static long[] CopyCoord(this V3l[] self, int index) method LengthSquared (line 57353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 57360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 57371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 57384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 57396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 57404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 57412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 57420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 57427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 57443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 57457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 57472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 57480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 57561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 57568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 57579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 57591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 57600) | public static M33f CrossMatrix(this V3f v) method DirFlags (line 57607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 57623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 57634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 57653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 58031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 58050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 58057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 58069) | public static V3f AxisAlignedNormal(this V3f v) method AngleBetweenFast (line 58101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 58112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 58127) | [Pure] method AllTiny (line 58135) | [Pure] method AnyFinite (line 58144) | [Pure] method AllFinite (line 58149) | [Pure] method AnyNaN (line 58154) | [Pure] method AllNaN (line 58159) | [Pure] method AnyInfinity (line 58164) | [Pure] method AllInfinity (line 58169) | [Pure] method AnyPositiveInfinity (line 58174) | [Pure] method AllPositiveInfinity (line 58179) | [Pure] method AnyNegativeInfinity (line 58184) | [Pure] method AllNegativeInfinity (line 58189) | [Pure] method AnyTiny (line 58194) | [Pure] method AllTiny (line 58199) | [Pure] method LinCom (line 58208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 58248) | public static int IndexOfClosestPoint(this V3f[] pointArray, V3f point) method IndexOfClosestPoint (line 58261) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 58275) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 58289) | public static long LongIndexOfClosestPoint(this V3f[] pointArray, V3f ... method LongIndexOfClosestPoint (line 58302) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 58316) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 58334) | public static int IndexOfMinX(this V3f[] vectorArray, int count = 0) method LongIndexOfMinX (line 58351) | public static long LongIndexOfMinX(this V3f[] vectorArray, long count ... method IndexOfMaxX (line 58368) | public static int IndexOfMaxX(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 58385) | public static long LongIndexOfMaxX(this V3f[] vectorArray, long count ... method IndexOfMinY (line 58402) | public static int IndexOfMinY(this V3f[] vectorArray, int count = 0) method LongIndexOfMinY (line 58419) | public static long LongIndexOfMinY(this V3f[] vectorArray, long count ... method IndexOfMaxY (line 58436) | public static int IndexOfMaxY(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 58453) | public static long LongIndexOfMaxY(this V3f[] vectorArray, long count ... method IndexOfMinZ (line 58470) | public static int IndexOfMinZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 58487) | public static long LongIndexOfMinZ(this V3f[] vectorArray, long count ... method IndexOfMaxZ (line 58504) | public static int IndexOfMaxZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 58521) | public static long LongIndexOfMaxZ(this V3f[] vectorArray, long count ... method IndexOfMinX (line 58538) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 58555) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 58572) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 58589) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 58606) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 58623) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 58639) | public static float[] CopyCoord(this V3f[] self, int index) method WeightedSum (line 58650) | public static V3f WeightedSum( method LengthSquared (line 66735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 66742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 66753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 66766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 66778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 66786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 66794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 66802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 66809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 66825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 66839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 66854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 66862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 66943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 66950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 66961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 66973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 66982) | public static M33d CrossMatrix(this V3d v) method DirFlags (line 66989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 67005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 67016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 67035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 67413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 67432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 67439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 67451) | public static V3d AxisAlignedNormal(this V3d v) method AngleBetweenFast (line 67483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 67494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 67509) | [Pure] method AllTiny (line 67517) | [Pure] method AnyFinite (line 67526) | [Pure] method AllFinite (line 67531) | [Pure] method AnyNaN (line 67536) | [Pure] method AllNaN (line 67541) | [Pure] method AnyInfinity (line 67546) | [Pure] method AllInfinity (line 67551) | [Pure] method AnyPositiveInfinity (line 67556) | [Pure] method AllPositiveInfinity (line 67561) | [Pure] method AnyNegativeInfinity (line 67566) | [Pure] method AllNegativeInfinity (line 67571) | [Pure] method AnyTiny (line 67576) | [Pure] method AllTiny (line 67581) | [Pure] method LinCom (line 67590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 67630) | public static int IndexOfClosestPoint(this V3d[] pointArray, V3d point) method IndexOfClosestPoint (line 67643) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 67657) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 67671) | public static long LongIndexOfClosestPoint(this V3d[] pointArray, V3d ... method LongIndexOfClosestPoint (line 67684) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 67698) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 67716) | public static int IndexOfMinX(this V3d[] vectorArray, int count = 0) method LongIndexOfMinX (line 67733) | public static long LongIndexOfMinX(this V3d[] vectorArray, long count ... method IndexOfMaxX (line 67750) | public static int IndexOfMaxX(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 67767) | public static long LongIndexOfMaxX(this V3d[] vectorArray, long count ... method IndexOfMinY (line 67784) | public static int IndexOfMinY(this V3d[] vectorArray, int count = 0) method LongIndexOfMinY (line 67801) | public static long LongIndexOfMinY(this V3d[] vectorArray, long count ... method IndexOfMaxY (line 67818) | public static int IndexOfMaxY(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 67835) | public static long LongIndexOfMaxY(this V3d[] vectorArray, long count ... method IndexOfMinZ (line 67852) | public static int IndexOfMinZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 67869) | public static long LongIndexOfMinZ(this V3d[] vectorArray, long count ... method IndexOfMaxZ (line 67886) | public static int IndexOfMaxZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 67903) | public static long LongIndexOfMaxZ(this V3d[] vectorArray, long count ... method IndexOfMinX (line 67920) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 67937) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 67954) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 67971) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 67988) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 68005) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 68021) | public static double[] CopyCoord(this V3d[] self, int index) method WeightedSum (line 68032) | public static V3d WeightedSum( method LengthSquared (line 79758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 79765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 79776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 79788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 79796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 79804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 79812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 79819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 79836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 79850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 79865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 79873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 79930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 79942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 79955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 79961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 80004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 80344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 80365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 80372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 80383) | [Pure] method AllTiny (line 80391) | [Pure] method IndexOfClosestPoint (line 80400) | public static int IndexOfClosestPoint(this V4i[] pointArray, V4i point) method IndexOfClosestPoint (line 80413) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 80427) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 80441) | public static long LongIndexOfClosestPoint(this V4i[] pointArray, V4i ... method LongIndexOfClosestPoint (line 80454) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 80468) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 80486) | public static int IndexOfMinX(this V4i[] vectorArray, int count = 0) method LongIndexOfMinX (line 80503) | public static long LongIndexOfMinX(this V4i[] vectorArray, long count ... method IndexOfMaxX (line 80520) | public static int IndexOfMaxX(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 80537) | public static long LongIndexOfMaxX(this V4i[] vectorArray, long count ... method IndexOfMinY (line 80554) | public static int IndexOfMinY(this V4i[] vectorArray, int count = 0) method LongIndexOfMinY (line 80571) | public static long LongIndexOfMinY(this V4i[] vectorArray, long count ... method IndexOfMaxY (line 80588) | public static int IndexOfMaxY(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 80605) | public static long LongIndexOfMaxY(this V4i[] vectorArray, long count ... method IndexOfMinZ (line 80622) | public static int IndexOfMinZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 80639) | public static long LongIndexOfMinZ(this V4i[] vectorArray, long count ... method IndexOfMaxZ (line 80656) | public static int IndexOfMaxZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 80673) | public static long LongIndexOfMaxZ(this V4i[] vectorArray, long count ... method IndexOfMinW (line 80690) | public static int IndexOfMinW(this V4i[] vectorArray, int count = 0) method LongIndexOfMinW (line 80707) | public static long LongIndexOfMinW(this V4i[] vectorArray, long count ... method IndexOfMaxW (line 80724) | public static int IndexOfMaxW(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxW (line 80741) | public static long LongIndexOfMaxW(this V4i[] vectorArray, long count ... method IndexOfMinX (line 80758) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 80775) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 80792) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 80809) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 80826) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 80843) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 80860) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 80877) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 80893) | public static int[] CopyCoord(this V4i[] self, int index) method LengthSquared (line 88757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 88764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 88775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 88787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 88795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 88803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 88811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 88818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 88835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 88849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 88864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 88872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 88929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 88935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 89008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 89318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 89339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 89346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 89357) | [Pure] method AllTiny (line 89365) | [Pure] method IndexOfClosestPoint (line 89374) | public static int IndexOfClosestPoint(this V4ui[] pointArray, V4ui point) method IndexOfClosestPoint (line 89387) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 89401) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 89415) | public static long LongIndexOfClosestPoint(this V4ui[] pointArray, V4u... method LongIndexOfClosestPoint (line 89428) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 89442) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 89460) | public static int IndexOfMinX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 89477) | public static long LongIndexOfMinX(this V4ui[] vectorArray, long count... method IndexOfMaxX (line 89494) | public static int IndexOfMaxX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 89511) | public static long LongIndexOfMaxX(this V4ui[] vectorArray, long count... method IndexOfMinY (line 89528) | public static int IndexOfMinY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 89545) | public static long LongIndexOfMinY(this V4ui[] vectorArray, long count... method IndexOfMaxY (line 89562) | public static int IndexOfMaxY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 89579) | public static long LongIndexOfMaxY(this V4ui[] vectorArray, long count... method IndexOfMinZ (line 89596) | public static int IndexOfMinZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 89613) | public static long LongIndexOfMinZ(this V4ui[] vectorArray, long count... method IndexOfMaxZ (line 89630) | public static int IndexOfMaxZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 89647) | public static long LongIndexOfMaxZ(this V4ui[] vectorArray, long count... method IndexOfMinW (line 89664) | public static int IndexOfMinW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinW (line 89681) | public static long LongIndexOfMinW(this V4ui[] vectorArray, long count... method IndexOfMaxW (line 89698) | public static int IndexOfMaxW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxW (line 89715) | public static long LongIndexOfMaxW(this V4ui[] vectorArray, long count... method IndexOfMinX (line 89732) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 89749) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 89766) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 89783) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 89800) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 89817) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method IndexOfMinW (line 89834) | public static int IndexOfMinW(this IList vectorArray, int count ... method IndexOfMaxW (line 89851) | public static int IndexOfMaxW(this IList vectorArray, int count ... method CopyCoord (line 89867) | public static uint[] CopyCoord(this V4ui[] self, int index) method LengthSquared (line 101488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 101495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 101506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 101518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 101526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 101534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 101542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 101549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 101566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 101580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 101595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 101603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 101660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 101672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 101685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 101691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 102004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 102074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 102095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 102102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 102113) | [Pure] method AllTiny (line 102121) | [Pure] method IndexOfClosestPoint (line 102130) | public static int IndexOfClosestPoint(this V4l[] pointArray, V4l point) method IndexOfClosestPoint (line 102143) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 102157) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 102171) | public static long LongIndexOfClosestPoint(this V4l[] pointArray, V4l ... method LongIndexOfClosestPoint (line 102184) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 102198) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 102216) | public static int IndexOfMinX(this V4l[] vectorArray, int count = 0) method LongIndexOfMinX (line 102233) | public static long LongIndexOfMinX(this V4l[] vectorArray, long count ... method IndexOfMaxX (line 102250) | public static int IndexOfMaxX(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 102267) | public static long LongIndexOfMaxX(this V4l[] vectorArray, long count ... method IndexOfMinY (line 102284) | public static int IndexOfMinY(this V4l[] vectorArray, int count = 0) method LongIndexOfMinY (line 102301) | public static long LongIndexOfMinY(this V4l[] vectorArray, long count ... method IndexOfMaxY (line 102318) | public static int IndexOfMaxY(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 102335) | public static long LongIndexOfMaxY(this V4l[] vectorArray, long count ... method IndexOfMinZ (line 102352) | public static int IndexOfMinZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 102369) | public static long LongIndexOfMinZ(this V4l[] vectorArray, long count ... method IndexOfMaxZ (line 102386) | public static int IndexOfMaxZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 102403) | public static long LongIndexOfMaxZ(this V4l[] vectorArray, long count ... method IndexOfMinW (line 102420) | public static int IndexOfMinW(this V4l[] vectorArray, int count = 0) method LongIndexOfMinW (line 102437) | public static long LongIndexOfMinW(this V4l[] vectorArray, long count ... method IndexOfMaxW (line 102454) | public static int IndexOfMaxW(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxW (line 102471) | public static long LongIndexOfMaxW(this V4l[] vectorArray, long count ... method IndexOfMinX (line 102488) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 102505) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 102522) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 102539) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 102556) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 102573) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 102590) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 102607) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 102623) | public static long[] CopyCoord(this V4l[] self, int index) method LengthSquared (line 115028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 115035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 115046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 115060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 115072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 115080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 115088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 115096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 115103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 115120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 115134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 115149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 115157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 115238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 115245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 115257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 115270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 115276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 115294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 115305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 115689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 115710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 115717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 115728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 115739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 115754) | [Pure] method AllTiny (line 115762) | [Pure] method AnyFinite (line 115771) | [Pure] method AllFinite (line 115776) | [Pure] method AnyNaN (line 115781) | [Pure] method AllNaN (line 115786) | [Pure] method AnyInfinity (line 115791) | [Pure] method AllInfinity (line 115796) | [Pure] method AnyPositiveInfinity (line 115801) | [Pure] method AllPositiveInfinity (line 115806) | [Pure] method AnyNegativeInfinity (line 115811) | [Pure] method AllNegativeInfinity (line 115816) | [Pure] method AnyTiny (line 115821) | [Pure] method AllTiny (line 115826) | [Pure] method LinCom (line 115835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 115875) | public static int IndexOfClosestPoint(this V4f[] pointArray, V4f point) method IndexOfClosestPoint (line 115888) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 115902) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 115916) | public static long LongIndexOfClosestPoint(this V4f[] pointArray, V4f ... method LongIndexOfClosestPoint (line 115929) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 115943) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 115961) | public static int IndexOfMinX(this V4f[] vectorArray, int count = 0) method LongIndexOfMinX (line 115978) | public static long LongIndexOfMinX(this V4f[] vectorArray, long count ... method IndexOfMaxX (line 115995) | public static int IndexOfMaxX(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 116012) | public static long LongIndexOfMaxX(this V4f[] vectorArray, long count ... method IndexOfMinY (line 116029) | public static int IndexOfMinY(this V4f[] vectorArray, int count = 0) method LongIndexOfMinY (line 116046) | public static long LongIndexOfMinY(this V4f[] vectorArray, long count ... method IndexOfMaxY (line 116063) | public static int IndexOfMaxY(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 116080) | public static long LongIndexOfMaxY(this V4f[] vectorArray, long count ... method IndexOfMinZ (line 116097) | public static int IndexOfMinZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 116114) | public static long LongIndexOfMinZ(this V4f[] vectorArray, long count ... method IndexOfMaxZ (line 116131) | public static int IndexOfMaxZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 116148) | public static long LongIndexOfMaxZ(this V4f[] vectorArray, long count ... method IndexOfMinW (line 116165) | public static int IndexOfMinW(this V4f[] vectorArray, int count = 0) method LongIndexOfMinW (line 116182) | public static long LongIndexOfMinW(this V4f[] vectorArray, long count ... method IndexOfMaxW (line 116199) | public static int IndexOfMaxW(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxW (line 116216) | public static long LongIndexOfMaxW(this V4f[] vectorArray, long count ... method IndexOfMinX (line 116233) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 116250) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 116267) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 116284) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 116301) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 116318) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 116335) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 116352) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 116368) | public static float[] CopyCoord(this V4f[] self, int index) method WeightedSum (line 116380) | public static V4f WeightedSum( method LengthSquared (line 128744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 128751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 128762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 128776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 128788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 128796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 128804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 128812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 128819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 128836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 128850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 128865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 128873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 128954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 128961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 128973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 128986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 128992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 129010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 129021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 129405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 129426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 129433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 129444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 129455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 129470) | [Pure] method AllTiny (line 129478) | [Pure] method AnyFinite (line 129487) | [Pure] method AllFinite (line 129492) | [Pure] method AnyNaN (line 129497) | [Pure] method AllNaN (line 129502) | [Pure] method AnyInfinity (line 129507) | [Pure] method AllInfinity (line 129512) | [Pure] method AnyPositiveInfinity (line 129517) | [Pure] method AllPositiveInfinity (line 129522) | [Pure] method AnyNegativeInfinity (line 129527) | [Pure] method AllNegativeInfinity (line 129532) | [Pure] method AnyTiny (line 129537) | [Pure] method AllTiny (line 129542) | [Pure] method LinCom (line 129551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 129591) | public static int IndexOfClosestPoint(this V4d[] pointArray, V4d point) method IndexOfClosestPoint (line 129604) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 129618) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 129632) | public static long LongIndexOfClosestPoint(this V4d[] pointArray, V4d ... method LongIndexOfClosestPoint (line 129645) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 129659) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 129677) | public static int IndexOfMinX(this V4d[] vectorArray, int count = 0) method LongIndexOfMinX (line 129694) | public static long LongIndexOfMinX(this V4d[] vectorArray, long count ... method IndexOfMaxX (line 129711) | public static int IndexOfMaxX(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 129728) | public static long LongIndexOfMaxX(this V4d[] vectorArray, long count ... method IndexOfMinY (line 129745) | public static int IndexOfMinY(this V4d[] vectorArray, int count = 0) method LongIndexOfMinY (line 129762) | public static long LongIndexOfMinY(this V4d[] vectorArray, long count ... method IndexOfMaxY (line 129779) | public static int IndexOfMaxY(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 129796) | public static long LongIndexOfMaxY(this V4d[] vectorArray, long count ... method IndexOfMinZ (line 129813) | public static int IndexOfMinZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 129830) | public static long LongIndexOfMinZ(this V4d[] vectorArray, long count ... method IndexOfMaxZ (line 129847) | public static int IndexOfMaxZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 129864) | public static long LongIndexOfMaxZ(this V4d[] vectorArray, long count ... method IndexOfMinW (line 129881) | public static int IndexOfMinW(this V4d[] vectorArray, int count = 0) method LongIndexOfMinW (line 129898) | public static long LongIndexOfMinW(this V4d[] vectorArray, long count ... method IndexOfMaxW (line 129915) | public static int IndexOfMaxW(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxW (line 129932) | public static long LongIndexOfMaxW(this V4d[] vectorArray, long count ... method IndexOfMinX (line 129949) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 129966) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 129983) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 130000) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 130017) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 130034) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 130051) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 130068) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 130084) | public static double[] CopyCoord(this V4d[] self, int index) method WeightedSum (line 130096) | public static V4d WeightedSum( class IRandomUniformV2iExtensions (line 5273) | public static class IRandomUniformV2iExtensions method UniformV2i (line 5280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2iNonZero (line 5289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2i (line 5298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2i (line 5307) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type V2ui (line 5320) | [DataContract] method V2ui (line 5335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5515) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5554) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5616) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2ui (line 5704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2i (line 5771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2l (line 5774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2f (line 5777) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2d (line 5780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 5783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 5786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 5789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 5792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 5795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 5798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 5801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 5804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 5807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 5810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 5856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 5863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 5867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 5877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 5884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 5888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 5898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 5905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 5909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 5919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 5926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 5930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 5940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 5947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 5951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 5958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 5965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 5972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2i (line 6218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2l (line 6222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2f (line 6226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2d (line 6230) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinearInterp (line 6317) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 6322) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 6327) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 6332) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 6337) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 6342) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 6347) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 6352) | [EditorBrowsable(EditorBrowsableState.Never)] method Saturate (line 6357) | [EditorBrowsable(EditorBrowsableState.Never)] method Set (line 6369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 6379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 6389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 6399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 6409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 6652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 6662) | public override readonly string ToString() method ToString (line 6667) | public readonly string ToString(string format) method ToString (line 6672) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 6680) | public readonly string ToString(string format, IFormatProvider fp, str... method GetHashCode (line 6686) | public override readonly int GetHashCode() method Equals (line 6691) | public override readonly bool Equals(object other) method ToText (line 6694) | public readonly Text ToText(int bracketLevel = 1) method Parse (line 6707) | public static V2ui Parse(string s) method Parse (line 6716) | public static V2ui Parse(Text t) method Parse (line 6721) | public static V2ui Parse(Text t, int bracketLevel) method GetValue (line 7706) | public readonly object GetValue(long index) method SetValue (line 7711) | public void SetValue(object value, long index) class V2uiEqualityComparer (line 7720) | public class V2uiEqualityComparer : IEqualityComparer method Equals (line 7727) | public bool Equals(V2ui v0, V2ui v1) method GetHashCode (line 7732) | public int GetHashCode(V2ui v) class Fun (line 7740) | public static partial class Fun method Min (line 3588) | [Pure] method Min (line 3598) | [Pure] method Min (line 3608) | [Pure] method Max (line 3618) | [Pure] method Max (line 3628) | [Pure] method Max (line 3638) | [Pure] method Min (line 3648) | [Pure] method Max (line 3658) | [Pure] method Min (line 3668) | [Pure] method Max (line 3678) | [Pure] method Min (line 3688) | [Pure] method Max (line 3698) | [Pure] method Abs (line 3712) | [Pure] method Clamp (line 3726) | [Pure] method Clamp (line 3736) | [Pure] method ClampExcl (line 3746) | [Pure] method ClampExcl (line 3756) | [Pure] method ClampWrap (line 3766) | [Pure] method ClampWrap (line 3776) | [Pure] method Saturate (line 3786) | [Pure] method Sign (line 3800) | [Pure] method Signumi (line 3810) | [Pure] method Signum (line 3820) | [Pure] method MultiplyAdd (line 3834) | [Pure] method MultiplyAdd (line 3844) | [Pure] method MultiplyAdd (line 3854) | [Pure] method Sqrt (line 3868) | [Pure] method Cbrt (line 3878) | [Pure] method Square (line 3892) | [Pure] method Pown (line 3906) | [Pure] method Pown (line 3916) | [Pure] method Pown (line 3926) | [Pure] method Pow (line 3936) | [Pure] method Pow (line 3946) | [Pure] method Pow (line 3956) | [Pure] method Pow (line 3966) | [Pure] method Pow (line 3976) | [Pure] method Pow (line 3986) | [Pure] method Power (line 3996) | [Pure] method Power (line 4007) | [Pure] method Power (line 4018) | [Pure] method Power (line 4029) | [Pure] method Power (line 4040) | [Pure] method Power (line 4051) | [Pure] method Exp (line 4066) | [Pure] method Log (line 4076) | [Pure] method Log2 (line 4086) | [Pure] method Log2Int (line 4096) | [Pure] method Log10 (line 4106) | [Pure] method Log (line 4116) | [Pure] method ModP (line 4130) | [Pure] method PowerOfTwo (line 4144) | [Pure] method NextPowerOfTwo (line 4154) | [Pure] method PrevPowerOfTwo (line 4164) | [Pure] method Step (line 4178) | [Pure] method Step (line 4188) | [Pure] method Lerp (line 4202) | [Pure] method Lerp (line 4212) | [Pure] method Lerp (line 4222) | [Pure] method Lerp (line 4232) | [Pure] method InvLerp (line 4242) | [Pure] method GreatestCommonDivisor (line 4256) | [Pure] method LeastCommonMultiple (line 4266) | [Pure] method FloatFromBits (line 4280) | [Pure] method ApproximateEquals (line 4294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4308) | [Pure] method Min (line 7747) | [Pure] method Min (line 7757) | [Pure] method Min (line 7767) | [Pure] method Max (line 7777) | [Pure] method Max (line 7787) | [Pure] method Max (line 7797) | [Pure] method Min (line 7807) | [Pure] method Max (line 7817) | [Pure] method Min (line 7827) | [Pure] method Max (line 7837) | [Pure] method Min (line 7847) | [Pure] method Max (line 7857) | [Pure] method Clamp (line 7871) | [Pure] method Clamp (line 7881) | [Pure] method ClampExcl (line 7891) | [Pure] method ClampExcl (line 7901) | [Pure] method ClampWrap (line 7911) | [Pure] method ClampWrap (line 7921) | [Pure] method Saturate (line 7931) | [Pure] method MultiplyAdd (line 7945) | [Pure] method MultiplyAdd (line 7955) | [Pure] method MultiplyAdd (line 7965) | [Pure] method Sqrt (line 7979) | [Pure] method Cbrt (line 7989) | [Pure] method Square (line 8003) | [Pure] method Pown (line 8017) | [Pure] method Pown (line 8027) | [Pure] method Pown (line 8037) | [Pure] method Pown (line 8047) | [Pure] method Pown (line 8057) | [Pure] method Pown (line 8067) | [Pure] method Pow (line 8077) | [Pure] method Pow (line 8087) | [Pure] method Pow (line 8097) | [Pure] method Pow (line 8107) | [Pure] method Pow (line 8117) | [Pure] method Pow (line 8127) | [Pure] method Power (line 8137) | [Pure] method Power (line 8148) | [Pure] method Power (line 8159) | [Pure] method Power (line 8170) | [Pure] method Power (line 8181) | [Pure] method Power (line 8192) | [Pure] method Exp (line 8207) | [Pure] method Log (line 8217) | [Pure] method Log2 (line 8227) | [Pure] method Log2Int (line 8237) | [Pure] method Log10 (line 8247) | [Pure] method Log (line 8257) | [Pure] method Step (line 8271) | [Pure] method Step (line 8281) | [Pure] method Lerp (line 8295) | [Pure] method Lerp (line 8305) | [Pure] method Lerp (line 8315) | [Pure] method Lerp (line 8325) | [Pure] method InvLerp (line 8335) | [Pure] method GreatestCommonDivisor (line 8349) | [Pure] method LeastCommonMultiple (line 8359) | [Pure] method FloatFromUnsignedBits (line 8373) | [Pure] method ApproximateEquals (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8401) | [Pure] method Min (line 12893) | [Pure] method Min (line 12903) | [Pure] method Min (line 12913) | [Pure] method Max (line 12923) | [Pure] method Max (line 12933) | [Pure] method Max (line 12943) | [Pure] method Min (line 12953) | [Pure] method Max (line 12963) | [Pure] method Min (line 12973) | [Pure] method Max (line 12983) | [Pure] method Min (line 12993) | [Pure] method Max (line 13003) | [Pure] method Abs (line 13017) | [Pure] method Clamp (line 13031) | [Pure] method Clamp (line 13041) | [Pure] method ClampExcl (line 13051) | [Pure] method ClampExcl (line 13061) | [Pure] method ClampWrap (line 13071) | [Pure] method ClampWrap (line 13081) | [Pure] method Saturate (line 13091) | [Pure] method Sign (line 13105) | [Pure] method Signumi (line 13115) | [Pure] method Signum (line 13125) | [Pure] method MultiplyAdd (line 13139) | [Pure] method MultiplyAdd (line 13149) | [Pure] method MultiplyAdd (line 13159) | [Pure] method Sqrt (line 13173) | [Pure] method Cbrt (line 13183) | [Pure] method Square (line 13197) | [Pure] method Pown (line 13211) | [Pure] method Pown (line 13221) | [Pure] method Pown (line 13231) | [Pure] method Pown (line 13241) | [Pure] method Pown (line 13251) | [Pure] method Pown (line 13261) | [Pure] method Pow (line 13271) | [Pure] method Pow (line 13281) | [Pure] method Pow (line 13291) | [Pure] method Pow (line 13301) | [Pure] method Pow (line 13311) | [Pure] method Pow (line 13321) | [Pure] method Power (line 13331) | [Pure] method Power (line 13342) | [Pure] method Power (line 13353) | [Pure] method Power (line 13364) | [Pure] method Power (line 13375) | [Pure] method Power (line 13386) | [Pure] method Exp (line 13401) | [Pure] method Log (line 13411) | [Pure] method Log2 (line 13421) | [Pure] method Log2Int (line 13431) | [Pure] method Log10 (line 13441) | [Pure] method Log (line 13451) | [Pure] method ModP (line 13465) | [Pure] method PowerOfTwo (line 13479) | [Pure] method NextPowerOfTwo (line 13489) | [Pure] method PrevPowerOfTwo (line 13499) | [Pure] method Step (line 13513) | [Pure] method Step (line 13523) | [Pure] method Lerp (line 13537) | [Pure] method Lerp (line 13547) | [Pure] method Lerp (line 13557) | [Pure] method Lerp (line 13567) | [Pure] method InvLerp (line 13577) | [Pure] method GreatestCommonDivisor (line 13591) | [Pure] method LeastCommonMultiple (line 13601) | [Pure] method FloatFromBits (line 13615) | [Pure] method ApproximateEquals (line 13629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13643) | [Pure] method Min (line 18465) | [Pure] method Min (line 18475) | [Pure] method Min (line 18485) | [Pure] method Max (line 18495) | [Pure] method Max (line 18505) | [Pure] method Max (line 18515) | [Pure] method Min (line 18525) | [Pure] method Max (line 18535) | [Pure] method Min (line 18545) | [Pure] method Max (line 18555) | [Pure] method Min (line 18565) | [Pure] method Max (line 18575) | [Pure] method Abs (line 18589) | [Pure] method Floor (line 18603) | [Pure] method Ceiling (line 18613) | [Pure] method Round (line 18623) | [Pure] method Round (line 18633) | [Pure] method Round (line 18643) | [Pure] method Round (line 18653) | [Pure] method Truncate (line 18663) | [Pure] method Frac (line 18677) | [Pure] method Clamp (line 18691) | [Pure] method Clamp (line 18701) | [Pure] method ClampWrap (line 18711) | [Pure] method ClampWrap (line 18721) | [Pure] method Saturate (line 18731) | [Pure] method MapToUnitInterval (line 18745) | [Pure] method MapToUnitInterval (line 18755) | [Pure] method MapToUnitInterval (line 18765) | [Pure] method MapToUnitInterval (line 18775) | [Pure] method Sign (line 18789) | [Pure] method Signumi (line 18799) | [Pure] method Signum (line 18809) | [Pure] method MultiplyAdd (line 18823) | [Pure] method MultiplyAdd (line 18833) | [Pure] method MultiplyAdd (line 18843) | [Pure] method CopySign (line 18857) | [Pure] method CopySign (line 18867) | [Pure] method CopySign (line 18877) | [Pure] method Sqrt (line 18891) | [Pure] method Cbrt (line 18901) | [Pure] method Square (line 18915) | [Pure] method Pown (line 18929) | [Pure] method Pown (line 18939) | [Pure] method Pown (line 18949) | [Pure] method Pow (line 18959) | [Pure] method Pow (line 18969) | [Pure] method Pow (line 18979) | [Pure] method Power (line 18989) | [Pure] method Power (line 19000) | [Pure] method Power (line 19011) | [Pure] method Exp (line 19026) | [Pure] method Log (line 19036) | [Pure] method Log2 (line 19046) | [Pure] method Log2Int (line 19056) | [Pure] method Log10 (line 19066) | [Pure] method Log (line 19076) | [Pure] method ModP (line 19090) | [Pure] method PowerOfTwo (line 19104) | [Pure] method Sin (line 19118) | [Pure] method Cos (line 19128) | [Pure] method Tan (line 19138) | [Pure] method Asin (line 19148) | [Pure] method AsinClamped (line 19158) | [Pure] method Acos (line 19168) | [Pure] method AcosClamped (line 19178) | [Pure] method Atan (line 19188) | [Pure] method Atan2 (line 19198) | [Pure] method FastAtan2 (line 19208) | [Pure] method Sinh (line 19218) | [Pure] method Cosh (line 19228) | [Pure] method Tanh (line 19238) | [Pure] method Asinh (line 19248) | [Pure] method Acosh (line 19258) | [Pure] method Atanh (line 19268) | [Pure] method Step (line 19282) | [Pure] method Step (line 19292) | [Pure] method Linearstep (line 19302) | [Pure] method Linearstep (line 19312) | [Pure] method Smoothstep (line 19322) | [Pure] method Smoothstep (line 19332) | [Pure] method Lerp (line 19346) | [Pure] method Lerp (line 19356) | [Pure] method InvLerp (line 19366) | [Pure] method FloatToBits (line 19380) | [Pure] method FloatToUnsignedBits (line 19390) | [Pure] method ApproximateEquals (line 19404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19428) | [Pure] method IsTiny (line 19436) | [Pure] method IsNaN (line 19448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 24690) | [Pure] method Min (line 24700) | [Pure] method Min (line 24710) | [Pure] method Max (line 24720) | [Pure] method Max (line 24730) | [Pure] method Max (line 24740) | [Pure] method Min (line 24750) | [Pure] method Max (line 24760) | [Pure] method Min (line 24770) | [Pure] method Max (line 24780) | [Pure] method Min (line 24790) | [Pure] method Max (line 24800) | [Pure] method Abs (line 24814) | [Pure] method Floor (line 24828) | [Pure] method Ceiling (line 24838) | [Pure] method Round (line 24848) | [Pure] method Round (line 24858) | [Pure] method Round (line 24868) | [Pure] method Round (line 24878) | [Pure] method Truncate (line 24888) | [Pure] method Frac (line 24902) | [Pure] method Clamp (line 24916) | [Pure] method Clamp (line 24926) | [Pure] method ClampWrap (line 24936) | [Pure] method ClampWrap (line 24946) | [Pure] method Saturate (line 24956) | [Pure] method MapToUnitInterval (line 24970) | [Pure] method MapToUnitInterval (line 24980) | [Pure] method MapToUnitInterval (line 24990) | [Pure] method MapToUnitInterval (line 25000) | [Pure] method Sign (line 25014) | [Pure] method Signumi (line 25024) | [Pure] method Signum (line 25034) | [Pure] method MultiplyAdd (line 25048) | [Pure] method MultiplyAdd (line 25058) | [Pure] method MultiplyAdd (line 25068) | [Pure] method CopySign (line 25082) | [Pure] method CopySign (line 25092) | [Pure] method CopySign (line 25102) | [Pure] method Sqrt (line 25116) | [Pure] method Cbrt (line 25126) | [Pure] method Square (line 25140) | [Pure] method Pown (line 25154) | [Pure] method Pown (line 25164) | [Pure] method Pown (line 25174) | [Pure] method Pow (line 25184) | [Pure] method Pow (line 25194) | [Pure] method Pow (line 25204) | [Pure] method Power (line 25214) | [Pure] method Power (line 25225) | [Pure] method Power (line 25236) | [Pure] method Exp (line 25251) | [Pure] method Log (line 25261) | [Pure] method Log2 (line 25271) | [Pure] method Log2Int (line 25281) | [Pure] method Log10 (line 25291) | [Pure] method Log (line 25301) | [Pure] method ModP (line 25315) | [Pure] method PowerOfTwo (line 25329) | [Pure] method Sin (line 25343) | [Pure] method Cos (line 25353) | [Pure] method Tan (line 25363) | [Pure] method Asin (line 25373) | [Pure] method AsinClamped (line 25383) | [Pure] method Acos (line 25393) | [Pure] method AcosClamped (line 25403) | [Pure] method Atan (line 25413) | [Pure] method Atan2 (line 25423) | [Pure] method FastAtan2 (line 25433) | [Pure] method Sinh (line 25443) | [Pure] method Cosh (line 25453) | [Pure] method Tanh (line 25463) | [Pure] method Asinh (line 25473) | [Pure] method Acosh (line 25483) | [Pure] method Atanh (line 25493) | [Pure] method Step (line 25507) | [Pure] method Step (line 25517) | [Pure] method Linearstep (line 25527) | [Pure] method Linearstep (line 25537) | [Pure] method Smoothstep (line 25547) | [Pure] method Smoothstep (line 25557) | [Pure] method Lerp (line 25571) | [Pure] method Lerp (line 25581) | [Pure] method InvLerp (line 25591) | [Pure] method FloatToBits (line 25605) | [Pure] method ApproximateEquals (line 25619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25643) | [Pure] method IsTiny (line 25651) | [Pure] method IsNaN (line 25663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 25670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 25677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 25684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 25691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 33426) | [Pure] method Min (line 33436) | [Pure] method Min (line 33446) | [Pure] method Max (line 33456) | [Pure] method Max (line 33466) | [Pure] method Max (line 33476) | [Pure] method Min (line 33486) | [Pure] method Max (line 33496) | [Pure] method Min (line 33506) | [Pure] method Max (line 33516) | [Pure] method Min (line 33526) | [Pure] method Max (line 33536) | [Pure] method Abs (line 33550) | [Pure] method Clamp (line 33564) | [Pure] method Clamp (line 33574) | [Pure] method ClampExcl (line 33584) | [Pure] method ClampExcl (line 33594) | [Pure] method ClampWrap (line 33604) | [Pure] method ClampWrap (line 33614) | [Pure] method Saturate (line 33624) | [Pure] method Sign (line 33638) | [Pure] method Signumi (line 33648) | [Pure] method Signum (line 33658) | [Pure] method MultiplyAdd (line 33672) | [Pure] method MultiplyAdd (line 33682) | [Pure] method MultiplyAdd (line 33692) | [Pure] method Sqrt (line 33706) | [Pure] method Cbrt (line 33716) | [Pure] method Square (line 33730) | [Pure] method Pown (line 33744) | [Pure] method Pown (line 33754) | [Pure] method Pown (line 33764) | [Pure] method Pow (line 33774) | [Pure] method Pow (line 33784) | [Pure] method Pow (line 33794) | [Pure] method Pow (line 33804) | [Pure] method Pow (line 33814) | [Pure] method Pow (line 33824) | [Pure] method Power (line 33834) | [Pure] method Power (line 33845) | [Pure] method Power (line 33856) | [Pure] method Power (line 33867) | [Pure] method Power (line 33878) | [Pure] method Power (line 33889) | [Pure] method Exp (line 33904) | [Pure] method Log (line 33914) | [Pure] method Log2 (line 33924) | [Pure] method Log2Int (line 33934) | [Pure] method Log10 (line 33944) | [Pure] method Log (line 33954) | [Pure] method ModP (line 33968) | [Pure] method PowerOfTwo (line 33982) | [Pure] method NextPowerOfTwo (line 33992) | [Pure] method PrevPowerOfTwo (line 34002) | [Pure] method Step (line 34016) | [Pure] method Step (line 34026) | [Pure] method Lerp (line 34040) | [Pure] method Lerp (line 34050) | [Pure] method Lerp (line 34060) | [Pure] method Lerp (line 34070) | [Pure] method InvLerp (line 34080) | [Pure] method GreatestCommonDivisor (line 34094) | [Pure] method LeastCommonMultiple (line 34104) | [Pure] method FloatFromBits (line 34118) | [Pure] method ApproximateEquals (line 34132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 34146) | [Pure] method Min (line 39472) | [Pure] method Min (line 39482) | [Pure] method Min (line 39492) | [Pure] method Max (line 39502) | [Pure] method Max (line 39512) | [Pure] method Max (line 39522) | [Pure] method Min (line 39532) | [Pure] method Max (line 39542) | [Pure] method Min (line 39552) | [Pure] method Max (line 39562) | [Pure] method Min (line 39572) | [Pure] method Max (line 39582) | [Pure] method Clamp (line 39596) | [Pure] method Clamp (line 39606) | [Pure] method ClampExcl (line 39616) | [Pure] method ClampExcl (line 39626) | [Pure] method ClampWrap (line 39636) | [Pure] method ClampWrap (line 39646) | [Pure] method Saturate (line 39656) | [Pure] method MultiplyAdd (line 39670) | [Pure] method MultiplyAdd (line 39680) | [Pure] method MultiplyAdd (line 39690) | [Pure] method Sqrt (line 39704) | [Pure] method Cbrt (line 39714) | [Pure] method Square (line 39728) | [Pure] method Pown (line 39742) | [Pure] method Pown (line 39752) | [Pure] method Pown (line 39762) | [Pure] method Pown (line 39772) | [Pure] method Pown (line 39782) | [Pure] method Pown (line 39792) | [Pure] method Pow (line 39802) | [Pure] method Pow (line 39812) | [Pure] method Pow (line 39822) | [Pure] method Pow (line 39832) | [Pure] method Pow (line 39842) | [Pure] method Pow (line 39852) | [Pure] method Power (line 39862) | [Pure] method Power (line 39873) | [Pure] method Power (line 39884) | [Pure] method Power (line 39895) | [Pure] method Power (line 39906) | [Pure] method Power (line 39917) | [Pure] method Exp (line 39932) | [Pure] method Log (line 39942) | [Pure] method Log2 (line 39952) | [Pure] method Log2Int (line 39962) | [Pure] method Log10 (line 39972) | [Pure] method Log (line 39982) | [Pure] method Step (line 39996) | [Pure] method Step (line 40006) | [Pure] method Lerp (line 40020) | [Pure] method Lerp (line 40030) | [Pure] method Lerp (line 40040) | [Pure] method Lerp (line 40050) | [Pure] method InvLerp (line 40060) | [Pure] method GreatestCommonDivisor (line 40074) | [Pure] method LeastCommonMultiple (line 40084) | [Pure] method FloatFromUnsignedBits (line 40098) | [Pure] method ApproximateEquals (line 40112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 40126) | [Pure] method Min (line 47513) | [Pure] method Min (line 47523) | [Pure] method Min (line 47533) | [Pure] method Max (line 47543) | [Pure] method Max (line 47553) | [Pure] method Max (line 47563) | [Pure] method Min (line 47573) | [Pure] method Max (line 47583) | [Pure] method Min (line 47593) | [Pure] method Max (line 47603) | [Pure] method Min (line 47613) | [Pure] method Max (line 47623) | [Pure] method Abs (line 47637) | [Pure] method Clamp (line 47651) | [Pure] method Clamp (line 47661) | [Pure] method ClampExcl (line 47671) | [Pure] method ClampExcl (line 47681) | [Pure] method ClampWrap (line 47691) | [Pure] method ClampWrap (line 47701) | [Pure] method Saturate (line 47711) | [Pure] method Sign (line 47725) | [Pure] method Signumi (line 47735) | [Pure] method Signum (line 47745) | [Pure] method MultiplyAdd (line 47759) | [Pure] method MultiplyAdd (line 47769) | [Pure] method MultiplyAdd (line 47779) | [Pure] method Sqrt (line 47793) | [Pure] method Cbrt (line 47803) | [Pure] method Square (line 47817) | [Pure] method Pown (line 47831) | [Pure] method Pown (line 47841) | [Pure] method Pown (line 47851) | [Pure] method Pown (line 47861) | [Pure] method Pown (line 47871) | [Pure] method Pown (line 47881) | [Pure] method Pow (line 47891) | [Pure] method Pow (line 47901) | [Pure] method Pow (line 47911) | [Pure] method Pow (line 47921) | [Pure] method Pow (line 47931) | [Pure] method Pow (line 47941) | [Pure] method Power (line 47951) | [Pure] method Power (line 47962) | [Pure] method Power (line 47973) | [Pure] method Power (line 47984) | [Pure] method Power (line 47995) | [Pure] method Power (line 48006) | [Pure] method Exp (line 48021) | [Pure] method Log (line 48031) | [Pure] method Log2 (line 48041) | [Pure] method Log2Int (line 48051) | [Pure] method Log10 (line 48061) | [Pure] method Log (line 48071) | [Pure] method ModP (line 48085) | [Pure] method PowerOfTwo (line 48099) | [Pure] method NextPowerOfTwo (line 48109) | [Pure] method PrevPowerOfTwo (line 48119) | [Pure] method Step (line 48133) | [Pure] method Step (line 48143) | [Pure] method Lerp (line 48157) | [Pure] method Lerp (line 48167) | [Pure] method Lerp (line 48177) | [Pure] method Lerp (line 48187) | [Pure] method InvLerp (line 48197) | [Pure] method GreatestCommonDivisor (line 48211) | [Pure] method LeastCommonMultiple (line 48221) | [Pure] method FloatFromBits (line 48235) | [Pure] method ApproximateEquals (line 48249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 48263) | [Pure] method Min (line 56252) | [Pure] method Min (line 56262) | [Pure] method Min (line 56272) | [Pure] method Max (line 56282) | [Pure] method Max (line 56292) | [Pure] method Max (line 56302) | [Pure] method Min (line 56312) | [Pure] method Max (line 56322) | [Pure] method Min (line 56332) | [Pure] method Max (line 56342) | [Pure] method Min (line 56352) | [Pure] method Max (line 56362) | [Pure] method Abs (line 56376) | [Pure] method Floor (line 56390) | [Pure] method Ceiling (line 56400) | [Pure] method Round (line 56410) | [Pure] method Round (line 56420) | [Pure] method Round (line 56430) | [Pure] method Round (line 56440) | [Pure] method Truncate (line 56450) | [Pure] method Frac (line 56464) | [Pure] method Clamp (line 56478) | [Pure] method Clamp (line 56488) | [Pure] method ClampWrap (line 56498) | [Pure] method ClampWrap (line 56508) | [Pure] method Saturate (line 56518) | [Pure] method MapToUnitInterval (line 56532) | [Pure] method MapToUnitInterval (line 56542) | [Pure] method MapToUnitInterval (line 56552) | [Pure] method MapToUnitInterval (line 56562) | [Pure] method Sign (line 56576) | [Pure] method Signumi (line 56586) | [Pure] method Signum (line 56596) | [Pure] method MultiplyAdd (line 56610) | [Pure] method MultiplyAdd (line 56620) | [Pure] method MultiplyAdd (line 56630) | [Pure] method CopySign (line 56644) | [Pure] method CopySign (line 56654) | [Pure] method CopySign (line 56664) | [Pure] method Sqrt (line 56678) | [Pure] method Cbrt (line 56688) | [Pure] method Square (line 56702) | [Pure] method Pown (line 56716) | [Pure] method Pown (line 56726) | [Pure] method Pown (line 56736) | [Pure] method Pow (line 56746) | [Pure] method Pow (line 56756) | [Pure] method Pow (line 56766) | [Pure] method Power (line 56776) | [Pure] method Power (line 56787) | [Pure] method Power (line 56798) | [Pure] method Exp (line 56813) | [Pure] method Log (line 56823) | [Pure] method Log2 (line 56833) | [Pure] method Log2Int (line 56843) | [Pure] method Log10 (line 56853) | [Pure] method Log (line 56863) | [Pure] method ModP (line 56877) | [Pure] method PowerOfTwo (line 56891) | [Pure] method Sin (line 56905) | [Pure] method Cos (line 56915) | [Pure] method Tan (line 56925) | [Pure] method Asin (line 56935) | [Pure] method AsinClamped (line 56945) | [Pure] method Acos (line 56955) | [Pure] method AcosClamped (line 56965) | [Pure] method Atan (line 56975) | [Pure] method Atan2 (line 56985) | [Pure] method FastAtan2 (line 56995) | [Pure] method Sinh (line 57005) | [Pure] method Cosh (line 57015) | [Pure] method Tanh (line 57025) | [Pure] method Asinh (line 57035) | [Pure] method Acosh (line 57045) | [Pure] method Atanh (line 57055) | [Pure] method Step (line 57069) | [Pure] method Step (line 57079) | [Pure] method Linearstep (line 57089) | [Pure] method Linearstep (line 57099) | [Pure] method Smoothstep (line 57109) | [Pure] method Smoothstep (line 57119) | [Pure] method Lerp (line 57133) | [Pure] method Lerp (line 57143) | [Pure] method InvLerp (line 57153) | [Pure] method FloatToBits (line 57167) | [Pure] method FloatToUnsignedBits (line 57177) | [Pure] method ApproximateEquals (line 57191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57215) | [Pure] method IsTiny (line 57223) | [Pure] method IsNaN (line 57235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 57242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 57249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 57256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 57263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 65644) | [Pure] method Min (line 65654) | [Pure] method Min (line 65664) | [Pure] method Max (line 65674) | [Pure] method Max (line 65684) | [Pure] method Max (line 65694) | [Pure] method Min (line 65704) | [Pure] method Max (line 65714) | [Pure] method Min (line 65724) | [Pure] method Max (line 65734) | [Pure] method Min (line 65744) | [Pure] method Max (line 65754) | [Pure] method Abs (line 65768) | [Pure] method Floor (line 65782) | [Pure] method Ceiling (line 65792) | [Pure] method Round (line 65802) | [Pure] method Round (line 65812) | [Pure] method Round (line 65822) | [Pure] method Round (line 65832) | [Pure] method Truncate (line 65842) | [Pure] method Frac (line 65856) | [Pure] method Clamp (line 65870) | [Pure] method Clamp (line 65880) | [Pure] method ClampWrap (line 65890) | [Pure] method ClampWrap (line 65900) | [Pure] method Saturate (line 65910) | [Pure] method MapToUnitInterval (line 65924) | [Pure] method MapToUnitInterval (line 65934) | [Pure] method MapToUnitInterval (line 65944) | [Pure] method MapToUnitInterval (line 65954) | [Pure] method Sign (line 65968) | [Pure] method Signumi (line 65978) | [Pure] method Signum (line 65988) | [Pure] method MultiplyAdd (line 66002) | [Pure] method MultiplyAdd (line 66012) | [Pure] method MultiplyAdd (line 66022) | [Pure] method CopySign (line 66036) | [Pure] method CopySign (line 66046) | [Pure] method CopySign (line 66056) | [Pure] method Sqrt (line 66070) | [Pure] method Cbrt (line 66080) | [Pure] method Square (line 66094) | [Pure] method Pown (line 66108) | [Pure] method Pown (line 66118) | [Pure] method Pown (line 66128) | [Pure] method Pow (line 66138) | [Pure] method Pow (line 66148) | [Pure] method Pow (line 66158) | [Pure] method Power (line 66168) | [Pure] method Power (line 66179) | [Pure] method Power (line 66190) | [Pure] method Exp (line 66205) | [Pure] method Log (line 66215) | [Pure] method Log2 (line 66225) | [Pure] method Log2Int (line 66235) | [Pure] method Log10 (line 66245) | [Pure] method Log (line 66255) | [Pure] method ModP (line 66269) | [Pure] method PowerOfTwo (line 66283) | [Pure] method Sin (line 66297) | [Pure] method Cos (line 66307) | [Pure] method Tan (line 66317) | [Pure] method Asin (line 66327) | [Pure] method AsinClamped (line 66337) | [Pure] method Acos (line 66347) | [Pure] method AcosClamped (line 66357) | [Pure] method Atan (line 66367) | [Pure] method Atan2 (line 66377) | [Pure] method FastAtan2 (line 66387) | [Pure] method Sinh (line 66397) | [Pure] method Cosh (line 66407) | [Pure] method Tanh (line 66417) | [Pure] method Asinh (line 66427) | [Pure] method Acosh (line 66437) | [Pure] method Atanh (line 66447) | [Pure] method Step (line 66461) | [Pure] method Step (line 66471) | [Pure] method Linearstep (line 66481) | [Pure] method Linearstep (line 66491) | [Pure] method Smoothstep (line 66501) | [Pure] method Smoothstep (line 66511) | [Pure] method Lerp (line 66525) | [Pure] method Lerp (line 66535) | [Pure] method InvLerp (line 66545) | [Pure] method FloatToBits (line 66559) | [Pure] method ApproximateEquals (line 66573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 66583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 66597) | [Pure] method IsTiny (line 66605) | [Pure] method IsNaN (line 66617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 66624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 66631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 66638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 66645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 79020) | [Pure] method Min (line 79030) | [Pure] method Min (line 79040) | [Pure] method Max (line 79050) | [Pure] method Max (line 79060) | [Pure] method Max (line 79070) | [Pure] method Min (line 79080) | [Pure] method Max (line 79090) | [Pure] method Min (line 79100) | [Pure] method Max (line 79110) | [Pure] method Min (line 79120) | [Pure] method Max (line 79130) | [Pure] method Abs (line 79144) | [Pure] method Clamp (line 79158) | [Pure] method Clamp (line 79168) | [Pure] method ClampExcl (line 79178) | [Pure] method ClampExcl (line 79188) | [Pure] method ClampWrap (line 79198) | [Pure] method ClampWrap (line 79208) | [Pure] method Saturate (line 79218) | [Pure] method Sign (line 79232) | [Pure] method Signumi (line 79242) | [Pure] method Signum (line 79252) | [Pure] method MultiplyAdd (line 79266) | [Pure] method MultiplyAdd (line 79276) | [Pure] method MultiplyAdd (line 79286) | [Pure] method Sqrt (line 79300) | [Pure] method Cbrt (line 79310) | [Pure] method Square (line 79324) | [Pure] method Pown (line 79338) | [Pure] method Pown (line 79348) | [Pure] method Pown (line 79358) | [Pure] method Pow (line 79368) | [Pure] method Pow (line 79378) | [Pure] method Pow (line 79388) | [Pure] method Pow (line 79398) | [Pure] method Pow (line 79408) | [Pure] method Pow (line 79418) | [Pure] method Power (line 79428) | [Pure] method Power (line 79439) | [Pure] method Power (line 79450) | [Pure] method Power (line 79461) | [Pure] method Power (line 79472) | [Pure] method Power (line 79483) | [Pure] method Exp (line 79498) | [Pure] method Log (line 79508) | [Pure] method Log2 (line 79518) | [Pure] method Log2Int (line 79528) | [Pure] method Log10 (line 79538) | [Pure] method Log (line 79548) | [Pure] method ModP (line 79562) | [Pure] method PowerOfTwo (line 79576) | [Pure] method NextPowerOfTwo (line 79586) | [Pure] method PrevPowerOfTwo (line 79596) | [Pure] method Step (line 79610) | [Pure] method Step (line 79620) | [Pure] method Lerp (line 79634) | [Pure] method Lerp (line 79644) | [Pure] method Lerp (line 79654) | [Pure] method Lerp (line 79664) | [Pure] method InvLerp (line 79674) | [Pure] method GreatestCommonDivisor (line 79688) | [Pure] method LeastCommonMultiple (line 79698) | [Pure] method FloatFromBits (line 79712) | [Pure] method ApproximateEquals (line 79726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 79740) | [Pure] method Min (line 88085) | [Pure] method Min (line 88095) | [Pure] method Min (line 88105) | [Pure] method Max (line 88115) | [Pure] method Max (line 88125) | [Pure] method Max (line 88135) | [Pure] method Min (line 88145) | [Pure] method Max (line 88155) | [Pure] method Min (line 88165) | [Pure] method Max (line 88175) | [Pure] method Min (line 88185) | [Pure] method Max (line 88195) | [Pure] method Clamp (line 88209) | [Pure] method Clamp (line 88219) | [Pure] method ClampExcl (line 88229) | [Pure] method ClampExcl (line 88239) | [Pure] method ClampWrap (line 88249) | [Pure] method ClampWrap (line 88259) | [Pure] method Saturate (line 88269) | [Pure] method MultiplyAdd (line 88283) | [Pure] method MultiplyAdd (line 88293) | [Pure] method MultiplyAdd (line 88303) | [Pure] method Sqrt (line 88317) | [Pure] method Cbrt (line 88327) | [Pure] method Square (line 88341) | [Pure] method Pown (line 88355) | [Pure] method Pown (line 88365) | [Pure] method Pown (line 88375) | [Pure] method Pown (line 88385) | [Pure] method Pown (line 88395) | [Pure] method Pown (line 88405) | [Pure] method Pow (line 88415) | [Pure] method Pow (line 88425) | [Pure] method Pow (line 88435) | [Pure] method Pow (line 88445) | [Pure] method Pow (line 88455) | [Pure] method Pow (line 88465) | [Pure] method Power (line 88475) | [Pure] method Power (line 88486) | [Pure] method Power (line 88497) | [Pure] method Power (line 88508) | [Pure] method Power (line 88519) | [Pure] method Power (line 88530) | [Pure] method Exp (line 88545) | [Pure] method Log (line 88555) | [Pure] method Log2 (line 88565) | [Pure] method Log2Int (line 88575) | [Pure] method Log10 (line 88585) | [Pure] method Log (line 88595) | [Pure] method Step (line 88609) | [Pure] method Step (line 88619) | [Pure] method Lerp (line 88633) | [Pure] method Lerp (line 88643) | [Pure] method Lerp (line 88653) | [Pure] method Lerp (line 88663) | [Pure] method InvLerp (line 88673) | [Pure] method GreatestCommonDivisor (line 88687) | [Pure] method LeastCommonMultiple (line 88697) | [Pure] method FloatFromUnsignedBits (line 88711) | [Pure] method ApproximateEquals (line 88725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 88739) | [Pure] method Min (line 100720) | [Pure] method Min (line 100730) | [Pure] method Min (line 100740) | [Pure] method Max (line 100750) | [Pure] method Max (line 100760) | [Pure] method Max (line 100770) | [Pure] method Min (line 100780) | [Pure] method Max (line 100790) | [Pure] method Min (line 100800) | [Pure] method Max (line 100810) | [Pure] method Min (line 100820) | [Pure] method Max (line 100830) | [Pure] method Abs (line 100844) | [Pure] method Clamp (line 100858) | [Pure] method Clamp (line 100868) | [Pure] method ClampExcl (line 100878) | [Pure] method ClampExcl (line 100888) | [Pure] method ClampWrap (line 100898) | [Pure] method ClampWrap (line 100908) | [Pure] method Saturate (line 100918) | [Pure] method Sign (line 100932) | [Pure] method Signumi (line 100942) | [Pure] method Signum (line 100952) | [Pure] method MultiplyAdd (line 100966) | [Pure] method MultiplyAdd (line 100976) | [Pure] method MultiplyAdd (line 100986) | [Pure] method Sqrt (line 101000) | [Pure] method Cbrt (line 101010) | [Pure] method Square (line 101024) | [Pure] method Pown (line 101038) | [Pure] method Pown (line 101048) | [Pure] method Pown (line 101058) | [Pure] method Pown (line 101068) | [Pure] method Pown (line 101078) | [Pure] method Pown (line 101088) | [Pure] method Pow (line 101098) | [Pure] method Pow (line 101108) | [Pure] method Pow (line 101118) | [Pure] method Pow (line 101128) | [Pure] method Pow (line 101138) | [Pure] method Pow (line 101148) | [Pure] method Power (line 101158) | [Pure] method Power (line 101169) | [Pure] method Power (line 101180) | [Pure] method Power (line 101191) | [Pure] method Power (line 101202) | [Pure] method Power (line 101213) | [Pure] method Exp (line 101228) | [Pure] method Log (line 101238) | [Pure] method Log2 (line 101248) | [Pure] method Log2Int (line 101258) | [Pure] method Log10 (line 101268) | [Pure] method Log (line 101278) | [Pure] method ModP (line 101292) | [Pure] method PowerOfTwo (line 101306) | [Pure] method NextPowerOfTwo (line 101316) | [Pure] method PrevPowerOfTwo (line 101326) | [Pure] method Step (line 101340) | [Pure] method Step (line 101350) | [Pure] method Lerp (line 101364) | [Pure] method Lerp (line 101374) | [Pure] method Lerp (line 101384) | [Pure] method Lerp (line 101394) | [Pure] method InvLerp (line 101404) | [Pure] method GreatestCommonDivisor (line 101418) | [Pure] method LeastCommonMultiple (line 101428) | [Pure] method FloatFromBits (line 101442) | [Pure] method ApproximateEquals (line 101456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 101470) | [Pure] method Min (line 113921) | [Pure] method Min (line 113931) | [Pure] method Min (line 113941) | [Pure] method Max (line 113951) | [Pure] method Max (line 113961) | [Pure] method Max (line 113971) | [Pure] method Min (line 113981) | [Pure] method Max (line 113991) | [Pure] method Min (line 114001) | [Pure] method Max (line 114011) | [Pure] method Min (line 114021) | [Pure] method Max (line 114031) | [Pure] method Abs (line 114045) | [Pure] method Floor (line 114059) | [Pure] method Ceiling (line 114069) | [Pure] method Round (line 114079) | [Pure] method Round (line 114089) | [Pure] method Round (line 114099) | [Pure] method Round (line 114109) | [Pure] method Truncate (line 114119) | [Pure] method Frac (line 114133) | [Pure] method Clamp (line 114147) | [Pure] method Clamp (line 114157) | [Pure] method ClampWrap (line 114167) | [Pure] method ClampWrap (line 114177) | [Pure] method Saturate (line 114187) | [Pure] method MapToUnitInterval (line 114201) | [Pure] method MapToUnitInterval (line 114211) | [Pure] method MapToUnitInterval (line 114221) | [Pure] method MapToUnitInterval (line 114231) | [Pure] method Sign (line 114245) | [Pure] method Signumi (line 114255) | [Pure] method Signum (line 114265) | [Pure] method MultiplyAdd (line 114279) | [Pure] method MultiplyAdd (line 114289) | [Pure] method MultiplyAdd (line 114299) | [Pure] method CopySign (line 114313) | [Pure] method CopySign (line 114323) | [Pure] method CopySign (line 114333) | [Pure] method Sqrt (line 114347) | [Pure] method Cbrt (line 114357) | [Pure] method Square (line 114371) | [Pure] method Pown (line 114385) | [Pure] method Pown (line 114395) | [Pure] method Pown (line 114405) | [Pure] method Pow (line 114415) | [Pure] method Pow (line 114425) | [Pure] method Pow (line 114435) | [Pure] method Power (line 114445) | [Pure] method Power (line 114456) | [Pure] method Power (line 114467) | [Pure] method Exp (line 114482) | [Pure] method Log (line 114492) | [Pure] method Log2 (line 114502) | [Pure] method Log2Int (line 114512) | [Pure] method Log10 (line 114522) | [Pure] method Log (line 114532) | [Pure] method ModP (line 114546) | [Pure] method PowerOfTwo (line 114560) | [Pure] method Sin (line 114574) | [Pure] method Cos (line 114584) | [Pure] method Tan (line 114594) | [Pure] method Asin (line 114604) | [Pure] method AsinClamped (line 114614) | [Pure] method Acos (line 114624) | [Pure] method AcosClamped (line 114634) | [Pure] method Atan (line 114644) | [Pure] method Atan2 (line 114654) | [Pure] method FastAtan2 (line 114664) | [Pure] method Sinh (line 114674) | [Pure] method Cosh (line 114684) | [Pure] method Tanh (line 114694) | [Pure] method Asinh (line 114704) | [Pure] method Acosh (line 114714) | [Pure] method Atanh (line 114724) | [Pure] method Step (line 114738) | [Pure] method Step (line 114748) | [Pure] method Linearstep (line 114758) | [Pure] method Linearstep (line 114768) | [Pure] method Smoothstep (line 114778) | [Pure] method Smoothstep (line 114788) | [Pure] method Lerp (line 114802) | [Pure] method Lerp (line 114812) | [Pure] method InvLerp (line 114822) | [Pure] method FloatToBits (line 114836) | [Pure] method FloatToUnsignedBits (line 114846) | [Pure] method ApproximateEquals (line 114860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 114870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 114884) | [Pure] method IsTiny (line 114892) | [Pure] method IsNaN (line 114904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 114911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 114918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 114925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 114932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 127647) | [Pure] method Min (line 127657) | [Pure] method Min (line 127667) | [Pure] method Max (line 127677) | [Pure] method Max (line 127687) | [Pure] method Max (line 127697) | [Pure] method Min (line 127707) | [Pure] method Max (line 127717) | [Pure] method Min (line 127727) | [Pure] method Max (line 127737) | [Pure] method Min (line 127747) | [Pure] method Max (line 127757) | [Pure] method Abs (line 127771) | [Pure] method Floor (line 127785) | [Pure] method Ceiling (line 127795) | [Pure] method Round (line 127805) | [Pure] method Round (line 127815) | [Pure] method Round (line 127825) | [Pure] method Round (line 127835) | [Pure] method Truncate (line 127845) | [Pure] method Frac (line 127859) | [Pure] method Clamp (line 127873) | [Pure] method Clamp (line 127883) | [Pure] method ClampWrap (line 127893) | [Pure] method ClampWrap (line 127903) | [Pure] method Saturate (line 127913) | [Pure] method MapToUnitInterval (line 127927) | [Pure] method MapToUnitInterval (line 127937) | [Pure] method MapToUnitInterval (line 127947) | [Pure] method MapToUnitInterval (line 127957) | [Pure] method Sign (line 127971) | [Pure] method Signumi (line 127981) | [Pure] method Signum (line 127991) | [Pure] method MultiplyAdd (line 128005) | [Pure] method MultiplyAdd (line 128015) | [Pure] method MultiplyAdd (line 128025) | [Pure] method CopySign (line 128039) | [Pure] method CopySign (line 128049) | [Pure] method CopySign (line 128059) | [Pure] method Sqrt (line 128073) | [Pure] method Cbrt (line 128083) | [Pure] method Square (line 128097) | [Pure] method Pown (line 128111) | [Pure] method Pown (line 128121) | [Pure] method Pown (line 128131) | [Pure] method Pow (line 128141) | [Pure] method Pow (line 128151) | [Pure] method Pow (line 128161) | [Pure] method Power (line 128171) | [Pure] method Power (line 128182) | [Pure] method Power (line 128193) | [Pure] method Exp (line 128208) | [Pure] method Log (line 128218) | [Pure] method Log2 (line 128228) | [Pure] method Log2Int (line 128238) | [Pure] method Log10 (line 128248) | [Pure] method Log (line 128258) | [Pure] method ModP (line 128272) | [Pure] method PowerOfTwo (line 128286) | [Pure] method Sin (line 128300) | [Pure] method Cos (line 128310) | [Pure] method Tan (line 128320) | [Pure] method Asin (line 128330) | [Pure] method AsinClamped (line 128340) | [Pure] method Acos (line 128350) | [Pure] method AcosClamped (line 128360) | [Pure] method Atan (line 128370) | [Pure] method Atan2 (line 128380) | [Pure] method FastAtan2 (line 128390) | [Pure] method Sinh (line 128400) | [Pure] method Cosh (line 128410) | [Pure] method Tanh (line 128420) | [Pure] method Asinh (line 128430) | [Pure] method Acosh (line 128440) | [Pure] method Atanh (line 128450) | [Pure] method Step (line 128464) | [Pure] method Step (line 128474) | [Pure] method Linearstep (line 128484) | [Pure] method Linearstep (line 128494) | [Pure] method Smoothstep (line 128504) | [Pure] method Smoothstep (line 128514) | [Pure] method Lerp (line 128528) | [Pure] method Lerp (line 128538) | [Pure] method InvLerp (line 128548) | [Pure] method FloatToBits (line 128562) | [Pure] method ApproximateEquals (line 128576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 128586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 128600) | [Pure] method IsTiny (line 128608) | [Pure] method IsNaN (line 128620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 128627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 128634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 128641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 128648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Vec (line 8412) | public static partial class Vec method LengthSquared (line 4326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 4333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 4402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 4431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 4496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 4503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 4513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 4524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 4530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 4546) | public static V2i Cross(this V2i a) method AllSmaller (line 4559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 4919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 4936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 4943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4954) | [Pure] method AllTiny (line 4962) | [Pure] method IndexOfClosestPoint (line 4971) | public static int IndexOfClosestPoint(this V2i[] pointArray, V2i point) method IndexOfClosestPoint (line 4984) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 4998) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 5012) | public static long LongIndexOfClosestPoint(this V2i[] pointArray, V2i ... method LongIndexOfClosestPoint (line 5025) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 5039) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 5057) | public static int IndexOfMinX(this V2i[] vectorArray, int count = 0) method LongIndexOfMinX (line 5074) | public static long LongIndexOfMinX(this V2i[] vectorArray, long count ... method IndexOfMaxX (line 5091) | public static int IndexOfMaxX(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 5108) | public static long LongIndexOfMaxX(this V2i[] vectorArray, long count ... method IndexOfMinY (line 5125) | public static int IndexOfMinY(this V2i[] vectorArray, int count = 0) method LongIndexOfMinY (line 5142) | public static long LongIndexOfMinY(this V2i[] vectorArray, long count ... method IndexOfMaxY (line 5159) | public static int IndexOfMaxY(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 5176) | public static long LongIndexOfMaxY(this V2i[] vectorArray, long count ... method IndexOfMinX (line 5193) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 5210) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 5227) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 5244) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 5260) | public static int[] CopyCoord(this V2i[] self, int index) method LengthSquared (line 8419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 8426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 8449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 8457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 8465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 8473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 8480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 8495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 8509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 8524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 8589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 8595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 8974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 8991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 8998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 9009) | [Pure] method AllTiny (line 9017) | [Pure] method IndexOfClosestPoint (line 9026) | public static int IndexOfClosestPoint(this V2ui[] pointArray, V2ui point) method IndexOfClosestPoint (line 9039) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 9053) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 9067) | public static long LongIndexOfClosestPoint(this V2ui[] pointArray, V2u... method LongIndexOfClosestPoint (line 9080) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 9094) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 9112) | public static int IndexOfMinX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 9129) | public static long LongIndexOfMinX(this V2ui[] vectorArray, long count... method IndexOfMaxX (line 9146) | public static int IndexOfMaxX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 9163) | public static long LongIndexOfMaxX(this V2ui[] vectorArray, long count... method IndexOfMinY (line 9180) | public static int IndexOfMinY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 9197) | public static long LongIndexOfMinY(this V2ui[] vectorArray, long count... method IndexOfMaxY (line 9214) | public static int IndexOfMaxY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 9231) | public static long LongIndexOfMaxY(this V2ui[] vectorArray, long count... method IndexOfMinX (line 9248) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 9265) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 9282) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 9299) | public static int IndexOfMaxY(this IList vectorArray, int count ... method CopyCoord (line 9315) | public static uint[] CopyCoord(this V2ui[] self, int index) method LengthSquared (line 13661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 13668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 13679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 13691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 13699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 13715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 13737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 13751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 13766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 13774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 13831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 13838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 13848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 13859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 13865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 13881) | public static V2l Cross(this V2l a) method AllSmaller (line 13894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 14004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 14254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 14271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 14278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 14289) | [Pure] method AllTiny (line 14297) | [Pure] method IndexOfClosestPoint (line 14306) | public static int IndexOfClosestPoint(this V2l[] pointArray, V2l point) method IndexOfClosestPoint (line 14319) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 14333) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 14347) | public static long LongIndexOfClosestPoint(this V2l[] pointArray, V2l ... method LongIndexOfClosestPoint (line 14360) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 14374) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 14392) | public static int IndexOfMinX(this V2l[] vectorArray, int count = 0) method LongIndexOfMinX (line 14409) | public static long LongIndexOfMinX(this V2l[] vectorArray, long count ... method IndexOfMaxX (line 14426) | public static int IndexOfMaxX(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 14443) | public static long LongIndexOfMaxX(this V2l[] vectorArray, long count ... method IndexOfMinY (line 14460) | public static int IndexOfMinY(this V2l[] vectorArray, int count = 0) method LongIndexOfMinY (line 14477) | public static long LongIndexOfMinY(this V2l[] vectorArray, long count ... method IndexOfMaxY (line 14494) | public static int IndexOfMaxY(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 14511) | public static long LongIndexOfMaxY(this V2l[] vectorArray, long count ... method IndexOfMinX (line 14528) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 14545) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 14562) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 14579) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 14595) | public static long[] CopyCoord(this V2l[] self, int index) method LengthSquared (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 19567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 19578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 19590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 19602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 19610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 19618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 19626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 19633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 19648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 19662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 19677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 19685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 19766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 19773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 19780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 19790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 19801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 19807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 19821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 19832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 19853) | public static V2f Cross(this V2f a) method AllSmaller (line 19866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 20226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 20243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 20250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 20261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 20272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 20283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 20298) | [Pure] method AllTiny (line 20306) | [Pure] method AnyFinite (line 20315) | [Pure] method AllFinite (line 20320) | [Pure] method AnyNaN (line 20325) | [Pure] method AllNaN (line 20330) | [Pure] method AnyInfinity (line 20335) | [Pure] method AllInfinity (line 20340) | [Pure] method AnyPositiveInfinity (line 20345) | [Pure] method AllPositiveInfinity (line 20350) | [Pure] method AnyNegativeInfinity (line 20355) | [Pure] method AllNegativeInfinity (line 20360) | [Pure] method AnyTiny (line 20365) | [Pure] method AllTiny (line 20370) | [Pure] method Dot90 (line 20382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 20391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 20400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 20410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 20420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 20430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 20440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 20490) | public static int IndexOfClosestPoint(this V2f[] pointArray, V2f point) method IndexOfClosestPoint (line 20503) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 20517) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 20531) | public static long LongIndexOfClosestPoint(this V2f[] pointArray, V2f ... method LongIndexOfClosestPoint (line 20544) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 20558) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 20576) | public static int IndexOfMinX(this V2f[] vectorArray, int count = 0) method LongIndexOfMinX (line 20593) | public static long LongIndexOfMinX(this V2f[] vectorArray, long count ... method IndexOfMaxX (line 20610) | public static int IndexOfMaxX(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 20627) | public static long LongIndexOfMaxX(this V2f[] vectorArray, long count ... method IndexOfMinY (line 20644) | public static int IndexOfMinY(this V2f[] vectorArray, int count = 0) method LongIndexOfMinY (line 20661) | public static long LongIndexOfMinY(this V2f[] vectorArray, long count ... method IndexOfMaxY (line 20678) | public static int IndexOfMaxY(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 20695) | public static long LongIndexOfMaxY(this V2f[] vectorArray, long count ... method IndexOfMinX (line 20712) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 20729) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 20746) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 20763) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 20779) | public static float[] CopyCoord(this V2f[] self, int index) method WeightedSum (line 20789) | public static V2f WeightedSum( method LengthSquared (line 25775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 25782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 25793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 25805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 25817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 25825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 25833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 25841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 25848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 25863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 25877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 25892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 25900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 25981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 25988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 25995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 26005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 26016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 26022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 26036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 26047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 26068) | public static V2d Cross(this V2d a) method AllSmaller (line 26081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 26441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 26458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 26465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 26476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 26487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 26498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 26513) | [Pure] method AllTiny (line 26521) | [Pure] method AnyFinite (line 26530) | [Pure] method AllFinite (line 26535) | [Pure] method AnyNaN (line 26540) | [Pure] method AllNaN (line 26545) | [Pure] method AnyInfinity (line 26550) | [Pure] method AllInfinity (line 26555) | [Pure] method AnyPositiveInfinity (line 26560) | [Pure] method AllPositiveInfinity (line 26565) | [Pure] method AnyNegativeInfinity (line 26570) | [Pure] method AllNegativeInfinity (line 26575) | [Pure] method AnyTiny (line 26580) | [Pure] method AllTiny (line 26585) | [Pure] method Dot90 (line 26597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 26606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 26615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 26625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 26635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 26645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 26655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 26705) | public static int IndexOfClosestPoint(this V2d[] pointArray, V2d point) method IndexOfClosestPoint (line 26718) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 26732) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 26746) | public static long LongIndexOfClosestPoint(this V2d[] pointArray, V2d ... method LongIndexOfClosestPoint (line 26759) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 26773) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 26791) | public static int IndexOfMinX(this V2d[] vectorArray, int count = 0) method LongIndexOfMinX (line 26808) | public static long LongIndexOfMinX(this V2d[] vectorArray, long count ... method IndexOfMaxX (line 26825) | public static int IndexOfMaxX(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 26842) | public static long LongIndexOfMaxX(this V2d[] vectorArray, long count ... method IndexOfMinY (line 26859) | public static int IndexOfMinY(this V2d[] vectorArray, int count = 0) method LongIndexOfMinY (line 26876) | public static long LongIndexOfMinY(this V2d[] vectorArray, long count ... method IndexOfMaxY (line 26893) | public static int IndexOfMaxY(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 26910) | public static long LongIndexOfMaxY(this V2d[] vectorArray, long count ... method IndexOfMinX (line 26927) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 26944) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 26961) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 26978) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 26994) | public static double[] CopyCoord(this V2d[] self, int index) method WeightedSum (line 27004) | public static V2d WeightedSum( method LengthSquared (line 34164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 34171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 34182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 34241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 34270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 34278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 34335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 34346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 34358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 34367) | public static M33i CrossMatrix(this V3i v) method DirFlags (line 34374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 34390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 34768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 34787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 34794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 34805) | [Pure] method AllTiny (line 34813) | [Pure] method IndexOfClosestPoint (line 34822) | public static int IndexOfClosestPoint(this V3i[] pointArray, V3i point) method IndexOfClosestPoint (line 34835) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 34849) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 34863) | public static long LongIndexOfClosestPoint(this V3i[] pointArray, V3i ... method LongIndexOfClosestPoint (line 34876) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 34890) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 34908) | public static int IndexOfMinX(this V3i[] vectorArray, int count = 0) method LongIndexOfMinX (line 34925) | public static long LongIndexOfMinX(this V3i[] vectorArray, long count ... method IndexOfMaxX (line 34942) | public static int IndexOfMaxX(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 34959) | public static long LongIndexOfMaxX(this V3i[] vectorArray, long count ... method IndexOfMinY (line 34976) | public static int IndexOfMinY(this V3i[] vectorArray, int count = 0) method LongIndexOfMinY (line 34993) | public static long LongIndexOfMinY(this V3i[] vectorArray, long count ... method IndexOfMaxY (line 35010) | public static int IndexOfMaxY(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 35027) | public static long LongIndexOfMaxY(this V3i[] vectorArray, long count ... method IndexOfMinZ (line 35044) | public static int IndexOfMinZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 35061) | public static long LongIndexOfMinZ(this V3i[] vectorArray, long count ... method IndexOfMaxZ (line 35078) | public static int IndexOfMaxZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 35095) | public static long LongIndexOfMaxZ(this V3i[] vectorArray, long count ... method IndexOfMinX (line 35112) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 35129) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 35146) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 35163) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 35180) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 35197) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 35213) | public static int[] CopyCoord(this V3i[] self, int index) method LengthSquared (line 40144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 40151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 40162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 40174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 40182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 40190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 40198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 40205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 40221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 40235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 40250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 40258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 40315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 40321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 40702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 40721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 40728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 40739) | [Pure] method AllTiny (line 40747) | [Pure] method IndexOfClosestPoint (line 40756) | public static int IndexOfClosestPoint(this V3ui[] pointArray, V3ui point) method IndexOfClosestPoint (line 40769) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 40783) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 40797) | public static long LongIndexOfClosestPoint(this V3ui[] pointArray, V3u... method LongIndexOfClosestPoint (line 40810) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 40824) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 40842) | public static int IndexOfMinX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 40859) | public static long LongIndexOfMinX(this V3ui[] vectorArray, long count... method IndexOfMaxX (line 40876) | public static int IndexOfMaxX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 40893) | public static long LongIndexOfMaxX(this V3ui[] vectorArray, long count... method IndexOfMinY (line 40910) | public static int IndexOfMinY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 40927) | public static long LongIndexOfMinY(this V3ui[] vectorArray, long count... method IndexOfMaxY (line 40944) | public static int IndexOfMaxY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 40961) | public static long LongIndexOfMaxY(this V3ui[] vectorArray, long count... method IndexOfMinZ (line 40978) | public static int IndexOfMinZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 40995) | public static long LongIndexOfMinZ(this V3ui[] vectorArray, long count... method IndexOfMaxZ (line 41012) | public static int IndexOfMaxZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 41029) | public static long LongIndexOfMaxZ(this V3ui[] vectorArray, long count... method IndexOfMinX (line 41046) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 41063) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 41080) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 41097) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 41114) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 41131) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method CopyCoord (line 41147) | public static uint[] CopyCoord(this V3ui[] self, int index) method LengthSquared (line 48281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 48288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 48299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 48358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 48387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 48395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 48452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 48463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 48475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 48484) | public static M33l CrossMatrix(this V3l v) method DirFlags (line 48491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 48507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 48885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 48904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 48911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 48922) | [Pure] method AllTiny (line 48930) | [Pure] method IndexOfClosestPoint (line 48939) | public static int IndexOfClosestPoint(this V3l[] pointArray, V3l point) method IndexOfClosestPoint (line 48952) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 48966) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 48980) | public static long LongIndexOfClosestPoint(this V3l[] pointArray, V3l ... method LongIndexOfClosestPoint (line 48993) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 49007) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 49025) | public static int IndexOfMinX(this V3l[] vectorArray, int count = 0) method LongIndexOfMinX (line 49042) | public static long LongIndexOfMinX(this V3l[] vectorArray, long count ... method IndexOfMaxX (line 49059) | public static int IndexOfMaxX(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 49076) | public static long LongIndexOfMaxX(this V3l[] vectorArray, long count ... method IndexOfMinY (line 49093) | public static int IndexOfMinY(this V3l[] vectorArray, int count = 0) method LongIndexOfMinY (line 49110) | public static long LongIndexOfMinY(this V3l[] vectorArray, long count ... method IndexOfMaxY (line 49127) | public static int IndexOfMaxY(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 49144) | public static long LongIndexOfMaxY(this V3l[] vectorArray, long count ... method IndexOfMinZ (line 49161) | public static int IndexOfMinZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 49178) | public static long LongIndexOfMinZ(this V3l[] vectorArray, long count ... method IndexOfMaxZ (line 49195) | public static int IndexOfMaxZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 49212) | public static long LongIndexOfMaxZ(this V3l[] vectorArray, long count ... method IndexOfMinX (line 49229) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 49246) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 49263) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 49280) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 49297) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 49314) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 49330) | public static long[] CopyCoord(this V3l[] self, int index) method LengthSquared (line 57353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 57360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 57371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 57384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 57396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 57404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 57412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 57420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 57427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 57443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 57457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 57472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 57480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 57561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 57568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 57579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 57591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 57600) | public static M33f CrossMatrix(this V3f v) method DirFlags (line 57607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 57623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 57634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 57653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 58031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 58050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 58057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 58069) | public static V3f AxisAlignedNormal(this V3f v) method AngleBetweenFast (line 58101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 58112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 58127) | [Pure] method AllTiny (line 58135) | [Pure] method AnyFinite (line 58144) | [Pure] method AllFinite (line 58149) | [Pure] method AnyNaN (line 58154) | [Pure] method AllNaN (line 58159) | [Pure] method AnyInfinity (line 58164) | [Pure] method AllInfinity (line 58169) | [Pure] method AnyPositiveInfinity (line 58174) | [Pure] method AllPositiveInfinity (line 58179) | [Pure] method AnyNegativeInfinity (line 58184) | [Pure] method AllNegativeInfinity (line 58189) | [Pure] method AnyTiny (line 58194) | [Pure] method AllTiny (line 58199) | [Pure] method LinCom (line 58208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 58248) | public static int IndexOfClosestPoint(this V3f[] pointArray, V3f point) method IndexOfClosestPoint (line 58261) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 58275) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 58289) | public static long LongIndexOfClosestPoint(this V3f[] pointArray, V3f ... method LongIndexOfClosestPoint (line 58302) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 58316) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 58334) | public static int IndexOfMinX(this V3f[] vectorArray, int count = 0) method LongIndexOfMinX (line 58351) | public static long LongIndexOfMinX(this V3f[] vectorArray, long count ... method IndexOfMaxX (line 58368) | public static int IndexOfMaxX(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 58385) | public static long LongIndexOfMaxX(this V3f[] vectorArray, long count ... method IndexOfMinY (line 58402) | public static int IndexOfMinY(this V3f[] vectorArray, int count = 0) method LongIndexOfMinY (line 58419) | public static long LongIndexOfMinY(this V3f[] vectorArray, long count ... method IndexOfMaxY (line 58436) | public static int IndexOfMaxY(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 58453) | public static long LongIndexOfMaxY(this V3f[] vectorArray, long count ... method IndexOfMinZ (line 58470) | public static int IndexOfMinZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 58487) | public static long LongIndexOfMinZ(this V3f[] vectorArray, long count ... method IndexOfMaxZ (line 58504) | public static int IndexOfMaxZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 58521) | public static long LongIndexOfMaxZ(this V3f[] vectorArray, long count ... method IndexOfMinX (line 58538) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 58555) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 58572) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 58589) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 58606) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 58623) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 58639) | public static float[] CopyCoord(this V3f[] self, int index) method WeightedSum (line 58650) | public static V3f WeightedSum( method LengthSquared (line 66735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 66742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 66753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 66766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 66778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 66786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 66794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 66802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 66809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 66825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 66839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 66854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 66862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 66943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 66950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 66961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 66973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 66982) | public static M33d CrossMatrix(this V3d v) method DirFlags (line 66989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 67005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 67016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 67035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 67413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 67432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 67439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 67451) | public static V3d AxisAlignedNormal(this V3d v) method AngleBetweenFast (line 67483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 67494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 67509) | [Pure] method AllTiny (line 67517) | [Pure] method AnyFinite (line 67526) | [Pure] method AllFinite (line 67531) | [Pure] method AnyNaN (line 67536) | [Pure] method AllNaN (line 67541) | [Pure] method AnyInfinity (line 67546) | [Pure] method AllInfinity (line 67551) | [Pure] method AnyPositiveInfinity (line 67556) | [Pure] method AllPositiveInfinity (line 67561) | [Pure] method AnyNegativeInfinity (line 67566) | [Pure] method AllNegativeInfinity (line 67571) | [Pure] method AnyTiny (line 67576) | [Pure] method AllTiny (line 67581) | [Pure] method LinCom (line 67590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 67630) | public static int IndexOfClosestPoint(this V3d[] pointArray, V3d point) method IndexOfClosestPoint (line 67643) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 67657) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 67671) | public static long LongIndexOfClosestPoint(this V3d[] pointArray, V3d ... method LongIndexOfClosestPoint (line 67684) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 67698) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 67716) | public static int IndexOfMinX(this V3d[] vectorArray, int count = 0) method LongIndexOfMinX (line 67733) | public static long LongIndexOfMinX(this V3d[] vectorArray, long count ... method IndexOfMaxX (line 67750) | public static int IndexOfMaxX(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 67767) | public static long LongIndexOfMaxX(this V3d[] vectorArray, long count ... method IndexOfMinY (line 67784) | public static int IndexOfMinY(this V3d[] vectorArray, int count = 0) method LongIndexOfMinY (line 67801) | public static long LongIndexOfMinY(this V3d[] vectorArray, long count ... method IndexOfMaxY (line 67818) | public static int IndexOfMaxY(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 67835) | public static long LongIndexOfMaxY(this V3d[] vectorArray, long count ... method IndexOfMinZ (line 67852) | public static int IndexOfMinZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 67869) | public static long LongIndexOfMinZ(this V3d[] vectorArray, long count ... method IndexOfMaxZ (line 67886) | public static int IndexOfMaxZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 67903) | public static long LongIndexOfMaxZ(this V3d[] vectorArray, long count ... method IndexOfMinX (line 67920) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 67937) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 67954) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 67971) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 67988) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 68005) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 68021) | public static double[] CopyCoord(this V3d[] self, int index) method WeightedSum (line 68032) | public static V3d WeightedSum( method LengthSquared (line 79758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 79765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 79776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 79788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 79796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 79804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 79812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 79819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 79836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 79850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 79865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 79873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 79930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 79942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 79955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 79961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 80004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 80344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 80365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 80372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 80383) | [Pure] method AllTiny (line 80391) | [Pure] method IndexOfClosestPoint (line 80400) | public static int IndexOfClosestPoint(this V4i[] pointArray, V4i point) method IndexOfClosestPoint (line 80413) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 80427) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 80441) | public static long LongIndexOfClosestPoint(this V4i[] pointArray, V4i ... method LongIndexOfClosestPoint (line 80454) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 80468) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 80486) | public static int IndexOfMinX(this V4i[] vectorArray, int count = 0) method LongIndexOfMinX (line 80503) | public static long LongIndexOfMinX(this V4i[] vectorArray, long count ... method IndexOfMaxX (line 80520) | public static int IndexOfMaxX(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 80537) | public static long LongIndexOfMaxX(this V4i[] vectorArray, long count ... method IndexOfMinY (line 80554) | public static int IndexOfMinY(this V4i[] vectorArray, int count = 0) method LongIndexOfMinY (line 80571) | public static long LongIndexOfMinY(this V4i[] vectorArray, long count ... method IndexOfMaxY (line 80588) | public static int IndexOfMaxY(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 80605) | public static long LongIndexOfMaxY(this V4i[] vectorArray, long count ... method IndexOfMinZ (line 80622) | public static int IndexOfMinZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 80639) | public static long LongIndexOfMinZ(this V4i[] vectorArray, long count ... method IndexOfMaxZ (line 80656) | public static int IndexOfMaxZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 80673) | public static long LongIndexOfMaxZ(this V4i[] vectorArray, long count ... method IndexOfMinW (line 80690) | public static int IndexOfMinW(this V4i[] vectorArray, int count = 0) method LongIndexOfMinW (line 80707) | public static long LongIndexOfMinW(this V4i[] vectorArray, long count ... method IndexOfMaxW (line 80724) | public static int IndexOfMaxW(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxW (line 80741) | public static long LongIndexOfMaxW(this V4i[] vectorArray, long count ... method IndexOfMinX (line 80758) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 80775) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 80792) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 80809) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 80826) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 80843) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 80860) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 80877) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 80893) | public static int[] CopyCoord(this V4i[] self, int index) method LengthSquared (line 88757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 88764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 88775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 88787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 88795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 88803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 88811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 88818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 88835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 88849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 88864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 88872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 88929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 88935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 89008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 89318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 89339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 89346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 89357) | [Pure] method AllTiny (line 89365) | [Pure] method IndexOfClosestPoint (line 89374) | public static int IndexOfClosestPoint(this V4ui[] pointArray, V4ui point) method IndexOfClosestPoint (line 89387) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 89401) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 89415) | public static long LongIndexOfClosestPoint(this V4ui[] pointArray, V4u... method LongIndexOfClosestPoint (line 89428) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 89442) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 89460) | public static int IndexOfMinX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 89477) | public static long LongIndexOfMinX(this V4ui[] vectorArray, long count... method IndexOfMaxX (line 89494) | public static int IndexOfMaxX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 89511) | public static long LongIndexOfMaxX(this V4ui[] vectorArray, long count... method IndexOfMinY (line 89528) | public static int IndexOfMinY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 89545) | public static long LongIndexOfMinY(this V4ui[] vectorArray, long count... method IndexOfMaxY (line 89562) | public static int IndexOfMaxY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 89579) | public static long LongIndexOfMaxY(this V4ui[] vectorArray, long count... method IndexOfMinZ (line 89596) | public static int IndexOfMinZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 89613) | public static long LongIndexOfMinZ(this V4ui[] vectorArray, long count... method IndexOfMaxZ (line 89630) | public static int IndexOfMaxZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 89647) | public static long LongIndexOfMaxZ(this V4ui[] vectorArray, long count... method IndexOfMinW (line 89664) | public static int IndexOfMinW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinW (line 89681) | public static long LongIndexOfMinW(this V4ui[] vectorArray, long count... method IndexOfMaxW (line 89698) | public static int IndexOfMaxW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxW (line 89715) | public static long LongIndexOfMaxW(this V4ui[] vectorArray, long count... method IndexOfMinX (line 89732) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 89749) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 89766) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 89783) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 89800) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 89817) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method IndexOfMinW (line 89834) | public static int IndexOfMinW(this IList vectorArray, int count ... method IndexOfMaxW (line 89851) | public static int IndexOfMaxW(this IList vectorArray, int count ... method CopyCoord (line 89867) | public static uint[] CopyCoord(this V4ui[] self, int index) method LengthSquared (line 101488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 101495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 101506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 101518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 101526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 101534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 101542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 101549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 101566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 101580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 101595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 101603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 101660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 101672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 101685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 101691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 102004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 102074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 102095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 102102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 102113) | [Pure] method AllTiny (line 102121) | [Pure] method IndexOfClosestPoint (line 102130) | public static int IndexOfClosestPoint(this V4l[] pointArray, V4l point) method IndexOfClosestPoint (line 102143) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 102157) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 102171) | public static long LongIndexOfClosestPoint(this V4l[] pointArray, V4l ... method LongIndexOfClosestPoint (line 102184) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 102198) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 102216) | public static int IndexOfMinX(this V4l[] vectorArray, int count = 0) method LongIndexOfMinX (line 102233) | public static long LongIndexOfMinX(this V4l[] vectorArray, long count ... method IndexOfMaxX (line 102250) | public static int IndexOfMaxX(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 102267) | public static long LongIndexOfMaxX(this V4l[] vectorArray, long count ... method IndexOfMinY (line 102284) | public static int IndexOfMinY(this V4l[] vectorArray, int count = 0) method LongIndexOfMinY (line 102301) | public static long LongIndexOfMinY(this V4l[] vectorArray, long count ... method IndexOfMaxY (line 102318) | public static int IndexOfMaxY(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 102335) | public static long LongIndexOfMaxY(this V4l[] vectorArray, long count ... method IndexOfMinZ (line 102352) | public static int IndexOfMinZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 102369) | public static long LongIndexOfMinZ(this V4l[] vectorArray, long count ... method IndexOfMaxZ (line 102386) | public static int IndexOfMaxZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 102403) | public static long LongIndexOfMaxZ(this V4l[] vectorArray, long count ... method IndexOfMinW (line 102420) | public static int IndexOfMinW(this V4l[] vectorArray, int count = 0) method LongIndexOfMinW (line 102437) | public static long LongIndexOfMinW(this V4l[] vectorArray, long count ... method IndexOfMaxW (line 102454) | public static int IndexOfMaxW(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxW (line 102471) | public static long LongIndexOfMaxW(this V4l[] vectorArray, long count ... method IndexOfMinX (line 102488) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 102505) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 102522) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 102539) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 102556) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 102573) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 102590) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 102607) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 102623) | public static long[] CopyCoord(this V4l[] self, int index) method LengthSquared (line 115028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 115035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 115046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 115060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 115072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 115080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 115088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 115096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 115103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 115120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 115134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 115149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 115157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 115238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 115245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 115257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 115270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 115276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 115294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 115305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 115689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 115710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 115717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 115728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 115739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 115754) | [Pure] method AllTiny (line 115762) | [Pure] method AnyFinite (line 115771) | [Pure] method AllFinite (line 115776) | [Pure] method AnyNaN (line 115781) | [Pure] method AllNaN (line 115786) | [Pure] method AnyInfinity (line 115791) | [Pure] method AllInfinity (line 115796) | [Pure] method AnyPositiveInfinity (line 115801) | [Pure] method AllPositiveInfinity (line 115806) | [Pure] method AnyNegativeInfinity (line 115811) | [Pure] method AllNegativeInfinity (line 115816) | [Pure] method AnyTiny (line 115821) | [Pure] method AllTiny (line 115826) | [Pure] method LinCom (line 115835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 115875) | public static int IndexOfClosestPoint(this V4f[] pointArray, V4f point) method IndexOfClosestPoint (line 115888) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 115902) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 115916) | public static long LongIndexOfClosestPoint(this V4f[] pointArray, V4f ... method LongIndexOfClosestPoint (line 115929) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 115943) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 115961) | public static int IndexOfMinX(this V4f[] vectorArray, int count = 0) method LongIndexOfMinX (line 115978) | public static long LongIndexOfMinX(this V4f[] vectorArray, long count ... method IndexOfMaxX (line 115995) | public static int IndexOfMaxX(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 116012) | public static long LongIndexOfMaxX(this V4f[] vectorArray, long count ... method IndexOfMinY (line 116029) | public static int IndexOfMinY(this V4f[] vectorArray, int count = 0) method LongIndexOfMinY (line 116046) | public static long LongIndexOfMinY(this V4f[] vectorArray, long count ... method IndexOfMaxY (line 116063) | public static int IndexOfMaxY(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 116080) | public static long LongIndexOfMaxY(this V4f[] vectorArray, long count ... method IndexOfMinZ (line 116097) | public static int IndexOfMinZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 116114) | public static long LongIndexOfMinZ(this V4f[] vectorArray, long count ... method IndexOfMaxZ (line 116131) | public static int IndexOfMaxZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 116148) | public static long LongIndexOfMaxZ(this V4f[] vectorArray, long count ... method IndexOfMinW (line 116165) | public static int IndexOfMinW(this V4f[] vectorArray, int count = 0) method LongIndexOfMinW (line 116182) | public static long LongIndexOfMinW(this V4f[] vectorArray, long count ... method IndexOfMaxW (line 116199) | public static int IndexOfMaxW(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxW (line 116216) | public static long LongIndexOfMaxW(this V4f[] vectorArray, long count ... method IndexOfMinX (line 116233) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 116250) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 116267) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 116284) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 116301) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 116318) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 116335) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 116352) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 116368) | public static float[] CopyCoord(this V4f[] self, int index) method WeightedSum (line 116380) | public static V4f WeightedSum( method LengthSquared (line 128744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 128751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 128762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 128776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 128788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 128796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 128804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 128812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 128819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 128836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 128850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 128865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 128873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 128954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 128961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 128973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 128986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 128992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 129010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 129021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 129405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 129426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 129433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 129444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 129455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 129470) | [Pure] method AllTiny (line 129478) | [Pure] method AnyFinite (line 129487) | [Pure] method AllFinite (line 129492) | [Pure] method AnyNaN (line 129497) | [Pure] method AllNaN (line 129502) | [Pure] method AnyInfinity (line 129507) | [Pure] method AllInfinity (line 129512) | [Pure] method AnyPositiveInfinity (line 129517) | [Pure] method AllPositiveInfinity (line 129522) | [Pure] method AnyNegativeInfinity (line 129527) | [Pure] method AllNegativeInfinity (line 129532) | [Pure] method AnyTiny (line 129537) | [Pure] method AllTiny (line 129542) | [Pure] method LinCom (line 129551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 129591) | public static int IndexOfClosestPoint(this V4d[] pointArray, V4d point) method IndexOfClosestPoint (line 129604) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 129618) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 129632) | public static long LongIndexOfClosestPoint(this V4d[] pointArray, V4d ... method LongIndexOfClosestPoint (line 129645) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 129659) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 129677) | public static int IndexOfMinX(this V4d[] vectorArray, int count = 0) method LongIndexOfMinX (line 129694) | public static long LongIndexOfMinX(this V4d[] vectorArray, long count ... method IndexOfMaxX (line 129711) | public static int IndexOfMaxX(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 129728) | public static long LongIndexOfMaxX(this V4d[] vectorArray, long count ... method IndexOfMinY (line 129745) | public static int IndexOfMinY(this V4d[] vectorArray, int count = 0) method LongIndexOfMinY (line 129762) | public static long LongIndexOfMinY(this V4d[] vectorArray, long count ... method IndexOfMaxY (line 129779) | public static int IndexOfMaxY(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 129796) | public static long LongIndexOfMaxY(this V4d[] vectorArray, long count ... method IndexOfMinZ (line 129813) | public static int IndexOfMinZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 129830) | public static long LongIndexOfMinZ(this V4d[] vectorArray, long count ... method IndexOfMaxZ (line 129847) | public static int IndexOfMaxZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 129864) | public static long LongIndexOfMaxZ(this V4d[] vectorArray, long count ... method IndexOfMinW (line 129881) | public static int IndexOfMinW(this V4d[] vectorArray, int count = 0) method LongIndexOfMinW (line 129898) | public static long LongIndexOfMinW(this V4d[] vectorArray, long count ... method IndexOfMaxW (line 129915) | public static int IndexOfMaxW(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxW (line 129932) | public static long LongIndexOfMaxW(this V4d[] vectorArray, long count ... method IndexOfMinX (line 129949) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 129966) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 129983) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 130000) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 130017) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 130034) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 130051) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 130068) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 130084) | public static double[] CopyCoord(this V4d[] self, int index) method WeightedSum (line 130096) | public static V4d WeightedSum( class IRandomUniformV2uiExtensions (line 9328) | public static class IRandomUniformV2uiExtensions method UniformV2ui (line 9335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type V2l (line 9348) | [DataContract] method V2l (line 9363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9453) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9493) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9523) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2l (line 9732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2i (line 9799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2ui (line 9802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2f (line 9805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2d (line 9808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 9811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 9814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 9817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 9820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 9823) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 9826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 9829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 9832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 9835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 9838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 9884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 9891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 9895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 9905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 9912) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 9916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 9926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 9933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 9937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 9947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 9954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 9958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 9968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 9975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 9979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 9986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 9993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 10000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2i (line 10246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2ui (line 10250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2f (line 10254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2d (line 10258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Abs (line 10372) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 10377) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 10382) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 10387) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 10392) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 10397) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 10402) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 10407) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 10412) | [EditorBrowsable(EditorBrowsableState.Never)] method Saturate (line 10417) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 10422) | [EditorBrowsable(EditorBrowsableState.Never)] method Set (line 10434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 10444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 10454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 10464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 10474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 10733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 10743) | public override readonly string ToString() method ToString (line 10748) | public readonly string ToString(string format) method ToString (line 10753) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 10761) | public readonly string ToString(string format, IFormatProvider fp, str... method GetHashCode (line 10767) | public override readonly int GetHashCode() method Equals (line 10772) | public override readonly bool Equals(object other) method ToText (line 10775) | public readonly Text ToText(int bracketLevel = 1) method Parse (line 10788) | public static V2l Parse(string s) method Parse (line 10797) | public static V2l Parse(Text t) method Parse (line 10802) | public static V2l Parse(Text t, int bracketLevel) method GetValue (line 12852) | public readonly object GetValue(long index) method SetValue (line 12857) | public void SetValue(object value, long index) class V2lEqualityComparer (line 12866) | public class V2lEqualityComparer : IEqualityComparer method Equals (line 12873) | public bool Equals(V2l v0, V2l v1) method GetHashCode (line 12878) | public int GetHashCode(V2l v) class Fun (line 12886) | public static partial class Fun method Min (line 3588) | [Pure] method Min (line 3598) | [Pure] method Min (line 3608) | [Pure] method Max (line 3618) | [Pure] method Max (line 3628) | [Pure] method Max (line 3638) | [Pure] method Min (line 3648) | [Pure] method Max (line 3658) | [Pure] method Min (line 3668) | [Pure] method Max (line 3678) | [Pure] method Min (line 3688) | [Pure] method Max (line 3698) | [Pure] method Abs (line 3712) | [Pure] method Clamp (line 3726) | [Pure] method Clamp (line 3736) | [Pure] method ClampExcl (line 3746) | [Pure] method ClampExcl (line 3756) | [Pure] method ClampWrap (line 3766) | [Pure] method ClampWrap (line 3776) | [Pure] method Saturate (line 3786) | [Pure] method Sign (line 3800) | [Pure] method Signumi (line 3810) | [Pure] method Signum (line 3820) | [Pure] method MultiplyAdd (line 3834) | [Pure] method MultiplyAdd (line 3844) | [Pure] method MultiplyAdd (line 3854) | [Pure] method Sqrt (line 3868) | [Pure] method Cbrt (line 3878) | [Pure] method Square (line 3892) | [Pure] method Pown (line 3906) | [Pure] method Pown (line 3916) | [Pure] method Pown (line 3926) | [Pure] method Pow (line 3936) | [Pure] method Pow (line 3946) | [Pure] method Pow (line 3956) | [Pure] method Pow (line 3966) | [Pure] method Pow (line 3976) | [Pure] method Pow (line 3986) | [Pure] method Power (line 3996) | [Pure] method Power (line 4007) | [Pure] method Power (line 4018) | [Pure] method Power (line 4029) | [Pure] method Power (line 4040) | [Pure] method Power (line 4051) | [Pure] method Exp (line 4066) | [Pure] method Log (line 4076) | [Pure] method Log2 (line 4086) | [Pure] method Log2Int (line 4096) | [Pure] method Log10 (line 4106) | [Pure] method Log (line 4116) | [Pure] method ModP (line 4130) | [Pure] method PowerOfTwo (line 4144) | [Pure] method NextPowerOfTwo (line 4154) | [Pure] method PrevPowerOfTwo (line 4164) | [Pure] method Step (line 4178) | [Pure] method Step (line 4188) | [Pure] method Lerp (line 4202) | [Pure] method Lerp (line 4212) | [Pure] method Lerp (line 4222) | [Pure] method Lerp (line 4232) | [Pure] method InvLerp (line 4242) | [Pure] method GreatestCommonDivisor (line 4256) | [Pure] method LeastCommonMultiple (line 4266) | [Pure] method FloatFromBits (line 4280) | [Pure] method ApproximateEquals (line 4294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4308) | [Pure] method Min (line 7747) | [Pure] method Min (line 7757) | [Pure] method Min (line 7767) | [Pure] method Max (line 7777) | [Pure] method Max (line 7787) | [Pure] method Max (line 7797) | [Pure] method Min (line 7807) | [Pure] method Max (line 7817) | [Pure] method Min (line 7827) | [Pure] method Max (line 7837) | [Pure] method Min (line 7847) | [Pure] method Max (line 7857) | [Pure] method Clamp (line 7871) | [Pure] method Clamp (line 7881) | [Pure] method ClampExcl (line 7891) | [Pure] method ClampExcl (line 7901) | [Pure] method ClampWrap (line 7911) | [Pure] method ClampWrap (line 7921) | [Pure] method Saturate (line 7931) | [Pure] method MultiplyAdd (line 7945) | [Pure] method MultiplyAdd (line 7955) | [Pure] method MultiplyAdd (line 7965) | [Pure] method Sqrt (line 7979) | [Pure] method Cbrt (line 7989) | [Pure] method Square (line 8003) | [Pure] method Pown (line 8017) | [Pure] method Pown (line 8027) | [Pure] method Pown (line 8037) | [Pure] method Pown (line 8047) | [Pure] method Pown (line 8057) | [Pure] method Pown (line 8067) | [Pure] method Pow (line 8077) | [Pure] method Pow (line 8087) | [Pure] method Pow (line 8097) | [Pure] method Pow (line 8107) | [Pure] method Pow (line 8117) | [Pure] method Pow (line 8127) | [Pure] method Power (line 8137) | [Pure] method Power (line 8148) | [Pure] method Power (line 8159) | [Pure] method Power (line 8170) | [Pure] method Power (line 8181) | [Pure] method Power (line 8192) | [Pure] method Exp (line 8207) | [Pure] method Log (line 8217) | [Pure] method Log2 (line 8227) | [Pure] method Log2Int (line 8237) | [Pure] method Log10 (line 8247) | [Pure] method Log (line 8257) | [Pure] method Step (line 8271) | [Pure] method Step (line 8281) | [Pure] method Lerp (line 8295) | [Pure] method Lerp (line 8305) | [Pure] method Lerp (line 8315) | [Pure] method Lerp (line 8325) | [Pure] method InvLerp (line 8335) | [Pure] method GreatestCommonDivisor (line 8349) | [Pure] method LeastCommonMultiple (line 8359) | [Pure] method FloatFromUnsignedBits (line 8373) | [Pure] method ApproximateEquals (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8401) | [Pure] method Min (line 12893) | [Pure] method Min (line 12903) | [Pure] method Min (line 12913) | [Pure] method Max (line 12923) | [Pure] method Max (line 12933) | [Pure] method Max (line 12943) | [Pure] method Min (line 12953) | [Pure] method Max (line 12963) | [Pure] method Min (line 12973) | [Pure] method Max (line 12983) | [Pure] method Min (line 12993) | [Pure] method Max (line 13003) | [Pure] method Abs (line 13017) | [Pure] method Clamp (line 13031) | [Pure] method Clamp (line 13041) | [Pure] method ClampExcl (line 13051) | [Pure] method ClampExcl (line 13061) | [Pure] method ClampWrap (line 13071) | [Pure] method ClampWrap (line 13081) | [Pure] method Saturate (line 13091) | [Pure] method Sign (line 13105) | [Pure] method Signumi (line 13115) | [Pure] method Signum (line 13125) | [Pure] method MultiplyAdd (line 13139) | [Pure] method MultiplyAdd (line 13149) | [Pure] method MultiplyAdd (line 13159) | [Pure] method Sqrt (line 13173) | [Pure] method Cbrt (line 13183) | [Pure] method Square (line 13197) | [Pure] method Pown (line 13211) | [Pure] method Pown (line 13221) | [Pure] method Pown (line 13231) | [Pure] method Pown (line 13241) | [Pure] method Pown (line 13251) | [Pure] method Pown (line 13261) | [Pure] method Pow (line 13271) | [Pure] method Pow (line 13281) | [Pure] method Pow (line 13291) | [Pure] method Pow (line 13301) | [Pure] method Pow (line 13311) | [Pure] method Pow (line 13321) | [Pure] method Power (line 13331) | [Pure] method Power (line 13342) | [Pure] method Power (line 13353) | [Pure] method Power (line 13364) | [Pure] method Power (line 13375) | [Pure] method Power (line 13386) | [Pure] method Exp (line 13401) | [Pure] method Log (line 13411) | [Pure] method Log2 (line 13421) | [Pure] method Log2Int (line 13431) | [Pure] method Log10 (line 13441) | [Pure] method Log (line 13451) | [Pure] method ModP (line 13465) | [Pure] method PowerOfTwo (line 13479) | [Pure] method NextPowerOfTwo (line 13489) | [Pure] method PrevPowerOfTwo (line 13499) | [Pure] method Step (line 13513) | [Pure] method Step (line 13523) | [Pure] method Lerp (line 13537) | [Pure] method Lerp (line 13547) | [Pure] method Lerp (line 13557) | [Pure] method Lerp (line 13567) | [Pure] method InvLerp (line 13577) | [Pure] method GreatestCommonDivisor (line 13591) | [Pure] method LeastCommonMultiple (line 13601) | [Pure] method FloatFromBits (line 13615) | [Pure] method ApproximateEquals (line 13629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13643) | [Pure] method Min (line 18465) | [Pure] method Min (line 18475) | [Pure] method Min (line 18485) | [Pure] method Max (line 18495) | [Pure] method Max (line 18505) | [Pure] method Max (line 18515) | [Pure] method Min (line 18525) | [Pure] method Max (line 18535) | [Pure] method Min (line 18545) | [Pure] method Max (line 18555) | [Pure] method Min (line 18565) | [Pure] method Max (line 18575) | [Pure] method Abs (line 18589) | [Pure] method Floor (line 18603) | [Pure] method Ceiling (line 18613) | [Pure] method Round (line 18623) | [Pure] method Round (line 18633) | [Pure] method Round (line 18643) | [Pure] method Round (line 18653) | [Pure] method Truncate (line 18663) | [Pure] method Frac (line 18677) | [Pure] method Clamp (line 18691) | [Pure] method Clamp (line 18701) | [Pure] method ClampWrap (line 18711) | [Pure] method ClampWrap (line 18721) | [Pure] method Saturate (line 18731) | [Pure] method MapToUnitInterval (line 18745) | [Pure] method MapToUnitInterval (line 18755) | [Pure] method MapToUnitInterval (line 18765) | [Pure] method MapToUnitInterval (line 18775) | [Pure] method Sign (line 18789) | [Pure] method Signumi (line 18799) | [Pure] method Signum (line 18809) | [Pure] method MultiplyAdd (line 18823) | [Pure] method MultiplyAdd (line 18833) | [Pure] method MultiplyAdd (line 18843) | [Pure] method CopySign (line 18857) | [Pure] method CopySign (line 18867) | [Pure] method CopySign (line 18877) | [Pure] method Sqrt (line 18891) | [Pure] method Cbrt (line 18901) | [Pure] method Square (line 18915) | [Pure] method Pown (line 18929) | [Pure] method Pown (line 18939) | [Pure] method Pown (line 18949) | [Pure] method Pow (line 18959) | [Pure] method Pow (line 18969) | [Pure] method Pow (line 18979) | [Pure] method Power (line 18989) | [Pure] method Power (line 19000) | [Pure] method Power (line 19011) | [Pure] method Exp (line 19026) | [Pure] method Log (line 19036) | [Pure] method Log2 (line 19046) | [Pure] method Log2Int (line 19056) | [Pure] method Log10 (line 19066) | [Pure] method Log (line 19076) | [Pure] method ModP (line 19090) | [Pure] method PowerOfTwo (line 19104) | [Pure] method Sin (line 19118) | [Pure] method Cos (line 19128) | [Pure] method Tan (line 19138) | [Pure] method Asin (line 19148) | [Pure] method AsinClamped (line 19158) | [Pure] method Acos (line 19168) | [Pure] method AcosClamped (line 19178) | [Pure] method Atan (line 19188) | [Pure] method Atan2 (line 19198) | [Pure] method FastAtan2 (line 19208) | [Pure] method Sinh (line 19218) | [Pure] method Cosh (line 19228) | [Pure] method Tanh (line 19238) | [Pure] method Asinh (line 19248) | [Pure] method Acosh (line 19258) | [Pure] method Atanh (line 19268) | [Pure] method Step (line 19282) | [Pure] method Step (line 19292) | [Pure] method Linearstep (line 19302) | [Pure] method Linearstep (line 19312) | [Pure] method Smoothstep (line 19322) | [Pure] method Smoothstep (line 19332) | [Pure] method Lerp (line 19346) | [Pure] method Lerp (line 19356) | [Pure] method InvLerp (line 19366) | [Pure] method FloatToBits (line 19380) | [Pure] method FloatToUnsignedBits (line 19390) | [Pure] method ApproximateEquals (line 19404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19428) | [Pure] method IsTiny (line 19436) | [Pure] method IsNaN (line 19448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 24690) | [Pure] method Min (line 24700) | [Pure] method Min (line 24710) | [Pure] method Max (line 24720) | [Pure] method Max (line 24730) | [Pure] method Max (line 24740) | [Pure] method Min (line 24750) | [Pure] method Max (line 24760) | [Pure] method Min (line 24770) | [Pure] method Max (line 24780) | [Pure] method Min (line 24790) | [Pure] method Max (line 24800) | [Pure] method Abs (line 24814) | [Pure] method Floor (line 24828) | [Pure] method Ceiling (line 24838) | [Pure] method Round (line 24848) | [Pure] method Round (line 24858) | [Pure] method Round (line 24868) | [Pure] method Round (line 24878) | [Pure] method Truncate (line 24888) | [Pure] method Frac (line 24902) | [Pure] method Clamp (line 24916) | [Pure] method Clamp (line 24926) | [Pure] method ClampWrap (line 24936) | [Pure] method ClampWrap (line 24946) | [Pure] method Saturate (line 24956) | [Pure] method MapToUnitInterval (line 24970) | [Pure] method MapToUnitInterval (line 24980) | [Pure] method MapToUnitInterval (line 24990) | [Pure] method MapToUnitInterval (line 25000) | [Pure] method Sign (line 25014) | [Pure] method Signumi (line 25024) | [Pure] method Signum (line 25034) | [Pure] method MultiplyAdd (line 25048) | [Pure] method MultiplyAdd (line 25058) | [Pure] method MultiplyAdd (line 25068) | [Pure] method CopySign (line 25082) | [Pure] method CopySign (line 25092) | [Pure] method CopySign (line 25102) | [Pure] method Sqrt (line 25116) | [Pure] method Cbrt (line 25126) | [Pure] method Square (line 25140) | [Pure] method Pown (line 25154) | [Pure] method Pown (line 25164) | [Pure] method Pown (line 25174) | [Pure] method Pow (line 25184) | [Pure] method Pow (line 25194) | [Pure] method Pow (line 25204) | [Pure] method Power (line 25214) | [Pure] method Power (line 25225) | [Pure] method Power (line 25236) | [Pure] method Exp (line 25251) | [Pure] method Log (line 25261) | [Pure] method Log2 (line 25271) | [Pure] method Log2Int (line 25281) | [Pure] method Log10 (line 25291) | [Pure] method Log (line 25301) | [Pure] method ModP (line 25315) | [Pure] method PowerOfTwo (line 25329) | [Pure] method Sin (line 25343) | [Pure] method Cos (line 25353) | [Pure] method Tan (line 25363) | [Pure] method Asin (line 25373) | [Pure] method AsinClamped (line 25383) | [Pure] method Acos (line 25393) | [Pure] method AcosClamped (line 25403) | [Pure] method Atan (line 25413) | [Pure] method Atan2 (line 25423) | [Pure] method FastAtan2 (line 25433) | [Pure] method Sinh (line 25443) | [Pure] method Cosh (line 25453) | [Pure] method Tanh (line 25463) | [Pure] method Asinh (line 25473) | [Pure] method Acosh (line 25483) | [Pure] method Atanh (line 25493) | [Pure] method Step (line 25507) | [Pure] method Step (line 25517) | [Pure] method Linearstep (line 25527) | [Pure] method Linearstep (line 25537) | [Pure] method Smoothstep (line 25547) | [Pure] method Smoothstep (line 25557) | [Pure] method Lerp (line 25571) | [Pure] method Lerp (line 25581) | [Pure] method InvLerp (line 25591) | [Pure] method FloatToBits (line 25605) | [Pure] method ApproximateEquals (line 25619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25643) | [Pure] method IsTiny (line 25651) | [Pure] method IsNaN (line 25663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 25670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 25677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 25684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 25691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 33426) | [Pure] method Min (line 33436) | [Pure] method Min (line 33446) | [Pure] method Max (line 33456) | [Pure] method Max (line 33466) | [Pure] method Max (line 33476) | [Pure] method Min (line 33486) | [Pure] method Max (line 33496) | [Pure] method Min (line 33506) | [Pure] method Max (line 33516) | [Pure] method Min (line 33526) | [Pure] method Max (line 33536) | [Pure] method Abs (line 33550) | [Pure] method Clamp (line 33564) | [Pure] method Clamp (line 33574) | [Pure] method ClampExcl (line 33584) | [Pure] method ClampExcl (line 33594) | [Pure] method ClampWrap (line 33604) | [Pure] method ClampWrap (line 33614) | [Pure] method Saturate (line 33624) | [Pure] method Sign (line 33638) | [Pure] method Signumi (line 33648) | [Pure] method Signum (line 33658) | [Pure] method MultiplyAdd (line 33672) | [Pure] method MultiplyAdd (line 33682) | [Pure] method MultiplyAdd (line 33692) | [Pure] method Sqrt (line 33706) | [Pure] method Cbrt (line 33716) | [Pure] method Square (line 33730) | [Pure] method Pown (line 33744) | [Pure] method Pown (line 33754) | [Pure] method Pown (line 33764) | [Pure] method Pow (line 33774) | [Pure] method Pow (line 33784) | [Pure] method Pow (line 33794) | [Pure] method Pow (line 33804) | [Pure] method Pow (line 33814) | [Pure] method Pow (line 33824) | [Pure] method Power (line 33834) | [Pure] method Power (line 33845) | [Pure] method Power (line 33856) | [Pure] method Power (line 33867) | [Pure] method Power (line 33878) | [Pure] method Power (line 33889) | [Pure] method Exp (line 33904) | [Pure] method Log (line 33914) | [Pure] method Log2 (line 33924) | [Pure] method Log2Int (line 33934) | [Pure] method Log10 (line 33944) | [Pure] method Log (line 33954) | [Pure] method ModP (line 33968) | [Pure] method PowerOfTwo (line 33982) | [Pure] method NextPowerOfTwo (line 33992) | [Pure] method PrevPowerOfTwo (line 34002) | [Pure] method Step (line 34016) | [Pure] method Step (line 34026) | [Pure] method Lerp (line 34040) | [Pure] method Lerp (line 34050) | [Pure] method Lerp (line 34060) | [Pure] method Lerp (line 34070) | [Pure] method InvLerp (line 34080) | [Pure] method GreatestCommonDivisor (line 34094) | [Pure] method LeastCommonMultiple (line 34104) | [Pure] method FloatFromBits (line 34118) | [Pure] method ApproximateEquals (line 34132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 34146) | [Pure] method Min (line 39472) | [Pure] method Min (line 39482) | [Pure] method Min (line 39492) | [Pure] method Max (line 39502) | [Pure] method Max (line 39512) | [Pure] method Max (line 39522) | [Pure] method Min (line 39532) | [Pure] method Max (line 39542) | [Pure] method Min (line 39552) | [Pure] method Max (line 39562) | [Pure] method Min (line 39572) | [Pure] method Max (line 39582) | [Pure] method Clamp (line 39596) | [Pure] method Clamp (line 39606) | [Pure] method ClampExcl (line 39616) | [Pure] method ClampExcl (line 39626) | [Pure] method ClampWrap (line 39636) | [Pure] method ClampWrap (line 39646) | [Pure] method Saturate (line 39656) | [Pure] method MultiplyAdd (line 39670) | [Pure] method MultiplyAdd (line 39680) | [Pure] method MultiplyAdd (line 39690) | [Pure] method Sqrt (line 39704) | [Pure] method Cbrt (line 39714) | [Pure] method Square (line 39728) | [Pure] method Pown (line 39742) | [Pure] method Pown (line 39752) | [Pure] method Pown (line 39762) | [Pure] method Pown (line 39772) | [Pure] method Pown (line 39782) | [Pure] method Pown (line 39792) | [Pure] method Pow (line 39802) | [Pure] method Pow (line 39812) | [Pure] method Pow (line 39822) | [Pure] method Pow (line 39832) | [Pure] method Pow (line 39842) | [Pure] method Pow (line 39852) | [Pure] method Power (line 39862) | [Pure] method Power (line 39873) | [Pure] method Power (line 39884) | [Pure] method Power (line 39895) | [Pure] method Power (line 39906) | [Pure] method Power (line 39917) | [Pure] method Exp (line 39932) | [Pure] method Log (line 39942) | [Pure] method Log2 (line 39952) | [Pure] method Log2Int (line 39962) | [Pure] method Log10 (line 39972) | [Pure] method Log (line 39982) | [Pure] method Step (line 39996) | [Pure] method Step (line 40006) | [Pure] method Lerp (line 40020) | [Pure] method Lerp (line 40030) | [Pure] method Lerp (line 40040) | [Pure] method Lerp (line 40050) | [Pure] method InvLerp (line 40060) | [Pure] method GreatestCommonDivisor (line 40074) | [Pure] method LeastCommonMultiple (line 40084) | [Pure] method FloatFromUnsignedBits (line 40098) | [Pure] method ApproximateEquals (line 40112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 40126) | [Pure] method Min (line 47513) | [Pure] method Min (line 47523) | [Pure] method Min (line 47533) | [Pure] method Max (line 47543) | [Pure] method Max (line 47553) | [Pure] method Max (line 47563) | [Pure] method Min (line 47573) | [Pure] method Max (line 47583) | [Pure] method Min (line 47593) | [Pure] method Max (line 47603) | [Pure] method Min (line 47613) | [Pure] method Max (line 47623) | [Pure] method Abs (line 47637) | [Pure] method Clamp (line 47651) | [Pure] method Clamp (line 47661) | [Pure] method ClampExcl (line 47671) | [Pure] method ClampExcl (line 47681) | [Pure] method ClampWrap (line 47691) | [Pure] method ClampWrap (line 47701) | [Pure] method Saturate (line 47711) | [Pure] method Sign (line 47725) | [Pure] method Signumi (line 47735) | [Pure] method Signum (line 47745) | [Pure] method MultiplyAdd (line 47759) | [Pure] method MultiplyAdd (line 47769) | [Pure] method MultiplyAdd (line 47779) | [Pure] method Sqrt (line 47793) | [Pure] method Cbrt (line 47803) | [Pure] method Square (line 47817) | [Pure] method Pown (line 47831) | [Pure] method Pown (line 47841) | [Pure] method Pown (line 47851) | [Pure] method Pown (line 47861) | [Pure] method Pown (line 47871) | [Pure] method Pown (line 47881) | [Pure] method Pow (line 47891) | [Pure] method Pow (line 47901) | [Pure] method Pow (line 47911) | [Pure] method Pow (line 47921) | [Pure] method Pow (line 47931) | [Pure] method Pow (line 47941) | [Pure] method Power (line 47951) | [Pure] method Power (line 47962) | [Pure] method Power (line 47973) | [Pure] method Power (line 47984) | [Pure] method Power (line 47995) | [Pure] method Power (line 48006) | [Pure] method Exp (line 48021) | [Pure] method Log (line 48031) | [Pure] method Log2 (line 48041) | [Pure] method Log2Int (line 48051) | [Pure] method Log10 (line 48061) | [Pure] method Log (line 48071) | [Pure] method ModP (line 48085) | [Pure] method PowerOfTwo (line 48099) | [Pure] method NextPowerOfTwo (line 48109) | [Pure] method PrevPowerOfTwo (line 48119) | [Pure] method Step (line 48133) | [Pure] method Step (line 48143) | [Pure] method Lerp (line 48157) | [Pure] method Lerp (line 48167) | [Pure] method Lerp (line 48177) | [Pure] method Lerp (line 48187) | [Pure] method InvLerp (line 48197) | [Pure] method GreatestCommonDivisor (line 48211) | [Pure] method LeastCommonMultiple (line 48221) | [Pure] method FloatFromBits (line 48235) | [Pure] method ApproximateEquals (line 48249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 48263) | [Pure] method Min (line 56252) | [Pure] method Min (line 56262) | [Pure] method Min (line 56272) | [Pure] method Max (line 56282) | [Pure] method Max (line 56292) | [Pure] method Max (line 56302) | [Pure] method Min (line 56312) | [Pure] method Max (line 56322) | [Pure] method Min (line 56332) | [Pure] method Max (line 56342) | [Pure] method Min (line 56352) | [Pure] method Max (line 56362) | [Pure] method Abs (line 56376) | [Pure] method Floor (line 56390) | [Pure] method Ceiling (line 56400) | [Pure] method Round (line 56410) | [Pure] method Round (line 56420) | [Pure] method Round (line 56430) | [Pure] method Round (line 56440) | [Pure] method Truncate (line 56450) | [Pure] method Frac (line 56464) | [Pure] method Clamp (line 56478) | [Pure] method Clamp (line 56488) | [Pure] method ClampWrap (line 56498) | [Pure] method ClampWrap (line 56508) | [Pure] method Saturate (line 56518) | [Pure] method MapToUnitInterval (line 56532) | [Pure] method MapToUnitInterval (line 56542) | [Pure] method MapToUnitInterval (line 56552) | [Pure] method MapToUnitInterval (line 56562) | [Pure] method Sign (line 56576) | [Pure] method Signumi (line 56586) | [Pure] method Signum (line 56596) | [Pure] method MultiplyAdd (line 56610) | [Pure] method MultiplyAdd (line 56620) | [Pure] method MultiplyAdd (line 56630) | [Pure] method CopySign (line 56644) | [Pure] method CopySign (line 56654) | [Pure] method CopySign (line 56664) | [Pure] method Sqrt (line 56678) | [Pure] method Cbrt (line 56688) | [Pure] method Square (line 56702) | [Pure] method Pown (line 56716) | [Pure] method Pown (line 56726) | [Pure] method Pown (line 56736) | [Pure] method Pow (line 56746) | [Pure] method Pow (line 56756) | [Pure] method Pow (line 56766) | [Pure] method Power (line 56776) | [Pure] method Power (line 56787) | [Pure] method Power (line 56798) | [Pure] method Exp (line 56813) | [Pure] method Log (line 56823) | [Pure] method Log2 (line 56833) | [Pure] method Log2Int (line 56843) | [Pure] method Log10 (line 56853) | [Pure] method Log (line 56863) | [Pure] method ModP (line 56877) | [Pure] method PowerOfTwo (line 56891) | [Pure] method Sin (line 56905) | [Pure] method Cos (line 56915) | [Pure] method Tan (line 56925) | [Pure] method Asin (line 56935) | [Pure] method AsinClamped (line 56945) | [Pure] method Acos (line 56955) | [Pure] method AcosClamped (line 56965) | [Pure] method Atan (line 56975) | [Pure] method Atan2 (line 56985) | [Pure] method FastAtan2 (line 56995) | [Pure] method Sinh (line 57005) | [Pure] method Cosh (line 57015) | [Pure] method Tanh (line 57025) | [Pure] method Asinh (line 57035) | [Pure] method Acosh (line 57045) | [Pure] method Atanh (line 57055) | [Pure] method Step (line 57069) | [Pure] method Step (line 57079) | [Pure] method Linearstep (line 57089) | [Pure] method Linearstep (line 57099) | [Pure] method Smoothstep (line 57109) | [Pure] method Smoothstep (line 57119) | [Pure] method Lerp (line 57133) | [Pure] method Lerp (line 57143) | [Pure] method InvLerp (line 57153) | [Pure] method FloatToBits (line 57167) | [Pure] method FloatToUnsignedBits (line 57177) | [Pure] method ApproximateEquals (line 57191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57215) | [Pure] method IsTiny (line 57223) | [Pure] method IsNaN (line 57235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 57242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 57249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 57256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 57263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 65644) | [Pure] method Min (line 65654) | [Pure] method Min (line 65664) | [Pure] method Max (line 65674) | [Pure] method Max (line 65684) | [Pure] method Max (line 65694) | [Pure] method Min (line 65704) | [Pure] method Max (line 65714) | [Pure] method Min (line 65724) | [Pure] method Max (line 65734) | [Pure] method Min (line 65744) | [Pure] method Max (line 65754) | [Pure] method Abs (line 65768) | [Pure] method Floor (line 65782) | [Pure] method Ceiling (line 65792) | [Pure] method Round (line 65802) | [Pure] method Round (line 65812) | [Pure] method Round (line 65822) | [Pure] method Round (line 65832) | [Pure] method Truncate (line 65842) | [Pure] method Frac (line 65856) | [Pure] method Clamp (line 65870) | [Pure] method Clamp (line 65880) | [Pure] method ClampWrap (line 65890) | [Pure] method ClampWrap (line 65900) | [Pure] method Saturate (line 65910) | [Pure] method MapToUnitInterval (line 65924) | [Pure] method MapToUnitInterval (line 65934) | [Pure] method MapToUnitInterval (line 65944) | [Pure] method MapToUnitInterval (line 65954) | [Pure] method Sign (line 65968) | [Pure] method Signumi (line 65978) | [Pure] method Signum (line 65988) | [Pure] method MultiplyAdd (line 66002) | [Pure] method MultiplyAdd (line 66012) | [Pure] method MultiplyAdd (line 66022) | [Pure] method CopySign (line 66036) | [Pure] method CopySign (line 66046) | [Pure] method CopySign (line 66056) | [Pure] method Sqrt (line 66070) | [Pure] method Cbrt (line 66080) | [Pure] method Square (line 66094) | [Pure] method Pown (line 66108) | [Pure] method Pown (line 66118) | [Pure] method Pown (line 66128) | [Pure] method Pow (line 66138) | [Pure] method Pow (line 66148) | [Pure] method Pow (line 66158) | [Pure] method Power (line 66168) | [Pure] method Power (line 66179) | [Pure] method Power (line 66190) | [Pure] method Exp (line 66205) | [Pure] method Log (line 66215) | [Pure] method Log2 (line 66225) | [Pure] method Log2Int (line 66235) | [Pure] method Log10 (line 66245) | [Pure] method Log (line 66255) | [Pure] method ModP (line 66269) | [Pure] method PowerOfTwo (line 66283) | [Pure] method Sin (line 66297) | [Pure] method Cos (line 66307) | [Pure] method Tan (line 66317) | [Pure] method Asin (line 66327) | [Pure] method AsinClamped (line 66337) | [Pure] method Acos (line 66347) | [Pure] method AcosClamped (line 66357) | [Pure] method Atan (line 66367) | [Pure] method Atan2 (line 66377) | [Pure] method FastAtan2 (line 66387) | [Pure] method Sinh (line 66397) | [Pure] method Cosh (line 66407) | [Pure] method Tanh (line 66417) | [Pure] method Asinh (line 66427) | [Pure] method Acosh (line 66437) | [Pure] method Atanh (line 66447) | [Pure] method Step (line 66461) | [Pure] method Step (line 66471) | [Pure] method Linearstep (line 66481) | [Pure] method Linearstep (line 66491) | [Pure] method Smoothstep (line 66501) | [Pure] method Smoothstep (line 66511) | [Pure] method Lerp (line 66525) | [Pure] method Lerp (line 66535) | [Pure] method InvLerp (line 66545) | [Pure] method FloatToBits (line 66559) | [Pure] method ApproximateEquals (line 66573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 66583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 66597) | [Pure] method IsTiny (line 66605) | [Pure] method IsNaN (line 66617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 66624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 66631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 66638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 66645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 79020) | [Pure] method Min (line 79030) | [Pure] method Min (line 79040) | [Pure] method Max (line 79050) | [Pure] method Max (line 79060) | [Pure] method Max (line 79070) | [Pure] method Min (line 79080) | [Pure] method Max (line 79090) | [Pure] method Min (line 79100) | [Pure] method Max (line 79110) | [Pure] method Min (line 79120) | [Pure] method Max (line 79130) | [Pure] method Abs (line 79144) | [Pure] method Clamp (line 79158) | [Pure] method Clamp (line 79168) | [Pure] method ClampExcl (line 79178) | [Pure] method ClampExcl (line 79188) | [Pure] method ClampWrap (line 79198) | [Pure] method ClampWrap (line 79208) | [Pure] method Saturate (line 79218) | [Pure] method Sign (line 79232) | [Pure] method Signumi (line 79242) | [Pure] method Signum (line 79252) | [Pure] method MultiplyAdd (line 79266) | [Pure] method MultiplyAdd (line 79276) | [Pure] method MultiplyAdd (line 79286) | [Pure] method Sqrt (line 79300) | [Pure] method Cbrt (line 79310) | [Pure] method Square (line 79324) | [Pure] method Pown (line 79338) | [Pure] method Pown (line 79348) | [Pure] method Pown (line 79358) | [Pure] method Pow (line 79368) | [Pure] method Pow (line 79378) | [Pure] method Pow (line 79388) | [Pure] method Pow (line 79398) | [Pure] method Pow (line 79408) | [Pure] method Pow (line 79418) | [Pure] method Power (line 79428) | [Pure] method Power (line 79439) | [Pure] method Power (line 79450) | [Pure] method Power (line 79461) | [Pure] method Power (line 79472) | [Pure] method Power (line 79483) | [Pure] method Exp (line 79498) | [Pure] method Log (line 79508) | [Pure] method Log2 (line 79518) | [Pure] method Log2Int (line 79528) | [Pure] method Log10 (line 79538) | [Pure] method Log (line 79548) | [Pure] method ModP (line 79562) | [Pure] method PowerOfTwo (line 79576) | [Pure] method NextPowerOfTwo (line 79586) | [Pure] method PrevPowerOfTwo (line 79596) | [Pure] method Step (line 79610) | [Pure] method Step (line 79620) | [Pure] method Lerp (line 79634) | [Pure] method Lerp (line 79644) | [Pure] method Lerp (line 79654) | [Pure] method Lerp (line 79664) | [Pure] method InvLerp (line 79674) | [Pure] method GreatestCommonDivisor (line 79688) | [Pure] method LeastCommonMultiple (line 79698) | [Pure] method FloatFromBits (line 79712) | [Pure] method ApproximateEquals (line 79726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 79740) | [Pure] method Min (line 88085) | [Pure] method Min (line 88095) | [Pure] method Min (line 88105) | [Pure] method Max (line 88115) | [Pure] method Max (line 88125) | [Pure] method Max (line 88135) | [Pure] method Min (line 88145) | [Pure] method Max (line 88155) | [Pure] method Min (line 88165) | [Pure] method Max (line 88175) | [Pure] method Min (line 88185) | [Pure] method Max (line 88195) | [Pure] method Clamp (line 88209) | [Pure] method Clamp (line 88219) | [Pure] method ClampExcl (line 88229) | [Pure] method ClampExcl (line 88239) | [Pure] method ClampWrap (line 88249) | [Pure] method ClampWrap (line 88259) | [Pure] method Saturate (line 88269) | [Pure] method MultiplyAdd (line 88283) | [Pure] method MultiplyAdd (line 88293) | [Pure] method MultiplyAdd (line 88303) | [Pure] method Sqrt (line 88317) | [Pure] method Cbrt (line 88327) | [Pure] method Square (line 88341) | [Pure] method Pown (line 88355) | [Pure] method Pown (line 88365) | [Pure] method Pown (line 88375) | [Pure] method Pown (line 88385) | [Pure] method Pown (line 88395) | [Pure] method Pown (line 88405) | [Pure] method Pow (line 88415) | [Pure] method Pow (line 88425) | [Pure] method Pow (line 88435) | [Pure] method Pow (line 88445) | [Pure] method Pow (line 88455) | [Pure] method Pow (line 88465) | [Pure] method Power (line 88475) | [Pure] method Power (line 88486) | [Pure] method Power (line 88497) | [Pure] method Power (line 88508) | [Pure] method Power (line 88519) | [Pure] method Power (line 88530) | [Pure] method Exp (line 88545) | [Pure] method Log (line 88555) | [Pure] method Log2 (line 88565) | [Pure] method Log2Int (line 88575) | [Pure] method Log10 (line 88585) | [Pure] method Log (line 88595) | [Pure] method Step (line 88609) | [Pure] method Step (line 88619) | [Pure] method Lerp (line 88633) | [Pure] method Lerp (line 88643) | [Pure] method Lerp (line 88653) | [Pure] method Lerp (line 88663) | [Pure] method InvLerp (line 88673) | [Pure] method GreatestCommonDivisor (line 88687) | [Pure] method LeastCommonMultiple (line 88697) | [Pure] method FloatFromUnsignedBits (line 88711) | [Pure] method ApproximateEquals (line 88725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 88739) | [Pure] method Min (line 100720) | [Pure] method Min (line 100730) | [Pure] method Min (line 100740) | [Pure] method Max (line 100750) | [Pure] method Max (line 100760) | [Pure] method Max (line 100770) | [Pure] method Min (line 100780) | [Pure] method Max (line 100790) | [Pure] method Min (line 100800) | [Pure] method Max (line 100810) | [Pure] method Min (line 100820) | [Pure] method Max (line 100830) | [Pure] method Abs (line 100844) | [Pure] method Clamp (line 100858) | [Pure] method Clamp (line 100868) | [Pure] method ClampExcl (line 100878) | [Pure] method ClampExcl (line 100888) | [Pure] method ClampWrap (line 100898) | [Pure] method ClampWrap (line 100908) | [Pure] method Saturate (line 100918) | [Pure] method Sign (line 100932) | [Pure] method Signumi (line 100942) | [Pure] method Signum (line 100952) | [Pure] method MultiplyAdd (line 100966) | [Pure] method MultiplyAdd (line 100976) | [Pure] method MultiplyAdd (line 100986) | [Pure] method Sqrt (line 101000) | [Pure] method Cbrt (line 101010) | [Pure] method Square (line 101024) | [Pure] method Pown (line 101038) | [Pure] method Pown (line 101048) | [Pure] method Pown (line 101058) | [Pure] method Pown (line 101068) | [Pure] method Pown (line 101078) | [Pure] method Pown (line 101088) | [Pure] method Pow (line 101098) | [Pure] method Pow (line 101108) | [Pure] method Pow (line 101118) | [Pure] method Pow (line 101128) | [Pure] method Pow (line 101138) | [Pure] method Pow (line 101148) | [Pure] method Power (line 101158) | [Pure] method Power (line 101169) | [Pure] method Power (line 101180) | [Pure] method Power (line 101191) | [Pure] method Power (line 101202) | [Pure] method Power (line 101213) | [Pure] method Exp (line 101228) | [Pure] method Log (line 101238) | [Pure] method Log2 (line 101248) | [Pure] method Log2Int (line 101258) | [Pure] method Log10 (line 101268) | [Pure] method Log (line 101278) | [Pure] method ModP (line 101292) | [Pure] method PowerOfTwo (line 101306) | [Pure] method NextPowerOfTwo (line 101316) | [Pure] method PrevPowerOfTwo (line 101326) | [Pure] method Step (line 101340) | [Pure] method Step (line 101350) | [Pure] method Lerp (line 101364) | [Pure] method Lerp (line 101374) | [Pure] method Lerp (line 101384) | [Pure] method Lerp (line 101394) | [Pure] method InvLerp (line 101404) | [Pure] method GreatestCommonDivisor (line 101418) | [Pure] method LeastCommonMultiple (line 101428) | [Pure] method FloatFromBits (line 101442) | [Pure] method ApproximateEquals (line 101456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 101470) | [Pure] method Min (line 113921) | [Pure] method Min (line 113931) | [Pure] method Min (line 113941) | [Pure] method Max (line 113951) | [Pure] method Max (line 113961) | [Pure] method Max (line 113971) | [Pure] method Min (line 113981) | [Pure] method Max (line 113991) | [Pure] method Min (line 114001) | [Pure] method Max (line 114011) | [Pure] method Min (line 114021) | [Pure] method Max (line 114031) | [Pure] method Abs (line 114045) | [Pure] method Floor (line 114059) | [Pure] method Ceiling (line 114069) | [Pure] method Round (line 114079) | [Pure] method Round (line 114089) | [Pure] method Round (line 114099) | [Pure] method Round (line 114109) | [Pure] method Truncate (line 114119) | [Pure] method Frac (line 114133) | [Pure] method Clamp (line 114147) | [Pure] method Clamp (line 114157) | [Pure] method ClampWrap (line 114167) | [Pure] method ClampWrap (line 114177) | [Pure] method Saturate (line 114187) | [Pure] method MapToUnitInterval (line 114201) | [Pure] method MapToUnitInterval (line 114211) | [Pure] method MapToUnitInterval (line 114221) | [Pure] method MapToUnitInterval (line 114231) | [Pure] method Sign (line 114245) | [Pure] method Signumi (line 114255) | [Pure] method Signum (line 114265) | [Pure] method MultiplyAdd (line 114279) | [Pure] method MultiplyAdd (line 114289) | [Pure] method MultiplyAdd (line 114299) | [Pure] method CopySign (line 114313) | [Pure] method CopySign (line 114323) | [Pure] method CopySign (line 114333) | [Pure] method Sqrt (line 114347) | [Pure] method Cbrt (line 114357) | [Pure] method Square (line 114371) | [Pure] method Pown (line 114385) | [Pure] method Pown (line 114395) | [Pure] method Pown (line 114405) | [Pure] method Pow (line 114415) | [Pure] method Pow (line 114425) | [Pure] method Pow (line 114435) | [Pure] method Power (line 114445) | [Pure] method Power (line 114456) | [Pure] method Power (line 114467) | [Pure] method Exp (line 114482) | [Pure] method Log (line 114492) | [Pure] method Log2 (line 114502) | [Pure] method Log2Int (line 114512) | [Pure] method Log10 (line 114522) | [Pure] method Log (line 114532) | [Pure] method ModP (line 114546) | [Pure] method PowerOfTwo (line 114560) | [Pure] method Sin (line 114574) | [Pure] method Cos (line 114584) | [Pure] method Tan (line 114594) | [Pure] method Asin (line 114604) | [Pure] method AsinClamped (line 114614) | [Pure] method Acos (line 114624) | [Pure] method AcosClamped (line 114634) | [Pure] method Atan (line 114644) | [Pure] method Atan2 (line 114654) | [Pure] method FastAtan2 (line 114664) | [Pure] method Sinh (line 114674) | [Pure] method Cosh (line 114684) | [Pure] method Tanh (line 114694) | [Pure] method Asinh (line 114704) | [Pure] method Acosh (line 114714) | [Pure] method Atanh (line 114724) | [Pure] method Step (line 114738) | [Pure] method Step (line 114748) | [Pure] method Linearstep (line 114758) | [Pure] method Linearstep (line 114768) | [Pure] method Smoothstep (line 114778) | [Pure] method Smoothstep (line 114788) | [Pure] method Lerp (line 114802) | [Pure] method Lerp (line 114812) | [Pure] method InvLerp (line 114822) | [Pure] method FloatToBits (line 114836) | [Pure] method FloatToUnsignedBits (line 114846) | [Pure] method ApproximateEquals (line 114860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 114870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 114884) | [Pure] method IsTiny (line 114892) | [Pure] method IsNaN (line 114904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 114911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 114918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 114925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 114932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 127647) | [Pure] method Min (line 127657) | [Pure] method Min (line 127667) | [Pure] method Max (line 127677) | [Pure] method Max (line 127687) | [Pure] method Max (line 127697) | [Pure] method Min (line 127707) | [Pure] method Max (line 127717) | [Pure] method Min (line 127727) | [Pure] method Max (line 127737) | [Pure] method Min (line 127747) | [Pure] method Max (line 127757) | [Pure] method Abs (line 127771) | [Pure] method Floor (line 127785) | [Pure] method Ceiling (line 127795) | [Pure] method Round (line 127805) | [Pure] method Round (line 127815) | [Pure] method Round (line 127825) | [Pure] method Round (line 127835) | [Pure] method Truncate (line 127845) | [Pure] method Frac (line 127859) | [Pure] method Clamp (line 127873) | [Pure] method Clamp (line 127883) | [Pure] method ClampWrap (line 127893) | [Pure] method ClampWrap (line 127903) | [Pure] method Saturate (line 127913) | [Pure] method MapToUnitInterval (line 127927) | [Pure] method MapToUnitInterval (line 127937) | [Pure] method MapToUnitInterval (line 127947) | [Pure] method MapToUnitInterval (line 127957) | [Pure] method Sign (line 127971) | [Pure] method Signumi (line 127981) | [Pure] method Signum (line 127991) | [Pure] method MultiplyAdd (line 128005) | [Pure] method MultiplyAdd (line 128015) | [Pure] method MultiplyAdd (line 128025) | [Pure] method CopySign (line 128039) | [Pure] method CopySign (line 128049) | [Pure] method CopySign (line 128059) | [Pure] method Sqrt (line 128073) | [Pure] method Cbrt (line 128083) | [Pure] method Square (line 128097) | [Pure] method Pown (line 128111) | [Pure] method Pown (line 128121) | [Pure] method Pown (line 128131) | [Pure] method Pow (line 128141) | [Pure] method Pow (line 128151) | [Pure] method Pow (line 128161) | [Pure] method Power (line 128171) | [Pure] method Power (line 128182) | [Pure] method Power (line 128193) | [Pure] method Exp (line 128208) | [Pure] method Log (line 128218) | [Pure] method Log2 (line 128228) | [Pure] method Log2Int (line 128238) | [Pure] method Log10 (line 128248) | [Pure] method Log (line 128258) | [Pure] method ModP (line 128272) | [Pure] method PowerOfTwo (line 128286) | [Pure] method Sin (line 128300) | [Pure] method Cos (line 128310) | [Pure] method Tan (line 128320) | [Pure] method Asin (line 128330) | [Pure] method AsinClamped (line 128340) | [Pure] method Acos (line 128350) | [Pure] method AcosClamped (line 128360) | [Pure] method Atan (line 128370) | [Pure] method Atan2 (line 128380) | [Pure] method FastAtan2 (line 128390) | [Pure] method Sinh (line 128400) | [Pure] method Cosh (line 128410) | [Pure] method Tanh (line 128420) | [Pure] method Asinh (line 128430) | [Pure] method Acosh (line 128440) | [Pure] method Atanh (line 128450) | [Pure] method Step (line 128464) | [Pure] method Step (line 128474) | [Pure] method Linearstep (line 128484) | [Pure] method Linearstep (line 128494) | [Pure] method Smoothstep (line 128504) | [Pure] method Smoothstep (line 128514) | [Pure] method Lerp (line 128528) | [Pure] method Lerp (line 128538) | [Pure] method InvLerp (line 128548) | [Pure] method FloatToBits (line 128562) | [Pure] method ApproximateEquals (line 128576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 128586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 128600) | [Pure] method IsTiny (line 128608) | [Pure] method IsNaN (line 128620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 128627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 128634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 128641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 128648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Vec (line 13654) | public static partial class Vec method LengthSquared (line 4326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 4333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 4402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 4431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 4496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 4503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 4513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 4524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 4530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 4546) | public static V2i Cross(this V2i a) method AllSmaller (line 4559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 4919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 4936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 4943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4954) | [Pure] method AllTiny (line 4962) | [Pure] method IndexOfClosestPoint (line 4971) | public static int IndexOfClosestPoint(this V2i[] pointArray, V2i point) method IndexOfClosestPoint (line 4984) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 4998) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 5012) | public static long LongIndexOfClosestPoint(this V2i[] pointArray, V2i ... method LongIndexOfClosestPoint (line 5025) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 5039) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 5057) | public static int IndexOfMinX(this V2i[] vectorArray, int count = 0) method LongIndexOfMinX (line 5074) | public static long LongIndexOfMinX(this V2i[] vectorArray, long count ... method IndexOfMaxX (line 5091) | public static int IndexOfMaxX(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 5108) | public static long LongIndexOfMaxX(this V2i[] vectorArray, long count ... method IndexOfMinY (line 5125) | public static int IndexOfMinY(this V2i[] vectorArray, int count = 0) method LongIndexOfMinY (line 5142) | public static long LongIndexOfMinY(this V2i[] vectorArray, long count ... method IndexOfMaxY (line 5159) | public static int IndexOfMaxY(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 5176) | public static long LongIndexOfMaxY(this V2i[] vectorArray, long count ... method IndexOfMinX (line 5193) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 5210) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 5227) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 5244) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 5260) | public static int[] CopyCoord(this V2i[] self, int index) method LengthSquared (line 8419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 8426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 8449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 8457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 8465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 8473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 8480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 8495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 8509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 8524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 8589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 8595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 8974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 8991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 8998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 9009) | [Pure] method AllTiny (line 9017) | [Pure] method IndexOfClosestPoint (line 9026) | public static int IndexOfClosestPoint(this V2ui[] pointArray, V2ui point) method IndexOfClosestPoint (line 9039) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 9053) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 9067) | public static long LongIndexOfClosestPoint(this V2ui[] pointArray, V2u... method LongIndexOfClosestPoint (line 9080) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 9094) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 9112) | public static int IndexOfMinX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 9129) | public static long LongIndexOfMinX(this V2ui[] vectorArray, long count... method IndexOfMaxX (line 9146) | public static int IndexOfMaxX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 9163) | public static long LongIndexOfMaxX(this V2ui[] vectorArray, long count... method IndexOfMinY (line 9180) | public static int IndexOfMinY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 9197) | public static long LongIndexOfMinY(this V2ui[] vectorArray, long count... method IndexOfMaxY (line 9214) | public static int IndexOfMaxY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 9231) | public static long LongIndexOfMaxY(this V2ui[] vectorArray, long count... method IndexOfMinX (line 9248) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 9265) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 9282) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 9299) | public static int IndexOfMaxY(this IList vectorArray, int count ... method CopyCoord (line 9315) | public static uint[] CopyCoord(this V2ui[] self, int index) method LengthSquared (line 13661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 13668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 13679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 13691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 13699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 13715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 13737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 13751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 13766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 13774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 13831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 13838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 13848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 13859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 13865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 13881) | public static V2l Cross(this V2l a) method AllSmaller (line 13894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 14004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 14254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 14271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 14278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 14289) | [Pure] method AllTiny (line 14297) | [Pure] method IndexOfClosestPoint (line 14306) | public static int IndexOfClosestPoint(this V2l[] pointArray, V2l point) method IndexOfClosestPoint (line 14319) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 14333) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 14347) | public static long LongIndexOfClosestPoint(this V2l[] pointArray, V2l ... method LongIndexOfClosestPoint (line 14360) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 14374) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 14392) | public static int IndexOfMinX(this V2l[] vectorArray, int count = 0) method LongIndexOfMinX (line 14409) | public static long LongIndexOfMinX(this V2l[] vectorArray, long count ... method IndexOfMaxX (line 14426) | public static int IndexOfMaxX(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 14443) | public static long LongIndexOfMaxX(this V2l[] vectorArray, long count ... method IndexOfMinY (line 14460) | public static int IndexOfMinY(this V2l[] vectorArray, int count = 0) method LongIndexOfMinY (line 14477) | public static long LongIndexOfMinY(this V2l[] vectorArray, long count ... method IndexOfMaxY (line 14494) | public static int IndexOfMaxY(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 14511) | public static long LongIndexOfMaxY(this V2l[] vectorArray, long count ... method IndexOfMinX (line 14528) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 14545) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 14562) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 14579) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 14595) | public static long[] CopyCoord(this V2l[] self, int index) method LengthSquared (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 19567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 19578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 19590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 19602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 19610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 19618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 19626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 19633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 19648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 19662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 19677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 19685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 19766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 19773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 19780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 19790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 19801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 19807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 19821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 19832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 19853) | public static V2f Cross(this V2f a) method AllSmaller (line 19866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 20226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 20243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 20250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 20261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 20272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 20283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 20298) | [Pure] method AllTiny (line 20306) | [Pure] method AnyFinite (line 20315) | [Pure] method AllFinite (line 20320) | [Pure] method AnyNaN (line 20325) | [Pure] method AllNaN (line 20330) | [Pure] method AnyInfinity (line 20335) | [Pure] method AllInfinity (line 20340) | [Pure] method AnyPositiveInfinity (line 20345) | [Pure] method AllPositiveInfinity (line 20350) | [Pure] method AnyNegativeInfinity (line 20355) | [Pure] method AllNegativeInfinity (line 20360) | [Pure] method AnyTiny (line 20365) | [Pure] method AllTiny (line 20370) | [Pure] method Dot90 (line 20382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 20391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 20400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 20410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 20420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 20430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 20440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 20490) | public static int IndexOfClosestPoint(this V2f[] pointArray, V2f point) method IndexOfClosestPoint (line 20503) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 20517) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 20531) | public static long LongIndexOfClosestPoint(this V2f[] pointArray, V2f ... method LongIndexOfClosestPoint (line 20544) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 20558) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 20576) | public static int IndexOfMinX(this V2f[] vectorArray, int count = 0) method LongIndexOfMinX (line 20593) | public static long LongIndexOfMinX(this V2f[] vectorArray, long count ... method IndexOfMaxX (line 20610) | public static int IndexOfMaxX(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 20627) | public static long LongIndexOfMaxX(this V2f[] vectorArray, long count ... method IndexOfMinY (line 20644) | public static int IndexOfMinY(this V2f[] vectorArray, int count = 0) method LongIndexOfMinY (line 20661) | public static long LongIndexOfMinY(this V2f[] vectorArray, long count ... method IndexOfMaxY (line 20678) | public static int IndexOfMaxY(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 20695) | public static long LongIndexOfMaxY(this V2f[] vectorArray, long count ... method IndexOfMinX (line 20712) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 20729) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 20746) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 20763) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 20779) | public static float[] CopyCoord(this V2f[] self, int index) method WeightedSum (line 20789) | public static V2f WeightedSum( method LengthSquared (line 25775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 25782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 25793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 25805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 25817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 25825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 25833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 25841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 25848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 25863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 25877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 25892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 25900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 25981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 25988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 25995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 26005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 26016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 26022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 26036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 26047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 26068) | public static V2d Cross(this V2d a) method AllSmaller (line 26081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 26441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 26458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 26465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 26476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 26487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 26498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 26513) | [Pure] method AllTiny (line 26521) | [Pure] method AnyFinite (line 26530) | [Pure] method AllFinite (line 26535) | [Pure] method AnyNaN (line 26540) | [Pure] method AllNaN (line 26545) | [Pure] method AnyInfinity (line 26550) | [Pure] method AllInfinity (line 26555) | [Pure] method AnyPositiveInfinity (line 26560) | [Pure] method AllPositiveInfinity (line 26565) | [Pure] method AnyNegativeInfinity (line 26570) | [Pure] method AllNegativeInfinity (line 26575) | [Pure] method AnyTiny (line 26580) | [Pure] method AllTiny (line 26585) | [Pure] method Dot90 (line 26597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 26606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 26615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 26625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 26635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 26645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 26655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 26705) | public static int IndexOfClosestPoint(this V2d[] pointArray, V2d point) method IndexOfClosestPoint (line 26718) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 26732) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 26746) | public static long LongIndexOfClosestPoint(this V2d[] pointArray, V2d ... method LongIndexOfClosestPoint (line 26759) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 26773) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 26791) | public static int IndexOfMinX(this V2d[] vectorArray, int count = 0) method LongIndexOfMinX (line 26808) | public static long LongIndexOfMinX(this V2d[] vectorArray, long count ... method IndexOfMaxX (line 26825) | public static int IndexOfMaxX(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 26842) | public static long LongIndexOfMaxX(this V2d[] vectorArray, long count ... method IndexOfMinY (line 26859) | public static int IndexOfMinY(this V2d[] vectorArray, int count = 0) method LongIndexOfMinY (line 26876) | public static long LongIndexOfMinY(this V2d[] vectorArray, long count ... method IndexOfMaxY (line 26893) | public static int IndexOfMaxY(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 26910) | public static long LongIndexOfMaxY(this V2d[] vectorArray, long count ... method IndexOfMinX (line 26927) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 26944) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 26961) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 26978) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 26994) | public static double[] CopyCoord(this V2d[] self, int index) method WeightedSum (line 27004) | public static V2d WeightedSum( method LengthSquared (line 34164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 34171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 34182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 34241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 34270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 34278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 34335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 34346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 34358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 34367) | public static M33i CrossMatrix(this V3i v) method DirFlags (line 34374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 34390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 34768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 34787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 34794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 34805) | [Pure] method AllTiny (line 34813) | [Pure] method IndexOfClosestPoint (line 34822) | public static int IndexOfClosestPoint(this V3i[] pointArray, V3i point) method IndexOfClosestPoint (line 34835) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 34849) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 34863) | public static long LongIndexOfClosestPoint(this V3i[] pointArray, V3i ... method LongIndexOfClosestPoint (line 34876) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 34890) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 34908) | public static int IndexOfMinX(this V3i[] vectorArray, int count = 0) method LongIndexOfMinX (line 34925) | public static long LongIndexOfMinX(this V3i[] vectorArray, long count ... method IndexOfMaxX (line 34942) | public static int IndexOfMaxX(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 34959) | public static long LongIndexOfMaxX(this V3i[] vectorArray, long count ... method IndexOfMinY (line 34976) | public static int IndexOfMinY(this V3i[] vectorArray, int count = 0) method LongIndexOfMinY (line 34993) | public static long LongIndexOfMinY(this V3i[] vectorArray, long count ... method IndexOfMaxY (line 35010) | public static int IndexOfMaxY(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 35027) | public static long LongIndexOfMaxY(this V3i[] vectorArray, long count ... method IndexOfMinZ (line 35044) | public static int IndexOfMinZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 35061) | public static long LongIndexOfMinZ(this V3i[] vectorArray, long count ... method IndexOfMaxZ (line 35078) | public static int IndexOfMaxZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 35095) | public static long LongIndexOfMaxZ(this V3i[] vectorArray, long count ... method IndexOfMinX (line 35112) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 35129) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 35146) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 35163) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 35180) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 35197) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 35213) | public static int[] CopyCoord(this V3i[] self, int index) method LengthSquared (line 40144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 40151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 40162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 40174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 40182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 40190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 40198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 40205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 40221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 40235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 40250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 40258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 40315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 40321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 40702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 40721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 40728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 40739) | [Pure] method AllTiny (line 40747) | [Pure] method IndexOfClosestPoint (line 40756) | public static int IndexOfClosestPoint(this V3ui[] pointArray, V3ui point) method IndexOfClosestPoint (line 40769) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 40783) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 40797) | public static long LongIndexOfClosestPoint(this V3ui[] pointArray, V3u... method LongIndexOfClosestPoint (line 40810) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 40824) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 40842) | public static int IndexOfMinX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 40859) | public static long LongIndexOfMinX(this V3ui[] vectorArray, long count... method IndexOfMaxX (line 40876) | public static int IndexOfMaxX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 40893) | public static long LongIndexOfMaxX(this V3ui[] vectorArray, long count... method IndexOfMinY (line 40910) | public static int IndexOfMinY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 40927) | public static long LongIndexOfMinY(this V3ui[] vectorArray, long count... method IndexOfMaxY (line 40944) | public static int IndexOfMaxY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 40961) | public static long LongIndexOfMaxY(this V3ui[] vectorArray, long count... method IndexOfMinZ (line 40978) | public static int IndexOfMinZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 40995) | public static long LongIndexOfMinZ(this V3ui[] vectorArray, long count... method IndexOfMaxZ (line 41012) | public static int IndexOfMaxZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 41029) | public static long LongIndexOfMaxZ(this V3ui[] vectorArray, long count... method IndexOfMinX (line 41046) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 41063) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 41080) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 41097) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 41114) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 41131) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method CopyCoord (line 41147) | public static uint[] CopyCoord(this V3ui[] self, int index) method LengthSquared (line 48281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 48288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 48299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 48358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 48387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 48395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 48452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 48463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 48475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 48484) | public static M33l CrossMatrix(this V3l v) method DirFlags (line 48491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 48507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 48885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 48904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 48911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 48922) | [Pure] method AllTiny (line 48930) | [Pure] method IndexOfClosestPoint (line 48939) | public static int IndexOfClosestPoint(this V3l[] pointArray, V3l point) method IndexOfClosestPoint (line 48952) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 48966) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 48980) | public static long LongIndexOfClosestPoint(this V3l[] pointArray, V3l ... method LongIndexOfClosestPoint (line 48993) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 49007) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 49025) | public static int IndexOfMinX(this V3l[] vectorArray, int count = 0) method LongIndexOfMinX (line 49042) | public static long LongIndexOfMinX(this V3l[] vectorArray, long count ... method IndexOfMaxX (line 49059) | public static int IndexOfMaxX(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 49076) | public static long LongIndexOfMaxX(this V3l[] vectorArray, long count ... method IndexOfMinY (line 49093) | public static int IndexOfMinY(this V3l[] vectorArray, int count = 0) method LongIndexOfMinY (line 49110) | public static long LongIndexOfMinY(this V3l[] vectorArray, long count ... method IndexOfMaxY (line 49127) | public static int IndexOfMaxY(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 49144) | public static long LongIndexOfMaxY(this V3l[] vectorArray, long count ... method IndexOfMinZ (line 49161) | public static int IndexOfMinZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 49178) | public static long LongIndexOfMinZ(this V3l[] vectorArray, long count ... method IndexOfMaxZ (line 49195) | public static int IndexOfMaxZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 49212) | public static long LongIndexOfMaxZ(this V3l[] vectorArray, long count ... method IndexOfMinX (line 49229) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 49246) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 49263) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 49280) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 49297) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 49314) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 49330) | public static long[] CopyCoord(this V3l[] self, int index) method LengthSquared (line 57353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 57360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 57371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 57384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 57396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 57404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 57412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 57420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 57427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 57443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 57457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 57472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 57480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 57561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 57568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 57579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 57591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 57600) | public static M33f CrossMatrix(this V3f v) method DirFlags (line 57607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 57623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 57634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 57653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 58031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 58050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 58057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 58069) | public static V3f AxisAlignedNormal(this V3f v) method AngleBetweenFast (line 58101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 58112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 58127) | [Pure] method AllTiny (line 58135) | [Pure] method AnyFinite (line 58144) | [Pure] method AllFinite (line 58149) | [Pure] method AnyNaN (line 58154) | [Pure] method AllNaN (line 58159) | [Pure] method AnyInfinity (line 58164) | [Pure] method AllInfinity (line 58169) | [Pure] method AnyPositiveInfinity (line 58174) | [Pure] method AllPositiveInfinity (line 58179) | [Pure] method AnyNegativeInfinity (line 58184) | [Pure] method AllNegativeInfinity (line 58189) | [Pure] method AnyTiny (line 58194) | [Pure] method AllTiny (line 58199) | [Pure] method LinCom (line 58208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 58248) | public static int IndexOfClosestPoint(this V3f[] pointArray, V3f point) method IndexOfClosestPoint (line 58261) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 58275) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 58289) | public static long LongIndexOfClosestPoint(this V3f[] pointArray, V3f ... method LongIndexOfClosestPoint (line 58302) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 58316) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 58334) | public static int IndexOfMinX(this V3f[] vectorArray, int count = 0) method LongIndexOfMinX (line 58351) | public static long LongIndexOfMinX(this V3f[] vectorArray, long count ... method IndexOfMaxX (line 58368) | public static int IndexOfMaxX(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 58385) | public static long LongIndexOfMaxX(this V3f[] vectorArray, long count ... method IndexOfMinY (line 58402) | public static int IndexOfMinY(this V3f[] vectorArray, int count = 0) method LongIndexOfMinY (line 58419) | public static long LongIndexOfMinY(this V3f[] vectorArray, long count ... method IndexOfMaxY (line 58436) | public static int IndexOfMaxY(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 58453) | public static long LongIndexOfMaxY(this V3f[] vectorArray, long count ... method IndexOfMinZ (line 58470) | public static int IndexOfMinZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 58487) | public static long LongIndexOfMinZ(this V3f[] vectorArray, long count ... method IndexOfMaxZ (line 58504) | public static int IndexOfMaxZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 58521) | public static long LongIndexOfMaxZ(this V3f[] vectorArray, long count ... method IndexOfMinX (line 58538) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 58555) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 58572) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 58589) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 58606) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 58623) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 58639) | public static float[] CopyCoord(this V3f[] self, int index) method WeightedSum (line 58650) | public static V3f WeightedSum( method LengthSquared (line 66735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 66742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 66753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 66766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 66778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 66786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 66794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 66802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 66809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 66825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 66839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 66854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 66862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 66943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 66950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 66961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 66973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 66982) | public static M33d CrossMatrix(this V3d v) method DirFlags (line 66989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 67005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 67016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 67035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 67413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 67432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 67439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 67451) | public static V3d AxisAlignedNormal(this V3d v) method AngleBetweenFast (line 67483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 67494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 67509) | [Pure] method AllTiny (line 67517) | [Pure] method AnyFinite (line 67526) | [Pure] method AllFinite (line 67531) | [Pure] method AnyNaN (line 67536) | [Pure] method AllNaN (line 67541) | [Pure] method AnyInfinity (line 67546) | [Pure] method AllInfinity (line 67551) | [Pure] method AnyPositiveInfinity (line 67556) | [Pure] method AllPositiveInfinity (line 67561) | [Pure] method AnyNegativeInfinity (line 67566) | [Pure] method AllNegativeInfinity (line 67571) | [Pure] method AnyTiny (line 67576) | [Pure] method AllTiny (line 67581) | [Pure] method LinCom (line 67590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 67630) | public static int IndexOfClosestPoint(this V3d[] pointArray, V3d point) method IndexOfClosestPoint (line 67643) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 67657) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 67671) | public static long LongIndexOfClosestPoint(this V3d[] pointArray, V3d ... method LongIndexOfClosestPoint (line 67684) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 67698) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 67716) | public static int IndexOfMinX(this V3d[] vectorArray, int count = 0) method LongIndexOfMinX (line 67733) | public static long LongIndexOfMinX(this V3d[] vectorArray, long count ... method IndexOfMaxX (line 67750) | public static int IndexOfMaxX(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 67767) | public static long LongIndexOfMaxX(this V3d[] vectorArray, long count ... method IndexOfMinY (line 67784) | public static int IndexOfMinY(this V3d[] vectorArray, int count = 0) method LongIndexOfMinY (line 67801) | public static long LongIndexOfMinY(this V3d[] vectorArray, long count ... method IndexOfMaxY (line 67818) | public static int IndexOfMaxY(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 67835) | public static long LongIndexOfMaxY(this V3d[] vectorArray, long count ... method IndexOfMinZ (line 67852) | public static int IndexOfMinZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 67869) | public static long LongIndexOfMinZ(this V3d[] vectorArray, long count ... method IndexOfMaxZ (line 67886) | public static int IndexOfMaxZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 67903) | public static long LongIndexOfMaxZ(this V3d[] vectorArray, long count ... method IndexOfMinX (line 67920) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 67937) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 67954) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 67971) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 67988) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 68005) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 68021) | public static double[] CopyCoord(this V3d[] self, int index) method WeightedSum (line 68032) | public static V3d WeightedSum( method LengthSquared (line 79758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 79765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 79776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 79788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 79796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 79804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 79812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 79819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 79836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 79850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 79865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 79873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 79930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 79942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 79955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 79961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 80004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 80344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 80365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 80372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 80383) | [Pure] method AllTiny (line 80391) | [Pure] method IndexOfClosestPoint (line 80400) | public static int IndexOfClosestPoint(this V4i[] pointArray, V4i point) method IndexOfClosestPoint (line 80413) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 80427) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 80441) | public static long LongIndexOfClosestPoint(this V4i[] pointArray, V4i ... method LongIndexOfClosestPoint (line 80454) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 80468) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 80486) | public static int IndexOfMinX(this V4i[] vectorArray, int count = 0) method LongIndexOfMinX (line 80503) | public static long LongIndexOfMinX(this V4i[] vectorArray, long count ... method IndexOfMaxX (line 80520) | public static int IndexOfMaxX(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 80537) | public static long LongIndexOfMaxX(this V4i[] vectorArray, long count ... method IndexOfMinY (line 80554) | public static int IndexOfMinY(this V4i[] vectorArray, int count = 0) method LongIndexOfMinY (line 80571) | public static long LongIndexOfMinY(this V4i[] vectorArray, long count ... method IndexOfMaxY (line 80588) | public static int IndexOfMaxY(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 80605) | public static long LongIndexOfMaxY(this V4i[] vectorArray, long count ... method IndexOfMinZ (line 80622) | public static int IndexOfMinZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 80639) | public static long LongIndexOfMinZ(this V4i[] vectorArray, long count ... method IndexOfMaxZ (line 80656) | public static int IndexOfMaxZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 80673) | public static long LongIndexOfMaxZ(this V4i[] vectorArray, long count ... method IndexOfMinW (line 80690) | public static int IndexOfMinW(this V4i[] vectorArray, int count = 0) method LongIndexOfMinW (line 80707) | public static long LongIndexOfMinW(this V4i[] vectorArray, long count ... method IndexOfMaxW (line 80724) | public static int IndexOfMaxW(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxW (line 80741) | public static long LongIndexOfMaxW(this V4i[] vectorArray, long count ... method IndexOfMinX (line 80758) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 80775) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 80792) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 80809) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 80826) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 80843) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 80860) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 80877) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 80893) | public static int[] CopyCoord(this V4i[] self, int index) method LengthSquared (line 88757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 88764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 88775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 88787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 88795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 88803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 88811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 88818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 88835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 88849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 88864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 88872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 88929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 88935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 89008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 89318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 89339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 89346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 89357) | [Pure] method AllTiny (line 89365) | [Pure] method IndexOfClosestPoint (line 89374) | public static int IndexOfClosestPoint(this V4ui[] pointArray, V4ui point) method IndexOfClosestPoint (line 89387) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 89401) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 89415) | public static long LongIndexOfClosestPoint(this V4ui[] pointArray, V4u... method LongIndexOfClosestPoint (line 89428) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 89442) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 89460) | public static int IndexOfMinX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 89477) | public static long LongIndexOfMinX(this V4ui[] vectorArray, long count... method IndexOfMaxX (line 89494) | public static int IndexOfMaxX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 89511) | public static long LongIndexOfMaxX(this V4ui[] vectorArray, long count... method IndexOfMinY (line 89528) | public static int IndexOfMinY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 89545) | public static long LongIndexOfMinY(this V4ui[] vectorArray, long count... method IndexOfMaxY (line 89562) | public static int IndexOfMaxY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 89579) | public static long LongIndexOfMaxY(this V4ui[] vectorArray, long count... method IndexOfMinZ (line 89596) | public static int IndexOfMinZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 89613) | public static long LongIndexOfMinZ(this V4ui[] vectorArray, long count... method IndexOfMaxZ (line 89630) | public static int IndexOfMaxZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 89647) | public static long LongIndexOfMaxZ(this V4ui[] vectorArray, long count... method IndexOfMinW (line 89664) | public static int IndexOfMinW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinW (line 89681) | public static long LongIndexOfMinW(this V4ui[] vectorArray, long count... method IndexOfMaxW (line 89698) | public static int IndexOfMaxW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxW (line 89715) | public static long LongIndexOfMaxW(this V4ui[] vectorArray, long count... method IndexOfMinX (line 89732) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 89749) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 89766) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 89783) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 89800) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 89817) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method IndexOfMinW (line 89834) | public static int IndexOfMinW(this IList vectorArray, int count ... method IndexOfMaxW (line 89851) | public static int IndexOfMaxW(this IList vectorArray, int count ... method CopyCoord (line 89867) | public static uint[] CopyCoord(this V4ui[] self, int index) method LengthSquared (line 101488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 101495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 101506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 101518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 101526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 101534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 101542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 101549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 101566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 101580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 101595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 101603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 101660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 101672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 101685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 101691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 102004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 102074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 102095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 102102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 102113) | [Pure] method AllTiny (line 102121) | [Pure] method IndexOfClosestPoint (line 102130) | public static int IndexOfClosestPoint(this V4l[] pointArray, V4l point) method IndexOfClosestPoint (line 102143) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 102157) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 102171) | public static long LongIndexOfClosestPoint(this V4l[] pointArray, V4l ... method LongIndexOfClosestPoint (line 102184) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 102198) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 102216) | public static int IndexOfMinX(this V4l[] vectorArray, int count = 0) method LongIndexOfMinX (line 102233) | public static long LongIndexOfMinX(this V4l[] vectorArray, long count ... method IndexOfMaxX (line 102250) | public static int IndexOfMaxX(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 102267) | public static long LongIndexOfMaxX(this V4l[] vectorArray, long count ... method IndexOfMinY (line 102284) | public static int IndexOfMinY(this V4l[] vectorArray, int count = 0) method LongIndexOfMinY (line 102301) | public static long LongIndexOfMinY(this V4l[] vectorArray, long count ... method IndexOfMaxY (line 102318) | public static int IndexOfMaxY(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 102335) | public static long LongIndexOfMaxY(this V4l[] vectorArray, long count ... method IndexOfMinZ (line 102352) | public static int IndexOfMinZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 102369) | public static long LongIndexOfMinZ(this V4l[] vectorArray, long count ... method IndexOfMaxZ (line 102386) | public static int IndexOfMaxZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 102403) | public static long LongIndexOfMaxZ(this V4l[] vectorArray, long count ... method IndexOfMinW (line 102420) | public static int IndexOfMinW(this V4l[] vectorArray, int count = 0) method LongIndexOfMinW (line 102437) | public static long LongIndexOfMinW(this V4l[] vectorArray, long count ... method IndexOfMaxW (line 102454) | public static int IndexOfMaxW(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxW (line 102471) | public static long LongIndexOfMaxW(this V4l[] vectorArray, long count ... method IndexOfMinX (line 102488) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 102505) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 102522) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 102539) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 102556) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 102573) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 102590) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 102607) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 102623) | public static long[] CopyCoord(this V4l[] self, int index) method LengthSquared (line 115028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 115035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 115046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 115060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 115072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 115080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 115088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 115096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 115103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 115120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 115134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 115149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 115157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 115238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 115245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 115257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 115270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 115276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 115294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 115305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 115689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 115710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 115717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 115728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 115739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 115754) | [Pure] method AllTiny (line 115762) | [Pure] method AnyFinite (line 115771) | [Pure] method AllFinite (line 115776) | [Pure] method AnyNaN (line 115781) | [Pure] method AllNaN (line 115786) | [Pure] method AnyInfinity (line 115791) | [Pure] method AllInfinity (line 115796) | [Pure] method AnyPositiveInfinity (line 115801) | [Pure] method AllPositiveInfinity (line 115806) | [Pure] method AnyNegativeInfinity (line 115811) | [Pure] method AllNegativeInfinity (line 115816) | [Pure] method AnyTiny (line 115821) | [Pure] method AllTiny (line 115826) | [Pure] method LinCom (line 115835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 115875) | public static int IndexOfClosestPoint(this V4f[] pointArray, V4f point) method IndexOfClosestPoint (line 115888) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 115902) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 115916) | public static long LongIndexOfClosestPoint(this V4f[] pointArray, V4f ... method LongIndexOfClosestPoint (line 115929) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 115943) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 115961) | public static int IndexOfMinX(this V4f[] vectorArray, int count = 0) method LongIndexOfMinX (line 115978) | public static long LongIndexOfMinX(this V4f[] vectorArray, long count ... method IndexOfMaxX (line 115995) | public static int IndexOfMaxX(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 116012) | public static long LongIndexOfMaxX(this V4f[] vectorArray, long count ... method IndexOfMinY (line 116029) | public static int IndexOfMinY(this V4f[] vectorArray, int count = 0) method LongIndexOfMinY (line 116046) | public static long LongIndexOfMinY(this V4f[] vectorArray, long count ... method IndexOfMaxY (line 116063) | public static int IndexOfMaxY(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 116080) | public static long LongIndexOfMaxY(this V4f[] vectorArray, long count ... method IndexOfMinZ (line 116097) | public static int IndexOfMinZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 116114) | public static long LongIndexOfMinZ(this V4f[] vectorArray, long count ... method IndexOfMaxZ (line 116131) | public static int IndexOfMaxZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 116148) | public static long LongIndexOfMaxZ(this V4f[] vectorArray, long count ... method IndexOfMinW (line 116165) | public static int IndexOfMinW(this V4f[] vectorArray, int count = 0) method LongIndexOfMinW (line 116182) | public static long LongIndexOfMinW(this V4f[] vectorArray, long count ... method IndexOfMaxW (line 116199) | public static int IndexOfMaxW(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxW (line 116216) | public static long LongIndexOfMaxW(this V4f[] vectorArray, long count ... method IndexOfMinX (line 116233) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 116250) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 116267) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 116284) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 116301) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 116318) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 116335) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 116352) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 116368) | public static float[] CopyCoord(this V4f[] self, int index) method WeightedSum (line 116380) | public static V4f WeightedSum( method LengthSquared (line 128744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 128751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 128762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 128776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 128788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 128796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 128804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 128812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 128819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 128836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 128850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 128865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 128873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 128954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 128961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 128973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 128986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 128992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 129010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 129021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 129405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 129426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 129433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 129444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 129455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 129470) | [Pure] method AllTiny (line 129478) | [Pure] method AnyFinite (line 129487) | [Pure] method AllFinite (line 129492) | [Pure] method AnyNaN (line 129497) | [Pure] method AllNaN (line 129502) | [Pure] method AnyInfinity (line 129507) | [Pure] method AllInfinity (line 129512) | [Pure] method AnyPositiveInfinity (line 129517) | [Pure] method AllPositiveInfinity (line 129522) | [Pure] method AnyNegativeInfinity (line 129527) | [Pure] method AllNegativeInfinity (line 129532) | [Pure] method AnyTiny (line 129537) | [Pure] method AllTiny (line 129542) | [Pure] method LinCom (line 129551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 129591) | public static int IndexOfClosestPoint(this V4d[] pointArray, V4d point) method IndexOfClosestPoint (line 129604) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 129618) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 129632) | public static long LongIndexOfClosestPoint(this V4d[] pointArray, V4d ... method LongIndexOfClosestPoint (line 129645) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 129659) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 129677) | public static int IndexOfMinX(this V4d[] vectorArray, int count = 0) method LongIndexOfMinX (line 129694) | public static long LongIndexOfMinX(this V4d[] vectorArray, long count ... method IndexOfMaxX (line 129711) | public static int IndexOfMaxX(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 129728) | public static long LongIndexOfMaxX(this V4d[] vectorArray, long count ... method IndexOfMinY (line 129745) | public static int IndexOfMinY(this V4d[] vectorArray, int count = 0) method LongIndexOfMinY (line 129762) | public static long LongIndexOfMinY(this V4d[] vectorArray, long count ... method IndexOfMaxY (line 129779) | public static int IndexOfMaxY(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 129796) | public static long LongIndexOfMaxY(this V4d[] vectorArray, long count ... method IndexOfMinZ (line 129813) | public static int IndexOfMinZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 129830) | public static long LongIndexOfMinZ(this V4d[] vectorArray, long count ... method IndexOfMaxZ (line 129847) | public static int IndexOfMaxZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 129864) | public static long LongIndexOfMaxZ(this V4d[] vectorArray, long count ... method IndexOfMinW (line 129881) | public static int IndexOfMinW(this V4d[] vectorArray, int count = 0) method LongIndexOfMinW (line 129898) | public static long LongIndexOfMinW(this V4d[] vectorArray, long count ... method IndexOfMaxW (line 129915) | public static int IndexOfMaxW(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxW (line 129932) | public static long LongIndexOfMaxW(this V4d[] vectorArray, long count ... method IndexOfMinX (line 129949) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 129966) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 129983) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 130000) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 130017) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 130034) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 130051) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 130068) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 130084) | public static double[] CopyCoord(this V4d[] self, int index) method WeightedSum (line 130096) | public static V4d WeightedSum( class IRandomUniformV2lExtensions (line 14608) | public static class IRandomUniformV2lExtensions method UniformV2l (line 14615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2lNonZero (line 14624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2l (line 14633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2l (line 14642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type V2f (line 14655) | [DataContract] method V2f (line 14670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14680) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14690) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14720) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14760) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14770) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14830) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14940) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 14995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 15006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 15017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 15028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2f (line 15039) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2i (line 15106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2ui (line 15109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2l (line 15112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2d (line 15115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 15118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 15121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 15124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 15127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 15130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 15133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 15136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 15139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 15142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 15145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToFloorV2i (line 15188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToCeilingV2i (line 15192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3iHomo (line 15199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3uiHomo (line 15206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3lHomo (line 15213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3fHomo (line 15220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3dHomo (line 15227) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 15234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 15241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 15245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 15255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 15262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 15266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 15276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 15283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 15287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 15297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 15304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 15308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 15318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 15325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 15329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 15336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 15343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 15350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2i (line 15753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2ui (line 15757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2l (line 15761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2d (line 15765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPolar (line 15769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPolar (line 15773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Abs (line 15904) | [EditorBrowsable(EditorBrowsableState.Never)] method Floor (line 15909) | [EditorBrowsable(EditorBrowsableState.Never)] method Ceiling (line 15914) | [EditorBrowsable(EditorBrowsableState.Never)] method Round (line 15919) | [EditorBrowsable(EditorBrowsableState.Never)] method Truncate (line 15924) | [EditorBrowsable(EditorBrowsableState.Never)] method Acos (line 15929) | [EditorBrowsable(EditorBrowsableState.Never)] method Acoshb (line 15934) | [EditorBrowsable(EditorBrowsableState.Never)] method Cos (line 15939) | [EditorBrowsable(EditorBrowsableState.Never)] method Cosh (line 15944) | [EditorBrowsable(EditorBrowsableState.Never)] method Asin (line 15949) | [EditorBrowsable(EditorBrowsableState.Never)] method Asinhb (line 15954) | [EditorBrowsable(EditorBrowsableState.Never)] method Sin (line 15959) | [EditorBrowsable(EditorBrowsableState.Never)] method Sinh (line 15964) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan (line 15969) | [EditorBrowsable(EditorBrowsableState.Never)] method Atanhb (line 15974) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan2 (line 15979) | [EditorBrowsable(EditorBrowsableState.Never)] method Tan (line 15984) | [EditorBrowsable(EditorBrowsableState.Never)] method Tanh (line 15989) | [EditorBrowsable(EditorBrowsableState.Never)] method Sqrt (line 15994) | [EditorBrowsable(EditorBrowsableState.Never)] method CubeRoot (line 15999) | [EditorBrowsable(EditorBrowsableState.Never)] method Exp (line 16004) | [EditorBrowsable(EditorBrowsableState.Never)] method Log (line 16009) | [EditorBrowsable(EditorBrowsableState.Never)] method LogBinary (line 16014) | [EditorBrowsable(EditorBrowsableState.Never)] method Log10 (line 16019) | [EditorBrowsable(EditorBrowsableState.Never)] method CopySgn (line 16024) | [EditorBrowsable(EditorBrowsableState.Never)] method CopySgn (line 16029) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 16034) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 16039) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 16044) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 16049) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 16054) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 16059) | [EditorBrowsable(EditorBrowsableState.Never)] method Saturate (line 16064) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 16069) | [EditorBrowsable(EditorBrowsableState.Never)] method Set (line 16081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 16091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 16101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 16111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 16121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 16305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 16315) | public override readonly string ToString() method ToString (line 16320) | public readonly string ToString(string format) method ToString (line 16325) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 16333) | public readonly string ToString(string format, IFormatProvider fp, str... method GetHashCode (line 16339) | public override readonly int GetHashCode() method Equals (line 16344) | public override readonly bool Equals(object other) method ToText (line 16347) | public readonly Text ToText(int bracketLevel = 1) method Parse (line 16360) | public static V2f Parse(string s) method Parse (line 16369) | public static V2f Parse(Text t) method Parse (line 16374) | public static V2f Parse(Text t, int bracketLevel) method GetValue (line 18424) | public readonly object GetValue(long index) method SetValue (line 18429) | public void SetValue(object value, long index) class V2fEqualityComparer (line 18438) | public class V2fEqualityComparer : IEqualityComparer method Equals (line 18445) | public bool Equals(V2f v0, V2f v1) method GetHashCode (line 18450) | public int GetHashCode(V2f v) class Fun (line 18458) | public static partial class Fun method Min (line 3588) | [Pure] method Min (line 3598) | [Pure] method Min (line 3608) | [Pure] method Max (line 3618) | [Pure] method Max (line 3628) | [Pure] method Max (line 3638) | [Pure] method Min (line 3648) | [Pure] method Max (line 3658) | [Pure] method Min (line 3668) | [Pure] method Max (line 3678) | [Pure] method Min (line 3688) | [Pure] method Max (line 3698) | [Pure] method Abs (line 3712) | [Pure] method Clamp (line 3726) | [Pure] method Clamp (line 3736) | [Pure] method ClampExcl (line 3746) | [Pure] method ClampExcl (line 3756) | [Pure] method ClampWrap (line 3766) | [Pure] method ClampWrap (line 3776) | [Pure] method Saturate (line 3786) | [Pure] method Sign (line 3800) | [Pure] method Signumi (line 3810) | [Pure] method Signum (line 3820) | [Pure] method MultiplyAdd (line 3834) | [Pure] method MultiplyAdd (line 3844) | [Pure] method MultiplyAdd (line 3854) | [Pure] method Sqrt (line 3868) | [Pure] method Cbrt (line 3878) | [Pure] method Square (line 3892) | [Pure] method Pown (line 3906) | [Pure] method Pown (line 3916) | [Pure] method Pown (line 3926) | [Pure] method Pow (line 3936) | [Pure] method Pow (line 3946) | [Pure] method Pow (line 3956) | [Pure] method Pow (line 3966) | [Pure] method Pow (line 3976) | [Pure] method Pow (line 3986) | [Pure] method Power (line 3996) | [Pure] method Power (line 4007) | [Pure] method Power (line 4018) | [Pure] method Power (line 4029) | [Pure] method Power (line 4040) | [Pure] method Power (line 4051) | [Pure] method Exp (line 4066) | [Pure] method Log (line 4076) | [Pure] method Log2 (line 4086) | [Pure] method Log2Int (line 4096) | [Pure] method Log10 (line 4106) | [Pure] method Log (line 4116) | [Pure] method ModP (line 4130) | [Pure] method PowerOfTwo (line 4144) | [Pure] method NextPowerOfTwo (line 4154) | [Pure] method PrevPowerOfTwo (line 4164) | [Pure] method Step (line 4178) | [Pure] method Step (line 4188) | [Pure] method Lerp (line 4202) | [Pure] method Lerp (line 4212) | [Pure] method Lerp (line 4222) | [Pure] method Lerp (line 4232) | [Pure] method InvLerp (line 4242) | [Pure] method GreatestCommonDivisor (line 4256) | [Pure] method LeastCommonMultiple (line 4266) | [Pure] method FloatFromBits (line 4280) | [Pure] method ApproximateEquals (line 4294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4308) | [Pure] method Min (line 7747) | [Pure] method Min (line 7757) | [Pure] method Min (line 7767) | [Pure] method Max (line 7777) | [Pure] method Max (line 7787) | [Pure] method Max (line 7797) | [Pure] method Min (line 7807) | [Pure] method Max (line 7817) | [Pure] method Min (line 7827) | [Pure] method Max (line 7837) | [Pure] method Min (line 7847) | [Pure] method Max (line 7857) | [Pure] method Clamp (line 7871) | [Pure] method Clamp (line 7881) | [Pure] method ClampExcl (line 7891) | [Pure] method ClampExcl (line 7901) | [Pure] method ClampWrap (line 7911) | [Pure] method ClampWrap (line 7921) | [Pure] method Saturate (line 7931) | [Pure] method MultiplyAdd (line 7945) | [Pure] method MultiplyAdd (line 7955) | [Pure] method MultiplyAdd (line 7965) | [Pure] method Sqrt (line 7979) | [Pure] method Cbrt (line 7989) | [Pure] method Square (line 8003) | [Pure] method Pown (line 8017) | [Pure] method Pown (line 8027) | [Pure] method Pown (line 8037) | [Pure] method Pown (line 8047) | [Pure] method Pown (line 8057) | [Pure] method Pown (line 8067) | [Pure] method Pow (line 8077) | [Pure] method Pow (line 8087) | [Pure] method Pow (line 8097) | [Pure] method Pow (line 8107) | [Pure] method Pow (line 8117) | [Pure] method Pow (line 8127) | [Pure] method Power (line 8137) | [Pure] method Power (line 8148) | [Pure] method Power (line 8159) | [Pure] method Power (line 8170) | [Pure] method Power (line 8181) | [Pure] method Power (line 8192) | [Pure] method Exp (line 8207) | [Pure] method Log (line 8217) | [Pure] method Log2 (line 8227) | [Pure] method Log2Int (line 8237) | [Pure] method Log10 (line 8247) | [Pure] method Log (line 8257) | [Pure] method Step (line 8271) | [Pure] method Step (line 8281) | [Pure] method Lerp (line 8295) | [Pure] method Lerp (line 8305) | [Pure] method Lerp (line 8315) | [Pure] method Lerp (line 8325) | [Pure] method InvLerp (line 8335) | [Pure] method GreatestCommonDivisor (line 8349) | [Pure] method LeastCommonMultiple (line 8359) | [Pure] method FloatFromUnsignedBits (line 8373) | [Pure] method ApproximateEquals (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8401) | [Pure] method Min (line 12893) | [Pure] method Min (line 12903) | [Pure] method Min (line 12913) | [Pure] method Max (line 12923) | [Pure] method Max (line 12933) | [Pure] method Max (line 12943) | [Pure] method Min (line 12953) | [Pure] method Max (line 12963) | [Pure] method Min (line 12973) | [Pure] method Max (line 12983) | [Pure] method Min (line 12993) | [Pure] method Max (line 13003) | [Pure] method Abs (line 13017) | [Pure] method Clamp (line 13031) | [Pure] method Clamp (line 13041) | [Pure] method ClampExcl (line 13051) | [Pure] method ClampExcl (line 13061) | [Pure] method ClampWrap (line 13071) | [Pure] method ClampWrap (line 13081) | [Pure] method Saturate (line 13091) | [Pure] method Sign (line 13105) | [Pure] method Signumi (line 13115) | [Pure] method Signum (line 13125) | [Pure] method MultiplyAdd (line 13139) | [Pure] method MultiplyAdd (line 13149) | [Pure] method MultiplyAdd (line 13159) | [Pure] method Sqrt (line 13173) | [Pure] method Cbrt (line 13183) | [Pure] method Square (line 13197) | [Pure] method Pown (line 13211) | [Pure] method Pown (line 13221) | [Pure] method Pown (line 13231) | [Pure] method Pown (line 13241) | [Pure] method Pown (line 13251) | [Pure] method Pown (line 13261) | [Pure] method Pow (line 13271) | [Pure] method Pow (line 13281) | [Pure] method Pow (line 13291) | [Pure] method Pow (line 13301) | [Pure] method Pow (line 13311) | [Pure] method Pow (line 13321) | [Pure] method Power (line 13331) | [Pure] method Power (line 13342) | [Pure] method Power (line 13353) | [Pure] method Power (line 13364) | [Pure] method Power (line 13375) | [Pure] method Power (line 13386) | [Pure] method Exp (line 13401) | [Pure] method Log (line 13411) | [Pure] method Log2 (line 13421) | [Pure] method Log2Int (line 13431) | [Pure] method Log10 (line 13441) | [Pure] method Log (line 13451) | [Pure] method ModP (line 13465) | [Pure] method PowerOfTwo (line 13479) | [Pure] method NextPowerOfTwo (line 13489) | [Pure] method PrevPowerOfTwo (line 13499) | [Pure] method Step (line 13513) | [Pure] method Step (line 13523) | [Pure] method Lerp (line 13537) | [Pure] method Lerp (line 13547) | [Pure] method Lerp (line 13557) | [Pure] method Lerp (line 13567) | [Pure] method InvLerp (line 13577) | [Pure] method GreatestCommonDivisor (line 13591) | [Pure] method LeastCommonMultiple (line 13601) | [Pure] method FloatFromBits (line 13615) | [Pure] method ApproximateEquals (line 13629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13643) | [Pure] method Min (line 18465) | [Pure] method Min (line 18475) | [Pure] method Min (line 18485) | [Pure] method Max (line 18495) | [Pure] method Max (line 18505) | [Pure] method Max (line 18515) | [Pure] method Min (line 18525) | [Pure] method Max (line 18535) | [Pure] method Min (line 18545) | [Pure] method Max (line 18555) | [Pure] method Min (line 18565) | [Pure] method Max (line 18575) | [Pure] method Abs (line 18589) | [Pure] method Floor (line 18603) | [Pure] method Ceiling (line 18613) | [Pure] method Round (line 18623) | [Pure] method Round (line 18633) | [Pure] method Round (line 18643) | [Pure] method Round (line 18653) | [Pure] method Truncate (line 18663) | [Pure] method Frac (line 18677) | [Pure] method Clamp (line 18691) | [Pure] method Clamp (line 18701) | [Pure] method ClampWrap (line 18711) | [Pure] method ClampWrap (line 18721) | [Pure] method Saturate (line 18731) | [Pure] method MapToUnitInterval (line 18745) | [Pure] method MapToUnitInterval (line 18755) | [Pure] method MapToUnitInterval (line 18765) | [Pure] method MapToUnitInterval (line 18775) | [Pure] method Sign (line 18789) | [Pure] method Signumi (line 18799) | [Pure] method Signum (line 18809) | [Pure] method MultiplyAdd (line 18823) | [Pure] method MultiplyAdd (line 18833) | [Pure] method MultiplyAdd (line 18843) | [Pure] method CopySign (line 18857) | [Pure] method CopySign (line 18867) | [Pure] method CopySign (line 18877) | [Pure] method Sqrt (line 18891) | [Pure] method Cbrt (line 18901) | [Pure] method Square (line 18915) | [Pure] method Pown (line 18929) | [Pure] method Pown (line 18939) | [Pure] method Pown (line 18949) | [Pure] method Pow (line 18959) | [Pure] method Pow (line 18969) | [Pure] method Pow (line 18979) | [Pure] method Power (line 18989) | [Pure] method Power (line 19000) | [Pure] method Power (line 19011) | [Pure] method Exp (line 19026) | [Pure] method Log (line 19036) | [Pure] method Log2 (line 19046) | [Pure] method Log2Int (line 19056) | [Pure] method Log10 (line 19066) | [Pure] method Log (line 19076) | [Pure] method ModP (line 19090) | [Pure] method PowerOfTwo (line 19104) | [Pure] method Sin (line 19118) | [Pure] method Cos (line 19128) | [Pure] method Tan (line 19138) | [Pure] method Asin (line 19148) | [Pure] method AsinClamped (line 19158) | [Pure] method Acos (line 19168) | [Pure] method AcosClamped (line 19178) | [Pure] method Atan (line 19188) | [Pure] method Atan2 (line 19198) | [Pure] method FastAtan2 (line 19208) | [Pure] method Sinh (line 19218) | [Pure] method Cosh (line 19228) | [Pure] method Tanh (line 19238) | [Pure] method Asinh (line 19248) | [Pure] method Acosh (line 19258) | [Pure] method Atanh (line 19268) | [Pure] method Step (line 19282) | [Pure] method Step (line 19292) | [Pure] method Linearstep (line 19302) | [Pure] method Linearstep (line 19312) | [Pure] method Smoothstep (line 19322) | [Pure] method Smoothstep (line 19332) | [Pure] method Lerp (line 19346) | [Pure] method Lerp (line 19356) | [Pure] method InvLerp (line 19366) | [Pure] method FloatToBits (line 19380) | [Pure] method FloatToUnsignedBits (line 19390) | [Pure] method ApproximateEquals (line 19404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19428) | [Pure] method IsTiny (line 19436) | [Pure] method IsNaN (line 19448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 24690) | [Pure] method Min (line 24700) | [Pure] method Min (line 24710) | [Pure] method Max (line 24720) | [Pure] method Max (line 24730) | [Pure] method Max (line 24740) | [Pure] method Min (line 24750) | [Pure] method Max (line 24760) | [Pure] method Min (line 24770) | [Pure] method Max (line 24780) | [Pure] method Min (line 24790) | [Pure] method Max (line 24800) | [Pure] method Abs (line 24814) | [Pure] method Floor (line 24828) | [Pure] method Ceiling (line 24838) | [Pure] method Round (line 24848) | [Pure] method Round (line 24858) | [Pure] method Round (line 24868) | [Pure] method Round (line 24878) | [Pure] method Truncate (line 24888) | [Pure] method Frac (line 24902) | [Pure] method Clamp (line 24916) | [Pure] method Clamp (line 24926) | [Pure] method ClampWrap (line 24936) | [Pure] method ClampWrap (line 24946) | [Pure] method Saturate (line 24956) | [Pure] method MapToUnitInterval (line 24970) | [Pure] method MapToUnitInterval (line 24980) | [Pure] method MapToUnitInterval (line 24990) | [Pure] method MapToUnitInterval (line 25000) | [Pure] method Sign (line 25014) | [Pure] method Signumi (line 25024) | [Pure] method Signum (line 25034) | [Pure] method MultiplyAdd (line 25048) | [Pure] method MultiplyAdd (line 25058) | [Pure] method MultiplyAdd (line 25068) | [Pure] method CopySign (line 25082) | [Pure] method CopySign (line 25092) | [Pure] method CopySign (line 25102) | [Pure] method Sqrt (line 25116) | [Pure] method Cbrt (line 25126) | [Pure] method Square (line 25140) | [Pure] method Pown (line 25154) | [Pure] method Pown (line 25164) | [Pure] method Pown (line 25174) | [Pure] method Pow (line 25184) | [Pure] method Pow (line 25194) | [Pure] method Pow (line 25204) | [Pure] method Power (line 25214) | [Pure] method Power (line 25225) | [Pure] method Power (line 25236) | [Pure] method Exp (line 25251) | [Pure] method Log (line 25261) | [Pure] method Log2 (line 25271) | [Pure] method Log2Int (line 25281) | [Pure] method Log10 (line 25291) | [Pure] method Log (line 25301) | [Pure] method ModP (line 25315) | [Pure] method PowerOfTwo (line 25329) | [Pure] method Sin (line 25343) | [Pure] method Cos (line 25353) | [Pure] method Tan (line 25363) | [Pure] method Asin (line 25373) | [Pure] method AsinClamped (line 25383) | [Pure] method Acos (line 25393) | [Pure] method AcosClamped (line 25403) | [Pure] method Atan (line 25413) | [Pure] method Atan2 (line 25423) | [Pure] method FastAtan2 (line 25433) | [Pure] method Sinh (line 25443) | [Pure] method Cosh (line 25453) | [Pure] method Tanh (line 25463) | [Pure] method Asinh (line 25473) | [Pure] method Acosh (line 25483) | [Pure] method Atanh (line 25493) | [Pure] method Step (line 25507) | [Pure] method Step (line 25517) | [Pure] method Linearstep (line 25527) | [Pure] method Linearstep (line 25537) | [Pure] method Smoothstep (line 25547) | [Pure] method Smoothstep (line 25557) | [Pure] method Lerp (line 25571) | [Pure] method Lerp (line 25581) | [Pure] method InvLerp (line 25591) | [Pure] method FloatToBits (line 25605) | [Pure] method ApproximateEquals (line 25619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25643) | [Pure] method IsTiny (line 25651) | [Pure] method IsNaN (line 25663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 25670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 25677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 25684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 25691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 33426) | [Pure] method Min (line 33436) | [Pure] method Min (line 33446) | [Pure] method Max (line 33456) | [Pure] method Max (line 33466) | [Pure] method Max (line 33476) | [Pure] method Min (line 33486) | [Pure] method Max (line 33496) | [Pure] method Min (line 33506) | [Pure] method Max (line 33516) | [Pure] method Min (line 33526) | [Pure] method Max (line 33536) | [Pure] method Abs (line 33550) | [Pure] method Clamp (line 33564) | [Pure] method Clamp (line 33574) | [Pure] method ClampExcl (line 33584) | [Pure] method ClampExcl (line 33594) | [Pure] method ClampWrap (line 33604) | [Pure] method ClampWrap (line 33614) | [Pure] method Saturate (line 33624) | [Pure] method Sign (line 33638) | [Pure] method Signumi (line 33648) | [Pure] method Signum (line 33658) | [Pure] method MultiplyAdd (line 33672) | [Pure] method MultiplyAdd (line 33682) | [Pure] method MultiplyAdd (line 33692) | [Pure] method Sqrt (line 33706) | [Pure] method Cbrt (line 33716) | [Pure] method Square (line 33730) | [Pure] method Pown (line 33744) | [Pure] method Pown (line 33754) | [Pure] method Pown (line 33764) | [Pure] method Pow (line 33774) | [Pure] method Pow (line 33784) | [Pure] method Pow (line 33794) | [Pure] method Pow (line 33804) | [Pure] method Pow (line 33814) | [Pure] method Pow (line 33824) | [Pure] method Power (line 33834) | [Pure] method Power (line 33845) | [Pure] method Power (line 33856) | [Pure] method Power (line 33867) | [Pure] method Power (line 33878) | [Pure] method Power (line 33889) | [Pure] method Exp (line 33904) | [Pure] method Log (line 33914) | [Pure] method Log2 (line 33924) | [Pure] method Log2Int (line 33934) | [Pure] method Log10 (line 33944) | [Pure] method Log (line 33954) | [Pure] method ModP (line 33968) | [Pure] method PowerOfTwo (line 33982) | [Pure] method NextPowerOfTwo (line 33992) | [Pure] method PrevPowerOfTwo (line 34002) | [Pure] method Step (line 34016) | [Pure] method Step (line 34026) | [Pure] method Lerp (line 34040) | [Pure] method Lerp (line 34050) | [Pure] method Lerp (line 34060) | [Pure] method Lerp (line 34070) | [Pure] method InvLerp (line 34080) | [Pure] method GreatestCommonDivisor (line 34094) | [Pure] method LeastCommonMultiple (line 34104) | [Pure] method FloatFromBits (line 34118) | [Pure] method ApproximateEquals (line 34132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 34146) | [Pure] method Min (line 39472) | [Pure] method Min (line 39482) | [Pure] method Min (line 39492) | [Pure] method Max (line 39502) | [Pure] method Max (line 39512) | [Pure] method Max (line 39522) | [Pure] method Min (line 39532) | [Pure] method Max (line 39542) | [Pure] method Min (line 39552) | [Pure] method Max (line 39562) | [Pure] method Min (line 39572) | [Pure] method Max (line 39582) | [Pure] method Clamp (line 39596) | [Pure] method Clamp (line 39606) | [Pure] method ClampExcl (line 39616) | [Pure] method ClampExcl (line 39626) | [Pure] method ClampWrap (line 39636) | [Pure] method ClampWrap (line 39646) | [Pure] method Saturate (line 39656) | [Pure] method MultiplyAdd (line 39670) | [Pure] method MultiplyAdd (line 39680) | [Pure] method MultiplyAdd (line 39690) | [Pure] method Sqrt (line 39704) | [Pure] method Cbrt (line 39714) | [Pure] method Square (line 39728) | [Pure] method Pown (line 39742) | [Pure] method Pown (line 39752) | [Pure] method Pown (line 39762) | [Pure] method Pown (line 39772) | [Pure] method Pown (line 39782) | [Pure] method Pown (line 39792) | [Pure] method Pow (line 39802) | [Pure] method Pow (line 39812) | [Pure] method Pow (line 39822) | [Pure] method Pow (line 39832) | [Pure] method Pow (line 39842) | [Pure] method Pow (line 39852) | [Pure] method Power (line 39862) | [Pure] method Power (line 39873) | [Pure] method Power (line 39884) | [Pure] method Power (line 39895) | [Pure] method Power (line 39906) | [Pure] method Power (line 39917) | [Pure] method Exp (line 39932) | [Pure] method Log (line 39942) | [Pure] method Log2 (line 39952) | [Pure] method Log2Int (line 39962) | [Pure] method Log10 (line 39972) | [Pure] method Log (line 39982) | [Pure] method Step (line 39996) | [Pure] method Step (line 40006) | [Pure] method Lerp (line 40020) | [Pure] method Lerp (line 40030) | [Pure] method Lerp (line 40040) | [Pure] method Lerp (line 40050) | [Pure] method InvLerp (line 40060) | [Pure] method GreatestCommonDivisor (line 40074) | [Pure] method LeastCommonMultiple (line 40084) | [Pure] method FloatFromUnsignedBits (line 40098) | [Pure] method ApproximateEquals (line 40112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 40126) | [Pure] method Min (line 47513) | [Pure] method Min (line 47523) | [Pure] method Min (line 47533) | [Pure] method Max (line 47543) | [Pure] method Max (line 47553) | [Pure] method Max (line 47563) | [Pure] method Min (line 47573) | [Pure] method Max (line 47583) | [Pure] method Min (line 47593) | [Pure] method Max (line 47603) | [Pure] method Min (line 47613) | [Pure] method Max (line 47623) | [Pure] method Abs (line 47637) | [Pure] method Clamp (line 47651) | [Pure] method Clamp (line 47661) | [Pure] method ClampExcl (line 47671) | [Pure] method ClampExcl (line 47681) | [Pure] method ClampWrap (line 47691) | [Pure] method ClampWrap (line 47701) | [Pure] method Saturate (line 47711) | [Pure] method Sign (line 47725) | [Pure] method Signumi (line 47735) | [Pure] method Signum (line 47745) | [Pure] method MultiplyAdd (line 47759) | [Pure] method MultiplyAdd (line 47769) | [Pure] method MultiplyAdd (line 47779) | [Pure] method Sqrt (line 47793) | [Pure] method Cbrt (line 47803) | [Pure] method Square (line 47817) | [Pure] method Pown (line 47831) | [Pure] method Pown (line 47841) | [Pure] method Pown (line 47851) | [Pure] method Pown (line 47861) | [Pure] method Pown (line 47871) | [Pure] method Pown (line 47881) | [Pure] method Pow (line 47891) | [Pure] method Pow (line 47901) | [Pure] method Pow (line 47911) | [Pure] method Pow (line 47921) | [Pure] method Pow (line 47931) | [Pure] method Pow (line 47941) | [Pure] method Power (line 47951) | [Pure] method Power (line 47962) | [Pure] method Power (line 47973) | [Pure] method Power (line 47984) | [Pure] method Power (line 47995) | [Pure] method Power (line 48006) | [Pure] method Exp (line 48021) | [Pure] method Log (line 48031) | [Pure] method Log2 (line 48041) | [Pure] method Log2Int (line 48051) | [Pure] method Log10 (line 48061) | [Pure] method Log (line 48071) | [Pure] method ModP (line 48085) | [Pure] method PowerOfTwo (line 48099) | [Pure] method NextPowerOfTwo (line 48109) | [Pure] method PrevPowerOfTwo (line 48119) | [Pure] method Step (line 48133) | [Pure] method Step (line 48143) | [Pure] method Lerp (line 48157) | [Pure] method Lerp (line 48167) | [Pure] method Lerp (line 48177) | [Pure] method Lerp (line 48187) | [Pure] method InvLerp (line 48197) | [Pure] method GreatestCommonDivisor (line 48211) | [Pure] method LeastCommonMultiple (line 48221) | [Pure] method FloatFromBits (line 48235) | [Pure] method ApproximateEquals (line 48249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 48263) | [Pure] method Min (line 56252) | [Pure] method Min (line 56262) | [Pure] method Min (line 56272) | [Pure] method Max (line 56282) | [Pure] method Max (line 56292) | [Pure] method Max (line 56302) | [Pure] method Min (line 56312) | [Pure] method Max (line 56322) | [Pure] method Min (line 56332) | [Pure] method Max (line 56342) | [Pure] method Min (line 56352) | [Pure] method Max (line 56362) | [Pure] method Abs (line 56376) | [Pure] method Floor (line 56390) | [Pure] method Ceiling (line 56400) | [Pure] method Round (line 56410) | [Pure] method Round (line 56420) | [Pure] method Round (line 56430) | [Pure] method Round (line 56440) | [Pure] method Truncate (line 56450) | [Pure] method Frac (line 56464) | [Pure] method Clamp (line 56478) | [Pure] method Clamp (line 56488) | [Pure] method ClampWrap (line 56498) | [Pure] method ClampWrap (line 56508) | [Pure] method Saturate (line 56518) | [Pure] method MapToUnitInterval (line 56532) | [Pure] method MapToUnitInterval (line 56542) | [Pure] method MapToUnitInterval (line 56552) | [Pure] method MapToUnitInterval (line 56562) | [Pure] method Sign (line 56576) | [Pure] method Signumi (line 56586) | [Pure] method Signum (line 56596) | [Pure] method MultiplyAdd (line 56610) | [Pure] method MultiplyAdd (line 56620) | [Pure] method MultiplyAdd (line 56630) | [Pure] method CopySign (line 56644) | [Pure] method CopySign (line 56654) | [Pure] method CopySign (line 56664) | [Pure] method Sqrt (line 56678) | [Pure] method Cbrt (line 56688) | [Pure] method Square (line 56702) | [Pure] method Pown (line 56716) | [Pure] method Pown (line 56726) | [Pure] method Pown (line 56736) | [Pure] method Pow (line 56746) | [Pure] method Pow (line 56756) | [Pure] method Pow (line 56766) | [Pure] method Power (line 56776) | [Pure] method Power (line 56787) | [Pure] method Power (line 56798) | [Pure] method Exp (line 56813) | [Pure] method Log (line 56823) | [Pure] method Log2 (line 56833) | [Pure] method Log2Int (line 56843) | [Pure] method Log10 (line 56853) | [Pure] method Log (line 56863) | [Pure] method ModP (line 56877) | [Pure] method PowerOfTwo (line 56891) | [Pure] method Sin (line 56905) | [Pure] method Cos (line 56915) | [Pure] method Tan (line 56925) | [Pure] method Asin (line 56935) | [Pure] method AsinClamped (line 56945) | [Pure] method Acos (line 56955) | [Pure] method AcosClamped (line 56965) | [Pure] method Atan (line 56975) | [Pure] method Atan2 (line 56985) | [Pure] method FastAtan2 (line 56995) | [Pure] method Sinh (line 57005) | [Pure] method Cosh (line 57015) | [Pure] method Tanh (line 57025) | [Pure] method Asinh (line 57035) | [Pure] method Acosh (line 57045) | [Pure] method Atanh (line 57055) | [Pure] method Step (line 57069) | [Pure] method Step (line 57079) | [Pure] method Linearstep (line 57089) | [Pure] method Linearstep (line 57099) | [Pure] method Smoothstep (line 57109) | [Pure] method Smoothstep (line 57119) | [Pure] method Lerp (line 57133) | [Pure] method Lerp (line 57143) | [Pure] method InvLerp (line 57153) | [Pure] method FloatToBits (line 57167) | [Pure] method FloatToUnsignedBits (line 57177) | [Pure] method ApproximateEquals (line 57191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57215) | [Pure] method IsTiny (line 57223) | [Pure] method IsNaN (line 57235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 57242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 57249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 57256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 57263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 65644) | [Pure] method Min (line 65654) | [Pure] method Min (line 65664) | [Pure] method Max (line 65674) | [Pure] method Max (line 65684) | [Pure] method Max (line 65694) | [Pure] method Min (line 65704) | [Pure] method Max (line 65714) | [Pure] method Min (line 65724) | [Pure] method Max (line 65734) | [Pure] method Min (line 65744) | [Pure] method Max (line 65754) | [Pure] method Abs (line 65768) | [Pure] method Floor (line 65782) | [Pure] method Ceiling (line 65792) | [Pure] method Round (line 65802) | [Pure] method Round (line 65812) | [Pure] method Round (line 65822) | [Pure] method Round (line 65832) | [Pure] method Truncate (line 65842) | [Pure] method Frac (line 65856) | [Pure] method Clamp (line 65870) | [Pure] method Clamp (line 65880) | [Pure] method ClampWrap (line 65890) | [Pure] method ClampWrap (line 65900) | [Pure] method Saturate (line 65910) | [Pure] method MapToUnitInterval (line 65924) | [Pure] method MapToUnitInterval (line 65934) | [Pure] method MapToUnitInterval (line 65944) | [Pure] method MapToUnitInterval (line 65954) | [Pure] method Sign (line 65968) | [Pure] method Signumi (line 65978) | [Pure] method Signum (line 65988) | [Pure] method MultiplyAdd (line 66002) | [Pure] method MultiplyAdd (line 66012) | [Pure] method MultiplyAdd (line 66022) | [Pure] method CopySign (line 66036) | [Pure] method CopySign (line 66046) | [Pure] method CopySign (line 66056) | [Pure] method Sqrt (line 66070) | [Pure] method Cbrt (line 66080) | [Pure] method Square (line 66094) | [Pure] method Pown (line 66108) | [Pure] method Pown (line 66118) | [Pure] method Pown (line 66128) | [Pure] method Pow (line 66138) | [Pure] method Pow (line 66148) | [Pure] method Pow (line 66158) | [Pure] method Power (line 66168) | [Pure] method Power (line 66179) | [Pure] method Power (line 66190) | [Pure] method Exp (line 66205) | [Pure] method Log (line 66215) | [Pure] method Log2 (line 66225) | [Pure] method Log2Int (line 66235) | [Pure] method Log10 (line 66245) | [Pure] method Log (line 66255) | [Pure] method ModP (line 66269) | [Pure] method PowerOfTwo (line 66283) | [Pure] method Sin (line 66297) | [Pure] method Cos (line 66307) | [Pure] method Tan (line 66317) | [Pure] method Asin (line 66327) | [Pure] method AsinClamped (line 66337) | [Pure] method Acos (line 66347) | [Pure] method AcosClamped (line 66357) | [Pure] method Atan (line 66367) | [Pure] method Atan2 (line 66377) | [Pure] method FastAtan2 (line 66387) | [Pure] method Sinh (line 66397) | [Pure] method Cosh (line 66407) | [Pure] method Tanh (line 66417) | [Pure] method Asinh (line 66427) | [Pure] method Acosh (line 66437) | [Pure] method Atanh (line 66447) | [Pure] method Step (line 66461) | [Pure] method Step (line 66471) | [Pure] method Linearstep (line 66481) | [Pure] method Linearstep (line 66491) | [Pure] method Smoothstep (line 66501) | [Pure] method Smoothstep (line 66511) | [Pure] method Lerp (line 66525) | [Pure] method Lerp (line 66535) | [Pure] method InvLerp (line 66545) | [Pure] method FloatToBits (line 66559) | [Pure] method ApproximateEquals (line 66573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 66583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 66597) | [Pure] method IsTiny (line 66605) | [Pure] method IsNaN (line 66617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 66624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 66631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 66638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 66645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 79020) | [Pure] method Min (line 79030) | [Pure] method Min (line 79040) | [Pure] method Max (line 79050) | [Pure] method Max (line 79060) | [Pure] method Max (line 79070) | [Pure] method Min (line 79080) | [Pure] method Max (line 79090) | [Pure] method Min (line 79100) | [Pure] method Max (line 79110) | [Pure] method Min (line 79120) | [Pure] method Max (line 79130) | [Pure] method Abs (line 79144) | [Pure] method Clamp (line 79158) | [Pure] method Clamp (line 79168) | [Pure] method ClampExcl (line 79178) | [Pure] method ClampExcl (line 79188) | [Pure] method ClampWrap (line 79198) | [Pure] method ClampWrap (line 79208) | [Pure] method Saturate (line 79218) | [Pure] method Sign (line 79232) | [Pure] method Signumi (line 79242) | [Pure] method Signum (line 79252) | [Pure] method MultiplyAdd (line 79266) | [Pure] method MultiplyAdd (line 79276) | [Pure] method MultiplyAdd (line 79286) | [Pure] method Sqrt (line 79300) | [Pure] method Cbrt (line 79310) | [Pure] method Square (line 79324) | [Pure] method Pown (line 79338) | [Pure] method Pown (line 79348) | [Pure] method Pown (line 79358) | [Pure] method Pow (line 79368) | [Pure] method Pow (line 79378) | [Pure] method Pow (line 79388) | [Pure] method Pow (line 79398) | [Pure] method Pow (line 79408) | [Pure] method Pow (line 79418) | [Pure] method Power (line 79428) | [Pure] method Power (line 79439) | [Pure] method Power (line 79450) | [Pure] method Power (line 79461) | [Pure] method Power (line 79472) | [Pure] method Power (line 79483) | [Pure] method Exp (line 79498) | [Pure] method Log (line 79508) | [Pure] method Log2 (line 79518) | [Pure] method Log2Int (line 79528) | [Pure] method Log10 (line 79538) | [Pure] method Log (line 79548) | [Pure] method ModP (line 79562) | [Pure] method PowerOfTwo (line 79576) | [Pure] method NextPowerOfTwo (line 79586) | [Pure] method PrevPowerOfTwo (line 79596) | [Pure] method Step (line 79610) | [Pure] method Step (line 79620) | [Pure] method Lerp (line 79634) | [Pure] method Lerp (line 79644) | [Pure] method Lerp (line 79654) | [Pure] method Lerp (line 79664) | [Pure] method InvLerp (line 79674) | [Pure] method GreatestCommonDivisor (line 79688) | [Pure] method LeastCommonMultiple (line 79698) | [Pure] method FloatFromBits (line 79712) | [Pure] method ApproximateEquals (line 79726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 79740) | [Pure] method Min (line 88085) | [Pure] method Min (line 88095) | [Pure] method Min (line 88105) | [Pure] method Max (line 88115) | [Pure] method Max (line 88125) | [Pure] method Max (line 88135) | [Pure] method Min (line 88145) | [Pure] method Max (line 88155) | [Pure] method Min (line 88165) | [Pure] method Max (line 88175) | [Pure] method Min (line 88185) | [Pure] method Max (line 88195) | [Pure] method Clamp (line 88209) | [Pure] method Clamp (line 88219) | [Pure] method ClampExcl (line 88229) | [Pure] method ClampExcl (line 88239) | [Pure] method ClampWrap (line 88249) | [Pure] method ClampWrap (line 88259) | [Pure] method Saturate (line 88269) | [Pure] method MultiplyAdd (line 88283) | [Pure] method MultiplyAdd (line 88293) | [Pure] method MultiplyAdd (line 88303) | [Pure] method Sqrt (line 88317) | [Pure] method Cbrt (line 88327) | [Pure] method Square (line 88341) | [Pure] method Pown (line 88355) | [Pure] method Pown (line 88365) | [Pure] method Pown (line 88375) | [Pure] method Pown (line 88385) | [Pure] method Pown (line 88395) | [Pure] method Pown (line 88405) | [Pure] method Pow (line 88415) | [Pure] method Pow (line 88425) | [Pure] method Pow (line 88435) | [Pure] method Pow (line 88445) | [Pure] method Pow (line 88455) | [Pure] method Pow (line 88465) | [Pure] method Power (line 88475) | [Pure] method Power (line 88486) | [Pure] method Power (line 88497) | [Pure] method Power (line 88508) | [Pure] method Power (line 88519) | [Pure] method Power (line 88530) | [Pure] method Exp (line 88545) | [Pure] method Log (line 88555) | [Pure] method Log2 (line 88565) | [Pure] method Log2Int (line 88575) | [Pure] method Log10 (line 88585) | [Pure] method Log (line 88595) | [Pure] method Step (line 88609) | [Pure] method Step (line 88619) | [Pure] method Lerp (line 88633) | [Pure] method Lerp (line 88643) | [Pure] method Lerp (line 88653) | [Pure] method Lerp (line 88663) | [Pure] method InvLerp (line 88673) | [Pure] method GreatestCommonDivisor (line 88687) | [Pure] method LeastCommonMultiple (line 88697) | [Pure] method FloatFromUnsignedBits (line 88711) | [Pure] method ApproximateEquals (line 88725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 88739) | [Pure] method Min (line 100720) | [Pure] method Min (line 100730) | [Pure] method Min (line 100740) | [Pure] method Max (line 100750) | [Pure] method Max (line 100760) | [Pure] method Max (line 100770) | [Pure] method Min (line 100780) | [Pure] method Max (line 100790) | [Pure] method Min (line 100800) | [Pure] method Max (line 100810) | [Pure] method Min (line 100820) | [Pure] method Max (line 100830) | [Pure] method Abs (line 100844) | [Pure] method Clamp (line 100858) | [Pure] method Clamp (line 100868) | [Pure] method ClampExcl (line 100878) | [Pure] method ClampExcl (line 100888) | [Pure] method ClampWrap (line 100898) | [Pure] method ClampWrap (line 100908) | [Pure] method Saturate (line 100918) | [Pure] method Sign (line 100932) | [Pure] method Signumi (line 100942) | [Pure] method Signum (line 100952) | [Pure] method MultiplyAdd (line 100966) | [Pure] method MultiplyAdd (line 100976) | [Pure] method MultiplyAdd (line 100986) | [Pure] method Sqrt (line 101000) | [Pure] method Cbrt (line 101010) | [Pure] method Square (line 101024) | [Pure] method Pown (line 101038) | [Pure] method Pown (line 101048) | [Pure] method Pown (line 101058) | [Pure] method Pown (line 101068) | [Pure] method Pown (line 101078) | [Pure] method Pown (line 101088) | [Pure] method Pow (line 101098) | [Pure] method Pow (line 101108) | [Pure] method Pow (line 101118) | [Pure] method Pow (line 101128) | [Pure] method Pow (line 101138) | [Pure] method Pow (line 101148) | [Pure] method Power (line 101158) | [Pure] method Power (line 101169) | [Pure] method Power (line 101180) | [Pure] method Power (line 101191) | [Pure] method Power (line 101202) | [Pure] method Power (line 101213) | [Pure] method Exp (line 101228) | [Pure] method Log (line 101238) | [Pure] method Log2 (line 101248) | [Pure] method Log2Int (line 101258) | [Pure] method Log10 (line 101268) | [Pure] method Log (line 101278) | [Pure] method ModP (line 101292) | [Pure] method PowerOfTwo (line 101306) | [Pure] method NextPowerOfTwo (line 101316) | [Pure] method PrevPowerOfTwo (line 101326) | [Pure] method Step (line 101340) | [Pure] method Step (line 101350) | [Pure] method Lerp (line 101364) | [Pure] method Lerp (line 101374) | [Pure] method Lerp (line 101384) | [Pure] method Lerp (line 101394) | [Pure] method InvLerp (line 101404) | [Pure] method GreatestCommonDivisor (line 101418) | [Pure] method LeastCommonMultiple (line 101428) | [Pure] method FloatFromBits (line 101442) | [Pure] method ApproximateEquals (line 101456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 101470) | [Pure] method Min (line 113921) | [Pure] method Min (line 113931) | [Pure] method Min (line 113941) | [Pure] method Max (line 113951) | [Pure] method Max (line 113961) | [Pure] method Max (line 113971) | [Pure] method Min (line 113981) | [Pure] method Max (line 113991) | [Pure] method Min (line 114001) | [Pure] method Max (line 114011) | [Pure] method Min (line 114021) | [Pure] method Max (line 114031) | [Pure] method Abs (line 114045) | [Pure] method Floor (line 114059) | [Pure] method Ceiling (line 114069) | [Pure] method Round (line 114079) | [Pure] method Round (line 114089) | [Pure] method Round (line 114099) | [Pure] method Round (line 114109) | [Pure] method Truncate (line 114119) | [Pure] method Frac (line 114133) | [Pure] method Clamp (line 114147) | [Pure] method Clamp (line 114157) | [Pure] method ClampWrap (line 114167) | [Pure] method ClampWrap (line 114177) | [Pure] method Saturate (line 114187) | [Pure] method MapToUnitInterval (line 114201) | [Pure] method MapToUnitInterval (line 114211) | [Pure] method MapToUnitInterval (line 114221) | [Pure] method MapToUnitInterval (line 114231) | [Pure] method Sign (line 114245) | [Pure] method Signumi (line 114255) | [Pure] method Signum (line 114265) | [Pure] method MultiplyAdd (line 114279) | [Pure] method MultiplyAdd (line 114289) | [Pure] method MultiplyAdd (line 114299) | [Pure] method CopySign (line 114313) | [Pure] method CopySign (line 114323) | [Pure] method CopySign (line 114333) | [Pure] method Sqrt (line 114347) | [Pure] method Cbrt (line 114357) | [Pure] method Square (line 114371) | [Pure] method Pown (line 114385) | [Pure] method Pown (line 114395) | [Pure] method Pown (line 114405) | [Pure] method Pow (line 114415) | [Pure] method Pow (line 114425) | [Pure] method Pow (line 114435) | [Pure] method Power (line 114445) | [Pure] method Power (line 114456) | [Pure] method Power (line 114467) | [Pure] method Exp (line 114482) | [Pure] method Log (line 114492) | [Pure] method Log2 (line 114502) | [Pure] method Log2Int (line 114512) | [Pure] method Log10 (line 114522) | [Pure] method Log (line 114532) | [Pure] method ModP (line 114546) | [Pure] method PowerOfTwo (line 114560) | [Pure] method Sin (line 114574) | [Pure] method Cos (line 114584) | [Pure] method Tan (line 114594) | [Pure] method Asin (line 114604) | [Pure] method AsinClamped (line 114614) | [Pure] method Acos (line 114624) | [Pure] method AcosClamped (line 114634) | [Pure] method Atan (line 114644) | [Pure] method Atan2 (line 114654) | [Pure] method FastAtan2 (line 114664) | [Pure] method Sinh (line 114674) | [Pure] method Cosh (line 114684) | [Pure] method Tanh (line 114694) | [Pure] method Asinh (line 114704) | [Pure] method Acosh (line 114714) | [Pure] method Atanh (line 114724) | [Pure] method Step (line 114738) | [Pure] method Step (line 114748) | [Pure] method Linearstep (line 114758) | [Pure] method Linearstep (line 114768) | [Pure] method Smoothstep (line 114778) | [Pure] method Smoothstep (line 114788) | [Pure] method Lerp (line 114802) | [Pure] method Lerp (line 114812) | [Pure] method InvLerp (line 114822) | [Pure] method FloatToBits (line 114836) | [Pure] method FloatToUnsignedBits (line 114846) | [Pure] method ApproximateEquals (line 114860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 114870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 114884) | [Pure] method IsTiny (line 114892) | [Pure] method IsNaN (line 114904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 114911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 114918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 114925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 114932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 127647) | [Pure] method Min (line 127657) | [Pure] method Min (line 127667) | [Pure] method Max (line 127677) | [Pure] method Max (line 127687) | [Pure] method Max (line 127697) | [Pure] method Min (line 127707) | [Pure] method Max (line 127717) | [Pure] method Min (line 127727) | [Pure] method Max (line 127737) | [Pure] method Min (line 127747) | [Pure] method Max (line 127757) | [Pure] method Abs (line 127771) | [Pure] method Floor (line 127785) | [Pure] method Ceiling (line 127795) | [Pure] method Round (line 127805) | [Pure] method Round (line 127815) | [Pure] method Round (line 127825) | [Pure] method Round (line 127835) | [Pure] method Truncate (line 127845) | [Pure] method Frac (line 127859) | [Pure] method Clamp (line 127873) | [Pure] method Clamp (line 127883) | [Pure] method ClampWrap (line 127893) | [Pure] method ClampWrap (line 127903) | [Pure] method Saturate (line 127913) | [Pure] method MapToUnitInterval (line 127927) | [Pure] method MapToUnitInterval (line 127937) | [Pure] method MapToUnitInterval (line 127947) | [Pure] method MapToUnitInterval (line 127957) | [Pure] method Sign (line 127971) | [Pure] method Signumi (line 127981) | [Pure] method Signum (line 127991) | [Pure] method MultiplyAdd (line 128005) | [Pure] method MultiplyAdd (line 128015) | [Pure] method MultiplyAdd (line 128025) | [Pure] method CopySign (line 128039) | [Pure] method CopySign (line 128049) | [Pure] method CopySign (line 128059) | [Pure] method Sqrt (line 128073) | [Pure] method Cbrt (line 128083) | [Pure] method Square (line 128097) | [Pure] method Pown (line 128111) | [Pure] method Pown (line 128121) | [Pure] method Pown (line 128131) | [Pure] method Pow (line 128141) | [Pure] method Pow (line 128151) | [Pure] method Pow (line 128161) | [Pure] method Power (line 128171) | [Pure] method Power (line 128182) | [Pure] method Power (line 128193) | [Pure] method Exp (line 128208) | [Pure] method Log (line 128218) | [Pure] method Log2 (line 128228) | [Pure] method Log2Int (line 128238) | [Pure] method Log10 (line 128248) | [Pure] method Log (line 128258) | [Pure] method ModP (line 128272) | [Pure] method PowerOfTwo (line 128286) | [Pure] method Sin (line 128300) | [Pure] method Cos (line 128310) | [Pure] method Tan (line 128320) | [Pure] method Asin (line 128330) | [Pure] method AsinClamped (line 128340) | [Pure] method Acos (line 128350) | [Pure] method AcosClamped (line 128360) | [Pure] method Atan (line 128370) | [Pure] method Atan2 (line 128380) | [Pure] method FastAtan2 (line 128390) | [Pure] method Sinh (line 128400) | [Pure] method Cosh (line 128410) | [Pure] method Tanh (line 128420) | [Pure] method Asinh (line 128430) | [Pure] method Acosh (line 128440) | [Pure] method Atanh (line 128450) | [Pure] method Step (line 128464) | [Pure] method Step (line 128474) | [Pure] method Linearstep (line 128484) | [Pure] method Linearstep (line 128494) | [Pure] method Smoothstep (line 128504) | [Pure] method Smoothstep (line 128514) | [Pure] method Lerp (line 128528) | [Pure] method Lerp (line 128538) | [Pure] method InvLerp (line 128548) | [Pure] method FloatToBits (line 128562) | [Pure] method ApproximateEquals (line 128576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 128586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 128600) | [Pure] method IsTiny (line 128608) | [Pure] method IsNaN (line 128620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 128627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 128634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 128641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 128648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Conversion (line 19483) | public static partial class Conversion method RadiansFromDegrees (line 19490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 19500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 19510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 19520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 19530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 19540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 25705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 25715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 25725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 25735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 25745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 25755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 57277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 57288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 57299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 57321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 57332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 66659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 66670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 66681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 66692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 66703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 66714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 114946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 114958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 114970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 114982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 114994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 115006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 128662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 128674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 128686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 128698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 128710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 128722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Vec (line 19553) | public static partial class Vec method LengthSquared (line 4326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 4333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 4402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 4431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 4496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 4503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 4513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 4524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 4530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 4546) | public static V2i Cross(this V2i a) method AllSmaller (line 4559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 4919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 4936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 4943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4954) | [Pure] method AllTiny (line 4962) | [Pure] method IndexOfClosestPoint (line 4971) | public static int IndexOfClosestPoint(this V2i[] pointArray, V2i point) method IndexOfClosestPoint (line 4984) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 4998) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 5012) | public static long LongIndexOfClosestPoint(this V2i[] pointArray, V2i ... method LongIndexOfClosestPoint (line 5025) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 5039) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 5057) | public static int IndexOfMinX(this V2i[] vectorArray, int count = 0) method LongIndexOfMinX (line 5074) | public static long LongIndexOfMinX(this V2i[] vectorArray, long count ... method IndexOfMaxX (line 5091) | public static int IndexOfMaxX(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 5108) | public static long LongIndexOfMaxX(this V2i[] vectorArray, long count ... method IndexOfMinY (line 5125) | public static int IndexOfMinY(this V2i[] vectorArray, int count = 0) method LongIndexOfMinY (line 5142) | public static long LongIndexOfMinY(this V2i[] vectorArray, long count ... method IndexOfMaxY (line 5159) | public static int IndexOfMaxY(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 5176) | public static long LongIndexOfMaxY(this V2i[] vectorArray, long count ... method IndexOfMinX (line 5193) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 5210) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 5227) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 5244) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 5260) | public static int[] CopyCoord(this V2i[] self, int index) method LengthSquared (line 8419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 8426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 8449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 8457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 8465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 8473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 8480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 8495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 8509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 8524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 8589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 8595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 8974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 8991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 8998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 9009) | [Pure] method AllTiny (line 9017) | [Pure] method IndexOfClosestPoint (line 9026) | public static int IndexOfClosestPoint(this V2ui[] pointArray, V2ui point) method IndexOfClosestPoint (line 9039) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 9053) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 9067) | public static long LongIndexOfClosestPoint(this V2ui[] pointArray, V2u... method LongIndexOfClosestPoint (line 9080) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 9094) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 9112) | public static int IndexOfMinX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 9129) | public static long LongIndexOfMinX(this V2ui[] vectorArray, long count... method IndexOfMaxX (line 9146) | public static int IndexOfMaxX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 9163) | public static long LongIndexOfMaxX(this V2ui[] vectorArray, long count... method IndexOfMinY (line 9180) | public static int IndexOfMinY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 9197) | public static long LongIndexOfMinY(this V2ui[] vectorArray, long count... method IndexOfMaxY (line 9214) | public static int IndexOfMaxY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 9231) | public static long LongIndexOfMaxY(this V2ui[] vectorArray, long count... method IndexOfMinX (line 9248) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 9265) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 9282) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 9299) | public static int IndexOfMaxY(this IList vectorArray, int count ... method CopyCoord (line 9315) | public static uint[] CopyCoord(this V2ui[] self, int index) method LengthSquared (line 13661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 13668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 13679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 13691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 13699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 13715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 13737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 13751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 13766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 13774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 13831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 13838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 13848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 13859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 13865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 13881) | public static V2l Cross(this V2l a) method AllSmaller (line 13894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 14004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 14254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 14271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 14278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 14289) | [Pure] method AllTiny (line 14297) | [Pure] method IndexOfClosestPoint (line 14306) | public static int IndexOfClosestPoint(this V2l[] pointArray, V2l point) method IndexOfClosestPoint (line 14319) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 14333) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 14347) | public static long LongIndexOfClosestPoint(this V2l[] pointArray, V2l ... method LongIndexOfClosestPoint (line 14360) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 14374) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 14392) | public static int IndexOfMinX(this V2l[] vectorArray, int count = 0) method LongIndexOfMinX (line 14409) | public static long LongIndexOfMinX(this V2l[] vectorArray, long count ... method IndexOfMaxX (line 14426) | public static int IndexOfMaxX(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 14443) | public static long LongIndexOfMaxX(this V2l[] vectorArray, long count ... method IndexOfMinY (line 14460) | public static int IndexOfMinY(this V2l[] vectorArray, int count = 0) method LongIndexOfMinY (line 14477) | public static long LongIndexOfMinY(this V2l[] vectorArray, long count ... method IndexOfMaxY (line 14494) | public static int IndexOfMaxY(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 14511) | public static long LongIndexOfMaxY(this V2l[] vectorArray, long count ... method IndexOfMinX (line 14528) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 14545) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 14562) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 14579) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 14595) | public static long[] CopyCoord(this V2l[] self, int index) method LengthSquared (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 19567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 19578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 19590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 19602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 19610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 19618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 19626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 19633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 19648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 19662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 19677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 19685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 19766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 19773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 19780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 19790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 19801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 19807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 19821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 19832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 19853) | public static V2f Cross(this V2f a) method AllSmaller (line 19866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 20226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 20243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 20250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 20261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 20272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 20283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 20298) | [Pure] method AllTiny (line 20306) | [Pure] method AnyFinite (line 20315) | [Pure] method AllFinite (line 20320) | [Pure] method AnyNaN (line 20325) | [Pure] method AllNaN (line 20330) | [Pure] method AnyInfinity (line 20335) | [Pure] method AllInfinity (line 20340) | [Pure] method AnyPositiveInfinity (line 20345) | [Pure] method AllPositiveInfinity (line 20350) | [Pure] method AnyNegativeInfinity (line 20355) | [Pure] method AllNegativeInfinity (line 20360) | [Pure] method AnyTiny (line 20365) | [Pure] method AllTiny (line 20370) | [Pure] method Dot90 (line 20382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 20391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 20400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 20410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 20420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 20430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 20440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 20490) | public static int IndexOfClosestPoint(this V2f[] pointArray, V2f point) method IndexOfClosestPoint (line 20503) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 20517) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 20531) | public static long LongIndexOfClosestPoint(this V2f[] pointArray, V2f ... method LongIndexOfClosestPoint (line 20544) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 20558) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 20576) | public static int IndexOfMinX(this V2f[] vectorArray, int count = 0) method LongIndexOfMinX (line 20593) | public static long LongIndexOfMinX(this V2f[] vectorArray, long count ... method IndexOfMaxX (line 20610) | public static int IndexOfMaxX(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 20627) | public static long LongIndexOfMaxX(this V2f[] vectorArray, long count ... method IndexOfMinY (line 20644) | public static int IndexOfMinY(this V2f[] vectorArray, int count = 0) method LongIndexOfMinY (line 20661) | public static long LongIndexOfMinY(this V2f[] vectorArray, long count ... method IndexOfMaxY (line 20678) | public static int IndexOfMaxY(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 20695) | public static long LongIndexOfMaxY(this V2f[] vectorArray, long count ... method IndexOfMinX (line 20712) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 20729) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 20746) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 20763) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 20779) | public static float[] CopyCoord(this V2f[] self, int index) method WeightedSum (line 20789) | public static V2f WeightedSum( method LengthSquared (line 25775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 25782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 25793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 25805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 25817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 25825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 25833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 25841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 25848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 25863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 25877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 25892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 25900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 25981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 25988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 25995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 26005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 26016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 26022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 26036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 26047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 26068) | public static V2d Cross(this V2d a) method AllSmaller (line 26081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 26441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 26458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 26465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 26476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 26487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 26498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 26513) | [Pure] method AllTiny (line 26521) | [Pure] method AnyFinite (line 26530) | [Pure] method AllFinite (line 26535) | [Pure] method AnyNaN (line 26540) | [Pure] method AllNaN (line 26545) | [Pure] method AnyInfinity (line 26550) | [Pure] method AllInfinity (line 26555) | [Pure] method AnyPositiveInfinity (line 26560) | [Pure] method AllPositiveInfinity (line 26565) | [Pure] method AnyNegativeInfinity (line 26570) | [Pure] method AllNegativeInfinity (line 26575) | [Pure] method AnyTiny (line 26580) | [Pure] method AllTiny (line 26585) | [Pure] method Dot90 (line 26597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 26606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 26615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 26625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 26635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 26645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 26655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 26705) | public static int IndexOfClosestPoint(this V2d[] pointArray, V2d point) method IndexOfClosestPoint (line 26718) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 26732) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 26746) | public static long LongIndexOfClosestPoint(this V2d[] pointArray, V2d ... method LongIndexOfClosestPoint (line 26759) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 26773) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 26791) | public static int IndexOfMinX(this V2d[] vectorArray, int count = 0) method LongIndexOfMinX (line 26808) | public static long LongIndexOfMinX(this V2d[] vectorArray, long count ... method IndexOfMaxX (line 26825) | public static int IndexOfMaxX(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 26842) | public static long LongIndexOfMaxX(this V2d[] vectorArray, long count ... method IndexOfMinY (line 26859) | public static int IndexOfMinY(this V2d[] vectorArray, int count = 0) method LongIndexOfMinY (line 26876) | public static long LongIndexOfMinY(this V2d[] vectorArray, long count ... method IndexOfMaxY (line 26893) | public static int IndexOfMaxY(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 26910) | public static long LongIndexOfMaxY(this V2d[] vectorArray, long count ... method IndexOfMinX (line 26927) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 26944) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 26961) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 26978) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 26994) | public static double[] CopyCoord(this V2d[] self, int index) method WeightedSum (line 27004) | public static V2d WeightedSum( method LengthSquared (line 34164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 34171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 34182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 34241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 34270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 34278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 34335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 34346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 34358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 34367) | public static M33i CrossMatrix(this V3i v) method DirFlags (line 34374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 34390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 34768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 34787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 34794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 34805) | [Pure] method AllTiny (line 34813) | [Pure] method IndexOfClosestPoint (line 34822) | public static int IndexOfClosestPoint(this V3i[] pointArray, V3i point) method IndexOfClosestPoint (line 34835) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 34849) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 34863) | public static long LongIndexOfClosestPoint(this V3i[] pointArray, V3i ... method LongIndexOfClosestPoint (line 34876) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 34890) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 34908) | public static int IndexOfMinX(this V3i[] vectorArray, int count = 0) method LongIndexOfMinX (line 34925) | public static long LongIndexOfMinX(this V3i[] vectorArray, long count ... method IndexOfMaxX (line 34942) | public static int IndexOfMaxX(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 34959) | public static long LongIndexOfMaxX(this V3i[] vectorArray, long count ... method IndexOfMinY (line 34976) | public static int IndexOfMinY(this V3i[] vectorArray, int count = 0) method LongIndexOfMinY (line 34993) | public static long LongIndexOfMinY(this V3i[] vectorArray, long count ... method IndexOfMaxY (line 35010) | public static int IndexOfMaxY(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 35027) | public static long LongIndexOfMaxY(this V3i[] vectorArray, long count ... method IndexOfMinZ (line 35044) | public static int IndexOfMinZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 35061) | public static long LongIndexOfMinZ(this V3i[] vectorArray, long count ... method IndexOfMaxZ (line 35078) | public static int IndexOfMaxZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 35095) | public static long LongIndexOfMaxZ(this V3i[] vectorArray, long count ... method IndexOfMinX (line 35112) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 35129) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 35146) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 35163) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 35180) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 35197) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 35213) | public static int[] CopyCoord(this V3i[] self, int index) method LengthSquared (line 40144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 40151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 40162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 40174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 40182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 40190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 40198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 40205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 40221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 40235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 40250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 40258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 40315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 40321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 40702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 40721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 40728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 40739) | [Pure] method AllTiny (line 40747) | [Pure] method IndexOfClosestPoint (line 40756) | public static int IndexOfClosestPoint(this V3ui[] pointArray, V3ui point) method IndexOfClosestPoint (line 40769) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 40783) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 40797) | public static long LongIndexOfClosestPoint(this V3ui[] pointArray, V3u... method LongIndexOfClosestPoint (line 40810) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 40824) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 40842) | public static int IndexOfMinX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 40859) | public static long LongIndexOfMinX(this V3ui[] vectorArray, long count... method IndexOfMaxX (line 40876) | public static int IndexOfMaxX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 40893) | public static long LongIndexOfMaxX(this V3ui[] vectorArray, long count... method IndexOfMinY (line 40910) | public static int IndexOfMinY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 40927) | public static long LongIndexOfMinY(this V3ui[] vectorArray, long count... method IndexOfMaxY (line 40944) | public static int IndexOfMaxY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 40961) | public static long LongIndexOfMaxY(this V3ui[] vectorArray, long count... method IndexOfMinZ (line 40978) | public static int IndexOfMinZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 40995) | public static long LongIndexOfMinZ(this V3ui[] vectorArray, long count... method IndexOfMaxZ (line 41012) | public static int IndexOfMaxZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 41029) | public static long LongIndexOfMaxZ(this V3ui[] vectorArray, long count... method IndexOfMinX (line 41046) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 41063) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 41080) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 41097) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 41114) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 41131) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method CopyCoord (line 41147) | public static uint[] CopyCoord(this V3ui[] self, int index) method LengthSquared (line 48281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 48288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 48299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 48358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 48387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 48395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 48452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 48463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 48475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 48484) | public static M33l CrossMatrix(this V3l v) method DirFlags (line 48491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 48507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 48885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 48904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 48911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 48922) | [Pure] method AllTiny (line 48930) | [Pure] method IndexOfClosestPoint (line 48939) | public static int IndexOfClosestPoint(this V3l[] pointArray, V3l point) method IndexOfClosestPoint (line 48952) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 48966) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 48980) | public static long LongIndexOfClosestPoint(this V3l[] pointArray, V3l ... method LongIndexOfClosestPoint (line 48993) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 49007) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 49025) | public static int IndexOfMinX(this V3l[] vectorArray, int count = 0) method LongIndexOfMinX (line 49042) | public static long LongIndexOfMinX(this V3l[] vectorArray, long count ... method IndexOfMaxX (line 49059) | public static int IndexOfMaxX(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 49076) | public static long LongIndexOfMaxX(this V3l[] vectorArray, long count ... method IndexOfMinY (line 49093) | public static int IndexOfMinY(this V3l[] vectorArray, int count = 0) method LongIndexOfMinY (line 49110) | public static long LongIndexOfMinY(this V3l[] vectorArray, long count ... method IndexOfMaxY (line 49127) | public static int IndexOfMaxY(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 49144) | public static long LongIndexOfMaxY(this V3l[] vectorArray, long count ... method IndexOfMinZ (line 49161) | public static int IndexOfMinZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 49178) | public static long LongIndexOfMinZ(this V3l[] vectorArray, long count ... method IndexOfMaxZ (line 49195) | public static int IndexOfMaxZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 49212) | public static long LongIndexOfMaxZ(this V3l[] vectorArray, long count ... method IndexOfMinX (line 49229) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 49246) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 49263) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 49280) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 49297) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 49314) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 49330) | public static long[] CopyCoord(this V3l[] self, int index) method LengthSquared (line 57353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 57360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 57371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 57384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 57396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 57404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 57412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 57420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 57427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 57443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 57457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 57472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 57480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 57561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 57568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 57579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 57591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 57600) | public static M33f CrossMatrix(this V3f v) method DirFlags (line 57607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 57623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 57634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 57653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 58031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 58050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 58057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 58069) | public static V3f AxisAlignedNormal(this V3f v) method AngleBetweenFast (line 58101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 58112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 58127) | [Pure] method AllTiny (line 58135) | [Pure] method AnyFinite (line 58144) | [Pure] method AllFinite (line 58149) | [Pure] method AnyNaN (line 58154) | [Pure] method AllNaN (line 58159) | [Pure] method AnyInfinity (line 58164) | [Pure] method AllInfinity (line 58169) | [Pure] method AnyPositiveInfinity (line 58174) | [Pure] method AllPositiveInfinity (line 58179) | [Pure] method AnyNegativeInfinity (line 58184) | [Pure] method AllNegativeInfinity (line 58189) | [Pure] method AnyTiny (line 58194) | [Pure] method AllTiny (line 58199) | [Pure] method LinCom (line 58208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 58248) | public static int IndexOfClosestPoint(this V3f[] pointArray, V3f point) method IndexOfClosestPoint (line 58261) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 58275) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 58289) | public static long LongIndexOfClosestPoint(this V3f[] pointArray, V3f ... method LongIndexOfClosestPoint (line 58302) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 58316) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 58334) | public static int IndexOfMinX(this V3f[] vectorArray, int count = 0) method LongIndexOfMinX (line 58351) | public static long LongIndexOfMinX(this V3f[] vectorArray, long count ... method IndexOfMaxX (line 58368) | public static int IndexOfMaxX(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 58385) | public static long LongIndexOfMaxX(this V3f[] vectorArray, long count ... method IndexOfMinY (line 58402) | public static int IndexOfMinY(this V3f[] vectorArray, int count = 0) method LongIndexOfMinY (line 58419) | public static long LongIndexOfMinY(this V3f[] vectorArray, long count ... method IndexOfMaxY (line 58436) | public static int IndexOfMaxY(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 58453) | public static long LongIndexOfMaxY(this V3f[] vectorArray, long count ... method IndexOfMinZ (line 58470) | public static int IndexOfMinZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 58487) | public static long LongIndexOfMinZ(this V3f[] vectorArray, long count ... method IndexOfMaxZ (line 58504) | public static int IndexOfMaxZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 58521) | public static long LongIndexOfMaxZ(this V3f[] vectorArray, long count ... method IndexOfMinX (line 58538) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 58555) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 58572) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 58589) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 58606) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 58623) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 58639) | public static float[] CopyCoord(this V3f[] self, int index) method WeightedSum (line 58650) | public static V3f WeightedSum( method LengthSquared (line 66735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 66742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 66753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 66766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 66778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 66786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 66794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 66802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 66809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 66825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 66839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 66854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 66862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 66943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 66950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 66961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 66973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 66982) | public static M33d CrossMatrix(this V3d v) method DirFlags (line 66989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 67005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 67016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 67035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 67413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 67432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 67439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 67451) | public static V3d AxisAlignedNormal(this V3d v) method AngleBetweenFast (line 67483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 67494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 67509) | [Pure] method AllTiny (line 67517) | [Pure] method AnyFinite (line 67526) | [Pure] method AllFinite (line 67531) | [Pure] method AnyNaN (line 67536) | [Pure] method AllNaN (line 67541) | [Pure] method AnyInfinity (line 67546) | [Pure] method AllInfinity (line 67551) | [Pure] method AnyPositiveInfinity (line 67556) | [Pure] method AllPositiveInfinity (line 67561) | [Pure] method AnyNegativeInfinity (line 67566) | [Pure] method AllNegativeInfinity (line 67571) | [Pure] method AnyTiny (line 67576) | [Pure] method AllTiny (line 67581) | [Pure] method LinCom (line 67590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 67630) | public static int IndexOfClosestPoint(this V3d[] pointArray, V3d point) method IndexOfClosestPoint (line 67643) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 67657) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 67671) | public static long LongIndexOfClosestPoint(this V3d[] pointArray, V3d ... method LongIndexOfClosestPoint (line 67684) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 67698) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 67716) | public static int IndexOfMinX(this V3d[] vectorArray, int count = 0) method LongIndexOfMinX (line 67733) | public static long LongIndexOfMinX(this V3d[] vectorArray, long count ... method IndexOfMaxX (line 67750) | public static int IndexOfMaxX(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 67767) | public static long LongIndexOfMaxX(this V3d[] vectorArray, long count ... method IndexOfMinY (line 67784) | public static int IndexOfMinY(this V3d[] vectorArray, int count = 0) method LongIndexOfMinY (line 67801) | public static long LongIndexOfMinY(this V3d[] vectorArray, long count ... method IndexOfMaxY (line 67818) | public static int IndexOfMaxY(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 67835) | public static long LongIndexOfMaxY(this V3d[] vectorArray, long count ... method IndexOfMinZ (line 67852) | public static int IndexOfMinZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 67869) | public static long LongIndexOfMinZ(this V3d[] vectorArray, long count ... method IndexOfMaxZ (line 67886) | public static int IndexOfMaxZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 67903) | public static long LongIndexOfMaxZ(this V3d[] vectorArray, long count ... method IndexOfMinX (line 67920) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 67937) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 67954) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 67971) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 67988) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 68005) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 68021) | public static double[] CopyCoord(this V3d[] self, int index) method WeightedSum (line 68032) | public static V3d WeightedSum( method LengthSquared (line 79758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 79765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 79776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 79788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 79796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 79804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 79812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 79819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 79836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 79850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 79865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 79873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 79930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 79942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 79955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 79961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 80004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 80344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 80365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 80372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 80383) | [Pure] method AllTiny (line 80391) | [Pure] method IndexOfClosestPoint (line 80400) | public static int IndexOfClosestPoint(this V4i[] pointArray, V4i point) method IndexOfClosestPoint (line 80413) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 80427) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 80441) | public static long LongIndexOfClosestPoint(this V4i[] pointArray, V4i ... method LongIndexOfClosestPoint (line 80454) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 80468) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 80486) | public static int IndexOfMinX(this V4i[] vectorArray, int count = 0) method LongIndexOfMinX (line 80503) | public static long LongIndexOfMinX(this V4i[] vectorArray, long count ... method IndexOfMaxX (line 80520) | public static int IndexOfMaxX(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 80537) | public static long LongIndexOfMaxX(this V4i[] vectorArray, long count ... method IndexOfMinY (line 80554) | public static int IndexOfMinY(this V4i[] vectorArray, int count = 0) method LongIndexOfMinY (line 80571) | public static long LongIndexOfMinY(this V4i[] vectorArray, long count ... method IndexOfMaxY (line 80588) | public static int IndexOfMaxY(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 80605) | public static long LongIndexOfMaxY(this V4i[] vectorArray, long count ... method IndexOfMinZ (line 80622) | public static int IndexOfMinZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 80639) | public static long LongIndexOfMinZ(this V4i[] vectorArray, long count ... method IndexOfMaxZ (line 80656) | public static int IndexOfMaxZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 80673) | public static long LongIndexOfMaxZ(this V4i[] vectorArray, long count ... method IndexOfMinW (line 80690) | public static int IndexOfMinW(this V4i[] vectorArray, int count = 0) method LongIndexOfMinW (line 80707) | public static long LongIndexOfMinW(this V4i[] vectorArray, long count ... method IndexOfMaxW (line 80724) | public static int IndexOfMaxW(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxW (line 80741) | public static long LongIndexOfMaxW(this V4i[] vectorArray, long count ... method IndexOfMinX (line 80758) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 80775) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 80792) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 80809) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 80826) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 80843) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 80860) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 80877) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 80893) | public static int[] CopyCoord(this V4i[] self, int index) method LengthSquared (line 88757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 88764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 88775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 88787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 88795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 88803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 88811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 88818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 88835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 88849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 88864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 88872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 88929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 88935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 89008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 89318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 89339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 89346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 89357) | [Pure] method AllTiny (line 89365) | [Pure] method IndexOfClosestPoint (line 89374) | public static int IndexOfClosestPoint(this V4ui[] pointArray, V4ui point) method IndexOfClosestPoint (line 89387) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 89401) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 89415) | public static long LongIndexOfClosestPoint(this V4ui[] pointArray, V4u... method LongIndexOfClosestPoint (line 89428) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 89442) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 89460) | public static int IndexOfMinX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 89477) | public static long LongIndexOfMinX(this V4ui[] vectorArray, long count... method IndexOfMaxX (line 89494) | public static int IndexOfMaxX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 89511) | public static long LongIndexOfMaxX(this V4ui[] vectorArray, long count... method IndexOfMinY (line 89528) | public static int IndexOfMinY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 89545) | public static long LongIndexOfMinY(this V4ui[] vectorArray, long count... method IndexOfMaxY (line 89562) | public static int IndexOfMaxY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 89579) | public static long LongIndexOfMaxY(this V4ui[] vectorArray, long count... method IndexOfMinZ (line 89596) | public static int IndexOfMinZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 89613) | public static long LongIndexOfMinZ(this V4ui[] vectorArray, long count... method IndexOfMaxZ (line 89630) | public static int IndexOfMaxZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 89647) | public static long LongIndexOfMaxZ(this V4ui[] vectorArray, long count... method IndexOfMinW (line 89664) | public static int IndexOfMinW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinW (line 89681) | public static long LongIndexOfMinW(this V4ui[] vectorArray, long count... method IndexOfMaxW (line 89698) | public static int IndexOfMaxW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxW (line 89715) | public static long LongIndexOfMaxW(this V4ui[] vectorArray, long count... method IndexOfMinX (line 89732) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 89749) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 89766) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 89783) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 89800) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 89817) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method IndexOfMinW (line 89834) | public static int IndexOfMinW(this IList vectorArray, int count ... method IndexOfMaxW (line 89851) | public static int IndexOfMaxW(this IList vectorArray, int count ... method CopyCoord (line 89867) | public static uint[] CopyCoord(this V4ui[] self, int index) method LengthSquared (line 101488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 101495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 101506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 101518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 101526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 101534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 101542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 101549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 101566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 101580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 101595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 101603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 101660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 101672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 101685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 101691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 102004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 102074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 102095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 102102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 102113) | [Pure] method AllTiny (line 102121) | [Pure] method IndexOfClosestPoint (line 102130) | public static int IndexOfClosestPoint(this V4l[] pointArray, V4l point) method IndexOfClosestPoint (line 102143) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 102157) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 102171) | public static long LongIndexOfClosestPoint(this V4l[] pointArray, V4l ... method LongIndexOfClosestPoint (line 102184) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 102198) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 102216) | public static int IndexOfMinX(this V4l[] vectorArray, int count = 0) method LongIndexOfMinX (line 102233) | public static long LongIndexOfMinX(this V4l[] vectorArray, long count ... method IndexOfMaxX (line 102250) | public static int IndexOfMaxX(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 102267) | public static long LongIndexOfMaxX(this V4l[] vectorArray, long count ... method IndexOfMinY (line 102284) | public static int IndexOfMinY(this V4l[] vectorArray, int count = 0) method LongIndexOfMinY (line 102301) | public static long LongIndexOfMinY(this V4l[] vectorArray, long count ... method IndexOfMaxY (line 102318) | public static int IndexOfMaxY(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 102335) | public static long LongIndexOfMaxY(this V4l[] vectorArray, long count ... method IndexOfMinZ (line 102352) | public static int IndexOfMinZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 102369) | public static long LongIndexOfMinZ(this V4l[] vectorArray, long count ... method IndexOfMaxZ (line 102386) | public static int IndexOfMaxZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 102403) | public static long LongIndexOfMaxZ(this V4l[] vectorArray, long count ... method IndexOfMinW (line 102420) | public static int IndexOfMinW(this V4l[] vectorArray, int count = 0) method LongIndexOfMinW (line 102437) | public static long LongIndexOfMinW(this V4l[] vectorArray, long count ... method IndexOfMaxW (line 102454) | public static int IndexOfMaxW(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxW (line 102471) | public static long LongIndexOfMaxW(this V4l[] vectorArray, long count ... method IndexOfMinX (line 102488) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 102505) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 102522) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 102539) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 102556) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 102573) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 102590) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 102607) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 102623) | public static long[] CopyCoord(this V4l[] self, int index) method LengthSquared (line 115028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 115035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 115046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 115060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 115072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 115080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 115088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 115096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 115103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 115120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 115134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 115149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 115157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 115238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 115245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 115257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 115270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 115276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 115294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 115305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 115689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 115710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 115717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 115728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 115739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 115754) | [Pure] method AllTiny (line 115762) | [Pure] method AnyFinite (line 115771) | [Pure] method AllFinite (line 115776) | [Pure] method AnyNaN (line 115781) | [Pure] method AllNaN (line 115786) | [Pure] method AnyInfinity (line 115791) | [Pure] method AllInfinity (line 115796) | [Pure] method AnyPositiveInfinity (line 115801) | [Pure] method AllPositiveInfinity (line 115806) | [Pure] method AnyNegativeInfinity (line 115811) | [Pure] method AllNegativeInfinity (line 115816) | [Pure] method AnyTiny (line 115821) | [Pure] method AllTiny (line 115826) | [Pure] method LinCom (line 115835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 115875) | public static int IndexOfClosestPoint(this V4f[] pointArray, V4f point) method IndexOfClosestPoint (line 115888) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 115902) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 115916) | public static long LongIndexOfClosestPoint(this V4f[] pointArray, V4f ... method LongIndexOfClosestPoint (line 115929) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 115943) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 115961) | public static int IndexOfMinX(this V4f[] vectorArray, int count = 0) method LongIndexOfMinX (line 115978) | public static long LongIndexOfMinX(this V4f[] vectorArray, long count ... method IndexOfMaxX (line 115995) | public static int IndexOfMaxX(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 116012) | public static long LongIndexOfMaxX(this V4f[] vectorArray, long count ... method IndexOfMinY (line 116029) | public static int IndexOfMinY(this V4f[] vectorArray, int count = 0) method LongIndexOfMinY (line 116046) | public static long LongIndexOfMinY(this V4f[] vectorArray, long count ... method IndexOfMaxY (line 116063) | public static int IndexOfMaxY(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 116080) | public static long LongIndexOfMaxY(this V4f[] vectorArray, long count ... method IndexOfMinZ (line 116097) | public static int IndexOfMinZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 116114) | public static long LongIndexOfMinZ(this V4f[] vectorArray, long count ... method IndexOfMaxZ (line 116131) | public static int IndexOfMaxZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 116148) | public static long LongIndexOfMaxZ(this V4f[] vectorArray, long count ... method IndexOfMinW (line 116165) | public static int IndexOfMinW(this V4f[] vectorArray, int count = 0) method LongIndexOfMinW (line 116182) | public static long LongIndexOfMinW(this V4f[] vectorArray, long count ... method IndexOfMaxW (line 116199) | public static int IndexOfMaxW(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxW (line 116216) | public static long LongIndexOfMaxW(this V4f[] vectorArray, long count ... method IndexOfMinX (line 116233) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 116250) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 116267) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 116284) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 116301) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 116318) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 116335) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 116352) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 116368) | public static float[] CopyCoord(this V4f[] self, int index) method WeightedSum (line 116380) | public static V4f WeightedSum( method LengthSquared (line 128744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 128751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 128762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 128776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 128788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 128796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 128804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 128812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 128819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 128836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 128850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 128865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 128873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 128954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 128961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 128973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 128986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 128992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 129010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 129021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 129405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 129426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 129433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 129444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 129455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 129470) | [Pure] method AllTiny (line 129478) | [Pure] method AnyFinite (line 129487) | [Pure] method AllFinite (line 129492) | [Pure] method AnyNaN (line 129497) | [Pure] method AllNaN (line 129502) | [Pure] method AnyInfinity (line 129507) | [Pure] method AllInfinity (line 129512) | [Pure] method AnyPositiveInfinity (line 129517) | [Pure] method AllPositiveInfinity (line 129522) | [Pure] method AnyNegativeInfinity (line 129527) | [Pure] method AllNegativeInfinity (line 129532) | [Pure] method AnyTiny (line 129537) | [Pure] method AllTiny (line 129542) | [Pure] method LinCom (line 129551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 129591) | public static int IndexOfClosestPoint(this V4d[] pointArray, V4d point) method IndexOfClosestPoint (line 129604) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 129618) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 129632) | public static long LongIndexOfClosestPoint(this V4d[] pointArray, V4d ... method LongIndexOfClosestPoint (line 129645) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 129659) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 129677) | public static int IndexOfMinX(this V4d[] vectorArray, int count = 0) method LongIndexOfMinX (line 129694) | public static long LongIndexOfMinX(this V4d[] vectorArray, long count ... method IndexOfMaxX (line 129711) | public static int IndexOfMaxX(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 129728) | public static long LongIndexOfMaxX(this V4d[] vectorArray, long count ... method IndexOfMinY (line 129745) | public static int IndexOfMinY(this V4d[] vectorArray, int count = 0) method LongIndexOfMinY (line 129762) | public static long LongIndexOfMinY(this V4d[] vectorArray, long count ... method IndexOfMaxY (line 129779) | public static int IndexOfMaxY(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 129796) | public static long LongIndexOfMaxY(this V4d[] vectorArray, long count ... method IndexOfMinZ (line 129813) | public static int IndexOfMinZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 129830) | public static long LongIndexOfMinZ(this V4d[] vectorArray, long count ... method IndexOfMaxZ (line 129847) | public static int IndexOfMaxZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 129864) | public static long LongIndexOfMaxZ(this V4d[] vectorArray, long count ... method IndexOfMinW (line 129881) | public static int IndexOfMinW(this V4d[] vectorArray, int count = 0) method LongIndexOfMinW (line 129898) | public static long LongIndexOfMinW(this V4d[] vectorArray, long count ... method IndexOfMaxW (line 129915) | public static int IndexOfMaxW(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxW (line 129932) | public static long LongIndexOfMaxW(this V4d[] vectorArray, long count ... method IndexOfMinX (line 129949) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 129966) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 129983) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 130000) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 130017) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 130034) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 130051) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 130068) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 130084) | public static double[] CopyCoord(this V4d[] self, int index) method WeightedSum (line 130096) | public static V4d WeightedSum( class IRandomUniformV2fExtensions (line 20801) | public static class IRandomUniformV2fExtensions method UniformV2f (line 20808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2f (line 20818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2fClosed (line 20827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2fClosed (line 20837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2fOpen (line 20846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2fOpen (line 20856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2fDirection (line 20866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type V2d (line 20880) | [DataContract] method V2d (line 20895) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 20905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 20915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 20925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 20935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 20945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 20955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 20965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 20975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 20985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 20995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V2d (line 21264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2i (line 21331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2ui (line 21334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2l (line 21337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2f (line 21340) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 21343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 21346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 21349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 21352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 21355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 21358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 21361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 21364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 21367) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 21370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToFloorV2l (line 21413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToCeilingV2l (line 21417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3iHomo (line 21424) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3uiHomo (line 21431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3lHomo (line 21438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3fHomo (line 21445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3dHomo (line 21452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 21459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 21466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 21470) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 21480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 21487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 21491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 21501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 21508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 21512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 21522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 21529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 21533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 21543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 21550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 21554) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 21561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 21568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 21575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2i (line 21978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2ui (line 21982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2l (line 21986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV2f (line 21990) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPolar (line 21994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPolar (line 21998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Abs (line 22129) | [EditorBrowsable(EditorBrowsableState.Never)] method Floor (line 22134) | [EditorBrowsable(EditorBrowsableState.Never)] method Ceiling (line 22139) | [EditorBrowsable(EditorBrowsableState.Never)] method Round (line 22144) | [EditorBrowsable(EditorBrowsableState.Never)] method Truncate (line 22149) | [EditorBrowsable(EditorBrowsableState.Never)] method Acos (line 22154) | [EditorBrowsable(EditorBrowsableState.Never)] method Acoshb (line 22159) | [EditorBrowsable(EditorBrowsableState.Never)] method Cos (line 22164) | [EditorBrowsable(EditorBrowsableState.Never)] method Cosh (line 22169) | [EditorBrowsable(EditorBrowsableState.Never)] method Asin (line 22174) | [EditorBrowsable(EditorBrowsableState.Never)] method Asinhb (line 22179) | [EditorBrowsable(EditorBrowsableState.Never)] method Sin (line 22184) | [EditorBrowsable(EditorBrowsableState.Never)] method Sinh (line 22189) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan (line 22194) | [EditorBrowsable(EditorBrowsableState.Never)] method Atanhb (line 22199) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan2 (line 22204) | [EditorBrowsable(EditorBrowsableState.Never)] method Tan (line 22209) | [EditorBrowsable(EditorBrowsableState.Never)] method Tanh (line 22214) | [EditorBrowsable(EditorBrowsableState.Never)] method Sqrt (line 22219) | [EditorBrowsable(EditorBrowsableState.Never)] method CubeRoot (line 22224) | [EditorBrowsable(EditorBrowsableState.Never)] method Exp (line 22229) | [EditorBrowsable(EditorBrowsableState.Never)] method Log (line 22234) | [EditorBrowsable(EditorBrowsableState.Never)] method LogBinary (line 22239) | [EditorBrowsable(EditorBrowsableState.Never)] method Log10 (line 22244) | [EditorBrowsable(EditorBrowsableState.Never)] method CopySgn (line 22249) | [EditorBrowsable(EditorBrowsableState.Never)] method CopySgn (line 22254) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 22259) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 22264) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 22269) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 22274) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 22279) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 22284) | [EditorBrowsable(EditorBrowsableState.Never)] method Saturate (line 22289) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 22294) | [EditorBrowsable(EditorBrowsableState.Never)] method Set (line 22306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 22316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 22326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 22336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 22346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 22530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 22540) | public override readonly string ToString() method ToString (line 22545) | public readonly string ToString(string format) method ToString (line 22550) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 22558) | public readonly string ToString(string format, IFormatProvider fp, str... method GetHashCode (line 22564) | public override readonly int GetHashCode() method Equals (line 22569) | public override readonly bool Equals(object other) method ToText (line 22572) | public readonly Text ToText(int bracketLevel = 1) method Parse (line 22585) | public static V2d Parse(string s) method Parse (line 22594) | public static V2d Parse(Text t) method Parse (line 22599) | public static V2d Parse(Text t, int bracketLevel) method GetValue (line 24649) | public readonly object GetValue(long index) method SetValue (line 24654) | public void SetValue(object value, long index) class V2dEqualityComparer (line 24663) | public class V2dEqualityComparer : IEqualityComparer method Equals (line 24670) | public bool Equals(V2d v0, V2d v1) method GetHashCode (line 24675) | public int GetHashCode(V2d v) class Fun (line 24683) | public static partial class Fun method Min (line 3588) | [Pure] method Min (line 3598) | [Pure] method Min (line 3608) | [Pure] method Max (line 3618) | [Pure] method Max (line 3628) | [Pure] method Max (line 3638) | [Pure] method Min (line 3648) | [Pure] method Max (line 3658) | [Pure] method Min (line 3668) | [Pure] method Max (line 3678) | [Pure] method Min (line 3688) | [Pure] method Max (line 3698) | [Pure] method Abs (line 3712) | [Pure] method Clamp (line 3726) | [Pure] method Clamp (line 3736) | [Pure] method ClampExcl (line 3746) | [Pure] method ClampExcl (line 3756) | [Pure] method ClampWrap (line 3766) | [Pure] method ClampWrap (line 3776) | [Pure] method Saturate (line 3786) | [Pure] method Sign (line 3800) | [Pure] method Signumi (line 3810) | [Pure] method Signum (line 3820) | [Pure] method MultiplyAdd (line 3834) | [Pure] method MultiplyAdd (line 3844) | [Pure] method MultiplyAdd (line 3854) | [Pure] method Sqrt (line 3868) | [Pure] method Cbrt (line 3878) | [Pure] method Square (line 3892) | [Pure] method Pown (line 3906) | [Pure] method Pown (line 3916) | [Pure] method Pown (line 3926) | [Pure] method Pow (line 3936) | [Pure] method Pow (line 3946) | [Pure] method Pow (line 3956) | [Pure] method Pow (line 3966) | [Pure] method Pow (line 3976) | [Pure] method Pow (line 3986) | [Pure] method Power (line 3996) | [Pure] method Power (line 4007) | [Pure] method Power (line 4018) | [Pure] method Power (line 4029) | [Pure] method Power (line 4040) | [Pure] method Power (line 4051) | [Pure] method Exp (line 4066) | [Pure] method Log (line 4076) | [Pure] method Log2 (line 4086) | [Pure] method Log2Int (line 4096) | [Pure] method Log10 (line 4106) | [Pure] method Log (line 4116) | [Pure] method ModP (line 4130) | [Pure] method PowerOfTwo (line 4144) | [Pure] method NextPowerOfTwo (line 4154) | [Pure] method PrevPowerOfTwo (line 4164) | [Pure] method Step (line 4178) | [Pure] method Step (line 4188) | [Pure] method Lerp (line 4202) | [Pure] method Lerp (line 4212) | [Pure] method Lerp (line 4222) | [Pure] method Lerp (line 4232) | [Pure] method InvLerp (line 4242) | [Pure] method GreatestCommonDivisor (line 4256) | [Pure] method LeastCommonMultiple (line 4266) | [Pure] method FloatFromBits (line 4280) | [Pure] method ApproximateEquals (line 4294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4308) | [Pure] method Min (line 7747) | [Pure] method Min (line 7757) | [Pure] method Min (line 7767) | [Pure] method Max (line 7777) | [Pure] method Max (line 7787) | [Pure] method Max (line 7797) | [Pure] method Min (line 7807) | [Pure] method Max (line 7817) | [Pure] method Min (line 7827) | [Pure] method Max (line 7837) | [Pure] method Min (line 7847) | [Pure] method Max (line 7857) | [Pure] method Clamp (line 7871) | [Pure] method Clamp (line 7881) | [Pure] method ClampExcl (line 7891) | [Pure] method ClampExcl (line 7901) | [Pure] method ClampWrap (line 7911) | [Pure] method ClampWrap (line 7921) | [Pure] method Saturate (line 7931) | [Pure] method MultiplyAdd (line 7945) | [Pure] method MultiplyAdd (line 7955) | [Pure] method MultiplyAdd (line 7965) | [Pure] method Sqrt (line 7979) | [Pure] method Cbrt (line 7989) | [Pure] method Square (line 8003) | [Pure] method Pown (line 8017) | [Pure] method Pown (line 8027) | [Pure] method Pown (line 8037) | [Pure] method Pown (line 8047) | [Pure] method Pown (line 8057) | [Pure] method Pown (line 8067) | [Pure] method Pow (line 8077) | [Pure] method Pow (line 8087) | [Pure] method Pow (line 8097) | [Pure] method Pow (line 8107) | [Pure] method Pow (line 8117) | [Pure] method Pow (line 8127) | [Pure] method Power (line 8137) | [Pure] method Power (line 8148) | [Pure] method Power (line 8159) | [Pure] method Power (line 8170) | [Pure] method Power (line 8181) | [Pure] method Power (line 8192) | [Pure] method Exp (line 8207) | [Pure] method Log (line 8217) | [Pure] method Log2 (line 8227) | [Pure] method Log2Int (line 8237) | [Pure] method Log10 (line 8247) | [Pure] method Log (line 8257) | [Pure] method Step (line 8271) | [Pure] method Step (line 8281) | [Pure] method Lerp (line 8295) | [Pure] method Lerp (line 8305) | [Pure] method Lerp (line 8315) | [Pure] method Lerp (line 8325) | [Pure] method InvLerp (line 8335) | [Pure] method GreatestCommonDivisor (line 8349) | [Pure] method LeastCommonMultiple (line 8359) | [Pure] method FloatFromUnsignedBits (line 8373) | [Pure] method ApproximateEquals (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8401) | [Pure] method Min (line 12893) | [Pure] method Min (line 12903) | [Pure] method Min (line 12913) | [Pure] method Max (line 12923) | [Pure] method Max (line 12933) | [Pure] method Max (line 12943) | [Pure] method Min (line 12953) | [Pure] method Max (line 12963) | [Pure] method Min (line 12973) | [Pure] method Max (line 12983) | [Pure] method Min (line 12993) | [Pure] method Max (line 13003) | [Pure] method Abs (line 13017) | [Pure] method Clamp (line 13031) | [Pure] method Clamp (line 13041) | [Pure] method ClampExcl (line 13051) | [Pure] method ClampExcl (line 13061) | [Pure] method ClampWrap (line 13071) | [Pure] method ClampWrap (line 13081) | [Pure] method Saturate (line 13091) | [Pure] method Sign (line 13105) | [Pure] method Signumi (line 13115) | [Pure] method Signum (line 13125) | [Pure] method MultiplyAdd (line 13139) | [Pure] method MultiplyAdd (line 13149) | [Pure] method MultiplyAdd (line 13159) | [Pure] method Sqrt (line 13173) | [Pure] method Cbrt (line 13183) | [Pure] method Square (line 13197) | [Pure] method Pown (line 13211) | [Pure] method Pown (line 13221) | [Pure] method Pown (line 13231) | [Pure] method Pown (line 13241) | [Pure] method Pown (line 13251) | [Pure] method Pown (line 13261) | [Pure] method Pow (line 13271) | [Pure] method Pow (line 13281) | [Pure] method Pow (line 13291) | [Pure] method Pow (line 13301) | [Pure] method Pow (line 13311) | [Pure] method Pow (line 13321) | [Pure] method Power (line 13331) | [Pure] method Power (line 13342) | [Pure] method Power (line 13353) | [Pure] method Power (line 13364) | [Pure] method Power (line 13375) | [Pure] method Power (line 13386) | [Pure] method Exp (line 13401) | [Pure] method Log (line 13411) | [Pure] method Log2 (line 13421) | [Pure] method Log2Int (line 13431) | [Pure] method Log10 (line 13441) | [Pure] method Log (line 13451) | [Pure] method ModP (line 13465) | [Pure] method PowerOfTwo (line 13479) | [Pure] method NextPowerOfTwo (line 13489) | [Pure] method PrevPowerOfTwo (line 13499) | [Pure] method Step (line 13513) | [Pure] method Step (line 13523) | [Pure] method Lerp (line 13537) | [Pure] method Lerp (line 13547) | [Pure] method Lerp (line 13557) | [Pure] method Lerp (line 13567) | [Pure] method InvLerp (line 13577) | [Pure] method GreatestCommonDivisor (line 13591) | [Pure] method LeastCommonMultiple (line 13601) | [Pure] method FloatFromBits (line 13615) | [Pure] method ApproximateEquals (line 13629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13643) | [Pure] method Min (line 18465) | [Pure] method Min (line 18475) | [Pure] method Min (line 18485) | [Pure] method Max (line 18495) | [Pure] method Max (line 18505) | [Pure] method Max (line 18515) | [Pure] method Min (line 18525) | [Pure] method Max (line 18535) | [Pure] method Min (line 18545) | [Pure] method Max (line 18555) | [Pure] method Min (line 18565) | [Pure] method Max (line 18575) | [Pure] method Abs (line 18589) | [Pure] method Floor (line 18603) | [Pure] method Ceiling (line 18613) | [Pure] method Round (line 18623) | [Pure] method Round (line 18633) | [Pure] method Round (line 18643) | [Pure] method Round (line 18653) | [Pure] method Truncate (line 18663) | [Pure] method Frac (line 18677) | [Pure] method Clamp (line 18691) | [Pure] method Clamp (line 18701) | [Pure] method ClampWrap (line 18711) | [Pure] method ClampWrap (line 18721) | [Pure] method Saturate (line 18731) | [Pure] method MapToUnitInterval (line 18745) | [Pure] method MapToUnitInterval (line 18755) | [Pure] method MapToUnitInterval (line 18765) | [Pure] method MapToUnitInterval (line 18775) | [Pure] method Sign (line 18789) | [Pure] method Signumi (line 18799) | [Pure] method Signum (line 18809) | [Pure] method MultiplyAdd (line 18823) | [Pure] method MultiplyAdd (line 18833) | [Pure] method MultiplyAdd (line 18843) | [Pure] method CopySign (line 18857) | [Pure] method CopySign (line 18867) | [Pure] method CopySign (line 18877) | [Pure] method Sqrt (line 18891) | [Pure] method Cbrt (line 18901) | [Pure] method Square (line 18915) | [Pure] method Pown (line 18929) | [Pure] method Pown (line 18939) | [Pure] method Pown (line 18949) | [Pure] method Pow (line 18959) | [Pure] method Pow (line 18969) | [Pure] method Pow (line 18979) | [Pure] method Power (line 18989) | [Pure] method Power (line 19000) | [Pure] method Power (line 19011) | [Pure] method Exp (line 19026) | [Pure] method Log (line 19036) | [Pure] method Log2 (line 19046) | [Pure] method Log2Int (line 19056) | [Pure] method Log10 (line 19066) | [Pure] method Log (line 19076) | [Pure] method ModP (line 19090) | [Pure] method PowerOfTwo (line 19104) | [Pure] method Sin (line 19118) | [Pure] method Cos (line 19128) | [Pure] method Tan (line 19138) | [Pure] method Asin (line 19148) | [Pure] method AsinClamped (line 19158) | [Pure] method Acos (line 19168) | [Pure] method AcosClamped (line 19178) | [Pure] method Atan (line 19188) | [Pure] method Atan2 (line 19198) | [Pure] method FastAtan2 (line 19208) | [Pure] method Sinh (line 19218) | [Pure] method Cosh (line 19228) | [Pure] method Tanh (line 19238) | [Pure] method Asinh (line 19248) | [Pure] method Acosh (line 19258) | [Pure] method Atanh (line 19268) | [Pure] method Step (line 19282) | [Pure] method Step (line 19292) | [Pure] method Linearstep (line 19302) | [Pure] method Linearstep (line 19312) | [Pure] method Smoothstep (line 19322) | [Pure] method Smoothstep (line 19332) | [Pure] method Lerp (line 19346) | [Pure] method Lerp (line 19356) | [Pure] method InvLerp (line 19366) | [Pure] method FloatToBits (line 19380) | [Pure] method FloatToUnsignedBits (line 19390) | [Pure] method ApproximateEquals (line 19404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19428) | [Pure] method IsTiny (line 19436) | [Pure] method IsNaN (line 19448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 24690) | [Pure] method Min (line 24700) | [Pure] method Min (line 24710) | [Pure] method Max (line 24720) | [Pure] method Max (line 24730) | [Pure] method Max (line 24740) | [Pure] method Min (line 24750) | [Pure] method Max (line 24760) | [Pure] method Min (line 24770) | [Pure] method Max (line 24780) | [Pure] method Min (line 24790) | [Pure] method Max (line 24800) | [Pure] method Abs (line 24814) | [Pure] method Floor (line 24828) | [Pure] method Ceiling (line 24838) | [Pure] method Round (line 24848) | [Pure] method Round (line 24858) | [Pure] method Round (line 24868) | [Pure] method Round (line 24878) | [Pure] method Truncate (line 24888) | [Pure] method Frac (line 24902) | [Pure] method Clamp (line 24916) | [Pure] method Clamp (line 24926) | [Pure] method ClampWrap (line 24936) | [Pure] method ClampWrap (line 24946) | [Pure] method Saturate (line 24956) | [Pure] method MapToUnitInterval (line 24970) | [Pure] method MapToUnitInterval (line 24980) | [Pure] method MapToUnitInterval (line 24990) | [Pure] method MapToUnitInterval (line 25000) | [Pure] method Sign (line 25014) | [Pure] method Signumi (line 25024) | [Pure] method Signum (line 25034) | [Pure] method MultiplyAdd (line 25048) | [Pure] method MultiplyAdd (line 25058) | [Pure] method MultiplyAdd (line 25068) | [Pure] method CopySign (line 25082) | [Pure] method CopySign (line 25092) | [Pure] method CopySign (line 25102) | [Pure] method Sqrt (line 25116) | [Pure] method Cbrt (line 25126) | [Pure] method Square (line 25140) | [Pure] method Pown (line 25154) | [Pure] method Pown (line 25164) | [Pure] method Pown (line 25174) | [Pure] method Pow (line 25184) | [Pure] method Pow (line 25194) | [Pure] method Pow (line 25204) | [Pure] method Power (line 25214) | [Pure] method Power (line 25225) | [Pure] method Power (line 25236) | [Pure] method Exp (line 25251) | [Pure] method Log (line 25261) | [Pure] method Log2 (line 25271) | [Pure] method Log2Int (line 25281) | [Pure] method Log10 (line 25291) | [Pure] method Log (line 25301) | [Pure] method ModP (line 25315) | [Pure] method PowerOfTwo (line 25329) | [Pure] method Sin (line 25343) | [Pure] method Cos (line 25353) | [Pure] method Tan (line 25363) | [Pure] method Asin (line 25373) | [Pure] method AsinClamped (line 25383) | [Pure] method Acos (line 25393) | [Pure] method AcosClamped (line 25403) | [Pure] method Atan (line 25413) | [Pure] method Atan2 (line 25423) | [Pure] method FastAtan2 (line 25433) | [Pure] method Sinh (line 25443) | [Pure] method Cosh (line 25453) | [Pure] method Tanh (line 25463) | [Pure] method Asinh (line 25473) | [Pure] method Acosh (line 25483) | [Pure] method Atanh (line 25493) | [Pure] method Step (line 25507) | [Pure] method Step (line 25517) | [Pure] method Linearstep (line 25527) | [Pure] method Linearstep (line 25537) | [Pure] method Smoothstep (line 25547) | [Pure] method Smoothstep (line 25557) | [Pure] method Lerp (line 25571) | [Pure] method Lerp (line 25581) | [Pure] method InvLerp (line 25591) | [Pure] method FloatToBits (line 25605) | [Pure] method ApproximateEquals (line 25619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25643) | [Pure] method IsTiny (line 25651) | [Pure] method IsNaN (line 25663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 25670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 25677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 25684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 25691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 33426) | [Pure] method Min (line 33436) | [Pure] method Min (line 33446) | [Pure] method Max (line 33456) | [Pure] method Max (line 33466) | [Pure] method Max (line 33476) | [Pure] method Min (line 33486) | [Pure] method Max (line 33496) | [Pure] method Min (line 33506) | [Pure] method Max (line 33516) | [Pure] method Min (line 33526) | [Pure] method Max (line 33536) | [Pure] method Abs (line 33550) | [Pure] method Clamp (line 33564) | [Pure] method Clamp (line 33574) | [Pure] method ClampExcl (line 33584) | [Pure] method ClampExcl (line 33594) | [Pure] method ClampWrap (line 33604) | [Pure] method ClampWrap (line 33614) | [Pure] method Saturate (line 33624) | [Pure] method Sign (line 33638) | [Pure] method Signumi (line 33648) | [Pure] method Signum (line 33658) | [Pure] method MultiplyAdd (line 33672) | [Pure] method MultiplyAdd (line 33682) | [Pure] method MultiplyAdd (line 33692) | [Pure] method Sqrt (line 33706) | [Pure] method Cbrt (line 33716) | [Pure] method Square (line 33730) | [Pure] method Pown (line 33744) | [Pure] method Pown (line 33754) | [Pure] method Pown (line 33764) | [Pure] method Pow (line 33774) | [Pure] method Pow (line 33784) | [Pure] method Pow (line 33794) | [Pure] method Pow (line 33804) | [Pure] method Pow (line 33814) | [Pure] method Pow (line 33824) | [Pure] method Power (line 33834) | [Pure] method Power (line 33845) | [Pure] method Power (line 33856) | [Pure] method Power (line 33867) | [Pure] method Power (line 33878) | [Pure] method Power (line 33889) | [Pure] method Exp (line 33904) | [Pure] method Log (line 33914) | [Pure] method Log2 (line 33924) | [Pure] method Log2Int (line 33934) | [Pure] method Log10 (line 33944) | [Pure] method Log (line 33954) | [Pure] method ModP (line 33968) | [Pure] method PowerOfTwo (line 33982) | [Pure] method NextPowerOfTwo (line 33992) | [Pure] method PrevPowerOfTwo (line 34002) | [Pure] method Step (line 34016) | [Pure] method Step (line 34026) | [Pure] method Lerp (line 34040) | [Pure] method Lerp (line 34050) | [Pure] method Lerp (line 34060) | [Pure] method Lerp (line 34070) | [Pure] method InvLerp (line 34080) | [Pure] method GreatestCommonDivisor (line 34094) | [Pure] method LeastCommonMultiple (line 34104) | [Pure] method FloatFromBits (line 34118) | [Pure] method ApproximateEquals (line 34132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 34146) | [Pure] method Min (line 39472) | [Pure] method Min (line 39482) | [Pure] method Min (line 39492) | [Pure] method Max (line 39502) | [Pure] method Max (line 39512) | [Pure] method Max (line 39522) | [Pure] method Min (line 39532) | [Pure] method Max (line 39542) | [Pure] method Min (line 39552) | [Pure] method Max (line 39562) | [Pure] method Min (line 39572) | [Pure] method Max (line 39582) | [Pure] method Clamp (line 39596) | [Pure] method Clamp (line 39606) | [Pure] method ClampExcl (line 39616) | [Pure] method ClampExcl (line 39626) | [Pure] method ClampWrap (line 39636) | [Pure] method ClampWrap (line 39646) | [Pure] method Saturate (line 39656) | [Pure] method MultiplyAdd (line 39670) | [Pure] method MultiplyAdd (line 39680) | [Pure] method MultiplyAdd (line 39690) | [Pure] method Sqrt (line 39704) | [Pure] method Cbrt (line 39714) | [Pure] method Square (line 39728) | [Pure] method Pown (line 39742) | [Pure] method Pown (line 39752) | [Pure] method Pown (line 39762) | [Pure] method Pown (line 39772) | [Pure] method Pown (line 39782) | [Pure] method Pown (line 39792) | [Pure] method Pow (line 39802) | [Pure] method Pow (line 39812) | [Pure] method Pow (line 39822) | [Pure] method Pow (line 39832) | [Pure] method Pow (line 39842) | [Pure] method Pow (line 39852) | [Pure] method Power (line 39862) | [Pure] method Power (line 39873) | [Pure] method Power (line 39884) | [Pure] method Power (line 39895) | [Pure] method Power (line 39906) | [Pure] method Power (line 39917) | [Pure] method Exp (line 39932) | [Pure] method Log (line 39942) | [Pure] method Log2 (line 39952) | [Pure] method Log2Int (line 39962) | [Pure] method Log10 (line 39972) | [Pure] method Log (line 39982) | [Pure] method Step (line 39996) | [Pure] method Step (line 40006) | [Pure] method Lerp (line 40020) | [Pure] method Lerp (line 40030) | [Pure] method Lerp (line 40040) | [Pure] method Lerp (line 40050) | [Pure] method InvLerp (line 40060) | [Pure] method GreatestCommonDivisor (line 40074) | [Pure] method LeastCommonMultiple (line 40084) | [Pure] method FloatFromUnsignedBits (line 40098) | [Pure] method ApproximateEquals (line 40112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 40126) | [Pure] method Min (line 47513) | [Pure] method Min (line 47523) | [Pure] method Min (line 47533) | [Pure] method Max (line 47543) | [Pure] method Max (line 47553) | [Pure] method Max (line 47563) | [Pure] method Min (line 47573) | [Pure] method Max (line 47583) | [Pure] method Min (line 47593) | [Pure] method Max (line 47603) | [Pure] method Min (line 47613) | [Pure] method Max (line 47623) | [Pure] method Abs (line 47637) | [Pure] method Clamp (line 47651) | [Pure] method Clamp (line 47661) | [Pure] method ClampExcl (line 47671) | [Pure] method ClampExcl (line 47681) | [Pure] method ClampWrap (line 47691) | [Pure] method ClampWrap (line 47701) | [Pure] method Saturate (line 47711) | [Pure] method Sign (line 47725) | [Pure] method Signumi (line 47735) | [Pure] method Signum (line 47745) | [Pure] method MultiplyAdd (line 47759) | [Pure] method MultiplyAdd (line 47769) | [Pure] method MultiplyAdd (line 47779) | [Pure] method Sqrt (line 47793) | [Pure] method Cbrt (line 47803) | [Pure] method Square (line 47817) | [Pure] method Pown (line 47831) | [Pure] method Pown (line 47841) | [Pure] method Pown (line 47851) | [Pure] method Pown (line 47861) | [Pure] method Pown (line 47871) | [Pure] method Pown (line 47881) | [Pure] method Pow (line 47891) | [Pure] method Pow (line 47901) | [Pure] method Pow (line 47911) | [Pure] method Pow (line 47921) | [Pure] method Pow (line 47931) | [Pure] method Pow (line 47941) | [Pure] method Power (line 47951) | [Pure] method Power (line 47962) | [Pure] method Power (line 47973) | [Pure] method Power (line 47984) | [Pure] method Power (line 47995) | [Pure] method Power (line 48006) | [Pure] method Exp (line 48021) | [Pure] method Log (line 48031) | [Pure] method Log2 (line 48041) | [Pure] method Log2Int (line 48051) | [Pure] method Log10 (line 48061) | [Pure] method Log (line 48071) | [Pure] method ModP (line 48085) | [Pure] method PowerOfTwo (line 48099) | [Pure] method NextPowerOfTwo (line 48109) | [Pure] method PrevPowerOfTwo (line 48119) | [Pure] method Step (line 48133) | [Pure] method Step (line 48143) | [Pure] method Lerp (line 48157) | [Pure] method Lerp (line 48167) | [Pure] method Lerp (line 48177) | [Pure] method Lerp (line 48187) | [Pure] method InvLerp (line 48197) | [Pure] method GreatestCommonDivisor (line 48211) | [Pure] method LeastCommonMultiple (line 48221) | [Pure] method FloatFromBits (line 48235) | [Pure] method ApproximateEquals (line 48249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 48263) | [Pure] method Min (line 56252) | [Pure] method Min (line 56262) | [Pure] method Min (line 56272) | [Pure] method Max (line 56282) | [Pure] method Max (line 56292) | [Pure] method Max (line 56302) | [Pure] method Min (line 56312) | [Pure] method Max (line 56322) | [Pure] method Min (line 56332) | [Pure] method Max (line 56342) | [Pure] method Min (line 56352) | [Pure] method Max (line 56362) | [Pure] method Abs (line 56376) | [Pure] method Floor (line 56390) | [Pure] method Ceiling (line 56400) | [Pure] method Round (line 56410) | [Pure] method Round (line 56420) | [Pure] method Round (line 56430) | [Pure] method Round (line 56440) | [Pure] method Truncate (line 56450) | [Pure] method Frac (line 56464) | [Pure] method Clamp (line 56478) | [Pure] method Clamp (line 56488) | [Pure] method ClampWrap (line 56498) | [Pure] method ClampWrap (line 56508) | [Pure] method Saturate (line 56518) | [Pure] method MapToUnitInterval (line 56532) | [Pure] method MapToUnitInterval (line 56542) | [Pure] method MapToUnitInterval (line 56552) | [Pure] method MapToUnitInterval (line 56562) | [Pure] method Sign (line 56576) | [Pure] method Signumi (line 56586) | [Pure] method Signum (line 56596) | [Pure] method MultiplyAdd (line 56610) | [Pure] method MultiplyAdd (line 56620) | [Pure] method MultiplyAdd (line 56630) | [Pure] method CopySign (line 56644) | [Pure] method CopySign (line 56654) | [Pure] method CopySign (line 56664) | [Pure] method Sqrt (line 56678) | [Pure] method Cbrt (line 56688) | [Pure] method Square (line 56702) | [Pure] method Pown (line 56716) | [Pure] method Pown (line 56726) | [Pure] method Pown (line 56736) | [Pure] method Pow (line 56746) | [Pure] method Pow (line 56756) | [Pure] method Pow (line 56766) | [Pure] method Power (line 56776) | [Pure] method Power (line 56787) | [Pure] method Power (line 56798) | [Pure] method Exp (line 56813) | [Pure] method Log (line 56823) | [Pure] method Log2 (line 56833) | [Pure] method Log2Int (line 56843) | [Pure] method Log10 (line 56853) | [Pure] method Log (line 56863) | [Pure] method ModP (line 56877) | [Pure] method PowerOfTwo (line 56891) | [Pure] method Sin (line 56905) | [Pure] method Cos (line 56915) | [Pure] method Tan (line 56925) | [Pure] method Asin (line 56935) | [Pure] method AsinClamped (line 56945) | [Pure] method Acos (line 56955) | [Pure] method AcosClamped (line 56965) | [Pure] method Atan (line 56975) | [Pure] method Atan2 (line 56985) | [Pure] method FastAtan2 (line 56995) | [Pure] method Sinh (line 57005) | [Pure] method Cosh (line 57015) | [Pure] method Tanh (line 57025) | [Pure] method Asinh (line 57035) | [Pure] method Acosh (line 57045) | [Pure] method Atanh (line 57055) | [Pure] method Step (line 57069) | [Pure] method Step (line 57079) | [Pure] method Linearstep (line 57089) | [Pure] method Linearstep (line 57099) | [Pure] method Smoothstep (line 57109) | [Pure] method Smoothstep (line 57119) | [Pure] method Lerp (line 57133) | [Pure] method Lerp (line 57143) | [Pure] method InvLerp (line 57153) | [Pure] method FloatToBits (line 57167) | [Pure] method FloatToUnsignedBits (line 57177) | [Pure] method ApproximateEquals (line 57191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57215) | [Pure] method IsTiny (line 57223) | [Pure] method IsNaN (line 57235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 57242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 57249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 57256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 57263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 65644) | [Pure] method Min (line 65654) | [Pure] method Min (line 65664) | [Pure] method Max (line 65674) | [Pure] method Max (line 65684) | [Pure] method Max (line 65694) | [Pure] method Min (line 65704) | [Pure] method Max (line 65714) | [Pure] method Min (line 65724) | [Pure] method Max (line 65734) | [Pure] method Min (line 65744) | [Pure] method Max (line 65754) | [Pure] method Abs (line 65768) | [Pure] method Floor (line 65782) | [Pure] method Ceiling (line 65792) | [Pure] method Round (line 65802) | [Pure] method Round (line 65812) | [Pure] method Round (line 65822) | [Pure] method Round (line 65832) | [Pure] method Truncate (line 65842) | [Pure] method Frac (line 65856) | [Pure] method Clamp (line 65870) | [Pure] method Clamp (line 65880) | [Pure] method ClampWrap (line 65890) | [Pure] method ClampWrap (line 65900) | [Pure] method Saturate (line 65910) | [Pure] method MapToUnitInterval (line 65924) | [Pure] method MapToUnitInterval (line 65934) | [Pure] method MapToUnitInterval (line 65944) | [Pure] method MapToUnitInterval (line 65954) | [Pure] method Sign (line 65968) | [Pure] method Signumi (line 65978) | [Pure] method Signum (line 65988) | [Pure] method MultiplyAdd (line 66002) | [Pure] method MultiplyAdd (line 66012) | [Pure] method MultiplyAdd (line 66022) | [Pure] method CopySign (line 66036) | [Pure] method CopySign (line 66046) | [Pure] method CopySign (line 66056) | [Pure] method Sqrt (line 66070) | [Pure] method Cbrt (line 66080) | [Pure] method Square (line 66094) | [Pure] method Pown (line 66108) | [Pure] method Pown (line 66118) | [Pure] method Pown (line 66128) | [Pure] method Pow (line 66138) | [Pure] method Pow (line 66148) | [Pure] method Pow (line 66158) | [Pure] method Power (line 66168) | [Pure] method Power (line 66179) | [Pure] method Power (line 66190) | [Pure] method Exp (line 66205) | [Pure] method Log (line 66215) | [Pure] method Log2 (line 66225) | [Pure] method Log2Int (line 66235) | [Pure] method Log10 (line 66245) | [Pure] method Log (line 66255) | [Pure] method ModP (line 66269) | [Pure] method PowerOfTwo (line 66283) | [Pure] method Sin (line 66297) | [Pure] method Cos (line 66307) | [Pure] method Tan (line 66317) | [Pure] method Asin (line 66327) | [Pure] method AsinClamped (line 66337) | [Pure] method Acos (line 66347) | [Pure] method AcosClamped (line 66357) | [Pure] method Atan (line 66367) | [Pure] method Atan2 (line 66377) | [Pure] method FastAtan2 (line 66387) | [Pure] method Sinh (line 66397) | [Pure] method Cosh (line 66407) | [Pure] method Tanh (line 66417) | [Pure] method Asinh (line 66427) | [Pure] method Acosh (line 66437) | [Pure] method Atanh (line 66447) | [Pure] method Step (line 66461) | [Pure] method Step (line 66471) | [Pure] method Linearstep (line 66481) | [Pure] method Linearstep (line 66491) | [Pure] method Smoothstep (line 66501) | [Pure] method Smoothstep (line 66511) | [Pure] method Lerp (line 66525) | [Pure] method Lerp (line 66535) | [Pure] method InvLerp (line 66545) | [Pure] method FloatToBits (line 66559) | [Pure] method ApproximateEquals (line 66573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 66583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 66597) | [Pure] method IsTiny (line 66605) | [Pure] method IsNaN (line 66617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 66624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 66631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 66638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 66645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 79020) | [Pure] method Min (line 79030) | [Pure] method Min (line 79040) | [Pure] method Max (line 79050) | [Pure] method Max (line 79060) | [Pure] method Max (line 79070) | [Pure] method Min (line 79080) | [Pure] method Max (line 79090) | [Pure] method Min (line 79100) | [Pure] method Max (line 79110) | [Pure] method Min (line 79120) | [Pure] method Max (line 79130) | [Pure] method Abs (line 79144) | [Pure] method Clamp (line 79158) | [Pure] method Clamp (line 79168) | [Pure] method ClampExcl (line 79178) | [Pure] method ClampExcl (line 79188) | [Pure] method ClampWrap (line 79198) | [Pure] method ClampWrap (line 79208) | [Pure] method Saturate (line 79218) | [Pure] method Sign (line 79232) | [Pure] method Signumi (line 79242) | [Pure] method Signum (line 79252) | [Pure] method MultiplyAdd (line 79266) | [Pure] method MultiplyAdd (line 79276) | [Pure] method MultiplyAdd (line 79286) | [Pure] method Sqrt (line 79300) | [Pure] method Cbrt (line 79310) | [Pure] method Square (line 79324) | [Pure] method Pown (line 79338) | [Pure] method Pown (line 79348) | [Pure] method Pown (line 79358) | [Pure] method Pow (line 79368) | [Pure] method Pow (line 79378) | [Pure] method Pow (line 79388) | [Pure] method Pow (line 79398) | [Pure] method Pow (line 79408) | [Pure] method Pow (line 79418) | [Pure] method Power (line 79428) | [Pure] method Power (line 79439) | [Pure] method Power (line 79450) | [Pure] method Power (line 79461) | [Pure] method Power (line 79472) | [Pure] method Power (line 79483) | [Pure] method Exp (line 79498) | [Pure] method Log (line 79508) | [Pure] method Log2 (line 79518) | [Pure] method Log2Int (line 79528) | [Pure] method Log10 (line 79538) | [Pure] method Log (line 79548) | [Pure] method ModP (line 79562) | [Pure] method PowerOfTwo (line 79576) | [Pure] method NextPowerOfTwo (line 79586) | [Pure] method PrevPowerOfTwo (line 79596) | [Pure] method Step (line 79610) | [Pure] method Step (line 79620) | [Pure] method Lerp (line 79634) | [Pure] method Lerp (line 79644) | [Pure] method Lerp (line 79654) | [Pure] method Lerp (line 79664) | [Pure] method InvLerp (line 79674) | [Pure] method GreatestCommonDivisor (line 79688) | [Pure] method LeastCommonMultiple (line 79698) | [Pure] method FloatFromBits (line 79712) | [Pure] method ApproximateEquals (line 79726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 79740) | [Pure] method Min (line 88085) | [Pure] method Min (line 88095) | [Pure] method Min (line 88105) | [Pure] method Max (line 88115) | [Pure] method Max (line 88125) | [Pure] method Max (line 88135) | [Pure] method Min (line 88145) | [Pure] method Max (line 88155) | [Pure] method Min (line 88165) | [Pure] method Max (line 88175) | [Pure] method Min (line 88185) | [Pure] method Max (line 88195) | [Pure] method Clamp (line 88209) | [Pure] method Clamp (line 88219) | [Pure] method ClampExcl (line 88229) | [Pure] method ClampExcl (line 88239) | [Pure] method ClampWrap (line 88249) | [Pure] method ClampWrap (line 88259) | [Pure] method Saturate (line 88269) | [Pure] method MultiplyAdd (line 88283) | [Pure] method MultiplyAdd (line 88293) | [Pure] method MultiplyAdd (line 88303) | [Pure] method Sqrt (line 88317) | [Pure] method Cbrt (line 88327) | [Pure] method Square (line 88341) | [Pure] method Pown (line 88355) | [Pure] method Pown (line 88365) | [Pure] method Pown (line 88375) | [Pure] method Pown (line 88385) | [Pure] method Pown (line 88395) | [Pure] method Pown (line 88405) | [Pure] method Pow (line 88415) | [Pure] method Pow (line 88425) | [Pure] method Pow (line 88435) | [Pure] method Pow (line 88445) | [Pure] method Pow (line 88455) | [Pure] method Pow (line 88465) | [Pure] method Power (line 88475) | [Pure] method Power (line 88486) | [Pure] method Power (line 88497) | [Pure] method Power (line 88508) | [Pure] method Power (line 88519) | [Pure] method Power (line 88530) | [Pure] method Exp (line 88545) | [Pure] method Log (line 88555) | [Pure] method Log2 (line 88565) | [Pure] method Log2Int (line 88575) | [Pure] method Log10 (line 88585) | [Pure] method Log (line 88595) | [Pure] method Step (line 88609) | [Pure] method Step (line 88619) | [Pure] method Lerp (line 88633) | [Pure] method Lerp (line 88643) | [Pure] method Lerp (line 88653) | [Pure] method Lerp (line 88663) | [Pure] method InvLerp (line 88673) | [Pure] method GreatestCommonDivisor (line 88687) | [Pure] method LeastCommonMultiple (line 88697) | [Pure] method FloatFromUnsignedBits (line 88711) | [Pure] method ApproximateEquals (line 88725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 88739) | [Pure] method Min (line 100720) | [Pure] method Min (line 100730) | [Pure] method Min (line 100740) | [Pure] method Max (line 100750) | [Pure] method Max (line 100760) | [Pure] method Max (line 100770) | [Pure] method Min (line 100780) | [Pure] method Max (line 100790) | [Pure] method Min (line 100800) | [Pure] method Max (line 100810) | [Pure] method Min (line 100820) | [Pure] method Max (line 100830) | [Pure] method Abs (line 100844) | [Pure] method Clamp (line 100858) | [Pure] method Clamp (line 100868) | [Pure] method ClampExcl (line 100878) | [Pure] method ClampExcl (line 100888) | [Pure] method ClampWrap (line 100898) | [Pure] method ClampWrap (line 100908) | [Pure] method Saturate (line 100918) | [Pure] method Sign (line 100932) | [Pure] method Signumi (line 100942) | [Pure] method Signum (line 100952) | [Pure] method MultiplyAdd (line 100966) | [Pure] method MultiplyAdd (line 100976) | [Pure] method MultiplyAdd (line 100986) | [Pure] method Sqrt (line 101000) | [Pure] method Cbrt (line 101010) | [Pure] method Square (line 101024) | [Pure] method Pown (line 101038) | [Pure] method Pown (line 101048) | [Pure] method Pown (line 101058) | [Pure] method Pown (line 101068) | [Pure] method Pown (line 101078) | [Pure] method Pown (line 101088) | [Pure] method Pow (line 101098) | [Pure] method Pow (line 101108) | [Pure] method Pow (line 101118) | [Pure] method Pow (line 101128) | [Pure] method Pow (line 101138) | [Pure] method Pow (line 101148) | [Pure] method Power (line 101158) | [Pure] method Power (line 101169) | [Pure] method Power (line 101180) | [Pure] method Power (line 101191) | [Pure] method Power (line 101202) | [Pure] method Power (line 101213) | [Pure] method Exp (line 101228) | [Pure] method Log (line 101238) | [Pure] method Log2 (line 101248) | [Pure] method Log2Int (line 101258) | [Pure] method Log10 (line 101268) | [Pure] method Log (line 101278) | [Pure] method ModP (line 101292) | [Pure] method PowerOfTwo (line 101306) | [Pure] method NextPowerOfTwo (line 101316) | [Pure] method PrevPowerOfTwo (line 101326) | [Pure] method Step (line 101340) | [Pure] method Step (line 101350) | [Pure] method Lerp (line 101364) | [Pure] method Lerp (line 101374) | [Pure] method Lerp (line 101384) | [Pure] method Lerp (line 101394) | [Pure] method InvLerp (line 101404) | [Pure] method GreatestCommonDivisor (line 101418) | [Pure] method LeastCommonMultiple (line 101428) | [Pure] method FloatFromBits (line 101442) | [Pure] method ApproximateEquals (line 101456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 101470) | [Pure] method Min (line 113921) | [Pure] method Min (line 113931) | [Pure] method Min (line 113941) | [Pure] method Max (line 113951) | [Pure] method Max (line 113961) | [Pure] method Max (line 113971) | [Pure] method Min (line 113981) | [Pure] method Max (line 113991) | [Pure] method Min (line 114001) | [Pure] method Max (line 114011) | [Pure] method Min (line 114021) | [Pure] method Max (line 114031) | [Pure] method Abs (line 114045) | [Pure] method Floor (line 114059) | [Pure] method Ceiling (line 114069) | [Pure] method Round (line 114079) | [Pure] method Round (line 114089) | [Pure] method Round (line 114099) | [Pure] method Round (line 114109) | [Pure] method Truncate (line 114119) | [Pure] method Frac (line 114133) | [Pure] method Clamp (line 114147) | [Pure] method Clamp (line 114157) | [Pure] method ClampWrap (line 114167) | [Pure] method ClampWrap (line 114177) | [Pure] method Saturate (line 114187) | [Pure] method MapToUnitInterval (line 114201) | [Pure] method MapToUnitInterval (line 114211) | [Pure] method MapToUnitInterval (line 114221) | [Pure] method MapToUnitInterval (line 114231) | [Pure] method Sign (line 114245) | [Pure] method Signumi (line 114255) | [Pure] method Signum (line 114265) | [Pure] method MultiplyAdd (line 114279) | [Pure] method MultiplyAdd (line 114289) | [Pure] method MultiplyAdd (line 114299) | [Pure] method CopySign (line 114313) | [Pure] method CopySign (line 114323) | [Pure] method CopySign (line 114333) | [Pure] method Sqrt (line 114347) | [Pure] method Cbrt (line 114357) | [Pure] method Square (line 114371) | [Pure] method Pown (line 114385) | [Pure] method Pown (line 114395) | [Pure] method Pown (line 114405) | [Pure] method Pow (line 114415) | [Pure] method Pow (line 114425) | [Pure] method Pow (line 114435) | [Pure] method Power (line 114445) | [Pure] method Power (line 114456) | [Pure] method Power (line 114467) | [Pure] method Exp (line 114482) | [Pure] method Log (line 114492) | [Pure] method Log2 (line 114502) | [Pure] method Log2Int (line 114512) | [Pure] method Log10 (line 114522) | [Pure] method Log (line 114532) | [Pure] method ModP (line 114546) | [Pure] method PowerOfTwo (line 114560) | [Pure] method Sin (line 114574) | [Pure] method Cos (line 114584) | [Pure] method Tan (line 114594) | [Pure] method Asin (line 114604) | [Pure] method AsinClamped (line 114614) | [Pure] method Acos (line 114624) | [Pure] method AcosClamped (line 114634) | [Pure] method Atan (line 114644) | [Pure] method Atan2 (line 114654) | [Pure] method FastAtan2 (line 114664) | [Pure] method Sinh (line 114674) | [Pure] method Cosh (line 114684) | [Pure] method Tanh (line 114694) | [Pure] method Asinh (line 114704) | [Pure] method Acosh (line 114714) | [Pure] method Atanh (line 114724) | [Pure] method Step (line 114738) | [Pure] method Step (line 114748) | [Pure] method Linearstep (line 114758) | [Pure] method Linearstep (line 114768) | [Pure] method Smoothstep (line 114778) | [Pure] method Smoothstep (line 114788) | [Pure] method Lerp (line 114802) | [Pure] method Lerp (line 114812) | [Pure] method InvLerp (line 114822) | [Pure] method FloatToBits (line 114836) | [Pure] method FloatToUnsignedBits (line 114846) | [Pure] method ApproximateEquals (line 114860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 114870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 114884) | [Pure] method IsTiny (line 114892) | [Pure] method IsNaN (line 114904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 114911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 114918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 114925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 114932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 127647) | [Pure] method Min (line 127657) | [Pure] method Min (line 127667) | [Pure] method Max (line 127677) | [Pure] method Max (line 127687) | [Pure] method Max (line 127697) | [Pure] method Min (line 127707) | [Pure] method Max (line 127717) | [Pure] method Min (line 127727) | [Pure] method Max (line 127737) | [Pure] method Min (line 127747) | [Pure] method Max (line 127757) | [Pure] method Abs (line 127771) | [Pure] method Floor (line 127785) | [Pure] method Ceiling (line 127795) | [Pure] method Round (line 127805) | [Pure] method Round (line 127815) | [Pure] method Round (line 127825) | [Pure] method Round (line 127835) | [Pure] method Truncate (line 127845) | [Pure] method Frac (line 127859) | [Pure] method Clamp (line 127873) | [Pure] method Clamp (line 127883) | [Pure] method ClampWrap (line 127893) | [Pure] method ClampWrap (line 127903) | [Pure] method Saturate (line 127913) | [Pure] method MapToUnitInterval (line 127927) | [Pure] method MapToUnitInterval (line 127937) | [Pure] method MapToUnitInterval (line 127947) | [Pure] method MapToUnitInterval (line 127957) | [Pure] method Sign (line 127971) | [Pure] method Signumi (line 127981) | [Pure] method Signum (line 127991) | [Pure] method MultiplyAdd (line 128005) | [Pure] method MultiplyAdd (line 128015) | [Pure] method MultiplyAdd (line 128025) | [Pure] method CopySign (line 128039) | [Pure] method CopySign (line 128049) | [Pure] method CopySign (line 128059) | [Pure] method Sqrt (line 128073) | [Pure] method Cbrt (line 128083) | [Pure] method Square (line 128097) | [Pure] method Pown (line 128111) | [Pure] method Pown (line 128121) | [Pure] method Pown (line 128131) | [Pure] method Pow (line 128141) | [Pure] method Pow (line 128151) | [Pure] method Pow (line 128161) | [Pure] method Power (line 128171) | [Pure] method Power (line 128182) | [Pure] method Power (line 128193) | [Pure] method Exp (line 128208) | [Pure] method Log (line 128218) | [Pure] method Log2 (line 128228) | [Pure] method Log2Int (line 128238) | [Pure] method Log10 (line 128248) | [Pure] method Log (line 128258) | [Pure] method ModP (line 128272) | [Pure] method PowerOfTwo (line 128286) | [Pure] method Sin (line 128300) | [Pure] method Cos (line 128310) | [Pure] method Tan (line 128320) | [Pure] method Asin (line 128330) | [Pure] method AsinClamped (line 128340) | [Pure] method Acos (line 128350) | [Pure] method AcosClamped (line 128360) | [Pure] method Atan (line 128370) | [Pure] method Atan2 (line 128380) | [Pure] method FastAtan2 (line 128390) | [Pure] method Sinh (line 128400) | [Pure] method Cosh (line 128410) | [Pure] method Tanh (line 128420) | [Pure] method Asinh (line 128430) | [Pure] method Acosh (line 128440) | [Pure] method Atanh (line 128450) | [Pure] method Step (line 128464) | [Pure] method Step (line 128474) | [Pure] method Linearstep (line 128484) | [Pure] method Linearstep (line 128494) | [Pure] method Smoothstep (line 128504) | [Pure] method Smoothstep (line 128514) | [Pure] method Lerp (line 128528) | [Pure] method Lerp (line 128538) | [Pure] method InvLerp (line 128548) | [Pure] method FloatToBits (line 128562) | [Pure] method ApproximateEquals (line 128576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 128586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 128600) | [Pure] method IsTiny (line 128608) | [Pure] method IsNaN (line 128620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 128627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 128634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 128641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 128648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Conversion (line 25698) | public static partial class Conversion method RadiansFromDegrees (line 19490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 19500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 19510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 19520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 19530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 19540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 25705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 25715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 25725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 25735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 25745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 25755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 57277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 57288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 57299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 57321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 57332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 66659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 66670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 66681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 66692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 66703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 66714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 114946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 114958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 114970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 114982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 114994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 115006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 128662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 128674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 128686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 128698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 128710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 128722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Vec (line 25768) | public static partial class Vec method LengthSquared (line 4326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 4333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 4402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 4431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 4496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 4503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 4513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 4524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 4530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 4546) | public static V2i Cross(this V2i a) method AllSmaller (line 4559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 4919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 4936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 4943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4954) | [Pure] method AllTiny (line 4962) | [Pure] method IndexOfClosestPoint (line 4971) | public static int IndexOfClosestPoint(this V2i[] pointArray, V2i point) method IndexOfClosestPoint (line 4984) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 4998) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 5012) | public static long LongIndexOfClosestPoint(this V2i[] pointArray, V2i ... method LongIndexOfClosestPoint (line 5025) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 5039) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 5057) | public static int IndexOfMinX(this V2i[] vectorArray, int count = 0) method LongIndexOfMinX (line 5074) | public static long LongIndexOfMinX(this V2i[] vectorArray, long count ... method IndexOfMaxX (line 5091) | public static int IndexOfMaxX(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 5108) | public static long LongIndexOfMaxX(this V2i[] vectorArray, long count ... method IndexOfMinY (line 5125) | public static int IndexOfMinY(this V2i[] vectorArray, int count = 0) method LongIndexOfMinY (line 5142) | public static long LongIndexOfMinY(this V2i[] vectorArray, long count ... method IndexOfMaxY (line 5159) | public static int IndexOfMaxY(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 5176) | public static long LongIndexOfMaxY(this V2i[] vectorArray, long count ... method IndexOfMinX (line 5193) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 5210) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 5227) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 5244) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 5260) | public static int[] CopyCoord(this V2i[] self, int index) method LengthSquared (line 8419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 8426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 8449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 8457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 8465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 8473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 8480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 8495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 8509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 8524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 8589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 8595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 8974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 8991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 8998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 9009) | [Pure] method AllTiny (line 9017) | [Pure] method IndexOfClosestPoint (line 9026) | public static int IndexOfClosestPoint(this V2ui[] pointArray, V2ui point) method IndexOfClosestPoint (line 9039) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 9053) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 9067) | public static long LongIndexOfClosestPoint(this V2ui[] pointArray, V2u... method LongIndexOfClosestPoint (line 9080) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 9094) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 9112) | public static int IndexOfMinX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 9129) | public static long LongIndexOfMinX(this V2ui[] vectorArray, long count... method IndexOfMaxX (line 9146) | public static int IndexOfMaxX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 9163) | public static long LongIndexOfMaxX(this V2ui[] vectorArray, long count... method IndexOfMinY (line 9180) | public static int IndexOfMinY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 9197) | public static long LongIndexOfMinY(this V2ui[] vectorArray, long count... method IndexOfMaxY (line 9214) | public static int IndexOfMaxY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 9231) | public static long LongIndexOfMaxY(this V2ui[] vectorArray, long count... method IndexOfMinX (line 9248) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 9265) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 9282) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 9299) | public static int IndexOfMaxY(this IList vectorArray, int count ... method CopyCoord (line 9315) | public static uint[] CopyCoord(this V2ui[] self, int index) method LengthSquared (line 13661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 13668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 13679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 13691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 13699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 13715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 13737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 13751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 13766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 13774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 13831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 13838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 13848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 13859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 13865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 13881) | public static V2l Cross(this V2l a) method AllSmaller (line 13894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 14004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 14254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 14271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 14278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 14289) | [Pure] method AllTiny (line 14297) | [Pure] method IndexOfClosestPoint (line 14306) | public static int IndexOfClosestPoint(this V2l[] pointArray, V2l point) method IndexOfClosestPoint (line 14319) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 14333) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 14347) | public static long LongIndexOfClosestPoint(this V2l[] pointArray, V2l ... method LongIndexOfClosestPoint (line 14360) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 14374) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 14392) | public static int IndexOfMinX(this V2l[] vectorArray, int count = 0) method LongIndexOfMinX (line 14409) | public static long LongIndexOfMinX(this V2l[] vectorArray, long count ... method IndexOfMaxX (line 14426) | public static int IndexOfMaxX(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 14443) | public static long LongIndexOfMaxX(this V2l[] vectorArray, long count ... method IndexOfMinY (line 14460) | public static int IndexOfMinY(this V2l[] vectorArray, int count = 0) method LongIndexOfMinY (line 14477) | public static long LongIndexOfMinY(this V2l[] vectorArray, long count ... method IndexOfMaxY (line 14494) | public static int IndexOfMaxY(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 14511) | public static long LongIndexOfMaxY(this V2l[] vectorArray, long count ... method IndexOfMinX (line 14528) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 14545) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 14562) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 14579) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 14595) | public static long[] CopyCoord(this V2l[] self, int index) method LengthSquared (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 19567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 19578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 19590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 19602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 19610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 19618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 19626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 19633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 19648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 19662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 19677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 19685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 19766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 19773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 19780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 19790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 19801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 19807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 19821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 19832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 19853) | public static V2f Cross(this V2f a) method AllSmaller (line 19866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 20226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 20243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 20250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 20261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 20272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 20283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 20298) | [Pure] method AllTiny (line 20306) | [Pure] method AnyFinite (line 20315) | [Pure] method AllFinite (line 20320) | [Pure] method AnyNaN (line 20325) | [Pure] method AllNaN (line 20330) | [Pure] method AnyInfinity (line 20335) | [Pure] method AllInfinity (line 20340) | [Pure] method AnyPositiveInfinity (line 20345) | [Pure] method AllPositiveInfinity (line 20350) | [Pure] method AnyNegativeInfinity (line 20355) | [Pure] method AllNegativeInfinity (line 20360) | [Pure] method AnyTiny (line 20365) | [Pure] method AllTiny (line 20370) | [Pure] method Dot90 (line 20382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 20391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 20400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 20410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 20420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 20430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 20440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 20490) | public static int IndexOfClosestPoint(this V2f[] pointArray, V2f point) method IndexOfClosestPoint (line 20503) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 20517) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 20531) | public static long LongIndexOfClosestPoint(this V2f[] pointArray, V2f ... method LongIndexOfClosestPoint (line 20544) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 20558) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 20576) | public static int IndexOfMinX(this V2f[] vectorArray, int count = 0) method LongIndexOfMinX (line 20593) | public static long LongIndexOfMinX(this V2f[] vectorArray, long count ... method IndexOfMaxX (line 20610) | public static int IndexOfMaxX(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 20627) | public static long LongIndexOfMaxX(this V2f[] vectorArray, long count ... method IndexOfMinY (line 20644) | public static int IndexOfMinY(this V2f[] vectorArray, int count = 0) method LongIndexOfMinY (line 20661) | public static long LongIndexOfMinY(this V2f[] vectorArray, long count ... method IndexOfMaxY (line 20678) | public static int IndexOfMaxY(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 20695) | public static long LongIndexOfMaxY(this V2f[] vectorArray, long count ... method IndexOfMinX (line 20712) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 20729) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 20746) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 20763) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 20779) | public static float[] CopyCoord(this V2f[] self, int index) method WeightedSum (line 20789) | public static V2f WeightedSum( method LengthSquared (line 25775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 25782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 25793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 25805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 25817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 25825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 25833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 25841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 25848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 25863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 25877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 25892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 25900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 25981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 25988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 25995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 26005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 26016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 26022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 26036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 26047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 26068) | public static V2d Cross(this V2d a) method AllSmaller (line 26081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 26441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 26458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 26465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 26476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 26487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 26498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 26513) | [Pure] method AllTiny (line 26521) | [Pure] method AnyFinite (line 26530) | [Pure] method AllFinite (line 26535) | [Pure] method AnyNaN (line 26540) | [Pure] method AllNaN (line 26545) | [Pure] method AnyInfinity (line 26550) | [Pure] method AllInfinity (line 26555) | [Pure] method AnyPositiveInfinity (line 26560) | [Pure] method AllPositiveInfinity (line 26565) | [Pure] method AnyNegativeInfinity (line 26570) | [Pure] method AllNegativeInfinity (line 26575) | [Pure] method AnyTiny (line 26580) | [Pure] method AllTiny (line 26585) | [Pure] method Dot90 (line 26597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 26606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 26615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 26625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 26635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 26645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 26655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 26705) | public static int IndexOfClosestPoint(this V2d[] pointArray, V2d point) method IndexOfClosestPoint (line 26718) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 26732) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 26746) | public static long LongIndexOfClosestPoint(this V2d[] pointArray, V2d ... method LongIndexOfClosestPoint (line 26759) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 26773) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 26791) | public static int IndexOfMinX(this V2d[] vectorArray, int count = 0) method LongIndexOfMinX (line 26808) | public static long LongIndexOfMinX(this V2d[] vectorArray, long count ... method IndexOfMaxX (line 26825) | public static int IndexOfMaxX(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 26842) | public static long LongIndexOfMaxX(this V2d[] vectorArray, long count ... method IndexOfMinY (line 26859) | public static int IndexOfMinY(this V2d[] vectorArray, int count = 0) method LongIndexOfMinY (line 26876) | public static long LongIndexOfMinY(this V2d[] vectorArray, long count ... method IndexOfMaxY (line 26893) | public static int IndexOfMaxY(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 26910) | public static long LongIndexOfMaxY(this V2d[] vectorArray, long count ... method IndexOfMinX (line 26927) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 26944) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 26961) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 26978) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 26994) | public static double[] CopyCoord(this V2d[] self, int index) method WeightedSum (line 27004) | public static V2d WeightedSum( method LengthSquared (line 34164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 34171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 34182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 34241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 34270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 34278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 34335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 34346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 34358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 34367) | public static M33i CrossMatrix(this V3i v) method DirFlags (line 34374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 34390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 34768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 34787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 34794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 34805) | [Pure] method AllTiny (line 34813) | [Pure] method IndexOfClosestPoint (line 34822) | public static int IndexOfClosestPoint(this V3i[] pointArray, V3i point) method IndexOfClosestPoint (line 34835) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 34849) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 34863) | public static long LongIndexOfClosestPoint(this V3i[] pointArray, V3i ... method LongIndexOfClosestPoint (line 34876) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 34890) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 34908) | public static int IndexOfMinX(this V3i[] vectorArray, int count = 0) method LongIndexOfMinX (line 34925) | public static long LongIndexOfMinX(this V3i[] vectorArray, long count ... method IndexOfMaxX (line 34942) | public static int IndexOfMaxX(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 34959) | public static long LongIndexOfMaxX(this V3i[] vectorArray, long count ... method IndexOfMinY (line 34976) | public static int IndexOfMinY(this V3i[] vectorArray, int count = 0) method LongIndexOfMinY (line 34993) | public static long LongIndexOfMinY(this V3i[] vectorArray, long count ... method IndexOfMaxY (line 35010) | public static int IndexOfMaxY(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 35027) | public static long LongIndexOfMaxY(this V3i[] vectorArray, long count ... method IndexOfMinZ (line 35044) | public static int IndexOfMinZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 35061) | public static long LongIndexOfMinZ(this V3i[] vectorArray, long count ... method IndexOfMaxZ (line 35078) | public static int IndexOfMaxZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 35095) | public static long LongIndexOfMaxZ(this V3i[] vectorArray, long count ... method IndexOfMinX (line 35112) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 35129) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 35146) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 35163) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 35180) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 35197) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 35213) | public static int[] CopyCoord(this V3i[] self, int index) method LengthSquared (line 40144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 40151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 40162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 40174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 40182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 40190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 40198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 40205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 40221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 40235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 40250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 40258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 40315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 40321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 40702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 40721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 40728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 40739) | [Pure] method AllTiny (line 40747) | [Pure] method IndexOfClosestPoint (line 40756) | public static int IndexOfClosestPoint(this V3ui[] pointArray, V3ui point) method IndexOfClosestPoint (line 40769) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 40783) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 40797) | public static long LongIndexOfClosestPoint(this V3ui[] pointArray, V3u... method LongIndexOfClosestPoint (line 40810) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 40824) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 40842) | public static int IndexOfMinX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 40859) | public static long LongIndexOfMinX(this V3ui[] vectorArray, long count... method IndexOfMaxX (line 40876) | public static int IndexOfMaxX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 40893) | public static long LongIndexOfMaxX(this V3ui[] vectorArray, long count... method IndexOfMinY (line 40910) | public static int IndexOfMinY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 40927) | public static long LongIndexOfMinY(this V3ui[] vectorArray, long count... method IndexOfMaxY (line 40944) | public static int IndexOfMaxY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 40961) | public static long LongIndexOfMaxY(this V3ui[] vectorArray, long count... method IndexOfMinZ (line 40978) | public static int IndexOfMinZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 40995) | public static long LongIndexOfMinZ(this V3ui[] vectorArray, long count... method IndexOfMaxZ (line 41012) | public static int IndexOfMaxZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 41029) | public static long LongIndexOfMaxZ(this V3ui[] vectorArray, long count... method IndexOfMinX (line 41046) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 41063) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 41080) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 41097) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 41114) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 41131) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method CopyCoord (line 41147) | public static uint[] CopyCoord(this V3ui[] self, int index) method LengthSquared (line 48281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 48288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 48299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 48358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 48387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 48395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 48452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 48463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 48475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 48484) | public static M33l CrossMatrix(this V3l v) method DirFlags (line 48491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 48507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 48885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 48904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 48911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 48922) | [Pure] method AllTiny (line 48930) | [Pure] method IndexOfClosestPoint (line 48939) | public static int IndexOfClosestPoint(this V3l[] pointArray, V3l point) method IndexOfClosestPoint (line 48952) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 48966) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 48980) | public static long LongIndexOfClosestPoint(this V3l[] pointArray, V3l ... method LongIndexOfClosestPoint (line 48993) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 49007) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 49025) | public static int IndexOfMinX(this V3l[] vectorArray, int count = 0) method LongIndexOfMinX (line 49042) | public static long LongIndexOfMinX(this V3l[] vectorArray, long count ... method IndexOfMaxX (line 49059) | public static int IndexOfMaxX(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 49076) | public static long LongIndexOfMaxX(this V3l[] vectorArray, long count ... method IndexOfMinY (line 49093) | public static int IndexOfMinY(this V3l[] vectorArray, int count = 0) method LongIndexOfMinY (line 49110) | public static long LongIndexOfMinY(this V3l[] vectorArray, long count ... method IndexOfMaxY (line 49127) | public static int IndexOfMaxY(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 49144) | public static long LongIndexOfMaxY(this V3l[] vectorArray, long count ... method IndexOfMinZ (line 49161) | public static int IndexOfMinZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 49178) | public static long LongIndexOfMinZ(this V3l[] vectorArray, long count ... method IndexOfMaxZ (line 49195) | public static int IndexOfMaxZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 49212) | public static long LongIndexOfMaxZ(this V3l[] vectorArray, long count ... method IndexOfMinX (line 49229) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 49246) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 49263) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 49280) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 49297) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 49314) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 49330) | public static long[] CopyCoord(this V3l[] self, int index) method LengthSquared (line 57353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 57360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 57371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 57384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 57396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 57404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 57412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 57420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 57427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 57443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 57457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 57472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 57480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 57561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 57568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 57579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 57591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 57600) | public static M33f CrossMatrix(this V3f v) method DirFlags (line 57607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 57623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 57634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 57653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 58031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 58050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 58057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 58069) | public static V3f AxisAlignedNormal(this V3f v) method AngleBetweenFast (line 58101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 58112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 58127) | [Pure] method AllTiny (line 58135) | [Pure] method AnyFinite (line 58144) | [Pure] method AllFinite (line 58149) | [Pure] method AnyNaN (line 58154) | [Pure] method AllNaN (line 58159) | [Pure] method AnyInfinity (line 58164) | [Pure] method AllInfinity (line 58169) | [Pure] method AnyPositiveInfinity (line 58174) | [Pure] method AllPositiveInfinity (line 58179) | [Pure] method AnyNegativeInfinity (line 58184) | [Pure] method AllNegativeInfinity (line 58189) | [Pure] method AnyTiny (line 58194) | [Pure] method AllTiny (line 58199) | [Pure] method LinCom (line 58208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 58248) | public static int IndexOfClosestPoint(this V3f[] pointArray, V3f point) method IndexOfClosestPoint (line 58261) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 58275) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 58289) | public static long LongIndexOfClosestPoint(this V3f[] pointArray, V3f ... method LongIndexOfClosestPoint (line 58302) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 58316) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 58334) | public static int IndexOfMinX(this V3f[] vectorArray, int count = 0) method LongIndexOfMinX (line 58351) | public static long LongIndexOfMinX(this V3f[] vectorArray, long count ... method IndexOfMaxX (line 58368) | public static int IndexOfMaxX(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 58385) | public static long LongIndexOfMaxX(this V3f[] vectorArray, long count ... method IndexOfMinY (line 58402) | public static int IndexOfMinY(this V3f[] vectorArray, int count = 0) method LongIndexOfMinY (line 58419) | public static long LongIndexOfMinY(this V3f[] vectorArray, long count ... method IndexOfMaxY (line 58436) | public static int IndexOfMaxY(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 58453) | public static long LongIndexOfMaxY(this V3f[] vectorArray, long count ... method IndexOfMinZ (line 58470) | public static int IndexOfMinZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 58487) | public static long LongIndexOfMinZ(this V3f[] vectorArray, long count ... method IndexOfMaxZ (line 58504) | public static int IndexOfMaxZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 58521) | public static long LongIndexOfMaxZ(this V3f[] vectorArray, long count ... method IndexOfMinX (line 58538) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 58555) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 58572) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 58589) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 58606) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 58623) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 58639) | public static float[] CopyCoord(this V3f[] self, int index) method WeightedSum (line 58650) | public static V3f WeightedSum( method LengthSquared (line 66735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 66742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 66753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 66766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 66778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 66786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 66794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 66802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 66809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 66825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 66839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 66854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 66862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 66943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 66950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 66961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 66973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 66982) | public static M33d CrossMatrix(this V3d v) method DirFlags (line 66989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 67005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 67016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 67035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 67413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 67432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 67439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 67451) | public static V3d AxisAlignedNormal(this V3d v) method AngleBetweenFast (line 67483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 67494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 67509) | [Pure] method AllTiny (line 67517) | [Pure] method AnyFinite (line 67526) | [Pure] method AllFinite (line 67531) | [Pure] method AnyNaN (line 67536) | [Pure] method AllNaN (line 67541) | [Pure] method AnyInfinity (line 67546) | [Pure] method AllInfinity (line 67551) | [Pure] method AnyPositiveInfinity (line 67556) | [Pure] method AllPositiveInfinity (line 67561) | [Pure] method AnyNegativeInfinity (line 67566) | [Pure] method AllNegativeInfinity (line 67571) | [Pure] method AnyTiny (line 67576) | [Pure] method AllTiny (line 67581) | [Pure] method LinCom (line 67590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 67630) | public static int IndexOfClosestPoint(this V3d[] pointArray, V3d point) method IndexOfClosestPoint (line 67643) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 67657) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 67671) | public static long LongIndexOfClosestPoint(this V3d[] pointArray, V3d ... method LongIndexOfClosestPoint (line 67684) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 67698) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 67716) | public static int IndexOfMinX(this V3d[] vectorArray, int count = 0) method LongIndexOfMinX (line 67733) | public static long LongIndexOfMinX(this V3d[] vectorArray, long count ... method IndexOfMaxX (line 67750) | public static int IndexOfMaxX(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 67767) | public static long LongIndexOfMaxX(this V3d[] vectorArray, long count ... method IndexOfMinY (line 67784) | public static int IndexOfMinY(this V3d[] vectorArray, int count = 0) method LongIndexOfMinY (line 67801) | public static long LongIndexOfMinY(this V3d[] vectorArray, long count ... method IndexOfMaxY (line 67818) | public static int IndexOfMaxY(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 67835) | public static long LongIndexOfMaxY(this V3d[] vectorArray, long count ... method IndexOfMinZ (line 67852) | public static int IndexOfMinZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 67869) | public static long LongIndexOfMinZ(this V3d[] vectorArray, long count ... method IndexOfMaxZ (line 67886) | public static int IndexOfMaxZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 67903) | public static long LongIndexOfMaxZ(this V3d[] vectorArray, long count ... method IndexOfMinX (line 67920) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 67937) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 67954) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 67971) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 67988) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 68005) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 68021) | public static double[] CopyCoord(this V3d[] self, int index) method WeightedSum (line 68032) | public static V3d WeightedSum( method LengthSquared (line 79758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 79765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 79776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 79788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 79796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 79804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 79812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 79819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 79836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 79850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 79865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 79873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 79930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 79942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 79955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 79961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 80004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 80344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 80365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 80372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 80383) | [Pure] method AllTiny (line 80391) | [Pure] method IndexOfClosestPoint (line 80400) | public static int IndexOfClosestPoint(this V4i[] pointArray, V4i point) method IndexOfClosestPoint (line 80413) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 80427) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 80441) | public static long LongIndexOfClosestPoint(this V4i[] pointArray, V4i ... method LongIndexOfClosestPoint (line 80454) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 80468) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 80486) | public static int IndexOfMinX(this V4i[] vectorArray, int count = 0) method LongIndexOfMinX (line 80503) | public static long LongIndexOfMinX(this V4i[] vectorArray, long count ... method IndexOfMaxX (line 80520) | public static int IndexOfMaxX(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 80537) | public static long LongIndexOfMaxX(this V4i[] vectorArray, long count ... method IndexOfMinY (line 80554) | public static int IndexOfMinY(this V4i[] vectorArray, int count = 0) method LongIndexOfMinY (line 80571) | public static long LongIndexOfMinY(this V4i[] vectorArray, long count ... method IndexOfMaxY (line 80588) | public static int IndexOfMaxY(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 80605) | public static long LongIndexOfMaxY(this V4i[] vectorArray, long count ... method IndexOfMinZ (line 80622) | public static int IndexOfMinZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 80639) | public static long LongIndexOfMinZ(this V4i[] vectorArray, long count ... method IndexOfMaxZ (line 80656) | public static int IndexOfMaxZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 80673) | public static long LongIndexOfMaxZ(this V4i[] vectorArray, long count ... method IndexOfMinW (line 80690) | public static int IndexOfMinW(this V4i[] vectorArray, int count = 0) method LongIndexOfMinW (line 80707) | public static long LongIndexOfMinW(this V4i[] vectorArray, long count ... method IndexOfMaxW (line 80724) | public static int IndexOfMaxW(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxW (line 80741) | public static long LongIndexOfMaxW(this V4i[] vectorArray, long count ... method IndexOfMinX (line 80758) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 80775) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 80792) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 80809) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 80826) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 80843) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 80860) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 80877) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 80893) | public static int[] CopyCoord(this V4i[] self, int index) method LengthSquared (line 88757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 88764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 88775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 88787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 88795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 88803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 88811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 88818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 88835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 88849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 88864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 88872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 88929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 88935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 89008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 89318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 89339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 89346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 89357) | [Pure] method AllTiny (line 89365) | [Pure] method IndexOfClosestPoint (line 89374) | public static int IndexOfClosestPoint(this V4ui[] pointArray, V4ui point) method IndexOfClosestPoint (line 89387) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 89401) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 89415) | public static long LongIndexOfClosestPoint(this V4ui[] pointArray, V4u... method LongIndexOfClosestPoint (line 89428) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 89442) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 89460) | public static int IndexOfMinX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 89477) | public static long LongIndexOfMinX(this V4ui[] vectorArray, long count... method IndexOfMaxX (line 89494) | public static int IndexOfMaxX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 89511) | public static long LongIndexOfMaxX(this V4ui[] vectorArray, long count... method IndexOfMinY (line 89528) | public static int IndexOfMinY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 89545) | public static long LongIndexOfMinY(this V4ui[] vectorArray, long count... method IndexOfMaxY (line 89562) | public static int IndexOfMaxY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 89579) | public static long LongIndexOfMaxY(this V4ui[] vectorArray, long count... method IndexOfMinZ (line 89596) | public static int IndexOfMinZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 89613) | public static long LongIndexOfMinZ(this V4ui[] vectorArray, long count... method IndexOfMaxZ (line 89630) | public static int IndexOfMaxZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 89647) | public static long LongIndexOfMaxZ(this V4ui[] vectorArray, long count... method IndexOfMinW (line 89664) | public static int IndexOfMinW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinW (line 89681) | public static long LongIndexOfMinW(this V4ui[] vectorArray, long count... method IndexOfMaxW (line 89698) | public static int IndexOfMaxW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxW (line 89715) | public static long LongIndexOfMaxW(this V4ui[] vectorArray, long count... method IndexOfMinX (line 89732) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 89749) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 89766) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 89783) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 89800) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 89817) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method IndexOfMinW (line 89834) | public static int IndexOfMinW(this IList vectorArray, int count ... method IndexOfMaxW (line 89851) | public static int IndexOfMaxW(this IList vectorArray, int count ... method CopyCoord (line 89867) | public static uint[] CopyCoord(this V4ui[] self, int index) method LengthSquared (line 101488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 101495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 101506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 101518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 101526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 101534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 101542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 101549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 101566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 101580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 101595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 101603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 101660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 101672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 101685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 101691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 102004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 102074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 102095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 102102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 102113) | [Pure] method AllTiny (line 102121) | [Pure] method IndexOfClosestPoint (line 102130) | public static int IndexOfClosestPoint(this V4l[] pointArray, V4l point) method IndexOfClosestPoint (line 102143) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 102157) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 102171) | public static long LongIndexOfClosestPoint(this V4l[] pointArray, V4l ... method LongIndexOfClosestPoint (line 102184) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 102198) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 102216) | public static int IndexOfMinX(this V4l[] vectorArray, int count = 0) method LongIndexOfMinX (line 102233) | public static long LongIndexOfMinX(this V4l[] vectorArray, long count ... method IndexOfMaxX (line 102250) | public static int IndexOfMaxX(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 102267) | public static long LongIndexOfMaxX(this V4l[] vectorArray, long count ... method IndexOfMinY (line 102284) | public static int IndexOfMinY(this V4l[] vectorArray, int count = 0) method LongIndexOfMinY (line 102301) | public static long LongIndexOfMinY(this V4l[] vectorArray, long count ... method IndexOfMaxY (line 102318) | public static int IndexOfMaxY(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 102335) | public static long LongIndexOfMaxY(this V4l[] vectorArray, long count ... method IndexOfMinZ (line 102352) | public static int IndexOfMinZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 102369) | public static long LongIndexOfMinZ(this V4l[] vectorArray, long count ... method IndexOfMaxZ (line 102386) | public static int IndexOfMaxZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 102403) | public static long LongIndexOfMaxZ(this V4l[] vectorArray, long count ... method IndexOfMinW (line 102420) | public static int IndexOfMinW(this V4l[] vectorArray, int count = 0) method LongIndexOfMinW (line 102437) | public static long LongIndexOfMinW(this V4l[] vectorArray, long count ... method IndexOfMaxW (line 102454) | public static int IndexOfMaxW(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxW (line 102471) | public static long LongIndexOfMaxW(this V4l[] vectorArray, long count ... method IndexOfMinX (line 102488) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 102505) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 102522) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 102539) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 102556) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 102573) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 102590) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 102607) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 102623) | public static long[] CopyCoord(this V4l[] self, int index) method LengthSquared (line 115028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 115035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 115046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 115060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 115072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 115080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 115088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 115096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 115103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 115120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 115134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 115149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 115157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 115238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 115245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 115257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 115270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 115276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 115294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 115305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 115689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 115710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 115717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 115728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 115739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 115754) | [Pure] method AllTiny (line 115762) | [Pure] method AnyFinite (line 115771) | [Pure] method AllFinite (line 115776) | [Pure] method AnyNaN (line 115781) | [Pure] method AllNaN (line 115786) | [Pure] method AnyInfinity (line 115791) | [Pure] method AllInfinity (line 115796) | [Pure] method AnyPositiveInfinity (line 115801) | [Pure] method AllPositiveInfinity (line 115806) | [Pure] method AnyNegativeInfinity (line 115811) | [Pure] method AllNegativeInfinity (line 115816) | [Pure] method AnyTiny (line 115821) | [Pure] method AllTiny (line 115826) | [Pure] method LinCom (line 115835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 115875) | public static int IndexOfClosestPoint(this V4f[] pointArray, V4f point) method IndexOfClosestPoint (line 115888) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 115902) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 115916) | public static long LongIndexOfClosestPoint(this V4f[] pointArray, V4f ... method LongIndexOfClosestPoint (line 115929) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 115943) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 115961) | public static int IndexOfMinX(this V4f[] vectorArray, int count = 0) method LongIndexOfMinX (line 115978) | public static long LongIndexOfMinX(this V4f[] vectorArray, long count ... method IndexOfMaxX (line 115995) | public static int IndexOfMaxX(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 116012) | public static long LongIndexOfMaxX(this V4f[] vectorArray, long count ... method IndexOfMinY (line 116029) | public static int IndexOfMinY(this V4f[] vectorArray, int count = 0) method LongIndexOfMinY (line 116046) | public static long LongIndexOfMinY(this V4f[] vectorArray, long count ... method IndexOfMaxY (line 116063) | public static int IndexOfMaxY(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 116080) | public static long LongIndexOfMaxY(this V4f[] vectorArray, long count ... method IndexOfMinZ (line 116097) | public static int IndexOfMinZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 116114) | public static long LongIndexOfMinZ(this V4f[] vectorArray, long count ... method IndexOfMaxZ (line 116131) | public static int IndexOfMaxZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 116148) | public static long LongIndexOfMaxZ(this V4f[] vectorArray, long count ... method IndexOfMinW (line 116165) | public static int IndexOfMinW(this V4f[] vectorArray, int count = 0) method LongIndexOfMinW (line 116182) | public static long LongIndexOfMinW(this V4f[] vectorArray, long count ... method IndexOfMaxW (line 116199) | public static int IndexOfMaxW(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxW (line 116216) | public static long LongIndexOfMaxW(this V4f[] vectorArray, long count ... method IndexOfMinX (line 116233) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 116250) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 116267) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 116284) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 116301) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 116318) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 116335) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 116352) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 116368) | public static float[] CopyCoord(this V4f[] self, int index) method WeightedSum (line 116380) | public static V4f WeightedSum( method LengthSquared (line 128744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 128751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 128762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 128776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 128788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 128796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 128804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 128812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 128819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 128836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 128850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 128865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 128873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 128954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 128961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 128973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 128986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 128992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 129010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 129021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 129405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 129426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 129433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 129444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 129455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 129470) | [Pure] method AllTiny (line 129478) | [Pure] method AnyFinite (line 129487) | [Pure] method AllFinite (line 129492) | [Pure] method AnyNaN (line 129497) | [Pure] method AllNaN (line 129502) | [Pure] method AnyInfinity (line 129507) | [Pure] method AllInfinity (line 129512) | [Pure] method AnyPositiveInfinity (line 129517) | [Pure] method AllPositiveInfinity (line 129522) | [Pure] method AnyNegativeInfinity (line 129527) | [Pure] method AllNegativeInfinity (line 129532) | [Pure] method AnyTiny (line 129537) | [Pure] method AllTiny (line 129542) | [Pure] method LinCom (line 129551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 129591) | public static int IndexOfClosestPoint(this V4d[] pointArray, V4d point) method IndexOfClosestPoint (line 129604) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 129618) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 129632) | public static long LongIndexOfClosestPoint(this V4d[] pointArray, V4d ... method LongIndexOfClosestPoint (line 129645) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 129659) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 129677) | public static int IndexOfMinX(this V4d[] vectorArray, int count = 0) method LongIndexOfMinX (line 129694) | public static long LongIndexOfMinX(this V4d[] vectorArray, long count ... method IndexOfMaxX (line 129711) | public static int IndexOfMaxX(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 129728) | public static long LongIndexOfMaxX(this V4d[] vectorArray, long count ... method IndexOfMinY (line 129745) | public static int IndexOfMinY(this V4d[] vectorArray, int count = 0) method LongIndexOfMinY (line 129762) | public static long LongIndexOfMinY(this V4d[] vectorArray, long count ... method IndexOfMaxY (line 129779) | public static int IndexOfMaxY(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 129796) | public static long LongIndexOfMaxY(this V4d[] vectorArray, long count ... method IndexOfMinZ (line 129813) | public static int IndexOfMinZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 129830) | public static long LongIndexOfMinZ(this V4d[] vectorArray, long count ... method IndexOfMaxZ (line 129847) | public static int IndexOfMaxZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 129864) | public static long LongIndexOfMaxZ(this V4d[] vectorArray, long count ... method IndexOfMinW (line 129881) | public static int IndexOfMinW(this V4d[] vectorArray, int count = 0) method LongIndexOfMinW (line 129898) | public static long LongIndexOfMinW(this V4d[] vectorArray, long count ... method IndexOfMaxW (line 129915) | public static int IndexOfMaxW(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxW (line 129932) | public static long LongIndexOfMaxW(this V4d[] vectorArray, long count ... method IndexOfMinX (line 129949) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 129966) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 129983) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 130000) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 130017) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 130034) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 130051) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 130068) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 130084) | public static double[] CopyCoord(this V4d[] self, int index) method WeightedSum (line 130096) | public static V4d WeightedSum( class IRandomUniformV2dExtensions (line 27016) | public static class IRandomUniformV2dExtensions method UniformV2d (line 27023) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2d (line 27033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2dClosed (line 27042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2dClosed (line 27052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2dOpen (line 27061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2dOpen (line 27071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2dFull (line 27080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2dFull (line 27090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2dFullClosed (line 27099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2dFullClosed (line 27109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2dFullOpen (line 27118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2dFullOpen (line 27128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2dDirection (line 27138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV2dFullDirection (line 27149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type V3i (line 27163) | [DataContract] method V3i (line 27180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27279) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27312) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27367) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27477) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27601) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3i (line 27742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2ui (line 27810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2l (line 27813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2f (line 27816) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2d (line 27819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 27822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 27825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 27828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 27831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 27834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 27837) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 27840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 27843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 27846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 27901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 27916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 27932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 27948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 27954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 27961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 27965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 27976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 27983) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 27987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 27998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 28005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 28009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 28020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 28027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 28031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 28042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 28049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 28053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 28061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 28069) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 28077) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3ui (line 28357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3l (line 28361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3f (line 28365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3d (line 28369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 28377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 28384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 28391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 28398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Abs (line 28484) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 28489) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 28494) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 28499) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 28504) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 28509) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 28514) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 28519) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 28524) | [EditorBrowsable(EditorBrowsableState.Never)] method Saturate (line 28529) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 28534) | [EditorBrowsable(EditorBrowsableState.Never)] method Set (line 28546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 28557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 28568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 28579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 28590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 28841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 28851) | public override readonly string ToString() method ToString (line 28856) | public readonly string ToString(string format) method ToString (line 28861) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 28869) | public readonly string ToString(string format, IFormatProvider fp, str... method GetHashCode (line 28875) | public override readonly int GetHashCode() method Equals (line 28880) | public override readonly bool Equals(object other) method ToText (line 28883) | public readonly Text ToText(int bracketLevel = 1) method Parse (line 28897) | public static V3i Parse(string s) method Parse (line 28907) | public static V3i Parse(Text t) method Parse (line 28912) | public static V3i Parse(Text t, int bracketLevel) method GetValue (line 33385) | public readonly object GetValue(long index) method SetValue (line 33390) | public void SetValue(object value, long index) class V3iEqualityComparer (line 33399) | public class V3iEqualityComparer : IEqualityComparer method Equals (line 33406) | public bool Equals(V3i v0, V3i v1) method GetHashCode (line 33411) | public int GetHashCode(V3i v) class Fun (line 33419) | public static partial class Fun method Min (line 3588) | [Pure] method Min (line 3598) | [Pure] method Min (line 3608) | [Pure] method Max (line 3618) | [Pure] method Max (line 3628) | [Pure] method Max (line 3638) | [Pure] method Min (line 3648) | [Pure] method Max (line 3658) | [Pure] method Min (line 3668) | [Pure] method Max (line 3678) | [Pure] method Min (line 3688) | [Pure] method Max (line 3698) | [Pure] method Abs (line 3712) | [Pure] method Clamp (line 3726) | [Pure] method Clamp (line 3736) | [Pure] method ClampExcl (line 3746) | [Pure] method ClampExcl (line 3756) | [Pure] method ClampWrap (line 3766) | [Pure] method ClampWrap (line 3776) | [Pure] method Saturate (line 3786) | [Pure] method Sign (line 3800) | [Pure] method Signumi (line 3810) | [Pure] method Signum (line 3820) | [Pure] method MultiplyAdd (line 3834) | [Pure] method MultiplyAdd (line 3844) | [Pure] method MultiplyAdd (line 3854) | [Pure] method Sqrt (line 3868) | [Pure] method Cbrt (line 3878) | [Pure] method Square (line 3892) | [Pure] method Pown (line 3906) | [Pure] method Pown (line 3916) | [Pure] method Pown (line 3926) | [Pure] method Pow (line 3936) | [Pure] method Pow (line 3946) | [Pure] method Pow (line 3956) | [Pure] method Pow (line 3966) | [Pure] method Pow (line 3976) | [Pure] method Pow (line 3986) | [Pure] method Power (line 3996) | [Pure] method Power (line 4007) | [Pure] method Power (line 4018) | [Pure] method Power (line 4029) | [Pure] method Power (line 4040) | [Pure] method Power (line 4051) | [Pure] method Exp (line 4066) | [Pure] method Log (line 4076) | [Pure] method Log2 (line 4086) | [Pure] method Log2Int (line 4096) | [Pure] method Log10 (line 4106) | [Pure] method Log (line 4116) | [Pure] method ModP (line 4130) | [Pure] method PowerOfTwo (line 4144) | [Pure] method NextPowerOfTwo (line 4154) | [Pure] method PrevPowerOfTwo (line 4164) | [Pure] method Step (line 4178) | [Pure] method Step (line 4188) | [Pure] method Lerp (line 4202) | [Pure] method Lerp (line 4212) | [Pure] method Lerp (line 4222) | [Pure] method Lerp (line 4232) | [Pure] method InvLerp (line 4242) | [Pure] method GreatestCommonDivisor (line 4256) | [Pure] method LeastCommonMultiple (line 4266) | [Pure] method FloatFromBits (line 4280) | [Pure] method ApproximateEquals (line 4294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4308) | [Pure] method Min (line 7747) | [Pure] method Min (line 7757) | [Pure] method Min (line 7767) | [Pure] method Max (line 7777) | [Pure] method Max (line 7787) | [Pure] method Max (line 7797) | [Pure] method Min (line 7807) | [Pure] method Max (line 7817) | [Pure] method Min (line 7827) | [Pure] method Max (line 7837) | [Pure] method Min (line 7847) | [Pure] method Max (line 7857) | [Pure] method Clamp (line 7871) | [Pure] method Clamp (line 7881) | [Pure] method ClampExcl (line 7891) | [Pure] method ClampExcl (line 7901) | [Pure] method ClampWrap (line 7911) | [Pure] method ClampWrap (line 7921) | [Pure] method Saturate (line 7931) | [Pure] method MultiplyAdd (line 7945) | [Pure] method MultiplyAdd (line 7955) | [Pure] method MultiplyAdd (line 7965) | [Pure] method Sqrt (line 7979) | [Pure] method Cbrt (line 7989) | [Pure] method Square (line 8003) | [Pure] method Pown (line 8017) | [Pure] method Pown (line 8027) | [Pure] method Pown (line 8037) | [Pure] method Pown (line 8047) | [Pure] method Pown (line 8057) | [Pure] method Pown (line 8067) | [Pure] method Pow (line 8077) | [Pure] method Pow (line 8087) | [Pure] method Pow (line 8097) | [Pure] method Pow (line 8107) | [Pure] method Pow (line 8117) | [Pure] method Pow (line 8127) | [Pure] method Power (line 8137) | [Pure] method Power (line 8148) | [Pure] method Power (line 8159) | [Pure] method Power (line 8170) | [Pure] method Power (line 8181) | [Pure] method Power (line 8192) | [Pure] method Exp (line 8207) | [Pure] method Log (line 8217) | [Pure] method Log2 (line 8227) | [Pure] method Log2Int (line 8237) | [Pure] method Log10 (line 8247) | [Pure] method Log (line 8257) | [Pure] method Step (line 8271) | [Pure] method Step (line 8281) | [Pure] method Lerp (line 8295) | [Pure] method Lerp (line 8305) | [Pure] method Lerp (line 8315) | [Pure] method Lerp (line 8325) | [Pure] method InvLerp (line 8335) | [Pure] method GreatestCommonDivisor (line 8349) | [Pure] method LeastCommonMultiple (line 8359) | [Pure] method FloatFromUnsignedBits (line 8373) | [Pure] method ApproximateEquals (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8401) | [Pure] method Min (line 12893) | [Pure] method Min (line 12903) | [Pure] method Min (line 12913) | [Pure] method Max (line 12923) | [Pure] method Max (line 12933) | [Pure] method Max (line 12943) | [Pure] method Min (line 12953) | [Pure] method Max (line 12963) | [Pure] method Min (line 12973) | [Pure] method Max (line 12983) | [Pure] method Min (line 12993) | [Pure] method Max (line 13003) | [Pure] method Abs (line 13017) | [Pure] method Clamp (line 13031) | [Pure] method Clamp (line 13041) | [Pure] method ClampExcl (line 13051) | [Pure] method ClampExcl (line 13061) | [Pure] method ClampWrap (line 13071) | [Pure] method ClampWrap (line 13081) | [Pure] method Saturate (line 13091) | [Pure] method Sign (line 13105) | [Pure] method Signumi (line 13115) | [Pure] method Signum (line 13125) | [Pure] method MultiplyAdd (line 13139) | [Pure] method MultiplyAdd (line 13149) | [Pure] method MultiplyAdd (line 13159) | [Pure] method Sqrt (line 13173) | [Pure] method Cbrt (line 13183) | [Pure] method Square (line 13197) | [Pure] method Pown (line 13211) | [Pure] method Pown (line 13221) | [Pure] method Pown (line 13231) | [Pure] method Pown (line 13241) | [Pure] method Pown (line 13251) | [Pure] method Pown (line 13261) | [Pure] method Pow (line 13271) | [Pure] method Pow (line 13281) | [Pure] method Pow (line 13291) | [Pure] method Pow (line 13301) | [Pure] method Pow (line 13311) | [Pure] method Pow (line 13321) | [Pure] method Power (line 13331) | [Pure] method Power (line 13342) | [Pure] method Power (line 13353) | [Pure] method Power (line 13364) | [Pure] method Power (line 13375) | [Pure] method Power (line 13386) | [Pure] method Exp (line 13401) | [Pure] method Log (line 13411) | [Pure] method Log2 (line 13421) | [Pure] method Log2Int (line 13431) | [Pure] method Log10 (line 13441) | [Pure] method Log (line 13451) | [Pure] method ModP (line 13465) | [Pure] method PowerOfTwo (line 13479) | [Pure] method NextPowerOfTwo (line 13489) | [Pure] method PrevPowerOfTwo (line 13499) | [Pure] method Step (line 13513) | [Pure] method Step (line 13523) | [Pure] method Lerp (line 13537) | [Pure] method Lerp (line 13547) | [Pure] method Lerp (line 13557) | [Pure] method Lerp (line 13567) | [Pure] method InvLerp (line 13577) | [Pure] method GreatestCommonDivisor (line 13591) | [Pure] method LeastCommonMultiple (line 13601) | [Pure] method FloatFromBits (line 13615) | [Pure] method ApproximateEquals (line 13629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13643) | [Pure] method Min (line 18465) | [Pure] method Min (line 18475) | [Pure] method Min (line 18485) | [Pure] method Max (line 18495) | [Pure] method Max (line 18505) | [Pure] method Max (line 18515) | [Pure] method Min (line 18525) | [Pure] method Max (line 18535) | [Pure] method Min (line 18545) | [Pure] method Max (line 18555) | [Pure] method Min (line 18565) | [Pure] method Max (line 18575) | [Pure] method Abs (line 18589) | [Pure] method Floor (line 18603) | [Pure] method Ceiling (line 18613) | [Pure] method Round (line 18623) | [Pure] method Round (line 18633) | [Pure] method Round (line 18643) | [Pure] method Round (line 18653) | [Pure] method Truncate (line 18663) | [Pure] method Frac (line 18677) | [Pure] method Clamp (line 18691) | [Pure] method Clamp (line 18701) | [Pure] method ClampWrap (line 18711) | [Pure] method ClampWrap (line 18721) | [Pure] method Saturate (line 18731) | [Pure] method MapToUnitInterval (line 18745) | [Pure] method MapToUnitInterval (line 18755) | [Pure] method MapToUnitInterval (line 18765) | [Pure] method MapToUnitInterval (line 18775) | [Pure] method Sign (line 18789) | [Pure] method Signumi (line 18799) | [Pure] method Signum (line 18809) | [Pure] method MultiplyAdd (line 18823) | [Pure] method MultiplyAdd (line 18833) | [Pure] method MultiplyAdd (line 18843) | [Pure] method CopySign (line 18857) | [Pure] method CopySign (line 18867) | [Pure] method CopySign (line 18877) | [Pure] method Sqrt (line 18891) | [Pure] method Cbrt (line 18901) | [Pure] method Square (line 18915) | [Pure] method Pown (line 18929) | [Pure] method Pown (line 18939) | [Pure] method Pown (line 18949) | [Pure] method Pow (line 18959) | [Pure] method Pow (line 18969) | [Pure] method Pow (line 18979) | [Pure] method Power (line 18989) | [Pure] method Power (line 19000) | [Pure] method Power (line 19011) | [Pure] method Exp (line 19026) | [Pure] method Log (line 19036) | [Pure] method Log2 (line 19046) | [Pure] method Log2Int (line 19056) | [Pure] method Log10 (line 19066) | [Pure] method Log (line 19076) | [Pure] method ModP (line 19090) | [Pure] method PowerOfTwo (line 19104) | [Pure] method Sin (line 19118) | [Pure] method Cos (line 19128) | [Pure] method Tan (line 19138) | [Pure] method Asin (line 19148) | [Pure] method AsinClamped (line 19158) | [Pure] method Acos (line 19168) | [Pure] method AcosClamped (line 19178) | [Pure] method Atan (line 19188) | [Pure] method Atan2 (line 19198) | [Pure] method FastAtan2 (line 19208) | [Pure] method Sinh (line 19218) | [Pure] method Cosh (line 19228) | [Pure] method Tanh (line 19238) | [Pure] method Asinh (line 19248) | [Pure] method Acosh (line 19258) | [Pure] method Atanh (line 19268) | [Pure] method Step (line 19282) | [Pure] method Step (line 19292) | [Pure] method Linearstep (line 19302) | [Pure] method Linearstep (line 19312) | [Pure] method Smoothstep (line 19322) | [Pure] method Smoothstep (line 19332) | [Pure] method Lerp (line 19346) | [Pure] method Lerp (line 19356) | [Pure] method InvLerp (line 19366) | [Pure] method FloatToBits (line 19380) | [Pure] method FloatToUnsignedBits (line 19390) | [Pure] method ApproximateEquals (line 19404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19428) | [Pure] method IsTiny (line 19436) | [Pure] method IsNaN (line 19448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 24690) | [Pure] method Min (line 24700) | [Pure] method Min (line 24710) | [Pure] method Max (line 24720) | [Pure] method Max (line 24730) | [Pure] method Max (line 24740) | [Pure] method Min (line 24750) | [Pure] method Max (line 24760) | [Pure] method Min (line 24770) | [Pure] method Max (line 24780) | [Pure] method Min (line 24790) | [Pure] method Max (line 24800) | [Pure] method Abs (line 24814) | [Pure] method Floor (line 24828) | [Pure] method Ceiling (line 24838) | [Pure] method Round (line 24848) | [Pure] method Round (line 24858) | [Pure] method Round (line 24868) | [Pure] method Round (line 24878) | [Pure] method Truncate (line 24888) | [Pure] method Frac (line 24902) | [Pure] method Clamp (line 24916) | [Pure] method Clamp (line 24926) | [Pure] method ClampWrap (line 24936) | [Pure] method ClampWrap (line 24946) | [Pure] method Saturate (line 24956) | [Pure] method MapToUnitInterval (line 24970) | [Pure] method MapToUnitInterval (line 24980) | [Pure] method MapToUnitInterval (line 24990) | [Pure] method MapToUnitInterval (line 25000) | [Pure] method Sign (line 25014) | [Pure] method Signumi (line 25024) | [Pure] method Signum (line 25034) | [Pure] method MultiplyAdd (line 25048) | [Pure] method MultiplyAdd (line 25058) | [Pure] method MultiplyAdd (line 25068) | [Pure] method CopySign (line 25082) | [Pure] method CopySign (line 25092) | [Pure] method CopySign (line 25102) | [Pure] method Sqrt (line 25116) | [Pure] method Cbrt (line 25126) | [Pure] method Square (line 25140) | [Pure] method Pown (line 25154) | [Pure] method Pown (line 25164) | [Pure] method Pown (line 25174) | [Pure] method Pow (line 25184) | [Pure] method Pow (line 25194) | [Pure] method Pow (line 25204) | [Pure] method Power (line 25214) | [Pure] method Power (line 25225) | [Pure] method Power (line 25236) | [Pure] method Exp (line 25251) | [Pure] method Log (line 25261) | [Pure] method Log2 (line 25271) | [Pure] method Log2Int (line 25281) | [Pure] method Log10 (line 25291) | [Pure] method Log (line 25301) | [Pure] method ModP (line 25315) | [Pure] method PowerOfTwo (line 25329) | [Pure] method Sin (line 25343) | [Pure] method Cos (line 25353) | [Pure] method Tan (line 25363) | [Pure] method Asin (line 25373) | [Pure] method AsinClamped (line 25383) | [Pure] method Acos (line 25393) | [Pure] method AcosClamped (line 25403) | [Pure] method Atan (line 25413) | [Pure] method Atan2 (line 25423) | [Pure] method FastAtan2 (line 25433) | [Pure] method Sinh (line 25443) | [Pure] method Cosh (line 25453) | [Pure] method Tanh (line 25463) | [Pure] method Asinh (line 25473) | [Pure] method Acosh (line 25483) | [Pure] method Atanh (line 25493) | [Pure] method Step (line 25507) | [Pure] method Step (line 25517) | [Pure] method Linearstep (line 25527) | [Pure] method Linearstep (line 25537) | [Pure] method Smoothstep (line 25547) | [Pure] method Smoothstep (line 25557) | [Pure] method Lerp (line 25571) | [Pure] method Lerp (line 25581) | [Pure] method InvLerp (line 25591) | [Pure] method FloatToBits (line 25605) | [Pure] method ApproximateEquals (line 25619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25643) | [Pure] method IsTiny (line 25651) | [Pure] method IsNaN (line 25663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 25670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 25677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 25684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 25691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 33426) | [Pure] method Min (line 33436) | [Pure] method Min (line 33446) | [Pure] method Max (line 33456) | [Pure] method Max (line 33466) | [Pure] method Max (line 33476) | [Pure] method Min (line 33486) | [Pure] method Max (line 33496) | [Pure] method Min (line 33506) | [Pure] method Max (line 33516) | [Pure] method Min (line 33526) | [Pure] method Max (line 33536) | [Pure] method Abs (line 33550) | [Pure] method Clamp (line 33564) | [Pure] method Clamp (line 33574) | [Pure] method ClampExcl (line 33584) | [Pure] method ClampExcl (line 33594) | [Pure] method ClampWrap (line 33604) | [Pure] method ClampWrap (line 33614) | [Pure] method Saturate (line 33624) | [Pure] method Sign (line 33638) | [Pure] method Signumi (line 33648) | [Pure] method Signum (line 33658) | [Pure] method MultiplyAdd (line 33672) | [Pure] method MultiplyAdd (line 33682) | [Pure] method MultiplyAdd (line 33692) | [Pure] method Sqrt (line 33706) | [Pure] method Cbrt (line 33716) | [Pure] method Square (line 33730) | [Pure] method Pown (line 33744) | [Pure] method Pown (line 33754) | [Pure] method Pown (line 33764) | [Pure] method Pow (line 33774) | [Pure] method Pow (line 33784) | [Pure] method Pow (line 33794) | [Pure] method Pow (line 33804) | [Pure] method Pow (line 33814) | [Pure] method Pow (line 33824) | [Pure] method Power (line 33834) | [Pure] method Power (line 33845) | [Pure] method Power (line 33856) | [Pure] method Power (line 33867) | [Pure] method Power (line 33878) | [Pure] method Power (line 33889) | [Pure] method Exp (line 33904) | [Pure] method Log (line 33914) | [Pure] method Log2 (line 33924) | [Pure] method Log2Int (line 33934) | [Pure] method Log10 (line 33944) | [Pure] method Log (line 33954) | [Pure] method ModP (line 33968) | [Pure] method PowerOfTwo (line 33982) | [Pure] method NextPowerOfTwo (line 33992) | [Pure] method PrevPowerOfTwo (line 34002) | [Pure] method Step (line 34016) | [Pure] method Step (line 34026) | [Pure] method Lerp (line 34040) | [Pure] method Lerp (line 34050) | [Pure] method Lerp (line 34060) | [Pure] method Lerp (line 34070) | [Pure] method InvLerp (line 34080) | [Pure] method GreatestCommonDivisor (line 34094) | [Pure] method LeastCommonMultiple (line 34104) | [Pure] method FloatFromBits (line 34118) | [Pure] method ApproximateEquals (line 34132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 34146) | [Pure] method Min (line 39472) | [Pure] method Min (line 39482) | [Pure] method Min (line 39492) | [Pure] method Max (line 39502) | [Pure] method Max (line 39512) | [Pure] method Max (line 39522) | [Pure] method Min (line 39532) | [Pure] method Max (line 39542) | [Pure] method Min (line 39552) | [Pure] method Max (line 39562) | [Pure] method Min (line 39572) | [Pure] method Max (line 39582) | [Pure] method Clamp (line 39596) | [Pure] method Clamp (line 39606) | [Pure] method ClampExcl (line 39616) | [Pure] method ClampExcl (line 39626) | [Pure] method ClampWrap (line 39636) | [Pure] method ClampWrap (line 39646) | [Pure] method Saturate (line 39656) | [Pure] method MultiplyAdd (line 39670) | [Pure] method MultiplyAdd (line 39680) | [Pure] method MultiplyAdd (line 39690) | [Pure] method Sqrt (line 39704) | [Pure] method Cbrt (line 39714) | [Pure] method Square (line 39728) | [Pure] method Pown (line 39742) | [Pure] method Pown (line 39752) | [Pure] method Pown (line 39762) | [Pure] method Pown (line 39772) | [Pure] method Pown (line 39782) | [Pure] method Pown (line 39792) | [Pure] method Pow (line 39802) | [Pure] method Pow (line 39812) | [Pure] method Pow (line 39822) | [Pure] method Pow (line 39832) | [Pure] method Pow (line 39842) | [Pure] method Pow (line 39852) | [Pure] method Power (line 39862) | [Pure] method Power (line 39873) | [Pure] method Power (line 39884) | [Pure] method Power (line 39895) | [Pure] method Power (line 39906) | [Pure] method Power (line 39917) | [Pure] method Exp (line 39932) | [Pure] method Log (line 39942) | [Pure] method Log2 (line 39952) | [Pure] method Log2Int (line 39962) | [Pure] method Log10 (line 39972) | [Pure] method Log (line 39982) | [Pure] method Step (line 39996) | [Pure] method Step (line 40006) | [Pure] method Lerp (line 40020) | [Pure] method Lerp (line 40030) | [Pure] method Lerp (line 40040) | [Pure] method Lerp (line 40050) | [Pure] method InvLerp (line 40060) | [Pure] method GreatestCommonDivisor (line 40074) | [Pure] method LeastCommonMultiple (line 40084) | [Pure] method FloatFromUnsignedBits (line 40098) | [Pure] method ApproximateEquals (line 40112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 40126) | [Pure] method Min (line 47513) | [Pure] method Min (line 47523) | [Pure] method Min (line 47533) | [Pure] method Max (line 47543) | [Pure] method Max (line 47553) | [Pure] method Max (line 47563) | [Pure] method Min (line 47573) | [Pure] method Max (line 47583) | [Pure] method Min (line 47593) | [Pure] method Max (line 47603) | [Pure] method Min (line 47613) | [Pure] method Max (line 47623) | [Pure] method Abs (line 47637) | [Pure] method Clamp (line 47651) | [Pure] method Clamp (line 47661) | [Pure] method ClampExcl (line 47671) | [Pure] method ClampExcl (line 47681) | [Pure] method ClampWrap (line 47691) | [Pure] method ClampWrap (line 47701) | [Pure] method Saturate (line 47711) | [Pure] method Sign (line 47725) | [Pure] method Signumi (line 47735) | [Pure] method Signum (line 47745) | [Pure] method MultiplyAdd (line 47759) | [Pure] method MultiplyAdd (line 47769) | [Pure] method MultiplyAdd (line 47779) | [Pure] method Sqrt (line 47793) | [Pure] method Cbrt (line 47803) | [Pure] method Square (line 47817) | [Pure] method Pown (line 47831) | [Pure] method Pown (line 47841) | [Pure] method Pown (line 47851) | [Pure] method Pown (line 47861) | [Pure] method Pown (line 47871) | [Pure] method Pown (line 47881) | [Pure] method Pow (line 47891) | [Pure] method Pow (line 47901) | [Pure] method Pow (line 47911) | [Pure] method Pow (line 47921) | [Pure] method Pow (line 47931) | [Pure] method Pow (line 47941) | [Pure] method Power (line 47951) | [Pure] method Power (line 47962) | [Pure] method Power (line 47973) | [Pure] method Power (line 47984) | [Pure] method Power (line 47995) | [Pure] method Power (line 48006) | [Pure] method Exp (line 48021) | [Pure] method Log (line 48031) | [Pure] method Log2 (line 48041) | [Pure] method Log2Int (line 48051) | [Pure] method Log10 (line 48061) | [Pure] method Log (line 48071) | [Pure] method ModP (line 48085) | [Pure] method PowerOfTwo (line 48099) | [Pure] method NextPowerOfTwo (line 48109) | [Pure] method PrevPowerOfTwo (line 48119) | [Pure] method Step (line 48133) | [Pure] method Step (line 48143) | [Pure] method Lerp (line 48157) | [Pure] method Lerp (line 48167) | [Pure] method Lerp (line 48177) | [Pure] method Lerp (line 48187) | [Pure] method InvLerp (line 48197) | [Pure] method GreatestCommonDivisor (line 48211) | [Pure] method LeastCommonMultiple (line 48221) | [Pure] method FloatFromBits (line 48235) | [Pure] method ApproximateEquals (line 48249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 48263) | [Pure] method Min (line 56252) | [Pure] method Min (line 56262) | [Pure] method Min (line 56272) | [Pure] method Max (line 56282) | [Pure] method Max (line 56292) | [Pure] method Max (line 56302) | [Pure] method Min (line 56312) | [Pure] method Max (line 56322) | [Pure] method Min (line 56332) | [Pure] method Max (line 56342) | [Pure] method Min (line 56352) | [Pure] method Max (line 56362) | [Pure] method Abs (line 56376) | [Pure] method Floor (line 56390) | [Pure] method Ceiling (line 56400) | [Pure] method Round (line 56410) | [Pure] method Round (line 56420) | [Pure] method Round (line 56430) | [Pure] method Round (line 56440) | [Pure] method Truncate (line 56450) | [Pure] method Frac (line 56464) | [Pure] method Clamp (line 56478) | [Pure] method Clamp (line 56488) | [Pure] method ClampWrap (line 56498) | [Pure] method ClampWrap (line 56508) | [Pure] method Saturate (line 56518) | [Pure] method MapToUnitInterval (line 56532) | [Pure] method MapToUnitInterval (line 56542) | [Pure] method MapToUnitInterval (line 56552) | [Pure] method MapToUnitInterval (line 56562) | [Pure] method Sign (line 56576) | [Pure] method Signumi (line 56586) | [Pure] method Signum (line 56596) | [Pure] method MultiplyAdd (line 56610) | [Pure] method MultiplyAdd (line 56620) | [Pure] method MultiplyAdd (line 56630) | [Pure] method CopySign (line 56644) | [Pure] method CopySign (line 56654) | [Pure] method CopySign (line 56664) | [Pure] method Sqrt (line 56678) | [Pure] method Cbrt (line 56688) | [Pure] method Square (line 56702) | [Pure] method Pown (line 56716) | [Pure] method Pown (line 56726) | [Pure] method Pown (line 56736) | [Pure] method Pow (line 56746) | [Pure] method Pow (line 56756) | [Pure] method Pow (line 56766) | [Pure] method Power (line 56776) | [Pure] method Power (line 56787) | [Pure] method Power (line 56798) | [Pure] method Exp (line 56813) | [Pure] method Log (line 56823) | [Pure] method Log2 (line 56833) | [Pure] method Log2Int (line 56843) | [Pure] method Log10 (line 56853) | [Pure] method Log (line 56863) | [Pure] method ModP (line 56877) | [Pure] method PowerOfTwo (line 56891) | [Pure] method Sin (line 56905) | [Pure] method Cos (line 56915) | [Pure] method Tan (line 56925) | [Pure] method Asin (line 56935) | [Pure] method AsinClamped (line 56945) | [Pure] method Acos (line 56955) | [Pure] method AcosClamped (line 56965) | [Pure] method Atan (line 56975) | [Pure] method Atan2 (line 56985) | [Pure] method FastAtan2 (line 56995) | [Pure] method Sinh (line 57005) | [Pure] method Cosh (line 57015) | [Pure] method Tanh (line 57025) | [Pure] method Asinh (line 57035) | [Pure] method Acosh (line 57045) | [Pure] method Atanh (line 57055) | [Pure] method Step (line 57069) | [Pure] method Step (line 57079) | [Pure] method Linearstep (line 57089) | [Pure] method Linearstep (line 57099) | [Pure] method Smoothstep (line 57109) | [Pure] method Smoothstep (line 57119) | [Pure] method Lerp (line 57133) | [Pure] method Lerp (line 57143) | [Pure] method InvLerp (line 57153) | [Pure] method FloatToBits (line 57167) | [Pure] method FloatToUnsignedBits (line 57177) | [Pure] method ApproximateEquals (line 57191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57215) | [Pure] method IsTiny (line 57223) | [Pure] method IsNaN (line 57235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 57242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 57249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 57256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 57263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 65644) | [Pure] method Min (line 65654) | [Pure] method Min (line 65664) | [Pure] method Max (line 65674) | [Pure] method Max (line 65684) | [Pure] method Max (line 65694) | [Pure] method Min (line 65704) | [Pure] method Max (line 65714) | [Pure] method Min (line 65724) | [Pure] method Max (line 65734) | [Pure] method Min (line 65744) | [Pure] method Max (line 65754) | [Pure] method Abs (line 65768) | [Pure] method Floor (line 65782) | [Pure] method Ceiling (line 65792) | [Pure] method Round (line 65802) | [Pure] method Round (line 65812) | [Pure] method Round (line 65822) | [Pure] method Round (line 65832) | [Pure] method Truncate (line 65842) | [Pure] method Frac (line 65856) | [Pure] method Clamp (line 65870) | [Pure] method Clamp (line 65880) | [Pure] method ClampWrap (line 65890) | [Pure] method ClampWrap (line 65900) | [Pure] method Saturate (line 65910) | [Pure] method MapToUnitInterval (line 65924) | [Pure] method MapToUnitInterval (line 65934) | [Pure] method MapToUnitInterval (line 65944) | [Pure] method MapToUnitInterval (line 65954) | [Pure] method Sign (line 65968) | [Pure] method Signumi (line 65978) | [Pure] method Signum (line 65988) | [Pure] method MultiplyAdd (line 66002) | [Pure] method MultiplyAdd (line 66012) | [Pure] method MultiplyAdd (line 66022) | [Pure] method CopySign (line 66036) | [Pure] method CopySign (line 66046) | [Pure] method CopySign (line 66056) | [Pure] method Sqrt (line 66070) | [Pure] method Cbrt (line 66080) | [Pure] method Square (line 66094) | [Pure] method Pown (line 66108) | [Pure] method Pown (line 66118) | [Pure] method Pown (line 66128) | [Pure] method Pow (line 66138) | [Pure] method Pow (line 66148) | [Pure] method Pow (line 66158) | [Pure] method Power (line 66168) | [Pure] method Power (line 66179) | [Pure] method Power (line 66190) | [Pure] method Exp (line 66205) | [Pure] method Log (line 66215) | [Pure] method Log2 (line 66225) | [Pure] method Log2Int (line 66235) | [Pure] method Log10 (line 66245) | [Pure] method Log (line 66255) | [Pure] method ModP (line 66269) | [Pure] method PowerOfTwo (line 66283) | [Pure] method Sin (line 66297) | [Pure] method Cos (line 66307) | [Pure] method Tan (line 66317) | [Pure] method Asin (line 66327) | [Pure] method AsinClamped (line 66337) | [Pure] method Acos (line 66347) | [Pure] method AcosClamped (line 66357) | [Pure] method Atan (line 66367) | [Pure] method Atan2 (line 66377) | [Pure] method FastAtan2 (line 66387) | [Pure] method Sinh (line 66397) | [Pure] method Cosh (line 66407) | [Pure] method Tanh (line 66417) | [Pure] method Asinh (line 66427) | [Pure] method Acosh (line 66437) | [Pure] method Atanh (line 66447) | [Pure] method Step (line 66461) | [Pure] method Step (line 66471) | [Pure] method Linearstep (line 66481) | [Pure] method Linearstep (line 66491) | [Pure] method Smoothstep (line 66501) | [Pure] method Smoothstep (line 66511) | [Pure] method Lerp (line 66525) | [Pure] method Lerp (line 66535) | [Pure] method InvLerp (line 66545) | [Pure] method FloatToBits (line 66559) | [Pure] method ApproximateEquals (line 66573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 66583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 66597) | [Pure] method IsTiny (line 66605) | [Pure] method IsNaN (line 66617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 66624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 66631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 66638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 66645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 79020) | [Pure] method Min (line 79030) | [Pure] method Min (line 79040) | [Pure] method Max (line 79050) | [Pure] method Max (line 79060) | [Pure] method Max (line 79070) | [Pure] method Min (line 79080) | [Pure] method Max (line 79090) | [Pure] method Min (line 79100) | [Pure] method Max (line 79110) | [Pure] method Min (line 79120) | [Pure] method Max (line 79130) | [Pure] method Abs (line 79144) | [Pure] method Clamp (line 79158) | [Pure] method Clamp (line 79168) | [Pure] method ClampExcl (line 79178) | [Pure] method ClampExcl (line 79188) | [Pure] method ClampWrap (line 79198) | [Pure] method ClampWrap (line 79208) | [Pure] method Saturate (line 79218) | [Pure] method Sign (line 79232) | [Pure] method Signumi (line 79242) | [Pure] method Signum (line 79252) | [Pure] method MultiplyAdd (line 79266) | [Pure] method MultiplyAdd (line 79276) | [Pure] method MultiplyAdd (line 79286) | [Pure] method Sqrt (line 79300) | [Pure] method Cbrt (line 79310) | [Pure] method Square (line 79324) | [Pure] method Pown (line 79338) | [Pure] method Pown (line 79348) | [Pure] method Pown (line 79358) | [Pure] method Pow (line 79368) | [Pure] method Pow (line 79378) | [Pure] method Pow (line 79388) | [Pure] method Pow (line 79398) | [Pure] method Pow (line 79408) | [Pure] method Pow (line 79418) | [Pure] method Power (line 79428) | [Pure] method Power (line 79439) | [Pure] method Power (line 79450) | [Pure] method Power (line 79461) | [Pure] method Power (line 79472) | [Pure] method Power (line 79483) | [Pure] method Exp (line 79498) | [Pure] method Log (line 79508) | [Pure] method Log2 (line 79518) | [Pure] method Log2Int (line 79528) | [Pure] method Log10 (line 79538) | [Pure] method Log (line 79548) | [Pure] method ModP (line 79562) | [Pure] method PowerOfTwo (line 79576) | [Pure] method NextPowerOfTwo (line 79586) | [Pure] method PrevPowerOfTwo (line 79596) | [Pure] method Step (line 79610) | [Pure] method Step (line 79620) | [Pure] method Lerp (line 79634) | [Pure] method Lerp (line 79644) | [Pure] method Lerp (line 79654) | [Pure] method Lerp (line 79664) | [Pure] method InvLerp (line 79674) | [Pure] method GreatestCommonDivisor (line 79688) | [Pure] method LeastCommonMultiple (line 79698) | [Pure] method FloatFromBits (line 79712) | [Pure] method ApproximateEquals (line 79726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 79740) | [Pure] method Min (line 88085) | [Pure] method Min (line 88095) | [Pure] method Min (line 88105) | [Pure] method Max (line 88115) | [Pure] method Max (line 88125) | [Pure] method Max (line 88135) | [Pure] method Min (line 88145) | [Pure] method Max (line 88155) | [Pure] method Min (line 88165) | [Pure] method Max (line 88175) | [Pure] method Min (line 88185) | [Pure] method Max (line 88195) | [Pure] method Clamp (line 88209) | [Pure] method Clamp (line 88219) | [Pure] method ClampExcl (line 88229) | [Pure] method ClampExcl (line 88239) | [Pure] method ClampWrap (line 88249) | [Pure] method ClampWrap (line 88259) | [Pure] method Saturate (line 88269) | [Pure] method MultiplyAdd (line 88283) | [Pure] method MultiplyAdd (line 88293) | [Pure] method MultiplyAdd (line 88303) | [Pure] method Sqrt (line 88317) | [Pure] method Cbrt (line 88327) | [Pure] method Square (line 88341) | [Pure] method Pown (line 88355) | [Pure] method Pown (line 88365) | [Pure] method Pown (line 88375) | [Pure] method Pown (line 88385) | [Pure] method Pown (line 88395) | [Pure] method Pown (line 88405) | [Pure] method Pow (line 88415) | [Pure] method Pow (line 88425) | [Pure] method Pow (line 88435) | [Pure] method Pow (line 88445) | [Pure] method Pow (line 88455) | [Pure] method Pow (line 88465) | [Pure] method Power (line 88475) | [Pure] method Power (line 88486) | [Pure] method Power (line 88497) | [Pure] method Power (line 88508) | [Pure] method Power (line 88519) | [Pure] method Power (line 88530) | [Pure] method Exp (line 88545) | [Pure] method Log (line 88555) | [Pure] method Log2 (line 88565) | [Pure] method Log2Int (line 88575) | [Pure] method Log10 (line 88585) | [Pure] method Log (line 88595) | [Pure] method Step (line 88609) | [Pure] method Step (line 88619) | [Pure] method Lerp (line 88633) | [Pure] method Lerp (line 88643) | [Pure] method Lerp (line 88653) | [Pure] method Lerp (line 88663) | [Pure] method InvLerp (line 88673) | [Pure] method GreatestCommonDivisor (line 88687) | [Pure] method LeastCommonMultiple (line 88697) | [Pure] method FloatFromUnsignedBits (line 88711) | [Pure] method ApproximateEquals (line 88725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 88739) | [Pure] method Min (line 100720) | [Pure] method Min (line 100730) | [Pure] method Min (line 100740) | [Pure] method Max (line 100750) | [Pure] method Max (line 100760) | [Pure] method Max (line 100770) | [Pure] method Min (line 100780) | [Pure] method Max (line 100790) | [Pure] method Min (line 100800) | [Pure] method Max (line 100810) | [Pure] method Min (line 100820) | [Pure] method Max (line 100830) | [Pure] method Abs (line 100844) | [Pure] method Clamp (line 100858) | [Pure] method Clamp (line 100868) | [Pure] method ClampExcl (line 100878) | [Pure] method ClampExcl (line 100888) | [Pure] method ClampWrap (line 100898) | [Pure] method ClampWrap (line 100908) | [Pure] method Saturate (line 100918) | [Pure] method Sign (line 100932) | [Pure] method Signumi (line 100942) | [Pure] method Signum (line 100952) | [Pure] method MultiplyAdd (line 100966) | [Pure] method MultiplyAdd (line 100976) | [Pure] method MultiplyAdd (line 100986) | [Pure] method Sqrt (line 101000) | [Pure] method Cbrt (line 101010) | [Pure] method Square (line 101024) | [Pure] method Pown (line 101038) | [Pure] method Pown (line 101048) | [Pure] method Pown (line 101058) | [Pure] method Pown (line 101068) | [Pure] method Pown (line 101078) | [Pure] method Pown (line 101088) | [Pure] method Pow (line 101098) | [Pure] method Pow (line 101108) | [Pure] method Pow (line 101118) | [Pure] method Pow (line 101128) | [Pure] method Pow (line 101138) | [Pure] method Pow (line 101148) | [Pure] method Power (line 101158) | [Pure] method Power (line 101169) | [Pure] method Power (line 101180) | [Pure] method Power (line 101191) | [Pure] method Power (line 101202) | [Pure] method Power (line 101213) | [Pure] method Exp (line 101228) | [Pure] method Log (line 101238) | [Pure] method Log2 (line 101248) | [Pure] method Log2Int (line 101258) | [Pure] method Log10 (line 101268) | [Pure] method Log (line 101278) | [Pure] method ModP (line 101292) | [Pure] method PowerOfTwo (line 101306) | [Pure] method NextPowerOfTwo (line 101316) | [Pure] method PrevPowerOfTwo (line 101326) | [Pure] method Step (line 101340) | [Pure] method Step (line 101350) | [Pure] method Lerp (line 101364) | [Pure] method Lerp (line 101374) | [Pure] method Lerp (line 101384) | [Pure] method Lerp (line 101394) | [Pure] method InvLerp (line 101404) | [Pure] method GreatestCommonDivisor (line 101418) | [Pure] method LeastCommonMultiple (line 101428) | [Pure] method FloatFromBits (line 101442) | [Pure] method ApproximateEquals (line 101456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 101470) | [Pure] method Min (line 113921) | [Pure] method Min (line 113931) | [Pure] method Min (line 113941) | [Pure] method Max (line 113951) | [Pure] method Max (line 113961) | [Pure] method Max (line 113971) | [Pure] method Min (line 113981) | [Pure] method Max (line 113991) | [Pure] method Min (line 114001) | [Pure] method Max (line 114011) | [Pure] method Min (line 114021) | [Pure] method Max (line 114031) | [Pure] method Abs (line 114045) | [Pure] method Floor (line 114059) | [Pure] method Ceiling (line 114069) | [Pure] method Round (line 114079) | [Pure] method Round (line 114089) | [Pure] method Round (line 114099) | [Pure] method Round (line 114109) | [Pure] method Truncate (line 114119) | [Pure] method Frac (line 114133) | [Pure] method Clamp (line 114147) | [Pure] method Clamp (line 114157) | [Pure] method ClampWrap (line 114167) | [Pure] method ClampWrap (line 114177) | [Pure] method Saturate (line 114187) | [Pure] method MapToUnitInterval (line 114201) | [Pure] method MapToUnitInterval (line 114211) | [Pure] method MapToUnitInterval (line 114221) | [Pure] method MapToUnitInterval (line 114231) | [Pure] method Sign (line 114245) | [Pure] method Signumi (line 114255) | [Pure] method Signum (line 114265) | [Pure] method MultiplyAdd (line 114279) | [Pure] method MultiplyAdd (line 114289) | [Pure] method MultiplyAdd (line 114299) | [Pure] method CopySign (line 114313) | [Pure] method CopySign (line 114323) | [Pure] method CopySign (line 114333) | [Pure] method Sqrt (line 114347) | [Pure] method Cbrt (line 114357) | [Pure] method Square (line 114371) | [Pure] method Pown (line 114385) | [Pure] method Pown (line 114395) | [Pure] method Pown (line 114405) | [Pure] method Pow (line 114415) | [Pure] method Pow (line 114425) | [Pure] method Pow (line 114435) | [Pure] method Power (line 114445) | [Pure] method Power (line 114456) | [Pure] method Power (line 114467) | [Pure] method Exp (line 114482) | [Pure] method Log (line 114492) | [Pure] method Log2 (line 114502) | [Pure] method Log2Int (line 114512) | [Pure] method Log10 (line 114522) | [Pure] method Log (line 114532) | [Pure] method ModP (line 114546) | [Pure] method PowerOfTwo (line 114560) | [Pure] method Sin (line 114574) | [Pure] method Cos (line 114584) | [Pure] method Tan (line 114594) | [Pure] method Asin (line 114604) | [Pure] method AsinClamped (line 114614) | [Pure] method Acos (line 114624) | [Pure] method AcosClamped (line 114634) | [Pure] method Atan (line 114644) | [Pure] method Atan2 (line 114654) | [Pure] method FastAtan2 (line 114664) | [Pure] method Sinh (line 114674) | [Pure] method Cosh (line 114684) | [Pure] method Tanh (line 114694) | [Pure] method Asinh (line 114704) | [Pure] method Acosh (line 114714) | [Pure] method Atanh (line 114724) | [Pure] method Step (line 114738) | [Pure] method Step (line 114748) | [Pure] method Linearstep (line 114758) | [Pure] method Linearstep (line 114768) | [Pure] method Smoothstep (line 114778) | [Pure] method Smoothstep (line 114788) | [Pure] method Lerp (line 114802) | [Pure] method Lerp (line 114812) | [Pure] method InvLerp (line 114822) | [Pure] method FloatToBits (line 114836) | [Pure] method FloatToUnsignedBits (line 114846) | [Pure] method ApproximateEquals (line 114860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 114870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 114884) | [Pure] method IsTiny (line 114892) | [Pure] method IsNaN (line 114904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 114911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 114918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 114925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 114932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 127647) | [Pure] method Min (line 127657) | [Pure] method Min (line 127667) | [Pure] method Max (line 127677) | [Pure] method Max (line 127687) | [Pure] method Max (line 127697) | [Pure] method Min (line 127707) | [Pure] method Max (line 127717) | [Pure] method Min (line 127727) | [Pure] method Max (line 127737) | [Pure] method Min (line 127747) | [Pure] method Max (line 127757) | [Pure] method Abs (line 127771) | [Pure] method Floor (line 127785) | [Pure] method Ceiling (line 127795) | [Pure] method Round (line 127805) | [Pure] method Round (line 127815) | [Pure] method Round (line 127825) | [Pure] method Round (line 127835) | [Pure] method Truncate (line 127845) | [Pure] method Frac (line 127859) | [Pure] method Clamp (line 127873) | [Pure] method Clamp (line 127883) | [Pure] method ClampWrap (line 127893) | [Pure] method ClampWrap (line 127903) | [Pure] method Saturate (line 127913) | [Pure] method MapToUnitInterval (line 127927) | [Pure] method MapToUnitInterval (line 127937) | [Pure] method MapToUnitInterval (line 127947) | [Pure] method MapToUnitInterval (line 127957) | [Pure] method Sign (line 127971) | [Pure] method Signumi (line 127981) | [Pure] method Signum (line 127991) | [Pure] method MultiplyAdd (line 128005) | [Pure] method MultiplyAdd (line 128015) | [Pure] method MultiplyAdd (line 128025) | [Pure] method CopySign (line 128039) | [Pure] method CopySign (line 128049) | [Pure] method CopySign (line 128059) | [Pure] method Sqrt (line 128073) | [Pure] method Cbrt (line 128083) | [Pure] method Square (line 128097) | [Pure] method Pown (line 128111) | [Pure] method Pown (line 128121) | [Pure] method Pown (line 128131) | [Pure] method Pow (line 128141) | [Pure] method Pow (line 128151) | [Pure] method Pow (line 128161) | [Pure] method Power (line 128171) | [Pure] method Power (line 128182) | [Pure] method Power (line 128193) | [Pure] method Exp (line 128208) | [Pure] method Log (line 128218) | [Pure] method Log2 (line 128228) | [Pure] method Log2Int (line 128238) | [Pure] method Log10 (line 128248) | [Pure] method Log (line 128258) | [Pure] method ModP (line 128272) | [Pure] method PowerOfTwo (line 128286) | [Pure] method Sin (line 128300) | [Pure] method Cos (line 128310) | [Pure] method Tan (line 128320) | [Pure] method Asin (line 128330) | [Pure] method AsinClamped (line 128340) | [Pure] method Acos (line 128350) | [Pure] method AcosClamped (line 128360) | [Pure] method Atan (line 128370) | [Pure] method Atan2 (line 128380) | [Pure] method FastAtan2 (line 128390) | [Pure] method Sinh (line 128400) | [Pure] method Cosh (line 128410) | [Pure] method Tanh (line 128420) | [Pure] method Asinh (line 128430) | [Pure] method Acosh (line 128440) | [Pure] method Atanh (line 128450) | [Pure] method Step (line 128464) | [Pure] method Step (line 128474) | [Pure] method Linearstep (line 128484) | [Pure] method Linearstep (line 128494) | [Pure] method Smoothstep (line 128504) | [Pure] method Smoothstep (line 128514) | [Pure] method Lerp (line 128528) | [Pure] method Lerp (line 128538) | [Pure] method InvLerp (line 128548) | [Pure] method FloatToBits (line 128562) | [Pure] method ApproximateEquals (line 128576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 128586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 128600) | [Pure] method IsTiny (line 128608) | [Pure] method IsNaN (line 128620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 128627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 128634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 128641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 128648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Vec (line 34157) | public static partial class Vec method LengthSquared (line 4326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 4333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 4402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 4431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 4496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 4503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 4513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 4524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 4530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 4546) | public static V2i Cross(this V2i a) method AllSmaller (line 4559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 4919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 4936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 4943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4954) | [Pure] method AllTiny (line 4962) | [Pure] method IndexOfClosestPoint (line 4971) | public static int IndexOfClosestPoint(this V2i[] pointArray, V2i point) method IndexOfClosestPoint (line 4984) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 4998) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 5012) | public static long LongIndexOfClosestPoint(this V2i[] pointArray, V2i ... method LongIndexOfClosestPoint (line 5025) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 5039) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 5057) | public static int IndexOfMinX(this V2i[] vectorArray, int count = 0) method LongIndexOfMinX (line 5074) | public static long LongIndexOfMinX(this V2i[] vectorArray, long count ... method IndexOfMaxX (line 5091) | public static int IndexOfMaxX(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 5108) | public static long LongIndexOfMaxX(this V2i[] vectorArray, long count ... method IndexOfMinY (line 5125) | public static int IndexOfMinY(this V2i[] vectorArray, int count = 0) method LongIndexOfMinY (line 5142) | public static long LongIndexOfMinY(this V2i[] vectorArray, long count ... method IndexOfMaxY (line 5159) | public static int IndexOfMaxY(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 5176) | public static long LongIndexOfMaxY(this V2i[] vectorArray, long count ... method IndexOfMinX (line 5193) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 5210) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 5227) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 5244) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 5260) | public static int[] CopyCoord(this V2i[] self, int index) method LengthSquared (line 8419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 8426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 8449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 8457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 8465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 8473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 8480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 8495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 8509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 8524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 8589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 8595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 8974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 8991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 8998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 9009) | [Pure] method AllTiny (line 9017) | [Pure] method IndexOfClosestPoint (line 9026) | public static int IndexOfClosestPoint(this V2ui[] pointArray, V2ui point) method IndexOfClosestPoint (line 9039) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 9053) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 9067) | public static long LongIndexOfClosestPoint(this V2ui[] pointArray, V2u... method LongIndexOfClosestPoint (line 9080) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 9094) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 9112) | public static int IndexOfMinX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 9129) | public static long LongIndexOfMinX(this V2ui[] vectorArray, long count... method IndexOfMaxX (line 9146) | public static int IndexOfMaxX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 9163) | public static long LongIndexOfMaxX(this V2ui[] vectorArray, long count... method IndexOfMinY (line 9180) | public static int IndexOfMinY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 9197) | public static long LongIndexOfMinY(this V2ui[] vectorArray, long count... method IndexOfMaxY (line 9214) | public static int IndexOfMaxY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 9231) | public static long LongIndexOfMaxY(this V2ui[] vectorArray, long count... method IndexOfMinX (line 9248) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 9265) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 9282) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 9299) | public static int IndexOfMaxY(this IList vectorArray, int count ... method CopyCoord (line 9315) | public static uint[] CopyCoord(this V2ui[] self, int index) method LengthSquared (line 13661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 13668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 13679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 13691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 13699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 13715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 13737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 13751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 13766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 13774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 13831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 13838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 13848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 13859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 13865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 13881) | public static V2l Cross(this V2l a) method AllSmaller (line 13894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 14004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 14254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 14271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 14278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 14289) | [Pure] method AllTiny (line 14297) | [Pure] method IndexOfClosestPoint (line 14306) | public static int IndexOfClosestPoint(this V2l[] pointArray, V2l point) method IndexOfClosestPoint (line 14319) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 14333) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 14347) | public static long LongIndexOfClosestPoint(this V2l[] pointArray, V2l ... method LongIndexOfClosestPoint (line 14360) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 14374) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 14392) | public static int IndexOfMinX(this V2l[] vectorArray, int count = 0) method LongIndexOfMinX (line 14409) | public static long LongIndexOfMinX(this V2l[] vectorArray, long count ... method IndexOfMaxX (line 14426) | public static int IndexOfMaxX(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 14443) | public static long LongIndexOfMaxX(this V2l[] vectorArray, long count ... method IndexOfMinY (line 14460) | public static int IndexOfMinY(this V2l[] vectorArray, int count = 0) method LongIndexOfMinY (line 14477) | public static long LongIndexOfMinY(this V2l[] vectorArray, long count ... method IndexOfMaxY (line 14494) | public static int IndexOfMaxY(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 14511) | public static long LongIndexOfMaxY(this V2l[] vectorArray, long count ... method IndexOfMinX (line 14528) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 14545) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 14562) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 14579) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 14595) | public static long[] CopyCoord(this V2l[] self, int index) method LengthSquared (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 19567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 19578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 19590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 19602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 19610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 19618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 19626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 19633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 19648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 19662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 19677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 19685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 19766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 19773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 19780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 19790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 19801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 19807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 19821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 19832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 19853) | public static V2f Cross(this V2f a) method AllSmaller (line 19866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 20226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 20243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 20250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 20261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 20272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 20283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 20298) | [Pure] method AllTiny (line 20306) | [Pure] method AnyFinite (line 20315) | [Pure] method AllFinite (line 20320) | [Pure] method AnyNaN (line 20325) | [Pure] method AllNaN (line 20330) | [Pure] method AnyInfinity (line 20335) | [Pure] method AllInfinity (line 20340) | [Pure] method AnyPositiveInfinity (line 20345) | [Pure] method AllPositiveInfinity (line 20350) | [Pure] method AnyNegativeInfinity (line 20355) | [Pure] method AllNegativeInfinity (line 20360) | [Pure] method AnyTiny (line 20365) | [Pure] method AllTiny (line 20370) | [Pure] method Dot90 (line 20382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 20391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 20400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 20410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 20420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 20430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 20440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 20490) | public static int IndexOfClosestPoint(this V2f[] pointArray, V2f point) method IndexOfClosestPoint (line 20503) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 20517) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 20531) | public static long LongIndexOfClosestPoint(this V2f[] pointArray, V2f ... method LongIndexOfClosestPoint (line 20544) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 20558) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 20576) | public static int IndexOfMinX(this V2f[] vectorArray, int count = 0) method LongIndexOfMinX (line 20593) | public static long LongIndexOfMinX(this V2f[] vectorArray, long count ... method IndexOfMaxX (line 20610) | public static int IndexOfMaxX(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 20627) | public static long LongIndexOfMaxX(this V2f[] vectorArray, long count ... method IndexOfMinY (line 20644) | public static int IndexOfMinY(this V2f[] vectorArray, int count = 0) method LongIndexOfMinY (line 20661) | public static long LongIndexOfMinY(this V2f[] vectorArray, long count ... method IndexOfMaxY (line 20678) | public static int IndexOfMaxY(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 20695) | public static long LongIndexOfMaxY(this V2f[] vectorArray, long count ... method IndexOfMinX (line 20712) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 20729) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 20746) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 20763) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 20779) | public static float[] CopyCoord(this V2f[] self, int index) method WeightedSum (line 20789) | public static V2f WeightedSum( method LengthSquared (line 25775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 25782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 25793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 25805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 25817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 25825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 25833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 25841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 25848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 25863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 25877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 25892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 25900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 25981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 25988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 25995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 26005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 26016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 26022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 26036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 26047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 26068) | public static V2d Cross(this V2d a) method AllSmaller (line 26081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 26441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 26458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 26465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 26476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 26487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 26498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 26513) | [Pure] method AllTiny (line 26521) | [Pure] method AnyFinite (line 26530) | [Pure] method AllFinite (line 26535) | [Pure] method AnyNaN (line 26540) | [Pure] method AllNaN (line 26545) | [Pure] method AnyInfinity (line 26550) | [Pure] method AllInfinity (line 26555) | [Pure] method AnyPositiveInfinity (line 26560) | [Pure] method AllPositiveInfinity (line 26565) | [Pure] method AnyNegativeInfinity (line 26570) | [Pure] method AllNegativeInfinity (line 26575) | [Pure] method AnyTiny (line 26580) | [Pure] method AllTiny (line 26585) | [Pure] method Dot90 (line 26597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 26606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 26615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 26625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 26635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 26645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 26655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 26705) | public static int IndexOfClosestPoint(this V2d[] pointArray, V2d point) method IndexOfClosestPoint (line 26718) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 26732) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 26746) | public static long LongIndexOfClosestPoint(this V2d[] pointArray, V2d ... method LongIndexOfClosestPoint (line 26759) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 26773) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 26791) | public static int IndexOfMinX(this V2d[] vectorArray, int count = 0) method LongIndexOfMinX (line 26808) | public static long LongIndexOfMinX(this V2d[] vectorArray, long count ... method IndexOfMaxX (line 26825) | public static int IndexOfMaxX(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 26842) | public static long LongIndexOfMaxX(this V2d[] vectorArray, long count ... method IndexOfMinY (line 26859) | public static int IndexOfMinY(this V2d[] vectorArray, int count = 0) method LongIndexOfMinY (line 26876) | public static long LongIndexOfMinY(this V2d[] vectorArray, long count ... method IndexOfMaxY (line 26893) | public static int IndexOfMaxY(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 26910) | public static long LongIndexOfMaxY(this V2d[] vectorArray, long count ... method IndexOfMinX (line 26927) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 26944) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 26961) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 26978) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 26994) | public static double[] CopyCoord(this V2d[] self, int index) method WeightedSum (line 27004) | public static V2d WeightedSum( method LengthSquared (line 34164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 34171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 34182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 34241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 34270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 34278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 34335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 34346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 34358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 34367) | public static M33i CrossMatrix(this V3i v) method DirFlags (line 34374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 34390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 34768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 34787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 34794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 34805) | [Pure] method AllTiny (line 34813) | [Pure] method IndexOfClosestPoint (line 34822) | public static int IndexOfClosestPoint(this V3i[] pointArray, V3i point) method IndexOfClosestPoint (line 34835) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 34849) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 34863) | public static long LongIndexOfClosestPoint(this V3i[] pointArray, V3i ... method LongIndexOfClosestPoint (line 34876) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 34890) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 34908) | public static int IndexOfMinX(this V3i[] vectorArray, int count = 0) method LongIndexOfMinX (line 34925) | public static long LongIndexOfMinX(this V3i[] vectorArray, long count ... method IndexOfMaxX (line 34942) | public static int IndexOfMaxX(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 34959) | public static long LongIndexOfMaxX(this V3i[] vectorArray, long count ... method IndexOfMinY (line 34976) | public static int IndexOfMinY(this V3i[] vectorArray, int count = 0) method LongIndexOfMinY (line 34993) | public static long LongIndexOfMinY(this V3i[] vectorArray, long count ... method IndexOfMaxY (line 35010) | public static int IndexOfMaxY(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 35027) | public static long LongIndexOfMaxY(this V3i[] vectorArray, long count ... method IndexOfMinZ (line 35044) | public static int IndexOfMinZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 35061) | public static long LongIndexOfMinZ(this V3i[] vectorArray, long count ... method IndexOfMaxZ (line 35078) | public static int IndexOfMaxZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 35095) | public static long LongIndexOfMaxZ(this V3i[] vectorArray, long count ... method IndexOfMinX (line 35112) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 35129) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 35146) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 35163) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 35180) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 35197) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 35213) | public static int[] CopyCoord(this V3i[] self, int index) method LengthSquared (line 40144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 40151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 40162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 40174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 40182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 40190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 40198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 40205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 40221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 40235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 40250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 40258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 40315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 40321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 40702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 40721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 40728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 40739) | [Pure] method AllTiny (line 40747) | [Pure] method IndexOfClosestPoint (line 40756) | public static int IndexOfClosestPoint(this V3ui[] pointArray, V3ui point) method IndexOfClosestPoint (line 40769) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 40783) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 40797) | public static long LongIndexOfClosestPoint(this V3ui[] pointArray, V3u... method LongIndexOfClosestPoint (line 40810) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 40824) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 40842) | public static int IndexOfMinX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 40859) | public static long LongIndexOfMinX(this V3ui[] vectorArray, long count... method IndexOfMaxX (line 40876) | public static int IndexOfMaxX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 40893) | public static long LongIndexOfMaxX(this V3ui[] vectorArray, long count... method IndexOfMinY (line 40910) | public static int IndexOfMinY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 40927) | public static long LongIndexOfMinY(this V3ui[] vectorArray, long count... method IndexOfMaxY (line 40944) | public static int IndexOfMaxY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 40961) | public static long LongIndexOfMaxY(this V3ui[] vectorArray, long count... method IndexOfMinZ (line 40978) | public static int IndexOfMinZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 40995) | public static long LongIndexOfMinZ(this V3ui[] vectorArray, long count... method IndexOfMaxZ (line 41012) | public static int IndexOfMaxZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 41029) | public static long LongIndexOfMaxZ(this V3ui[] vectorArray, long count... method IndexOfMinX (line 41046) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 41063) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 41080) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 41097) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 41114) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 41131) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method CopyCoord (line 41147) | public static uint[] CopyCoord(this V3ui[] self, int index) method LengthSquared (line 48281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 48288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 48299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 48358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 48387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 48395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 48452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 48463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 48475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 48484) | public static M33l CrossMatrix(this V3l v) method DirFlags (line 48491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 48507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 48885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 48904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 48911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 48922) | [Pure] method AllTiny (line 48930) | [Pure] method IndexOfClosestPoint (line 48939) | public static int IndexOfClosestPoint(this V3l[] pointArray, V3l point) method IndexOfClosestPoint (line 48952) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 48966) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 48980) | public static long LongIndexOfClosestPoint(this V3l[] pointArray, V3l ... method LongIndexOfClosestPoint (line 48993) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 49007) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 49025) | public static int IndexOfMinX(this V3l[] vectorArray, int count = 0) method LongIndexOfMinX (line 49042) | public static long LongIndexOfMinX(this V3l[] vectorArray, long count ... method IndexOfMaxX (line 49059) | public static int IndexOfMaxX(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 49076) | public static long LongIndexOfMaxX(this V3l[] vectorArray, long count ... method IndexOfMinY (line 49093) | public static int IndexOfMinY(this V3l[] vectorArray, int count = 0) method LongIndexOfMinY (line 49110) | public static long LongIndexOfMinY(this V3l[] vectorArray, long count ... method IndexOfMaxY (line 49127) | public static int IndexOfMaxY(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 49144) | public static long LongIndexOfMaxY(this V3l[] vectorArray, long count ... method IndexOfMinZ (line 49161) | public static int IndexOfMinZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 49178) | public static long LongIndexOfMinZ(this V3l[] vectorArray, long count ... method IndexOfMaxZ (line 49195) | public static int IndexOfMaxZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 49212) | public static long LongIndexOfMaxZ(this V3l[] vectorArray, long count ... method IndexOfMinX (line 49229) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 49246) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 49263) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 49280) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 49297) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 49314) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 49330) | public static long[] CopyCoord(this V3l[] self, int index) method LengthSquared (line 57353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 57360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 57371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 57384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 57396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 57404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 57412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 57420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 57427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 57443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 57457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 57472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 57480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 57561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 57568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 57579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 57591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 57600) | public static M33f CrossMatrix(this V3f v) method DirFlags (line 57607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 57623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 57634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 57653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 58031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 58050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 58057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 58069) | public static V3f AxisAlignedNormal(this V3f v) method AngleBetweenFast (line 58101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 58112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 58127) | [Pure] method AllTiny (line 58135) | [Pure] method AnyFinite (line 58144) | [Pure] method AllFinite (line 58149) | [Pure] method AnyNaN (line 58154) | [Pure] method AllNaN (line 58159) | [Pure] method AnyInfinity (line 58164) | [Pure] method AllInfinity (line 58169) | [Pure] method AnyPositiveInfinity (line 58174) | [Pure] method AllPositiveInfinity (line 58179) | [Pure] method AnyNegativeInfinity (line 58184) | [Pure] method AllNegativeInfinity (line 58189) | [Pure] method AnyTiny (line 58194) | [Pure] method AllTiny (line 58199) | [Pure] method LinCom (line 58208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 58248) | public static int IndexOfClosestPoint(this V3f[] pointArray, V3f point) method IndexOfClosestPoint (line 58261) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 58275) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 58289) | public static long LongIndexOfClosestPoint(this V3f[] pointArray, V3f ... method LongIndexOfClosestPoint (line 58302) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 58316) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 58334) | public static int IndexOfMinX(this V3f[] vectorArray, int count = 0) method LongIndexOfMinX (line 58351) | public static long LongIndexOfMinX(this V3f[] vectorArray, long count ... method IndexOfMaxX (line 58368) | public static int IndexOfMaxX(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 58385) | public static long LongIndexOfMaxX(this V3f[] vectorArray, long count ... method IndexOfMinY (line 58402) | public static int IndexOfMinY(this V3f[] vectorArray, int count = 0) method LongIndexOfMinY (line 58419) | public static long LongIndexOfMinY(this V3f[] vectorArray, long count ... method IndexOfMaxY (line 58436) | public static int IndexOfMaxY(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 58453) | public static long LongIndexOfMaxY(this V3f[] vectorArray, long count ... method IndexOfMinZ (line 58470) | public static int IndexOfMinZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 58487) | public static long LongIndexOfMinZ(this V3f[] vectorArray, long count ... method IndexOfMaxZ (line 58504) | public static int IndexOfMaxZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 58521) | public static long LongIndexOfMaxZ(this V3f[] vectorArray, long count ... method IndexOfMinX (line 58538) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 58555) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 58572) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 58589) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 58606) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 58623) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 58639) | public static float[] CopyCoord(this V3f[] self, int index) method WeightedSum (line 58650) | public static V3f WeightedSum( method LengthSquared (line 66735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 66742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 66753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 66766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 66778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 66786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 66794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 66802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 66809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 66825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 66839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 66854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 66862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 66943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 66950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 66961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 66973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 66982) | public static M33d CrossMatrix(this V3d v) method DirFlags (line 66989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 67005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 67016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 67035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 67413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 67432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 67439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 67451) | public static V3d AxisAlignedNormal(this V3d v) method AngleBetweenFast (line 67483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 67494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 67509) | [Pure] method AllTiny (line 67517) | [Pure] method AnyFinite (line 67526) | [Pure] method AllFinite (line 67531) | [Pure] method AnyNaN (line 67536) | [Pure] method AllNaN (line 67541) | [Pure] method AnyInfinity (line 67546) | [Pure] method AllInfinity (line 67551) | [Pure] method AnyPositiveInfinity (line 67556) | [Pure] method AllPositiveInfinity (line 67561) | [Pure] method AnyNegativeInfinity (line 67566) | [Pure] method AllNegativeInfinity (line 67571) | [Pure] method AnyTiny (line 67576) | [Pure] method AllTiny (line 67581) | [Pure] method LinCom (line 67590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 67630) | public static int IndexOfClosestPoint(this V3d[] pointArray, V3d point) method IndexOfClosestPoint (line 67643) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 67657) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 67671) | public static long LongIndexOfClosestPoint(this V3d[] pointArray, V3d ... method LongIndexOfClosestPoint (line 67684) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 67698) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 67716) | public static int IndexOfMinX(this V3d[] vectorArray, int count = 0) method LongIndexOfMinX (line 67733) | public static long LongIndexOfMinX(this V3d[] vectorArray, long count ... method IndexOfMaxX (line 67750) | public static int IndexOfMaxX(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 67767) | public static long LongIndexOfMaxX(this V3d[] vectorArray, long count ... method IndexOfMinY (line 67784) | public static int IndexOfMinY(this V3d[] vectorArray, int count = 0) method LongIndexOfMinY (line 67801) | public static long LongIndexOfMinY(this V3d[] vectorArray, long count ... method IndexOfMaxY (line 67818) | public static int IndexOfMaxY(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 67835) | public static long LongIndexOfMaxY(this V3d[] vectorArray, long count ... method IndexOfMinZ (line 67852) | public static int IndexOfMinZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 67869) | public static long LongIndexOfMinZ(this V3d[] vectorArray, long count ... method IndexOfMaxZ (line 67886) | public static int IndexOfMaxZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 67903) | public static long LongIndexOfMaxZ(this V3d[] vectorArray, long count ... method IndexOfMinX (line 67920) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 67937) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 67954) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 67971) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 67988) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 68005) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 68021) | public static double[] CopyCoord(this V3d[] self, int index) method WeightedSum (line 68032) | public static V3d WeightedSum( method LengthSquared (line 79758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 79765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 79776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 79788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 79796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 79804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 79812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 79819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 79836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 79850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 79865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 79873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 79930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 79942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 79955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 79961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 80004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 80344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 80365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 80372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 80383) | [Pure] method AllTiny (line 80391) | [Pure] method IndexOfClosestPoint (line 80400) | public static int IndexOfClosestPoint(this V4i[] pointArray, V4i point) method IndexOfClosestPoint (line 80413) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 80427) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 80441) | public static long LongIndexOfClosestPoint(this V4i[] pointArray, V4i ... method LongIndexOfClosestPoint (line 80454) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 80468) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 80486) | public static int IndexOfMinX(this V4i[] vectorArray, int count = 0) method LongIndexOfMinX (line 80503) | public static long LongIndexOfMinX(this V4i[] vectorArray, long count ... method IndexOfMaxX (line 80520) | public static int IndexOfMaxX(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 80537) | public static long LongIndexOfMaxX(this V4i[] vectorArray, long count ... method IndexOfMinY (line 80554) | public static int IndexOfMinY(this V4i[] vectorArray, int count = 0) method LongIndexOfMinY (line 80571) | public static long LongIndexOfMinY(this V4i[] vectorArray, long count ... method IndexOfMaxY (line 80588) | public static int IndexOfMaxY(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 80605) | public static long LongIndexOfMaxY(this V4i[] vectorArray, long count ... method IndexOfMinZ (line 80622) | public static int IndexOfMinZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 80639) | public static long LongIndexOfMinZ(this V4i[] vectorArray, long count ... method IndexOfMaxZ (line 80656) | public static int IndexOfMaxZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 80673) | public static long LongIndexOfMaxZ(this V4i[] vectorArray, long count ... method IndexOfMinW (line 80690) | public static int IndexOfMinW(this V4i[] vectorArray, int count = 0) method LongIndexOfMinW (line 80707) | public static long LongIndexOfMinW(this V4i[] vectorArray, long count ... method IndexOfMaxW (line 80724) | public static int IndexOfMaxW(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxW (line 80741) | public static long LongIndexOfMaxW(this V4i[] vectorArray, long count ... method IndexOfMinX (line 80758) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 80775) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 80792) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 80809) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 80826) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 80843) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 80860) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 80877) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 80893) | public static int[] CopyCoord(this V4i[] self, int index) method LengthSquared (line 88757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 88764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 88775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 88787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 88795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 88803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 88811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 88818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 88835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 88849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 88864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 88872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 88929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 88935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 89008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 89318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 89339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 89346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 89357) | [Pure] method AllTiny (line 89365) | [Pure] method IndexOfClosestPoint (line 89374) | public static int IndexOfClosestPoint(this V4ui[] pointArray, V4ui point) method IndexOfClosestPoint (line 89387) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 89401) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 89415) | public static long LongIndexOfClosestPoint(this V4ui[] pointArray, V4u... method LongIndexOfClosestPoint (line 89428) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 89442) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 89460) | public static int IndexOfMinX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 89477) | public static long LongIndexOfMinX(this V4ui[] vectorArray, long count... method IndexOfMaxX (line 89494) | public static int IndexOfMaxX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 89511) | public static long LongIndexOfMaxX(this V4ui[] vectorArray, long count... method IndexOfMinY (line 89528) | public static int IndexOfMinY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 89545) | public static long LongIndexOfMinY(this V4ui[] vectorArray, long count... method IndexOfMaxY (line 89562) | public static int IndexOfMaxY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 89579) | public static long LongIndexOfMaxY(this V4ui[] vectorArray, long count... method IndexOfMinZ (line 89596) | public static int IndexOfMinZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 89613) | public static long LongIndexOfMinZ(this V4ui[] vectorArray, long count... method IndexOfMaxZ (line 89630) | public static int IndexOfMaxZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 89647) | public static long LongIndexOfMaxZ(this V4ui[] vectorArray, long count... method IndexOfMinW (line 89664) | public static int IndexOfMinW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinW (line 89681) | public static long LongIndexOfMinW(this V4ui[] vectorArray, long count... method IndexOfMaxW (line 89698) | public static int IndexOfMaxW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxW (line 89715) | public static long LongIndexOfMaxW(this V4ui[] vectorArray, long count... method IndexOfMinX (line 89732) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 89749) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 89766) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 89783) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 89800) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 89817) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method IndexOfMinW (line 89834) | public static int IndexOfMinW(this IList vectorArray, int count ... method IndexOfMaxW (line 89851) | public static int IndexOfMaxW(this IList vectorArray, int count ... method CopyCoord (line 89867) | public static uint[] CopyCoord(this V4ui[] self, int index) method LengthSquared (line 101488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 101495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 101506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 101518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 101526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 101534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 101542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 101549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 101566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 101580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 101595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 101603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 101660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 101672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 101685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 101691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 102004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 102074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 102095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 102102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 102113) | [Pure] method AllTiny (line 102121) | [Pure] method IndexOfClosestPoint (line 102130) | public static int IndexOfClosestPoint(this V4l[] pointArray, V4l point) method IndexOfClosestPoint (line 102143) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 102157) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 102171) | public static long LongIndexOfClosestPoint(this V4l[] pointArray, V4l ... method LongIndexOfClosestPoint (line 102184) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 102198) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 102216) | public static int IndexOfMinX(this V4l[] vectorArray, int count = 0) method LongIndexOfMinX (line 102233) | public static long LongIndexOfMinX(this V4l[] vectorArray, long count ... method IndexOfMaxX (line 102250) | public static int IndexOfMaxX(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 102267) | public static long LongIndexOfMaxX(this V4l[] vectorArray, long count ... method IndexOfMinY (line 102284) | public static int IndexOfMinY(this V4l[] vectorArray, int count = 0) method LongIndexOfMinY (line 102301) | public static long LongIndexOfMinY(this V4l[] vectorArray, long count ... method IndexOfMaxY (line 102318) | public static int IndexOfMaxY(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 102335) | public static long LongIndexOfMaxY(this V4l[] vectorArray, long count ... method IndexOfMinZ (line 102352) | public static int IndexOfMinZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 102369) | public static long LongIndexOfMinZ(this V4l[] vectorArray, long count ... method IndexOfMaxZ (line 102386) | public static int IndexOfMaxZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 102403) | public static long LongIndexOfMaxZ(this V4l[] vectorArray, long count ... method IndexOfMinW (line 102420) | public static int IndexOfMinW(this V4l[] vectorArray, int count = 0) method LongIndexOfMinW (line 102437) | public static long LongIndexOfMinW(this V4l[] vectorArray, long count ... method IndexOfMaxW (line 102454) | public static int IndexOfMaxW(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxW (line 102471) | public static long LongIndexOfMaxW(this V4l[] vectorArray, long count ... method IndexOfMinX (line 102488) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 102505) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 102522) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 102539) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 102556) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 102573) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 102590) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 102607) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 102623) | public static long[] CopyCoord(this V4l[] self, int index) method LengthSquared (line 115028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 115035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 115046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 115060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 115072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 115080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 115088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 115096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 115103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 115120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 115134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 115149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 115157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 115238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 115245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 115257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 115270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 115276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 115294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 115305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 115689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 115710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 115717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 115728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 115739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 115754) | [Pure] method AllTiny (line 115762) | [Pure] method AnyFinite (line 115771) | [Pure] method AllFinite (line 115776) | [Pure] method AnyNaN (line 115781) | [Pure] method AllNaN (line 115786) | [Pure] method AnyInfinity (line 115791) | [Pure] method AllInfinity (line 115796) | [Pure] method AnyPositiveInfinity (line 115801) | [Pure] method AllPositiveInfinity (line 115806) | [Pure] method AnyNegativeInfinity (line 115811) | [Pure] method AllNegativeInfinity (line 115816) | [Pure] method AnyTiny (line 115821) | [Pure] method AllTiny (line 115826) | [Pure] method LinCom (line 115835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 115875) | public static int IndexOfClosestPoint(this V4f[] pointArray, V4f point) method IndexOfClosestPoint (line 115888) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 115902) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 115916) | public static long LongIndexOfClosestPoint(this V4f[] pointArray, V4f ... method LongIndexOfClosestPoint (line 115929) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 115943) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 115961) | public static int IndexOfMinX(this V4f[] vectorArray, int count = 0) method LongIndexOfMinX (line 115978) | public static long LongIndexOfMinX(this V4f[] vectorArray, long count ... method IndexOfMaxX (line 115995) | public static int IndexOfMaxX(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 116012) | public static long LongIndexOfMaxX(this V4f[] vectorArray, long count ... method IndexOfMinY (line 116029) | public static int IndexOfMinY(this V4f[] vectorArray, int count = 0) method LongIndexOfMinY (line 116046) | public static long LongIndexOfMinY(this V4f[] vectorArray, long count ... method IndexOfMaxY (line 116063) | public static int IndexOfMaxY(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 116080) | public static long LongIndexOfMaxY(this V4f[] vectorArray, long count ... method IndexOfMinZ (line 116097) | public static int IndexOfMinZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 116114) | public static long LongIndexOfMinZ(this V4f[] vectorArray, long count ... method IndexOfMaxZ (line 116131) | public static int IndexOfMaxZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 116148) | public static long LongIndexOfMaxZ(this V4f[] vectorArray, long count ... method IndexOfMinW (line 116165) | public static int IndexOfMinW(this V4f[] vectorArray, int count = 0) method LongIndexOfMinW (line 116182) | public static long LongIndexOfMinW(this V4f[] vectorArray, long count ... method IndexOfMaxW (line 116199) | public static int IndexOfMaxW(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxW (line 116216) | public static long LongIndexOfMaxW(this V4f[] vectorArray, long count ... method IndexOfMinX (line 116233) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 116250) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 116267) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 116284) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 116301) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 116318) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 116335) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 116352) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 116368) | public static float[] CopyCoord(this V4f[] self, int index) method WeightedSum (line 116380) | public static V4f WeightedSum( method LengthSquared (line 128744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 128751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 128762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 128776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 128788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 128796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 128804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 128812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 128819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 128836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 128850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 128865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 128873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 128954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 128961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 128973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 128986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 128992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 129010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 129021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 129405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 129426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 129433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 129444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 129455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 129470) | [Pure] method AllTiny (line 129478) | [Pure] method AnyFinite (line 129487) | [Pure] method AllFinite (line 129492) | [Pure] method AnyNaN (line 129497) | [Pure] method AllNaN (line 129502) | [Pure] method AnyInfinity (line 129507) | [Pure] method AllInfinity (line 129512) | [Pure] method AnyPositiveInfinity (line 129517) | [Pure] method AllPositiveInfinity (line 129522) | [Pure] method AnyNegativeInfinity (line 129527) | [Pure] method AllNegativeInfinity (line 129532) | [Pure] method AnyTiny (line 129537) | [Pure] method AllTiny (line 129542) | [Pure] method LinCom (line 129551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 129591) | public static int IndexOfClosestPoint(this V4d[] pointArray, V4d point) method IndexOfClosestPoint (line 129604) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 129618) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 129632) | public static long LongIndexOfClosestPoint(this V4d[] pointArray, V4d ... method LongIndexOfClosestPoint (line 129645) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 129659) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 129677) | public static int IndexOfMinX(this V4d[] vectorArray, int count = 0) method LongIndexOfMinX (line 129694) | public static long LongIndexOfMinX(this V4d[] vectorArray, long count ... method IndexOfMaxX (line 129711) | public static int IndexOfMaxX(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 129728) | public static long LongIndexOfMaxX(this V4d[] vectorArray, long count ... method IndexOfMinY (line 129745) | public static int IndexOfMinY(this V4d[] vectorArray, int count = 0) method LongIndexOfMinY (line 129762) | public static long LongIndexOfMinY(this V4d[] vectorArray, long count ... method IndexOfMaxY (line 129779) | public static int IndexOfMaxY(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 129796) | public static long LongIndexOfMaxY(this V4d[] vectorArray, long count ... method IndexOfMinZ (line 129813) | public static int IndexOfMinZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 129830) | public static long LongIndexOfMinZ(this V4d[] vectorArray, long count ... method IndexOfMaxZ (line 129847) | public static int IndexOfMaxZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 129864) | public static long LongIndexOfMaxZ(this V4d[] vectorArray, long count ... method IndexOfMinW (line 129881) | public static int IndexOfMinW(this V4d[] vectorArray, int count = 0) method LongIndexOfMinW (line 129898) | public static long LongIndexOfMinW(this V4d[] vectorArray, long count ... method IndexOfMaxW (line 129915) | public static int IndexOfMaxW(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxW (line 129932) | public static long LongIndexOfMaxW(this V4d[] vectorArray, long count ... method IndexOfMinX (line 129949) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 129966) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 129983) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 130000) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 130017) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 130034) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 130051) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 130068) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 130084) | public static double[] CopyCoord(this V4d[] self, int index) method WeightedSum (line 130096) | public static V4d WeightedSum( class IRandomUniformV3iExtensions (line 35227) | public static class IRandomUniformV3iExtensions method UniformV3i (line 35234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3iNonZero (line 35243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3i (line 35252) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3i (line 35261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type V3ui (line 35274) | [DataContract] method V3ui (line 35291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35302) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35445) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35577) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35690) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35723) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3ui (line 35875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2i (line 35943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2l (line 35946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2f (line 35949) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2d (line 35952) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 35955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 35958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 35961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 35964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 35967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 35970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 35973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 35976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 35979) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 36034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 36049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 36062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 36078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 36094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 36108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 36114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 36121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 36125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 36136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 36143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 36147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 36158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 36165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 36169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 36180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 36187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 36191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 36202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 36209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 36213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 36221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 36229) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 36237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3i (line 36517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3l (line 36521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3f (line 36525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3d (line 36529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 36537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 36544) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 36550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 36557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 36564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 36570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinearInterp (line 36656) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 36661) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 36666) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 36671) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 36676) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 36681) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 36686) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 36691) | [EditorBrowsable(EditorBrowsableState.Never)] method Saturate (line 36696) | [EditorBrowsable(EditorBrowsableState.Never)] method Set (line 36708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 36719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 36730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 36741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 36752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 36996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 37006) | public override readonly string ToString() method ToString (line 37011) | public readonly string ToString(string format) method ToString (line 37016) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 37024) | public readonly string ToString(string format, IFormatProvider fp, str... method GetHashCode (line 37030) | public override readonly int GetHashCode() method Equals (line 37035) | public override readonly bool Equals(object other) method ToText (line 37038) | public readonly Text ToText(int bracketLevel = 1) method Parse (line 37052) | public static V3ui Parse(string s) method Parse (line 37062) | public static V3ui Parse(Text t) method Parse (line 37067) | public static V3ui Parse(Text t, int bracketLevel) method GetValue (line 39431) | public readonly object GetValue(long index) method SetValue (line 39436) | public void SetValue(object value, long index) class V3uiEqualityComparer (line 39445) | public class V3uiEqualityComparer : IEqualityComparer method Equals (line 39452) | public bool Equals(V3ui v0, V3ui v1) method GetHashCode (line 39457) | public int GetHashCode(V3ui v) class Fun (line 39465) | public static partial class Fun method Min (line 3588) | [Pure] method Min (line 3598) | [Pure] method Min (line 3608) | [Pure] method Max (line 3618) | [Pure] method Max (line 3628) | [Pure] method Max (line 3638) | [Pure] method Min (line 3648) | [Pure] method Max (line 3658) | [Pure] method Min (line 3668) | [Pure] method Max (line 3678) | [Pure] method Min (line 3688) | [Pure] method Max (line 3698) | [Pure] method Abs (line 3712) | [Pure] method Clamp (line 3726) | [Pure] method Clamp (line 3736) | [Pure] method ClampExcl (line 3746) | [Pure] method ClampExcl (line 3756) | [Pure] method ClampWrap (line 3766) | [Pure] method ClampWrap (line 3776) | [Pure] method Saturate (line 3786) | [Pure] method Sign (line 3800) | [Pure] method Signumi (line 3810) | [Pure] method Signum (line 3820) | [Pure] method MultiplyAdd (line 3834) | [Pure] method MultiplyAdd (line 3844) | [Pure] method MultiplyAdd (line 3854) | [Pure] method Sqrt (line 3868) | [Pure] method Cbrt (line 3878) | [Pure] method Square (line 3892) | [Pure] method Pown (line 3906) | [Pure] method Pown (line 3916) | [Pure] method Pown (line 3926) | [Pure] method Pow (line 3936) | [Pure] method Pow (line 3946) | [Pure] method Pow (line 3956) | [Pure] method Pow (line 3966) | [Pure] method Pow (line 3976) | [Pure] method Pow (line 3986) | [Pure] method Power (line 3996) | [Pure] method Power (line 4007) | [Pure] method Power (line 4018) | [Pure] method Power (line 4029) | [Pure] method Power (line 4040) | [Pure] method Power (line 4051) | [Pure] method Exp (line 4066) | [Pure] method Log (line 4076) | [Pure] method Log2 (line 4086) | [Pure] method Log2Int (line 4096) | [Pure] method Log10 (line 4106) | [Pure] method Log (line 4116) | [Pure] method ModP (line 4130) | [Pure] method PowerOfTwo (line 4144) | [Pure] method NextPowerOfTwo (line 4154) | [Pure] method PrevPowerOfTwo (line 4164) | [Pure] method Step (line 4178) | [Pure] method Step (line 4188) | [Pure] method Lerp (line 4202) | [Pure] method Lerp (line 4212) | [Pure] method Lerp (line 4222) | [Pure] method Lerp (line 4232) | [Pure] method InvLerp (line 4242) | [Pure] method GreatestCommonDivisor (line 4256) | [Pure] method LeastCommonMultiple (line 4266) | [Pure] method FloatFromBits (line 4280) | [Pure] method ApproximateEquals (line 4294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4308) | [Pure] method Min (line 7747) | [Pure] method Min (line 7757) | [Pure] method Min (line 7767) | [Pure] method Max (line 7777) | [Pure] method Max (line 7787) | [Pure] method Max (line 7797) | [Pure] method Min (line 7807) | [Pure] method Max (line 7817) | [Pure] method Min (line 7827) | [Pure] method Max (line 7837) | [Pure] method Min (line 7847) | [Pure] method Max (line 7857) | [Pure] method Clamp (line 7871) | [Pure] method Clamp (line 7881) | [Pure] method ClampExcl (line 7891) | [Pure] method ClampExcl (line 7901) | [Pure] method ClampWrap (line 7911) | [Pure] method ClampWrap (line 7921) | [Pure] method Saturate (line 7931) | [Pure] method MultiplyAdd (line 7945) | [Pure] method MultiplyAdd (line 7955) | [Pure] method MultiplyAdd (line 7965) | [Pure] method Sqrt (line 7979) | [Pure] method Cbrt (line 7989) | [Pure] method Square (line 8003) | [Pure] method Pown (line 8017) | [Pure] method Pown (line 8027) | [Pure] method Pown (line 8037) | [Pure] method Pown (line 8047) | [Pure] method Pown (line 8057) | [Pure] method Pown (line 8067) | [Pure] method Pow (line 8077) | [Pure] method Pow (line 8087) | [Pure] method Pow (line 8097) | [Pure] method Pow (line 8107) | [Pure] method Pow (line 8117) | [Pure] method Pow (line 8127) | [Pure] method Power (line 8137) | [Pure] method Power (line 8148) | [Pure] method Power (line 8159) | [Pure] method Power (line 8170) | [Pure] method Power (line 8181) | [Pure] method Power (line 8192) | [Pure] method Exp (line 8207) | [Pure] method Log (line 8217) | [Pure] method Log2 (line 8227) | [Pure] method Log2Int (line 8237) | [Pure] method Log10 (line 8247) | [Pure] method Log (line 8257) | [Pure] method Step (line 8271) | [Pure] method Step (line 8281) | [Pure] method Lerp (line 8295) | [Pure] method Lerp (line 8305) | [Pure] method Lerp (line 8315) | [Pure] method Lerp (line 8325) | [Pure] method InvLerp (line 8335) | [Pure] method GreatestCommonDivisor (line 8349) | [Pure] method LeastCommonMultiple (line 8359) | [Pure] method FloatFromUnsignedBits (line 8373) | [Pure] method ApproximateEquals (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8401) | [Pure] method Min (line 12893) | [Pure] method Min (line 12903) | [Pure] method Min (line 12913) | [Pure] method Max (line 12923) | [Pure] method Max (line 12933) | [Pure] method Max (line 12943) | [Pure] method Min (line 12953) | [Pure] method Max (line 12963) | [Pure] method Min (line 12973) | [Pure] method Max (line 12983) | [Pure] method Min (line 12993) | [Pure] method Max (line 13003) | [Pure] method Abs (line 13017) | [Pure] method Clamp (line 13031) | [Pure] method Clamp (line 13041) | [Pure] method ClampExcl (line 13051) | [Pure] method ClampExcl (line 13061) | [Pure] method ClampWrap (line 13071) | [Pure] method ClampWrap (line 13081) | [Pure] method Saturate (line 13091) | [Pure] method Sign (line 13105) | [Pure] method Signumi (line 13115) | [Pure] method Signum (line 13125) | [Pure] method MultiplyAdd (line 13139) | [Pure] method MultiplyAdd (line 13149) | [Pure] method MultiplyAdd (line 13159) | [Pure] method Sqrt (line 13173) | [Pure] method Cbrt (line 13183) | [Pure] method Square (line 13197) | [Pure] method Pown (line 13211) | [Pure] method Pown (line 13221) | [Pure] method Pown (line 13231) | [Pure] method Pown (line 13241) | [Pure] method Pown (line 13251) | [Pure] method Pown (line 13261) | [Pure] method Pow (line 13271) | [Pure] method Pow (line 13281) | [Pure] method Pow (line 13291) | [Pure] method Pow (line 13301) | [Pure] method Pow (line 13311) | [Pure] method Pow (line 13321) | [Pure] method Power (line 13331) | [Pure] method Power (line 13342) | [Pure] method Power (line 13353) | [Pure] method Power (line 13364) | [Pure] method Power (line 13375) | [Pure] method Power (line 13386) | [Pure] method Exp (line 13401) | [Pure] method Log (line 13411) | [Pure] method Log2 (line 13421) | [Pure] method Log2Int (line 13431) | [Pure] method Log10 (line 13441) | [Pure] method Log (line 13451) | [Pure] method ModP (line 13465) | [Pure] method PowerOfTwo (line 13479) | [Pure] method NextPowerOfTwo (line 13489) | [Pure] method PrevPowerOfTwo (line 13499) | [Pure] method Step (line 13513) | [Pure] method Step (line 13523) | [Pure] method Lerp (line 13537) | [Pure] method Lerp (line 13547) | [Pure] method Lerp (line 13557) | [Pure] method Lerp (line 13567) | [Pure] method InvLerp (line 13577) | [Pure] method GreatestCommonDivisor (line 13591) | [Pure] method LeastCommonMultiple (line 13601) | [Pure] method FloatFromBits (line 13615) | [Pure] method ApproximateEquals (line 13629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13643) | [Pure] method Min (line 18465) | [Pure] method Min (line 18475) | [Pure] method Min (line 18485) | [Pure] method Max (line 18495) | [Pure] method Max (line 18505) | [Pure] method Max (line 18515) | [Pure] method Min (line 18525) | [Pure] method Max (line 18535) | [Pure] method Min (line 18545) | [Pure] method Max (line 18555) | [Pure] method Min (line 18565) | [Pure] method Max (line 18575) | [Pure] method Abs (line 18589) | [Pure] method Floor (line 18603) | [Pure] method Ceiling (line 18613) | [Pure] method Round (line 18623) | [Pure] method Round (line 18633) | [Pure] method Round (line 18643) | [Pure] method Round (line 18653) | [Pure] method Truncate (line 18663) | [Pure] method Frac (line 18677) | [Pure] method Clamp (line 18691) | [Pure] method Clamp (line 18701) | [Pure] method ClampWrap (line 18711) | [Pure] method ClampWrap (line 18721) | [Pure] method Saturate (line 18731) | [Pure] method MapToUnitInterval (line 18745) | [Pure] method MapToUnitInterval (line 18755) | [Pure] method MapToUnitInterval (line 18765) | [Pure] method MapToUnitInterval (line 18775) | [Pure] method Sign (line 18789) | [Pure] method Signumi (line 18799) | [Pure] method Signum (line 18809) | [Pure] method MultiplyAdd (line 18823) | [Pure] method MultiplyAdd (line 18833) | [Pure] method MultiplyAdd (line 18843) | [Pure] method CopySign (line 18857) | [Pure] method CopySign (line 18867) | [Pure] method CopySign (line 18877) | [Pure] method Sqrt (line 18891) | [Pure] method Cbrt (line 18901) | [Pure] method Square (line 18915) | [Pure] method Pown (line 18929) | [Pure] method Pown (line 18939) | [Pure] method Pown (line 18949) | [Pure] method Pow (line 18959) | [Pure] method Pow (line 18969) | [Pure] method Pow (line 18979) | [Pure] method Power (line 18989) | [Pure] method Power (line 19000) | [Pure] method Power (line 19011) | [Pure] method Exp (line 19026) | [Pure] method Log (line 19036) | [Pure] method Log2 (line 19046) | [Pure] method Log2Int (line 19056) | [Pure] method Log10 (line 19066) | [Pure] method Log (line 19076) | [Pure] method ModP (line 19090) | [Pure] method PowerOfTwo (line 19104) | [Pure] method Sin (line 19118) | [Pure] method Cos (line 19128) | [Pure] method Tan (line 19138) | [Pure] method Asin (line 19148) | [Pure] method AsinClamped (line 19158) | [Pure] method Acos (line 19168) | [Pure] method AcosClamped (line 19178) | [Pure] method Atan (line 19188) | [Pure] method Atan2 (line 19198) | [Pure] method FastAtan2 (line 19208) | [Pure] method Sinh (line 19218) | [Pure] method Cosh (line 19228) | [Pure] method Tanh (line 19238) | [Pure] method Asinh (line 19248) | [Pure] method Acosh (line 19258) | [Pure] method Atanh (line 19268) | [Pure] method Step (line 19282) | [Pure] method Step (line 19292) | [Pure] method Linearstep (line 19302) | [Pure] method Linearstep (line 19312) | [Pure] method Smoothstep (line 19322) | [Pure] method Smoothstep (line 19332) | [Pure] method Lerp (line 19346) | [Pure] method Lerp (line 19356) | [Pure] method InvLerp (line 19366) | [Pure] method FloatToBits (line 19380) | [Pure] method FloatToUnsignedBits (line 19390) | [Pure] method ApproximateEquals (line 19404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19428) | [Pure] method IsTiny (line 19436) | [Pure] method IsNaN (line 19448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 24690) | [Pure] method Min (line 24700) | [Pure] method Min (line 24710) | [Pure] method Max (line 24720) | [Pure] method Max (line 24730) | [Pure] method Max (line 24740) | [Pure] method Min (line 24750) | [Pure] method Max (line 24760) | [Pure] method Min (line 24770) | [Pure] method Max (line 24780) | [Pure] method Min (line 24790) | [Pure] method Max (line 24800) | [Pure] method Abs (line 24814) | [Pure] method Floor (line 24828) | [Pure] method Ceiling (line 24838) | [Pure] method Round (line 24848) | [Pure] method Round (line 24858) | [Pure] method Round (line 24868) | [Pure] method Round (line 24878) | [Pure] method Truncate (line 24888) | [Pure] method Frac (line 24902) | [Pure] method Clamp (line 24916) | [Pure] method Clamp (line 24926) | [Pure] method ClampWrap (line 24936) | [Pure] method ClampWrap (line 24946) | [Pure] method Saturate (line 24956) | [Pure] method MapToUnitInterval (line 24970) | [Pure] method MapToUnitInterval (line 24980) | [Pure] method MapToUnitInterval (line 24990) | [Pure] method MapToUnitInterval (line 25000) | [Pure] method Sign (line 25014) | [Pure] method Signumi (line 25024) | [Pure] method Signum (line 25034) | [Pure] method MultiplyAdd (line 25048) | [Pure] method MultiplyAdd (line 25058) | [Pure] method MultiplyAdd (line 25068) | [Pure] method CopySign (line 25082) | [Pure] method CopySign (line 25092) | [Pure] method CopySign (line 25102) | [Pure] method Sqrt (line 25116) | [Pure] method Cbrt (line 25126) | [Pure] method Square (line 25140) | [Pure] method Pown (line 25154) | [Pure] method Pown (line 25164) | [Pure] method Pown (line 25174) | [Pure] method Pow (line 25184) | [Pure] method Pow (line 25194) | [Pure] method Pow (line 25204) | [Pure] method Power (line 25214) | [Pure] method Power (line 25225) | [Pure] method Power (line 25236) | [Pure] method Exp (line 25251) | [Pure] method Log (line 25261) | [Pure] method Log2 (line 25271) | [Pure] method Log2Int (line 25281) | [Pure] method Log10 (line 25291) | [Pure] method Log (line 25301) | [Pure] method ModP (line 25315) | [Pure] method PowerOfTwo (line 25329) | [Pure] method Sin (line 25343) | [Pure] method Cos (line 25353) | [Pure] method Tan (line 25363) | [Pure] method Asin (line 25373) | [Pure] method AsinClamped (line 25383) | [Pure] method Acos (line 25393) | [Pure] method AcosClamped (line 25403) | [Pure] method Atan (line 25413) | [Pure] method Atan2 (line 25423) | [Pure] method FastAtan2 (line 25433) | [Pure] method Sinh (line 25443) | [Pure] method Cosh (line 25453) | [Pure] method Tanh (line 25463) | [Pure] method Asinh (line 25473) | [Pure] method Acosh (line 25483) | [Pure] method Atanh (line 25493) | [Pure] method Step (line 25507) | [Pure] method Step (line 25517) | [Pure] method Linearstep (line 25527) | [Pure] method Linearstep (line 25537) | [Pure] method Smoothstep (line 25547) | [Pure] method Smoothstep (line 25557) | [Pure] method Lerp (line 25571) | [Pure] method Lerp (line 25581) | [Pure] method InvLerp (line 25591) | [Pure] method FloatToBits (line 25605) | [Pure] method ApproximateEquals (line 25619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25643) | [Pure] method IsTiny (line 25651) | [Pure] method IsNaN (line 25663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 25670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 25677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 25684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 25691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 33426) | [Pure] method Min (line 33436) | [Pure] method Min (line 33446) | [Pure] method Max (line 33456) | [Pure] method Max (line 33466) | [Pure] method Max (line 33476) | [Pure] method Min (line 33486) | [Pure] method Max (line 33496) | [Pure] method Min (line 33506) | [Pure] method Max (line 33516) | [Pure] method Min (line 33526) | [Pure] method Max (line 33536) | [Pure] method Abs (line 33550) | [Pure] method Clamp (line 33564) | [Pure] method Clamp (line 33574) | [Pure] method ClampExcl (line 33584) | [Pure] method ClampExcl (line 33594) | [Pure] method ClampWrap (line 33604) | [Pure] method ClampWrap (line 33614) | [Pure] method Saturate (line 33624) | [Pure] method Sign (line 33638) | [Pure] method Signumi (line 33648) | [Pure] method Signum (line 33658) | [Pure] method MultiplyAdd (line 33672) | [Pure] method MultiplyAdd (line 33682) | [Pure] method MultiplyAdd (line 33692) | [Pure] method Sqrt (line 33706) | [Pure] method Cbrt (line 33716) | [Pure] method Square (line 33730) | [Pure] method Pown (line 33744) | [Pure] method Pown (line 33754) | [Pure] method Pown (line 33764) | [Pure] method Pow (line 33774) | [Pure] method Pow (line 33784) | [Pure] method Pow (line 33794) | [Pure] method Pow (line 33804) | [Pure] method Pow (line 33814) | [Pure] method Pow (line 33824) | [Pure] method Power (line 33834) | [Pure] method Power (line 33845) | [Pure] method Power (line 33856) | [Pure] method Power (line 33867) | [Pure] method Power (line 33878) | [Pure] method Power (line 33889) | [Pure] method Exp (line 33904) | [Pure] method Log (line 33914) | [Pure] method Log2 (line 33924) | [Pure] method Log2Int (line 33934) | [Pure] method Log10 (line 33944) | [Pure] method Log (line 33954) | [Pure] method ModP (line 33968) | [Pure] method PowerOfTwo (line 33982) | [Pure] method NextPowerOfTwo (line 33992) | [Pure] method PrevPowerOfTwo (line 34002) | [Pure] method Step (line 34016) | [Pure] method Step (line 34026) | [Pure] method Lerp (line 34040) | [Pure] method Lerp (line 34050) | [Pure] method Lerp (line 34060) | [Pure] method Lerp (line 34070) | [Pure] method InvLerp (line 34080) | [Pure] method GreatestCommonDivisor (line 34094) | [Pure] method LeastCommonMultiple (line 34104) | [Pure] method FloatFromBits (line 34118) | [Pure] method ApproximateEquals (line 34132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 34146) | [Pure] method Min (line 39472) | [Pure] method Min (line 39482) | [Pure] method Min (line 39492) | [Pure] method Max (line 39502) | [Pure] method Max (line 39512) | [Pure] method Max (line 39522) | [Pure] method Min (line 39532) | [Pure] method Max (line 39542) | [Pure] method Min (line 39552) | [Pure] method Max (line 39562) | [Pure] method Min (line 39572) | [Pure] method Max (line 39582) | [Pure] method Clamp (line 39596) | [Pure] method Clamp (line 39606) | [Pure] method ClampExcl (line 39616) | [Pure] method ClampExcl (line 39626) | [Pure] method ClampWrap (line 39636) | [Pure] method ClampWrap (line 39646) | [Pure] method Saturate (line 39656) | [Pure] method MultiplyAdd (line 39670) | [Pure] method MultiplyAdd (line 39680) | [Pure] method MultiplyAdd (line 39690) | [Pure] method Sqrt (line 39704) | [Pure] method Cbrt (line 39714) | [Pure] method Square (line 39728) | [Pure] method Pown (line 39742) | [Pure] method Pown (line 39752) | [Pure] method Pown (line 39762) | [Pure] method Pown (line 39772) | [Pure] method Pown (line 39782) | [Pure] method Pown (line 39792) | [Pure] method Pow (line 39802) | [Pure] method Pow (line 39812) | [Pure] method Pow (line 39822) | [Pure] method Pow (line 39832) | [Pure] method Pow (line 39842) | [Pure] method Pow (line 39852) | [Pure] method Power (line 39862) | [Pure] method Power (line 39873) | [Pure] method Power (line 39884) | [Pure] method Power (line 39895) | [Pure] method Power (line 39906) | [Pure] method Power (line 39917) | [Pure] method Exp (line 39932) | [Pure] method Log (line 39942) | [Pure] method Log2 (line 39952) | [Pure] method Log2Int (line 39962) | [Pure] method Log10 (line 39972) | [Pure] method Log (line 39982) | [Pure] method Step (line 39996) | [Pure] method Step (line 40006) | [Pure] method Lerp (line 40020) | [Pure] method Lerp (line 40030) | [Pure] method Lerp (line 40040) | [Pure] method Lerp (line 40050) | [Pure] method InvLerp (line 40060) | [Pure] method GreatestCommonDivisor (line 40074) | [Pure] method LeastCommonMultiple (line 40084) | [Pure] method FloatFromUnsignedBits (line 40098) | [Pure] method ApproximateEquals (line 40112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 40126) | [Pure] method Min (line 47513) | [Pure] method Min (line 47523) | [Pure] method Min (line 47533) | [Pure] method Max (line 47543) | [Pure] method Max (line 47553) | [Pure] method Max (line 47563) | [Pure] method Min (line 47573) | [Pure] method Max (line 47583) | [Pure] method Min (line 47593) | [Pure] method Max (line 47603) | [Pure] method Min (line 47613) | [Pure] method Max (line 47623) | [Pure] method Abs (line 47637) | [Pure] method Clamp (line 47651) | [Pure] method Clamp (line 47661) | [Pure] method ClampExcl (line 47671) | [Pure] method ClampExcl (line 47681) | [Pure] method ClampWrap (line 47691) | [Pure] method ClampWrap (line 47701) | [Pure] method Saturate (line 47711) | [Pure] method Sign (line 47725) | [Pure] method Signumi (line 47735) | [Pure] method Signum (line 47745) | [Pure] method MultiplyAdd (line 47759) | [Pure] method MultiplyAdd (line 47769) | [Pure] method MultiplyAdd (line 47779) | [Pure] method Sqrt (line 47793) | [Pure] method Cbrt (line 47803) | [Pure] method Square (line 47817) | [Pure] method Pown (line 47831) | [Pure] method Pown (line 47841) | [Pure] method Pown (line 47851) | [Pure] method Pown (line 47861) | [Pure] method Pown (line 47871) | [Pure] method Pown (line 47881) | [Pure] method Pow (line 47891) | [Pure] method Pow (line 47901) | [Pure] method Pow (line 47911) | [Pure] method Pow (line 47921) | [Pure] method Pow (line 47931) | [Pure] method Pow (line 47941) | [Pure] method Power (line 47951) | [Pure] method Power (line 47962) | [Pure] method Power (line 47973) | [Pure] method Power (line 47984) | [Pure] method Power (line 47995) | [Pure] method Power (line 48006) | [Pure] method Exp (line 48021) | [Pure] method Log (line 48031) | [Pure] method Log2 (line 48041) | [Pure] method Log2Int (line 48051) | [Pure] method Log10 (line 48061) | [Pure] method Log (line 48071) | [Pure] method ModP (line 48085) | [Pure] method PowerOfTwo (line 48099) | [Pure] method NextPowerOfTwo (line 48109) | [Pure] method PrevPowerOfTwo (line 48119) | [Pure] method Step (line 48133) | [Pure] method Step (line 48143) | [Pure] method Lerp (line 48157) | [Pure] method Lerp (line 48167) | [Pure] method Lerp (line 48177) | [Pure] method Lerp (line 48187) | [Pure] method InvLerp (line 48197) | [Pure] method GreatestCommonDivisor (line 48211) | [Pure] method LeastCommonMultiple (line 48221) | [Pure] method FloatFromBits (line 48235) | [Pure] method ApproximateEquals (line 48249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 48263) | [Pure] method Min (line 56252) | [Pure] method Min (line 56262) | [Pure] method Min (line 56272) | [Pure] method Max (line 56282) | [Pure] method Max (line 56292) | [Pure] method Max (line 56302) | [Pure] method Min (line 56312) | [Pure] method Max (line 56322) | [Pure] method Min (line 56332) | [Pure] method Max (line 56342) | [Pure] method Min (line 56352) | [Pure] method Max (line 56362) | [Pure] method Abs (line 56376) | [Pure] method Floor (line 56390) | [Pure] method Ceiling (line 56400) | [Pure] method Round (line 56410) | [Pure] method Round (line 56420) | [Pure] method Round (line 56430) | [Pure] method Round (line 56440) | [Pure] method Truncate (line 56450) | [Pure] method Frac (line 56464) | [Pure] method Clamp (line 56478) | [Pure] method Clamp (line 56488) | [Pure] method ClampWrap (line 56498) | [Pure] method ClampWrap (line 56508) | [Pure] method Saturate (line 56518) | [Pure] method MapToUnitInterval (line 56532) | [Pure] method MapToUnitInterval (line 56542) | [Pure] method MapToUnitInterval (line 56552) | [Pure] method MapToUnitInterval (line 56562) | [Pure] method Sign (line 56576) | [Pure] method Signumi (line 56586) | [Pure] method Signum (line 56596) | [Pure] method MultiplyAdd (line 56610) | [Pure] method MultiplyAdd (line 56620) | [Pure] method MultiplyAdd (line 56630) | [Pure] method CopySign (line 56644) | [Pure] method CopySign (line 56654) | [Pure] method CopySign (line 56664) | [Pure] method Sqrt (line 56678) | [Pure] method Cbrt (line 56688) | [Pure] method Square (line 56702) | [Pure] method Pown (line 56716) | [Pure] method Pown (line 56726) | [Pure] method Pown (line 56736) | [Pure] method Pow (line 56746) | [Pure] method Pow (line 56756) | [Pure] method Pow (line 56766) | [Pure] method Power (line 56776) | [Pure] method Power (line 56787) | [Pure] method Power (line 56798) | [Pure] method Exp (line 56813) | [Pure] method Log (line 56823) | [Pure] method Log2 (line 56833) | [Pure] method Log2Int (line 56843) | [Pure] method Log10 (line 56853) | [Pure] method Log (line 56863) | [Pure] method ModP (line 56877) | [Pure] method PowerOfTwo (line 56891) | [Pure] method Sin (line 56905) | [Pure] method Cos (line 56915) | [Pure] method Tan (line 56925) | [Pure] method Asin (line 56935) | [Pure] method AsinClamped (line 56945) | [Pure] method Acos (line 56955) | [Pure] method AcosClamped (line 56965) | [Pure] method Atan (line 56975) | [Pure] method Atan2 (line 56985) | [Pure] method FastAtan2 (line 56995) | [Pure] method Sinh (line 57005) | [Pure] method Cosh (line 57015) | [Pure] method Tanh (line 57025) | [Pure] method Asinh (line 57035) | [Pure] method Acosh (line 57045) | [Pure] method Atanh (line 57055) | [Pure] method Step (line 57069) | [Pure] method Step (line 57079) | [Pure] method Linearstep (line 57089) | [Pure] method Linearstep (line 57099) | [Pure] method Smoothstep (line 57109) | [Pure] method Smoothstep (line 57119) | [Pure] method Lerp (line 57133) | [Pure] method Lerp (line 57143) | [Pure] method InvLerp (line 57153) | [Pure] method FloatToBits (line 57167) | [Pure] method FloatToUnsignedBits (line 57177) | [Pure] method ApproximateEquals (line 57191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57215) | [Pure] method IsTiny (line 57223) | [Pure] method IsNaN (line 57235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 57242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 57249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 57256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 57263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 65644) | [Pure] method Min (line 65654) | [Pure] method Min (line 65664) | [Pure] method Max (line 65674) | [Pure] method Max (line 65684) | [Pure] method Max (line 65694) | [Pure] method Min (line 65704) | [Pure] method Max (line 65714) | [Pure] method Min (line 65724) | [Pure] method Max (line 65734) | [Pure] method Min (line 65744) | [Pure] method Max (line 65754) | [Pure] method Abs (line 65768) | [Pure] method Floor (line 65782) | [Pure] method Ceiling (line 65792) | [Pure] method Round (line 65802) | [Pure] method Round (line 65812) | [Pure] method Round (line 65822) | [Pure] method Round (line 65832) | [Pure] method Truncate (line 65842) | [Pure] method Frac (line 65856) | [Pure] method Clamp (line 65870) | [Pure] method Clamp (line 65880) | [Pure] method ClampWrap (line 65890) | [Pure] method ClampWrap (line 65900) | [Pure] method Saturate (line 65910) | [Pure] method MapToUnitInterval (line 65924) | [Pure] method MapToUnitInterval (line 65934) | [Pure] method MapToUnitInterval (line 65944) | [Pure] method MapToUnitInterval (line 65954) | [Pure] method Sign (line 65968) | [Pure] method Signumi (line 65978) | [Pure] method Signum (line 65988) | [Pure] method MultiplyAdd (line 66002) | [Pure] method MultiplyAdd (line 66012) | [Pure] method MultiplyAdd (line 66022) | [Pure] method CopySign (line 66036) | [Pure] method CopySign (line 66046) | [Pure] method CopySign (line 66056) | [Pure] method Sqrt (line 66070) | [Pure] method Cbrt (line 66080) | [Pure] method Square (line 66094) | [Pure] method Pown (line 66108) | [Pure] method Pown (line 66118) | [Pure] method Pown (line 66128) | [Pure] method Pow (line 66138) | [Pure] method Pow (line 66148) | [Pure] method Pow (line 66158) | [Pure] method Power (line 66168) | [Pure] method Power (line 66179) | [Pure] method Power (line 66190) | [Pure] method Exp (line 66205) | [Pure] method Log (line 66215) | [Pure] method Log2 (line 66225) | [Pure] method Log2Int (line 66235) | [Pure] method Log10 (line 66245) | [Pure] method Log (line 66255) | [Pure] method ModP (line 66269) | [Pure] method PowerOfTwo (line 66283) | [Pure] method Sin (line 66297) | [Pure] method Cos (line 66307) | [Pure] method Tan (line 66317) | [Pure] method Asin (line 66327) | [Pure] method AsinClamped (line 66337) | [Pure] method Acos (line 66347) | [Pure] method AcosClamped (line 66357) | [Pure] method Atan (line 66367) | [Pure] method Atan2 (line 66377) | [Pure] method FastAtan2 (line 66387) | [Pure] method Sinh (line 66397) | [Pure] method Cosh (line 66407) | [Pure] method Tanh (line 66417) | [Pure] method Asinh (line 66427) | [Pure] method Acosh (line 66437) | [Pure] method Atanh (line 66447) | [Pure] method Step (line 66461) | [Pure] method Step (line 66471) | [Pure] method Linearstep (line 66481) | [Pure] method Linearstep (line 66491) | [Pure] method Smoothstep (line 66501) | [Pure] method Smoothstep (line 66511) | [Pure] method Lerp (line 66525) | [Pure] method Lerp (line 66535) | [Pure] method InvLerp (line 66545) | [Pure] method FloatToBits (line 66559) | [Pure] method ApproximateEquals (line 66573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 66583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 66597) | [Pure] method IsTiny (line 66605) | [Pure] method IsNaN (line 66617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 66624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 66631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 66638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 66645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 79020) | [Pure] method Min (line 79030) | [Pure] method Min (line 79040) | [Pure] method Max (line 79050) | [Pure] method Max (line 79060) | [Pure] method Max (line 79070) | [Pure] method Min (line 79080) | [Pure] method Max (line 79090) | [Pure] method Min (line 79100) | [Pure] method Max (line 79110) | [Pure] method Min (line 79120) | [Pure] method Max (line 79130) | [Pure] method Abs (line 79144) | [Pure] method Clamp (line 79158) | [Pure] method Clamp (line 79168) | [Pure] method ClampExcl (line 79178) | [Pure] method ClampExcl (line 79188) | [Pure] method ClampWrap (line 79198) | [Pure] method ClampWrap (line 79208) | [Pure] method Saturate (line 79218) | [Pure] method Sign (line 79232) | [Pure] method Signumi (line 79242) | [Pure] method Signum (line 79252) | [Pure] method MultiplyAdd (line 79266) | [Pure] method MultiplyAdd (line 79276) | [Pure] method MultiplyAdd (line 79286) | [Pure] method Sqrt (line 79300) | [Pure] method Cbrt (line 79310) | [Pure] method Square (line 79324) | [Pure] method Pown (line 79338) | [Pure] method Pown (line 79348) | [Pure] method Pown (line 79358) | [Pure] method Pow (line 79368) | [Pure] method Pow (line 79378) | [Pure] method Pow (line 79388) | [Pure] method Pow (line 79398) | [Pure] method Pow (line 79408) | [Pure] method Pow (line 79418) | [Pure] method Power (line 79428) | [Pure] method Power (line 79439) | [Pure] method Power (line 79450) | [Pure] method Power (line 79461) | [Pure] method Power (line 79472) | [Pure] method Power (line 79483) | [Pure] method Exp (line 79498) | [Pure] method Log (line 79508) | [Pure] method Log2 (line 79518) | [Pure] method Log2Int (line 79528) | [Pure] method Log10 (line 79538) | [Pure] method Log (line 79548) | [Pure] method ModP (line 79562) | [Pure] method PowerOfTwo (line 79576) | [Pure] method NextPowerOfTwo (line 79586) | [Pure] method PrevPowerOfTwo (line 79596) | [Pure] method Step (line 79610) | [Pure] method Step (line 79620) | [Pure] method Lerp (line 79634) | [Pure] method Lerp (line 79644) | [Pure] method Lerp (line 79654) | [Pure] method Lerp (line 79664) | [Pure] method InvLerp (line 79674) | [Pure] method GreatestCommonDivisor (line 79688) | [Pure] method LeastCommonMultiple (line 79698) | [Pure] method FloatFromBits (line 79712) | [Pure] method ApproximateEquals (line 79726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 79740) | [Pure] method Min (line 88085) | [Pure] method Min (line 88095) | [Pure] method Min (line 88105) | [Pure] method Max (line 88115) | [Pure] method Max (line 88125) | [Pure] method Max (line 88135) | [Pure] method Min (line 88145) | [Pure] method Max (line 88155) | [Pure] method Min (line 88165) | [Pure] method Max (line 88175) | [Pure] method Min (line 88185) | [Pure] method Max (line 88195) | [Pure] method Clamp (line 88209) | [Pure] method Clamp (line 88219) | [Pure] method ClampExcl (line 88229) | [Pure] method ClampExcl (line 88239) | [Pure] method ClampWrap (line 88249) | [Pure] method ClampWrap (line 88259) | [Pure] method Saturate (line 88269) | [Pure] method MultiplyAdd (line 88283) | [Pure] method MultiplyAdd (line 88293) | [Pure] method MultiplyAdd (line 88303) | [Pure] method Sqrt (line 88317) | [Pure] method Cbrt (line 88327) | [Pure] method Square (line 88341) | [Pure] method Pown (line 88355) | [Pure] method Pown (line 88365) | [Pure] method Pown (line 88375) | [Pure] method Pown (line 88385) | [Pure] method Pown (line 88395) | [Pure] method Pown (line 88405) | [Pure] method Pow (line 88415) | [Pure] method Pow (line 88425) | [Pure] method Pow (line 88435) | [Pure] method Pow (line 88445) | [Pure] method Pow (line 88455) | [Pure] method Pow (line 88465) | [Pure] method Power (line 88475) | [Pure] method Power (line 88486) | [Pure] method Power (line 88497) | [Pure] method Power (line 88508) | [Pure] method Power (line 88519) | [Pure] method Power (line 88530) | [Pure] method Exp (line 88545) | [Pure] method Log (line 88555) | [Pure] method Log2 (line 88565) | [Pure] method Log2Int (line 88575) | [Pure] method Log10 (line 88585) | [Pure] method Log (line 88595) | [Pure] method Step (line 88609) | [Pure] method Step (line 88619) | [Pure] method Lerp (line 88633) | [Pure] method Lerp (line 88643) | [Pure] method Lerp (line 88653) | [Pure] method Lerp (line 88663) | [Pure] method InvLerp (line 88673) | [Pure] method GreatestCommonDivisor (line 88687) | [Pure] method LeastCommonMultiple (line 88697) | [Pure] method FloatFromUnsignedBits (line 88711) | [Pure] method ApproximateEquals (line 88725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 88739) | [Pure] method Min (line 100720) | [Pure] method Min (line 100730) | [Pure] method Min (line 100740) | [Pure] method Max (line 100750) | [Pure] method Max (line 100760) | [Pure] method Max (line 100770) | [Pure] method Min (line 100780) | [Pure] method Max (line 100790) | [Pure] method Min (line 100800) | [Pure] method Max (line 100810) | [Pure] method Min (line 100820) | [Pure] method Max (line 100830) | [Pure] method Abs (line 100844) | [Pure] method Clamp (line 100858) | [Pure] method Clamp (line 100868) | [Pure] method ClampExcl (line 100878) | [Pure] method ClampExcl (line 100888) | [Pure] method ClampWrap (line 100898) | [Pure] method ClampWrap (line 100908) | [Pure] method Saturate (line 100918) | [Pure] method Sign (line 100932) | [Pure] method Signumi (line 100942) | [Pure] method Signum (line 100952) | [Pure] method MultiplyAdd (line 100966) | [Pure] method MultiplyAdd (line 100976) | [Pure] method MultiplyAdd (line 100986) | [Pure] method Sqrt (line 101000) | [Pure] method Cbrt (line 101010) | [Pure] method Square (line 101024) | [Pure] method Pown (line 101038) | [Pure] method Pown (line 101048) | [Pure] method Pown (line 101058) | [Pure] method Pown (line 101068) | [Pure] method Pown (line 101078) | [Pure] method Pown (line 101088) | [Pure] method Pow (line 101098) | [Pure] method Pow (line 101108) | [Pure] method Pow (line 101118) | [Pure] method Pow (line 101128) | [Pure] method Pow (line 101138) | [Pure] method Pow (line 101148) | [Pure] method Power (line 101158) | [Pure] method Power (line 101169) | [Pure] method Power (line 101180) | [Pure] method Power (line 101191) | [Pure] method Power (line 101202) | [Pure] method Power (line 101213) | [Pure] method Exp (line 101228) | [Pure] method Log (line 101238) | [Pure] method Log2 (line 101248) | [Pure] method Log2Int (line 101258) | [Pure] method Log10 (line 101268) | [Pure] method Log (line 101278) | [Pure] method ModP (line 101292) | [Pure] method PowerOfTwo (line 101306) | [Pure] method NextPowerOfTwo (line 101316) | [Pure] method PrevPowerOfTwo (line 101326) | [Pure] method Step (line 101340) | [Pure] method Step (line 101350) | [Pure] method Lerp (line 101364) | [Pure] method Lerp (line 101374) | [Pure] method Lerp (line 101384) | [Pure] method Lerp (line 101394) | [Pure] method InvLerp (line 101404) | [Pure] method GreatestCommonDivisor (line 101418) | [Pure] method LeastCommonMultiple (line 101428) | [Pure] method FloatFromBits (line 101442) | [Pure] method ApproximateEquals (line 101456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 101470) | [Pure] method Min (line 113921) | [Pure] method Min (line 113931) | [Pure] method Min (line 113941) | [Pure] method Max (line 113951) | [Pure] method Max (line 113961) | [Pure] method Max (line 113971) | [Pure] method Min (line 113981) | [Pure] method Max (line 113991) | [Pure] method Min (line 114001) | [Pure] method Max (line 114011) | [Pure] method Min (line 114021) | [Pure] method Max (line 114031) | [Pure] method Abs (line 114045) | [Pure] method Floor (line 114059) | [Pure] method Ceiling (line 114069) | [Pure] method Round (line 114079) | [Pure] method Round (line 114089) | [Pure] method Round (line 114099) | [Pure] method Round (line 114109) | [Pure] method Truncate (line 114119) | [Pure] method Frac (line 114133) | [Pure] method Clamp (line 114147) | [Pure] method Clamp (line 114157) | [Pure] method ClampWrap (line 114167) | [Pure] method ClampWrap (line 114177) | [Pure] method Saturate (line 114187) | [Pure] method MapToUnitInterval (line 114201) | [Pure] method MapToUnitInterval (line 114211) | [Pure] method MapToUnitInterval (line 114221) | [Pure] method MapToUnitInterval (line 114231) | [Pure] method Sign (line 114245) | [Pure] method Signumi (line 114255) | [Pure] method Signum (line 114265) | [Pure] method MultiplyAdd (line 114279) | [Pure] method MultiplyAdd (line 114289) | [Pure] method MultiplyAdd (line 114299) | [Pure] method CopySign (line 114313) | [Pure] method CopySign (line 114323) | [Pure] method CopySign (line 114333) | [Pure] method Sqrt (line 114347) | [Pure] method Cbrt (line 114357) | [Pure] method Square (line 114371) | [Pure] method Pown (line 114385) | [Pure] method Pown (line 114395) | [Pure] method Pown (line 114405) | [Pure] method Pow (line 114415) | [Pure] method Pow (line 114425) | [Pure] method Pow (line 114435) | [Pure] method Power (line 114445) | [Pure] method Power (line 114456) | [Pure] method Power (line 114467) | [Pure] method Exp (line 114482) | [Pure] method Log (line 114492) | [Pure] method Log2 (line 114502) | [Pure] method Log2Int (line 114512) | [Pure] method Log10 (line 114522) | [Pure] method Log (line 114532) | [Pure] method ModP (line 114546) | [Pure] method PowerOfTwo (line 114560) | [Pure] method Sin (line 114574) | [Pure] method Cos (line 114584) | [Pure] method Tan (line 114594) | [Pure] method Asin (line 114604) | [Pure] method AsinClamped (line 114614) | [Pure] method Acos (line 114624) | [Pure] method AcosClamped (line 114634) | [Pure] method Atan (line 114644) | [Pure] method Atan2 (line 114654) | [Pure] method FastAtan2 (line 114664) | [Pure] method Sinh (line 114674) | [Pure] method Cosh (line 114684) | [Pure] method Tanh (line 114694) | [Pure] method Asinh (line 114704) | [Pure] method Acosh (line 114714) | [Pure] method Atanh (line 114724) | [Pure] method Step (line 114738) | [Pure] method Step (line 114748) | [Pure] method Linearstep (line 114758) | [Pure] method Linearstep (line 114768) | [Pure] method Smoothstep (line 114778) | [Pure] method Smoothstep (line 114788) | [Pure] method Lerp (line 114802) | [Pure] method Lerp (line 114812) | [Pure] method InvLerp (line 114822) | [Pure] method FloatToBits (line 114836) | [Pure] method FloatToUnsignedBits (line 114846) | [Pure] method ApproximateEquals (line 114860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 114870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 114884) | [Pure] method IsTiny (line 114892) | [Pure] method IsNaN (line 114904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 114911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 114918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 114925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 114932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 127647) | [Pure] method Min (line 127657) | [Pure] method Min (line 127667) | [Pure] method Max (line 127677) | [Pure] method Max (line 127687) | [Pure] method Max (line 127697) | [Pure] method Min (line 127707) | [Pure] method Max (line 127717) | [Pure] method Min (line 127727) | [Pure] method Max (line 127737) | [Pure] method Min (line 127747) | [Pure] method Max (line 127757) | [Pure] method Abs (line 127771) | [Pure] method Floor (line 127785) | [Pure] method Ceiling (line 127795) | [Pure] method Round (line 127805) | [Pure] method Round (line 127815) | [Pure] method Round (line 127825) | [Pure] method Round (line 127835) | [Pure] method Truncate (line 127845) | [Pure] method Frac (line 127859) | [Pure] method Clamp (line 127873) | [Pure] method Clamp (line 127883) | [Pure] method ClampWrap (line 127893) | [Pure] method ClampWrap (line 127903) | [Pure] method Saturate (line 127913) | [Pure] method MapToUnitInterval (line 127927) | [Pure] method MapToUnitInterval (line 127937) | [Pure] method MapToUnitInterval (line 127947) | [Pure] method MapToUnitInterval (line 127957) | [Pure] method Sign (line 127971) | [Pure] method Signumi (line 127981) | [Pure] method Signum (line 127991) | [Pure] method MultiplyAdd (line 128005) | [Pure] method MultiplyAdd (line 128015) | [Pure] method MultiplyAdd (line 128025) | [Pure] method CopySign (line 128039) | [Pure] method CopySign (line 128049) | [Pure] method CopySign (line 128059) | [Pure] method Sqrt (line 128073) | [Pure] method Cbrt (line 128083) | [Pure] method Square (line 128097) | [Pure] method Pown (line 128111) | [Pure] method Pown (line 128121) | [Pure] method Pown (line 128131) | [Pure] method Pow (line 128141) | [Pure] method Pow (line 128151) | [Pure] method Pow (line 128161) | [Pure] method Power (line 128171) | [Pure] method Power (line 128182) | [Pure] method Power (line 128193) | [Pure] method Exp (line 128208) | [Pure] method Log (line 128218) | [Pure] method Log2 (line 128228) | [Pure] method Log2Int (line 128238) | [Pure] method Log10 (line 128248) | [Pure] method Log (line 128258) | [Pure] method ModP (line 128272) | [Pure] method PowerOfTwo (line 128286) | [Pure] method Sin (line 128300) | [Pure] method Cos (line 128310) | [Pure] method Tan (line 128320) | [Pure] method Asin (line 128330) | [Pure] method AsinClamped (line 128340) | [Pure] method Acos (line 128350) | [Pure] method AcosClamped (line 128360) | [Pure] method Atan (line 128370) | [Pure] method Atan2 (line 128380) | [Pure] method FastAtan2 (line 128390) | [Pure] method Sinh (line 128400) | [Pure] method Cosh (line 128410) | [Pure] method Tanh (line 128420) | [Pure] method Asinh (line 128430) | [Pure] method Acosh (line 128440) | [Pure] method Atanh (line 128450) | [Pure] method Step (line 128464) | [Pure] method Step (line 128474) | [Pure] method Linearstep (line 128484) | [Pure] method Linearstep (line 128494) | [Pure] method Smoothstep (line 128504) | [Pure] method Smoothstep (line 128514) | [Pure] method Lerp (line 128528) | [Pure] method Lerp (line 128538) | [Pure] method InvLerp (line 128548) | [Pure] method FloatToBits (line 128562) | [Pure] method ApproximateEquals (line 128576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 128586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 128600) | [Pure] method IsTiny (line 128608) | [Pure] method IsNaN (line 128620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 128627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 128634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 128641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 128648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Vec (line 40137) | public static partial class Vec method LengthSquared (line 4326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 4333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 4402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 4431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 4496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 4503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 4513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 4524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 4530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 4546) | public static V2i Cross(this V2i a) method AllSmaller (line 4559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 4919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 4936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 4943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4954) | [Pure] method AllTiny (line 4962) | [Pure] method IndexOfClosestPoint (line 4971) | public static int IndexOfClosestPoint(this V2i[] pointArray, V2i point) method IndexOfClosestPoint (line 4984) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 4998) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 5012) | public static long LongIndexOfClosestPoint(this V2i[] pointArray, V2i ... method LongIndexOfClosestPoint (line 5025) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 5039) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 5057) | public static int IndexOfMinX(this V2i[] vectorArray, int count = 0) method LongIndexOfMinX (line 5074) | public static long LongIndexOfMinX(this V2i[] vectorArray, long count ... method IndexOfMaxX (line 5091) | public static int IndexOfMaxX(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 5108) | public static long LongIndexOfMaxX(this V2i[] vectorArray, long count ... method IndexOfMinY (line 5125) | public static int IndexOfMinY(this V2i[] vectorArray, int count = 0) method LongIndexOfMinY (line 5142) | public static long LongIndexOfMinY(this V2i[] vectorArray, long count ... method IndexOfMaxY (line 5159) | public static int IndexOfMaxY(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 5176) | public static long LongIndexOfMaxY(this V2i[] vectorArray, long count ... method IndexOfMinX (line 5193) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 5210) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 5227) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 5244) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 5260) | public static int[] CopyCoord(this V2i[] self, int index) method LengthSquared (line 8419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 8426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 8449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 8457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 8465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 8473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 8480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 8495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 8509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 8524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 8589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 8595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 8974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 8991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 8998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 9009) | [Pure] method AllTiny (line 9017) | [Pure] method IndexOfClosestPoint (line 9026) | public static int IndexOfClosestPoint(this V2ui[] pointArray, V2ui point) method IndexOfClosestPoint (line 9039) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 9053) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 9067) | public static long LongIndexOfClosestPoint(this V2ui[] pointArray, V2u... method LongIndexOfClosestPoint (line 9080) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 9094) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 9112) | public static int IndexOfMinX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 9129) | public static long LongIndexOfMinX(this V2ui[] vectorArray, long count... method IndexOfMaxX (line 9146) | public static int IndexOfMaxX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 9163) | public static long LongIndexOfMaxX(this V2ui[] vectorArray, long count... method IndexOfMinY (line 9180) | public static int IndexOfMinY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 9197) | public static long LongIndexOfMinY(this V2ui[] vectorArray, long count... method IndexOfMaxY (line 9214) | public static int IndexOfMaxY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 9231) | public static long LongIndexOfMaxY(this V2ui[] vectorArray, long count... method IndexOfMinX (line 9248) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 9265) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 9282) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 9299) | public static int IndexOfMaxY(this IList vectorArray, int count ... method CopyCoord (line 9315) | public static uint[] CopyCoord(this V2ui[] self, int index) method LengthSquared (line 13661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 13668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 13679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 13691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 13699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 13715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 13737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 13751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 13766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 13774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 13831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 13838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 13848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 13859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 13865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 13881) | public static V2l Cross(this V2l a) method AllSmaller (line 13894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 14004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 14254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 14271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 14278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 14289) | [Pure] method AllTiny (line 14297) | [Pure] method IndexOfClosestPoint (line 14306) | public static int IndexOfClosestPoint(this V2l[] pointArray, V2l point) method IndexOfClosestPoint (line 14319) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 14333) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 14347) | public static long LongIndexOfClosestPoint(this V2l[] pointArray, V2l ... method LongIndexOfClosestPoint (line 14360) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 14374) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 14392) | public static int IndexOfMinX(this V2l[] vectorArray, int count = 0) method LongIndexOfMinX (line 14409) | public static long LongIndexOfMinX(this V2l[] vectorArray, long count ... method IndexOfMaxX (line 14426) | public static int IndexOfMaxX(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 14443) | public static long LongIndexOfMaxX(this V2l[] vectorArray, long count ... method IndexOfMinY (line 14460) | public static int IndexOfMinY(this V2l[] vectorArray, int count = 0) method LongIndexOfMinY (line 14477) | public static long LongIndexOfMinY(this V2l[] vectorArray, long count ... method IndexOfMaxY (line 14494) | public static int IndexOfMaxY(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 14511) | public static long LongIndexOfMaxY(this V2l[] vectorArray, long count ... method IndexOfMinX (line 14528) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 14545) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 14562) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 14579) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 14595) | public static long[] CopyCoord(this V2l[] self, int index) method LengthSquared (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 19567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 19578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 19590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 19602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 19610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 19618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 19626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 19633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 19648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 19662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 19677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 19685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 19766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 19773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 19780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 19790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 19801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 19807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 19821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 19832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 19853) | public static V2f Cross(this V2f a) method AllSmaller (line 19866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 20226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 20243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 20250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 20261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 20272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 20283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 20298) | [Pure] method AllTiny (line 20306) | [Pure] method AnyFinite (line 20315) | [Pure] method AllFinite (line 20320) | [Pure] method AnyNaN (line 20325) | [Pure] method AllNaN (line 20330) | [Pure] method AnyInfinity (line 20335) | [Pure] method AllInfinity (line 20340) | [Pure] method AnyPositiveInfinity (line 20345) | [Pure] method AllPositiveInfinity (line 20350) | [Pure] method AnyNegativeInfinity (line 20355) | [Pure] method AllNegativeInfinity (line 20360) | [Pure] method AnyTiny (line 20365) | [Pure] method AllTiny (line 20370) | [Pure] method Dot90 (line 20382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 20391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 20400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 20410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 20420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 20430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 20440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 20490) | public static int IndexOfClosestPoint(this V2f[] pointArray, V2f point) method IndexOfClosestPoint (line 20503) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 20517) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 20531) | public static long LongIndexOfClosestPoint(this V2f[] pointArray, V2f ... method LongIndexOfClosestPoint (line 20544) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 20558) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 20576) | public static int IndexOfMinX(this V2f[] vectorArray, int count = 0) method LongIndexOfMinX (line 20593) | public static long LongIndexOfMinX(this V2f[] vectorArray, long count ... method IndexOfMaxX (line 20610) | public static int IndexOfMaxX(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 20627) | public static long LongIndexOfMaxX(this V2f[] vectorArray, long count ... method IndexOfMinY (line 20644) | public static int IndexOfMinY(this V2f[] vectorArray, int count = 0) method LongIndexOfMinY (line 20661) | public static long LongIndexOfMinY(this V2f[] vectorArray, long count ... method IndexOfMaxY (line 20678) | public static int IndexOfMaxY(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 20695) | public static long LongIndexOfMaxY(this V2f[] vectorArray, long count ... method IndexOfMinX (line 20712) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 20729) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 20746) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 20763) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 20779) | public static float[] CopyCoord(this V2f[] self, int index) method WeightedSum (line 20789) | public static V2f WeightedSum( method LengthSquared (line 25775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 25782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 25793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 25805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 25817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 25825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 25833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 25841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 25848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 25863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 25877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 25892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 25900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 25981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 25988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 25995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 26005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 26016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 26022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 26036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 26047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 26068) | public static V2d Cross(this V2d a) method AllSmaller (line 26081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 26441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 26458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 26465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 26476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 26487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 26498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 26513) | [Pure] method AllTiny (line 26521) | [Pure] method AnyFinite (line 26530) | [Pure] method AllFinite (line 26535) | [Pure] method AnyNaN (line 26540) | [Pure] method AllNaN (line 26545) | [Pure] method AnyInfinity (line 26550) | [Pure] method AllInfinity (line 26555) | [Pure] method AnyPositiveInfinity (line 26560) | [Pure] method AllPositiveInfinity (line 26565) | [Pure] method AnyNegativeInfinity (line 26570) | [Pure] method AllNegativeInfinity (line 26575) | [Pure] method AnyTiny (line 26580) | [Pure] method AllTiny (line 26585) | [Pure] method Dot90 (line 26597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 26606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 26615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 26625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 26635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 26645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 26655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 26705) | public static int IndexOfClosestPoint(this V2d[] pointArray, V2d point) method IndexOfClosestPoint (line 26718) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 26732) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 26746) | public static long LongIndexOfClosestPoint(this V2d[] pointArray, V2d ... method LongIndexOfClosestPoint (line 26759) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 26773) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 26791) | public static int IndexOfMinX(this V2d[] vectorArray, int count = 0) method LongIndexOfMinX (line 26808) | public static long LongIndexOfMinX(this V2d[] vectorArray, long count ... method IndexOfMaxX (line 26825) | public static int IndexOfMaxX(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 26842) | public static long LongIndexOfMaxX(this V2d[] vectorArray, long count ... method IndexOfMinY (line 26859) | public static int IndexOfMinY(this V2d[] vectorArray, int count = 0) method LongIndexOfMinY (line 26876) | public static long LongIndexOfMinY(this V2d[] vectorArray, long count ... method IndexOfMaxY (line 26893) | public static int IndexOfMaxY(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 26910) | public static long LongIndexOfMaxY(this V2d[] vectorArray, long count ... method IndexOfMinX (line 26927) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 26944) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 26961) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 26978) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 26994) | public static double[] CopyCoord(this V2d[] self, int index) method WeightedSum (line 27004) | public static V2d WeightedSum( method LengthSquared (line 34164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 34171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 34182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 34241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 34270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 34278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 34335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 34346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 34358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 34367) | public static M33i CrossMatrix(this V3i v) method DirFlags (line 34374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 34390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 34768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 34787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 34794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 34805) | [Pure] method AllTiny (line 34813) | [Pure] method IndexOfClosestPoint (line 34822) | public static int IndexOfClosestPoint(this V3i[] pointArray, V3i point) method IndexOfClosestPoint (line 34835) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 34849) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 34863) | public static long LongIndexOfClosestPoint(this V3i[] pointArray, V3i ... method LongIndexOfClosestPoint (line 34876) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 34890) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 34908) | public static int IndexOfMinX(this V3i[] vectorArray, int count = 0) method LongIndexOfMinX (line 34925) | public static long LongIndexOfMinX(this V3i[] vectorArray, long count ... method IndexOfMaxX (line 34942) | public static int IndexOfMaxX(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 34959) | public static long LongIndexOfMaxX(this V3i[] vectorArray, long count ... method IndexOfMinY (line 34976) | public static int IndexOfMinY(this V3i[] vectorArray, int count = 0) method LongIndexOfMinY (line 34993) | public static long LongIndexOfMinY(this V3i[] vectorArray, long count ... method IndexOfMaxY (line 35010) | public static int IndexOfMaxY(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 35027) | public static long LongIndexOfMaxY(this V3i[] vectorArray, long count ... method IndexOfMinZ (line 35044) | public static int IndexOfMinZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 35061) | public static long LongIndexOfMinZ(this V3i[] vectorArray, long count ... method IndexOfMaxZ (line 35078) | public static int IndexOfMaxZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 35095) | public static long LongIndexOfMaxZ(this V3i[] vectorArray, long count ... method IndexOfMinX (line 35112) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 35129) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 35146) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 35163) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 35180) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 35197) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 35213) | public static int[] CopyCoord(this V3i[] self, int index) method LengthSquared (line 40144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 40151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 40162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 40174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 40182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 40190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 40198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 40205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 40221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 40235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 40250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 40258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 40315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 40321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 40702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 40721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 40728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 40739) | [Pure] method AllTiny (line 40747) | [Pure] method IndexOfClosestPoint (line 40756) | public static int IndexOfClosestPoint(this V3ui[] pointArray, V3ui point) method IndexOfClosestPoint (line 40769) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 40783) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 40797) | public static long LongIndexOfClosestPoint(this V3ui[] pointArray, V3u... method LongIndexOfClosestPoint (line 40810) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 40824) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 40842) | public static int IndexOfMinX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 40859) | public static long LongIndexOfMinX(this V3ui[] vectorArray, long count... method IndexOfMaxX (line 40876) | public static int IndexOfMaxX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 40893) | public static long LongIndexOfMaxX(this V3ui[] vectorArray, long count... method IndexOfMinY (line 40910) | public static int IndexOfMinY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 40927) | public static long LongIndexOfMinY(this V3ui[] vectorArray, long count... method IndexOfMaxY (line 40944) | public static int IndexOfMaxY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 40961) | public static long LongIndexOfMaxY(this V3ui[] vectorArray, long count... method IndexOfMinZ (line 40978) | public static int IndexOfMinZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 40995) | public static long LongIndexOfMinZ(this V3ui[] vectorArray, long count... method IndexOfMaxZ (line 41012) | public static int IndexOfMaxZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 41029) | public static long LongIndexOfMaxZ(this V3ui[] vectorArray, long count... method IndexOfMinX (line 41046) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 41063) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 41080) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 41097) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 41114) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 41131) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method CopyCoord (line 41147) | public static uint[] CopyCoord(this V3ui[] self, int index) method LengthSquared (line 48281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 48288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 48299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 48358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 48387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 48395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 48452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 48463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 48475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 48484) | public static M33l CrossMatrix(this V3l v) method DirFlags (line 48491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 48507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 48885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 48904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 48911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 48922) | [Pure] method AllTiny (line 48930) | [Pure] method IndexOfClosestPoint (line 48939) | public static int IndexOfClosestPoint(this V3l[] pointArray, V3l point) method IndexOfClosestPoint (line 48952) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 48966) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 48980) | public static long LongIndexOfClosestPoint(this V3l[] pointArray, V3l ... method LongIndexOfClosestPoint (line 48993) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 49007) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 49025) | public static int IndexOfMinX(this V3l[] vectorArray, int count = 0) method LongIndexOfMinX (line 49042) | public static long LongIndexOfMinX(this V3l[] vectorArray, long count ... method IndexOfMaxX (line 49059) | public static int IndexOfMaxX(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 49076) | public static long LongIndexOfMaxX(this V3l[] vectorArray, long count ... method IndexOfMinY (line 49093) | public static int IndexOfMinY(this V3l[] vectorArray, int count = 0) method LongIndexOfMinY (line 49110) | public static long LongIndexOfMinY(this V3l[] vectorArray, long count ... method IndexOfMaxY (line 49127) | public static int IndexOfMaxY(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 49144) | public static long LongIndexOfMaxY(this V3l[] vectorArray, long count ... method IndexOfMinZ (line 49161) | public static int IndexOfMinZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 49178) | public static long LongIndexOfMinZ(this V3l[] vectorArray, long count ... method IndexOfMaxZ (line 49195) | public static int IndexOfMaxZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 49212) | public static long LongIndexOfMaxZ(this V3l[] vectorArray, long count ... method IndexOfMinX (line 49229) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 49246) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 49263) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 49280) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 49297) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 49314) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 49330) | public static long[] CopyCoord(this V3l[] self, int index) method LengthSquared (line 57353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 57360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 57371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 57384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 57396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 57404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 57412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 57420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 57427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 57443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 57457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 57472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 57480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 57561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 57568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 57579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 57591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 57600) | public static M33f CrossMatrix(this V3f v) method DirFlags (line 57607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 57623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 57634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 57653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 58031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 58050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 58057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 58069) | public static V3f AxisAlignedNormal(this V3f v) method AngleBetweenFast (line 58101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 58112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 58127) | [Pure] method AllTiny (line 58135) | [Pure] method AnyFinite (line 58144) | [Pure] method AllFinite (line 58149) | [Pure] method AnyNaN (line 58154) | [Pure] method AllNaN (line 58159) | [Pure] method AnyInfinity (line 58164) | [Pure] method AllInfinity (line 58169) | [Pure] method AnyPositiveInfinity (line 58174) | [Pure] method AllPositiveInfinity (line 58179) | [Pure] method AnyNegativeInfinity (line 58184) | [Pure] method AllNegativeInfinity (line 58189) | [Pure] method AnyTiny (line 58194) | [Pure] method AllTiny (line 58199) | [Pure] method LinCom (line 58208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 58248) | public static int IndexOfClosestPoint(this V3f[] pointArray, V3f point) method IndexOfClosestPoint (line 58261) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 58275) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 58289) | public static long LongIndexOfClosestPoint(this V3f[] pointArray, V3f ... method LongIndexOfClosestPoint (line 58302) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 58316) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 58334) | public static int IndexOfMinX(this V3f[] vectorArray, int count = 0) method LongIndexOfMinX (line 58351) | public static long LongIndexOfMinX(this V3f[] vectorArray, long count ... method IndexOfMaxX (line 58368) | public static int IndexOfMaxX(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 58385) | public static long LongIndexOfMaxX(this V3f[] vectorArray, long count ... method IndexOfMinY (line 58402) | public static int IndexOfMinY(this V3f[] vectorArray, int count = 0) method LongIndexOfMinY (line 58419) | public static long LongIndexOfMinY(this V3f[] vectorArray, long count ... method IndexOfMaxY (line 58436) | public static int IndexOfMaxY(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 58453) | public static long LongIndexOfMaxY(this V3f[] vectorArray, long count ... method IndexOfMinZ (line 58470) | public static int IndexOfMinZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 58487) | public static long LongIndexOfMinZ(this V3f[] vectorArray, long count ... method IndexOfMaxZ (line 58504) | public static int IndexOfMaxZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 58521) | public static long LongIndexOfMaxZ(this V3f[] vectorArray, long count ... method IndexOfMinX (line 58538) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 58555) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 58572) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 58589) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 58606) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 58623) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 58639) | public static float[] CopyCoord(this V3f[] self, int index) method WeightedSum (line 58650) | public static V3f WeightedSum( method LengthSquared (line 66735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 66742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 66753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 66766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 66778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 66786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 66794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 66802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 66809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 66825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 66839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 66854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 66862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 66943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 66950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 66961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 66973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 66982) | public static M33d CrossMatrix(this V3d v) method DirFlags (line 66989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 67005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 67016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 67035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 67413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 67432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 67439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 67451) | public static V3d AxisAlignedNormal(this V3d v) method AngleBetweenFast (line 67483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 67494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 67509) | [Pure] method AllTiny (line 67517) | [Pure] method AnyFinite (line 67526) | [Pure] method AllFinite (line 67531) | [Pure] method AnyNaN (line 67536) | [Pure] method AllNaN (line 67541) | [Pure] method AnyInfinity (line 67546) | [Pure] method AllInfinity (line 67551) | [Pure] method AnyPositiveInfinity (line 67556) | [Pure] method AllPositiveInfinity (line 67561) | [Pure] method AnyNegativeInfinity (line 67566) | [Pure] method AllNegativeInfinity (line 67571) | [Pure] method AnyTiny (line 67576) | [Pure] method AllTiny (line 67581) | [Pure] method LinCom (line 67590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 67630) | public static int IndexOfClosestPoint(this V3d[] pointArray, V3d point) method IndexOfClosestPoint (line 67643) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 67657) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 67671) | public static long LongIndexOfClosestPoint(this V3d[] pointArray, V3d ... method LongIndexOfClosestPoint (line 67684) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 67698) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 67716) | public static int IndexOfMinX(this V3d[] vectorArray, int count = 0) method LongIndexOfMinX (line 67733) | public static long LongIndexOfMinX(this V3d[] vectorArray, long count ... method IndexOfMaxX (line 67750) | public static int IndexOfMaxX(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 67767) | public static long LongIndexOfMaxX(this V3d[] vectorArray, long count ... method IndexOfMinY (line 67784) | public static int IndexOfMinY(this V3d[] vectorArray, int count = 0) method LongIndexOfMinY (line 67801) | public static long LongIndexOfMinY(this V3d[] vectorArray, long count ... method IndexOfMaxY (line 67818) | public static int IndexOfMaxY(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 67835) | public static long LongIndexOfMaxY(this V3d[] vectorArray, long count ... method IndexOfMinZ (line 67852) | public static int IndexOfMinZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 67869) | public static long LongIndexOfMinZ(this V3d[] vectorArray, long count ... method IndexOfMaxZ (line 67886) | public static int IndexOfMaxZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 67903) | public static long LongIndexOfMaxZ(this V3d[] vectorArray, long count ... method IndexOfMinX (line 67920) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 67937) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 67954) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 67971) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 67988) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 68005) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 68021) | public static double[] CopyCoord(this V3d[] self, int index) method WeightedSum (line 68032) | public static V3d WeightedSum( method LengthSquared (line 79758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 79765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 79776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 79788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 79796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 79804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 79812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 79819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 79836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 79850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 79865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 79873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 79930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 79942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 79955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 79961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 80004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 80344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 80365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 80372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 80383) | [Pure] method AllTiny (line 80391) | [Pure] method IndexOfClosestPoint (line 80400) | public static int IndexOfClosestPoint(this V4i[] pointArray, V4i point) method IndexOfClosestPoint (line 80413) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 80427) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 80441) | public static long LongIndexOfClosestPoint(this V4i[] pointArray, V4i ... method LongIndexOfClosestPoint (line 80454) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 80468) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 80486) | public static int IndexOfMinX(this V4i[] vectorArray, int count = 0) method LongIndexOfMinX (line 80503) | public static long LongIndexOfMinX(this V4i[] vectorArray, long count ... method IndexOfMaxX (line 80520) | public static int IndexOfMaxX(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 80537) | public static long LongIndexOfMaxX(this V4i[] vectorArray, long count ... method IndexOfMinY (line 80554) | public static int IndexOfMinY(this V4i[] vectorArray, int count = 0) method LongIndexOfMinY (line 80571) | public static long LongIndexOfMinY(this V4i[] vectorArray, long count ... method IndexOfMaxY (line 80588) | public static int IndexOfMaxY(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 80605) | public static long LongIndexOfMaxY(this V4i[] vectorArray, long count ... method IndexOfMinZ (line 80622) | public static int IndexOfMinZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 80639) | public static long LongIndexOfMinZ(this V4i[] vectorArray, long count ... method IndexOfMaxZ (line 80656) | public static int IndexOfMaxZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 80673) | public static long LongIndexOfMaxZ(this V4i[] vectorArray, long count ... method IndexOfMinW (line 80690) | public static int IndexOfMinW(this V4i[] vectorArray, int count = 0) method LongIndexOfMinW (line 80707) | public static long LongIndexOfMinW(this V4i[] vectorArray, long count ... method IndexOfMaxW (line 80724) | public static int IndexOfMaxW(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxW (line 80741) | public static long LongIndexOfMaxW(this V4i[] vectorArray, long count ... method IndexOfMinX (line 80758) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 80775) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 80792) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 80809) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 80826) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 80843) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 80860) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 80877) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 80893) | public static int[] CopyCoord(this V4i[] self, int index) method LengthSquared (line 88757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 88764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 88775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 88787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 88795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 88803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 88811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 88818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 88835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 88849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 88864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 88872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 88929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 88935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 89008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 89318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 89339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 89346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 89357) | [Pure] method AllTiny (line 89365) | [Pure] method IndexOfClosestPoint (line 89374) | public static int IndexOfClosestPoint(this V4ui[] pointArray, V4ui point) method IndexOfClosestPoint (line 89387) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 89401) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 89415) | public static long LongIndexOfClosestPoint(this V4ui[] pointArray, V4u... method LongIndexOfClosestPoint (line 89428) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 89442) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 89460) | public static int IndexOfMinX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 89477) | public static long LongIndexOfMinX(this V4ui[] vectorArray, long count... method IndexOfMaxX (line 89494) | public static int IndexOfMaxX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 89511) | public static long LongIndexOfMaxX(this V4ui[] vectorArray, long count... method IndexOfMinY (line 89528) | public static int IndexOfMinY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 89545) | public static long LongIndexOfMinY(this V4ui[] vectorArray, long count... method IndexOfMaxY (line 89562) | public static int IndexOfMaxY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 89579) | public static long LongIndexOfMaxY(this V4ui[] vectorArray, long count... method IndexOfMinZ (line 89596) | public static int IndexOfMinZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 89613) | public static long LongIndexOfMinZ(this V4ui[] vectorArray, long count... method IndexOfMaxZ (line 89630) | public static int IndexOfMaxZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 89647) | public static long LongIndexOfMaxZ(this V4ui[] vectorArray, long count... method IndexOfMinW (line 89664) | public static int IndexOfMinW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinW (line 89681) | public static long LongIndexOfMinW(this V4ui[] vectorArray, long count... method IndexOfMaxW (line 89698) | public static int IndexOfMaxW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxW (line 89715) | public static long LongIndexOfMaxW(this V4ui[] vectorArray, long count... method IndexOfMinX (line 89732) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 89749) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 89766) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 89783) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 89800) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 89817) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method IndexOfMinW (line 89834) | public static int IndexOfMinW(this IList vectorArray, int count ... method IndexOfMaxW (line 89851) | public static int IndexOfMaxW(this IList vectorArray, int count ... method CopyCoord (line 89867) | public static uint[] CopyCoord(this V4ui[] self, int index) method LengthSquared (line 101488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 101495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 101506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 101518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 101526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 101534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 101542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 101549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 101566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 101580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 101595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 101603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 101660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 101672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 101685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 101691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 102004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 102074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 102095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 102102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 102113) | [Pure] method AllTiny (line 102121) | [Pure] method IndexOfClosestPoint (line 102130) | public static int IndexOfClosestPoint(this V4l[] pointArray, V4l point) method IndexOfClosestPoint (line 102143) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 102157) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 102171) | public static long LongIndexOfClosestPoint(this V4l[] pointArray, V4l ... method LongIndexOfClosestPoint (line 102184) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 102198) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 102216) | public static int IndexOfMinX(this V4l[] vectorArray, int count = 0) method LongIndexOfMinX (line 102233) | public static long LongIndexOfMinX(this V4l[] vectorArray, long count ... method IndexOfMaxX (line 102250) | public static int IndexOfMaxX(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 102267) | public static long LongIndexOfMaxX(this V4l[] vectorArray, long count ... method IndexOfMinY (line 102284) | public static int IndexOfMinY(this V4l[] vectorArray, int count = 0) method LongIndexOfMinY (line 102301) | public static long LongIndexOfMinY(this V4l[] vectorArray, long count ... method IndexOfMaxY (line 102318) | public static int IndexOfMaxY(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 102335) | public static long LongIndexOfMaxY(this V4l[] vectorArray, long count ... method IndexOfMinZ (line 102352) | public static int IndexOfMinZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 102369) | public static long LongIndexOfMinZ(this V4l[] vectorArray, long count ... method IndexOfMaxZ (line 102386) | public static int IndexOfMaxZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 102403) | public static long LongIndexOfMaxZ(this V4l[] vectorArray, long count ... method IndexOfMinW (line 102420) | public static int IndexOfMinW(this V4l[] vectorArray, int count = 0) method LongIndexOfMinW (line 102437) | public static long LongIndexOfMinW(this V4l[] vectorArray, long count ... method IndexOfMaxW (line 102454) | public static int IndexOfMaxW(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxW (line 102471) | public static long LongIndexOfMaxW(this V4l[] vectorArray, long count ... method IndexOfMinX (line 102488) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 102505) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 102522) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 102539) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 102556) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 102573) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 102590) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 102607) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 102623) | public static long[] CopyCoord(this V4l[] self, int index) method LengthSquared (line 115028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 115035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 115046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 115060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 115072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 115080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 115088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 115096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 115103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 115120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 115134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 115149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 115157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 115238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 115245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 115257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 115270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 115276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 115294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 115305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 115689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 115710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 115717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 115728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 115739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 115754) | [Pure] method AllTiny (line 115762) | [Pure] method AnyFinite (line 115771) | [Pure] method AllFinite (line 115776) | [Pure] method AnyNaN (line 115781) | [Pure] method AllNaN (line 115786) | [Pure] method AnyInfinity (line 115791) | [Pure] method AllInfinity (line 115796) | [Pure] method AnyPositiveInfinity (line 115801) | [Pure] method AllPositiveInfinity (line 115806) | [Pure] method AnyNegativeInfinity (line 115811) | [Pure] method AllNegativeInfinity (line 115816) | [Pure] method AnyTiny (line 115821) | [Pure] method AllTiny (line 115826) | [Pure] method LinCom (line 115835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 115875) | public static int IndexOfClosestPoint(this V4f[] pointArray, V4f point) method IndexOfClosestPoint (line 115888) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 115902) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 115916) | public static long LongIndexOfClosestPoint(this V4f[] pointArray, V4f ... method LongIndexOfClosestPoint (line 115929) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 115943) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 115961) | public static int IndexOfMinX(this V4f[] vectorArray, int count = 0) method LongIndexOfMinX (line 115978) | public static long LongIndexOfMinX(this V4f[] vectorArray, long count ... method IndexOfMaxX (line 115995) | public static int IndexOfMaxX(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 116012) | public static long LongIndexOfMaxX(this V4f[] vectorArray, long count ... method IndexOfMinY (line 116029) | public static int IndexOfMinY(this V4f[] vectorArray, int count = 0) method LongIndexOfMinY (line 116046) | public static long LongIndexOfMinY(this V4f[] vectorArray, long count ... method IndexOfMaxY (line 116063) | public static int IndexOfMaxY(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 116080) | public static long LongIndexOfMaxY(this V4f[] vectorArray, long count ... method IndexOfMinZ (line 116097) | public static int IndexOfMinZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 116114) | public static long LongIndexOfMinZ(this V4f[] vectorArray, long count ... method IndexOfMaxZ (line 116131) | public static int IndexOfMaxZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 116148) | public static long LongIndexOfMaxZ(this V4f[] vectorArray, long count ... method IndexOfMinW (line 116165) | public static int IndexOfMinW(this V4f[] vectorArray, int count = 0) method LongIndexOfMinW (line 116182) | public static long LongIndexOfMinW(this V4f[] vectorArray, long count ... method IndexOfMaxW (line 116199) | public static int IndexOfMaxW(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxW (line 116216) | public static long LongIndexOfMaxW(this V4f[] vectorArray, long count ... method IndexOfMinX (line 116233) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 116250) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 116267) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 116284) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 116301) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 116318) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 116335) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 116352) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 116368) | public static float[] CopyCoord(this V4f[] self, int index) method WeightedSum (line 116380) | public static V4f WeightedSum( method LengthSquared (line 128744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 128751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 128762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 128776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 128788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 128796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 128804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 128812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 128819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 128836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 128850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 128865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 128873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 128954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 128961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 128973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 128986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 128992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 129010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 129021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 129405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 129426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 129433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 129444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 129455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 129470) | [Pure] method AllTiny (line 129478) | [Pure] method AnyFinite (line 129487) | [Pure] method AllFinite (line 129492) | [Pure] method AnyNaN (line 129497) | [Pure] method AllNaN (line 129502) | [Pure] method AnyInfinity (line 129507) | [Pure] method AllInfinity (line 129512) | [Pure] method AnyPositiveInfinity (line 129517) | [Pure] method AllPositiveInfinity (line 129522) | [Pure] method AnyNegativeInfinity (line 129527) | [Pure] method AllNegativeInfinity (line 129532) | [Pure] method AnyTiny (line 129537) | [Pure] method AllTiny (line 129542) | [Pure] method LinCom (line 129551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 129591) | public static int IndexOfClosestPoint(this V4d[] pointArray, V4d point) method IndexOfClosestPoint (line 129604) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 129618) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 129632) | public static long LongIndexOfClosestPoint(this V4d[] pointArray, V4d ... method LongIndexOfClosestPoint (line 129645) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 129659) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 129677) | public static int IndexOfMinX(this V4d[] vectorArray, int count = 0) method LongIndexOfMinX (line 129694) | public static long LongIndexOfMinX(this V4d[] vectorArray, long count ... method IndexOfMaxX (line 129711) | public static int IndexOfMaxX(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 129728) | public static long LongIndexOfMaxX(this V4d[] vectorArray, long count ... method IndexOfMinY (line 129745) | public static int IndexOfMinY(this V4d[] vectorArray, int count = 0) method LongIndexOfMinY (line 129762) | public static long LongIndexOfMinY(this V4d[] vectorArray, long count ... method IndexOfMaxY (line 129779) | public static int IndexOfMaxY(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 129796) | public static long LongIndexOfMaxY(this V4d[] vectorArray, long count ... method IndexOfMinZ (line 129813) | public static int IndexOfMinZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 129830) | public static long LongIndexOfMinZ(this V4d[] vectorArray, long count ... method IndexOfMaxZ (line 129847) | public static int IndexOfMaxZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 129864) | public static long LongIndexOfMaxZ(this V4d[] vectorArray, long count ... method IndexOfMinW (line 129881) | public static int IndexOfMinW(this V4d[] vectorArray, int count = 0) method LongIndexOfMinW (line 129898) | public static long LongIndexOfMinW(this V4d[] vectorArray, long count ... method IndexOfMaxW (line 129915) | public static int IndexOfMaxW(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxW (line 129932) | public static long LongIndexOfMaxW(this V4d[] vectorArray, long count ... method IndexOfMinX (line 129949) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 129966) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 129983) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 130000) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 130017) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 130034) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 130051) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 130068) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 130084) | public static double[] CopyCoord(this V4d[] self, int index) method WeightedSum (line 130096) | public static V4d WeightedSum( class IRandomUniformV3uiExtensions (line 41161) | public static class IRandomUniformV3uiExtensions method UniformV3ui (line 41168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type V3l (line 41181) | [DataContract] method V3l (line 41198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41297) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41484) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41760) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41772) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3l (line 41784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2i (line 41852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2ui (line 41855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2f (line 41858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2d (line 41861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 41864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 41867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 41870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 41873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 41876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 41879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 41882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 41885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 41888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 41943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 41958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 41973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 41989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 42005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 42021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 42027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 42034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 42038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 42049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 42056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 42060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 42071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 42078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 42082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 42093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 42100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 42104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 42115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 42122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 42126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 42134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 42142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 42150) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3i (line 42430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3ui (line 42434) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3f (line 42438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3d (line 42442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 42450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 42457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 42464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 42471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 42478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 42485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Abs (line 42571) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 42576) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 42581) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 42586) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 42591) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 42596) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 42601) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 42606) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 42611) | [EditorBrowsable(EditorBrowsableState.Never)] method Saturate (line 42616) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 42621) | [EditorBrowsable(EditorBrowsableState.Never)] method Set (line 42633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 42644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 42655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 42666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 42677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 42928) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 42938) | public override readonly string ToString() method ToString (line 42943) | public readonly string ToString(string format) method ToString (line 42948) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 42956) | public readonly string ToString(string format, IFormatProvider fp, str... method GetHashCode (line 42962) | public override readonly int GetHashCode() method Equals (line 42967) | public override readonly bool Equals(object other) method ToText (line 42970) | public readonly Text ToText(int bracketLevel = 1) method Parse (line 42984) | public static V3l Parse(string s) method Parse (line 42994) | public static V3l Parse(Text t) method Parse (line 42999) | public static V3l Parse(Text t, int bracketLevel) method GetValue (line 47472) | public readonly object GetValue(long index) method SetValue (line 47477) | public void SetValue(object value, long index) class V3lEqualityComparer (line 47486) | public class V3lEqualityComparer : IEqualityComparer method Equals (line 47493) | public bool Equals(V3l v0, V3l v1) method GetHashCode (line 47498) | public int GetHashCode(V3l v) class Fun (line 47506) | public static partial class Fun method Min (line 3588) | [Pure] method Min (line 3598) | [Pure] method Min (line 3608) | [Pure] method Max (line 3618) | [Pure] method Max (line 3628) | [Pure] method Max (line 3638) | [Pure] method Min (line 3648) | [Pure] method Max (line 3658) | [Pure] method Min (line 3668) | [Pure] method Max (line 3678) | [Pure] method Min (line 3688) | [Pure] method Max (line 3698) | [Pure] method Abs (line 3712) | [Pure] method Clamp (line 3726) | [Pure] method Clamp (line 3736) | [Pure] method ClampExcl (line 3746) | [Pure] method ClampExcl (line 3756) | [Pure] method ClampWrap (line 3766) | [Pure] method ClampWrap (line 3776) | [Pure] method Saturate (line 3786) | [Pure] method Sign (line 3800) | [Pure] method Signumi (line 3810) | [Pure] method Signum (line 3820) | [Pure] method MultiplyAdd (line 3834) | [Pure] method MultiplyAdd (line 3844) | [Pure] method MultiplyAdd (line 3854) | [Pure] method Sqrt (line 3868) | [Pure] method Cbrt (line 3878) | [Pure] method Square (line 3892) | [Pure] method Pown (line 3906) | [Pure] method Pown (line 3916) | [Pure] method Pown (line 3926) | [Pure] method Pow (line 3936) | [Pure] method Pow (line 3946) | [Pure] method Pow (line 3956) | [Pure] method Pow (line 3966) | [Pure] method Pow (line 3976) | [Pure] method Pow (line 3986) | [Pure] method Power (line 3996) | [Pure] method Power (line 4007) | [Pure] method Power (line 4018) | [Pure] method Power (line 4029) | [Pure] method Power (line 4040) | [Pure] method Power (line 4051) | [Pure] method Exp (line 4066) | [Pure] method Log (line 4076) | [Pure] method Log2 (line 4086) | [Pure] method Log2Int (line 4096) | [Pure] method Log10 (line 4106) | [Pure] method Log (line 4116) | [Pure] method ModP (line 4130) | [Pure] method PowerOfTwo (line 4144) | [Pure] method NextPowerOfTwo (line 4154) | [Pure] method PrevPowerOfTwo (line 4164) | [Pure] method Step (line 4178) | [Pure] method Step (line 4188) | [Pure] method Lerp (line 4202) | [Pure] method Lerp (line 4212) | [Pure] method Lerp (line 4222) | [Pure] method Lerp (line 4232) | [Pure] method InvLerp (line 4242) | [Pure] method GreatestCommonDivisor (line 4256) | [Pure] method LeastCommonMultiple (line 4266) | [Pure] method FloatFromBits (line 4280) | [Pure] method ApproximateEquals (line 4294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4308) | [Pure] method Min (line 7747) | [Pure] method Min (line 7757) | [Pure] method Min (line 7767) | [Pure] method Max (line 7777) | [Pure] method Max (line 7787) | [Pure] method Max (line 7797) | [Pure] method Min (line 7807) | [Pure] method Max (line 7817) | [Pure] method Min (line 7827) | [Pure] method Max (line 7837) | [Pure] method Min (line 7847) | [Pure] method Max (line 7857) | [Pure] method Clamp (line 7871) | [Pure] method Clamp (line 7881) | [Pure] method ClampExcl (line 7891) | [Pure] method ClampExcl (line 7901) | [Pure] method ClampWrap (line 7911) | [Pure] method ClampWrap (line 7921) | [Pure] method Saturate (line 7931) | [Pure] method MultiplyAdd (line 7945) | [Pure] method MultiplyAdd (line 7955) | [Pure] method MultiplyAdd (line 7965) | [Pure] method Sqrt (line 7979) | [Pure] method Cbrt (line 7989) | [Pure] method Square (line 8003) | [Pure] method Pown (line 8017) | [Pure] method Pown (line 8027) | [Pure] method Pown (line 8037) | [Pure] method Pown (line 8047) | [Pure] method Pown (line 8057) | [Pure] method Pown (line 8067) | [Pure] method Pow (line 8077) | [Pure] method Pow (line 8087) | [Pure] method Pow (line 8097) | [Pure] method Pow (line 8107) | [Pure] method Pow (line 8117) | [Pure] method Pow (line 8127) | [Pure] method Power (line 8137) | [Pure] method Power (line 8148) | [Pure] method Power (line 8159) | [Pure] method Power (line 8170) | [Pure] method Power (line 8181) | [Pure] method Power (line 8192) | [Pure] method Exp (line 8207) | [Pure] method Log (line 8217) | [Pure] method Log2 (line 8227) | [Pure] method Log2Int (line 8237) | [Pure] method Log10 (line 8247) | [Pure] method Log (line 8257) | [Pure] method Step (line 8271) | [Pure] method Step (line 8281) | [Pure] method Lerp (line 8295) | [Pure] method Lerp (line 8305) | [Pure] method Lerp (line 8315) | [Pure] method Lerp (line 8325) | [Pure] method InvLerp (line 8335) | [Pure] method GreatestCommonDivisor (line 8349) | [Pure] method LeastCommonMultiple (line 8359) | [Pure] method FloatFromUnsignedBits (line 8373) | [Pure] method ApproximateEquals (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8401) | [Pure] method Min (line 12893) | [Pure] method Min (line 12903) | [Pure] method Min (line 12913) | [Pure] method Max (line 12923) | [Pure] method Max (line 12933) | [Pure] method Max (line 12943) | [Pure] method Min (line 12953) | [Pure] method Max (line 12963) | [Pure] method Min (line 12973) | [Pure] method Max (line 12983) | [Pure] method Min (line 12993) | [Pure] method Max (line 13003) | [Pure] method Abs (line 13017) | [Pure] method Clamp (line 13031) | [Pure] method Clamp (line 13041) | [Pure] method ClampExcl (line 13051) | [Pure] method ClampExcl (line 13061) | [Pure] method ClampWrap (line 13071) | [Pure] method ClampWrap (line 13081) | [Pure] method Saturate (line 13091) | [Pure] method Sign (line 13105) | [Pure] method Signumi (line 13115) | [Pure] method Signum (line 13125) | [Pure] method MultiplyAdd (line 13139) | [Pure] method MultiplyAdd (line 13149) | [Pure] method MultiplyAdd (line 13159) | [Pure] method Sqrt (line 13173) | [Pure] method Cbrt (line 13183) | [Pure] method Square (line 13197) | [Pure] method Pown (line 13211) | [Pure] method Pown (line 13221) | [Pure] method Pown (line 13231) | [Pure] method Pown (line 13241) | [Pure] method Pown (line 13251) | [Pure] method Pown (line 13261) | [Pure] method Pow (line 13271) | [Pure] method Pow (line 13281) | [Pure] method Pow (line 13291) | [Pure] method Pow (line 13301) | [Pure] method Pow (line 13311) | [Pure] method Pow (line 13321) | [Pure] method Power (line 13331) | [Pure] method Power (line 13342) | [Pure] method Power (line 13353) | [Pure] method Power (line 13364) | [Pure] method Power (line 13375) | [Pure] method Power (line 13386) | [Pure] method Exp (line 13401) | [Pure] method Log (line 13411) | [Pure] method Log2 (line 13421) | [Pure] method Log2Int (line 13431) | [Pure] method Log10 (line 13441) | [Pure] method Log (line 13451) | [Pure] method ModP (line 13465) | [Pure] method PowerOfTwo (line 13479) | [Pure] method NextPowerOfTwo (line 13489) | [Pure] method PrevPowerOfTwo (line 13499) | [Pure] method Step (line 13513) | [Pure] method Step (line 13523) | [Pure] method Lerp (line 13537) | [Pure] method Lerp (line 13547) | [Pure] method Lerp (line 13557) | [Pure] method Lerp (line 13567) | [Pure] method InvLerp (line 13577) | [Pure] method GreatestCommonDivisor (line 13591) | [Pure] method LeastCommonMultiple (line 13601) | [Pure] method FloatFromBits (line 13615) | [Pure] method ApproximateEquals (line 13629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13643) | [Pure] method Min (line 18465) | [Pure] method Min (line 18475) | [Pure] method Min (line 18485) | [Pure] method Max (line 18495) | [Pure] method Max (line 18505) | [Pure] method Max (line 18515) | [Pure] method Min (line 18525) | [Pure] method Max (line 18535) | [Pure] method Min (line 18545) | [Pure] method Max (line 18555) | [Pure] method Min (line 18565) | [Pure] method Max (line 18575) | [Pure] method Abs (line 18589) | [Pure] method Floor (line 18603) | [Pure] method Ceiling (line 18613) | [Pure] method Round (line 18623) | [Pure] method Round (line 18633) | [Pure] method Round (line 18643) | [Pure] method Round (line 18653) | [Pure] method Truncate (line 18663) | [Pure] method Frac (line 18677) | [Pure] method Clamp (line 18691) | [Pure] method Clamp (line 18701) | [Pure] method ClampWrap (line 18711) | [Pure] method ClampWrap (line 18721) | [Pure] method Saturate (line 18731) | [Pure] method MapToUnitInterval (line 18745) | [Pure] method MapToUnitInterval (line 18755) | [Pure] method MapToUnitInterval (line 18765) | [Pure] method MapToUnitInterval (line 18775) | [Pure] method Sign (line 18789) | [Pure] method Signumi (line 18799) | [Pure] method Signum (line 18809) | [Pure] method MultiplyAdd (line 18823) | [Pure] method MultiplyAdd (line 18833) | [Pure] method MultiplyAdd (line 18843) | [Pure] method CopySign (line 18857) | [Pure] method CopySign (line 18867) | [Pure] method CopySign (line 18877) | [Pure] method Sqrt (line 18891) | [Pure] method Cbrt (line 18901) | [Pure] method Square (line 18915) | [Pure] method Pown (line 18929) | [Pure] method Pown (line 18939) | [Pure] method Pown (line 18949) | [Pure] method Pow (line 18959) | [Pure] method Pow (line 18969) | [Pure] method Pow (line 18979) | [Pure] method Power (line 18989) | [Pure] method Power (line 19000) | [Pure] method Power (line 19011) | [Pure] method Exp (line 19026) | [Pure] method Log (line 19036) | [Pure] method Log2 (line 19046) | [Pure] method Log2Int (line 19056) | [Pure] method Log10 (line 19066) | [Pure] method Log (line 19076) | [Pure] method ModP (line 19090) | [Pure] method PowerOfTwo (line 19104) | [Pure] method Sin (line 19118) | [Pure] method Cos (line 19128) | [Pure] method Tan (line 19138) | [Pure] method Asin (line 19148) | [Pure] method AsinClamped (line 19158) | [Pure] method Acos (line 19168) | [Pure] method AcosClamped (line 19178) | [Pure] method Atan (line 19188) | [Pure] method Atan2 (line 19198) | [Pure] method FastAtan2 (line 19208) | [Pure] method Sinh (line 19218) | [Pure] method Cosh (line 19228) | [Pure] method Tanh (line 19238) | [Pure] method Asinh (line 19248) | [Pure] method Acosh (line 19258) | [Pure] method Atanh (line 19268) | [Pure] method Step (line 19282) | [Pure] method Step (line 19292) | [Pure] method Linearstep (line 19302) | [Pure] method Linearstep (line 19312) | [Pure] method Smoothstep (line 19322) | [Pure] method Smoothstep (line 19332) | [Pure] method Lerp (line 19346) | [Pure] method Lerp (line 19356) | [Pure] method InvLerp (line 19366) | [Pure] method FloatToBits (line 19380) | [Pure] method FloatToUnsignedBits (line 19390) | [Pure] method ApproximateEquals (line 19404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19428) | [Pure] method IsTiny (line 19436) | [Pure] method IsNaN (line 19448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 24690) | [Pure] method Min (line 24700) | [Pure] method Min (line 24710) | [Pure] method Max (line 24720) | [Pure] method Max (line 24730) | [Pure] method Max (line 24740) | [Pure] method Min (line 24750) | [Pure] method Max (line 24760) | [Pure] method Min (line 24770) | [Pure] method Max (line 24780) | [Pure] method Min (line 24790) | [Pure] method Max (line 24800) | [Pure] method Abs (line 24814) | [Pure] method Floor (line 24828) | [Pure] method Ceiling (line 24838) | [Pure] method Round (line 24848) | [Pure] method Round (line 24858) | [Pure] method Round (line 24868) | [Pure] method Round (line 24878) | [Pure] method Truncate (line 24888) | [Pure] method Frac (line 24902) | [Pure] method Clamp (line 24916) | [Pure] method Clamp (line 24926) | [Pure] method ClampWrap (line 24936) | [Pure] method ClampWrap (line 24946) | [Pure] method Saturate (line 24956) | [Pure] method MapToUnitInterval (line 24970) | [Pure] method MapToUnitInterval (line 24980) | [Pure] method MapToUnitInterval (line 24990) | [Pure] method MapToUnitInterval (line 25000) | [Pure] method Sign (line 25014) | [Pure] method Signumi (line 25024) | [Pure] method Signum (line 25034) | [Pure] method MultiplyAdd (line 25048) | [Pure] method MultiplyAdd (line 25058) | [Pure] method MultiplyAdd (line 25068) | [Pure] method CopySign (line 25082) | [Pure] method CopySign (line 25092) | [Pure] method CopySign (line 25102) | [Pure] method Sqrt (line 25116) | [Pure] method Cbrt (line 25126) | [Pure] method Square (line 25140) | [Pure] method Pown (line 25154) | [Pure] method Pown (line 25164) | [Pure] method Pown (line 25174) | [Pure] method Pow (line 25184) | [Pure] method Pow (line 25194) | [Pure] method Pow (line 25204) | [Pure] method Power (line 25214) | [Pure] method Power (line 25225) | [Pure] method Power (line 25236) | [Pure] method Exp (line 25251) | [Pure] method Log (line 25261) | [Pure] method Log2 (line 25271) | [Pure] method Log2Int (line 25281) | [Pure] method Log10 (line 25291) | [Pure] method Log (line 25301) | [Pure] method ModP (line 25315) | [Pure] method PowerOfTwo (line 25329) | [Pure] method Sin (line 25343) | [Pure] method Cos (line 25353) | [Pure] method Tan (line 25363) | [Pure] method Asin (line 25373) | [Pure] method AsinClamped (line 25383) | [Pure] method Acos (line 25393) | [Pure] method AcosClamped (line 25403) | [Pure] method Atan (line 25413) | [Pure] method Atan2 (line 25423) | [Pure] method FastAtan2 (line 25433) | [Pure] method Sinh (line 25443) | [Pure] method Cosh (line 25453) | [Pure] method Tanh (line 25463) | [Pure] method Asinh (line 25473) | [Pure] method Acosh (line 25483) | [Pure] method Atanh (line 25493) | [Pure] method Step (line 25507) | [Pure] method Step (line 25517) | [Pure] method Linearstep (line 25527) | [Pure] method Linearstep (line 25537) | [Pure] method Smoothstep (line 25547) | [Pure] method Smoothstep (line 25557) | [Pure] method Lerp (line 25571) | [Pure] method Lerp (line 25581) | [Pure] method InvLerp (line 25591) | [Pure] method FloatToBits (line 25605) | [Pure] method ApproximateEquals (line 25619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25643) | [Pure] method IsTiny (line 25651) | [Pure] method IsNaN (line 25663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 25670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 25677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 25684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 25691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 33426) | [Pure] method Min (line 33436) | [Pure] method Min (line 33446) | [Pure] method Max (line 33456) | [Pure] method Max (line 33466) | [Pure] method Max (line 33476) | [Pure] method Min (line 33486) | [Pure] method Max (line 33496) | [Pure] method Min (line 33506) | [Pure] method Max (line 33516) | [Pure] method Min (line 33526) | [Pure] method Max (line 33536) | [Pure] method Abs (line 33550) | [Pure] method Clamp (line 33564) | [Pure] method Clamp (line 33574) | [Pure] method ClampExcl (line 33584) | [Pure] method ClampExcl (line 33594) | [Pure] method ClampWrap (line 33604) | [Pure] method ClampWrap (line 33614) | [Pure] method Saturate (line 33624) | [Pure] method Sign (line 33638) | [Pure] method Signumi (line 33648) | [Pure] method Signum (line 33658) | [Pure] method MultiplyAdd (line 33672) | [Pure] method MultiplyAdd (line 33682) | [Pure] method MultiplyAdd (line 33692) | [Pure] method Sqrt (line 33706) | [Pure] method Cbrt (line 33716) | [Pure] method Square (line 33730) | [Pure] method Pown (line 33744) | [Pure] method Pown (line 33754) | [Pure] method Pown (line 33764) | [Pure] method Pow (line 33774) | [Pure] method Pow (line 33784) | [Pure] method Pow (line 33794) | [Pure] method Pow (line 33804) | [Pure] method Pow (line 33814) | [Pure] method Pow (line 33824) | [Pure] method Power (line 33834) | [Pure] method Power (line 33845) | [Pure] method Power (line 33856) | [Pure] method Power (line 33867) | [Pure] method Power (line 33878) | [Pure] method Power (line 33889) | [Pure] method Exp (line 33904) | [Pure] method Log (line 33914) | [Pure] method Log2 (line 33924) | [Pure] method Log2Int (line 33934) | [Pure] method Log10 (line 33944) | [Pure] method Log (line 33954) | [Pure] method ModP (line 33968) | [Pure] method PowerOfTwo (line 33982) | [Pure] method NextPowerOfTwo (line 33992) | [Pure] method PrevPowerOfTwo (line 34002) | [Pure] method Step (line 34016) | [Pure] method Step (line 34026) | [Pure] method Lerp (line 34040) | [Pure] method Lerp (line 34050) | [Pure] method Lerp (line 34060) | [Pure] method Lerp (line 34070) | [Pure] method InvLerp (line 34080) | [Pure] method GreatestCommonDivisor (line 34094) | [Pure] method LeastCommonMultiple (line 34104) | [Pure] method FloatFromBits (line 34118) | [Pure] method ApproximateEquals (line 34132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 34146) | [Pure] method Min (line 39472) | [Pure] method Min (line 39482) | [Pure] method Min (line 39492) | [Pure] method Max (line 39502) | [Pure] method Max (line 39512) | [Pure] method Max (line 39522) | [Pure] method Min (line 39532) | [Pure] method Max (line 39542) | [Pure] method Min (line 39552) | [Pure] method Max (line 39562) | [Pure] method Min (line 39572) | [Pure] method Max (line 39582) | [Pure] method Clamp (line 39596) | [Pure] method Clamp (line 39606) | [Pure] method ClampExcl (line 39616) | [Pure] method ClampExcl (line 39626) | [Pure] method ClampWrap (line 39636) | [Pure] method ClampWrap (line 39646) | [Pure] method Saturate (line 39656) | [Pure] method MultiplyAdd (line 39670) | [Pure] method MultiplyAdd (line 39680) | [Pure] method MultiplyAdd (line 39690) | [Pure] method Sqrt (line 39704) | [Pure] method Cbrt (line 39714) | [Pure] method Square (line 39728) | [Pure] method Pown (line 39742) | [Pure] method Pown (line 39752) | [Pure] method Pown (line 39762) | [Pure] method Pown (line 39772) | [Pure] method Pown (line 39782) | [Pure] method Pown (line 39792) | [Pure] method Pow (line 39802) | [Pure] method Pow (line 39812) | [Pure] method Pow (line 39822) | [Pure] method Pow (line 39832) | [Pure] method Pow (line 39842) | [Pure] method Pow (line 39852) | [Pure] method Power (line 39862) | [Pure] method Power (line 39873) | [Pure] method Power (line 39884) | [Pure] method Power (line 39895) | [Pure] method Power (line 39906) | [Pure] method Power (line 39917) | [Pure] method Exp (line 39932) | [Pure] method Log (line 39942) | [Pure] method Log2 (line 39952) | [Pure] method Log2Int (line 39962) | [Pure] method Log10 (line 39972) | [Pure] method Log (line 39982) | [Pure] method Step (line 39996) | [Pure] method Step (line 40006) | [Pure] method Lerp (line 40020) | [Pure] method Lerp (line 40030) | [Pure] method Lerp (line 40040) | [Pure] method Lerp (line 40050) | [Pure] method InvLerp (line 40060) | [Pure] method GreatestCommonDivisor (line 40074) | [Pure] method LeastCommonMultiple (line 40084) | [Pure] method FloatFromUnsignedBits (line 40098) | [Pure] method ApproximateEquals (line 40112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 40126) | [Pure] method Min (line 47513) | [Pure] method Min (line 47523) | [Pure] method Min (line 47533) | [Pure] method Max (line 47543) | [Pure] method Max (line 47553) | [Pure] method Max (line 47563) | [Pure] method Min (line 47573) | [Pure] method Max (line 47583) | [Pure] method Min (line 47593) | [Pure] method Max (line 47603) | [Pure] method Min (line 47613) | [Pure] method Max (line 47623) | [Pure] method Abs (line 47637) | [Pure] method Clamp (line 47651) | [Pure] method Clamp (line 47661) | [Pure] method ClampExcl (line 47671) | [Pure] method ClampExcl (line 47681) | [Pure] method ClampWrap (line 47691) | [Pure] method ClampWrap (line 47701) | [Pure] method Saturate (line 47711) | [Pure] method Sign (line 47725) | [Pure] method Signumi (line 47735) | [Pure] method Signum (line 47745) | [Pure] method MultiplyAdd (line 47759) | [Pure] method MultiplyAdd (line 47769) | [Pure] method MultiplyAdd (line 47779) | [Pure] method Sqrt (line 47793) | [Pure] method Cbrt (line 47803) | [Pure] method Square (line 47817) | [Pure] method Pown (line 47831) | [Pure] method Pown (line 47841) | [Pure] method Pown (line 47851) | [Pure] method Pown (line 47861) | [Pure] method Pown (line 47871) | [Pure] method Pown (line 47881) | [Pure] method Pow (line 47891) | [Pure] method Pow (line 47901) | [Pure] method Pow (line 47911) | [Pure] method Pow (line 47921) | [Pure] method Pow (line 47931) | [Pure] method Pow (line 47941) | [Pure] method Power (line 47951) | [Pure] method Power (line 47962) | [Pure] method Power (line 47973) | [Pure] method Power (line 47984) | [Pure] method Power (line 47995) | [Pure] method Power (line 48006) | [Pure] method Exp (line 48021) | [Pure] method Log (line 48031) | [Pure] method Log2 (line 48041) | [Pure] method Log2Int (line 48051) | [Pure] method Log10 (line 48061) | [Pure] method Log (line 48071) | [Pure] method ModP (line 48085) | [Pure] method PowerOfTwo (line 48099) | [Pure] method NextPowerOfTwo (line 48109) | [Pure] method PrevPowerOfTwo (line 48119) | [Pure] method Step (line 48133) | [Pure] method Step (line 48143) | [Pure] method Lerp (line 48157) | [Pure] method Lerp (line 48167) | [Pure] method Lerp (line 48177) | [Pure] method Lerp (line 48187) | [Pure] method InvLerp (line 48197) | [Pure] method GreatestCommonDivisor (line 48211) | [Pure] method LeastCommonMultiple (line 48221) | [Pure] method FloatFromBits (line 48235) | [Pure] method ApproximateEquals (line 48249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 48263) | [Pure] method Min (line 56252) | [Pure] method Min (line 56262) | [Pure] method Min (line 56272) | [Pure] method Max (line 56282) | [Pure] method Max (line 56292) | [Pure] method Max (line 56302) | [Pure] method Min (line 56312) | [Pure] method Max (line 56322) | [Pure] method Min (line 56332) | [Pure] method Max (line 56342) | [Pure] method Min (line 56352) | [Pure] method Max (line 56362) | [Pure] method Abs (line 56376) | [Pure] method Floor (line 56390) | [Pure] method Ceiling (line 56400) | [Pure] method Round (line 56410) | [Pure] method Round (line 56420) | [Pure] method Round (line 56430) | [Pure] method Round (line 56440) | [Pure] method Truncate (line 56450) | [Pure] method Frac (line 56464) | [Pure] method Clamp (line 56478) | [Pure] method Clamp (line 56488) | [Pure] method ClampWrap (line 56498) | [Pure] method ClampWrap (line 56508) | [Pure] method Saturate (line 56518) | [Pure] method MapToUnitInterval (line 56532) | [Pure] method MapToUnitInterval (line 56542) | [Pure] method MapToUnitInterval (line 56552) | [Pure] method MapToUnitInterval (line 56562) | [Pure] method Sign (line 56576) | [Pure] method Signumi (line 56586) | [Pure] method Signum (line 56596) | [Pure] method MultiplyAdd (line 56610) | [Pure] method MultiplyAdd (line 56620) | [Pure] method MultiplyAdd (line 56630) | [Pure] method CopySign (line 56644) | [Pure] method CopySign (line 56654) | [Pure] method CopySign (line 56664) | [Pure] method Sqrt (line 56678) | [Pure] method Cbrt (line 56688) | [Pure] method Square (line 56702) | [Pure] method Pown (line 56716) | [Pure] method Pown (line 56726) | [Pure] method Pown (line 56736) | [Pure] method Pow (line 56746) | [Pure] method Pow (line 56756) | [Pure] method Pow (line 56766) | [Pure] method Power (line 56776) | [Pure] method Power (line 56787) | [Pure] method Power (line 56798) | [Pure] method Exp (line 56813) | [Pure] method Log (line 56823) | [Pure] method Log2 (line 56833) | [Pure] method Log2Int (line 56843) | [Pure] method Log10 (line 56853) | [Pure] method Log (line 56863) | [Pure] method ModP (line 56877) | [Pure] method PowerOfTwo (line 56891) | [Pure] method Sin (line 56905) | [Pure] method Cos (line 56915) | [Pure] method Tan (line 56925) | [Pure] method Asin (line 56935) | [Pure] method AsinClamped (line 56945) | [Pure] method Acos (line 56955) | [Pure] method AcosClamped (line 56965) | [Pure] method Atan (line 56975) | [Pure] method Atan2 (line 56985) | [Pure] method FastAtan2 (line 56995) | [Pure] method Sinh (line 57005) | [Pure] method Cosh (line 57015) | [Pure] method Tanh (line 57025) | [Pure] method Asinh (line 57035) | [Pure] method Acosh (line 57045) | [Pure] method Atanh (line 57055) | [Pure] method Step (line 57069) | [Pure] method Step (line 57079) | [Pure] method Linearstep (line 57089) | [Pure] method Linearstep (line 57099) | [Pure] method Smoothstep (line 57109) | [Pure] method Smoothstep (line 57119) | [Pure] method Lerp (line 57133) | [Pure] method Lerp (line 57143) | [Pure] method InvLerp (line 57153) | [Pure] method FloatToBits (line 57167) | [Pure] method FloatToUnsignedBits (line 57177) | [Pure] method ApproximateEquals (line 57191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57215) | [Pure] method IsTiny (line 57223) | [Pure] method IsNaN (line 57235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 57242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 57249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 57256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 57263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 65644) | [Pure] method Min (line 65654) | [Pure] method Min (line 65664) | [Pure] method Max (line 65674) | [Pure] method Max (line 65684) | [Pure] method Max (line 65694) | [Pure] method Min (line 65704) | [Pure] method Max (line 65714) | [Pure] method Min (line 65724) | [Pure] method Max (line 65734) | [Pure] method Min (line 65744) | [Pure] method Max (line 65754) | [Pure] method Abs (line 65768) | [Pure] method Floor (line 65782) | [Pure] method Ceiling (line 65792) | [Pure] method Round (line 65802) | [Pure] method Round (line 65812) | [Pure] method Round (line 65822) | [Pure] method Round (line 65832) | [Pure] method Truncate (line 65842) | [Pure] method Frac (line 65856) | [Pure] method Clamp (line 65870) | [Pure] method Clamp (line 65880) | [Pure] method ClampWrap (line 65890) | [Pure] method ClampWrap (line 65900) | [Pure] method Saturate (line 65910) | [Pure] method MapToUnitInterval (line 65924) | [Pure] method MapToUnitInterval (line 65934) | [Pure] method MapToUnitInterval (line 65944) | [Pure] method MapToUnitInterval (line 65954) | [Pure] method Sign (line 65968) | [Pure] method Signumi (line 65978) | [Pure] method Signum (line 65988) | [Pure] method MultiplyAdd (line 66002) | [Pure] method MultiplyAdd (line 66012) | [Pure] method MultiplyAdd (line 66022) | [Pure] method CopySign (line 66036) | [Pure] method CopySign (line 66046) | [Pure] method CopySign (line 66056) | [Pure] method Sqrt (line 66070) | [Pure] method Cbrt (line 66080) | [Pure] method Square (line 66094) | [Pure] method Pown (line 66108) | [Pure] method Pown (line 66118) | [Pure] method Pown (line 66128) | [Pure] method Pow (line 66138) | [Pure] method Pow (line 66148) | [Pure] method Pow (line 66158) | [Pure] method Power (line 66168) | [Pure] method Power (line 66179) | [Pure] method Power (line 66190) | [Pure] method Exp (line 66205) | [Pure] method Log (line 66215) | [Pure] method Log2 (line 66225) | [Pure] method Log2Int (line 66235) | [Pure] method Log10 (line 66245) | [Pure] method Log (line 66255) | [Pure] method ModP (line 66269) | [Pure] method PowerOfTwo (line 66283) | [Pure] method Sin (line 66297) | [Pure] method Cos (line 66307) | [Pure] method Tan (line 66317) | [Pure] method Asin (line 66327) | [Pure] method AsinClamped (line 66337) | [Pure] method Acos (line 66347) | [Pure] method AcosClamped (line 66357) | [Pure] method Atan (line 66367) | [Pure] method Atan2 (line 66377) | [Pure] method FastAtan2 (line 66387) | [Pure] method Sinh (line 66397) | [Pure] method Cosh (line 66407) | [Pure] method Tanh (line 66417) | [Pure] method Asinh (line 66427) | [Pure] method Acosh (line 66437) | [Pure] method Atanh (line 66447) | [Pure] method Step (line 66461) | [Pure] method Step (line 66471) | [Pure] method Linearstep (line 66481) | [Pure] method Linearstep (line 66491) | [Pure] method Smoothstep (line 66501) | [Pure] method Smoothstep (line 66511) | [Pure] method Lerp (line 66525) | [Pure] method Lerp (line 66535) | [Pure] method InvLerp (line 66545) | [Pure] method FloatToBits (line 66559) | [Pure] method ApproximateEquals (line 66573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 66583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 66597) | [Pure] method IsTiny (line 66605) | [Pure] method IsNaN (line 66617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 66624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 66631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 66638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 66645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 79020) | [Pure] method Min (line 79030) | [Pure] method Min (line 79040) | [Pure] method Max (line 79050) | [Pure] method Max (line 79060) | [Pure] method Max (line 79070) | [Pure] method Min (line 79080) | [Pure] method Max (line 79090) | [Pure] method Min (line 79100) | [Pure] method Max (line 79110) | [Pure] method Min (line 79120) | [Pure] method Max (line 79130) | [Pure] method Abs (line 79144) | [Pure] method Clamp (line 79158) | [Pure] method Clamp (line 79168) | [Pure] method ClampExcl (line 79178) | [Pure] method ClampExcl (line 79188) | [Pure] method ClampWrap (line 79198) | [Pure] method ClampWrap (line 79208) | [Pure] method Saturate (line 79218) | [Pure] method Sign (line 79232) | [Pure] method Signumi (line 79242) | [Pure] method Signum (line 79252) | [Pure] method MultiplyAdd (line 79266) | [Pure] method MultiplyAdd (line 79276) | [Pure] method MultiplyAdd (line 79286) | [Pure] method Sqrt (line 79300) | [Pure] method Cbrt (line 79310) | [Pure] method Square (line 79324) | [Pure] method Pown (line 79338) | [Pure] method Pown (line 79348) | [Pure] method Pown (line 79358) | [Pure] method Pow (line 79368) | [Pure] method Pow (line 79378) | [Pure] method Pow (line 79388) | [Pure] method Pow (line 79398) | [Pure] method Pow (line 79408) | [Pure] method Pow (line 79418) | [Pure] method Power (line 79428) | [Pure] method Power (line 79439) | [Pure] method Power (line 79450) | [Pure] method Power (line 79461) | [Pure] method Power (line 79472) | [Pure] method Power (line 79483) | [Pure] method Exp (line 79498) | [Pure] method Log (line 79508) | [Pure] method Log2 (line 79518) | [Pure] method Log2Int (line 79528) | [Pure] method Log10 (line 79538) | [Pure] method Log (line 79548) | [Pure] method ModP (line 79562) | [Pure] method PowerOfTwo (line 79576) | [Pure] method NextPowerOfTwo (line 79586) | [Pure] method PrevPowerOfTwo (line 79596) | [Pure] method Step (line 79610) | [Pure] method Step (line 79620) | [Pure] method Lerp (line 79634) | [Pure] method Lerp (line 79644) | [Pure] method Lerp (line 79654) | [Pure] method Lerp (line 79664) | [Pure] method InvLerp (line 79674) | [Pure] method GreatestCommonDivisor (line 79688) | [Pure] method LeastCommonMultiple (line 79698) | [Pure] method FloatFromBits (line 79712) | [Pure] method ApproximateEquals (line 79726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 79740) | [Pure] method Min (line 88085) | [Pure] method Min (line 88095) | [Pure] method Min (line 88105) | [Pure] method Max (line 88115) | [Pure] method Max (line 88125) | [Pure] method Max (line 88135) | [Pure] method Min (line 88145) | [Pure] method Max (line 88155) | [Pure] method Min (line 88165) | [Pure] method Max (line 88175) | [Pure] method Min (line 88185) | [Pure] method Max (line 88195) | [Pure] method Clamp (line 88209) | [Pure] method Clamp (line 88219) | [Pure] method ClampExcl (line 88229) | [Pure] method ClampExcl (line 88239) | [Pure] method ClampWrap (line 88249) | [Pure] method ClampWrap (line 88259) | [Pure] method Saturate (line 88269) | [Pure] method MultiplyAdd (line 88283) | [Pure] method MultiplyAdd (line 88293) | [Pure] method MultiplyAdd (line 88303) | [Pure] method Sqrt (line 88317) | [Pure] method Cbrt (line 88327) | [Pure] method Square (line 88341) | [Pure] method Pown (line 88355) | [Pure] method Pown (line 88365) | [Pure] method Pown (line 88375) | [Pure] method Pown (line 88385) | [Pure] method Pown (line 88395) | [Pure] method Pown (line 88405) | [Pure] method Pow (line 88415) | [Pure] method Pow (line 88425) | [Pure] method Pow (line 88435) | [Pure] method Pow (line 88445) | [Pure] method Pow (line 88455) | [Pure] method Pow (line 88465) | [Pure] method Power (line 88475) | [Pure] method Power (line 88486) | [Pure] method Power (line 88497) | [Pure] method Power (line 88508) | [Pure] method Power (line 88519) | [Pure] method Power (line 88530) | [Pure] method Exp (line 88545) | [Pure] method Log (line 88555) | [Pure] method Log2 (line 88565) | [Pure] method Log2Int (line 88575) | [Pure] method Log10 (line 88585) | [Pure] method Log (line 88595) | [Pure] method Step (line 88609) | [Pure] method Step (line 88619) | [Pure] method Lerp (line 88633) | [Pure] method Lerp (line 88643) | [Pure] method Lerp (line 88653) | [Pure] method Lerp (line 88663) | [Pure] method InvLerp (line 88673) | [Pure] method GreatestCommonDivisor (line 88687) | [Pure] method LeastCommonMultiple (line 88697) | [Pure] method FloatFromUnsignedBits (line 88711) | [Pure] method ApproximateEquals (line 88725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 88739) | [Pure] method Min (line 100720) | [Pure] method Min (line 100730) | [Pure] method Min (line 100740) | [Pure] method Max (line 100750) | [Pure] method Max (line 100760) | [Pure] method Max (line 100770) | [Pure] method Min (line 100780) | [Pure] method Max (line 100790) | [Pure] method Min (line 100800) | [Pure] method Max (line 100810) | [Pure] method Min (line 100820) | [Pure] method Max (line 100830) | [Pure] method Abs (line 100844) | [Pure] method Clamp (line 100858) | [Pure] method Clamp (line 100868) | [Pure] method ClampExcl (line 100878) | [Pure] method ClampExcl (line 100888) | [Pure] method ClampWrap (line 100898) | [Pure] method ClampWrap (line 100908) | [Pure] method Saturate (line 100918) | [Pure] method Sign (line 100932) | [Pure] method Signumi (line 100942) | [Pure] method Signum (line 100952) | [Pure] method MultiplyAdd (line 100966) | [Pure] method MultiplyAdd (line 100976) | [Pure] method MultiplyAdd (line 100986) | [Pure] method Sqrt (line 101000) | [Pure] method Cbrt (line 101010) | [Pure] method Square (line 101024) | [Pure] method Pown (line 101038) | [Pure] method Pown (line 101048) | [Pure] method Pown (line 101058) | [Pure] method Pown (line 101068) | [Pure] method Pown (line 101078) | [Pure] method Pown (line 101088) | [Pure] method Pow (line 101098) | [Pure] method Pow (line 101108) | [Pure] method Pow (line 101118) | [Pure] method Pow (line 101128) | [Pure] method Pow (line 101138) | [Pure] method Pow (line 101148) | [Pure] method Power (line 101158) | [Pure] method Power (line 101169) | [Pure] method Power (line 101180) | [Pure] method Power (line 101191) | [Pure] method Power (line 101202) | [Pure] method Power (line 101213) | [Pure] method Exp (line 101228) | [Pure] method Log (line 101238) | [Pure] method Log2 (line 101248) | [Pure] method Log2Int (line 101258) | [Pure] method Log10 (line 101268) | [Pure] method Log (line 101278) | [Pure] method ModP (line 101292) | [Pure] method PowerOfTwo (line 101306) | [Pure] method NextPowerOfTwo (line 101316) | [Pure] method PrevPowerOfTwo (line 101326) | [Pure] method Step (line 101340) | [Pure] method Step (line 101350) | [Pure] method Lerp (line 101364) | [Pure] method Lerp (line 101374) | [Pure] method Lerp (line 101384) | [Pure] method Lerp (line 101394) | [Pure] method InvLerp (line 101404) | [Pure] method GreatestCommonDivisor (line 101418) | [Pure] method LeastCommonMultiple (line 101428) | [Pure] method FloatFromBits (line 101442) | [Pure] method ApproximateEquals (line 101456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 101470) | [Pure] method Min (line 113921) | [Pure] method Min (line 113931) | [Pure] method Min (line 113941) | [Pure] method Max (line 113951) | [Pure] method Max (line 113961) | [Pure] method Max (line 113971) | [Pure] method Min (line 113981) | [Pure] method Max (line 113991) | [Pure] method Min (line 114001) | [Pure] method Max (line 114011) | [Pure] method Min (line 114021) | [Pure] method Max (line 114031) | [Pure] method Abs (line 114045) | [Pure] method Floor (line 114059) | [Pure] method Ceiling (line 114069) | [Pure] method Round (line 114079) | [Pure] method Round (line 114089) | [Pure] method Round (line 114099) | [Pure] method Round (line 114109) | [Pure] method Truncate (line 114119) | [Pure] method Frac (line 114133) | [Pure] method Clamp (line 114147) | [Pure] method Clamp (line 114157) | [Pure] method ClampWrap (line 114167) | [Pure] method ClampWrap (line 114177) | [Pure] method Saturate (line 114187) | [Pure] method MapToUnitInterval (line 114201) | [Pure] method MapToUnitInterval (line 114211) | [Pure] method MapToUnitInterval (line 114221) | [Pure] method MapToUnitInterval (line 114231) | [Pure] method Sign (line 114245) | [Pure] method Signumi (line 114255) | [Pure] method Signum (line 114265) | [Pure] method MultiplyAdd (line 114279) | [Pure] method MultiplyAdd (line 114289) | [Pure] method MultiplyAdd (line 114299) | [Pure] method CopySign (line 114313) | [Pure] method CopySign (line 114323) | [Pure] method CopySign (line 114333) | [Pure] method Sqrt (line 114347) | [Pure] method Cbrt (line 114357) | [Pure] method Square (line 114371) | [Pure] method Pown (line 114385) | [Pure] method Pown (line 114395) | [Pure] method Pown (line 114405) | [Pure] method Pow (line 114415) | [Pure] method Pow (line 114425) | [Pure] method Pow (line 114435) | [Pure] method Power (line 114445) | [Pure] method Power (line 114456) | [Pure] method Power (line 114467) | [Pure] method Exp (line 114482) | [Pure] method Log (line 114492) | [Pure] method Log2 (line 114502) | [Pure] method Log2Int (line 114512) | [Pure] method Log10 (line 114522) | [Pure] method Log (line 114532) | [Pure] method ModP (line 114546) | [Pure] method PowerOfTwo (line 114560) | [Pure] method Sin (line 114574) | [Pure] method Cos (line 114584) | [Pure] method Tan (line 114594) | [Pure] method Asin (line 114604) | [Pure] method AsinClamped (line 114614) | [Pure] method Acos (line 114624) | [Pure] method AcosClamped (line 114634) | [Pure] method Atan (line 114644) | [Pure] method Atan2 (line 114654) | [Pure] method FastAtan2 (line 114664) | [Pure] method Sinh (line 114674) | [Pure] method Cosh (line 114684) | [Pure] method Tanh (line 114694) | [Pure] method Asinh (line 114704) | [Pure] method Acosh (line 114714) | [Pure] method Atanh (line 114724) | [Pure] method Step (line 114738) | [Pure] method Step (line 114748) | [Pure] method Linearstep (line 114758) | [Pure] method Linearstep (line 114768) | [Pure] method Smoothstep (line 114778) | [Pure] method Smoothstep (line 114788) | [Pure] method Lerp (line 114802) | [Pure] method Lerp (line 114812) | [Pure] method InvLerp (line 114822) | [Pure] method FloatToBits (line 114836) | [Pure] method FloatToUnsignedBits (line 114846) | [Pure] method ApproximateEquals (line 114860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 114870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 114884) | [Pure] method IsTiny (line 114892) | [Pure] method IsNaN (line 114904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 114911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 114918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 114925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 114932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 127647) | [Pure] method Min (line 127657) | [Pure] method Min (line 127667) | [Pure] method Max (line 127677) | [Pure] method Max (line 127687) | [Pure] method Max (line 127697) | [Pure] method Min (line 127707) | [Pure] method Max (line 127717) | [Pure] method Min (line 127727) | [Pure] method Max (line 127737) | [Pure] method Min (line 127747) | [Pure] method Max (line 127757) | [Pure] method Abs (line 127771) | [Pure] method Floor (line 127785) | [Pure] method Ceiling (line 127795) | [Pure] method Round (line 127805) | [Pure] method Round (line 127815) | [Pure] method Round (line 127825) | [Pure] method Round (line 127835) | [Pure] method Truncate (line 127845) | [Pure] method Frac (line 127859) | [Pure] method Clamp (line 127873) | [Pure] method Clamp (line 127883) | [Pure] method ClampWrap (line 127893) | [Pure] method ClampWrap (line 127903) | [Pure] method Saturate (line 127913) | [Pure] method MapToUnitInterval (line 127927) | [Pure] method MapToUnitInterval (line 127937) | [Pure] method MapToUnitInterval (line 127947) | [Pure] method MapToUnitInterval (line 127957) | [Pure] method Sign (line 127971) | [Pure] method Signumi (line 127981) | [Pure] method Signum (line 127991) | [Pure] method MultiplyAdd (line 128005) | [Pure] method MultiplyAdd (line 128015) | [Pure] method MultiplyAdd (line 128025) | [Pure] method CopySign (line 128039) | [Pure] method CopySign (line 128049) | [Pure] method CopySign (line 128059) | [Pure] method Sqrt (line 128073) | [Pure] method Cbrt (line 128083) | [Pure] method Square (line 128097) | [Pure] method Pown (line 128111) | [Pure] method Pown (line 128121) | [Pure] method Pown (line 128131) | [Pure] method Pow (line 128141) | [Pure] method Pow (line 128151) | [Pure] method Pow (line 128161) | [Pure] method Power (line 128171) | [Pure] method Power (line 128182) | [Pure] method Power (line 128193) | [Pure] method Exp (line 128208) | [Pure] method Log (line 128218) | [Pure] method Log2 (line 128228) | [Pure] method Log2Int (line 128238) | [Pure] method Log10 (line 128248) | [Pure] method Log (line 128258) | [Pure] method ModP (line 128272) | [Pure] method PowerOfTwo (line 128286) | [Pure] method Sin (line 128300) | [Pure] method Cos (line 128310) | [Pure] method Tan (line 128320) | [Pure] method Asin (line 128330) | [Pure] method AsinClamped (line 128340) | [Pure] method Acos (line 128350) | [Pure] method AcosClamped (line 128360) | [Pure] method Atan (line 128370) | [Pure] method Atan2 (line 128380) | [Pure] method FastAtan2 (line 128390) | [Pure] method Sinh (line 128400) | [Pure] method Cosh (line 128410) | [Pure] method Tanh (line 128420) | [Pure] method Asinh (line 128430) | [Pure] method Acosh (line 128440) | [Pure] method Atanh (line 128450) | [Pure] method Step (line 128464) | [Pure] method Step (line 128474) | [Pure] method Linearstep (line 128484) | [Pure] method Linearstep (line 128494) | [Pure] method Smoothstep (line 128504) | [Pure] method Smoothstep (line 128514) | [Pure] method Lerp (line 128528) | [Pure] method Lerp (line 128538) | [Pure] method InvLerp (line 128548) | [Pure] method FloatToBits (line 128562) | [Pure] method ApproximateEquals (line 128576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 128586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 128600) | [Pure] method IsTiny (line 128608) | [Pure] method IsNaN (line 128620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 128627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 128634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 128641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 128648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Vec (line 48274) | public static partial class Vec method LengthSquared (line 4326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 4333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 4402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 4431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 4496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 4503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 4513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 4524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 4530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 4546) | public static V2i Cross(this V2i a) method AllSmaller (line 4559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 4919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 4936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 4943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4954) | [Pure] method AllTiny (line 4962) | [Pure] method IndexOfClosestPoint (line 4971) | public static int IndexOfClosestPoint(this V2i[] pointArray, V2i point) method IndexOfClosestPoint (line 4984) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 4998) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 5012) | public static long LongIndexOfClosestPoint(this V2i[] pointArray, V2i ... method LongIndexOfClosestPoint (line 5025) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 5039) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 5057) | public static int IndexOfMinX(this V2i[] vectorArray, int count = 0) method LongIndexOfMinX (line 5074) | public static long LongIndexOfMinX(this V2i[] vectorArray, long count ... method IndexOfMaxX (line 5091) | public static int IndexOfMaxX(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 5108) | public static long LongIndexOfMaxX(this V2i[] vectorArray, long count ... method IndexOfMinY (line 5125) | public static int IndexOfMinY(this V2i[] vectorArray, int count = 0) method LongIndexOfMinY (line 5142) | public static long LongIndexOfMinY(this V2i[] vectorArray, long count ... method IndexOfMaxY (line 5159) | public static int IndexOfMaxY(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 5176) | public static long LongIndexOfMaxY(this V2i[] vectorArray, long count ... method IndexOfMinX (line 5193) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 5210) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 5227) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 5244) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 5260) | public static int[] CopyCoord(this V2i[] self, int index) method LengthSquared (line 8419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 8426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 8449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 8457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 8465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 8473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 8480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 8495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 8509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 8524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 8589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 8595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 8974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 8991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 8998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 9009) | [Pure] method AllTiny (line 9017) | [Pure] method IndexOfClosestPoint (line 9026) | public static int IndexOfClosestPoint(this V2ui[] pointArray, V2ui point) method IndexOfClosestPoint (line 9039) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 9053) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 9067) | public static long LongIndexOfClosestPoint(this V2ui[] pointArray, V2u... method LongIndexOfClosestPoint (line 9080) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 9094) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 9112) | public static int IndexOfMinX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 9129) | public static long LongIndexOfMinX(this V2ui[] vectorArray, long count... method IndexOfMaxX (line 9146) | public static int IndexOfMaxX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 9163) | public static long LongIndexOfMaxX(this V2ui[] vectorArray, long count... method IndexOfMinY (line 9180) | public static int IndexOfMinY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 9197) | public static long LongIndexOfMinY(this V2ui[] vectorArray, long count... method IndexOfMaxY (line 9214) | public static int IndexOfMaxY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 9231) | public static long LongIndexOfMaxY(this V2ui[] vectorArray, long count... method IndexOfMinX (line 9248) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 9265) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 9282) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 9299) | public static int IndexOfMaxY(this IList vectorArray, int count ... method CopyCoord (line 9315) | public static uint[] CopyCoord(this V2ui[] self, int index) method LengthSquared (line 13661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 13668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 13679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 13691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 13699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 13715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 13737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 13751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 13766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 13774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 13831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 13838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 13848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 13859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 13865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 13881) | public static V2l Cross(this V2l a) method AllSmaller (line 13894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 14004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 14254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 14271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 14278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 14289) | [Pure] method AllTiny (line 14297) | [Pure] method IndexOfClosestPoint (line 14306) | public static int IndexOfClosestPoint(this V2l[] pointArray, V2l point) method IndexOfClosestPoint (line 14319) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 14333) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 14347) | public static long LongIndexOfClosestPoint(this V2l[] pointArray, V2l ... method LongIndexOfClosestPoint (line 14360) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 14374) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 14392) | public static int IndexOfMinX(this V2l[] vectorArray, int count = 0) method LongIndexOfMinX (line 14409) | public static long LongIndexOfMinX(this V2l[] vectorArray, long count ... method IndexOfMaxX (line 14426) | public static int IndexOfMaxX(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 14443) | public static long LongIndexOfMaxX(this V2l[] vectorArray, long count ... method IndexOfMinY (line 14460) | public static int IndexOfMinY(this V2l[] vectorArray, int count = 0) method LongIndexOfMinY (line 14477) | public static long LongIndexOfMinY(this V2l[] vectorArray, long count ... method IndexOfMaxY (line 14494) | public static int IndexOfMaxY(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 14511) | public static long LongIndexOfMaxY(this V2l[] vectorArray, long count ... method IndexOfMinX (line 14528) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 14545) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 14562) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 14579) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 14595) | public static long[] CopyCoord(this V2l[] self, int index) method LengthSquared (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 19567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 19578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 19590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 19602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 19610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 19618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 19626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 19633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 19648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 19662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 19677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 19685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 19766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 19773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 19780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 19790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 19801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 19807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 19821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 19832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 19853) | public static V2f Cross(this V2f a) method AllSmaller (line 19866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 20226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 20243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 20250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 20261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 20272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 20283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 20298) | [Pure] method AllTiny (line 20306) | [Pure] method AnyFinite (line 20315) | [Pure] method AllFinite (line 20320) | [Pure] method AnyNaN (line 20325) | [Pure] method AllNaN (line 20330) | [Pure] method AnyInfinity (line 20335) | [Pure] method AllInfinity (line 20340) | [Pure] method AnyPositiveInfinity (line 20345) | [Pure] method AllPositiveInfinity (line 20350) | [Pure] method AnyNegativeInfinity (line 20355) | [Pure] method AllNegativeInfinity (line 20360) | [Pure] method AnyTiny (line 20365) | [Pure] method AllTiny (line 20370) | [Pure] method Dot90 (line 20382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 20391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 20400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 20410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 20420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 20430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 20440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 20490) | public static int IndexOfClosestPoint(this V2f[] pointArray, V2f point) method IndexOfClosestPoint (line 20503) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 20517) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 20531) | public static long LongIndexOfClosestPoint(this V2f[] pointArray, V2f ... method LongIndexOfClosestPoint (line 20544) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 20558) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 20576) | public static int IndexOfMinX(this V2f[] vectorArray, int count = 0) method LongIndexOfMinX (line 20593) | public static long LongIndexOfMinX(this V2f[] vectorArray, long count ... method IndexOfMaxX (line 20610) | public static int IndexOfMaxX(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 20627) | public static long LongIndexOfMaxX(this V2f[] vectorArray, long count ... method IndexOfMinY (line 20644) | public static int IndexOfMinY(this V2f[] vectorArray, int count = 0) method LongIndexOfMinY (line 20661) | public static long LongIndexOfMinY(this V2f[] vectorArray, long count ... method IndexOfMaxY (line 20678) | public static int IndexOfMaxY(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 20695) | public static long LongIndexOfMaxY(this V2f[] vectorArray, long count ... method IndexOfMinX (line 20712) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 20729) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 20746) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 20763) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 20779) | public static float[] CopyCoord(this V2f[] self, int index) method WeightedSum (line 20789) | public static V2f WeightedSum( method LengthSquared (line 25775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 25782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 25793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 25805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 25817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 25825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 25833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 25841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 25848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 25863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 25877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 25892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 25900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 25981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 25988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 25995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 26005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 26016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 26022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 26036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 26047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 26068) | public static V2d Cross(this V2d a) method AllSmaller (line 26081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 26441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 26458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 26465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 26476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 26487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 26498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 26513) | [Pure] method AllTiny (line 26521) | [Pure] method AnyFinite (line 26530) | [Pure] method AllFinite (line 26535) | [Pure] method AnyNaN (line 26540) | [Pure] method AllNaN (line 26545) | [Pure] method AnyInfinity (line 26550) | [Pure] method AllInfinity (line 26555) | [Pure] method AnyPositiveInfinity (line 26560) | [Pure] method AllPositiveInfinity (line 26565) | [Pure] method AnyNegativeInfinity (line 26570) | [Pure] method AllNegativeInfinity (line 26575) | [Pure] method AnyTiny (line 26580) | [Pure] method AllTiny (line 26585) | [Pure] method Dot90 (line 26597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 26606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 26615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 26625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 26635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 26645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 26655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 26705) | public static int IndexOfClosestPoint(this V2d[] pointArray, V2d point) method IndexOfClosestPoint (line 26718) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 26732) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 26746) | public static long LongIndexOfClosestPoint(this V2d[] pointArray, V2d ... method LongIndexOfClosestPoint (line 26759) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 26773) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 26791) | public static int IndexOfMinX(this V2d[] vectorArray, int count = 0) method LongIndexOfMinX (line 26808) | public static long LongIndexOfMinX(this V2d[] vectorArray, long count ... method IndexOfMaxX (line 26825) | public static int IndexOfMaxX(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 26842) | public static long LongIndexOfMaxX(this V2d[] vectorArray, long count ... method IndexOfMinY (line 26859) | public static int IndexOfMinY(this V2d[] vectorArray, int count = 0) method LongIndexOfMinY (line 26876) | public static long LongIndexOfMinY(this V2d[] vectorArray, long count ... method IndexOfMaxY (line 26893) | public static int IndexOfMaxY(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 26910) | public static long LongIndexOfMaxY(this V2d[] vectorArray, long count ... method IndexOfMinX (line 26927) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 26944) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 26961) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 26978) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 26994) | public static double[] CopyCoord(this V2d[] self, int index) method WeightedSum (line 27004) | public static V2d WeightedSum( method LengthSquared (line 34164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 34171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 34182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 34241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 34270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 34278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 34335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 34346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 34358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 34367) | public static M33i CrossMatrix(this V3i v) method DirFlags (line 34374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 34390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 34768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 34787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 34794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 34805) | [Pure] method AllTiny (line 34813) | [Pure] method IndexOfClosestPoint (line 34822) | public static int IndexOfClosestPoint(this V3i[] pointArray, V3i point) method IndexOfClosestPoint (line 34835) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 34849) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 34863) | public static long LongIndexOfClosestPoint(this V3i[] pointArray, V3i ... method LongIndexOfClosestPoint (line 34876) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 34890) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 34908) | public static int IndexOfMinX(this V3i[] vectorArray, int count = 0) method LongIndexOfMinX (line 34925) | public static long LongIndexOfMinX(this V3i[] vectorArray, long count ... method IndexOfMaxX (line 34942) | public static int IndexOfMaxX(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 34959) | public static long LongIndexOfMaxX(this V3i[] vectorArray, long count ... method IndexOfMinY (line 34976) | public static int IndexOfMinY(this V3i[] vectorArray, int count = 0) method LongIndexOfMinY (line 34993) | public static long LongIndexOfMinY(this V3i[] vectorArray, long count ... method IndexOfMaxY (line 35010) | public static int IndexOfMaxY(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 35027) | public static long LongIndexOfMaxY(this V3i[] vectorArray, long count ... method IndexOfMinZ (line 35044) | public static int IndexOfMinZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 35061) | public static long LongIndexOfMinZ(this V3i[] vectorArray, long count ... method IndexOfMaxZ (line 35078) | public static int IndexOfMaxZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 35095) | public static long LongIndexOfMaxZ(this V3i[] vectorArray, long count ... method IndexOfMinX (line 35112) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 35129) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 35146) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 35163) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 35180) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 35197) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 35213) | public static int[] CopyCoord(this V3i[] self, int index) method LengthSquared (line 40144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 40151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 40162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 40174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 40182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 40190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 40198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 40205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 40221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 40235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 40250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 40258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 40315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 40321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 40702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 40721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 40728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 40739) | [Pure] method AllTiny (line 40747) | [Pure] method IndexOfClosestPoint (line 40756) | public static int IndexOfClosestPoint(this V3ui[] pointArray, V3ui point) method IndexOfClosestPoint (line 40769) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 40783) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 40797) | public static long LongIndexOfClosestPoint(this V3ui[] pointArray, V3u... method LongIndexOfClosestPoint (line 40810) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 40824) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 40842) | public static int IndexOfMinX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 40859) | public static long LongIndexOfMinX(this V3ui[] vectorArray, long count... method IndexOfMaxX (line 40876) | public static int IndexOfMaxX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 40893) | public static long LongIndexOfMaxX(this V3ui[] vectorArray, long count... method IndexOfMinY (line 40910) | public static int IndexOfMinY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 40927) | public static long LongIndexOfMinY(this V3ui[] vectorArray, long count... method IndexOfMaxY (line 40944) | public static int IndexOfMaxY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 40961) | public static long LongIndexOfMaxY(this V3ui[] vectorArray, long count... method IndexOfMinZ (line 40978) | public static int IndexOfMinZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 40995) | public static long LongIndexOfMinZ(this V3ui[] vectorArray, long count... method IndexOfMaxZ (line 41012) | public static int IndexOfMaxZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 41029) | public static long LongIndexOfMaxZ(this V3ui[] vectorArray, long count... method IndexOfMinX (line 41046) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 41063) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 41080) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 41097) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 41114) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 41131) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method CopyCoord (line 41147) | public static uint[] CopyCoord(this V3ui[] self, int index) method LengthSquared (line 48281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 48288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 48299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 48358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 48387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 48395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 48452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 48463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 48475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 48484) | public static M33l CrossMatrix(this V3l v) method DirFlags (line 48491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 48507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 48885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 48904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 48911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 48922) | [Pure] method AllTiny (line 48930) | [Pure] method IndexOfClosestPoint (line 48939) | public static int IndexOfClosestPoint(this V3l[] pointArray, V3l point) method IndexOfClosestPoint (line 48952) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 48966) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 48980) | public static long LongIndexOfClosestPoint(this V3l[] pointArray, V3l ... method LongIndexOfClosestPoint (line 48993) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 49007) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 49025) | public static int IndexOfMinX(this V3l[] vectorArray, int count = 0) method LongIndexOfMinX (line 49042) | public static long LongIndexOfMinX(this V3l[] vectorArray, long count ... method IndexOfMaxX (line 49059) | public static int IndexOfMaxX(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 49076) | public static long LongIndexOfMaxX(this V3l[] vectorArray, long count ... method IndexOfMinY (line 49093) | public static int IndexOfMinY(this V3l[] vectorArray, int count = 0) method LongIndexOfMinY (line 49110) | public static long LongIndexOfMinY(this V3l[] vectorArray, long count ... method IndexOfMaxY (line 49127) | public static int IndexOfMaxY(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 49144) | public static long LongIndexOfMaxY(this V3l[] vectorArray, long count ... method IndexOfMinZ (line 49161) | public static int IndexOfMinZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 49178) | public static long LongIndexOfMinZ(this V3l[] vectorArray, long count ... method IndexOfMaxZ (line 49195) | public static int IndexOfMaxZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 49212) | public static long LongIndexOfMaxZ(this V3l[] vectorArray, long count ... method IndexOfMinX (line 49229) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 49246) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 49263) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 49280) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 49297) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 49314) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 49330) | public static long[] CopyCoord(this V3l[] self, int index) method LengthSquared (line 57353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 57360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 57371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 57384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 57396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 57404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 57412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 57420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 57427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 57443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 57457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 57472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 57480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 57561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 57568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 57579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 57591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 57600) | public static M33f CrossMatrix(this V3f v) method DirFlags (line 57607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 57623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 57634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 57653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 58031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 58050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 58057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 58069) | public static V3f AxisAlignedNormal(this V3f v) method AngleBetweenFast (line 58101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 58112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 58127) | [Pure] method AllTiny (line 58135) | [Pure] method AnyFinite (line 58144) | [Pure] method AllFinite (line 58149) | [Pure] method AnyNaN (line 58154) | [Pure] method AllNaN (line 58159) | [Pure] method AnyInfinity (line 58164) | [Pure] method AllInfinity (line 58169) | [Pure] method AnyPositiveInfinity (line 58174) | [Pure] method AllPositiveInfinity (line 58179) | [Pure] method AnyNegativeInfinity (line 58184) | [Pure] method AllNegativeInfinity (line 58189) | [Pure] method AnyTiny (line 58194) | [Pure] method AllTiny (line 58199) | [Pure] method LinCom (line 58208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 58248) | public static int IndexOfClosestPoint(this V3f[] pointArray, V3f point) method IndexOfClosestPoint (line 58261) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 58275) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 58289) | public static long LongIndexOfClosestPoint(this V3f[] pointArray, V3f ... method LongIndexOfClosestPoint (line 58302) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 58316) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 58334) | public static int IndexOfMinX(this V3f[] vectorArray, int count = 0) method LongIndexOfMinX (line 58351) | public static long LongIndexOfMinX(this V3f[] vectorArray, long count ... method IndexOfMaxX (line 58368) | public static int IndexOfMaxX(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 58385) | public static long LongIndexOfMaxX(this V3f[] vectorArray, long count ... method IndexOfMinY (line 58402) | public static int IndexOfMinY(this V3f[] vectorArray, int count = 0) method LongIndexOfMinY (line 58419) | public static long LongIndexOfMinY(this V3f[] vectorArray, long count ... method IndexOfMaxY (line 58436) | public static int IndexOfMaxY(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 58453) | public static long LongIndexOfMaxY(this V3f[] vectorArray, long count ... method IndexOfMinZ (line 58470) | public static int IndexOfMinZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 58487) | public static long LongIndexOfMinZ(this V3f[] vectorArray, long count ... method IndexOfMaxZ (line 58504) | public static int IndexOfMaxZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 58521) | public static long LongIndexOfMaxZ(this V3f[] vectorArray, long count ... method IndexOfMinX (line 58538) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 58555) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 58572) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 58589) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 58606) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 58623) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 58639) | public static float[] CopyCoord(this V3f[] self, int index) method WeightedSum (line 58650) | public static V3f WeightedSum( method LengthSquared (line 66735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 66742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 66753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 66766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 66778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 66786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 66794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 66802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 66809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 66825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 66839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 66854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 66862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 66943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 66950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 66961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 66973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 66982) | public static M33d CrossMatrix(this V3d v) method DirFlags (line 66989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 67005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 67016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 67035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 67413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 67432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 67439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 67451) | public static V3d AxisAlignedNormal(this V3d v) method AngleBetweenFast (line 67483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 67494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 67509) | [Pure] method AllTiny (line 67517) | [Pure] method AnyFinite (line 67526) | [Pure] method AllFinite (line 67531) | [Pure] method AnyNaN (line 67536) | [Pure] method AllNaN (line 67541) | [Pure] method AnyInfinity (line 67546) | [Pure] method AllInfinity (line 67551) | [Pure] method AnyPositiveInfinity (line 67556) | [Pure] method AllPositiveInfinity (line 67561) | [Pure] method AnyNegativeInfinity (line 67566) | [Pure] method AllNegativeInfinity (line 67571) | [Pure] method AnyTiny (line 67576) | [Pure] method AllTiny (line 67581) | [Pure] method LinCom (line 67590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 67630) | public static int IndexOfClosestPoint(this V3d[] pointArray, V3d point) method IndexOfClosestPoint (line 67643) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 67657) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 67671) | public static long LongIndexOfClosestPoint(this V3d[] pointArray, V3d ... method LongIndexOfClosestPoint (line 67684) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 67698) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 67716) | public static int IndexOfMinX(this V3d[] vectorArray, int count = 0) method LongIndexOfMinX (line 67733) | public static long LongIndexOfMinX(this V3d[] vectorArray, long count ... method IndexOfMaxX (line 67750) | public static int IndexOfMaxX(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 67767) | public static long LongIndexOfMaxX(this V3d[] vectorArray, long count ... method IndexOfMinY (line 67784) | public static int IndexOfMinY(this V3d[] vectorArray, int count = 0) method LongIndexOfMinY (line 67801) | public static long LongIndexOfMinY(this V3d[] vectorArray, long count ... method IndexOfMaxY (line 67818) | public static int IndexOfMaxY(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 67835) | public static long LongIndexOfMaxY(this V3d[] vectorArray, long count ... method IndexOfMinZ (line 67852) | public static int IndexOfMinZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 67869) | public static long LongIndexOfMinZ(this V3d[] vectorArray, long count ... method IndexOfMaxZ (line 67886) | public static int IndexOfMaxZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 67903) | public static long LongIndexOfMaxZ(this V3d[] vectorArray, long count ... method IndexOfMinX (line 67920) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 67937) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 67954) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 67971) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 67988) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 68005) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 68021) | public static double[] CopyCoord(this V3d[] self, int index) method WeightedSum (line 68032) | public static V3d WeightedSum( method LengthSquared (line 79758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 79765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 79776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 79788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 79796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 79804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 79812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 79819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 79836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 79850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 79865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 79873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 79930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 79942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 79955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 79961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 80004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 80344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 80365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 80372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 80383) | [Pure] method AllTiny (line 80391) | [Pure] method IndexOfClosestPoint (line 80400) | public static int IndexOfClosestPoint(this V4i[] pointArray, V4i point) method IndexOfClosestPoint (line 80413) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 80427) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 80441) | public static long LongIndexOfClosestPoint(this V4i[] pointArray, V4i ... method LongIndexOfClosestPoint (line 80454) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 80468) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 80486) | public static int IndexOfMinX(this V4i[] vectorArray, int count = 0) method LongIndexOfMinX (line 80503) | public static long LongIndexOfMinX(this V4i[] vectorArray, long count ... method IndexOfMaxX (line 80520) | public static int IndexOfMaxX(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 80537) | public static long LongIndexOfMaxX(this V4i[] vectorArray, long count ... method IndexOfMinY (line 80554) | public static int IndexOfMinY(this V4i[] vectorArray, int count = 0) method LongIndexOfMinY (line 80571) | public static long LongIndexOfMinY(this V4i[] vectorArray, long count ... method IndexOfMaxY (line 80588) | public static int IndexOfMaxY(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 80605) | public static long LongIndexOfMaxY(this V4i[] vectorArray, long count ... method IndexOfMinZ (line 80622) | public static int IndexOfMinZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 80639) | public static long LongIndexOfMinZ(this V4i[] vectorArray, long count ... method IndexOfMaxZ (line 80656) | public static int IndexOfMaxZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 80673) | public static long LongIndexOfMaxZ(this V4i[] vectorArray, long count ... method IndexOfMinW (line 80690) | public static int IndexOfMinW(this V4i[] vectorArray, int count = 0) method LongIndexOfMinW (line 80707) | public static long LongIndexOfMinW(this V4i[] vectorArray, long count ... method IndexOfMaxW (line 80724) | public static int IndexOfMaxW(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxW (line 80741) | public static long LongIndexOfMaxW(this V4i[] vectorArray, long count ... method IndexOfMinX (line 80758) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 80775) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 80792) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 80809) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 80826) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 80843) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 80860) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 80877) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 80893) | public static int[] CopyCoord(this V4i[] self, int index) method LengthSquared (line 88757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 88764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 88775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 88787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 88795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 88803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 88811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 88818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 88835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 88849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 88864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 88872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 88929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 88935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 89008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 89318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 89339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 89346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 89357) | [Pure] method AllTiny (line 89365) | [Pure] method IndexOfClosestPoint (line 89374) | public static int IndexOfClosestPoint(this V4ui[] pointArray, V4ui point) method IndexOfClosestPoint (line 89387) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 89401) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 89415) | public static long LongIndexOfClosestPoint(this V4ui[] pointArray, V4u... method LongIndexOfClosestPoint (line 89428) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 89442) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 89460) | public static int IndexOfMinX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 89477) | public static long LongIndexOfMinX(this V4ui[] vectorArray, long count... method IndexOfMaxX (line 89494) | public static int IndexOfMaxX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 89511) | public static long LongIndexOfMaxX(this V4ui[] vectorArray, long count... method IndexOfMinY (line 89528) | public static int IndexOfMinY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 89545) | public static long LongIndexOfMinY(this V4ui[] vectorArray, long count... method IndexOfMaxY (line 89562) | public static int IndexOfMaxY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 89579) | public static long LongIndexOfMaxY(this V4ui[] vectorArray, long count... method IndexOfMinZ (line 89596) | public static int IndexOfMinZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 89613) | public static long LongIndexOfMinZ(this V4ui[] vectorArray, long count... method IndexOfMaxZ (line 89630) | public static int IndexOfMaxZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 89647) | public static long LongIndexOfMaxZ(this V4ui[] vectorArray, long count... method IndexOfMinW (line 89664) | public static int IndexOfMinW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinW (line 89681) | public static long LongIndexOfMinW(this V4ui[] vectorArray, long count... method IndexOfMaxW (line 89698) | public static int IndexOfMaxW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxW (line 89715) | public static long LongIndexOfMaxW(this V4ui[] vectorArray, long count... method IndexOfMinX (line 89732) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 89749) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 89766) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 89783) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 89800) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 89817) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method IndexOfMinW (line 89834) | public static int IndexOfMinW(this IList vectorArray, int count ... method IndexOfMaxW (line 89851) | public static int IndexOfMaxW(this IList vectorArray, int count ... method CopyCoord (line 89867) | public static uint[] CopyCoord(this V4ui[] self, int index) method LengthSquared (line 101488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 101495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 101506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 101518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 101526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 101534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 101542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 101549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 101566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 101580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 101595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 101603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 101660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 101672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 101685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 101691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 102004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 102074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 102095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 102102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 102113) | [Pure] method AllTiny (line 102121) | [Pure] method IndexOfClosestPoint (line 102130) | public static int IndexOfClosestPoint(this V4l[] pointArray, V4l point) method IndexOfClosestPoint (line 102143) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 102157) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 102171) | public static long LongIndexOfClosestPoint(this V4l[] pointArray, V4l ... method LongIndexOfClosestPoint (line 102184) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 102198) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 102216) | public static int IndexOfMinX(this V4l[] vectorArray, int count = 0) method LongIndexOfMinX (line 102233) | public static long LongIndexOfMinX(this V4l[] vectorArray, long count ... method IndexOfMaxX (line 102250) | public static int IndexOfMaxX(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 102267) | public static long LongIndexOfMaxX(this V4l[] vectorArray, long count ... method IndexOfMinY (line 102284) | public static int IndexOfMinY(this V4l[] vectorArray, int count = 0) method LongIndexOfMinY (line 102301) | public static long LongIndexOfMinY(this V4l[] vectorArray, long count ... method IndexOfMaxY (line 102318) | public static int IndexOfMaxY(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 102335) | public static long LongIndexOfMaxY(this V4l[] vectorArray, long count ... method IndexOfMinZ (line 102352) | public static int IndexOfMinZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 102369) | public static long LongIndexOfMinZ(this V4l[] vectorArray, long count ... method IndexOfMaxZ (line 102386) | public static int IndexOfMaxZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 102403) | public static long LongIndexOfMaxZ(this V4l[] vectorArray, long count ... method IndexOfMinW (line 102420) | public static int IndexOfMinW(this V4l[] vectorArray, int count = 0) method LongIndexOfMinW (line 102437) | public static long LongIndexOfMinW(this V4l[] vectorArray, long count ... method IndexOfMaxW (line 102454) | public static int IndexOfMaxW(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxW (line 102471) | public static long LongIndexOfMaxW(this V4l[] vectorArray, long count ... method IndexOfMinX (line 102488) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 102505) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 102522) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 102539) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 102556) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 102573) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 102590) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 102607) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 102623) | public static long[] CopyCoord(this V4l[] self, int index) method LengthSquared (line 115028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 115035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 115046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 115060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 115072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 115080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 115088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 115096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 115103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 115120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 115134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 115149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 115157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 115238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 115245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 115257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 115270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 115276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 115294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 115305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 115689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 115710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 115717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 115728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 115739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 115754) | [Pure] method AllTiny (line 115762) | [Pure] method AnyFinite (line 115771) | [Pure] method AllFinite (line 115776) | [Pure] method AnyNaN (line 115781) | [Pure] method AllNaN (line 115786) | [Pure] method AnyInfinity (line 115791) | [Pure] method AllInfinity (line 115796) | [Pure] method AnyPositiveInfinity (line 115801) | [Pure] method AllPositiveInfinity (line 115806) | [Pure] method AnyNegativeInfinity (line 115811) | [Pure] method AllNegativeInfinity (line 115816) | [Pure] method AnyTiny (line 115821) | [Pure] method AllTiny (line 115826) | [Pure] method LinCom (line 115835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 115875) | public static int IndexOfClosestPoint(this V4f[] pointArray, V4f point) method IndexOfClosestPoint (line 115888) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 115902) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 115916) | public static long LongIndexOfClosestPoint(this V4f[] pointArray, V4f ... method LongIndexOfClosestPoint (line 115929) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 115943) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 115961) | public static int IndexOfMinX(this V4f[] vectorArray, int count = 0) method LongIndexOfMinX (line 115978) | public static long LongIndexOfMinX(this V4f[] vectorArray, long count ... method IndexOfMaxX (line 115995) | public static int IndexOfMaxX(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 116012) | public static long LongIndexOfMaxX(this V4f[] vectorArray, long count ... method IndexOfMinY (line 116029) | public static int IndexOfMinY(this V4f[] vectorArray, int count = 0) method LongIndexOfMinY (line 116046) | public static long LongIndexOfMinY(this V4f[] vectorArray, long count ... method IndexOfMaxY (line 116063) | public static int IndexOfMaxY(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 116080) | public static long LongIndexOfMaxY(this V4f[] vectorArray, long count ... method IndexOfMinZ (line 116097) | public static int IndexOfMinZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 116114) | public static long LongIndexOfMinZ(this V4f[] vectorArray, long count ... method IndexOfMaxZ (line 116131) | public static int IndexOfMaxZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 116148) | public static long LongIndexOfMaxZ(this V4f[] vectorArray, long count ... method IndexOfMinW (line 116165) | public static int IndexOfMinW(this V4f[] vectorArray, int count = 0) method LongIndexOfMinW (line 116182) | public static long LongIndexOfMinW(this V4f[] vectorArray, long count ... method IndexOfMaxW (line 116199) | public static int IndexOfMaxW(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxW (line 116216) | public static long LongIndexOfMaxW(this V4f[] vectorArray, long count ... method IndexOfMinX (line 116233) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 116250) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 116267) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 116284) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 116301) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 116318) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 116335) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 116352) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 116368) | public static float[] CopyCoord(this V4f[] self, int index) method WeightedSum (line 116380) | public static V4f WeightedSum( method LengthSquared (line 128744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 128751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 128762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 128776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 128788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 128796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 128804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 128812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 128819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 128836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 128850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 128865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 128873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 128954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 128961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 128973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 128986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 128992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 129010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 129021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 129405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 129426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 129433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 129444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 129455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 129470) | [Pure] method AllTiny (line 129478) | [Pure] method AnyFinite (line 129487) | [Pure] method AllFinite (line 129492) | [Pure] method AnyNaN (line 129497) | [Pure] method AllNaN (line 129502) | [Pure] method AnyInfinity (line 129507) | [Pure] method AllInfinity (line 129512) | [Pure] method AnyPositiveInfinity (line 129517) | [Pure] method AllPositiveInfinity (line 129522) | [Pure] method AnyNegativeInfinity (line 129527) | [Pure] method AllNegativeInfinity (line 129532) | [Pure] method AnyTiny (line 129537) | [Pure] method AllTiny (line 129542) | [Pure] method LinCom (line 129551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 129591) | public static int IndexOfClosestPoint(this V4d[] pointArray, V4d point) method IndexOfClosestPoint (line 129604) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 129618) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 129632) | public static long LongIndexOfClosestPoint(this V4d[] pointArray, V4d ... method LongIndexOfClosestPoint (line 129645) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 129659) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 129677) | public static int IndexOfMinX(this V4d[] vectorArray, int count = 0) method LongIndexOfMinX (line 129694) | public static long LongIndexOfMinX(this V4d[] vectorArray, long count ... method IndexOfMaxX (line 129711) | public static int IndexOfMaxX(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 129728) | public static long LongIndexOfMaxX(this V4d[] vectorArray, long count ... method IndexOfMinY (line 129745) | public static int IndexOfMinY(this V4d[] vectorArray, int count = 0) method LongIndexOfMinY (line 129762) | public static long LongIndexOfMinY(this V4d[] vectorArray, long count ... method IndexOfMaxY (line 129779) | public static int IndexOfMaxY(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 129796) | public static long LongIndexOfMaxY(this V4d[] vectorArray, long count ... method IndexOfMinZ (line 129813) | public static int IndexOfMinZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 129830) | public static long LongIndexOfMinZ(this V4d[] vectorArray, long count ... method IndexOfMaxZ (line 129847) | public static int IndexOfMaxZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 129864) | public static long LongIndexOfMaxZ(this V4d[] vectorArray, long count ... method IndexOfMinW (line 129881) | public static int IndexOfMinW(this V4d[] vectorArray, int count = 0) method LongIndexOfMinW (line 129898) | public static long LongIndexOfMinW(this V4d[] vectorArray, long count ... method IndexOfMaxW (line 129915) | public static int IndexOfMaxW(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxW (line 129932) | public static long LongIndexOfMaxW(this V4d[] vectorArray, long count ... method IndexOfMinX (line 129949) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 129966) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 129983) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 130000) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 130017) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 130034) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 130051) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 130068) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 130084) | public static double[] CopyCoord(this V4d[] self, int index) method WeightedSum (line 130096) | public static V4d WeightedSum( class IRandomUniformV3lExtensions (line 49344) | public static class IRandomUniformV3lExtensions method UniformV3l (line 49351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3lNonZero (line 49360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3l (line 49369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3l (line 49378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type V3f (line 49391) | [DataContract] method V3f (line 49408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49727) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49898) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49980) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 49992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 50004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 50016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 50027) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3f (line 50038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2i (line 50106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2ui (line 50109) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2l (line 50112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2d (line 50115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 50118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 50121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 50124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 50127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 50130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 50133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 50136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 50139) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 50142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 50197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 50212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 50227) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3f (line 50240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3d (line 50253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 50269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 50285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 50301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4f (line 50315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4d (line 50329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToFloorV3i (line 50332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToCeilingV3i (line 50336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2iInhomo (line 50343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2uiInhomo (line 50353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2lInhomo (line 50363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2fInhomo (line 50373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2dInhomo (line 50383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4iHomo (line 50393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4uiHomo (line 50400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4lHomo (line 50407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4fHomo (line 50414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4dHomo (line 50421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 50428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 50435) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 50439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 50450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 50457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 50461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 50472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 50479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 50483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 50494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 50501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 50505) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 50516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 50523) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 50527) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 50535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 50543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 50551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3i (line 50988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3ui (line 50992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3l (line 50996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3d (line 51000) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 51008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 51015) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 51022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3f (line 51028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3d (line 51034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 51041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 51048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 51055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4f (line 51061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4d (line 51067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCubeFaceCode (line 51078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CubeMappedOnFace (line 51208) | public readonly V3f CubeMappedOnFace(out int face) method Abs (line 51270) | [EditorBrowsable(EditorBrowsableState.Never)] method Floor (line 51275) | [EditorBrowsable(EditorBrowsableState.Never)] method Ceiling (line 51280) | [EditorBrowsable(EditorBrowsableState.Never)] method Round (line 51285) | [EditorBrowsable(EditorBrowsableState.Never)] method Truncate (line 51290) | [EditorBrowsable(EditorBrowsableState.Never)] method Acos (line 51295) | [EditorBrowsable(EditorBrowsableState.Never)] method Acoshb (line 51300) | [EditorBrowsable(EditorBrowsableState.Never)] method Cos (line 51305) | [EditorBrowsable(EditorBrowsableState.Never)] method Cosh (line 51310) | [EditorBrowsable(EditorBrowsableState.Never)] method Asin (line 51315) | [EditorBrowsable(EditorBrowsableState.Never)] method Asinhb (line 51320) | [EditorBrowsable(EditorBrowsableState.Never)] method Sin (line 51325) | [EditorBrowsable(EditorBrowsableState.Never)] method Sinh (line 51330) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan (line 51335) | [EditorBrowsable(EditorBrowsableState.Never)] method Atanhb (line 51340) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan2 (line 51345) | [EditorBrowsable(EditorBrowsableState.Never)] method Tan (line 51350) | [EditorBrowsable(EditorBrowsableState.Never)] method Tanh (line 51355) | [EditorBrowsable(EditorBrowsableState.Never)] method Sqrt (line 51360) | [EditorBrowsable(EditorBrowsableState.Never)] method CubeRoot (line 51365) | [EditorBrowsable(EditorBrowsableState.Never)] method Exp (line 51370) | [EditorBrowsable(EditorBrowsableState.Never)] method Log (line 51375) | [EditorBrowsable(EditorBrowsableState.Never)] method LogBinary (line 51380) | [EditorBrowsable(EditorBrowsableState.Never)] method Log10 (line 51385) | [EditorBrowsable(EditorBrowsableState.Never)] method CopySgn (line 51390) | [EditorBrowsable(EditorBrowsableState.Never)] method CopySgn (line 51395) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 51400) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 51405) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 51410) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 51415) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 51420) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 51425) | [EditorBrowsable(EditorBrowsableState.Never)] method Saturate (line 51430) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 51435) | [EditorBrowsable(EditorBrowsableState.Never)] method Set (line 51447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 51458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 51469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 51480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 51491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 51667) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 51677) | public override readonly string ToString() method ToString (line 51682) | public readonly string ToString(string format) method ToString (line 51687) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 51695) | public readonly string ToString(string format, IFormatProvider fp, str... method GetHashCode (line 51701) | public override readonly int GetHashCode() method Equals (line 51706) | public override readonly bool Equals(object other) method ToText (line 51709) | public readonly Text ToText(int bracketLevel = 1) method Parse (line 51723) | public static V3f Parse(string s) method Parse (line 51733) | public static V3f Parse(Text t) method Parse (line 51738) | public static V3f Parse(Text t, int bracketLevel) method GetValue (line 56211) | public readonly object GetValue(long index) method SetValue (line 56216) | public void SetValue(object value, long index) class V3fEqualityComparer (line 56225) | public class V3fEqualityComparer : IEqualityComparer method Equals (line 56232) | public bool Equals(V3f v0, V3f v1) method GetHashCode (line 56237) | public int GetHashCode(V3f v) class Fun (line 56245) | public static partial class Fun method Min (line 3588) | [Pure] method Min (line 3598) | [Pure] method Min (line 3608) | [Pure] method Max (line 3618) | [Pure] method Max (line 3628) | [Pure] method Max (line 3638) | [Pure] method Min (line 3648) | [Pure] method Max (line 3658) | [Pure] method Min (line 3668) | [Pure] method Max (line 3678) | [Pure] method Min (line 3688) | [Pure] method Max (line 3698) | [Pure] method Abs (line 3712) | [Pure] method Clamp (line 3726) | [Pure] method Clamp (line 3736) | [Pure] method ClampExcl (line 3746) | [Pure] method ClampExcl (line 3756) | [Pure] method ClampWrap (line 3766) | [Pure] method ClampWrap (line 3776) | [Pure] method Saturate (line 3786) | [Pure] method Sign (line 3800) | [Pure] method Signumi (line 3810) | [Pure] method Signum (line 3820) | [Pure] method MultiplyAdd (line 3834) | [Pure] method MultiplyAdd (line 3844) | [Pure] method MultiplyAdd (line 3854) | [Pure] method Sqrt (line 3868) | [Pure] method Cbrt (line 3878) | [Pure] method Square (line 3892) | [Pure] method Pown (line 3906) | [Pure] method Pown (line 3916) | [Pure] method Pown (line 3926) | [Pure] method Pow (line 3936) | [Pure] method Pow (line 3946) | [Pure] method Pow (line 3956) | [Pure] method Pow (line 3966) | [Pure] method Pow (line 3976) | [Pure] method Pow (line 3986) | [Pure] method Power (line 3996) | [Pure] method Power (line 4007) | [Pure] method Power (line 4018) | [Pure] method Power (line 4029) | [Pure] method Power (line 4040) | [Pure] method Power (line 4051) | [Pure] method Exp (line 4066) | [Pure] method Log (line 4076) | [Pure] method Log2 (line 4086) | [Pure] method Log2Int (line 4096) | [Pure] method Log10 (line 4106) | [Pure] method Log (line 4116) | [Pure] method ModP (line 4130) | [Pure] method PowerOfTwo (line 4144) | [Pure] method NextPowerOfTwo (line 4154) | [Pure] method PrevPowerOfTwo (line 4164) | [Pure] method Step (line 4178) | [Pure] method Step (line 4188) | [Pure] method Lerp (line 4202) | [Pure] method Lerp (line 4212) | [Pure] method Lerp (line 4222) | [Pure] method Lerp (line 4232) | [Pure] method InvLerp (line 4242) | [Pure] method GreatestCommonDivisor (line 4256) | [Pure] method LeastCommonMultiple (line 4266) | [Pure] method FloatFromBits (line 4280) | [Pure] method ApproximateEquals (line 4294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4308) | [Pure] method Min (line 7747) | [Pure] method Min (line 7757) | [Pure] method Min (line 7767) | [Pure] method Max (line 7777) | [Pure] method Max (line 7787) | [Pure] method Max (line 7797) | [Pure] method Min (line 7807) | [Pure] method Max (line 7817) | [Pure] method Min (line 7827) | [Pure] method Max (line 7837) | [Pure] method Min (line 7847) | [Pure] method Max (line 7857) | [Pure] method Clamp (line 7871) | [Pure] method Clamp (line 7881) | [Pure] method ClampExcl (line 7891) | [Pure] method ClampExcl (line 7901) | [Pure] method ClampWrap (line 7911) | [Pure] method ClampWrap (line 7921) | [Pure] method Saturate (line 7931) | [Pure] method MultiplyAdd (line 7945) | [Pure] method MultiplyAdd (line 7955) | [Pure] method MultiplyAdd (line 7965) | [Pure] method Sqrt (line 7979) | [Pure] method Cbrt (line 7989) | [Pure] method Square (line 8003) | [Pure] method Pown (line 8017) | [Pure] method Pown (line 8027) | [Pure] method Pown (line 8037) | [Pure] method Pown (line 8047) | [Pure] method Pown (line 8057) | [Pure] method Pown (line 8067) | [Pure] method Pow (line 8077) | [Pure] method Pow (line 8087) | [Pure] method Pow (line 8097) | [Pure] method Pow (line 8107) | [Pure] method Pow (line 8117) | [Pure] method Pow (line 8127) | [Pure] method Power (line 8137) | [Pure] method Power (line 8148) | [Pure] method Power (line 8159) | [Pure] method Power (line 8170) | [Pure] method Power (line 8181) | [Pure] method Power (line 8192) | [Pure] method Exp (line 8207) | [Pure] method Log (line 8217) | [Pure] method Log2 (line 8227) | [Pure] method Log2Int (line 8237) | [Pure] method Log10 (line 8247) | [Pure] method Log (line 8257) | [Pure] method Step (line 8271) | [Pure] method Step (line 8281) | [Pure] method Lerp (line 8295) | [Pure] method Lerp (line 8305) | [Pure] method Lerp (line 8315) | [Pure] method Lerp (line 8325) | [Pure] method InvLerp (line 8335) | [Pure] method GreatestCommonDivisor (line 8349) | [Pure] method LeastCommonMultiple (line 8359) | [Pure] method FloatFromUnsignedBits (line 8373) | [Pure] method ApproximateEquals (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8401) | [Pure] method Min (line 12893) | [Pure] method Min (line 12903) | [Pure] method Min (line 12913) | [Pure] method Max (line 12923) | [Pure] method Max (line 12933) | [Pure] method Max (line 12943) | [Pure] method Min (line 12953) | [Pure] method Max (line 12963) | [Pure] method Min (line 12973) | [Pure] method Max (line 12983) | [Pure] method Min (line 12993) | [Pure] method Max (line 13003) | [Pure] method Abs (line 13017) | [Pure] method Clamp (line 13031) | [Pure] method Clamp (line 13041) | [Pure] method ClampExcl (line 13051) | [Pure] method ClampExcl (line 13061) | [Pure] method ClampWrap (line 13071) | [Pure] method ClampWrap (line 13081) | [Pure] method Saturate (line 13091) | [Pure] method Sign (line 13105) | [Pure] method Signumi (line 13115) | [Pure] method Signum (line 13125) | [Pure] method MultiplyAdd (line 13139) | [Pure] method MultiplyAdd (line 13149) | [Pure] method MultiplyAdd (line 13159) | [Pure] method Sqrt (line 13173) | [Pure] method Cbrt (line 13183) | [Pure] method Square (line 13197) | [Pure] method Pown (line 13211) | [Pure] method Pown (line 13221) | [Pure] method Pown (line 13231) | [Pure] method Pown (line 13241) | [Pure] method Pown (line 13251) | [Pure] method Pown (line 13261) | [Pure] method Pow (line 13271) | [Pure] method Pow (line 13281) | [Pure] method Pow (line 13291) | [Pure] method Pow (line 13301) | [Pure] method Pow (line 13311) | [Pure] method Pow (line 13321) | [Pure] method Power (line 13331) | [Pure] method Power (line 13342) | [Pure] method Power (line 13353) | [Pure] method Power (line 13364) | [Pure] method Power (line 13375) | [Pure] method Power (line 13386) | [Pure] method Exp (line 13401) | [Pure] method Log (line 13411) | [Pure] method Log2 (line 13421) | [Pure] method Log2Int (line 13431) | [Pure] method Log10 (line 13441) | [Pure] method Log (line 13451) | [Pure] method ModP (line 13465) | [Pure] method PowerOfTwo (line 13479) | [Pure] method NextPowerOfTwo (line 13489) | [Pure] method PrevPowerOfTwo (line 13499) | [Pure] method Step (line 13513) | [Pure] method Step (line 13523) | [Pure] method Lerp (line 13537) | [Pure] method Lerp (line 13547) | [Pure] method Lerp (line 13557) | [Pure] method Lerp (line 13567) | [Pure] method InvLerp (line 13577) | [Pure] method GreatestCommonDivisor (line 13591) | [Pure] method LeastCommonMultiple (line 13601) | [Pure] method FloatFromBits (line 13615) | [Pure] method ApproximateEquals (line 13629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13643) | [Pure] method Min (line 18465) | [Pure] method Min (line 18475) | [Pure] method Min (line 18485) | [Pure] method Max (line 18495) | [Pure] method Max (line 18505) | [Pure] method Max (line 18515) | [Pure] method Min (line 18525) | [Pure] method Max (line 18535) | [Pure] method Min (line 18545) | [Pure] method Max (line 18555) | [Pure] method Min (line 18565) | [Pure] method Max (line 18575) | [Pure] method Abs (line 18589) | [Pure] method Floor (line 18603) | [Pure] method Ceiling (line 18613) | [Pure] method Round (line 18623) | [Pure] method Round (line 18633) | [Pure] method Round (line 18643) | [Pure] method Round (line 18653) | [Pure] method Truncate (line 18663) | [Pure] method Frac (line 18677) | [Pure] method Clamp (line 18691) | [Pure] method Clamp (line 18701) | [Pure] method ClampWrap (line 18711) | [Pure] method ClampWrap (line 18721) | [Pure] method Saturate (line 18731) | [Pure] method MapToUnitInterval (line 18745) | [Pure] method MapToUnitInterval (line 18755) | [Pure] method MapToUnitInterval (line 18765) | [Pure] method MapToUnitInterval (line 18775) | [Pure] method Sign (line 18789) | [Pure] method Signumi (line 18799) | [Pure] method Signum (line 18809) | [Pure] method MultiplyAdd (line 18823) | [Pure] method MultiplyAdd (line 18833) | [Pure] method MultiplyAdd (line 18843) | [Pure] method CopySign (line 18857) | [Pure] method CopySign (line 18867) | [Pure] method CopySign (line 18877) | [Pure] method Sqrt (line 18891) | [Pure] method Cbrt (line 18901) | [Pure] method Square (line 18915) | [Pure] method Pown (line 18929) | [Pure] method Pown (line 18939) | [Pure] method Pown (line 18949) | [Pure] method Pow (line 18959) | [Pure] method Pow (line 18969) | [Pure] method Pow (line 18979) | [Pure] method Power (line 18989) | [Pure] method Power (line 19000) | [Pure] method Power (line 19011) | [Pure] method Exp (line 19026) | [Pure] method Log (line 19036) | [Pure] method Log2 (line 19046) | [Pure] method Log2Int (line 19056) | [Pure] method Log10 (line 19066) | [Pure] method Log (line 19076) | [Pure] method ModP (line 19090) | [Pure] method PowerOfTwo (line 19104) | [Pure] method Sin (line 19118) | [Pure] method Cos (line 19128) | [Pure] method Tan (line 19138) | [Pure] method Asin (line 19148) | [Pure] method AsinClamped (line 19158) | [Pure] method Acos (line 19168) | [Pure] method AcosClamped (line 19178) | [Pure] method Atan (line 19188) | [Pure] method Atan2 (line 19198) | [Pure] method FastAtan2 (line 19208) | [Pure] method Sinh (line 19218) | [Pure] method Cosh (line 19228) | [Pure] method Tanh (line 19238) | [Pure] method Asinh (line 19248) | [Pure] method Acosh (line 19258) | [Pure] method Atanh (line 19268) | [Pure] method Step (line 19282) | [Pure] method Step (line 19292) | [Pure] method Linearstep (line 19302) | [Pure] method Linearstep (line 19312) | [Pure] method Smoothstep (line 19322) | [Pure] method Smoothstep (line 19332) | [Pure] method Lerp (line 19346) | [Pure] method Lerp (line 19356) | [Pure] method InvLerp (line 19366) | [Pure] method FloatToBits (line 19380) | [Pure] method FloatToUnsignedBits (line 19390) | [Pure] method ApproximateEquals (line 19404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19428) | [Pure] method IsTiny (line 19436) | [Pure] method IsNaN (line 19448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 24690) | [Pure] method Min (line 24700) | [Pure] method Min (line 24710) | [Pure] method Max (line 24720) | [Pure] method Max (line 24730) | [Pure] method Max (line 24740) | [Pure] method Min (line 24750) | [Pure] method Max (line 24760) | [Pure] method Min (line 24770) | [Pure] method Max (line 24780) | [Pure] method Min (line 24790) | [Pure] method Max (line 24800) | [Pure] method Abs (line 24814) | [Pure] method Floor (line 24828) | [Pure] method Ceiling (line 24838) | [Pure] method Round (line 24848) | [Pure] method Round (line 24858) | [Pure] method Round (line 24868) | [Pure] method Round (line 24878) | [Pure] method Truncate (line 24888) | [Pure] method Frac (line 24902) | [Pure] method Clamp (line 24916) | [Pure] method Clamp (line 24926) | [Pure] method ClampWrap (line 24936) | [Pure] method ClampWrap (line 24946) | [Pure] method Saturate (line 24956) | [Pure] method MapToUnitInterval (line 24970) | [Pure] method MapToUnitInterval (line 24980) | [Pure] method MapToUnitInterval (line 24990) | [Pure] method MapToUnitInterval (line 25000) | [Pure] method Sign (line 25014) | [Pure] method Signumi (line 25024) | [Pure] method Signum (line 25034) | [Pure] method MultiplyAdd (line 25048) | [Pure] method MultiplyAdd (line 25058) | [Pure] method MultiplyAdd (line 25068) | [Pure] method CopySign (line 25082) | [Pure] method CopySign (line 25092) | [Pure] method CopySign (line 25102) | [Pure] method Sqrt (line 25116) | [Pure] method Cbrt (line 25126) | [Pure] method Square (line 25140) | [Pure] method Pown (line 25154) | [Pure] method Pown (line 25164) | [Pure] method Pown (line 25174) | [Pure] method Pow (line 25184) | [Pure] method Pow (line 25194) | [Pure] method Pow (line 25204) | [Pure] method Power (line 25214) | [Pure] method Power (line 25225) | [Pure] method Power (line 25236) | [Pure] method Exp (line 25251) | [Pure] method Log (line 25261) | [Pure] method Log2 (line 25271) | [Pure] method Log2Int (line 25281) | [Pure] method Log10 (line 25291) | [Pure] method Log (line 25301) | [Pure] method ModP (line 25315) | [Pure] method PowerOfTwo (line 25329) | [Pure] method Sin (line 25343) | [Pure] method Cos (line 25353) | [Pure] method Tan (line 25363) | [Pure] method Asin (line 25373) | [Pure] method AsinClamped (line 25383) | [Pure] method Acos (line 25393) | [Pure] method AcosClamped (line 25403) | [Pure] method Atan (line 25413) | [Pure] method Atan2 (line 25423) | [Pure] method FastAtan2 (line 25433) | [Pure] method Sinh (line 25443) | [Pure] method Cosh (line 25453) | [Pure] method Tanh (line 25463) | [Pure] method Asinh (line 25473) | [Pure] method Acosh (line 25483) | [Pure] method Atanh (line 25493) | [Pure] method Step (line 25507) | [Pure] method Step (line 25517) | [Pure] method Linearstep (line 25527) | [Pure] method Linearstep (line 25537) | [Pure] method Smoothstep (line 25547) | [Pure] method Smoothstep (line 25557) | [Pure] method Lerp (line 25571) | [Pure] method Lerp (line 25581) | [Pure] method InvLerp (line 25591) | [Pure] method FloatToBits (line 25605) | [Pure] method ApproximateEquals (line 25619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25643) | [Pure] method IsTiny (line 25651) | [Pure] method IsNaN (line 25663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 25670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 25677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 25684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 25691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 33426) | [Pure] method Min (line 33436) | [Pure] method Min (line 33446) | [Pure] method Max (line 33456) | [Pure] method Max (line 33466) | [Pure] method Max (line 33476) | [Pure] method Min (line 33486) | [Pure] method Max (line 33496) | [Pure] method Min (line 33506) | [Pure] method Max (line 33516) | [Pure] method Min (line 33526) | [Pure] method Max (line 33536) | [Pure] method Abs (line 33550) | [Pure] method Clamp (line 33564) | [Pure] method Clamp (line 33574) | [Pure] method ClampExcl (line 33584) | [Pure] method ClampExcl (line 33594) | [Pure] method ClampWrap (line 33604) | [Pure] method ClampWrap (line 33614) | [Pure] method Saturate (line 33624) | [Pure] method Sign (line 33638) | [Pure] method Signumi (line 33648) | [Pure] method Signum (line 33658) | [Pure] method MultiplyAdd (line 33672) | [Pure] method MultiplyAdd (line 33682) | [Pure] method MultiplyAdd (line 33692) | [Pure] method Sqrt (line 33706) | [Pure] method Cbrt (line 33716) | [Pure] method Square (line 33730) | [Pure] method Pown (line 33744) | [Pure] method Pown (line 33754) | [Pure] method Pown (line 33764) | [Pure] method Pow (line 33774) | [Pure] method Pow (line 33784) | [Pure] method Pow (line 33794) | [Pure] method Pow (line 33804) | [Pure] method Pow (line 33814) | [Pure] method Pow (line 33824) | [Pure] method Power (line 33834) | [Pure] method Power (line 33845) | [Pure] method Power (line 33856) | [Pure] method Power (line 33867) | [Pure] method Power (line 33878) | [Pure] method Power (line 33889) | [Pure] method Exp (line 33904) | [Pure] method Log (line 33914) | [Pure] method Log2 (line 33924) | [Pure] method Log2Int (line 33934) | [Pure] method Log10 (line 33944) | [Pure] method Log (line 33954) | [Pure] method ModP (line 33968) | [Pure] method PowerOfTwo (line 33982) | [Pure] method NextPowerOfTwo (line 33992) | [Pure] method PrevPowerOfTwo (line 34002) | [Pure] method Step (line 34016) | [Pure] method Step (line 34026) | [Pure] method Lerp (line 34040) | [Pure] method Lerp (line 34050) | [Pure] method Lerp (line 34060) | [Pure] method Lerp (line 34070) | [Pure] method InvLerp (line 34080) | [Pure] method GreatestCommonDivisor (line 34094) | [Pure] method LeastCommonMultiple (line 34104) | [Pure] method FloatFromBits (line 34118) | [Pure] method ApproximateEquals (line 34132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 34146) | [Pure] method Min (line 39472) | [Pure] method Min (line 39482) | [Pure] method Min (line 39492) | [Pure] method Max (line 39502) | [Pure] method Max (line 39512) | [Pure] method Max (line 39522) | [Pure] method Min (line 39532) | [Pure] method Max (line 39542) | [Pure] method Min (line 39552) | [Pure] method Max (line 39562) | [Pure] method Min (line 39572) | [Pure] method Max (line 39582) | [Pure] method Clamp (line 39596) | [Pure] method Clamp (line 39606) | [Pure] method ClampExcl (line 39616) | [Pure] method ClampExcl (line 39626) | [Pure] method ClampWrap (line 39636) | [Pure] method ClampWrap (line 39646) | [Pure] method Saturate (line 39656) | [Pure] method MultiplyAdd (line 39670) | [Pure] method MultiplyAdd (line 39680) | [Pure] method MultiplyAdd (line 39690) | [Pure] method Sqrt (line 39704) | [Pure] method Cbrt (line 39714) | [Pure] method Square (line 39728) | [Pure] method Pown (line 39742) | [Pure] method Pown (line 39752) | [Pure] method Pown (line 39762) | [Pure] method Pown (line 39772) | [Pure] method Pown (line 39782) | [Pure] method Pown (line 39792) | [Pure] method Pow (line 39802) | [Pure] method Pow (line 39812) | [Pure] method Pow (line 39822) | [Pure] method Pow (line 39832) | [Pure] method Pow (line 39842) | [Pure] method Pow (line 39852) | [Pure] method Power (line 39862) | [Pure] method Power (line 39873) | [Pure] method Power (line 39884) | [Pure] method Power (line 39895) | [Pure] method Power (line 39906) | [Pure] method Power (line 39917) | [Pure] method Exp (line 39932) | [Pure] method Log (line 39942) | [Pure] method Log2 (line 39952) | [Pure] method Log2Int (line 39962) | [Pure] method Log10 (line 39972) | [Pure] method Log (line 39982) | [Pure] method Step (line 39996) | [Pure] method Step (line 40006) | [Pure] method Lerp (line 40020) | [Pure] method Lerp (line 40030) | [Pure] method Lerp (line 40040) | [Pure] method Lerp (line 40050) | [Pure] method InvLerp (line 40060) | [Pure] method GreatestCommonDivisor (line 40074) | [Pure] method LeastCommonMultiple (line 40084) | [Pure] method FloatFromUnsignedBits (line 40098) | [Pure] method ApproximateEquals (line 40112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 40126) | [Pure] method Min (line 47513) | [Pure] method Min (line 47523) | [Pure] method Min (line 47533) | [Pure] method Max (line 47543) | [Pure] method Max (line 47553) | [Pure] method Max (line 47563) | [Pure] method Min (line 47573) | [Pure] method Max (line 47583) | [Pure] method Min (line 47593) | [Pure] method Max (line 47603) | [Pure] method Min (line 47613) | [Pure] method Max (line 47623) | [Pure] method Abs (line 47637) | [Pure] method Clamp (line 47651) | [Pure] method Clamp (line 47661) | [Pure] method ClampExcl (line 47671) | [Pure] method ClampExcl (line 47681) | [Pure] method ClampWrap (line 47691) | [Pure] method ClampWrap (line 47701) | [Pure] method Saturate (line 47711) | [Pure] method Sign (line 47725) | [Pure] method Signumi (line 47735) | [Pure] method Signum (line 47745) | [Pure] method MultiplyAdd (line 47759) | [Pure] method MultiplyAdd (line 47769) | [Pure] method MultiplyAdd (line 47779) | [Pure] method Sqrt (line 47793) | [Pure] method Cbrt (line 47803) | [Pure] method Square (line 47817) | [Pure] method Pown (line 47831) | [Pure] method Pown (line 47841) | [Pure] method Pown (line 47851) | [Pure] method Pown (line 47861) | [Pure] method Pown (line 47871) | [Pure] method Pown (line 47881) | [Pure] method Pow (line 47891) | [Pure] method Pow (line 47901) | [Pure] method Pow (line 47911) | [Pure] method Pow (line 47921) | [Pure] method Pow (line 47931) | [Pure] method Pow (line 47941) | [Pure] method Power (line 47951) | [Pure] method Power (line 47962) | [Pure] method Power (line 47973) | [Pure] method Power (line 47984) | [Pure] method Power (line 47995) | [Pure] method Power (line 48006) | [Pure] method Exp (line 48021) | [Pure] method Log (line 48031) | [Pure] method Log2 (line 48041) | [Pure] method Log2Int (line 48051) | [Pure] method Log10 (line 48061) | [Pure] method Log (line 48071) | [Pure] method ModP (line 48085) | [Pure] method PowerOfTwo (line 48099) | [Pure] method NextPowerOfTwo (line 48109) | [Pure] method PrevPowerOfTwo (line 48119) | [Pure] method Step (line 48133) | [Pure] method Step (line 48143) | [Pure] method Lerp (line 48157) | [Pure] method Lerp (line 48167) | [Pure] method Lerp (line 48177) | [Pure] method Lerp (line 48187) | [Pure] method InvLerp (line 48197) | [Pure] method GreatestCommonDivisor (line 48211) | [Pure] method LeastCommonMultiple (line 48221) | [Pure] method FloatFromBits (line 48235) | [Pure] method ApproximateEquals (line 48249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 48263) | [Pure] method Min (line 56252) | [Pure] method Min (line 56262) | [Pure] method Min (line 56272) | [Pure] method Max (line 56282) | [Pure] method Max (line 56292) | [Pure] method Max (line 56302) | [Pure] method Min (line 56312) | [Pure] method Max (line 56322) | [Pure] method Min (line 56332) | [Pure] method Max (line 56342) | [Pure] method Min (line 56352) | [Pure] method Max (line 56362) | [Pure] method Abs (line 56376) | [Pure] method Floor (line 56390) | [Pure] method Ceiling (line 56400) | [Pure] method Round (line 56410) | [Pure] method Round (line 56420) | [Pure] method Round (line 56430) | [Pure] method Round (line 56440) | [Pure] method Truncate (line 56450) | [Pure] method Frac (line 56464) | [Pure] method Clamp (line 56478) | [Pure] method Clamp (line 56488) | [Pure] method ClampWrap (line 56498) | [Pure] method ClampWrap (line 56508) | [Pure] method Saturate (line 56518) | [Pure] method MapToUnitInterval (line 56532) | [Pure] method MapToUnitInterval (line 56542) | [Pure] method MapToUnitInterval (line 56552) | [Pure] method MapToUnitInterval (line 56562) | [Pure] method Sign (line 56576) | [Pure] method Signumi (line 56586) | [Pure] method Signum (line 56596) | [Pure] method MultiplyAdd (line 56610) | [Pure] method MultiplyAdd (line 56620) | [Pure] method MultiplyAdd (line 56630) | [Pure] method CopySign (line 56644) | [Pure] method CopySign (line 56654) | [Pure] method CopySign (line 56664) | [Pure] method Sqrt (line 56678) | [Pure] method Cbrt (line 56688) | [Pure] method Square (line 56702) | [Pure] method Pown (line 56716) | [Pure] method Pown (line 56726) | [Pure] method Pown (line 56736) | [Pure] method Pow (line 56746) | [Pure] method Pow (line 56756) | [Pure] method Pow (line 56766) | [Pure] method Power (line 56776) | [Pure] method Power (line 56787) | [Pure] method Power (line 56798) | [Pure] method Exp (line 56813) | [Pure] method Log (line 56823) | [Pure] method Log2 (line 56833) | [Pure] method Log2Int (line 56843) | [Pure] method Log10 (line 56853) | [Pure] method Log (line 56863) | [Pure] method ModP (line 56877) | [Pure] method PowerOfTwo (line 56891) | [Pure] method Sin (line 56905) | [Pure] method Cos (line 56915) | [Pure] method Tan (line 56925) | [Pure] method Asin (line 56935) | [Pure] method AsinClamped (line 56945) | [Pure] method Acos (line 56955) | [Pure] method AcosClamped (line 56965) | [Pure] method Atan (line 56975) | [Pure] method Atan2 (line 56985) | [Pure] method FastAtan2 (line 56995) | [Pure] method Sinh (line 57005) | [Pure] method Cosh (line 57015) | [Pure] method Tanh (line 57025) | [Pure] method Asinh (line 57035) | [Pure] method Acosh (line 57045) | [Pure] method Atanh (line 57055) | [Pure] method Step (line 57069) | [Pure] method Step (line 57079) | [Pure] method Linearstep (line 57089) | [Pure] method Linearstep (line 57099) | [Pure] method Smoothstep (line 57109) | [Pure] method Smoothstep (line 57119) | [Pure] method Lerp (line 57133) | [Pure] method Lerp (line 57143) | [Pure] method InvLerp (line 57153) | [Pure] method FloatToBits (line 57167) | [Pure] method FloatToUnsignedBits (line 57177) | [Pure] method ApproximateEquals (line 57191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57215) | [Pure] method IsTiny (line 57223) | [Pure] method IsNaN (line 57235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 57242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 57249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 57256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 57263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 65644) | [Pure] method Min (line 65654) | [Pure] method Min (line 65664) | [Pure] method Max (line 65674) | [Pure] method Max (line 65684) | [Pure] method Max (line 65694) | [Pure] method Min (line 65704) | [Pure] method Max (line 65714) | [Pure] method Min (line 65724) | [Pure] method Max (line 65734) | [Pure] method Min (line 65744) | [Pure] method Max (line 65754) | [Pure] method Abs (line 65768) | [Pure] method Floor (line 65782) | [Pure] method Ceiling (line 65792) | [Pure] method Round (line 65802) | [Pure] method Round (line 65812) | [Pure] method Round (line 65822) | [Pure] method Round (line 65832) | [Pure] method Truncate (line 65842) | [Pure] method Frac (line 65856) | [Pure] method Clamp (line 65870) | [Pure] method Clamp (line 65880) | [Pure] method ClampWrap (line 65890) | [Pure] method ClampWrap (line 65900) | [Pure] method Saturate (line 65910) | [Pure] method MapToUnitInterval (line 65924) | [Pure] method MapToUnitInterval (line 65934) | [Pure] method MapToUnitInterval (line 65944) | [Pure] method MapToUnitInterval (line 65954) | [Pure] method Sign (line 65968) | [Pure] method Signumi (line 65978) | [Pure] method Signum (line 65988) | [Pure] method MultiplyAdd (line 66002) | [Pure] method MultiplyAdd (line 66012) | [Pure] method MultiplyAdd (line 66022) | [Pure] method CopySign (line 66036) | [Pure] method CopySign (line 66046) | [Pure] method CopySign (line 66056) | [Pure] method Sqrt (line 66070) | [Pure] method Cbrt (line 66080) | [Pure] method Square (line 66094) | [Pure] method Pown (line 66108) | [Pure] method Pown (line 66118) | [Pure] method Pown (line 66128) | [Pure] method Pow (line 66138) | [Pure] method Pow (line 66148) | [Pure] method Pow (line 66158) | [Pure] method Power (line 66168) | [Pure] method Power (line 66179) | [Pure] method Power (line 66190) | [Pure] method Exp (line 66205) | [Pure] method Log (line 66215) | [Pure] method Log2 (line 66225) | [Pure] method Log2Int (line 66235) | [Pure] method Log10 (line 66245) | [Pure] method Log (line 66255) | [Pure] method ModP (line 66269) | [Pure] method PowerOfTwo (line 66283) | [Pure] method Sin (line 66297) | [Pure] method Cos (line 66307) | [Pure] method Tan (line 66317) | [Pure] method Asin (line 66327) | [Pure] method AsinClamped (line 66337) | [Pure] method Acos (line 66347) | [Pure] method AcosClamped (line 66357) | [Pure] method Atan (line 66367) | [Pure] method Atan2 (line 66377) | [Pure] method FastAtan2 (line 66387) | [Pure] method Sinh (line 66397) | [Pure] method Cosh (line 66407) | [Pure] method Tanh (line 66417) | [Pure] method Asinh (line 66427) | [Pure] method Acosh (line 66437) | [Pure] method Atanh (line 66447) | [Pure] method Step (line 66461) | [Pure] method Step (line 66471) | [Pure] method Linearstep (line 66481) | [Pure] method Linearstep (line 66491) | [Pure] method Smoothstep (line 66501) | [Pure] method Smoothstep (line 66511) | [Pure] method Lerp (line 66525) | [Pure] method Lerp (line 66535) | [Pure] method InvLerp (line 66545) | [Pure] method FloatToBits (line 66559) | [Pure] method ApproximateEquals (line 66573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 66583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 66597) | [Pure] method IsTiny (line 66605) | [Pure] method IsNaN (line 66617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 66624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 66631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 66638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 66645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 79020) | [Pure] method Min (line 79030) | [Pure] method Min (line 79040) | [Pure] method Max (line 79050) | [Pure] method Max (line 79060) | [Pure] method Max (line 79070) | [Pure] method Min (line 79080) | [Pure] method Max (line 79090) | [Pure] method Min (line 79100) | [Pure] method Max (line 79110) | [Pure] method Min (line 79120) | [Pure] method Max (line 79130) | [Pure] method Abs (line 79144) | [Pure] method Clamp (line 79158) | [Pure] method Clamp (line 79168) | [Pure] method ClampExcl (line 79178) | [Pure] method ClampExcl (line 79188) | [Pure] method ClampWrap (line 79198) | [Pure] method ClampWrap (line 79208) | [Pure] method Saturate (line 79218) | [Pure] method Sign (line 79232) | [Pure] method Signumi (line 79242) | [Pure] method Signum (line 79252) | [Pure] method MultiplyAdd (line 79266) | [Pure] method MultiplyAdd (line 79276) | [Pure] method MultiplyAdd (line 79286) | [Pure] method Sqrt (line 79300) | [Pure] method Cbrt (line 79310) | [Pure] method Square (line 79324) | [Pure] method Pown (line 79338) | [Pure] method Pown (line 79348) | [Pure] method Pown (line 79358) | [Pure] method Pow (line 79368) | [Pure] method Pow (line 79378) | [Pure] method Pow (line 79388) | [Pure] method Pow (line 79398) | [Pure] method Pow (line 79408) | [Pure] method Pow (line 79418) | [Pure] method Power (line 79428) | [Pure] method Power (line 79439) | [Pure] method Power (line 79450) | [Pure] method Power (line 79461) | [Pure] method Power (line 79472) | [Pure] method Power (line 79483) | [Pure] method Exp (line 79498) | [Pure] method Log (line 79508) | [Pure] method Log2 (line 79518) | [Pure] method Log2Int (line 79528) | [Pure] method Log10 (line 79538) | [Pure] method Log (line 79548) | [Pure] method ModP (line 79562) | [Pure] method PowerOfTwo (line 79576) | [Pure] method NextPowerOfTwo (line 79586) | [Pure] method PrevPowerOfTwo (line 79596) | [Pure] method Step (line 79610) | [Pure] method Step (line 79620) | [Pure] method Lerp (line 79634) | [Pure] method Lerp (line 79644) | [Pure] method Lerp (line 79654) | [Pure] method Lerp (line 79664) | [Pure] method InvLerp (line 79674) | [Pure] method GreatestCommonDivisor (line 79688) | [Pure] method LeastCommonMultiple (line 79698) | [Pure] method FloatFromBits (line 79712) | [Pure] method ApproximateEquals (line 79726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 79740) | [Pure] method Min (line 88085) | [Pure] method Min (line 88095) | [Pure] method Min (line 88105) | [Pure] method Max (line 88115) | [Pure] method Max (line 88125) | [Pure] method Max (line 88135) | [Pure] method Min (line 88145) | [Pure] method Max (line 88155) | [Pure] method Min (line 88165) | [Pure] method Max (line 88175) | [Pure] method Min (line 88185) | [Pure] method Max (line 88195) | [Pure] method Clamp (line 88209) | [Pure] method Clamp (line 88219) | [Pure] method ClampExcl (line 88229) | [Pure] method ClampExcl (line 88239) | [Pure] method ClampWrap (line 88249) | [Pure] method ClampWrap (line 88259) | [Pure] method Saturate (line 88269) | [Pure] method MultiplyAdd (line 88283) | [Pure] method MultiplyAdd (line 88293) | [Pure] method MultiplyAdd (line 88303) | [Pure] method Sqrt (line 88317) | [Pure] method Cbrt (line 88327) | [Pure] method Square (line 88341) | [Pure] method Pown (line 88355) | [Pure] method Pown (line 88365) | [Pure] method Pown (line 88375) | [Pure] method Pown (line 88385) | [Pure] method Pown (line 88395) | [Pure] method Pown (line 88405) | [Pure] method Pow (line 88415) | [Pure] method Pow (line 88425) | [Pure] method Pow (line 88435) | [Pure] method Pow (line 88445) | [Pure] method Pow (line 88455) | [Pure] method Pow (line 88465) | [Pure] method Power (line 88475) | [Pure] method Power (line 88486) | [Pure] method Power (line 88497) | [Pure] method Power (line 88508) | [Pure] method Power (line 88519) | [Pure] method Power (line 88530) | [Pure] method Exp (line 88545) | [Pure] method Log (line 88555) | [Pure] method Log2 (line 88565) | [Pure] method Log2Int (line 88575) | [Pure] method Log10 (line 88585) | [Pure] method Log (line 88595) | [Pure] method Step (line 88609) | [Pure] method Step (line 88619) | [Pure] method Lerp (line 88633) | [Pure] method Lerp (line 88643) | [Pure] method Lerp (line 88653) | [Pure] method Lerp (line 88663) | [Pure] method InvLerp (line 88673) | [Pure] method GreatestCommonDivisor (line 88687) | [Pure] method LeastCommonMultiple (line 88697) | [Pure] method FloatFromUnsignedBits (line 88711) | [Pure] method ApproximateEquals (line 88725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 88739) | [Pure] method Min (line 100720) | [Pure] method Min (line 100730) | [Pure] method Min (line 100740) | [Pure] method Max (line 100750) | [Pure] method Max (line 100760) | [Pure] method Max (line 100770) | [Pure] method Min (line 100780) | [Pure] method Max (line 100790) | [Pure] method Min (line 100800) | [Pure] method Max (line 100810) | [Pure] method Min (line 100820) | [Pure] method Max (line 100830) | [Pure] method Abs (line 100844) | [Pure] method Clamp (line 100858) | [Pure] method Clamp (line 100868) | [Pure] method ClampExcl (line 100878) | [Pure] method ClampExcl (line 100888) | [Pure] method ClampWrap (line 100898) | [Pure] method ClampWrap (line 100908) | [Pure] method Saturate (line 100918) | [Pure] method Sign (line 100932) | [Pure] method Signumi (line 100942) | [Pure] method Signum (line 100952) | [Pure] method MultiplyAdd (line 100966) | [Pure] method MultiplyAdd (line 100976) | [Pure] method MultiplyAdd (line 100986) | [Pure] method Sqrt (line 101000) | [Pure] method Cbrt (line 101010) | [Pure] method Square (line 101024) | [Pure] method Pown (line 101038) | [Pure] method Pown (line 101048) | [Pure] method Pown (line 101058) | [Pure] method Pown (line 101068) | [Pure] method Pown (line 101078) | [Pure] method Pown (line 101088) | [Pure] method Pow (line 101098) | [Pure] method Pow (line 101108) | [Pure] method Pow (line 101118) | [Pure] method Pow (line 101128) | [Pure] method Pow (line 101138) | [Pure] method Pow (line 101148) | [Pure] method Power (line 101158) | [Pure] method Power (line 101169) | [Pure] method Power (line 101180) | [Pure] method Power (line 101191) | [Pure] method Power (line 101202) | [Pure] method Power (line 101213) | [Pure] method Exp (line 101228) | [Pure] method Log (line 101238) | [Pure] method Log2 (line 101248) | [Pure] method Log2Int (line 101258) | [Pure] method Log10 (line 101268) | [Pure] method Log (line 101278) | [Pure] method ModP (line 101292) | [Pure] method PowerOfTwo (line 101306) | [Pure] method NextPowerOfTwo (line 101316) | [Pure] method PrevPowerOfTwo (line 101326) | [Pure] method Step (line 101340) | [Pure] method Step (line 101350) | [Pure] method Lerp (line 101364) | [Pure] method Lerp (line 101374) | [Pure] method Lerp (line 101384) | [Pure] method Lerp (line 101394) | [Pure] method InvLerp (line 101404) | [Pure] method GreatestCommonDivisor (line 101418) | [Pure] method LeastCommonMultiple (line 101428) | [Pure] method FloatFromBits (line 101442) | [Pure] method ApproximateEquals (line 101456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 101470) | [Pure] method Min (line 113921) | [Pure] method Min (line 113931) | [Pure] method Min (line 113941) | [Pure] method Max (line 113951) | [Pure] method Max (line 113961) | [Pure] method Max (line 113971) | [Pure] method Min (line 113981) | [Pure] method Max (line 113991) | [Pure] method Min (line 114001) | [Pure] method Max (line 114011) | [Pure] method Min (line 114021) | [Pure] method Max (line 114031) | [Pure] method Abs (line 114045) | [Pure] method Floor (line 114059) | [Pure] method Ceiling (line 114069) | [Pure] method Round (line 114079) | [Pure] method Round (line 114089) | [Pure] method Round (line 114099) | [Pure] method Round (line 114109) | [Pure] method Truncate (line 114119) | [Pure] method Frac (line 114133) | [Pure] method Clamp (line 114147) | [Pure] method Clamp (line 114157) | [Pure] method ClampWrap (line 114167) | [Pure] method ClampWrap (line 114177) | [Pure] method Saturate (line 114187) | [Pure] method MapToUnitInterval (line 114201) | [Pure] method MapToUnitInterval (line 114211) | [Pure] method MapToUnitInterval (line 114221) | [Pure] method MapToUnitInterval (line 114231) | [Pure] method Sign (line 114245) | [Pure] method Signumi (line 114255) | [Pure] method Signum (line 114265) | [Pure] method MultiplyAdd (line 114279) | [Pure] method MultiplyAdd (line 114289) | [Pure] method MultiplyAdd (line 114299) | [Pure] method CopySign (line 114313) | [Pure] method CopySign (line 114323) | [Pure] method CopySign (line 114333) | [Pure] method Sqrt (line 114347) | [Pure] method Cbrt (line 114357) | [Pure] method Square (line 114371) | [Pure] method Pown (line 114385) | [Pure] method Pown (line 114395) | [Pure] method Pown (line 114405) | [Pure] method Pow (line 114415) | [Pure] method Pow (line 114425) | [Pure] method Pow (line 114435) | [Pure] method Power (line 114445) | [Pure] method Power (line 114456) | [Pure] method Power (line 114467) | [Pure] method Exp (line 114482) | [Pure] method Log (line 114492) | [Pure] method Log2 (line 114502) | [Pure] method Log2Int (line 114512) | [Pure] method Log10 (line 114522) | [Pure] method Log (line 114532) | [Pure] method ModP (line 114546) | [Pure] method PowerOfTwo (line 114560) | [Pure] method Sin (line 114574) | [Pure] method Cos (line 114584) | [Pure] method Tan (line 114594) | [Pure] method Asin (line 114604) | [Pure] method AsinClamped (line 114614) | [Pure] method Acos (line 114624) | [Pure] method AcosClamped (line 114634) | [Pure] method Atan (line 114644) | [Pure] method Atan2 (line 114654) | [Pure] method FastAtan2 (line 114664) | [Pure] method Sinh (line 114674) | [Pure] method Cosh (line 114684) | [Pure] method Tanh (line 114694) | [Pure] method Asinh (line 114704) | [Pure] method Acosh (line 114714) | [Pure] method Atanh (line 114724) | [Pure] method Step (line 114738) | [Pure] method Step (line 114748) | [Pure] method Linearstep (line 114758) | [Pure] method Linearstep (line 114768) | [Pure] method Smoothstep (line 114778) | [Pure] method Smoothstep (line 114788) | [Pure] method Lerp (line 114802) | [Pure] method Lerp (line 114812) | [Pure] method InvLerp (line 114822) | [Pure] method FloatToBits (line 114836) | [Pure] method FloatToUnsignedBits (line 114846) | [Pure] method ApproximateEquals (line 114860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 114870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 114884) | [Pure] method IsTiny (line 114892) | [Pure] method IsNaN (line 114904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 114911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 114918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 114925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 114932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 127647) | [Pure] method Min (line 127657) | [Pure] method Min (line 127667) | [Pure] method Max (line 127677) | [Pure] method Max (line 127687) | [Pure] method Max (line 127697) | [Pure] method Min (line 127707) | [Pure] method Max (line 127717) | [Pure] method Min (line 127727) | [Pure] method Max (line 127737) | [Pure] method Min (line 127747) | [Pure] method Max (line 127757) | [Pure] method Abs (line 127771) | [Pure] method Floor (line 127785) | [Pure] method Ceiling (line 127795) | [Pure] method Round (line 127805) | [Pure] method Round (line 127815) | [Pure] method Round (line 127825) | [Pure] method Round (line 127835) | [Pure] method Truncate (line 127845) | [Pure] method Frac (line 127859) | [Pure] method Clamp (line 127873) | [Pure] method Clamp (line 127883) | [Pure] method ClampWrap (line 127893) | [Pure] method ClampWrap (line 127903) | [Pure] method Saturate (line 127913) | [Pure] method MapToUnitInterval (line 127927) | [Pure] method MapToUnitInterval (line 127937) | [Pure] method MapToUnitInterval (line 127947) | [Pure] method MapToUnitInterval (line 127957) | [Pure] method Sign (line 127971) | [Pure] method Signumi (line 127981) | [Pure] method Signum (line 127991) | [Pure] method MultiplyAdd (line 128005) | [Pure] method MultiplyAdd (line 128015) | [Pure] method MultiplyAdd (line 128025) | [Pure] method CopySign (line 128039) | [Pure] method CopySign (line 128049) | [Pure] method CopySign (line 128059) | [Pure] method Sqrt (line 128073) | [Pure] method Cbrt (line 128083) | [Pure] method Square (line 128097) | [Pure] method Pown (line 128111) | [Pure] method Pown (line 128121) | [Pure] method Pown (line 128131) | [Pure] method Pow (line 128141) | [Pure] method Pow (line 128151) | [Pure] method Pow (line 128161) | [Pure] method Power (line 128171) | [Pure] method Power (line 128182) | [Pure] method Power (line 128193) | [Pure] method Exp (line 128208) | [Pure] method Log (line 128218) | [Pure] method Log2 (line 128228) | [Pure] method Log2Int (line 128238) | [Pure] method Log10 (line 128248) | [Pure] method Log (line 128258) | [Pure] method ModP (line 128272) | [Pure] method PowerOfTwo (line 128286) | [Pure] method Sin (line 128300) | [Pure] method Cos (line 128310) | [Pure] method Tan (line 128320) | [Pure] method Asin (line 128330) | [Pure] method AsinClamped (line 128340) | [Pure] method Acos (line 128350) | [Pure] method AcosClamped (line 128360) | [Pure] method Atan (line 128370) | [Pure] method Atan2 (line 128380) | [Pure] method FastAtan2 (line 128390) | [Pure] method Sinh (line 128400) | [Pure] method Cosh (line 128410) | [Pure] method Tanh (line 128420) | [Pure] method Asinh (line 128430) | [Pure] method Acosh (line 128440) | [Pure] method Atanh (line 128450) | [Pure] method Step (line 128464) | [Pure] method Step (line 128474) | [Pure] method Linearstep (line 128484) | [Pure] method Linearstep (line 128494) | [Pure] method Smoothstep (line 128504) | [Pure] method Smoothstep (line 128514) | [Pure] method Lerp (line 128528) | [Pure] method Lerp (line 128538) | [Pure] method InvLerp (line 128548) | [Pure] method FloatToBits (line 128562) | [Pure] method ApproximateEquals (line 128576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 128586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 128600) | [Pure] method IsTiny (line 128608) | [Pure] method IsNaN (line 128620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 128627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 128634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 128641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 128648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Conversion (line 57270) | public static partial class Conversion method RadiansFromDegrees (line 19490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 19500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 19510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 19520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 19530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 19540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 25705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 25715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 25725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 25735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 25745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 25755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 57277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 57288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 57299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 57321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 57332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 66659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 66670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 66681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 66692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 66703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 66714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 114946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 114958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 114970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 114982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 114994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 115006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 128662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 128674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 128686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 128698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 128710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 128722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Vec (line 57346) | public static partial class Vec method LengthSquared (line 4326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 4333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 4402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 4431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 4496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 4503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 4513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 4524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 4530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 4546) | public static V2i Cross(this V2i a) method AllSmaller (line 4559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 4919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 4936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 4943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4954) | [Pure] method AllTiny (line 4962) | [Pure] method IndexOfClosestPoint (line 4971) | public static int IndexOfClosestPoint(this V2i[] pointArray, V2i point) method IndexOfClosestPoint (line 4984) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 4998) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 5012) | public static long LongIndexOfClosestPoint(this V2i[] pointArray, V2i ... method LongIndexOfClosestPoint (line 5025) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 5039) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 5057) | public static int IndexOfMinX(this V2i[] vectorArray, int count = 0) method LongIndexOfMinX (line 5074) | public static long LongIndexOfMinX(this V2i[] vectorArray, long count ... method IndexOfMaxX (line 5091) | public static int IndexOfMaxX(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 5108) | public static long LongIndexOfMaxX(this V2i[] vectorArray, long count ... method IndexOfMinY (line 5125) | public static int IndexOfMinY(this V2i[] vectorArray, int count = 0) method LongIndexOfMinY (line 5142) | public static long LongIndexOfMinY(this V2i[] vectorArray, long count ... method IndexOfMaxY (line 5159) | public static int IndexOfMaxY(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 5176) | public static long LongIndexOfMaxY(this V2i[] vectorArray, long count ... method IndexOfMinX (line 5193) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 5210) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 5227) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 5244) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 5260) | public static int[] CopyCoord(this V2i[] self, int index) method LengthSquared (line 8419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 8426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 8449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 8457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 8465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 8473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 8480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 8495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 8509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 8524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 8589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 8595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 8974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 8991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 8998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 9009) | [Pure] method AllTiny (line 9017) | [Pure] method IndexOfClosestPoint (line 9026) | public static int IndexOfClosestPoint(this V2ui[] pointArray, V2ui point) method IndexOfClosestPoint (line 9039) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 9053) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 9067) | public static long LongIndexOfClosestPoint(this V2ui[] pointArray, V2u... method LongIndexOfClosestPoint (line 9080) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 9094) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 9112) | public static int IndexOfMinX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 9129) | public static long LongIndexOfMinX(this V2ui[] vectorArray, long count... method IndexOfMaxX (line 9146) | public static int IndexOfMaxX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 9163) | public static long LongIndexOfMaxX(this V2ui[] vectorArray, long count... method IndexOfMinY (line 9180) | public static int IndexOfMinY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 9197) | public static long LongIndexOfMinY(this V2ui[] vectorArray, long count... method IndexOfMaxY (line 9214) | public static int IndexOfMaxY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 9231) | public static long LongIndexOfMaxY(this V2ui[] vectorArray, long count... method IndexOfMinX (line 9248) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 9265) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 9282) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 9299) | public static int IndexOfMaxY(this IList vectorArray, int count ... method CopyCoord (line 9315) | public static uint[] CopyCoord(this V2ui[] self, int index) method LengthSquared (line 13661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 13668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 13679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 13691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 13699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 13715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 13737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 13751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 13766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 13774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 13831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 13838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 13848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 13859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 13865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 13881) | public static V2l Cross(this V2l a) method AllSmaller (line 13894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 14004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 14254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 14271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 14278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 14289) | [Pure] method AllTiny (line 14297) | [Pure] method IndexOfClosestPoint (line 14306) | public static int IndexOfClosestPoint(this V2l[] pointArray, V2l point) method IndexOfClosestPoint (line 14319) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 14333) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 14347) | public static long LongIndexOfClosestPoint(this V2l[] pointArray, V2l ... method LongIndexOfClosestPoint (line 14360) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 14374) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 14392) | public static int IndexOfMinX(this V2l[] vectorArray, int count = 0) method LongIndexOfMinX (line 14409) | public static long LongIndexOfMinX(this V2l[] vectorArray, long count ... method IndexOfMaxX (line 14426) | public static int IndexOfMaxX(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 14443) | public static long LongIndexOfMaxX(this V2l[] vectorArray, long count ... method IndexOfMinY (line 14460) | public static int IndexOfMinY(this V2l[] vectorArray, int count = 0) method LongIndexOfMinY (line 14477) | public static long LongIndexOfMinY(this V2l[] vectorArray, long count ... method IndexOfMaxY (line 14494) | public static int IndexOfMaxY(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 14511) | public static long LongIndexOfMaxY(this V2l[] vectorArray, long count ... method IndexOfMinX (line 14528) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 14545) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 14562) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 14579) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 14595) | public static long[] CopyCoord(this V2l[] self, int index) method LengthSquared (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 19567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 19578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 19590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 19602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 19610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 19618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 19626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 19633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 19648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 19662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 19677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 19685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 19766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 19773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 19780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 19790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 19801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 19807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 19821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 19832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 19853) | public static V2f Cross(this V2f a) method AllSmaller (line 19866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 20226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 20243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 20250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 20261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 20272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 20283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 20298) | [Pure] method AllTiny (line 20306) | [Pure] method AnyFinite (line 20315) | [Pure] method AllFinite (line 20320) | [Pure] method AnyNaN (line 20325) | [Pure] method AllNaN (line 20330) | [Pure] method AnyInfinity (line 20335) | [Pure] method AllInfinity (line 20340) | [Pure] method AnyPositiveInfinity (line 20345) | [Pure] method AllPositiveInfinity (line 20350) | [Pure] method AnyNegativeInfinity (line 20355) | [Pure] method AllNegativeInfinity (line 20360) | [Pure] method AnyTiny (line 20365) | [Pure] method AllTiny (line 20370) | [Pure] method Dot90 (line 20382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 20391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 20400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 20410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 20420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 20430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 20440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 20490) | public static int IndexOfClosestPoint(this V2f[] pointArray, V2f point) method IndexOfClosestPoint (line 20503) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 20517) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 20531) | public static long LongIndexOfClosestPoint(this V2f[] pointArray, V2f ... method LongIndexOfClosestPoint (line 20544) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 20558) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 20576) | public static int IndexOfMinX(this V2f[] vectorArray, int count = 0) method LongIndexOfMinX (line 20593) | public static long LongIndexOfMinX(this V2f[] vectorArray, long count ... method IndexOfMaxX (line 20610) | public static int IndexOfMaxX(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 20627) | public static long LongIndexOfMaxX(this V2f[] vectorArray, long count ... method IndexOfMinY (line 20644) | public static int IndexOfMinY(this V2f[] vectorArray, int count = 0) method LongIndexOfMinY (line 20661) | public static long LongIndexOfMinY(this V2f[] vectorArray, long count ... method IndexOfMaxY (line 20678) | public static int IndexOfMaxY(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 20695) | public static long LongIndexOfMaxY(this V2f[] vectorArray, long count ... method IndexOfMinX (line 20712) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 20729) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 20746) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 20763) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 20779) | public static float[] CopyCoord(this V2f[] self, int index) method WeightedSum (line 20789) | public static V2f WeightedSum( method LengthSquared (line 25775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 25782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 25793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 25805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 25817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 25825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 25833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 25841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 25848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 25863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 25877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 25892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 25900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 25981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 25988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 25995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 26005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 26016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 26022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 26036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 26047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 26068) | public static V2d Cross(this V2d a) method AllSmaller (line 26081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 26441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 26458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 26465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 26476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 26487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 26498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 26513) | [Pure] method AllTiny (line 26521) | [Pure] method AnyFinite (line 26530) | [Pure] method AllFinite (line 26535) | [Pure] method AnyNaN (line 26540) | [Pure] method AllNaN (line 26545) | [Pure] method AnyInfinity (line 26550) | [Pure] method AllInfinity (line 26555) | [Pure] method AnyPositiveInfinity (line 26560) | [Pure] method AllPositiveInfinity (line 26565) | [Pure] method AnyNegativeInfinity (line 26570) | [Pure] method AllNegativeInfinity (line 26575) | [Pure] method AnyTiny (line 26580) | [Pure] method AllTiny (line 26585) | [Pure] method Dot90 (line 26597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 26606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 26615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 26625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 26635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 26645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 26655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 26705) | public static int IndexOfClosestPoint(this V2d[] pointArray, V2d point) method IndexOfClosestPoint (line 26718) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 26732) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 26746) | public static long LongIndexOfClosestPoint(this V2d[] pointArray, V2d ... method LongIndexOfClosestPoint (line 26759) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 26773) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 26791) | public static int IndexOfMinX(this V2d[] vectorArray, int count = 0) method LongIndexOfMinX (line 26808) | public static long LongIndexOfMinX(this V2d[] vectorArray, long count ... method IndexOfMaxX (line 26825) | public static int IndexOfMaxX(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 26842) | public static long LongIndexOfMaxX(this V2d[] vectorArray, long count ... method IndexOfMinY (line 26859) | public static int IndexOfMinY(this V2d[] vectorArray, int count = 0) method LongIndexOfMinY (line 26876) | public static long LongIndexOfMinY(this V2d[] vectorArray, long count ... method IndexOfMaxY (line 26893) | public static int IndexOfMaxY(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 26910) | public static long LongIndexOfMaxY(this V2d[] vectorArray, long count ... method IndexOfMinX (line 26927) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 26944) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 26961) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 26978) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 26994) | public static double[] CopyCoord(this V2d[] self, int index) method WeightedSum (line 27004) | public static V2d WeightedSum( method LengthSquared (line 34164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 34171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 34182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 34241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 34270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 34278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 34335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 34346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 34358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 34367) | public static M33i CrossMatrix(this V3i v) method DirFlags (line 34374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 34390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 34768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 34787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 34794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 34805) | [Pure] method AllTiny (line 34813) | [Pure] method IndexOfClosestPoint (line 34822) | public static int IndexOfClosestPoint(this V3i[] pointArray, V3i point) method IndexOfClosestPoint (line 34835) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 34849) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 34863) | public static long LongIndexOfClosestPoint(this V3i[] pointArray, V3i ... method LongIndexOfClosestPoint (line 34876) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 34890) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 34908) | public static int IndexOfMinX(this V3i[] vectorArray, int count = 0) method LongIndexOfMinX (line 34925) | public static long LongIndexOfMinX(this V3i[] vectorArray, long count ... method IndexOfMaxX (line 34942) | public static int IndexOfMaxX(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 34959) | public static long LongIndexOfMaxX(this V3i[] vectorArray, long count ... method IndexOfMinY (line 34976) | public static int IndexOfMinY(this V3i[] vectorArray, int count = 0) method LongIndexOfMinY (line 34993) | public static long LongIndexOfMinY(this V3i[] vectorArray, long count ... method IndexOfMaxY (line 35010) | public static int IndexOfMaxY(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 35027) | public static long LongIndexOfMaxY(this V3i[] vectorArray, long count ... method IndexOfMinZ (line 35044) | public static int IndexOfMinZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 35061) | public static long LongIndexOfMinZ(this V3i[] vectorArray, long count ... method IndexOfMaxZ (line 35078) | public static int IndexOfMaxZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 35095) | public static long LongIndexOfMaxZ(this V3i[] vectorArray, long count ... method IndexOfMinX (line 35112) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 35129) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 35146) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 35163) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 35180) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 35197) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 35213) | public static int[] CopyCoord(this V3i[] self, int index) method LengthSquared (line 40144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 40151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 40162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 40174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 40182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 40190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 40198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 40205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 40221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 40235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 40250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 40258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 40315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 40321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 40702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 40721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 40728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 40739) | [Pure] method AllTiny (line 40747) | [Pure] method IndexOfClosestPoint (line 40756) | public static int IndexOfClosestPoint(this V3ui[] pointArray, V3ui point) method IndexOfClosestPoint (line 40769) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 40783) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 40797) | public static long LongIndexOfClosestPoint(this V3ui[] pointArray, V3u... method LongIndexOfClosestPoint (line 40810) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 40824) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 40842) | public static int IndexOfMinX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 40859) | public static long LongIndexOfMinX(this V3ui[] vectorArray, long count... method IndexOfMaxX (line 40876) | public static int IndexOfMaxX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 40893) | public static long LongIndexOfMaxX(this V3ui[] vectorArray, long count... method IndexOfMinY (line 40910) | public static int IndexOfMinY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 40927) | public static long LongIndexOfMinY(this V3ui[] vectorArray, long count... method IndexOfMaxY (line 40944) | public static int IndexOfMaxY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 40961) | public static long LongIndexOfMaxY(this V3ui[] vectorArray, long count... method IndexOfMinZ (line 40978) | public static int IndexOfMinZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 40995) | public static long LongIndexOfMinZ(this V3ui[] vectorArray, long count... method IndexOfMaxZ (line 41012) | public static int IndexOfMaxZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 41029) | public static long LongIndexOfMaxZ(this V3ui[] vectorArray, long count... method IndexOfMinX (line 41046) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 41063) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 41080) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 41097) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 41114) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 41131) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method CopyCoord (line 41147) | public static uint[] CopyCoord(this V3ui[] self, int index) method LengthSquared (line 48281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 48288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 48299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 48358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 48387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 48395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 48452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 48463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 48475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 48484) | public static M33l CrossMatrix(this V3l v) method DirFlags (line 48491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 48507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 48885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 48904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 48911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 48922) | [Pure] method AllTiny (line 48930) | [Pure] method IndexOfClosestPoint (line 48939) | public static int IndexOfClosestPoint(this V3l[] pointArray, V3l point) method IndexOfClosestPoint (line 48952) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 48966) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 48980) | public static long LongIndexOfClosestPoint(this V3l[] pointArray, V3l ... method LongIndexOfClosestPoint (line 48993) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 49007) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 49025) | public static int IndexOfMinX(this V3l[] vectorArray, int count = 0) method LongIndexOfMinX (line 49042) | public static long LongIndexOfMinX(this V3l[] vectorArray, long count ... method IndexOfMaxX (line 49059) | public static int IndexOfMaxX(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 49076) | public static long LongIndexOfMaxX(this V3l[] vectorArray, long count ... method IndexOfMinY (line 49093) | public static int IndexOfMinY(this V3l[] vectorArray, int count = 0) method LongIndexOfMinY (line 49110) | public static long LongIndexOfMinY(this V3l[] vectorArray, long count ... method IndexOfMaxY (line 49127) | public static int IndexOfMaxY(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 49144) | public static long LongIndexOfMaxY(this V3l[] vectorArray, long count ... method IndexOfMinZ (line 49161) | public static int IndexOfMinZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 49178) | public static long LongIndexOfMinZ(this V3l[] vectorArray, long count ... method IndexOfMaxZ (line 49195) | public static int IndexOfMaxZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 49212) | public static long LongIndexOfMaxZ(this V3l[] vectorArray, long count ... method IndexOfMinX (line 49229) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 49246) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 49263) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 49280) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 49297) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 49314) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 49330) | public static long[] CopyCoord(this V3l[] self, int index) method LengthSquared (line 57353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 57360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 57371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 57384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 57396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 57404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 57412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 57420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 57427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 57443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 57457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 57472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 57480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 57561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 57568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 57579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 57591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 57600) | public static M33f CrossMatrix(this V3f v) method DirFlags (line 57607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 57623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 57634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 57653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 58031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 58050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 58057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 58069) | public static V3f AxisAlignedNormal(this V3f v) method AngleBetweenFast (line 58101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 58112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 58127) | [Pure] method AllTiny (line 58135) | [Pure] method AnyFinite (line 58144) | [Pure] method AllFinite (line 58149) | [Pure] method AnyNaN (line 58154) | [Pure] method AllNaN (line 58159) | [Pure] method AnyInfinity (line 58164) | [Pure] method AllInfinity (line 58169) | [Pure] method AnyPositiveInfinity (line 58174) | [Pure] method AllPositiveInfinity (line 58179) | [Pure] method AnyNegativeInfinity (line 58184) | [Pure] method AllNegativeInfinity (line 58189) | [Pure] method AnyTiny (line 58194) | [Pure] method AllTiny (line 58199) | [Pure] method LinCom (line 58208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 58248) | public static int IndexOfClosestPoint(this V3f[] pointArray, V3f point) method IndexOfClosestPoint (line 58261) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 58275) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 58289) | public static long LongIndexOfClosestPoint(this V3f[] pointArray, V3f ... method LongIndexOfClosestPoint (line 58302) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 58316) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 58334) | public static int IndexOfMinX(this V3f[] vectorArray, int count = 0) method LongIndexOfMinX (line 58351) | public static long LongIndexOfMinX(this V3f[] vectorArray, long count ... method IndexOfMaxX (line 58368) | public static int IndexOfMaxX(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 58385) | public static long LongIndexOfMaxX(this V3f[] vectorArray, long count ... method IndexOfMinY (line 58402) | public static int IndexOfMinY(this V3f[] vectorArray, int count = 0) method LongIndexOfMinY (line 58419) | public static long LongIndexOfMinY(this V3f[] vectorArray, long count ... method IndexOfMaxY (line 58436) | public static int IndexOfMaxY(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 58453) | public static long LongIndexOfMaxY(this V3f[] vectorArray, long count ... method IndexOfMinZ (line 58470) | public static int IndexOfMinZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 58487) | public static long LongIndexOfMinZ(this V3f[] vectorArray, long count ... method IndexOfMaxZ (line 58504) | public static int IndexOfMaxZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 58521) | public static long LongIndexOfMaxZ(this V3f[] vectorArray, long count ... method IndexOfMinX (line 58538) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 58555) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 58572) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 58589) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 58606) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 58623) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 58639) | public static float[] CopyCoord(this V3f[] self, int index) method WeightedSum (line 58650) | public static V3f WeightedSum( method LengthSquared (line 66735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 66742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 66753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 66766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 66778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 66786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 66794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 66802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 66809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 66825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 66839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 66854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 66862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 66943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 66950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 66961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 66973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 66982) | public static M33d CrossMatrix(this V3d v) method DirFlags (line 66989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 67005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 67016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 67035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 67413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 67432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 67439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 67451) | public static V3d AxisAlignedNormal(this V3d v) method AngleBetweenFast (line 67483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 67494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 67509) | [Pure] method AllTiny (line 67517) | [Pure] method AnyFinite (line 67526) | [Pure] method AllFinite (line 67531) | [Pure] method AnyNaN (line 67536) | [Pure] method AllNaN (line 67541) | [Pure] method AnyInfinity (line 67546) | [Pure] method AllInfinity (line 67551) | [Pure] method AnyPositiveInfinity (line 67556) | [Pure] method AllPositiveInfinity (line 67561) | [Pure] method AnyNegativeInfinity (line 67566) | [Pure] method AllNegativeInfinity (line 67571) | [Pure] method AnyTiny (line 67576) | [Pure] method AllTiny (line 67581) | [Pure] method LinCom (line 67590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 67630) | public static int IndexOfClosestPoint(this V3d[] pointArray, V3d point) method IndexOfClosestPoint (line 67643) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 67657) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 67671) | public static long LongIndexOfClosestPoint(this V3d[] pointArray, V3d ... method LongIndexOfClosestPoint (line 67684) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 67698) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 67716) | public static int IndexOfMinX(this V3d[] vectorArray, int count = 0) method LongIndexOfMinX (line 67733) | public static long LongIndexOfMinX(this V3d[] vectorArray, long count ... method IndexOfMaxX (line 67750) | public static int IndexOfMaxX(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 67767) | public static long LongIndexOfMaxX(this V3d[] vectorArray, long count ... method IndexOfMinY (line 67784) | public static int IndexOfMinY(this V3d[] vectorArray, int count = 0) method LongIndexOfMinY (line 67801) | public static long LongIndexOfMinY(this V3d[] vectorArray, long count ... method IndexOfMaxY (line 67818) | public static int IndexOfMaxY(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 67835) | public static long LongIndexOfMaxY(this V3d[] vectorArray, long count ... method IndexOfMinZ (line 67852) | public static int IndexOfMinZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 67869) | public static long LongIndexOfMinZ(this V3d[] vectorArray, long count ... method IndexOfMaxZ (line 67886) | public static int IndexOfMaxZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 67903) | public static long LongIndexOfMaxZ(this V3d[] vectorArray, long count ... method IndexOfMinX (line 67920) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 67937) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 67954) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 67971) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 67988) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 68005) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 68021) | public static double[] CopyCoord(this V3d[] self, int index) method WeightedSum (line 68032) | public static V3d WeightedSum( method LengthSquared (line 79758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 79765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 79776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 79788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 79796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 79804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 79812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 79819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 79836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 79850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 79865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 79873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 79930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 79942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 79955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 79961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 80004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 80344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 80365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 80372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 80383) | [Pure] method AllTiny (line 80391) | [Pure] method IndexOfClosestPoint (line 80400) | public static int IndexOfClosestPoint(this V4i[] pointArray, V4i point) method IndexOfClosestPoint (line 80413) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 80427) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 80441) | public static long LongIndexOfClosestPoint(this V4i[] pointArray, V4i ... method LongIndexOfClosestPoint (line 80454) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 80468) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 80486) | public static int IndexOfMinX(this V4i[] vectorArray, int count = 0) method LongIndexOfMinX (line 80503) | public static long LongIndexOfMinX(this V4i[] vectorArray, long count ... method IndexOfMaxX (line 80520) | public static int IndexOfMaxX(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 80537) | public static long LongIndexOfMaxX(this V4i[] vectorArray, long count ... method IndexOfMinY (line 80554) | public static int IndexOfMinY(this V4i[] vectorArray, int count = 0) method LongIndexOfMinY (line 80571) | public static long LongIndexOfMinY(this V4i[] vectorArray, long count ... method IndexOfMaxY (line 80588) | public static int IndexOfMaxY(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 80605) | public static long LongIndexOfMaxY(this V4i[] vectorArray, long count ... method IndexOfMinZ (line 80622) | public static int IndexOfMinZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 80639) | public static long LongIndexOfMinZ(this V4i[] vectorArray, long count ... method IndexOfMaxZ (line 80656) | public static int IndexOfMaxZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 80673) | public static long LongIndexOfMaxZ(this V4i[] vectorArray, long count ... method IndexOfMinW (line 80690) | public static int IndexOfMinW(this V4i[] vectorArray, int count = 0) method LongIndexOfMinW (line 80707) | public static long LongIndexOfMinW(this V4i[] vectorArray, long count ... method IndexOfMaxW (line 80724) | public static int IndexOfMaxW(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxW (line 80741) | public static long LongIndexOfMaxW(this V4i[] vectorArray, long count ... method IndexOfMinX (line 80758) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 80775) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 80792) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 80809) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 80826) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 80843) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 80860) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 80877) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 80893) | public static int[] CopyCoord(this V4i[] self, int index) method LengthSquared (line 88757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 88764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 88775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 88787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 88795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 88803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 88811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 88818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 88835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 88849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 88864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 88872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 88929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 88935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 89008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 89318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 89339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 89346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 89357) | [Pure] method AllTiny (line 89365) | [Pure] method IndexOfClosestPoint (line 89374) | public static int IndexOfClosestPoint(this V4ui[] pointArray, V4ui point) method IndexOfClosestPoint (line 89387) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 89401) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 89415) | public static long LongIndexOfClosestPoint(this V4ui[] pointArray, V4u... method LongIndexOfClosestPoint (line 89428) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 89442) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 89460) | public static int IndexOfMinX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 89477) | public static long LongIndexOfMinX(this V4ui[] vectorArray, long count... method IndexOfMaxX (line 89494) | public static int IndexOfMaxX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 89511) | public static long LongIndexOfMaxX(this V4ui[] vectorArray, long count... method IndexOfMinY (line 89528) | public static int IndexOfMinY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 89545) | public static long LongIndexOfMinY(this V4ui[] vectorArray, long count... method IndexOfMaxY (line 89562) | public static int IndexOfMaxY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 89579) | public static long LongIndexOfMaxY(this V4ui[] vectorArray, long count... method IndexOfMinZ (line 89596) | public static int IndexOfMinZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 89613) | public static long LongIndexOfMinZ(this V4ui[] vectorArray, long count... method IndexOfMaxZ (line 89630) | public static int IndexOfMaxZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 89647) | public static long LongIndexOfMaxZ(this V4ui[] vectorArray, long count... method IndexOfMinW (line 89664) | public static int IndexOfMinW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinW (line 89681) | public static long LongIndexOfMinW(this V4ui[] vectorArray, long count... method IndexOfMaxW (line 89698) | public static int IndexOfMaxW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxW (line 89715) | public static long LongIndexOfMaxW(this V4ui[] vectorArray, long count... method IndexOfMinX (line 89732) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 89749) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 89766) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 89783) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 89800) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 89817) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method IndexOfMinW (line 89834) | public static int IndexOfMinW(this IList vectorArray, int count ... method IndexOfMaxW (line 89851) | public static int IndexOfMaxW(this IList vectorArray, int count ... method CopyCoord (line 89867) | public static uint[] CopyCoord(this V4ui[] self, int index) method LengthSquared (line 101488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 101495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 101506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 101518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 101526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 101534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 101542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 101549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 101566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 101580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 101595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 101603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 101660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 101672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 101685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 101691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 102004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 102074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 102095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 102102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 102113) | [Pure] method AllTiny (line 102121) | [Pure] method IndexOfClosestPoint (line 102130) | public static int IndexOfClosestPoint(this V4l[] pointArray, V4l point) method IndexOfClosestPoint (line 102143) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 102157) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 102171) | public static long LongIndexOfClosestPoint(this V4l[] pointArray, V4l ... method LongIndexOfClosestPoint (line 102184) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 102198) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 102216) | public static int IndexOfMinX(this V4l[] vectorArray, int count = 0) method LongIndexOfMinX (line 102233) | public static long LongIndexOfMinX(this V4l[] vectorArray, long count ... method IndexOfMaxX (line 102250) | public static int IndexOfMaxX(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 102267) | public static long LongIndexOfMaxX(this V4l[] vectorArray, long count ... method IndexOfMinY (line 102284) | public static int IndexOfMinY(this V4l[] vectorArray, int count = 0) method LongIndexOfMinY (line 102301) | public static long LongIndexOfMinY(this V4l[] vectorArray, long count ... method IndexOfMaxY (line 102318) | public static int IndexOfMaxY(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 102335) | public static long LongIndexOfMaxY(this V4l[] vectorArray, long count ... method IndexOfMinZ (line 102352) | public static int IndexOfMinZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 102369) | public static long LongIndexOfMinZ(this V4l[] vectorArray, long count ... method IndexOfMaxZ (line 102386) | public static int IndexOfMaxZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 102403) | public static long LongIndexOfMaxZ(this V4l[] vectorArray, long count ... method IndexOfMinW (line 102420) | public static int IndexOfMinW(this V4l[] vectorArray, int count = 0) method LongIndexOfMinW (line 102437) | public static long LongIndexOfMinW(this V4l[] vectorArray, long count ... method IndexOfMaxW (line 102454) | public static int IndexOfMaxW(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxW (line 102471) | public static long LongIndexOfMaxW(this V4l[] vectorArray, long count ... method IndexOfMinX (line 102488) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 102505) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 102522) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 102539) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 102556) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 102573) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 102590) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 102607) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 102623) | public static long[] CopyCoord(this V4l[] self, int index) method LengthSquared (line 115028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 115035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 115046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 115060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 115072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 115080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 115088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 115096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 115103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 115120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 115134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 115149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 115157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 115238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 115245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 115257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 115270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 115276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 115294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 115305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 115689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 115710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 115717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 115728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 115739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 115754) | [Pure] method AllTiny (line 115762) | [Pure] method AnyFinite (line 115771) | [Pure] method AllFinite (line 115776) | [Pure] method AnyNaN (line 115781) | [Pure] method AllNaN (line 115786) | [Pure] method AnyInfinity (line 115791) | [Pure] method AllInfinity (line 115796) | [Pure] method AnyPositiveInfinity (line 115801) | [Pure] method AllPositiveInfinity (line 115806) | [Pure] method AnyNegativeInfinity (line 115811) | [Pure] method AllNegativeInfinity (line 115816) | [Pure] method AnyTiny (line 115821) | [Pure] method AllTiny (line 115826) | [Pure] method LinCom (line 115835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 115875) | public static int IndexOfClosestPoint(this V4f[] pointArray, V4f point) method IndexOfClosestPoint (line 115888) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 115902) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 115916) | public static long LongIndexOfClosestPoint(this V4f[] pointArray, V4f ... method LongIndexOfClosestPoint (line 115929) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 115943) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 115961) | public static int IndexOfMinX(this V4f[] vectorArray, int count = 0) method LongIndexOfMinX (line 115978) | public static long LongIndexOfMinX(this V4f[] vectorArray, long count ... method IndexOfMaxX (line 115995) | public static int IndexOfMaxX(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 116012) | public static long LongIndexOfMaxX(this V4f[] vectorArray, long count ... method IndexOfMinY (line 116029) | public static int IndexOfMinY(this V4f[] vectorArray, int count = 0) method LongIndexOfMinY (line 116046) | public static long LongIndexOfMinY(this V4f[] vectorArray, long count ... method IndexOfMaxY (line 116063) | public static int IndexOfMaxY(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 116080) | public static long LongIndexOfMaxY(this V4f[] vectorArray, long count ... method IndexOfMinZ (line 116097) | public static int IndexOfMinZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 116114) | public static long LongIndexOfMinZ(this V4f[] vectorArray, long count ... method IndexOfMaxZ (line 116131) | public static int IndexOfMaxZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 116148) | public static long LongIndexOfMaxZ(this V4f[] vectorArray, long count ... method IndexOfMinW (line 116165) | public static int IndexOfMinW(this V4f[] vectorArray, int count = 0) method LongIndexOfMinW (line 116182) | public static long LongIndexOfMinW(this V4f[] vectorArray, long count ... method IndexOfMaxW (line 116199) | public static int IndexOfMaxW(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxW (line 116216) | public static long LongIndexOfMaxW(this V4f[] vectorArray, long count ... method IndexOfMinX (line 116233) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 116250) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 116267) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 116284) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 116301) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 116318) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 116335) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 116352) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 116368) | public static float[] CopyCoord(this V4f[] self, int index) method WeightedSum (line 116380) | public static V4f WeightedSum( method LengthSquared (line 128744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 128751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 128762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 128776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 128788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 128796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 128804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 128812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 128819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 128836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 128850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 128865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 128873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 128954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 128961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 128973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 128986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 128992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 129010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 129021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 129405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 129426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 129433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 129444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 129455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 129470) | [Pure] method AllTiny (line 129478) | [Pure] method AnyFinite (line 129487) | [Pure] method AllFinite (line 129492) | [Pure] method AnyNaN (line 129497) | [Pure] method AllNaN (line 129502) | [Pure] method AnyInfinity (line 129507) | [Pure] method AllInfinity (line 129512) | [Pure] method AnyPositiveInfinity (line 129517) | [Pure] method AllPositiveInfinity (line 129522) | [Pure] method AnyNegativeInfinity (line 129527) | [Pure] method AllNegativeInfinity (line 129532) | [Pure] method AnyTiny (line 129537) | [Pure] method AllTiny (line 129542) | [Pure] method LinCom (line 129551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 129591) | public static int IndexOfClosestPoint(this V4d[] pointArray, V4d point) method IndexOfClosestPoint (line 129604) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 129618) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 129632) | public static long LongIndexOfClosestPoint(this V4d[] pointArray, V4d ... method LongIndexOfClosestPoint (line 129645) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 129659) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 129677) | public static int IndexOfMinX(this V4d[] vectorArray, int count = 0) method LongIndexOfMinX (line 129694) | public static long LongIndexOfMinX(this V4d[] vectorArray, long count ... method IndexOfMaxX (line 129711) | public static int IndexOfMaxX(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 129728) | public static long LongIndexOfMaxX(this V4d[] vectorArray, long count ... method IndexOfMinY (line 129745) | public static int IndexOfMinY(this V4d[] vectorArray, int count = 0) method LongIndexOfMinY (line 129762) | public static long LongIndexOfMinY(this V4d[] vectorArray, long count ... method IndexOfMaxY (line 129779) | public static int IndexOfMaxY(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 129796) | public static long LongIndexOfMaxY(this V4d[] vectorArray, long count ... method IndexOfMinZ (line 129813) | public static int IndexOfMinZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 129830) | public static long LongIndexOfMinZ(this V4d[] vectorArray, long count ... method IndexOfMaxZ (line 129847) | public static int IndexOfMaxZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 129864) | public static long LongIndexOfMaxZ(this V4d[] vectorArray, long count ... method IndexOfMinW (line 129881) | public static int IndexOfMinW(this V4d[] vectorArray, int count = 0) method LongIndexOfMinW (line 129898) | public static long LongIndexOfMinW(this V4d[] vectorArray, long count ... method IndexOfMaxW (line 129915) | public static int IndexOfMaxW(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxW (line 129932) | public static long LongIndexOfMaxW(this V4d[] vectorArray, long count ... method IndexOfMinX (line 129949) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 129966) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 129983) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 130000) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 130017) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 130034) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 130051) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 130068) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 130084) | public static double[] CopyCoord(this V4d[] self, int index) method WeightedSum (line 130096) | public static V4d WeightedSum( class IRandomUniformV3fExtensions (line 58662) | public static class IRandomUniformV3fExtensions method UniformV3f (line 58669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3f (line 58679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3fClosed (line 58688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3fClosed (line 58698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3fOpen (line 58707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3fOpen (line 58717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3fDirection (line 58729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3fClosedSphere (line 58742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3fOpenSphere (line 58761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type V3d (line 58783) | [DataContract] method V3d (line 58800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 58998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59009) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59187) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59199) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59266) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59302) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59338) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59350) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V3d (line 59430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2i (line 59498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2ui (line 59501) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2l (line 59504) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2f (line 59507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 59510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 59513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 59516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 59519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 59522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 59525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 59528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 59531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 59534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 59589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 59604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 59619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3f (line 59632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3d (line 59645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 59661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 59677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 59693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4f (line 59707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4d (line 59721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToFloorV3l (line 59724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToCeilingV3l (line 59728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2iInhomo (line 59735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2uiInhomo (line 59745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2lInhomo (line 59755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2fInhomo (line 59765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2dInhomo (line 59775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4iHomo (line 59785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4uiHomo (line 59792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4lHomo (line 59799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4fHomo (line 59806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4dHomo (line 59813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 59820) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 59827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 59831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 59842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 59849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 59853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 59864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 59871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 59875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 59886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 59893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 59897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 59908) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 59915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 59919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 59927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 59935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 59943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3i (line 60380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3ui (line 60384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3l (line 60388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV3f (line 60392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 60400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 60407) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 60414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3f (line 60420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3d (line 60426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 60433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 60440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 60447) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4f (line 60453) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4d (line 60459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCubeFaceCode (line 60470) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CubeMappedOnFace (line 60600) | public readonly V3d CubeMappedOnFace(out int face) method Abs (line 60662) | [EditorBrowsable(EditorBrowsableState.Never)] method Floor (line 60667) | [EditorBrowsable(EditorBrowsableState.Never)] method Ceiling (line 60672) | [EditorBrowsable(EditorBrowsableState.Never)] method Round (line 60677) | [EditorBrowsable(EditorBrowsableState.Never)] method Truncate (line 60682) | [EditorBrowsable(EditorBrowsableState.Never)] method Acos (line 60687) | [EditorBrowsable(EditorBrowsableState.Never)] method Acoshb (line 60692) | [EditorBrowsable(EditorBrowsableState.Never)] method Cos (line 60697) | [EditorBrowsable(EditorBrowsableState.Never)] method Cosh (line 60702) | [EditorBrowsable(EditorBrowsableState.Never)] method Asin (line 60707) | [EditorBrowsable(EditorBrowsableState.Never)] method Asinhb (line 60712) | [EditorBrowsable(EditorBrowsableState.Never)] method Sin (line 60717) | [EditorBrowsable(EditorBrowsableState.Never)] method Sinh (line 60722) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan (line 60727) | [EditorBrowsable(EditorBrowsableState.Never)] method Atanhb (line 60732) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan2 (line 60737) | [EditorBrowsable(EditorBrowsableState.Never)] method Tan (line 60742) | [EditorBrowsable(EditorBrowsableState.Never)] method Tanh (line 60747) | [EditorBrowsable(EditorBrowsableState.Never)] method Sqrt (line 60752) | [EditorBrowsable(EditorBrowsableState.Never)] method CubeRoot (line 60757) | [EditorBrowsable(EditorBrowsableState.Never)] method Exp (line 60762) | [EditorBrowsable(EditorBrowsableState.Never)] method Log (line 60767) | [EditorBrowsable(EditorBrowsableState.Never)] method LogBinary (line 60772) | [EditorBrowsable(EditorBrowsableState.Never)] method Log10 (line 60777) | [EditorBrowsable(EditorBrowsableState.Never)] method CopySgn (line 60782) | [EditorBrowsable(EditorBrowsableState.Never)] method CopySgn (line 60787) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 60792) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 60797) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 60802) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 60807) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 60812) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 60817) | [EditorBrowsable(EditorBrowsableState.Never)] method Saturate (line 60822) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 60827) | [EditorBrowsable(EditorBrowsableState.Never)] method Set (line 60839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 60850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 60861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 60872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 60883) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 61059) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 61069) | public override readonly string ToString() method ToString (line 61074) | public readonly string ToString(string format) method ToString (line 61079) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 61087) | public readonly string ToString(string format, IFormatProvider fp, str... method GetHashCode (line 61093) | public override readonly int GetHashCode() method Equals (line 61098) | public override readonly bool Equals(object other) method ToText (line 61101) | public readonly Text ToText(int bracketLevel = 1) method Parse (line 61115) | public static V3d Parse(string s) method Parse (line 61125) | public static V3d Parse(Text t) method Parse (line 61130) | public static V3d Parse(Text t, int bracketLevel) method GetValue (line 65603) | public readonly object GetValue(long index) method SetValue (line 65608) | public void SetValue(object value, long index) class V3dEqualityComparer (line 65617) | public class V3dEqualityComparer : IEqualityComparer method Equals (line 65624) | public bool Equals(V3d v0, V3d v1) method GetHashCode (line 65629) | public int GetHashCode(V3d v) class Fun (line 65637) | public static partial class Fun method Min (line 3588) | [Pure] method Min (line 3598) | [Pure] method Min (line 3608) | [Pure] method Max (line 3618) | [Pure] method Max (line 3628) | [Pure] method Max (line 3638) | [Pure] method Min (line 3648) | [Pure] method Max (line 3658) | [Pure] method Min (line 3668) | [Pure] method Max (line 3678) | [Pure] method Min (line 3688) | [Pure] method Max (line 3698) | [Pure] method Abs (line 3712) | [Pure] method Clamp (line 3726) | [Pure] method Clamp (line 3736) | [Pure] method ClampExcl (line 3746) | [Pure] method ClampExcl (line 3756) | [Pure] method ClampWrap (line 3766) | [Pure] method ClampWrap (line 3776) | [Pure] method Saturate (line 3786) | [Pure] method Sign (line 3800) | [Pure] method Signumi (line 3810) | [Pure] method Signum (line 3820) | [Pure] method MultiplyAdd (line 3834) | [Pure] method MultiplyAdd (line 3844) | [Pure] method MultiplyAdd (line 3854) | [Pure] method Sqrt (line 3868) | [Pure] method Cbrt (line 3878) | [Pure] method Square (line 3892) | [Pure] method Pown (line 3906) | [Pure] method Pown (line 3916) | [Pure] method Pown (line 3926) | [Pure] method Pow (line 3936) | [Pure] method Pow (line 3946) | [Pure] method Pow (line 3956) | [Pure] method Pow (line 3966) | [Pure] method Pow (line 3976) | [Pure] method Pow (line 3986) | [Pure] method Power (line 3996) | [Pure] method Power (line 4007) | [Pure] method Power (line 4018) | [Pure] method Power (line 4029) | [Pure] method Power (line 4040) | [Pure] method Power (line 4051) | [Pure] method Exp (line 4066) | [Pure] method Log (line 4076) | [Pure] method Log2 (line 4086) | [Pure] method Log2Int (line 4096) | [Pure] method Log10 (line 4106) | [Pure] method Log (line 4116) | [Pure] method ModP (line 4130) | [Pure] method PowerOfTwo (line 4144) | [Pure] method NextPowerOfTwo (line 4154) | [Pure] method PrevPowerOfTwo (line 4164) | [Pure] method Step (line 4178) | [Pure] method Step (line 4188) | [Pure] method Lerp (line 4202) | [Pure] method Lerp (line 4212) | [Pure] method Lerp (line 4222) | [Pure] method Lerp (line 4232) | [Pure] method InvLerp (line 4242) | [Pure] method GreatestCommonDivisor (line 4256) | [Pure] method LeastCommonMultiple (line 4266) | [Pure] method FloatFromBits (line 4280) | [Pure] method ApproximateEquals (line 4294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4308) | [Pure] method Min (line 7747) | [Pure] method Min (line 7757) | [Pure] method Min (line 7767) | [Pure] method Max (line 7777) | [Pure] method Max (line 7787) | [Pure] method Max (line 7797) | [Pure] method Min (line 7807) | [Pure] method Max (line 7817) | [Pure] method Min (line 7827) | [Pure] method Max (line 7837) | [Pure] method Min (line 7847) | [Pure] method Max (line 7857) | [Pure] method Clamp (line 7871) | [Pure] method Clamp (line 7881) | [Pure] method ClampExcl (line 7891) | [Pure] method ClampExcl (line 7901) | [Pure] method ClampWrap (line 7911) | [Pure] method ClampWrap (line 7921) | [Pure] method Saturate (line 7931) | [Pure] method MultiplyAdd (line 7945) | [Pure] method MultiplyAdd (line 7955) | [Pure] method MultiplyAdd (line 7965) | [Pure] method Sqrt (line 7979) | [Pure] method Cbrt (line 7989) | [Pure] method Square (line 8003) | [Pure] method Pown (line 8017) | [Pure] method Pown (line 8027) | [Pure] method Pown (line 8037) | [Pure] method Pown (line 8047) | [Pure] method Pown (line 8057) | [Pure] method Pown (line 8067) | [Pure] method Pow (line 8077) | [Pure] method Pow (line 8087) | [Pure] method Pow (line 8097) | [Pure] method Pow (line 8107) | [Pure] method Pow (line 8117) | [Pure] method Pow (line 8127) | [Pure] method Power (line 8137) | [Pure] method Power (line 8148) | [Pure] method Power (line 8159) | [Pure] method Power (line 8170) | [Pure] method Power (line 8181) | [Pure] method Power (line 8192) | [Pure] method Exp (line 8207) | [Pure] method Log (line 8217) | [Pure] method Log2 (line 8227) | [Pure] method Log2Int (line 8237) | [Pure] method Log10 (line 8247) | [Pure] method Log (line 8257) | [Pure] method Step (line 8271) | [Pure] method Step (line 8281) | [Pure] method Lerp (line 8295) | [Pure] method Lerp (line 8305) | [Pure] method Lerp (line 8315) | [Pure] method Lerp (line 8325) | [Pure] method InvLerp (line 8335) | [Pure] method GreatestCommonDivisor (line 8349) | [Pure] method LeastCommonMultiple (line 8359) | [Pure] method FloatFromUnsignedBits (line 8373) | [Pure] method ApproximateEquals (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8401) | [Pure] method Min (line 12893) | [Pure] method Min (line 12903) | [Pure] method Min (line 12913) | [Pure] method Max (line 12923) | [Pure] method Max (line 12933) | [Pure] method Max (line 12943) | [Pure] method Min (line 12953) | [Pure] method Max (line 12963) | [Pure] method Min (line 12973) | [Pure] method Max (line 12983) | [Pure] method Min (line 12993) | [Pure] method Max (line 13003) | [Pure] method Abs (line 13017) | [Pure] method Clamp (line 13031) | [Pure] method Clamp (line 13041) | [Pure] method ClampExcl (line 13051) | [Pure] method ClampExcl (line 13061) | [Pure] method ClampWrap (line 13071) | [Pure] method ClampWrap (line 13081) | [Pure] method Saturate (line 13091) | [Pure] method Sign (line 13105) | [Pure] method Signumi (line 13115) | [Pure] method Signum (line 13125) | [Pure] method MultiplyAdd (line 13139) | [Pure] method MultiplyAdd (line 13149) | [Pure] method MultiplyAdd (line 13159) | [Pure] method Sqrt (line 13173) | [Pure] method Cbrt (line 13183) | [Pure] method Square (line 13197) | [Pure] method Pown (line 13211) | [Pure] method Pown (line 13221) | [Pure] method Pown (line 13231) | [Pure] method Pown (line 13241) | [Pure] method Pown (line 13251) | [Pure] method Pown (line 13261) | [Pure] method Pow (line 13271) | [Pure] method Pow (line 13281) | [Pure] method Pow (line 13291) | [Pure] method Pow (line 13301) | [Pure] method Pow (line 13311) | [Pure] method Pow (line 13321) | [Pure] method Power (line 13331) | [Pure] method Power (line 13342) | [Pure] method Power (line 13353) | [Pure] method Power (line 13364) | [Pure] method Power (line 13375) | [Pure] method Power (line 13386) | [Pure] method Exp (line 13401) | [Pure] method Log (line 13411) | [Pure] method Log2 (line 13421) | [Pure] method Log2Int (line 13431) | [Pure] method Log10 (line 13441) | [Pure] method Log (line 13451) | [Pure] method ModP (line 13465) | [Pure] method PowerOfTwo (line 13479) | [Pure] method NextPowerOfTwo (line 13489) | [Pure] method PrevPowerOfTwo (line 13499) | [Pure] method Step (line 13513) | [Pure] method Step (line 13523) | [Pure] method Lerp (line 13537) | [Pure] method Lerp (line 13547) | [Pure] method Lerp (line 13557) | [Pure] method Lerp (line 13567) | [Pure] method InvLerp (line 13577) | [Pure] method GreatestCommonDivisor (line 13591) | [Pure] method LeastCommonMultiple (line 13601) | [Pure] method FloatFromBits (line 13615) | [Pure] method ApproximateEquals (line 13629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13643) | [Pure] method Min (line 18465) | [Pure] method Min (line 18475) | [Pure] method Min (line 18485) | [Pure] method Max (line 18495) | [Pure] method Max (line 18505) | [Pure] method Max (line 18515) | [Pure] method Min (line 18525) | [Pure] method Max (line 18535) | [Pure] method Min (line 18545) | [Pure] method Max (line 18555) | [Pure] method Min (line 18565) | [Pure] method Max (line 18575) | [Pure] method Abs (line 18589) | [Pure] method Floor (line 18603) | [Pure] method Ceiling (line 18613) | [Pure] method Round (line 18623) | [Pure] method Round (line 18633) | [Pure] method Round (line 18643) | [Pure] method Round (line 18653) | [Pure] method Truncate (line 18663) | [Pure] method Frac (line 18677) | [Pure] method Clamp (line 18691) | [Pure] method Clamp (line 18701) | [Pure] method ClampWrap (line 18711) | [Pure] method ClampWrap (line 18721) | [Pure] method Saturate (line 18731) | [Pure] method MapToUnitInterval (line 18745) | [Pure] method MapToUnitInterval (line 18755) | [Pure] method MapToUnitInterval (line 18765) | [Pure] method MapToUnitInterval (line 18775) | [Pure] method Sign (line 18789) | [Pure] method Signumi (line 18799) | [Pure] method Signum (line 18809) | [Pure] method MultiplyAdd (line 18823) | [Pure] method MultiplyAdd (line 18833) | [Pure] method MultiplyAdd (line 18843) | [Pure] method CopySign (line 18857) | [Pure] method CopySign (line 18867) | [Pure] method CopySign (line 18877) | [Pure] method Sqrt (line 18891) | [Pure] method Cbrt (line 18901) | [Pure] method Square (line 18915) | [Pure] method Pown (line 18929) | [Pure] method Pown (line 18939) | [Pure] method Pown (line 18949) | [Pure] method Pow (line 18959) | [Pure] method Pow (line 18969) | [Pure] method Pow (line 18979) | [Pure] method Power (line 18989) | [Pure] method Power (line 19000) | [Pure] method Power (line 19011) | [Pure] method Exp (line 19026) | [Pure] method Log (line 19036) | [Pure] method Log2 (line 19046) | [Pure] method Log2Int (line 19056) | [Pure] method Log10 (line 19066) | [Pure] method Log (line 19076) | [Pure] method ModP (line 19090) | [Pure] method PowerOfTwo (line 19104) | [Pure] method Sin (line 19118) | [Pure] method Cos (line 19128) | [Pure] method Tan (line 19138) | [Pure] method Asin (line 19148) | [Pure] method AsinClamped (line 19158) | [Pure] method Acos (line 19168) | [Pure] method AcosClamped (line 19178) | [Pure] method Atan (line 19188) | [Pure] method Atan2 (line 19198) | [Pure] method FastAtan2 (line 19208) | [Pure] method Sinh (line 19218) | [Pure] method Cosh (line 19228) | [Pure] method Tanh (line 19238) | [Pure] method Asinh (line 19248) | [Pure] method Acosh (line 19258) | [Pure] method Atanh (line 19268) | [Pure] method Step (line 19282) | [Pure] method Step (line 19292) | [Pure] method Linearstep (line 19302) | [Pure] method Linearstep (line 19312) | [Pure] method Smoothstep (line 19322) | [Pure] method Smoothstep (line 19332) | [Pure] method Lerp (line 19346) | [Pure] method Lerp (line 19356) | [Pure] method InvLerp (line 19366) | [Pure] method FloatToBits (line 19380) | [Pure] method FloatToUnsignedBits (line 19390) | [Pure] method ApproximateEquals (line 19404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19428) | [Pure] method IsTiny (line 19436) | [Pure] method IsNaN (line 19448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 24690) | [Pure] method Min (line 24700) | [Pure] method Min (line 24710) | [Pure] method Max (line 24720) | [Pure] method Max (line 24730) | [Pure] method Max (line 24740) | [Pure] method Min (line 24750) | [Pure] method Max (line 24760) | [Pure] method Min (line 24770) | [Pure] method Max (line 24780) | [Pure] method Min (line 24790) | [Pure] method Max (line 24800) | [Pure] method Abs (line 24814) | [Pure] method Floor (line 24828) | [Pure] method Ceiling (line 24838) | [Pure] method Round (line 24848) | [Pure] method Round (line 24858) | [Pure] method Round (line 24868) | [Pure] method Round (line 24878) | [Pure] method Truncate (line 24888) | [Pure] method Frac (line 24902) | [Pure] method Clamp (line 24916) | [Pure] method Clamp (line 24926) | [Pure] method ClampWrap (line 24936) | [Pure] method ClampWrap (line 24946) | [Pure] method Saturate (line 24956) | [Pure] method MapToUnitInterval (line 24970) | [Pure] method MapToUnitInterval (line 24980) | [Pure] method MapToUnitInterval (line 24990) | [Pure] method MapToUnitInterval (line 25000) | [Pure] method Sign (line 25014) | [Pure] method Signumi (line 25024) | [Pure] method Signum (line 25034) | [Pure] method MultiplyAdd (line 25048) | [Pure] method MultiplyAdd (line 25058) | [Pure] method MultiplyAdd (line 25068) | [Pure] method CopySign (line 25082) | [Pure] method CopySign (line 25092) | [Pure] method CopySign (line 25102) | [Pure] method Sqrt (line 25116) | [Pure] method Cbrt (line 25126) | [Pure] method Square (line 25140) | [Pure] method Pown (line 25154) | [Pure] method Pown (line 25164) | [Pure] method Pown (line 25174) | [Pure] method Pow (line 25184) | [Pure] method Pow (line 25194) | [Pure] method Pow (line 25204) | [Pure] method Power (line 25214) | [Pure] method Power (line 25225) | [Pure] method Power (line 25236) | [Pure] method Exp (line 25251) | [Pure] method Log (line 25261) | [Pure] method Log2 (line 25271) | [Pure] method Log2Int (line 25281) | [Pure] method Log10 (line 25291) | [Pure] method Log (line 25301) | [Pure] method ModP (line 25315) | [Pure] method PowerOfTwo (line 25329) | [Pure] method Sin (line 25343) | [Pure] method Cos (line 25353) | [Pure] method Tan (line 25363) | [Pure] method Asin (line 25373) | [Pure] method AsinClamped (line 25383) | [Pure] method Acos (line 25393) | [Pure] method AcosClamped (line 25403) | [Pure] method Atan (line 25413) | [Pure] method Atan2 (line 25423) | [Pure] method FastAtan2 (line 25433) | [Pure] method Sinh (line 25443) | [Pure] method Cosh (line 25453) | [Pure] method Tanh (line 25463) | [Pure] method Asinh (line 25473) | [Pure] method Acosh (line 25483) | [Pure] method Atanh (line 25493) | [Pure] method Step (line 25507) | [Pure] method Step (line 25517) | [Pure] method Linearstep (line 25527) | [Pure] method Linearstep (line 25537) | [Pure] method Smoothstep (line 25547) | [Pure] method Smoothstep (line 25557) | [Pure] method Lerp (line 25571) | [Pure] method Lerp (line 25581) | [Pure] method InvLerp (line 25591) | [Pure] method FloatToBits (line 25605) | [Pure] method ApproximateEquals (line 25619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25643) | [Pure] method IsTiny (line 25651) | [Pure] method IsNaN (line 25663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 25670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 25677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 25684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 25691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 33426) | [Pure] method Min (line 33436) | [Pure] method Min (line 33446) | [Pure] method Max (line 33456) | [Pure] method Max (line 33466) | [Pure] method Max (line 33476) | [Pure] method Min (line 33486) | [Pure] method Max (line 33496) | [Pure] method Min (line 33506) | [Pure] method Max (line 33516) | [Pure] method Min (line 33526) | [Pure] method Max (line 33536) | [Pure] method Abs (line 33550) | [Pure] method Clamp (line 33564) | [Pure] method Clamp (line 33574) | [Pure] method ClampExcl (line 33584) | [Pure] method ClampExcl (line 33594) | [Pure] method ClampWrap (line 33604) | [Pure] method ClampWrap (line 33614) | [Pure] method Saturate (line 33624) | [Pure] method Sign (line 33638) | [Pure] method Signumi (line 33648) | [Pure] method Signum (line 33658) | [Pure] method MultiplyAdd (line 33672) | [Pure] method MultiplyAdd (line 33682) | [Pure] method MultiplyAdd (line 33692) | [Pure] method Sqrt (line 33706) | [Pure] method Cbrt (line 33716) | [Pure] method Square (line 33730) | [Pure] method Pown (line 33744) | [Pure] method Pown (line 33754) | [Pure] method Pown (line 33764) | [Pure] method Pow (line 33774) | [Pure] method Pow (line 33784) | [Pure] method Pow (line 33794) | [Pure] method Pow (line 33804) | [Pure] method Pow (line 33814) | [Pure] method Pow (line 33824) | [Pure] method Power (line 33834) | [Pure] method Power (line 33845) | [Pure] method Power (line 33856) | [Pure] method Power (line 33867) | [Pure] method Power (line 33878) | [Pure] method Power (line 33889) | [Pure] method Exp (line 33904) | [Pure] method Log (line 33914) | [Pure] method Log2 (line 33924) | [Pure] method Log2Int (line 33934) | [Pure] method Log10 (line 33944) | [Pure] method Log (line 33954) | [Pure] method ModP (line 33968) | [Pure] method PowerOfTwo (line 33982) | [Pure] method NextPowerOfTwo (line 33992) | [Pure] method PrevPowerOfTwo (line 34002) | [Pure] method Step (line 34016) | [Pure] method Step (line 34026) | [Pure] method Lerp (line 34040) | [Pure] method Lerp (line 34050) | [Pure] method Lerp (line 34060) | [Pure] method Lerp (line 34070) | [Pure] method InvLerp (line 34080) | [Pure] method GreatestCommonDivisor (line 34094) | [Pure] method LeastCommonMultiple (line 34104) | [Pure] method FloatFromBits (line 34118) | [Pure] method ApproximateEquals (line 34132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 34146) | [Pure] method Min (line 39472) | [Pure] method Min (line 39482) | [Pure] method Min (line 39492) | [Pure] method Max (line 39502) | [Pure] method Max (line 39512) | [Pure] method Max (line 39522) | [Pure] method Min (line 39532) | [Pure] method Max (line 39542) | [Pure] method Min (line 39552) | [Pure] method Max (line 39562) | [Pure] method Min (line 39572) | [Pure] method Max (line 39582) | [Pure] method Clamp (line 39596) | [Pure] method Clamp (line 39606) | [Pure] method ClampExcl (line 39616) | [Pure] method ClampExcl (line 39626) | [Pure] method ClampWrap (line 39636) | [Pure] method ClampWrap (line 39646) | [Pure] method Saturate (line 39656) | [Pure] method MultiplyAdd (line 39670) | [Pure] method MultiplyAdd (line 39680) | [Pure] method MultiplyAdd (line 39690) | [Pure] method Sqrt (line 39704) | [Pure] method Cbrt (line 39714) | [Pure] method Square (line 39728) | [Pure] method Pown (line 39742) | [Pure] method Pown (line 39752) | [Pure] method Pown (line 39762) | [Pure] method Pown (line 39772) | [Pure] method Pown (line 39782) | [Pure] method Pown (line 39792) | [Pure] method Pow (line 39802) | [Pure] method Pow (line 39812) | [Pure] method Pow (line 39822) | [Pure] method Pow (line 39832) | [Pure] method Pow (line 39842) | [Pure] method Pow (line 39852) | [Pure] method Power (line 39862) | [Pure] method Power (line 39873) | [Pure] method Power (line 39884) | [Pure] method Power (line 39895) | [Pure] method Power (line 39906) | [Pure] method Power (line 39917) | [Pure] method Exp (line 39932) | [Pure] method Log (line 39942) | [Pure] method Log2 (line 39952) | [Pure] method Log2Int (line 39962) | [Pure] method Log10 (line 39972) | [Pure] method Log (line 39982) | [Pure] method Step (line 39996) | [Pure] method Step (line 40006) | [Pure] method Lerp (line 40020) | [Pure] method Lerp (line 40030) | [Pure] method Lerp (line 40040) | [Pure] method Lerp (line 40050) | [Pure] method InvLerp (line 40060) | [Pure] method GreatestCommonDivisor (line 40074) | [Pure] method LeastCommonMultiple (line 40084) | [Pure] method FloatFromUnsignedBits (line 40098) | [Pure] method ApproximateEquals (line 40112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 40126) | [Pure] method Min (line 47513) | [Pure] method Min (line 47523) | [Pure] method Min (line 47533) | [Pure] method Max (line 47543) | [Pure] method Max (line 47553) | [Pure] method Max (line 47563) | [Pure] method Min (line 47573) | [Pure] method Max (line 47583) | [Pure] method Min (line 47593) | [Pure] method Max (line 47603) | [Pure] method Min (line 47613) | [Pure] method Max (line 47623) | [Pure] method Abs (line 47637) | [Pure] method Clamp (line 47651) | [Pure] method Clamp (line 47661) | [Pure] method ClampExcl (line 47671) | [Pure] method ClampExcl (line 47681) | [Pure] method ClampWrap (line 47691) | [Pure] method ClampWrap (line 47701) | [Pure] method Saturate (line 47711) | [Pure] method Sign (line 47725) | [Pure] method Signumi (line 47735) | [Pure] method Signum (line 47745) | [Pure] method MultiplyAdd (line 47759) | [Pure] method MultiplyAdd (line 47769) | [Pure] method MultiplyAdd (line 47779) | [Pure] method Sqrt (line 47793) | [Pure] method Cbrt (line 47803) | [Pure] method Square (line 47817) | [Pure] method Pown (line 47831) | [Pure] method Pown (line 47841) | [Pure] method Pown (line 47851) | [Pure] method Pown (line 47861) | [Pure] method Pown (line 47871) | [Pure] method Pown (line 47881) | [Pure] method Pow (line 47891) | [Pure] method Pow (line 47901) | [Pure] method Pow (line 47911) | [Pure] method Pow (line 47921) | [Pure] method Pow (line 47931) | [Pure] method Pow (line 47941) | [Pure] method Power (line 47951) | [Pure] method Power (line 47962) | [Pure] method Power (line 47973) | [Pure] method Power (line 47984) | [Pure] method Power (line 47995) | [Pure] method Power (line 48006) | [Pure] method Exp (line 48021) | [Pure] method Log (line 48031) | [Pure] method Log2 (line 48041) | [Pure] method Log2Int (line 48051) | [Pure] method Log10 (line 48061) | [Pure] method Log (line 48071) | [Pure] method ModP (line 48085) | [Pure] method PowerOfTwo (line 48099) | [Pure] method NextPowerOfTwo (line 48109) | [Pure] method PrevPowerOfTwo (line 48119) | [Pure] method Step (line 48133) | [Pure] method Step (line 48143) | [Pure] method Lerp (line 48157) | [Pure] method Lerp (line 48167) | [Pure] method Lerp (line 48177) | [Pure] method Lerp (line 48187) | [Pure] method InvLerp (line 48197) | [Pure] method GreatestCommonDivisor (line 48211) | [Pure] method LeastCommonMultiple (line 48221) | [Pure] method FloatFromBits (line 48235) | [Pure] method ApproximateEquals (line 48249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 48263) | [Pure] method Min (line 56252) | [Pure] method Min (line 56262) | [Pure] method Min (line 56272) | [Pure] method Max (line 56282) | [Pure] method Max (line 56292) | [Pure] method Max (line 56302) | [Pure] method Min (line 56312) | [Pure] method Max (line 56322) | [Pure] method Min (line 56332) | [Pure] method Max (line 56342) | [Pure] method Min (line 56352) | [Pure] method Max (line 56362) | [Pure] method Abs (line 56376) | [Pure] method Floor (line 56390) | [Pure] method Ceiling (line 56400) | [Pure] method Round (line 56410) | [Pure] method Round (line 56420) | [Pure] method Round (line 56430) | [Pure] method Round (line 56440) | [Pure] method Truncate (line 56450) | [Pure] method Frac (line 56464) | [Pure] method Clamp (line 56478) | [Pure] method Clamp (line 56488) | [Pure] method ClampWrap (line 56498) | [Pure] method ClampWrap (line 56508) | [Pure] method Saturate (line 56518) | [Pure] method MapToUnitInterval (line 56532) | [Pure] method MapToUnitInterval (line 56542) | [Pure] method MapToUnitInterval (line 56552) | [Pure] method MapToUnitInterval (line 56562) | [Pure] method Sign (line 56576) | [Pure] method Signumi (line 56586) | [Pure] method Signum (line 56596) | [Pure] method MultiplyAdd (line 56610) | [Pure] method MultiplyAdd (line 56620) | [Pure] method MultiplyAdd (line 56630) | [Pure] method CopySign (line 56644) | [Pure] method CopySign (line 56654) | [Pure] method CopySign (line 56664) | [Pure] method Sqrt (line 56678) | [Pure] method Cbrt (line 56688) | [Pure] method Square (line 56702) | [Pure] method Pown (line 56716) | [Pure] method Pown (line 56726) | [Pure] method Pown (line 56736) | [Pure] method Pow (line 56746) | [Pure] method Pow (line 56756) | [Pure] method Pow (line 56766) | [Pure] method Power (line 56776) | [Pure] method Power (line 56787) | [Pure] method Power (line 56798) | [Pure] method Exp (line 56813) | [Pure] method Log (line 56823) | [Pure] method Log2 (line 56833) | [Pure] method Log2Int (line 56843) | [Pure] method Log10 (line 56853) | [Pure] method Log (line 56863) | [Pure] method ModP (line 56877) | [Pure] method PowerOfTwo (line 56891) | [Pure] method Sin (line 56905) | [Pure] method Cos (line 56915) | [Pure] method Tan (line 56925) | [Pure] method Asin (line 56935) | [Pure] method AsinClamped (line 56945) | [Pure] method Acos (line 56955) | [Pure] method AcosClamped (line 56965) | [Pure] method Atan (line 56975) | [Pure] method Atan2 (line 56985) | [Pure] method FastAtan2 (line 56995) | [Pure] method Sinh (line 57005) | [Pure] method Cosh (line 57015) | [Pure] method Tanh (line 57025) | [Pure] method Asinh (line 57035) | [Pure] method Acosh (line 57045) | [Pure] method Atanh (line 57055) | [Pure] method Step (line 57069) | [Pure] method Step (line 57079) | [Pure] method Linearstep (line 57089) | [Pure] method Linearstep (line 57099) | [Pure] method Smoothstep (line 57109) | [Pure] method Smoothstep (line 57119) | [Pure] method Lerp (line 57133) | [Pure] method Lerp (line 57143) | [Pure] method InvLerp (line 57153) | [Pure] method FloatToBits (line 57167) | [Pure] method FloatToUnsignedBits (line 57177) | [Pure] method ApproximateEquals (line 57191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57215) | [Pure] method IsTiny (line 57223) | [Pure] method IsNaN (line 57235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 57242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 57249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 57256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 57263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 65644) | [Pure] method Min (line 65654) | [Pure] method Min (line 65664) | [Pure] method Max (line 65674) | [Pure] method Max (line 65684) | [Pure] method Max (line 65694) | [Pure] method Min (line 65704) | [Pure] method Max (line 65714) | [Pure] method Min (line 65724) | [Pure] method Max (line 65734) | [Pure] method Min (line 65744) | [Pure] method Max (line 65754) | [Pure] method Abs (line 65768) | [Pure] method Floor (line 65782) | [Pure] method Ceiling (line 65792) | [Pure] method Round (line 65802) | [Pure] method Round (line 65812) | [Pure] method Round (line 65822) | [Pure] method Round (line 65832) | [Pure] method Truncate (line 65842) | [Pure] method Frac (line 65856) | [Pure] method Clamp (line 65870) | [Pure] method Clamp (line 65880) | [Pure] method ClampWrap (line 65890) | [Pure] method ClampWrap (line 65900) | [Pure] method Saturate (line 65910) | [Pure] method MapToUnitInterval (line 65924) | [Pure] method MapToUnitInterval (line 65934) | [Pure] method MapToUnitInterval (line 65944) | [Pure] method MapToUnitInterval (line 65954) | [Pure] method Sign (line 65968) | [Pure] method Signumi (line 65978) | [Pure] method Signum (line 65988) | [Pure] method MultiplyAdd (line 66002) | [Pure] method MultiplyAdd (line 66012) | [Pure] method MultiplyAdd (line 66022) | [Pure] method CopySign (line 66036) | [Pure] method CopySign (line 66046) | [Pure] method CopySign (line 66056) | [Pure] method Sqrt (line 66070) | [Pure] method Cbrt (line 66080) | [Pure] method Square (line 66094) | [Pure] method Pown (line 66108) | [Pure] method Pown (line 66118) | [Pure] method Pown (line 66128) | [Pure] method Pow (line 66138) | [Pure] method Pow (line 66148) | [Pure] method Pow (line 66158) | [Pure] method Power (line 66168) | [Pure] method Power (line 66179) | [Pure] method Power (line 66190) | [Pure] method Exp (line 66205) | [Pure] method Log (line 66215) | [Pure] method Log2 (line 66225) | [Pure] method Log2Int (line 66235) | [Pure] method Log10 (line 66245) | [Pure] method Log (line 66255) | [Pure] method ModP (line 66269) | [Pure] method PowerOfTwo (line 66283) | [Pure] method Sin (line 66297) | [Pure] method Cos (line 66307) | [Pure] method Tan (line 66317) | [Pure] method Asin (line 66327) | [Pure] method AsinClamped (line 66337) | [Pure] method Acos (line 66347) | [Pure] method AcosClamped (line 66357) | [Pure] method Atan (line 66367) | [Pure] method Atan2 (line 66377) | [Pure] method FastAtan2 (line 66387) | [Pure] method Sinh (line 66397) | [Pure] method Cosh (line 66407) | [Pure] method Tanh (line 66417) | [Pure] method Asinh (line 66427) | [Pure] method Acosh (line 66437) | [Pure] method Atanh (line 66447) | [Pure] method Step (line 66461) | [Pure] method Step (line 66471) | [Pure] method Linearstep (line 66481) | [Pure] method Linearstep (line 66491) | [Pure] method Smoothstep (line 66501) | [Pure] method Smoothstep (line 66511) | [Pure] method Lerp (line 66525) | [Pure] method Lerp (line 66535) | [Pure] method InvLerp (line 66545) | [Pure] method FloatToBits (line 66559) | [Pure] method ApproximateEquals (line 66573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 66583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 66597) | [Pure] method IsTiny (line 66605) | [Pure] method IsNaN (line 66617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 66624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 66631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 66638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 66645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 79020) | [Pure] method Min (line 79030) | [Pure] method Min (line 79040) | [Pure] method Max (line 79050) | [Pure] method Max (line 79060) | [Pure] method Max (line 79070) | [Pure] method Min (line 79080) | [Pure] method Max (line 79090) | [Pure] method Min (line 79100) | [Pure] method Max (line 79110) | [Pure] method Min (line 79120) | [Pure] method Max (line 79130) | [Pure] method Abs (line 79144) | [Pure] method Clamp (line 79158) | [Pure] method Clamp (line 79168) | [Pure] method ClampExcl (line 79178) | [Pure] method ClampExcl (line 79188) | [Pure] method ClampWrap (line 79198) | [Pure] method ClampWrap (line 79208) | [Pure] method Saturate (line 79218) | [Pure] method Sign (line 79232) | [Pure] method Signumi (line 79242) | [Pure] method Signum (line 79252) | [Pure] method MultiplyAdd (line 79266) | [Pure] method MultiplyAdd (line 79276) | [Pure] method MultiplyAdd (line 79286) | [Pure] method Sqrt (line 79300) | [Pure] method Cbrt (line 79310) | [Pure] method Square (line 79324) | [Pure] method Pown (line 79338) | [Pure] method Pown (line 79348) | [Pure] method Pown (line 79358) | [Pure] method Pow (line 79368) | [Pure] method Pow (line 79378) | [Pure] method Pow (line 79388) | [Pure] method Pow (line 79398) | [Pure] method Pow (line 79408) | [Pure] method Pow (line 79418) | [Pure] method Power (line 79428) | [Pure] method Power (line 79439) | [Pure] method Power (line 79450) | [Pure] method Power (line 79461) | [Pure] method Power (line 79472) | [Pure] method Power (line 79483) | [Pure] method Exp (line 79498) | [Pure] method Log (line 79508) | [Pure] method Log2 (line 79518) | [Pure] method Log2Int (line 79528) | [Pure] method Log10 (line 79538) | [Pure] method Log (line 79548) | [Pure] method ModP (line 79562) | [Pure] method PowerOfTwo (line 79576) | [Pure] method NextPowerOfTwo (line 79586) | [Pure] method PrevPowerOfTwo (line 79596) | [Pure] method Step (line 79610) | [Pure] method Step (line 79620) | [Pure] method Lerp (line 79634) | [Pure] method Lerp (line 79644) | [Pure] method Lerp (line 79654) | [Pure] method Lerp (line 79664) | [Pure] method InvLerp (line 79674) | [Pure] method GreatestCommonDivisor (line 79688) | [Pure] method LeastCommonMultiple (line 79698) | [Pure] method FloatFromBits (line 79712) | [Pure] method ApproximateEquals (line 79726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 79740) | [Pure] method Min (line 88085) | [Pure] method Min (line 88095) | [Pure] method Min (line 88105) | [Pure] method Max (line 88115) | [Pure] method Max (line 88125) | [Pure] method Max (line 88135) | [Pure] method Min (line 88145) | [Pure] method Max (line 88155) | [Pure] method Min (line 88165) | [Pure] method Max (line 88175) | [Pure] method Min (line 88185) | [Pure] method Max (line 88195) | [Pure] method Clamp (line 88209) | [Pure] method Clamp (line 88219) | [Pure] method ClampExcl (line 88229) | [Pure] method ClampExcl (line 88239) | [Pure] method ClampWrap (line 88249) | [Pure] method ClampWrap (line 88259) | [Pure] method Saturate (line 88269) | [Pure] method MultiplyAdd (line 88283) | [Pure] method MultiplyAdd (line 88293) | [Pure] method MultiplyAdd (line 88303) | [Pure] method Sqrt (line 88317) | [Pure] method Cbrt (line 88327) | [Pure] method Square (line 88341) | [Pure] method Pown (line 88355) | [Pure] method Pown (line 88365) | [Pure] method Pown (line 88375) | [Pure] method Pown (line 88385) | [Pure] method Pown (line 88395) | [Pure] method Pown (line 88405) | [Pure] method Pow (line 88415) | [Pure] method Pow (line 88425) | [Pure] method Pow (line 88435) | [Pure] method Pow (line 88445) | [Pure] method Pow (line 88455) | [Pure] method Pow (line 88465) | [Pure] method Power (line 88475) | [Pure] method Power (line 88486) | [Pure] method Power (line 88497) | [Pure] method Power (line 88508) | [Pure] method Power (line 88519) | [Pure] method Power (line 88530) | [Pure] method Exp (line 88545) | [Pure] method Log (line 88555) | [Pure] method Log2 (line 88565) | [Pure] method Log2Int (line 88575) | [Pure] method Log10 (line 88585) | [Pure] method Log (line 88595) | [Pure] method Step (line 88609) | [Pure] method Step (line 88619) | [Pure] method Lerp (line 88633) | [Pure] method Lerp (line 88643) | [Pure] method Lerp (line 88653) | [Pure] method Lerp (line 88663) | [Pure] method InvLerp (line 88673) | [Pure] method GreatestCommonDivisor (line 88687) | [Pure] method LeastCommonMultiple (line 88697) | [Pure] method FloatFromUnsignedBits (line 88711) | [Pure] method ApproximateEquals (line 88725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 88739) | [Pure] method Min (line 100720) | [Pure] method Min (line 100730) | [Pure] method Min (line 100740) | [Pure] method Max (line 100750) | [Pure] method Max (line 100760) | [Pure] method Max (line 100770) | [Pure] method Min (line 100780) | [Pure] method Max (line 100790) | [Pure] method Min (line 100800) | [Pure] method Max (line 100810) | [Pure] method Min (line 100820) | [Pure] method Max (line 100830) | [Pure] method Abs (line 100844) | [Pure] method Clamp (line 100858) | [Pure] method Clamp (line 100868) | [Pure] method ClampExcl (line 100878) | [Pure] method ClampExcl (line 100888) | [Pure] method ClampWrap (line 100898) | [Pure] method ClampWrap (line 100908) | [Pure] method Saturate (line 100918) | [Pure] method Sign (line 100932) | [Pure] method Signumi (line 100942) | [Pure] method Signum (line 100952) | [Pure] method MultiplyAdd (line 100966) | [Pure] method MultiplyAdd (line 100976) | [Pure] method MultiplyAdd (line 100986) | [Pure] method Sqrt (line 101000) | [Pure] method Cbrt (line 101010) | [Pure] method Square (line 101024) | [Pure] method Pown (line 101038) | [Pure] method Pown (line 101048) | [Pure] method Pown (line 101058) | [Pure] method Pown (line 101068) | [Pure] method Pown (line 101078) | [Pure] method Pown (line 101088) | [Pure] method Pow (line 101098) | [Pure] method Pow (line 101108) | [Pure] method Pow (line 101118) | [Pure] method Pow (line 101128) | [Pure] method Pow (line 101138) | [Pure] method Pow (line 101148) | [Pure] method Power (line 101158) | [Pure] method Power (line 101169) | [Pure] method Power (line 101180) | [Pure] method Power (line 101191) | [Pure] method Power (line 101202) | [Pure] method Power (line 101213) | [Pure] method Exp (line 101228) | [Pure] method Log (line 101238) | [Pure] method Log2 (line 101248) | [Pure] method Log2Int (line 101258) | [Pure] method Log10 (line 101268) | [Pure] method Log (line 101278) | [Pure] method ModP (line 101292) | [Pure] method PowerOfTwo (line 101306) | [Pure] method NextPowerOfTwo (line 101316) | [Pure] method PrevPowerOfTwo (line 101326) | [Pure] method Step (line 101340) | [Pure] method Step (line 101350) | [Pure] method Lerp (line 101364) | [Pure] method Lerp (line 101374) | [Pure] method Lerp (line 101384) | [Pure] method Lerp (line 101394) | [Pure] method InvLerp (line 101404) | [Pure] method GreatestCommonDivisor (line 101418) | [Pure] method LeastCommonMultiple (line 101428) | [Pure] method FloatFromBits (line 101442) | [Pure] method ApproximateEquals (line 101456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 101470) | [Pure] method Min (line 113921) | [Pure] method Min (line 113931) | [Pure] method Min (line 113941) | [Pure] method Max (line 113951) | [Pure] method Max (line 113961) | [Pure] method Max (line 113971) | [Pure] method Min (line 113981) | [Pure] method Max (line 113991) | [Pure] method Min (line 114001) | [Pure] method Max (line 114011) | [Pure] method Min (line 114021) | [Pure] method Max (line 114031) | [Pure] method Abs (line 114045) | [Pure] method Floor (line 114059) | [Pure] method Ceiling (line 114069) | [Pure] method Round (line 114079) | [Pure] method Round (line 114089) | [Pure] method Round (line 114099) | [Pure] method Round (line 114109) | [Pure] method Truncate (line 114119) | [Pure] method Frac (line 114133) | [Pure] method Clamp (line 114147) | [Pure] method Clamp (line 114157) | [Pure] method ClampWrap (line 114167) | [Pure] method ClampWrap (line 114177) | [Pure] method Saturate (line 114187) | [Pure] method MapToUnitInterval (line 114201) | [Pure] method MapToUnitInterval (line 114211) | [Pure] method MapToUnitInterval (line 114221) | [Pure] method MapToUnitInterval (line 114231) | [Pure] method Sign (line 114245) | [Pure] method Signumi (line 114255) | [Pure] method Signum (line 114265) | [Pure] method MultiplyAdd (line 114279) | [Pure] method MultiplyAdd (line 114289) | [Pure] method MultiplyAdd (line 114299) | [Pure] method CopySign (line 114313) | [Pure] method CopySign (line 114323) | [Pure] method CopySign (line 114333) | [Pure] method Sqrt (line 114347) | [Pure] method Cbrt (line 114357) | [Pure] method Square (line 114371) | [Pure] method Pown (line 114385) | [Pure] method Pown (line 114395) | [Pure] method Pown (line 114405) | [Pure] method Pow (line 114415) | [Pure] method Pow (line 114425) | [Pure] method Pow (line 114435) | [Pure] method Power (line 114445) | [Pure] method Power (line 114456) | [Pure] method Power (line 114467) | [Pure] method Exp (line 114482) | [Pure] method Log (line 114492) | [Pure] method Log2 (line 114502) | [Pure] method Log2Int (line 114512) | [Pure] method Log10 (line 114522) | [Pure] method Log (line 114532) | [Pure] method ModP (line 114546) | [Pure] method PowerOfTwo (line 114560) | [Pure] method Sin (line 114574) | [Pure] method Cos (line 114584) | [Pure] method Tan (line 114594) | [Pure] method Asin (line 114604) | [Pure] method AsinClamped (line 114614) | [Pure] method Acos (line 114624) | [Pure] method AcosClamped (line 114634) | [Pure] method Atan (line 114644) | [Pure] method Atan2 (line 114654) | [Pure] method FastAtan2 (line 114664) | [Pure] method Sinh (line 114674) | [Pure] method Cosh (line 114684) | [Pure] method Tanh (line 114694) | [Pure] method Asinh (line 114704) | [Pure] method Acosh (line 114714) | [Pure] method Atanh (line 114724) | [Pure] method Step (line 114738) | [Pure] method Step (line 114748) | [Pure] method Linearstep (line 114758) | [Pure] method Linearstep (line 114768) | [Pure] method Smoothstep (line 114778) | [Pure] method Smoothstep (line 114788) | [Pure] method Lerp (line 114802) | [Pure] method Lerp (line 114812) | [Pure] method InvLerp (line 114822) | [Pure] method FloatToBits (line 114836) | [Pure] method FloatToUnsignedBits (line 114846) | [Pure] method ApproximateEquals (line 114860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 114870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 114884) | [Pure] method IsTiny (line 114892) | [Pure] method IsNaN (line 114904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 114911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 114918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 114925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 114932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 127647) | [Pure] method Min (line 127657) | [Pure] method Min (line 127667) | [Pure] method Max (line 127677) | [Pure] method Max (line 127687) | [Pure] method Max (line 127697) | [Pure] method Min (line 127707) | [Pure] method Max (line 127717) | [Pure] method Min (line 127727) | [Pure] method Max (line 127737) | [Pure] method Min (line 127747) | [Pure] method Max (line 127757) | [Pure] method Abs (line 127771) | [Pure] method Floor (line 127785) | [Pure] method Ceiling (line 127795) | [Pure] method Round (line 127805) | [Pure] method Round (line 127815) | [Pure] method Round (line 127825) | [Pure] method Round (line 127835) | [Pure] method Truncate (line 127845) | [Pure] method Frac (line 127859) | [Pure] method Clamp (line 127873) | [Pure] method Clamp (line 127883) | [Pure] method ClampWrap (line 127893) | [Pure] method ClampWrap (line 127903) | [Pure] method Saturate (line 127913) | [Pure] method MapToUnitInterval (line 127927) | [Pure] method MapToUnitInterval (line 127937) | [Pure] method MapToUnitInterval (line 127947) | [Pure] method MapToUnitInterval (line 127957) | [Pure] method Sign (line 127971) | [Pure] method Signumi (line 127981) | [Pure] method Signum (line 127991) | [Pure] method MultiplyAdd (line 128005) | [Pure] method MultiplyAdd (line 128015) | [Pure] method MultiplyAdd (line 128025) | [Pure] method CopySign (line 128039) | [Pure] method CopySign (line 128049) | [Pure] method CopySign (line 128059) | [Pure] method Sqrt (line 128073) | [Pure] method Cbrt (line 128083) | [Pure] method Square (line 128097) | [Pure] method Pown (line 128111) | [Pure] method Pown (line 128121) | [Pure] method Pown (line 128131) | [Pure] method Pow (line 128141) | [Pure] method Pow (line 128151) | [Pure] method Pow (line 128161) | [Pure] method Power (line 128171) | [Pure] method Power (line 128182) | [Pure] method Power (line 128193) | [Pure] method Exp (line 128208) | [Pure] method Log (line 128218) | [Pure] method Log2 (line 128228) | [Pure] method Log2Int (line 128238) | [Pure] method Log10 (line 128248) | [Pure] method Log (line 128258) | [Pure] method ModP (line 128272) | [Pure] method PowerOfTwo (line 128286) | [Pure] method Sin (line 128300) | [Pure] method Cos (line 128310) | [Pure] method Tan (line 128320) | [Pure] method Asin (line 128330) | [Pure] method AsinClamped (line 128340) | [Pure] method Acos (line 128350) | [Pure] method AcosClamped (line 128360) | [Pure] method Atan (line 128370) | [Pure] method Atan2 (line 128380) | [Pure] method FastAtan2 (line 128390) | [Pure] method Sinh (line 128400) | [Pure] method Cosh (line 128410) | [Pure] method Tanh (line 128420) | [Pure] method Asinh (line 128430) | [Pure] method Acosh (line 128440) | [Pure] method Atanh (line 128450) | [Pure] method Step (line 128464) | [Pure] method Step (line 128474) | [Pure] method Linearstep (line 128484) | [Pure] method Linearstep (line 128494) | [Pure] method Smoothstep (line 128504) | [Pure] method Smoothstep (line 128514) | [Pure] method Lerp (line 128528) | [Pure] method Lerp (line 128538) | [Pure] method InvLerp (line 128548) | [Pure] method FloatToBits (line 128562) | [Pure] method ApproximateEquals (line 128576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 128586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 128600) | [Pure] method IsTiny (line 128608) | [Pure] method IsNaN (line 128620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 128627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 128634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 128641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 128648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Conversion (line 66652) | public static partial class Conversion method RadiansFromDegrees (line 19490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 19500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 19510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 19520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 19530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 19540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 25705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 25715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 25725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 25735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 25745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 25755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 57277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 57288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 57299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 57321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 57332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 66659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 66670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 66681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 66692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 66703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 66714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 114946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 114958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 114970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 114982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 114994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 115006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 128662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 128674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 128686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 128698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 128710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 128722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Vec (line 66728) | public static partial class Vec method LengthSquared (line 4326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 4333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 4402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 4431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 4496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 4503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 4513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 4524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 4530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 4546) | public static V2i Cross(this V2i a) method AllSmaller (line 4559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 4919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 4936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 4943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4954) | [Pure] method AllTiny (line 4962) | [Pure] method IndexOfClosestPoint (line 4971) | public static int IndexOfClosestPoint(this V2i[] pointArray, V2i point) method IndexOfClosestPoint (line 4984) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 4998) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 5012) | public static long LongIndexOfClosestPoint(this V2i[] pointArray, V2i ... method LongIndexOfClosestPoint (line 5025) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 5039) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 5057) | public static int IndexOfMinX(this V2i[] vectorArray, int count = 0) method LongIndexOfMinX (line 5074) | public static long LongIndexOfMinX(this V2i[] vectorArray, long count ... method IndexOfMaxX (line 5091) | public static int IndexOfMaxX(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 5108) | public static long LongIndexOfMaxX(this V2i[] vectorArray, long count ... method IndexOfMinY (line 5125) | public static int IndexOfMinY(this V2i[] vectorArray, int count = 0) method LongIndexOfMinY (line 5142) | public static long LongIndexOfMinY(this V2i[] vectorArray, long count ... method IndexOfMaxY (line 5159) | public static int IndexOfMaxY(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 5176) | public static long LongIndexOfMaxY(this V2i[] vectorArray, long count ... method IndexOfMinX (line 5193) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 5210) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 5227) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 5244) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 5260) | public static int[] CopyCoord(this V2i[] self, int index) method LengthSquared (line 8419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 8426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 8449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 8457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 8465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 8473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 8480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 8495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 8509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 8524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 8589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 8595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 8974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 8991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 8998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 9009) | [Pure] method AllTiny (line 9017) | [Pure] method IndexOfClosestPoint (line 9026) | public static int IndexOfClosestPoint(this V2ui[] pointArray, V2ui point) method IndexOfClosestPoint (line 9039) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 9053) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 9067) | public static long LongIndexOfClosestPoint(this V2ui[] pointArray, V2u... method LongIndexOfClosestPoint (line 9080) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 9094) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 9112) | public static int IndexOfMinX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 9129) | public static long LongIndexOfMinX(this V2ui[] vectorArray, long count... method IndexOfMaxX (line 9146) | public static int IndexOfMaxX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 9163) | public static long LongIndexOfMaxX(this V2ui[] vectorArray, long count... method IndexOfMinY (line 9180) | public static int IndexOfMinY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 9197) | public static long LongIndexOfMinY(this V2ui[] vectorArray, long count... method IndexOfMaxY (line 9214) | public static int IndexOfMaxY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 9231) | public static long LongIndexOfMaxY(this V2ui[] vectorArray, long count... method IndexOfMinX (line 9248) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 9265) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 9282) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 9299) | public static int IndexOfMaxY(this IList vectorArray, int count ... method CopyCoord (line 9315) | public static uint[] CopyCoord(this V2ui[] self, int index) method LengthSquared (line 13661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 13668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 13679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 13691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 13699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 13715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 13737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 13751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 13766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 13774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 13831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 13838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 13848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 13859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 13865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 13881) | public static V2l Cross(this V2l a) method AllSmaller (line 13894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 14004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 14254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 14271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 14278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 14289) | [Pure] method AllTiny (line 14297) | [Pure] method IndexOfClosestPoint (line 14306) | public static int IndexOfClosestPoint(this V2l[] pointArray, V2l point) method IndexOfClosestPoint (line 14319) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 14333) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 14347) | public static long LongIndexOfClosestPoint(this V2l[] pointArray, V2l ... method LongIndexOfClosestPoint (line 14360) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 14374) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 14392) | public static int IndexOfMinX(this V2l[] vectorArray, int count = 0) method LongIndexOfMinX (line 14409) | public static long LongIndexOfMinX(this V2l[] vectorArray, long count ... method IndexOfMaxX (line 14426) | public static int IndexOfMaxX(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 14443) | public static long LongIndexOfMaxX(this V2l[] vectorArray, long count ... method IndexOfMinY (line 14460) | public static int IndexOfMinY(this V2l[] vectorArray, int count = 0) method LongIndexOfMinY (line 14477) | public static long LongIndexOfMinY(this V2l[] vectorArray, long count ... method IndexOfMaxY (line 14494) | public static int IndexOfMaxY(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 14511) | public static long LongIndexOfMaxY(this V2l[] vectorArray, long count ... method IndexOfMinX (line 14528) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 14545) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 14562) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 14579) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 14595) | public static long[] CopyCoord(this V2l[] self, int index) method LengthSquared (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 19567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 19578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 19590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 19602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 19610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 19618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 19626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 19633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 19648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 19662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 19677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 19685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 19766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 19773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 19780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 19790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 19801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 19807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 19821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 19832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 19853) | public static V2f Cross(this V2f a) method AllSmaller (line 19866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 20226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 20243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 20250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 20261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 20272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 20283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 20298) | [Pure] method AllTiny (line 20306) | [Pure] method AnyFinite (line 20315) | [Pure] method AllFinite (line 20320) | [Pure] method AnyNaN (line 20325) | [Pure] method AllNaN (line 20330) | [Pure] method AnyInfinity (line 20335) | [Pure] method AllInfinity (line 20340) | [Pure] method AnyPositiveInfinity (line 20345) | [Pure] method AllPositiveInfinity (line 20350) | [Pure] method AnyNegativeInfinity (line 20355) | [Pure] method AllNegativeInfinity (line 20360) | [Pure] method AnyTiny (line 20365) | [Pure] method AllTiny (line 20370) | [Pure] method Dot90 (line 20382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 20391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 20400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 20410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 20420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 20430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 20440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 20490) | public static int IndexOfClosestPoint(this V2f[] pointArray, V2f point) method IndexOfClosestPoint (line 20503) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 20517) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 20531) | public static long LongIndexOfClosestPoint(this V2f[] pointArray, V2f ... method LongIndexOfClosestPoint (line 20544) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 20558) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 20576) | public static int IndexOfMinX(this V2f[] vectorArray, int count = 0) method LongIndexOfMinX (line 20593) | public static long LongIndexOfMinX(this V2f[] vectorArray, long count ... method IndexOfMaxX (line 20610) | public static int IndexOfMaxX(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 20627) | public static long LongIndexOfMaxX(this V2f[] vectorArray, long count ... method IndexOfMinY (line 20644) | public static int IndexOfMinY(this V2f[] vectorArray, int count = 0) method LongIndexOfMinY (line 20661) | public static long LongIndexOfMinY(this V2f[] vectorArray, long count ... method IndexOfMaxY (line 20678) | public static int IndexOfMaxY(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 20695) | public static long LongIndexOfMaxY(this V2f[] vectorArray, long count ... method IndexOfMinX (line 20712) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 20729) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 20746) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 20763) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 20779) | public static float[] CopyCoord(this V2f[] self, int index) method WeightedSum (line 20789) | public static V2f WeightedSum( method LengthSquared (line 25775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 25782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 25793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 25805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 25817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 25825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 25833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 25841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 25848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 25863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 25877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 25892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 25900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 25981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 25988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 25995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 26005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 26016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 26022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 26036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 26047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 26068) | public static V2d Cross(this V2d a) method AllSmaller (line 26081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 26441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 26458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 26465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 26476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 26487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 26498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 26513) | [Pure] method AllTiny (line 26521) | [Pure] method AnyFinite (line 26530) | [Pure] method AllFinite (line 26535) | [Pure] method AnyNaN (line 26540) | [Pure] method AllNaN (line 26545) | [Pure] method AnyInfinity (line 26550) | [Pure] method AllInfinity (line 26555) | [Pure] method AnyPositiveInfinity (line 26560) | [Pure] method AllPositiveInfinity (line 26565) | [Pure] method AnyNegativeInfinity (line 26570) | [Pure] method AllNegativeInfinity (line 26575) | [Pure] method AnyTiny (line 26580) | [Pure] method AllTiny (line 26585) | [Pure] method Dot90 (line 26597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 26606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 26615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 26625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 26635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 26645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 26655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 26705) | public static int IndexOfClosestPoint(this V2d[] pointArray, V2d point) method IndexOfClosestPoint (line 26718) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 26732) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 26746) | public static long LongIndexOfClosestPoint(this V2d[] pointArray, V2d ... method LongIndexOfClosestPoint (line 26759) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 26773) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 26791) | public static int IndexOfMinX(this V2d[] vectorArray, int count = 0) method LongIndexOfMinX (line 26808) | public static long LongIndexOfMinX(this V2d[] vectorArray, long count ... method IndexOfMaxX (line 26825) | public static int IndexOfMaxX(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 26842) | public static long LongIndexOfMaxX(this V2d[] vectorArray, long count ... method IndexOfMinY (line 26859) | public static int IndexOfMinY(this V2d[] vectorArray, int count = 0) method LongIndexOfMinY (line 26876) | public static long LongIndexOfMinY(this V2d[] vectorArray, long count ... method IndexOfMaxY (line 26893) | public static int IndexOfMaxY(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 26910) | public static long LongIndexOfMaxY(this V2d[] vectorArray, long count ... method IndexOfMinX (line 26927) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 26944) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 26961) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 26978) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 26994) | public static double[] CopyCoord(this V2d[] self, int index) method WeightedSum (line 27004) | public static V2d WeightedSum( method LengthSquared (line 34164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 34171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 34182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 34241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 34270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 34278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 34335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 34346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 34358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 34367) | public static M33i CrossMatrix(this V3i v) method DirFlags (line 34374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 34390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 34768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 34787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 34794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 34805) | [Pure] method AllTiny (line 34813) | [Pure] method IndexOfClosestPoint (line 34822) | public static int IndexOfClosestPoint(this V3i[] pointArray, V3i point) method IndexOfClosestPoint (line 34835) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 34849) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 34863) | public static long LongIndexOfClosestPoint(this V3i[] pointArray, V3i ... method LongIndexOfClosestPoint (line 34876) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 34890) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 34908) | public static int IndexOfMinX(this V3i[] vectorArray, int count = 0) method LongIndexOfMinX (line 34925) | public static long LongIndexOfMinX(this V3i[] vectorArray, long count ... method IndexOfMaxX (line 34942) | public static int IndexOfMaxX(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 34959) | public static long LongIndexOfMaxX(this V3i[] vectorArray, long count ... method IndexOfMinY (line 34976) | public static int IndexOfMinY(this V3i[] vectorArray, int count = 0) method LongIndexOfMinY (line 34993) | public static long LongIndexOfMinY(this V3i[] vectorArray, long count ... method IndexOfMaxY (line 35010) | public static int IndexOfMaxY(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 35027) | public static long LongIndexOfMaxY(this V3i[] vectorArray, long count ... method IndexOfMinZ (line 35044) | public static int IndexOfMinZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 35061) | public static long LongIndexOfMinZ(this V3i[] vectorArray, long count ... method IndexOfMaxZ (line 35078) | public static int IndexOfMaxZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 35095) | public static long LongIndexOfMaxZ(this V3i[] vectorArray, long count ... method IndexOfMinX (line 35112) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 35129) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 35146) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 35163) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 35180) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 35197) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 35213) | public static int[] CopyCoord(this V3i[] self, int index) method LengthSquared (line 40144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 40151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 40162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 40174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 40182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 40190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 40198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 40205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 40221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 40235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 40250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 40258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 40315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 40321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 40702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 40721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 40728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 40739) | [Pure] method AllTiny (line 40747) | [Pure] method IndexOfClosestPoint (line 40756) | public static int IndexOfClosestPoint(this V3ui[] pointArray, V3ui point) method IndexOfClosestPoint (line 40769) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 40783) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 40797) | public static long LongIndexOfClosestPoint(this V3ui[] pointArray, V3u... method LongIndexOfClosestPoint (line 40810) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 40824) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 40842) | public static int IndexOfMinX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 40859) | public static long LongIndexOfMinX(this V3ui[] vectorArray, long count... method IndexOfMaxX (line 40876) | public static int IndexOfMaxX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 40893) | public static long LongIndexOfMaxX(this V3ui[] vectorArray, long count... method IndexOfMinY (line 40910) | public static int IndexOfMinY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 40927) | public static long LongIndexOfMinY(this V3ui[] vectorArray, long count... method IndexOfMaxY (line 40944) | public static int IndexOfMaxY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 40961) | public static long LongIndexOfMaxY(this V3ui[] vectorArray, long count... method IndexOfMinZ (line 40978) | public static int IndexOfMinZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 40995) | public static long LongIndexOfMinZ(this V3ui[] vectorArray, long count... method IndexOfMaxZ (line 41012) | public static int IndexOfMaxZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 41029) | public static long LongIndexOfMaxZ(this V3ui[] vectorArray, long count... method IndexOfMinX (line 41046) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 41063) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 41080) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 41097) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 41114) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 41131) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method CopyCoord (line 41147) | public static uint[] CopyCoord(this V3ui[] self, int index) method LengthSquared (line 48281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 48288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 48299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 48358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 48387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 48395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 48452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 48463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 48475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 48484) | public static M33l CrossMatrix(this V3l v) method DirFlags (line 48491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 48507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 48885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 48904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 48911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 48922) | [Pure] method AllTiny (line 48930) | [Pure] method IndexOfClosestPoint (line 48939) | public static int IndexOfClosestPoint(this V3l[] pointArray, V3l point) method IndexOfClosestPoint (line 48952) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 48966) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 48980) | public static long LongIndexOfClosestPoint(this V3l[] pointArray, V3l ... method LongIndexOfClosestPoint (line 48993) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 49007) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 49025) | public static int IndexOfMinX(this V3l[] vectorArray, int count = 0) method LongIndexOfMinX (line 49042) | public static long LongIndexOfMinX(this V3l[] vectorArray, long count ... method IndexOfMaxX (line 49059) | public static int IndexOfMaxX(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 49076) | public static long LongIndexOfMaxX(this V3l[] vectorArray, long count ... method IndexOfMinY (line 49093) | public static int IndexOfMinY(this V3l[] vectorArray, int count = 0) method LongIndexOfMinY (line 49110) | public static long LongIndexOfMinY(this V3l[] vectorArray, long count ... method IndexOfMaxY (line 49127) | public static int IndexOfMaxY(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 49144) | public static long LongIndexOfMaxY(this V3l[] vectorArray, long count ... method IndexOfMinZ (line 49161) | public static int IndexOfMinZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 49178) | public static long LongIndexOfMinZ(this V3l[] vectorArray, long count ... method IndexOfMaxZ (line 49195) | public static int IndexOfMaxZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 49212) | public static long LongIndexOfMaxZ(this V3l[] vectorArray, long count ... method IndexOfMinX (line 49229) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 49246) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 49263) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 49280) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 49297) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 49314) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 49330) | public static long[] CopyCoord(this V3l[] self, int index) method LengthSquared (line 57353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 57360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 57371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 57384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 57396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 57404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 57412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 57420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 57427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 57443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 57457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 57472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 57480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 57561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 57568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 57579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 57591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 57600) | public static M33f CrossMatrix(this V3f v) method DirFlags (line 57607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 57623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 57634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 57653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 58031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 58050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 58057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 58069) | public static V3f AxisAlignedNormal(this V3f v) method AngleBetweenFast (line 58101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 58112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 58127) | [Pure] method AllTiny (line 58135) | [Pure] method AnyFinite (line 58144) | [Pure] method AllFinite (line 58149) | [Pure] method AnyNaN (line 58154) | [Pure] method AllNaN (line 58159) | [Pure] method AnyInfinity (line 58164) | [Pure] method AllInfinity (line 58169) | [Pure] method AnyPositiveInfinity (line 58174) | [Pure] method AllPositiveInfinity (line 58179) | [Pure] method AnyNegativeInfinity (line 58184) | [Pure] method AllNegativeInfinity (line 58189) | [Pure] method AnyTiny (line 58194) | [Pure] method AllTiny (line 58199) | [Pure] method LinCom (line 58208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 58248) | public static int IndexOfClosestPoint(this V3f[] pointArray, V3f point) method IndexOfClosestPoint (line 58261) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 58275) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 58289) | public static long LongIndexOfClosestPoint(this V3f[] pointArray, V3f ... method LongIndexOfClosestPoint (line 58302) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 58316) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 58334) | public static int IndexOfMinX(this V3f[] vectorArray, int count = 0) method LongIndexOfMinX (line 58351) | public static long LongIndexOfMinX(this V3f[] vectorArray, long count ... method IndexOfMaxX (line 58368) | public static int IndexOfMaxX(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 58385) | public static long LongIndexOfMaxX(this V3f[] vectorArray, long count ... method IndexOfMinY (line 58402) | public static int IndexOfMinY(this V3f[] vectorArray, int count = 0) method LongIndexOfMinY (line 58419) | public static long LongIndexOfMinY(this V3f[] vectorArray, long count ... method IndexOfMaxY (line 58436) | public static int IndexOfMaxY(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 58453) | public static long LongIndexOfMaxY(this V3f[] vectorArray, long count ... method IndexOfMinZ (line 58470) | public static int IndexOfMinZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 58487) | public static long LongIndexOfMinZ(this V3f[] vectorArray, long count ... method IndexOfMaxZ (line 58504) | public static int IndexOfMaxZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 58521) | public static long LongIndexOfMaxZ(this V3f[] vectorArray, long count ... method IndexOfMinX (line 58538) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 58555) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 58572) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 58589) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 58606) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 58623) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 58639) | public static float[] CopyCoord(this V3f[] self, int index) method WeightedSum (line 58650) | public static V3f WeightedSum( method LengthSquared (line 66735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 66742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 66753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 66766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 66778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 66786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 66794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 66802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 66809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 66825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 66839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 66854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 66862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 66943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 66950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 66961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 66973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 66982) | public static M33d CrossMatrix(this V3d v) method DirFlags (line 66989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 67005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 67016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 67035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 67413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 67432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 67439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 67451) | public static V3d AxisAlignedNormal(this V3d v) method AngleBetweenFast (line 67483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 67494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 67509) | [Pure] method AllTiny (line 67517) | [Pure] method AnyFinite (line 67526) | [Pure] method AllFinite (line 67531) | [Pure] method AnyNaN (line 67536) | [Pure] method AllNaN (line 67541) | [Pure] method AnyInfinity (line 67546) | [Pure] method AllInfinity (line 67551) | [Pure] method AnyPositiveInfinity (line 67556) | [Pure] method AllPositiveInfinity (line 67561) | [Pure] method AnyNegativeInfinity (line 67566) | [Pure] method AllNegativeInfinity (line 67571) | [Pure] method AnyTiny (line 67576) | [Pure] method AllTiny (line 67581) | [Pure] method LinCom (line 67590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 67630) | public static int IndexOfClosestPoint(this V3d[] pointArray, V3d point) method IndexOfClosestPoint (line 67643) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 67657) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 67671) | public static long LongIndexOfClosestPoint(this V3d[] pointArray, V3d ... method LongIndexOfClosestPoint (line 67684) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 67698) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 67716) | public static int IndexOfMinX(this V3d[] vectorArray, int count = 0) method LongIndexOfMinX (line 67733) | public static long LongIndexOfMinX(this V3d[] vectorArray, long count ... method IndexOfMaxX (line 67750) | public static int IndexOfMaxX(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 67767) | public static long LongIndexOfMaxX(this V3d[] vectorArray, long count ... method IndexOfMinY (line 67784) | public static int IndexOfMinY(this V3d[] vectorArray, int count = 0) method LongIndexOfMinY (line 67801) | public static long LongIndexOfMinY(this V3d[] vectorArray, long count ... method IndexOfMaxY (line 67818) | public static int IndexOfMaxY(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 67835) | public static long LongIndexOfMaxY(this V3d[] vectorArray, long count ... method IndexOfMinZ (line 67852) | public static int IndexOfMinZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 67869) | public static long LongIndexOfMinZ(this V3d[] vectorArray, long count ... method IndexOfMaxZ (line 67886) | public static int IndexOfMaxZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 67903) | public static long LongIndexOfMaxZ(this V3d[] vectorArray, long count ... method IndexOfMinX (line 67920) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 67937) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 67954) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 67971) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 67988) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 68005) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 68021) | public static double[] CopyCoord(this V3d[] self, int index) method WeightedSum (line 68032) | public static V3d WeightedSum( method LengthSquared (line 79758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 79765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 79776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 79788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 79796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 79804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 79812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 79819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 79836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 79850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 79865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 79873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 79930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 79942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 79955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 79961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 80004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 80344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 80365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 80372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 80383) | [Pure] method AllTiny (line 80391) | [Pure] method IndexOfClosestPoint (line 80400) | public static int IndexOfClosestPoint(this V4i[] pointArray, V4i point) method IndexOfClosestPoint (line 80413) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 80427) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 80441) | public static long LongIndexOfClosestPoint(this V4i[] pointArray, V4i ... method LongIndexOfClosestPoint (line 80454) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 80468) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 80486) | public static int IndexOfMinX(this V4i[] vectorArray, int count = 0) method LongIndexOfMinX (line 80503) | public static long LongIndexOfMinX(this V4i[] vectorArray, long count ... method IndexOfMaxX (line 80520) | public static int IndexOfMaxX(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 80537) | public static long LongIndexOfMaxX(this V4i[] vectorArray, long count ... method IndexOfMinY (line 80554) | public static int IndexOfMinY(this V4i[] vectorArray, int count = 0) method LongIndexOfMinY (line 80571) | public static long LongIndexOfMinY(this V4i[] vectorArray, long count ... method IndexOfMaxY (line 80588) | public static int IndexOfMaxY(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 80605) | public static long LongIndexOfMaxY(this V4i[] vectorArray, long count ... method IndexOfMinZ (line 80622) | public static int IndexOfMinZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 80639) | public static long LongIndexOfMinZ(this V4i[] vectorArray, long count ... method IndexOfMaxZ (line 80656) | public static int IndexOfMaxZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 80673) | public static long LongIndexOfMaxZ(this V4i[] vectorArray, long count ... method IndexOfMinW (line 80690) | public static int IndexOfMinW(this V4i[] vectorArray, int count = 0) method LongIndexOfMinW (line 80707) | public static long LongIndexOfMinW(this V4i[] vectorArray, long count ... method IndexOfMaxW (line 80724) | public static int IndexOfMaxW(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxW (line 80741) | public static long LongIndexOfMaxW(this V4i[] vectorArray, long count ... method IndexOfMinX (line 80758) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 80775) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 80792) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 80809) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 80826) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 80843) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 80860) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 80877) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 80893) | public static int[] CopyCoord(this V4i[] self, int index) method LengthSquared (line 88757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 88764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 88775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 88787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 88795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 88803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 88811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 88818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 88835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 88849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 88864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 88872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 88929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 88935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 89008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 89318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 89339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 89346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 89357) | [Pure] method AllTiny (line 89365) | [Pure] method IndexOfClosestPoint (line 89374) | public static int IndexOfClosestPoint(this V4ui[] pointArray, V4ui point) method IndexOfClosestPoint (line 89387) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 89401) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 89415) | public static long LongIndexOfClosestPoint(this V4ui[] pointArray, V4u... method LongIndexOfClosestPoint (line 89428) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 89442) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 89460) | public static int IndexOfMinX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 89477) | public static long LongIndexOfMinX(this V4ui[] vectorArray, long count... method IndexOfMaxX (line 89494) | public static int IndexOfMaxX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 89511) | public static long LongIndexOfMaxX(this V4ui[] vectorArray, long count... method IndexOfMinY (line 89528) | public static int IndexOfMinY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 89545) | public static long LongIndexOfMinY(this V4ui[] vectorArray, long count... method IndexOfMaxY (line 89562) | public static int IndexOfMaxY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 89579) | public static long LongIndexOfMaxY(this V4ui[] vectorArray, long count... method IndexOfMinZ (line 89596) | public static int IndexOfMinZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 89613) | public static long LongIndexOfMinZ(this V4ui[] vectorArray, long count... method IndexOfMaxZ (line 89630) | public static int IndexOfMaxZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 89647) | public static long LongIndexOfMaxZ(this V4ui[] vectorArray, long count... method IndexOfMinW (line 89664) | public static int IndexOfMinW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinW (line 89681) | public static long LongIndexOfMinW(this V4ui[] vectorArray, long count... method IndexOfMaxW (line 89698) | public static int IndexOfMaxW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxW (line 89715) | public static long LongIndexOfMaxW(this V4ui[] vectorArray, long count... method IndexOfMinX (line 89732) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 89749) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 89766) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 89783) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 89800) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 89817) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method IndexOfMinW (line 89834) | public static int IndexOfMinW(this IList vectorArray, int count ... method IndexOfMaxW (line 89851) | public static int IndexOfMaxW(this IList vectorArray, int count ... method CopyCoord (line 89867) | public static uint[] CopyCoord(this V4ui[] self, int index) method LengthSquared (line 101488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 101495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 101506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 101518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 101526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 101534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 101542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 101549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 101566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 101580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 101595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 101603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 101660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 101672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 101685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 101691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 102004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 102074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 102095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 102102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 102113) | [Pure] method AllTiny (line 102121) | [Pure] method IndexOfClosestPoint (line 102130) | public static int IndexOfClosestPoint(this V4l[] pointArray, V4l point) method IndexOfClosestPoint (line 102143) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 102157) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 102171) | public static long LongIndexOfClosestPoint(this V4l[] pointArray, V4l ... method LongIndexOfClosestPoint (line 102184) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 102198) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 102216) | public static int IndexOfMinX(this V4l[] vectorArray, int count = 0) method LongIndexOfMinX (line 102233) | public static long LongIndexOfMinX(this V4l[] vectorArray, long count ... method IndexOfMaxX (line 102250) | public static int IndexOfMaxX(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 102267) | public static long LongIndexOfMaxX(this V4l[] vectorArray, long count ... method IndexOfMinY (line 102284) | public static int IndexOfMinY(this V4l[] vectorArray, int count = 0) method LongIndexOfMinY (line 102301) | public static long LongIndexOfMinY(this V4l[] vectorArray, long count ... method IndexOfMaxY (line 102318) | public static int IndexOfMaxY(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 102335) | public static long LongIndexOfMaxY(this V4l[] vectorArray, long count ... method IndexOfMinZ (line 102352) | public static int IndexOfMinZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 102369) | public static long LongIndexOfMinZ(this V4l[] vectorArray, long count ... method IndexOfMaxZ (line 102386) | public static int IndexOfMaxZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 102403) | public static long LongIndexOfMaxZ(this V4l[] vectorArray, long count ... method IndexOfMinW (line 102420) | public static int IndexOfMinW(this V4l[] vectorArray, int count = 0) method LongIndexOfMinW (line 102437) | public static long LongIndexOfMinW(this V4l[] vectorArray, long count ... method IndexOfMaxW (line 102454) | public static int IndexOfMaxW(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxW (line 102471) | public static long LongIndexOfMaxW(this V4l[] vectorArray, long count ... method IndexOfMinX (line 102488) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 102505) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 102522) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 102539) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 102556) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 102573) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 102590) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 102607) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 102623) | public static long[] CopyCoord(this V4l[] self, int index) method LengthSquared (line 115028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 115035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 115046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 115060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 115072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 115080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 115088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 115096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 115103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 115120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 115134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 115149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 115157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 115238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 115245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 115257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 115270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 115276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 115294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 115305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 115689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 115710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 115717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 115728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 115739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 115754) | [Pure] method AllTiny (line 115762) | [Pure] method AnyFinite (line 115771) | [Pure] method AllFinite (line 115776) | [Pure] method AnyNaN (line 115781) | [Pure] method AllNaN (line 115786) | [Pure] method AnyInfinity (line 115791) | [Pure] method AllInfinity (line 115796) | [Pure] method AnyPositiveInfinity (line 115801) | [Pure] method AllPositiveInfinity (line 115806) | [Pure] method AnyNegativeInfinity (line 115811) | [Pure] method AllNegativeInfinity (line 115816) | [Pure] method AnyTiny (line 115821) | [Pure] method AllTiny (line 115826) | [Pure] method LinCom (line 115835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 115875) | public static int IndexOfClosestPoint(this V4f[] pointArray, V4f point) method IndexOfClosestPoint (line 115888) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 115902) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 115916) | public static long LongIndexOfClosestPoint(this V4f[] pointArray, V4f ... method LongIndexOfClosestPoint (line 115929) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 115943) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 115961) | public static int IndexOfMinX(this V4f[] vectorArray, int count = 0) method LongIndexOfMinX (line 115978) | public static long LongIndexOfMinX(this V4f[] vectorArray, long count ... method IndexOfMaxX (line 115995) | public static int IndexOfMaxX(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 116012) | public static long LongIndexOfMaxX(this V4f[] vectorArray, long count ... method IndexOfMinY (line 116029) | public static int IndexOfMinY(this V4f[] vectorArray, int count = 0) method LongIndexOfMinY (line 116046) | public static long LongIndexOfMinY(this V4f[] vectorArray, long count ... method IndexOfMaxY (line 116063) | public static int IndexOfMaxY(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 116080) | public static long LongIndexOfMaxY(this V4f[] vectorArray, long count ... method IndexOfMinZ (line 116097) | public static int IndexOfMinZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 116114) | public static long LongIndexOfMinZ(this V4f[] vectorArray, long count ... method IndexOfMaxZ (line 116131) | public static int IndexOfMaxZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 116148) | public static long LongIndexOfMaxZ(this V4f[] vectorArray, long count ... method IndexOfMinW (line 116165) | public static int IndexOfMinW(this V4f[] vectorArray, int count = 0) method LongIndexOfMinW (line 116182) | public static long LongIndexOfMinW(this V4f[] vectorArray, long count ... method IndexOfMaxW (line 116199) | public static int IndexOfMaxW(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxW (line 116216) | public static long LongIndexOfMaxW(this V4f[] vectorArray, long count ... method IndexOfMinX (line 116233) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 116250) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 116267) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 116284) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 116301) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 116318) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 116335) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 116352) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 116368) | public static float[] CopyCoord(this V4f[] self, int index) method WeightedSum (line 116380) | public static V4f WeightedSum( method LengthSquared (line 128744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 128751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 128762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 128776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 128788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 128796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 128804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 128812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 128819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 128836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 128850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 128865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 128873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 128954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 128961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 128973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 128986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 128992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 129010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 129021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 129405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 129426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 129433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 129444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 129455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 129470) | [Pure] method AllTiny (line 129478) | [Pure] method AnyFinite (line 129487) | [Pure] method AllFinite (line 129492) | [Pure] method AnyNaN (line 129497) | [Pure] method AllNaN (line 129502) | [Pure] method AnyInfinity (line 129507) | [Pure] method AllInfinity (line 129512) | [Pure] method AnyPositiveInfinity (line 129517) | [Pure] method AllPositiveInfinity (line 129522) | [Pure] method AnyNegativeInfinity (line 129527) | [Pure] method AllNegativeInfinity (line 129532) | [Pure] method AnyTiny (line 129537) | [Pure] method AllTiny (line 129542) | [Pure] method LinCom (line 129551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 129591) | public static int IndexOfClosestPoint(this V4d[] pointArray, V4d point) method IndexOfClosestPoint (line 129604) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 129618) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 129632) | public static long LongIndexOfClosestPoint(this V4d[] pointArray, V4d ... method LongIndexOfClosestPoint (line 129645) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 129659) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 129677) | public static int IndexOfMinX(this V4d[] vectorArray, int count = 0) method LongIndexOfMinX (line 129694) | public static long LongIndexOfMinX(this V4d[] vectorArray, long count ... method IndexOfMaxX (line 129711) | public static int IndexOfMaxX(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 129728) | public static long LongIndexOfMaxX(this V4d[] vectorArray, long count ... method IndexOfMinY (line 129745) | public static int IndexOfMinY(this V4d[] vectorArray, int count = 0) method LongIndexOfMinY (line 129762) | public static long LongIndexOfMinY(this V4d[] vectorArray, long count ... method IndexOfMaxY (line 129779) | public static int IndexOfMaxY(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 129796) | public static long LongIndexOfMaxY(this V4d[] vectorArray, long count ... method IndexOfMinZ (line 129813) | public static int IndexOfMinZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 129830) | public static long LongIndexOfMinZ(this V4d[] vectorArray, long count ... method IndexOfMaxZ (line 129847) | public static int IndexOfMaxZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 129864) | public static long LongIndexOfMaxZ(this V4d[] vectorArray, long count ... method IndexOfMinW (line 129881) | public static int IndexOfMinW(this V4d[] vectorArray, int count = 0) method LongIndexOfMinW (line 129898) | public static long LongIndexOfMinW(this V4d[] vectorArray, long count ... method IndexOfMaxW (line 129915) | public static int IndexOfMaxW(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxW (line 129932) | public static long LongIndexOfMaxW(this V4d[] vectorArray, long count ... method IndexOfMinX (line 129949) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 129966) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 129983) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 130000) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 130017) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 130034) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 130051) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 130068) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 130084) | public static double[] CopyCoord(this V4d[] self, int index) method WeightedSum (line 130096) | public static V4d WeightedSum( class IRandomUniformV3dExtensions (line 68044) | public static class IRandomUniformV3dExtensions method UniformV3d (line 68051) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3d (line 68061) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3dClosed (line 68070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3dClosed (line 68080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3dOpen (line 68089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3dOpen (line 68099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3dFull (line 68108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3dFull (line 68118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3dFullClosed (line 68127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3dFullClosed (line 68137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3dFullOpen (line 68146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3dFullOpen (line 68156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3dDirection (line 68168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3dClosedSphere (line 68181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3dOpenSphere (line 68200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3dFullDirection (line 68221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3dFullClosedSphere (line 68234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV3dFullOpenSphere (line 68253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type V4i (line 68275) | [DataContract] method V4i (line 68294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68330) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68354) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68486) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68546) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68570) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68594) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68630) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68666) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68690) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68750) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68798) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68810) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68822) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68858) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68907) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 68994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 69007) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 69020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 69033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 69045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 69057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 69069) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 69081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 69093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 69107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 69121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 69134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4i (line 69147) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2ui (line 69216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2l (line 69219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2f (line 69222) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2d (line 69225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 69228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 69231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 69234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 69237) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 69240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 69243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 69246) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 69249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 69305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 69321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 69336) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 69351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 69357) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 69364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 69368) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 69380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 69387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 69391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 69403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 69410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 69414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 69426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 69433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 69437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 69449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 69456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 69460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 69469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 69478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 69487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4ui (line 69805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4l (line 69809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4f (line 69813) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4d (line 69817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 69826) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 69834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 69841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 69848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Abs (line 69934) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 69939) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 69944) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 69949) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 69954) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 69959) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 69964) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 69969) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 69974) | [EditorBrowsable(EditorBrowsableState.Never)] method Saturate (line 69979) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 69984) | [EditorBrowsable(EditorBrowsableState.Never)] method Set (line 69996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 70008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 70020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 70032) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 70044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 70296) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 70306) | public override readonly string ToString() method ToString (line 70311) | public readonly string ToString(string format) method ToString (line 70316) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 70324) | public readonly string ToString(string format, IFormatProvider fp, str... method GetHashCode (line 70330) | public override readonly int GetHashCode() method Equals (line 70335) | public override readonly bool Equals(object other) method ToText (line 70338) | public readonly Text ToText(int bracketLevel = 1) method Parse (line 70353) | public static V4i Parse(string s) method Parse (line 70364) | public static V4i Parse(Text t) method Parse (line 70369) | public static V4i Parse(Text t, int bracketLevel) method GetValue (line 78979) | public readonly object GetValue(long index) method SetValue (line 78984) | public void SetValue(object value, long index) class V4iEqualityComparer (line 78993) | public class V4iEqualityComparer : IEqualityComparer method Equals (line 79000) | public bool Equals(V4i v0, V4i v1) method GetHashCode (line 79005) | public int GetHashCode(V4i v) class Fun (line 79013) | public static partial class Fun method Min (line 3588) | [Pure] method Min (line 3598) | [Pure] method Min (line 3608) | [Pure] method Max (line 3618) | [Pure] method Max (line 3628) | [Pure] method Max (line 3638) | [Pure] method Min (line 3648) | [Pure] method Max (line 3658) | [Pure] method Min (line 3668) | [Pure] method Max (line 3678) | [Pure] method Min (line 3688) | [Pure] method Max (line 3698) | [Pure] method Abs (line 3712) | [Pure] method Clamp (line 3726) | [Pure] method Clamp (line 3736) | [Pure] method ClampExcl (line 3746) | [Pure] method ClampExcl (line 3756) | [Pure] method ClampWrap (line 3766) | [Pure] method ClampWrap (line 3776) | [Pure] method Saturate (line 3786) | [Pure] method Sign (line 3800) | [Pure] method Signumi (line 3810) | [Pure] method Signum (line 3820) | [Pure] method MultiplyAdd (line 3834) | [Pure] method MultiplyAdd (line 3844) | [Pure] method MultiplyAdd (line 3854) | [Pure] method Sqrt (line 3868) | [Pure] method Cbrt (line 3878) | [Pure] method Square (line 3892) | [Pure] method Pown (line 3906) | [Pure] method Pown (line 3916) | [Pure] method Pown (line 3926) | [Pure] method Pow (line 3936) | [Pure] method Pow (line 3946) | [Pure] method Pow (line 3956) | [Pure] method Pow (line 3966) | [Pure] method Pow (line 3976) | [Pure] method Pow (line 3986) | [Pure] method Power (line 3996) | [Pure] method Power (line 4007) | [Pure] method Power (line 4018) | [Pure] method Power (line 4029) | [Pure] method Power (line 4040) | [Pure] method Power (line 4051) | [Pure] method Exp (line 4066) | [Pure] method Log (line 4076) | [Pure] method Log2 (line 4086) | [Pure] method Log2Int (line 4096) | [Pure] method Log10 (line 4106) | [Pure] method Log (line 4116) | [Pure] method ModP (line 4130) | [Pure] method PowerOfTwo (line 4144) | [Pure] method NextPowerOfTwo (line 4154) | [Pure] method PrevPowerOfTwo (line 4164) | [Pure] method Step (line 4178) | [Pure] method Step (line 4188) | [Pure] method Lerp (line 4202) | [Pure] method Lerp (line 4212) | [Pure] method Lerp (line 4222) | [Pure] method Lerp (line 4232) | [Pure] method InvLerp (line 4242) | [Pure] method GreatestCommonDivisor (line 4256) | [Pure] method LeastCommonMultiple (line 4266) | [Pure] method FloatFromBits (line 4280) | [Pure] method ApproximateEquals (line 4294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4308) | [Pure] method Min (line 7747) | [Pure] method Min (line 7757) | [Pure] method Min (line 7767) | [Pure] method Max (line 7777) | [Pure] method Max (line 7787) | [Pure] method Max (line 7797) | [Pure] method Min (line 7807) | [Pure] method Max (line 7817) | [Pure] method Min (line 7827) | [Pure] method Max (line 7837) | [Pure] method Min (line 7847) | [Pure] method Max (line 7857) | [Pure] method Clamp (line 7871) | [Pure] method Clamp (line 7881) | [Pure] method ClampExcl (line 7891) | [Pure] method ClampExcl (line 7901) | [Pure] method ClampWrap (line 7911) | [Pure] method ClampWrap (line 7921) | [Pure] method Saturate (line 7931) | [Pure] method MultiplyAdd (line 7945) | [Pure] method MultiplyAdd (line 7955) | [Pure] method MultiplyAdd (line 7965) | [Pure] method Sqrt (line 7979) | [Pure] method Cbrt (line 7989) | [Pure] method Square (line 8003) | [Pure] method Pown (line 8017) | [Pure] method Pown (line 8027) | [Pure] method Pown (line 8037) | [Pure] method Pown (line 8047) | [Pure] method Pown (line 8057) | [Pure] method Pown (line 8067) | [Pure] method Pow (line 8077) | [Pure] method Pow (line 8087) | [Pure] method Pow (line 8097) | [Pure] method Pow (line 8107) | [Pure] method Pow (line 8117) | [Pure] method Pow (line 8127) | [Pure] method Power (line 8137) | [Pure] method Power (line 8148) | [Pure] method Power (line 8159) | [Pure] method Power (line 8170) | [Pure] method Power (line 8181) | [Pure] method Power (line 8192) | [Pure] method Exp (line 8207) | [Pure] method Log (line 8217) | [Pure] method Log2 (line 8227) | [Pure] method Log2Int (line 8237) | [Pure] method Log10 (line 8247) | [Pure] method Log (line 8257) | [Pure] method Step (line 8271) | [Pure] method Step (line 8281) | [Pure] method Lerp (line 8295) | [Pure] method Lerp (line 8305) | [Pure] method Lerp (line 8315) | [Pure] method Lerp (line 8325) | [Pure] method InvLerp (line 8335) | [Pure] method GreatestCommonDivisor (line 8349) | [Pure] method LeastCommonMultiple (line 8359) | [Pure] method FloatFromUnsignedBits (line 8373) | [Pure] method ApproximateEquals (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8401) | [Pure] method Min (line 12893) | [Pure] method Min (line 12903) | [Pure] method Min (line 12913) | [Pure] method Max (line 12923) | [Pure] method Max (line 12933) | [Pure] method Max (line 12943) | [Pure] method Min (line 12953) | [Pure] method Max (line 12963) | [Pure] method Min (line 12973) | [Pure] method Max (line 12983) | [Pure] method Min (line 12993) | [Pure] method Max (line 13003) | [Pure] method Abs (line 13017) | [Pure] method Clamp (line 13031) | [Pure] method Clamp (line 13041) | [Pure] method ClampExcl (line 13051) | [Pure] method ClampExcl (line 13061) | [Pure] method ClampWrap (line 13071) | [Pure] method ClampWrap (line 13081) | [Pure] method Saturate (line 13091) | [Pure] method Sign (line 13105) | [Pure] method Signumi (line 13115) | [Pure] method Signum (line 13125) | [Pure] method MultiplyAdd (line 13139) | [Pure] method MultiplyAdd (line 13149) | [Pure] method MultiplyAdd (line 13159) | [Pure] method Sqrt (line 13173) | [Pure] method Cbrt (line 13183) | [Pure] method Square (line 13197) | [Pure] method Pown (line 13211) | [Pure] method Pown (line 13221) | [Pure] method Pown (line 13231) | [Pure] method Pown (line 13241) | [Pure] method Pown (line 13251) | [Pure] method Pown (line 13261) | [Pure] method Pow (line 13271) | [Pure] method Pow (line 13281) | [Pure] method Pow (line 13291) | [Pure] method Pow (line 13301) | [Pure] method Pow (line 13311) | [Pure] method Pow (line 13321) | [Pure] method Power (line 13331) | [Pure] method Power (line 13342) | [Pure] method Power (line 13353) | [Pure] method Power (line 13364) | [Pure] method Power (line 13375) | [Pure] method Power (line 13386) | [Pure] method Exp (line 13401) | [Pure] method Log (line 13411) | [Pure] method Log2 (line 13421) | [Pure] method Log2Int (line 13431) | [Pure] method Log10 (line 13441) | [Pure] method Log (line 13451) | [Pure] method ModP (line 13465) | [Pure] method PowerOfTwo (line 13479) | [Pure] method NextPowerOfTwo (line 13489) | [Pure] method PrevPowerOfTwo (line 13499) | [Pure] method Step (line 13513) | [Pure] method Step (line 13523) | [Pure] method Lerp (line 13537) | [Pure] method Lerp (line 13547) | [Pure] method Lerp (line 13557) | [Pure] method Lerp (line 13567) | [Pure] method InvLerp (line 13577) | [Pure] method GreatestCommonDivisor (line 13591) | [Pure] method LeastCommonMultiple (line 13601) | [Pure] method FloatFromBits (line 13615) | [Pure] method ApproximateEquals (line 13629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13643) | [Pure] method Min (line 18465) | [Pure] method Min (line 18475) | [Pure] method Min (line 18485) | [Pure] method Max (line 18495) | [Pure] method Max (line 18505) | [Pure] method Max (line 18515) | [Pure] method Min (line 18525) | [Pure] method Max (line 18535) | [Pure] method Min (line 18545) | [Pure] method Max (line 18555) | [Pure] method Min (line 18565) | [Pure] method Max (line 18575) | [Pure] method Abs (line 18589) | [Pure] method Floor (line 18603) | [Pure] method Ceiling (line 18613) | [Pure] method Round (line 18623) | [Pure] method Round (line 18633) | [Pure] method Round (line 18643) | [Pure] method Round (line 18653) | [Pure] method Truncate (line 18663) | [Pure] method Frac (line 18677) | [Pure] method Clamp (line 18691) | [Pure] method Clamp (line 18701) | [Pure] method ClampWrap (line 18711) | [Pure] method ClampWrap (line 18721) | [Pure] method Saturate (line 18731) | [Pure] method MapToUnitInterval (line 18745) | [Pure] method MapToUnitInterval (line 18755) | [Pure] method MapToUnitInterval (line 18765) | [Pure] method MapToUnitInterval (line 18775) | [Pure] method Sign (line 18789) | [Pure] method Signumi (line 18799) | [Pure] method Signum (line 18809) | [Pure] method MultiplyAdd (line 18823) | [Pure] method MultiplyAdd (line 18833) | [Pure] method MultiplyAdd (line 18843) | [Pure] method CopySign (line 18857) | [Pure] method CopySign (line 18867) | [Pure] method CopySign (line 18877) | [Pure] method Sqrt (line 18891) | [Pure] method Cbrt (line 18901) | [Pure] method Square (line 18915) | [Pure] method Pown (line 18929) | [Pure] method Pown (line 18939) | [Pure] method Pown (line 18949) | [Pure] method Pow (line 18959) | [Pure] method Pow (line 18969) | [Pure] method Pow (line 18979) | [Pure] method Power (line 18989) | [Pure] method Power (line 19000) | [Pure] method Power (line 19011) | [Pure] method Exp (line 19026) | [Pure] method Log (line 19036) | [Pure] method Log2 (line 19046) | [Pure] method Log2Int (line 19056) | [Pure] method Log10 (line 19066) | [Pure] method Log (line 19076) | [Pure] method ModP (line 19090) | [Pure] method PowerOfTwo (line 19104) | [Pure] method Sin (line 19118) | [Pure] method Cos (line 19128) | [Pure] method Tan (line 19138) | [Pure] method Asin (line 19148) | [Pure] method AsinClamped (line 19158) | [Pure] method Acos (line 19168) | [Pure] method AcosClamped (line 19178) | [Pure] method Atan (line 19188) | [Pure] method Atan2 (line 19198) | [Pure] method FastAtan2 (line 19208) | [Pure] method Sinh (line 19218) | [Pure] method Cosh (line 19228) | [Pure] method Tanh (line 19238) | [Pure] method Asinh (line 19248) | [Pure] method Acosh (line 19258) | [Pure] method Atanh (line 19268) | [Pure] method Step (line 19282) | [Pure] method Step (line 19292) | [Pure] method Linearstep (line 19302) | [Pure] method Linearstep (line 19312) | [Pure] method Smoothstep (line 19322) | [Pure] method Smoothstep (line 19332) | [Pure] method Lerp (line 19346) | [Pure] method Lerp (line 19356) | [Pure] method InvLerp (line 19366) | [Pure] method FloatToBits (line 19380) | [Pure] method FloatToUnsignedBits (line 19390) | [Pure] method ApproximateEquals (line 19404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19428) | [Pure] method IsTiny (line 19436) | [Pure] method IsNaN (line 19448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 24690) | [Pure] method Min (line 24700) | [Pure] method Min (line 24710) | [Pure] method Max (line 24720) | [Pure] method Max (line 24730) | [Pure] method Max (line 24740) | [Pure] method Min (line 24750) | [Pure] method Max (line 24760) | [Pure] method Min (line 24770) | [Pure] method Max (line 24780) | [Pure] method Min (line 24790) | [Pure] method Max (line 24800) | [Pure] method Abs (line 24814) | [Pure] method Floor (line 24828) | [Pure] method Ceiling (line 24838) | [Pure] method Round (line 24848) | [Pure] method Round (line 24858) | [Pure] method Round (line 24868) | [Pure] method Round (line 24878) | [Pure] method Truncate (line 24888) | [Pure] method Frac (line 24902) | [Pure] method Clamp (line 24916) | [Pure] method Clamp (line 24926) | [Pure] method ClampWrap (line 24936) | [Pure] method ClampWrap (line 24946) | [Pure] method Saturate (line 24956) | [Pure] method MapToUnitInterval (line 24970) | [Pure] method MapToUnitInterval (line 24980) | [Pure] method MapToUnitInterval (line 24990) | [Pure] method MapToUnitInterval (line 25000) | [Pure] method Sign (line 25014) | [Pure] method Signumi (line 25024) | [Pure] method Signum (line 25034) | [Pure] method MultiplyAdd (line 25048) | [Pure] method MultiplyAdd (line 25058) | [Pure] method MultiplyAdd (line 25068) | [Pure] method CopySign (line 25082) | [Pure] method CopySign (line 25092) | [Pure] method CopySign (line 25102) | [Pure] method Sqrt (line 25116) | [Pure] method Cbrt (line 25126) | [Pure] method Square (line 25140) | [Pure] method Pown (line 25154) | [Pure] method Pown (line 25164) | [Pure] method Pown (line 25174) | [Pure] method Pow (line 25184) | [Pure] method Pow (line 25194) | [Pure] method Pow (line 25204) | [Pure] method Power (line 25214) | [Pure] method Power (line 25225) | [Pure] method Power (line 25236) | [Pure] method Exp (line 25251) | [Pure] method Log (line 25261) | [Pure] method Log2 (line 25271) | [Pure] method Log2Int (line 25281) | [Pure] method Log10 (line 25291) | [Pure] method Log (line 25301) | [Pure] method ModP (line 25315) | [Pure] method PowerOfTwo (line 25329) | [Pure] method Sin (line 25343) | [Pure] method Cos (line 25353) | [Pure] method Tan (line 25363) | [Pure] method Asin (line 25373) | [Pure] method AsinClamped (line 25383) | [Pure] method Acos (line 25393) | [Pure] method AcosClamped (line 25403) | [Pure] method Atan (line 25413) | [Pure] method Atan2 (line 25423) | [Pure] method FastAtan2 (line 25433) | [Pure] method Sinh (line 25443) | [Pure] method Cosh (line 25453) | [Pure] method Tanh (line 25463) | [Pure] method Asinh (line 25473) | [Pure] method Acosh (line 25483) | [Pure] method Atanh (line 25493) | [Pure] method Step (line 25507) | [Pure] method Step (line 25517) | [Pure] method Linearstep (line 25527) | [Pure] method Linearstep (line 25537) | [Pure] method Smoothstep (line 25547) | [Pure] method Smoothstep (line 25557) | [Pure] method Lerp (line 25571) | [Pure] method Lerp (line 25581) | [Pure] method InvLerp (line 25591) | [Pure] method FloatToBits (line 25605) | [Pure] method ApproximateEquals (line 25619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25643) | [Pure] method IsTiny (line 25651) | [Pure] method IsNaN (line 25663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 25670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 25677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 25684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 25691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 33426) | [Pure] method Min (line 33436) | [Pure] method Min (line 33446) | [Pure] method Max (line 33456) | [Pure] method Max (line 33466) | [Pure] method Max (line 33476) | [Pure] method Min (line 33486) | [Pure] method Max (line 33496) | [Pure] method Min (line 33506) | [Pure] method Max (line 33516) | [Pure] method Min (line 33526) | [Pure] method Max (line 33536) | [Pure] method Abs (line 33550) | [Pure] method Clamp (line 33564) | [Pure] method Clamp (line 33574) | [Pure] method ClampExcl (line 33584) | [Pure] method ClampExcl (line 33594) | [Pure] method ClampWrap (line 33604) | [Pure] method ClampWrap (line 33614) | [Pure] method Saturate (line 33624) | [Pure] method Sign (line 33638) | [Pure] method Signumi (line 33648) | [Pure] method Signum (line 33658) | [Pure] method MultiplyAdd (line 33672) | [Pure] method MultiplyAdd (line 33682) | [Pure] method MultiplyAdd (line 33692) | [Pure] method Sqrt (line 33706) | [Pure] method Cbrt (line 33716) | [Pure] method Square (line 33730) | [Pure] method Pown (line 33744) | [Pure] method Pown (line 33754) | [Pure] method Pown (line 33764) | [Pure] method Pow (line 33774) | [Pure] method Pow (line 33784) | [Pure] method Pow (line 33794) | [Pure] method Pow (line 33804) | [Pure] method Pow (line 33814) | [Pure] method Pow (line 33824) | [Pure] method Power (line 33834) | [Pure] method Power (line 33845) | [Pure] method Power (line 33856) | [Pure] method Power (line 33867) | [Pure] method Power (line 33878) | [Pure] method Power (line 33889) | [Pure] method Exp (line 33904) | [Pure] method Log (line 33914) | [Pure] method Log2 (line 33924) | [Pure] method Log2Int (line 33934) | [Pure] method Log10 (line 33944) | [Pure] method Log (line 33954) | [Pure] method ModP (line 33968) | [Pure] method PowerOfTwo (line 33982) | [Pure] method NextPowerOfTwo (line 33992) | [Pure] method PrevPowerOfTwo (line 34002) | [Pure] method Step (line 34016) | [Pure] method Step (line 34026) | [Pure] method Lerp (line 34040) | [Pure] method Lerp (line 34050) | [Pure] method Lerp (line 34060) | [Pure] method Lerp (line 34070) | [Pure] method InvLerp (line 34080) | [Pure] method GreatestCommonDivisor (line 34094) | [Pure] method LeastCommonMultiple (line 34104) | [Pure] method FloatFromBits (line 34118) | [Pure] method ApproximateEquals (line 34132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 34146) | [Pure] method Min (line 39472) | [Pure] method Min (line 39482) | [Pure] method Min (line 39492) | [Pure] method Max (line 39502) | [Pure] method Max (line 39512) | [Pure] method Max (line 39522) | [Pure] method Min (line 39532) | [Pure] method Max (line 39542) | [Pure] method Min (line 39552) | [Pure] method Max (line 39562) | [Pure] method Min (line 39572) | [Pure] method Max (line 39582) | [Pure] method Clamp (line 39596) | [Pure] method Clamp (line 39606) | [Pure] method ClampExcl (line 39616) | [Pure] method ClampExcl (line 39626) | [Pure] method ClampWrap (line 39636) | [Pure] method ClampWrap (line 39646) | [Pure] method Saturate (line 39656) | [Pure] method MultiplyAdd (line 39670) | [Pure] method MultiplyAdd (line 39680) | [Pure] method MultiplyAdd (line 39690) | [Pure] method Sqrt (line 39704) | [Pure] method Cbrt (line 39714) | [Pure] method Square (line 39728) | [Pure] method Pown (line 39742) | [Pure] method Pown (line 39752) | [Pure] method Pown (line 39762) | [Pure] method Pown (line 39772) | [Pure] method Pown (line 39782) | [Pure] method Pown (line 39792) | [Pure] method Pow (line 39802) | [Pure] method Pow (line 39812) | [Pure] method Pow (line 39822) | [Pure] method Pow (line 39832) | [Pure] method Pow (line 39842) | [Pure] method Pow (line 39852) | [Pure] method Power (line 39862) | [Pure] method Power (line 39873) | [Pure] method Power (line 39884) | [Pure] method Power (line 39895) | [Pure] method Power (line 39906) | [Pure] method Power (line 39917) | [Pure] method Exp (line 39932) | [Pure] method Log (line 39942) | [Pure] method Log2 (line 39952) | [Pure] method Log2Int (line 39962) | [Pure] method Log10 (line 39972) | [Pure] method Log (line 39982) | [Pure] method Step (line 39996) | [Pure] method Step (line 40006) | [Pure] method Lerp (line 40020) | [Pure] method Lerp (line 40030) | [Pure] method Lerp (line 40040) | [Pure] method Lerp (line 40050) | [Pure] method InvLerp (line 40060) | [Pure] method GreatestCommonDivisor (line 40074) | [Pure] method LeastCommonMultiple (line 40084) | [Pure] method FloatFromUnsignedBits (line 40098) | [Pure] method ApproximateEquals (line 40112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 40126) | [Pure] method Min (line 47513) | [Pure] method Min (line 47523) | [Pure] method Min (line 47533) | [Pure] method Max (line 47543) | [Pure] method Max (line 47553) | [Pure] method Max (line 47563) | [Pure] method Min (line 47573) | [Pure] method Max (line 47583) | [Pure] method Min (line 47593) | [Pure] method Max (line 47603) | [Pure] method Min (line 47613) | [Pure] method Max (line 47623) | [Pure] method Abs (line 47637) | [Pure] method Clamp (line 47651) | [Pure] method Clamp (line 47661) | [Pure] method ClampExcl (line 47671) | [Pure] method ClampExcl (line 47681) | [Pure] method ClampWrap (line 47691) | [Pure] method ClampWrap (line 47701) | [Pure] method Saturate (line 47711) | [Pure] method Sign (line 47725) | [Pure] method Signumi (line 47735) | [Pure] method Signum (line 47745) | [Pure] method MultiplyAdd (line 47759) | [Pure] method MultiplyAdd (line 47769) | [Pure] method MultiplyAdd (line 47779) | [Pure] method Sqrt (line 47793) | [Pure] method Cbrt (line 47803) | [Pure] method Square (line 47817) | [Pure] method Pown (line 47831) | [Pure] method Pown (line 47841) | [Pure] method Pown (line 47851) | [Pure] method Pown (line 47861) | [Pure] method Pown (line 47871) | [Pure] method Pown (line 47881) | [Pure] method Pow (line 47891) | [Pure] method Pow (line 47901) | [Pure] method Pow (line 47911) | [Pure] method Pow (line 47921) | [Pure] method Pow (line 47931) | [Pure] method Pow (line 47941) | [Pure] method Power (line 47951) | [Pure] method Power (line 47962) | [Pure] method Power (line 47973) | [Pure] method Power (line 47984) | [Pure] method Power (line 47995) | [Pure] method Power (line 48006) | [Pure] method Exp (line 48021) | [Pure] method Log (line 48031) | [Pure] method Log2 (line 48041) | [Pure] method Log2Int (line 48051) | [Pure] method Log10 (line 48061) | [Pure] method Log (line 48071) | [Pure] method ModP (line 48085) | [Pure] method PowerOfTwo (line 48099) | [Pure] method NextPowerOfTwo (line 48109) | [Pure] method PrevPowerOfTwo (line 48119) | [Pure] method Step (line 48133) | [Pure] method Step (line 48143) | [Pure] method Lerp (line 48157) | [Pure] method Lerp (line 48167) | [Pure] method Lerp (line 48177) | [Pure] method Lerp (line 48187) | [Pure] method InvLerp (line 48197) | [Pure] method GreatestCommonDivisor (line 48211) | [Pure] method LeastCommonMultiple (line 48221) | [Pure] method FloatFromBits (line 48235) | [Pure] method ApproximateEquals (line 48249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 48263) | [Pure] method Min (line 56252) | [Pure] method Min (line 56262) | [Pure] method Min (line 56272) | [Pure] method Max (line 56282) | [Pure] method Max (line 56292) | [Pure] method Max (line 56302) | [Pure] method Min (line 56312) | [Pure] method Max (line 56322) | [Pure] method Min (line 56332) | [Pure] method Max (line 56342) | [Pure] method Min (line 56352) | [Pure] method Max (line 56362) | [Pure] method Abs (line 56376) | [Pure] method Floor (line 56390) | [Pure] method Ceiling (line 56400) | [Pure] method Round (line 56410) | [Pure] method Round (line 56420) | [Pure] method Round (line 56430) | [Pure] method Round (line 56440) | [Pure] method Truncate (line 56450) | [Pure] method Frac (line 56464) | [Pure] method Clamp (line 56478) | [Pure] method Clamp (line 56488) | [Pure] method ClampWrap (line 56498) | [Pure] method ClampWrap (line 56508) | [Pure] method Saturate (line 56518) | [Pure] method MapToUnitInterval (line 56532) | [Pure] method MapToUnitInterval (line 56542) | [Pure] method MapToUnitInterval (line 56552) | [Pure] method MapToUnitInterval (line 56562) | [Pure] method Sign (line 56576) | [Pure] method Signumi (line 56586) | [Pure] method Signum (line 56596) | [Pure] method MultiplyAdd (line 56610) | [Pure] method MultiplyAdd (line 56620) | [Pure] method MultiplyAdd (line 56630) | [Pure] method CopySign (line 56644) | [Pure] method CopySign (line 56654) | [Pure] method CopySign (line 56664) | [Pure] method Sqrt (line 56678) | [Pure] method Cbrt (line 56688) | [Pure] method Square (line 56702) | [Pure] method Pown (line 56716) | [Pure] method Pown (line 56726) | [Pure] method Pown (line 56736) | [Pure] method Pow (line 56746) | [Pure] method Pow (line 56756) | [Pure] method Pow (line 56766) | [Pure] method Power (line 56776) | [Pure] method Power (line 56787) | [Pure] method Power (line 56798) | [Pure] method Exp (line 56813) | [Pure] method Log (line 56823) | [Pure] method Log2 (line 56833) | [Pure] method Log2Int (line 56843) | [Pure] method Log10 (line 56853) | [Pure] method Log (line 56863) | [Pure] method ModP (line 56877) | [Pure] method PowerOfTwo (line 56891) | [Pure] method Sin (line 56905) | [Pure] method Cos (line 56915) | [Pure] method Tan (line 56925) | [Pure] method Asin (line 56935) | [Pure] method AsinClamped (line 56945) | [Pure] method Acos (line 56955) | [Pure] method AcosClamped (line 56965) | [Pure] method Atan (line 56975) | [Pure] method Atan2 (line 56985) | [Pure] method FastAtan2 (line 56995) | [Pure] method Sinh (line 57005) | [Pure] method Cosh (line 57015) | [Pure] method Tanh (line 57025) | [Pure] method Asinh (line 57035) | [Pure] method Acosh (line 57045) | [Pure] method Atanh (line 57055) | [Pure] method Step (line 57069) | [Pure] method Step (line 57079) | [Pure] method Linearstep (line 57089) | [Pure] method Linearstep (line 57099) | [Pure] method Smoothstep (line 57109) | [Pure] method Smoothstep (line 57119) | [Pure] method Lerp (line 57133) | [Pure] method Lerp (line 57143) | [Pure] method InvLerp (line 57153) | [Pure] method FloatToBits (line 57167) | [Pure] method FloatToUnsignedBits (line 57177) | [Pure] method ApproximateEquals (line 57191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57215) | [Pure] method IsTiny (line 57223) | [Pure] method IsNaN (line 57235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 57242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 57249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 57256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 57263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 65644) | [Pure] method Min (line 65654) | [Pure] method Min (line 65664) | [Pure] method Max (line 65674) | [Pure] method Max (line 65684) | [Pure] method Max (line 65694) | [Pure] method Min (line 65704) | [Pure] method Max (line 65714) | [Pure] method Min (line 65724) | [Pure] method Max (line 65734) | [Pure] method Min (line 65744) | [Pure] method Max (line 65754) | [Pure] method Abs (line 65768) | [Pure] method Floor (line 65782) | [Pure] method Ceiling (line 65792) | [Pure] method Round (line 65802) | [Pure] method Round (line 65812) | [Pure] method Round (line 65822) | [Pure] method Round (line 65832) | [Pure] method Truncate (line 65842) | [Pure] method Frac (line 65856) | [Pure] method Clamp (line 65870) | [Pure] method Clamp (line 65880) | [Pure] method ClampWrap (line 65890) | [Pure] method ClampWrap (line 65900) | [Pure] method Saturate (line 65910) | [Pure] method MapToUnitInterval (line 65924) | [Pure] method MapToUnitInterval (line 65934) | [Pure] method MapToUnitInterval (line 65944) | [Pure] method MapToUnitInterval (line 65954) | [Pure] method Sign (line 65968) | [Pure] method Signumi (line 65978) | [Pure] method Signum (line 65988) | [Pure] method MultiplyAdd (line 66002) | [Pure] method MultiplyAdd (line 66012) | [Pure] method MultiplyAdd (line 66022) | [Pure] method CopySign (line 66036) | [Pure] method CopySign (line 66046) | [Pure] method CopySign (line 66056) | [Pure] method Sqrt (line 66070) | [Pure] method Cbrt (line 66080) | [Pure] method Square (line 66094) | [Pure] method Pown (line 66108) | [Pure] method Pown (line 66118) | [Pure] method Pown (line 66128) | [Pure] method Pow (line 66138) | [Pure] method Pow (line 66148) | [Pure] method Pow (line 66158) | [Pure] method Power (line 66168) | [Pure] method Power (line 66179) | [Pure] method Power (line 66190) | [Pure] method Exp (line 66205) | [Pure] method Log (line 66215) | [Pure] method Log2 (line 66225) | [Pure] method Log2Int (line 66235) | [Pure] method Log10 (line 66245) | [Pure] method Log (line 66255) | [Pure] method ModP (line 66269) | [Pure] method PowerOfTwo (line 66283) | [Pure] method Sin (line 66297) | [Pure] method Cos (line 66307) | [Pure] method Tan (line 66317) | [Pure] method Asin (line 66327) | [Pure] method AsinClamped (line 66337) | [Pure] method Acos (line 66347) | [Pure] method AcosClamped (line 66357) | [Pure] method Atan (line 66367) | [Pure] method Atan2 (line 66377) | [Pure] method FastAtan2 (line 66387) | [Pure] method Sinh (line 66397) | [Pure] method Cosh (line 66407) | [Pure] method Tanh (line 66417) | [Pure] method Asinh (line 66427) | [Pure] method Acosh (line 66437) | [Pure] method Atanh (line 66447) | [Pure] method Step (line 66461) | [Pure] method Step (line 66471) | [Pure] method Linearstep (line 66481) | [Pure] method Linearstep (line 66491) | [Pure] method Smoothstep (line 66501) | [Pure] method Smoothstep (line 66511) | [Pure] method Lerp (line 66525) | [Pure] method Lerp (line 66535) | [Pure] method InvLerp (line 66545) | [Pure] method FloatToBits (line 66559) | [Pure] method ApproximateEquals (line 66573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 66583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 66597) | [Pure] method IsTiny (line 66605) | [Pure] method IsNaN (line 66617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 66624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 66631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 66638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 66645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 79020) | [Pure] method Min (line 79030) | [Pure] method Min (line 79040) | [Pure] method Max (line 79050) | [Pure] method Max (line 79060) | [Pure] method Max (line 79070) | [Pure] method Min (line 79080) | [Pure] method Max (line 79090) | [Pure] method Min (line 79100) | [Pure] method Max (line 79110) | [Pure] method Min (line 79120) | [Pure] method Max (line 79130) | [Pure] method Abs (line 79144) | [Pure] method Clamp (line 79158) | [Pure] method Clamp (line 79168) | [Pure] method ClampExcl (line 79178) | [Pure] method ClampExcl (line 79188) | [Pure] method ClampWrap (line 79198) | [Pure] method ClampWrap (line 79208) | [Pure] method Saturate (line 79218) | [Pure] method Sign (line 79232) | [Pure] method Signumi (line 79242) | [Pure] method Signum (line 79252) | [Pure] method MultiplyAdd (line 79266) | [Pure] method MultiplyAdd (line 79276) | [Pure] method MultiplyAdd (line 79286) | [Pure] method Sqrt (line 79300) | [Pure] method Cbrt (line 79310) | [Pure] method Square (line 79324) | [Pure] method Pown (line 79338) | [Pure] method Pown (line 79348) | [Pure] method Pown (line 79358) | [Pure] method Pow (line 79368) | [Pure] method Pow (line 79378) | [Pure] method Pow (line 79388) | [Pure] method Pow (line 79398) | [Pure] method Pow (line 79408) | [Pure] method Pow (line 79418) | [Pure] method Power (line 79428) | [Pure] method Power (line 79439) | [Pure] method Power (line 79450) | [Pure] method Power (line 79461) | [Pure] method Power (line 79472) | [Pure] method Power (line 79483) | [Pure] method Exp (line 79498) | [Pure] method Log (line 79508) | [Pure] method Log2 (line 79518) | [Pure] method Log2Int (line 79528) | [Pure] method Log10 (line 79538) | [Pure] method Log (line 79548) | [Pure] method ModP (line 79562) | [Pure] method PowerOfTwo (line 79576) | [Pure] method NextPowerOfTwo (line 79586) | [Pure] method PrevPowerOfTwo (line 79596) | [Pure] method Step (line 79610) | [Pure] method Step (line 79620) | [Pure] method Lerp (line 79634) | [Pure] method Lerp (line 79644) | [Pure] method Lerp (line 79654) | [Pure] method Lerp (line 79664) | [Pure] method InvLerp (line 79674) | [Pure] method GreatestCommonDivisor (line 79688) | [Pure] method LeastCommonMultiple (line 79698) | [Pure] method FloatFromBits (line 79712) | [Pure] method ApproximateEquals (line 79726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 79740) | [Pure] method Min (line 88085) | [Pure] method Min (line 88095) | [Pure] method Min (line 88105) | [Pure] method Max (line 88115) | [Pure] method Max (line 88125) | [Pure] method Max (line 88135) | [Pure] method Min (line 88145) | [Pure] method Max (line 88155) | [Pure] method Min (line 88165) | [Pure] method Max (line 88175) | [Pure] method Min (line 88185) | [Pure] method Max (line 88195) | [Pure] method Clamp (line 88209) | [Pure] method Clamp (line 88219) | [Pure] method ClampExcl (line 88229) | [Pure] method ClampExcl (line 88239) | [Pure] method ClampWrap (line 88249) | [Pure] method ClampWrap (line 88259) | [Pure] method Saturate (line 88269) | [Pure] method MultiplyAdd (line 88283) | [Pure] method MultiplyAdd (line 88293) | [Pure] method MultiplyAdd (line 88303) | [Pure] method Sqrt (line 88317) | [Pure] method Cbrt (line 88327) | [Pure] method Square (line 88341) | [Pure] method Pown (line 88355) | [Pure] method Pown (line 88365) | [Pure] method Pown (line 88375) | [Pure] method Pown (line 88385) | [Pure] method Pown (line 88395) | [Pure] method Pown (line 88405) | [Pure] method Pow (line 88415) | [Pure] method Pow (line 88425) | [Pure] method Pow (line 88435) | [Pure] method Pow (line 88445) | [Pure] method Pow (line 88455) | [Pure] method Pow (line 88465) | [Pure] method Power (line 88475) | [Pure] method Power (line 88486) | [Pure] method Power (line 88497) | [Pure] method Power (line 88508) | [Pure] method Power (line 88519) | [Pure] method Power (line 88530) | [Pure] method Exp (line 88545) | [Pure] method Log (line 88555) | [Pure] method Log2 (line 88565) | [Pure] method Log2Int (line 88575) | [Pure] method Log10 (line 88585) | [Pure] method Log (line 88595) | [Pure] method Step (line 88609) | [Pure] method Step (line 88619) | [Pure] method Lerp (line 88633) | [Pure] method Lerp (line 88643) | [Pure] method Lerp (line 88653) | [Pure] method Lerp (line 88663) | [Pure] method InvLerp (line 88673) | [Pure] method GreatestCommonDivisor (line 88687) | [Pure] method LeastCommonMultiple (line 88697) | [Pure] method FloatFromUnsignedBits (line 88711) | [Pure] method ApproximateEquals (line 88725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 88739) | [Pure] method Min (line 100720) | [Pure] method Min (line 100730) | [Pure] method Min (line 100740) | [Pure] method Max (line 100750) | [Pure] method Max (line 100760) | [Pure] method Max (line 100770) | [Pure] method Min (line 100780) | [Pure] method Max (line 100790) | [Pure] method Min (line 100800) | [Pure] method Max (line 100810) | [Pure] method Min (line 100820) | [Pure] method Max (line 100830) | [Pure] method Abs (line 100844) | [Pure] method Clamp (line 100858) | [Pure] method Clamp (line 100868) | [Pure] method ClampExcl (line 100878) | [Pure] method ClampExcl (line 100888) | [Pure] method ClampWrap (line 100898) | [Pure] method ClampWrap (line 100908) | [Pure] method Saturate (line 100918) | [Pure] method Sign (line 100932) | [Pure] method Signumi (line 100942) | [Pure] method Signum (line 100952) | [Pure] method MultiplyAdd (line 100966) | [Pure] method MultiplyAdd (line 100976) | [Pure] method MultiplyAdd (line 100986) | [Pure] method Sqrt (line 101000) | [Pure] method Cbrt (line 101010) | [Pure] method Square (line 101024) | [Pure] method Pown (line 101038) | [Pure] method Pown (line 101048) | [Pure] method Pown (line 101058) | [Pure] method Pown (line 101068) | [Pure] method Pown (line 101078) | [Pure] method Pown (line 101088) | [Pure] method Pow (line 101098) | [Pure] method Pow (line 101108) | [Pure] method Pow (line 101118) | [Pure] method Pow (line 101128) | [Pure] method Pow (line 101138) | [Pure] method Pow (line 101148) | [Pure] method Power (line 101158) | [Pure] method Power (line 101169) | [Pure] method Power (line 101180) | [Pure] method Power (line 101191) | [Pure] method Power (line 101202) | [Pure] method Power (line 101213) | [Pure] method Exp (line 101228) | [Pure] method Log (line 101238) | [Pure] method Log2 (line 101248) | [Pure] method Log2Int (line 101258) | [Pure] method Log10 (line 101268) | [Pure] method Log (line 101278) | [Pure] method ModP (line 101292) | [Pure] method PowerOfTwo (line 101306) | [Pure] method NextPowerOfTwo (line 101316) | [Pure] method PrevPowerOfTwo (line 101326) | [Pure] method Step (line 101340) | [Pure] method Step (line 101350) | [Pure] method Lerp (line 101364) | [Pure] method Lerp (line 101374) | [Pure] method Lerp (line 101384) | [Pure] method Lerp (line 101394) | [Pure] method InvLerp (line 101404) | [Pure] method GreatestCommonDivisor (line 101418) | [Pure] method LeastCommonMultiple (line 101428) | [Pure] method FloatFromBits (line 101442) | [Pure] method ApproximateEquals (line 101456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 101470) | [Pure] method Min (line 113921) | [Pure] method Min (line 113931) | [Pure] method Min (line 113941) | [Pure] method Max (line 113951) | [Pure] method Max (line 113961) | [Pure] method Max (line 113971) | [Pure] method Min (line 113981) | [Pure] method Max (line 113991) | [Pure] method Min (line 114001) | [Pure] method Max (line 114011) | [Pure] method Min (line 114021) | [Pure] method Max (line 114031) | [Pure] method Abs (line 114045) | [Pure] method Floor (line 114059) | [Pure] method Ceiling (line 114069) | [Pure] method Round (line 114079) | [Pure] method Round (line 114089) | [Pure] method Round (line 114099) | [Pure] method Round (line 114109) | [Pure] method Truncate (line 114119) | [Pure] method Frac (line 114133) | [Pure] method Clamp (line 114147) | [Pure] method Clamp (line 114157) | [Pure] method ClampWrap (line 114167) | [Pure] method ClampWrap (line 114177) | [Pure] method Saturate (line 114187) | [Pure] method MapToUnitInterval (line 114201) | [Pure] method MapToUnitInterval (line 114211) | [Pure] method MapToUnitInterval (line 114221) | [Pure] method MapToUnitInterval (line 114231) | [Pure] method Sign (line 114245) | [Pure] method Signumi (line 114255) | [Pure] method Signum (line 114265) | [Pure] method MultiplyAdd (line 114279) | [Pure] method MultiplyAdd (line 114289) | [Pure] method MultiplyAdd (line 114299) | [Pure] method CopySign (line 114313) | [Pure] method CopySign (line 114323) | [Pure] method CopySign (line 114333) | [Pure] method Sqrt (line 114347) | [Pure] method Cbrt (line 114357) | [Pure] method Square (line 114371) | [Pure] method Pown (line 114385) | [Pure] method Pown (line 114395) | [Pure] method Pown (line 114405) | [Pure] method Pow (line 114415) | [Pure] method Pow (line 114425) | [Pure] method Pow (line 114435) | [Pure] method Power (line 114445) | [Pure] method Power (line 114456) | [Pure] method Power (line 114467) | [Pure] method Exp (line 114482) | [Pure] method Log (line 114492) | [Pure] method Log2 (line 114502) | [Pure] method Log2Int (line 114512) | [Pure] method Log10 (line 114522) | [Pure] method Log (line 114532) | [Pure] method ModP (line 114546) | [Pure] method PowerOfTwo (line 114560) | [Pure] method Sin (line 114574) | [Pure] method Cos (line 114584) | [Pure] method Tan (line 114594) | [Pure] method Asin (line 114604) | [Pure] method AsinClamped (line 114614) | [Pure] method Acos (line 114624) | [Pure] method AcosClamped (line 114634) | [Pure] method Atan (line 114644) | [Pure] method Atan2 (line 114654) | [Pure] method FastAtan2 (line 114664) | [Pure] method Sinh (line 114674) | [Pure] method Cosh (line 114684) | [Pure] method Tanh (line 114694) | [Pure] method Asinh (line 114704) | [Pure] method Acosh (line 114714) | [Pure] method Atanh (line 114724) | [Pure] method Step (line 114738) | [Pure] method Step (line 114748) | [Pure] method Linearstep (line 114758) | [Pure] method Linearstep (line 114768) | [Pure] method Smoothstep (line 114778) | [Pure] method Smoothstep (line 114788) | [Pure] method Lerp (line 114802) | [Pure] method Lerp (line 114812) | [Pure] method InvLerp (line 114822) | [Pure] method FloatToBits (line 114836) | [Pure] method FloatToUnsignedBits (line 114846) | [Pure] method ApproximateEquals (line 114860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 114870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 114884) | [Pure] method IsTiny (line 114892) | [Pure] method IsNaN (line 114904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 114911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 114918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 114925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 114932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 127647) | [Pure] method Min (line 127657) | [Pure] method Min (line 127667) | [Pure] method Max (line 127677) | [Pure] method Max (line 127687) | [Pure] method Max (line 127697) | [Pure] method Min (line 127707) | [Pure] method Max (line 127717) | [Pure] method Min (line 127727) | [Pure] method Max (line 127737) | [Pure] method Min (line 127747) | [Pure] method Max (line 127757) | [Pure] method Abs (line 127771) | [Pure] method Floor (line 127785) | [Pure] method Ceiling (line 127795) | [Pure] method Round (line 127805) | [Pure] method Round (line 127815) | [Pure] method Round (line 127825) | [Pure] method Round (line 127835) | [Pure] method Truncate (line 127845) | [Pure] method Frac (line 127859) | [Pure] method Clamp (line 127873) | [Pure] method Clamp (line 127883) | [Pure] method ClampWrap (line 127893) | [Pure] method ClampWrap (line 127903) | [Pure] method Saturate (line 127913) | [Pure] method MapToUnitInterval (line 127927) | [Pure] method MapToUnitInterval (line 127937) | [Pure] method MapToUnitInterval (line 127947) | [Pure] method MapToUnitInterval (line 127957) | [Pure] method Sign (line 127971) | [Pure] method Signumi (line 127981) | [Pure] method Signum (line 127991) | [Pure] method MultiplyAdd (line 128005) | [Pure] method MultiplyAdd (line 128015) | [Pure] method MultiplyAdd (line 128025) | [Pure] method CopySign (line 128039) | [Pure] method CopySign (line 128049) | [Pure] method CopySign (line 128059) | [Pure] method Sqrt (line 128073) | [Pure] method Cbrt (line 128083) | [Pure] method Square (line 128097) | [Pure] method Pown (line 128111) | [Pure] method Pown (line 128121) | [Pure] method Pown (line 128131) | [Pure] method Pow (line 128141) | [Pure] method Pow (line 128151) | [Pure] method Pow (line 128161) | [Pure] method Power (line 128171) | [Pure] method Power (line 128182) | [Pure] method Power (line 128193) | [Pure] method Exp (line 128208) | [Pure] method Log (line 128218) | [Pure] method Log2 (line 128228) | [Pure] method Log2Int (line 128238) | [Pure] method Log10 (line 128248) | [Pure] method Log (line 128258) | [Pure] method ModP (line 128272) | [Pure] method PowerOfTwo (line 128286) | [Pure] method Sin (line 128300) | [Pure] method Cos (line 128310) | [Pure] method Tan (line 128320) | [Pure] method Asin (line 128330) | [Pure] method AsinClamped (line 128340) | [Pure] method Acos (line 128350) | [Pure] method AcosClamped (line 128360) | [Pure] method Atan (line 128370) | [Pure] method Atan2 (line 128380) | [Pure] method FastAtan2 (line 128390) | [Pure] method Sinh (line 128400) | [Pure] method Cosh (line 128410) | [Pure] method Tanh (line 128420) | [Pure] method Asinh (line 128430) | [Pure] method Acosh (line 128440) | [Pure] method Atanh (line 128450) | [Pure] method Step (line 128464) | [Pure] method Step (line 128474) | [Pure] method Linearstep (line 128484) | [Pure] method Linearstep (line 128494) | [Pure] method Smoothstep (line 128504) | [Pure] method Smoothstep (line 128514) | [Pure] method Lerp (line 128528) | [Pure] method Lerp (line 128538) | [Pure] method InvLerp (line 128548) | [Pure] method FloatToBits (line 128562) | [Pure] method ApproximateEquals (line 128576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 128586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 128600) | [Pure] method IsTiny (line 128608) | [Pure] method IsNaN (line 128620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 128627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 128634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 128641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 128648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Vec (line 79751) | public static partial class Vec method LengthSquared (line 4326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 4333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 4402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 4431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 4496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 4503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 4513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 4524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 4530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 4546) | public static V2i Cross(this V2i a) method AllSmaller (line 4559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 4919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 4936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 4943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4954) | [Pure] method AllTiny (line 4962) | [Pure] method IndexOfClosestPoint (line 4971) | public static int IndexOfClosestPoint(this V2i[] pointArray, V2i point) method IndexOfClosestPoint (line 4984) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 4998) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 5012) | public static long LongIndexOfClosestPoint(this V2i[] pointArray, V2i ... method LongIndexOfClosestPoint (line 5025) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 5039) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 5057) | public static int IndexOfMinX(this V2i[] vectorArray, int count = 0) method LongIndexOfMinX (line 5074) | public static long LongIndexOfMinX(this V2i[] vectorArray, long count ... method IndexOfMaxX (line 5091) | public static int IndexOfMaxX(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 5108) | public static long LongIndexOfMaxX(this V2i[] vectorArray, long count ... method IndexOfMinY (line 5125) | public static int IndexOfMinY(this V2i[] vectorArray, int count = 0) method LongIndexOfMinY (line 5142) | public static long LongIndexOfMinY(this V2i[] vectorArray, long count ... method IndexOfMaxY (line 5159) | public static int IndexOfMaxY(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 5176) | public static long LongIndexOfMaxY(this V2i[] vectorArray, long count ... method IndexOfMinX (line 5193) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 5210) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 5227) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 5244) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 5260) | public static int[] CopyCoord(this V2i[] self, int index) method LengthSquared (line 8419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 8426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 8449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 8457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 8465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 8473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 8480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 8495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 8509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 8524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 8589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 8595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 8974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 8991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 8998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 9009) | [Pure] method AllTiny (line 9017) | [Pure] method IndexOfClosestPoint (line 9026) | public static int IndexOfClosestPoint(this V2ui[] pointArray, V2ui point) method IndexOfClosestPoint (line 9039) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 9053) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 9067) | public static long LongIndexOfClosestPoint(this V2ui[] pointArray, V2u... method LongIndexOfClosestPoint (line 9080) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 9094) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 9112) | public static int IndexOfMinX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 9129) | public static long LongIndexOfMinX(this V2ui[] vectorArray, long count... method IndexOfMaxX (line 9146) | public static int IndexOfMaxX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 9163) | public static long LongIndexOfMaxX(this V2ui[] vectorArray, long count... method IndexOfMinY (line 9180) | public static int IndexOfMinY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 9197) | public static long LongIndexOfMinY(this V2ui[] vectorArray, long count... method IndexOfMaxY (line 9214) | public static int IndexOfMaxY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 9231) | public static long LongIndexOfMaxY(this V2ui[] vectorArray, long count... method IndexOfMinX (line 9248) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 9265) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 9282) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 9299) | public static int IndexOfMaxY(this IList vectorArray, int count ... method CopyCoord (line 9315) | public static uint[] CopyCoord(this V2ui[] self, int index) method LengthSquared (line 13661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 13668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 13679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 13691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 13699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 13715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 13737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 13751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 13766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 13774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 13831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 13838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 13848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 13859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 13865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 13881) | public static V2l Cross(this V2l a) method AllSmaller (line 13894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 14004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 14254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 14271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 14278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 14289) | [Pure] method AllTiny (line 14297) | [Pure] method IndexOfClosestPoint (line 14306) | public static int IndexOfClosestPoint(this V2l[] pointArray, V2l point) method IndexOfClosestPoint (line 14319) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 14333) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 14347) | public static long LongIndexOfClosestPoint(this V2l[] pointArray, V2l ... method LongIndexOfClosestPoint (line 14360) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 14374) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 14392) | public static int IndexOfMinX(this V2l[] vectorArray, int count = 0) method LongIndexOfMinX (line 14409) | public static long LongIndexOfMinX(this V2l[] vectorArray, long count ... method IndexOfMaxX (line 14426) | public static int IndexOfMaxX(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 14443) | public static long LongIndexOfMaxX(this V2l[] vectorArray, long count ... method IndexOfMinY (line 14460) | public static int IndexOfMinY(this V2l[] vectorArray, int count = 0) method LongIndexOfMinY (line 14477) | public static long LongIndexOfMinY(this V2l[] vectorArray, long count ... method IndexOfMaxY (line 14494) | public static int IndexOfMaxY(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 14511) | public static long LongIndexOfMaxY(this V2l[] vectorArray, long count ... method IndexOfMinX (line 14528) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 14545) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 14562) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 14579) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 14595) | public static long[] CopyCoord(this V2l[] self, int index) method LengthSquared (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 19567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 19578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 19590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 19602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 19610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 19618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 19626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 19633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 19648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 19662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 19677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 19685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 19766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 19773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 19780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 19790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 19801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 19807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 19821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 19832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 19853) | public static V2f Cross(this V2f a) method AllSmaller (line 19866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 20226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 20243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 20250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 20261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 20272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 20283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 20298) | [Pure] method AllTiny (line 20306) | [Pure] method AnyFinite (line 20315) | [Pure] method AllFinite (line 20320) | [Pure] method AnyNaN (line 20325) | [Pure] method AllNaN (line 20330) | [Pure] method AnyInfinity (line 20335) | [Pure] method AllInfinity (line 20340) | [Pure] method AnyPositiveInfinity (line 20345) | [Pure] method AllPositiveInfinity (line 20350) | [Pure] method AnyNegativeInfinity (line 20355) | [Pure] method AllNegativeInfinity (line 20360) | [Pure] method AnyTiny (line 20365) | [Pure] method AllTiny (line 20370) | [Pure] method Dot90 (line 20382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 20391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 20400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 20410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 20420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 20430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 20440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 20490) | public static int IndexOfClosestPoint(this V2f[] pointArray, V2f point) method IndexOfClosestPoint (line 20503) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 20517) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 20531) | public static long LongIndexOfClosestPoint(this V2f[] pointArray, V2f ... method LongIndexOfClosestPoint (line 20544) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 20558) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 20576) | public static int IndexOfMinX(this V2f[] vectorArray, int count = 0) method LongIndexOfMinX (line 20593) | public static long LongIndexOfMinX(this V2f[] vectorArray, long count ... method IndexOfMaxX (line 20610) | public static int IndexOfMaxX(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 20627) | public static long LongIndexOfMaxX(this V2f[] vectorArray, long count ... method IndexOfMinY (line 20644) | public static int IndexOfMinY(this V2f[] vectorArray, int count = 0) method LongIndexOfMinY (line 20661) | public static long LongIndexOfMinY(this V2f[] vectorArray, long count ... method IndexOfMaxY (line 20678) | public static int IndexOfMaxY(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 20695) | public static long LongIndexOfMaxY(this V2f[] vectorArray, long count ... method IndexOfMinX (line 20712) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 20729) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 20746) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 20763) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 20779) | public static float[] CopyCoord(this V2f[] self, int index) method WeightedSum (line 20789) | public static V2f WeightedSum( method LengthSquared (line 25775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 25782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 25793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 25805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 25817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 25825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 25833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 25841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 25848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 25863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 25877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 25892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 25900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 25981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 25988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 25995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 26005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 26016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 26022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 26036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 26047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 26068) | public static V2d Cross(this V2d a) method AllSmaller (line 26081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 26441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 26458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 26465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 26476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 26487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 26498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 26513) | [Pure] method AllTiny (line 26521) | [Pure] method AnyFinite (line 26530) | [Pure] method AllFinite (line 26535) | [Pure] method AnyNaN (line 26540) | [Pure] method AllNaN (line 26545) | [Pure] method AnyInfinity (line 26550) | [Pure] method AllInfinity (line 26555) | [Pure] method AnyPositiveInfinity (line 26560) | [Pure] method AllPositiveInfinity (line 26565) | [Pure] method AnyNegativeInfinity (line 26570) | [Pure] method AllNegativeInfinity (line 26575) | [Pure] method AnyTiny (line 26580) | [Pure] method AllTiny (line 26585) | [Pure] method Dot90 (line 26597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 26606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 26615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 26625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 26635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 26645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 26655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 26705) | public static int IndexOfClosestPoint(this V2d[] pointArray, V2d point) method IndexOfClosestPoint (line 26718) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 26732) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 26746) | public static long LongIndexOfClosestPoint(this V2d[] pointArray, V2d ... method LongIndexOfClosestPoint (line 26759) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 26773) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 26791) | public static int IndexOfMinX(this V2d[] vectorArray, int count = 0) method LongIndexOfMinX (line 26808) | public static long LongIndexOfMinX(this V2d[] vectorArray, long count ... method IndexOfMaxX (line 26825) | public static int IndexOfMaxX(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 26842) | public static long LongIndexOfMaxX(this V2d[] vectorArray, long count ... method IndexOfMinY (line 26859) | public static int IndexOfMinY(this V2d[] vectorArray, int count = 0) method LongIndexOfMinY (line 26876) | public static long LongIndexOfMinY(this V2d[] vectorArray, long count ... method IndexOfMaxY (line 26893) | public static int IndexOfMaxY(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 26910) | public static long LongIndexOfMaxY(this V2d[] vectorArray, long count ... method IndexOfMinX (line 26927) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 26944) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 26961) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 26978) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 26994) | public static double[] CopyCoord(this V2d[] self, int index) method WeightedSum (line 27004) | public static V2d WeightedSum( method LengthSquared (line 34164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 34171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 34182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 34241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 34270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 34278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 34335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 34346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 34358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 34367) | public static M33i CrossMatrix(this V3i v) method DirFlags (line 34374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 34390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 34768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 34787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 34794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 34805) | [Pure] method AllTiny (line 34813) | [Pure] method IndexOfClosestPoint (line 34822) | public static int IndexOfClosestPoint(this V3i[] pointArray, V3i point) method IndexOfClosestPoint (line 34835) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 34849) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 34863) | public static long LongIndexOfClosestPoint(this V3i[] pointArray, V3i ... method LongIndexOfClosestPoint (line 34876) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 34890) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 34908) | public static int IndexOfMinX(this V3i[] vectorArray, int count = 0) method LongIndexOfMinX (line 34925) | public static long LongIndexOfMinX(this V3i[] vectorArray, long count ... method IndexOfMaxX (line 34942) | public static int IndexOfMaxX(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 34959) | public static long LongIndexOfMaxX(this V3i[] vectorArray, long count ... method IndexOfMinY (line 34976) | public static int IndexOfMinY(this V3i[] vectorArray, int count = 0) method LongIndexOfMinY (line 34993) | public static long LongIndexOfMinY(this V3i[] vectorArray, long count ... method IndexOfMaxY (line 35010) | public static int IndexOfMaxY(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 35027) | public static long LongIndexOfMaxY(this V3i[] vectorArray, long count ... method IndexOfMinZ (line 35044) | public static int IndexOfMinZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 35061) | public static long LongIndexOfMinZ(this V3i[] vectorArray, long count ... method IndexOfMaxZ (line 35078) | public static int IndexOfMaxZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 35095) | public static long LongIndexOfMaxZ(this V3i[] vectorArray, long count ... method IndexOfMinX (line 35112) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 35129) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 35146) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 35163) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 35180) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 35197) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 35213) | public static int[] CopyCoord(this V3i[] self, int index) method LengthSquared (line 40144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 40151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 40162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 40174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 40182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 40190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 40198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 40205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 40221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 40235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 40250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 40258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 40315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 40321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 40702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 40721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 40728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 40739) | [Pure] method AllTiny (line 40747) | [Pure] method IndexOfClosestPoint (line 40756) | public static int IndexOfClosestPoint(this V3ui[] pointArray, V3ui point) method IndexOfClosestPoint (line 40769) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 40783) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 40797) | public static long LongIndexOfClosestPoint(this V3ui[] pointArray, V3u... method LongIndexOfClosestPoint (line 40810) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 40824) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 40842) | public static int IndexOfMinX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 40859) | public static long LongIndexOfMinX(this V3ui[] vectorArray, long count... method IndexOfMaxX (line 40876) | public static int IndexOfMaxX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 40893) | public static long LongIndexOfMaxX(this V3ui[] vectorArray, long count... method IndexOfMinY (line 40910) | public static int IndexOfMinY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 40927) | public static long LongIndexOfMinY(this V3ui[] vectorArray, long count... method IndexOfMaxY (line 40944) | public static int IndexOfMaxY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 40961) | public static long LongIndexOfMaxY(this V3ui[] vectorArray, long count... method IndexOfMinZ (line 40978) | public static int IndexOfMinZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 40995) | public static long LongIndexOfMinZ(this V3ui[] vectorArray, long count... method IndexOfMaxZ (line 41012) | public static int IndexOfMaxZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 41029) | public static long LongIndexOfMaxZ(this V3ui[] vectorArray, long count... method IndexOfMinX (line 41046) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 41063) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 41080) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 41097) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 41114) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 41131) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method CopyCoord (line 41147) | public static uint[] CopyCoord(this V3ui[] self, int index) method LengthSquared (line 48281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 48288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 48299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 48358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 48387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 48395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 48452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 48463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 48475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 48484) | public static M33l CrossMatrix(this V3l v) method DirFlags (line 48491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 48507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 48885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 48904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 48911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 48922) | [Pure] method AllTiny (line 48930) | [Pure] method IndexOfClosestPoint (line 48939) | public static int IndexOfClosestPoint(this V3l[] pointArray, V3l point) method IndexOfClosestPoint (line 48952) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 48966) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 48980) | public static long LongIndexOfClosestPoint(this V3l[] pointArray, V3l ... method LongIndexOfClosestPoint (line 48993) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 49007) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 49025) | public static int IndexOfMinX(this V3l[] vectorArray, int count = 0) method LongIndexOfMinX (line 49042) | public static long LongIndexOfMinX(this V3l[] vectorArray, long count ... method IndexOfMaxX (line 49059) | public static int IndexOfMaxX(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 49076) | public static long LongIndexOfMaxX(this V3l[] vectorArray, long count ... method IndexOfMinY (line 49093) | public static int IndexOfMinY(this V3l[] vectorArray, int count = 0) method LongIndexOfMinY (line 49110) | public static long LongIndexOfMinY(this V3l[] vectorArray, long count ... method IndexOfMaxY (line 49127) | public static int IndexOfMaxY(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 49144) | public static long LongIndexOfMaxY(this V3l[] vectorArray, long count ... method IndexOfMinZ (line 49161) | public static int IndexOfMinZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 49178) | public static long LongIndexOfMinZ(this V3l[] vectorArray, long count ... method IndexOfMaxZ (line 49195) | public static int IndexOfMaxZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 49212) | public static long LongIndexOfMaxZ(this V3l[] vectorArray, long count ... method IndexOfMinX (line 49229) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 49246) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 49263) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 49280) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 49297) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 49314) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 49330) | public static long[] CopyCoord(this V3l[] self, int index) method LengthSquared (line 57353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 57360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 57371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 57384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 57396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 57404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 57412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 57420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 57427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 57443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 57457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 57472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 57480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 57561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 57568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 57579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 57591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 57600) | public static M33f CrossMatrix(this V3f v) method DirFlags (line 57607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 57623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 57634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 57653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 58031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 58050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 58057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 58069) | public static V3f AxisAlignedNormal(this V3f v) method AngleBetweenFast (line 58101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 58112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 58127) | [Pure] method AllTiny (line 58135) | [Pure] method AnyFinite (line 58144) | [Pure] method AllFinite (line 58149) | [Pure] method AnyNaN (line 58154) | [Pure] method AllNaN (line 58159) | [Pure] method AnyInfinity (line 58164) | [Pure] method AllInfinity (line 58169) | [Pure] method AnyPositiveInfinity (line 58174) | [Pure] method AllPositiveInfinity (line 58179) | [Pure] method AnyNegativeInfinity (line 58184) | [Pure] method AllNegativeInfinity (line 58189) | [Pure] method AnyTiny (line 58194) | [Pure] method AllTiny (line 58199) | [Pure] method LinCom (line 58208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 58248) | public static int IndexOfClosestPoint(this V3f[] pointArray, V3f point) method IndexOfClosestPoint (line 58261) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 58275) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 58289) | public static long LongIndexOfClosestPoint(this V3f[] pointArray, V3f ... method LongIndexOfClosestPoint (line 58302) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 58316) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 58334) | public static int IndexOfMinX(this V3f[] vectorArray, int count = 0) method LongIndexOfMinX (line 58351) | public static long LongIndexOfMinX(this V3f[] vectorArray, long count ... method IndexOfMaxX (line 58368) | public static int IndexOfMaxX(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 58385) | public static long LongIndexOfMaxX(this V3f[] vectorArray, long count ... method IndexOfMinY (line 58402) | public static int IndexOfMinY(this V3f[] vectorArray, int count = 0) method LongIndexOfMinY (line 58419) | public static long LongIndexOfMinY(this V3f[] vectorArray, long count ... method IndexOfMaxY (line 58436) | public static int IndexOfMaxY(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 58453) | public static long LongIndexOfMaxY(this V3f[] vectorArray, long count ... method IndexOfMinZ (line 58470) | public static int IndexOfMinZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 58487) | public static long LongIndexOfMinZ(this V3f[] vectorArray, long count ... method IndexOfMaxZ (line 58504) | public static int IndexOfMaxZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 58521) | public static long LongIndexOfMaxZ(this V3f[] vectorArray, long count ... method IndexOfMinX (line 58538) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 58555) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 58572) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 58589) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 58606) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 58623) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 58639) | public static float[] CopyCoord(this V3f[] self, int index) method WeightedSum (line 58650) | public static V3f WeightedSum( method LengthSquared (line 66735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 66742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 66753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 66766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 66778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 66786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 66794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 66802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 66809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 66825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 66839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 66854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 66862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 66943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 66950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 66961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 66973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 66982) | public static M33d CrossMatrix(this V3d v) method DirFlags (line 66989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 67005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 67016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 67035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 67413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 67432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 67439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 67451) | public static V3d AxisAlignedNormal(this V3d v) method AngleBetweenFast (line 67483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 67494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 67509) | [Pure] method AllTiny (line 67517) | [Pure] method AnyFinite (line 67526) | [Pure] method AllFinite (line 67531) | [Pure] method AnyNaN (line 67536) | [Pure] method AllNaN (line 67541) | [Pure] method AnyInfinity (line 67546) | [Pure] method AllInfinity (line 67551) | [Pure] method AnyPositiveInfinity (line 67556) | [Pure] method AllPositiveInfinity (line 67561) | [Pure] method AnyNegativeInfinity (line 67566) | [Pure] method AllNegativeInfinity (line 67571) | [Pure] method AnyTiny (line 67576) | [Pure] method AllTiny (line 67581) | [Pure] method LinCom (line 67590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 67630) | public static int IndexOfClosestPoint(this V3d[] pointArray, V3d point) method IndexOfClosestPoint (line 67643) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 67657) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 67671) | public static long LongIndexOfClosestPoint(this V3d[] pointArray, V3d ... method LongIndexOfClosestPoint (line 67684) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 67698) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 67716) | public static int IndexOfMinX(this V3d[] vectorArray, int count = 0) method LongIndexOfMinX (line 67733) | public static long LongIndexOfMinX(this V3d[] vectorArray, long count ... method IndexOfMaxX (line 67750) | public static int IndexOfMaxX(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 67767) | public static long LongIndexOfMaxX(this V3d[] vectorArray, long count ... method IndexOfMinY (line 67784) | public static int IndexOfMinY(this V3d[] vectorArray, int count = 0) method LongIndexOfMinY (line 67801) | public static long LongIndexOfMinY(this V3d[] vectorArray, long count ... method IndexOfMaxY (line 67818) | public static int IndexOfMaxY(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 67835) | public static long LongIndexOfMaxY(this V3d[] vectorArray, long count ... method IndexOfMinZ (line 67852) | public static int IndexOfMinZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 67869) | public static long LongIndexOfMinZ(this V3d[] vectorArray, long count ... method IndexOfMaxZ (line 67886) | public static int IndexOfMaxZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 67903) | public static long LongIndexOfMaxZ(this V3d[] vectorArray, long count ... method IndexOfMinX (line 67920) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 67937) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 67954) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 67971) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 67988) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 68005) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 68021) | public static double[] CopyCoord(this V3d[] self, int index) method WeightedSum (line 68032) | public static V3d WeightedSum( method LengthSquared (line 79758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 79765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 79776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 79788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 79796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 79804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 79812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 79819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 79836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 79850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 79865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 79873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 79930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 79942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 79955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 79961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 80004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 80344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 80365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 80372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 80383) | [Pure] method AllTiny (line 80391) | [Pure] method IndexOfClosestPoint (line 80400) | public static int IndexOfClosestPoint(this V4i[] pointArray, V4i point) method IndexOfClosestPoint (line 80413) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 80427) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 80441) | public static long LongIndexOfClosestPoint(this V4i[] pointArray, V4i ... method LongIndexOfClosestPoint (line 80454) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 80468) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 80486) | public static int IndexOfMinX(this V4i[] vectorArray, int count = 0) method LongIndexOfMinX (line 80503) | public static long LongIndexOfMinX(this V4i[] vectorArray, long count ... method IndexOfMaxX (line 80520) | public static int IndexOfMaxX(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 80537) | public static long LongIndexOfMaxX(this V4i[] vectorArray, long count ... method IndexOfMinY (line 80554) | public static int IndexOfMinY(this V4i[] vectorArray, int count = 0) method LongIndexOfMinY (line 80571) | public static long LongIndexOfMinY(this V4i[] vectorArray, long count ... method IndexOfMaxY (line 80588) | public static int IndexOfMaxY(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 80605) | public static long LongIndexOfMaxY(this V4i[] vectorArray, long count ... method IndexOfMinZ (line 80622) | public static int IndexOfMinZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 80639) | public static long LongIndexOfMinZ(this V4i[] vectorArray, long count ... method IndexOfMaxZ (line 80656) | public static int IndexOfMaxZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 80673) | public static long LongIndexOfMaxZ(this V4i[] vectorArray, long count ... method IndexOfMinW (line 80690) | public static int IndexOfMinW(this V4i[] vectorArray, int count = 0) method LongIndexOfMinW (line 80707) | public static long LongIndexOfMinW(this V4i[] vectorArray, long count ... method IndexOfMaxW (line 80724) | public static int IndexOfMaxW(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxW (line 80741) | public static long LongIndexOfMaxW(this V4i[] vectorArray, long count ... method IndexOfMinX (line 80758) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 80775) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 80792) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 80809) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 80826) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 80843) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 80860) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 80877) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 80893) | public static int[] CopyCoord(this V4i[] self, int index) method LengthSquared (line 88757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 88764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 88775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 88787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 88795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 88803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 88811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 88818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 88835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 88849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 88864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 88872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 88929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 88935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 89008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 89318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 89339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 89346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 89357) | [Pure] method AllTiny (line 89365) | [Pure] method IndexOfClosestPoint (line 89374) | public static int IndexOfClosestPoint(this V4ui[] pointArray, V4ui point) method IndexOfClosestPoint (line 89387) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 89401) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 89415) | public static long LongIndexOfClosestPoint(this V4ui[] pointArray, V4u... method LongIndexOfClosestPoint (line 89428) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 89442) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 89460) | public static int IndexOfMinX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 89477) | public static long LongIndexOfMinX(this V4ui[] vectorArray, long count... method IndexOfMaxX (line 89494) | public static int IndexOfMaxX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 89511) | public static long LongIndexOfMaxX(this V4ui[] vectorArray, long count... method IndexOfMinY (line 89528) | public static int IndexOfMinY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 89545) | public static long LongIndexOfMinY(this V4ui[] vectorArray, long count... method IndexOfMaxY (line 89562) | public static int IndexOfMaxY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 89579) | public static long LongIndexOfMaxY(this V4ui[] vectorArray, long count... method IndexOfMinZ (line 89596) | public static int IndexOfMinZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 89613) | public static long LongIndexOfMinZ(this V4ui[] vectorArray, long count... method IndexOfMaxZ (line 89630) | public static int IndexOfMaxZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 89647) | public static long LongIndexOfMaxZ(this V4ui[] vectorArray, long count... method IndexOfMinW (line 89664) | public static int IndexOfMinW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinW (line 89681) | public static long LongIndexOfMinW(this V4ui[] vectorArray, long count... method IndexOfMaxW (line 89698) | public static int IndexOfMaxW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxW (line 89715) | public static long LongIndexOfMaxW(this V4ui[] vectorArray, long count... method IndexOfMinX (line 89732) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 89749) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 89766) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 89783) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 89800) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 89817) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method IndexOfMinW (line 89834) | public static int IndexOfMinW(this IList vectorArray, int count ... method IndexOfMaxW (line 89851) | public static int IndexOfMaxW(this IList vectorArray, int count ... method CopyCoord (line 89867) | public static uint[] CopyCoord(this V4ui[] self, int index) method LengthSquared (line 101488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 101495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 101506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 101518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 101526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 101534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 101542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 101549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 101566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 101580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 101595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 101603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 101660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 101672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 101685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 101691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 102004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 102074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 102095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 102102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 102113) | [Pure] method AllTiny (line 102121) | [Pure] method IndexOfClosestPoint (line 102130) | public static int IndexOfClosestPoint(this V4l[] pointArray, V4l point) method IndexOfClosestPoint (line 102143) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 102157) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 102171) | public static long LongIndexOfClosestPoint(this V4l[] pointArray, V4l ... method LongIndexOfClosestPoint (line 102184) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 102198) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 102216) | public static int IndexOfMinX(this V4l[] vectorArray, int count = 0) method LongIndexOfMinX (line 102233) | public static long LongIndexOfMinX(this V4l[] vectorArray, long count ... method IndexOfMaxX (line 102250) | public static int IndexOfMaxX(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 102267) | public static long LongIndexOfMaxX(this V4l[] vectorArray, long count ... method IndexOfMinY (line 102284) | public static int IndexOfMinY(this V4l[] vectorArray, int count = 0) method LongIndexOfMinY (line 102301) | public static long LongIndexOfMinY(this V4l[] vectorArray, long count ... method IndexOfMaxY (line 102318) | public static int IndexOfMaxY(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 102335) | public static long LongIndexOfMaxY(this V4l[] vectorArray, long count ... method IndexOfMinZ (line 102352) | public static int IndexOfMinZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 102369) | public static long LongIndexOfMinZ(this V4l[] vectorArray, long count ... method IndexOfMaxZ (line 102386) | public static int IndexOfMaxZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 102403) | public static long LongIndexOfMaxZ(this V4l[] vectorArray, long count ... method IndexOfMinW (line 102420) | public static int IndexOfMinW(this V4l[] vectorArray, int count = 0) method LongIndexOfMinW (line 102437) | public static long LongIndexOfMinW(this V4l[] vectorArray, long count ... method IndexOfMaxW (line 102454) | public static int IndexOfMaxW(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxW (line 102471) | public static long LongIndexOfMaxW(this V4l[] vectorArray, long count ... method IndexOfMinX (line 102488) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 102505) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 102522) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 102539) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 102556) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 102573) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 102590) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 102607) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 102623) | public static long[] CopyCoord(this V4l[] self, int index) method LengthSquared (line 115028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 115035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 115046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 115060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 115072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 115080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 115088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 115096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 115103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 115120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 115134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 115149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 115157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 115238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 115245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 115257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 115270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 115276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 115294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 115305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 115689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 115710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 115717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 115728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 115739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 115754) | [Pure] method AllTiny (line 115762) | [Pure] method AnyFinite (line 115771) | [Pure] method AllFinite (line 115776) | [Pure] method AnyNaN (line 115781) | [Pure] method AllNaN (line 115786) | [Pure] method AnyInfinity (line 115791) | [Pure] method AllInfinity (line 115796) | [Pure] method AnyPositiveInfinity (line 115801) | [Pure] method AllPositiveInfinity (line 115806) | [Pure] method AnyNegativeInfinity (line 115811) | [Pure] method AllNegativeInfinity (line 115816) | [Pure] method AnyTiny (line 115821) | [Pure] method AllTiny (line 115826) | [Pure] method LinCom (line 115835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 115875) | public static int IndexOfClosestPoint(this V4f[] pointArray, V4f point) method IndexOfClosestPoint (line 115888) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 115902) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 115916) | public static long LongIndexOfClosestPoint(this V4f[] pointArray, V4f ... method LongIndexOfClosestPoint (line 115929) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 115943) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 115961) | public static int IndexOfMinX(this V4f[] vectorArray, int count = 0) method LongIndexOfMinX (line 115978) | public static long LongIndexOfMinX(this V4f[] vectorArray, long count ... method IndexOfMaxX (line 115995) | public static int IndexOfMaxX(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 116012) | public static long LongIndexOfMaxX(this V4f[] vectorArray, long count ... method IndexOfMinY (line 116029) | public static int IndexOfMinY(this V4f[] vectorArray, int count = 0) method LongIndexOfMinY (line 116046) | public static long LongIndexOfMinY(this V4f[] vectorArray, long count ... method IndexOfMaxY (line 116063) | public static int IndexOfMaxY(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 116080) | public static long LongIndexOfMaxY(this V4f[] vectorArray, long count ... method IndexOfMinZ (line 116097) | public static int IndexOfMinZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 116114) | public static long LongIndexOfMinZ(this V4f[] vectorArray, long count ... method IndexOfMaxZ (line 116131) | public static int IndexOfMaxZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 116148) | public static long LongIndexOfMaxZ(this V4f[] vectorArray, long count ... method IndexOfMinW (line 116165) | public static int IndexOfMinW(this V4f[] vectorArray, int count = 0) method LongIndexOfMinW (line 116182) | public static long LongIndexOfMinW(this V4f[] vectorArray, long count ... method IndexOfMaxW (line 116199) | public static int IndexOfMaxW(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxW (line 116216) | public static long LongIndexOfMaxW(this V4f[] vectorArray, long count ... method IndexOfMinX (line 116233) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 116250) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 116267) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 116284) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 116301) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 116318) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 116335) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 116352) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 116368) | public static float[] CopyCoord(this V4f[] self, int index) method WeightedSum (line 116380) | public static V4f WeightedSum( method LengthSquared (line 128744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 128751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 128762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 128776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 128788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 128796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 128804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 128812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 128819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 128836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 128850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 128865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 128873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 128954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 128961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 128973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 128986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 128992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 129010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 129021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 129405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 129426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 129433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 129444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 129455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 129470) | [Pure] method AllTiny (line 129478) | [Pure] method AnyFinite (line 129487) | [Pure] method AllFinite (line 129492) | [Pure] method AnyNaN (line 129497) | [Pure] method AllNaN (line 129502) | [Pure] method AnyInfinity (line 129507) | [Pure] method AllInfinity (line 129512) | [Pure] method AnyPositiveInfinity (line 129517) | [Pure] method AllPositiveInfinity (line 129522) | [Pure] method AnyNegativeInfinity (line 129527) | [Pure] method AllNegativeInfinity (line 129532) | [Pure] method AnyTiny (line 129537) | [Pure] method AllTiny (line 129542) | [Pure] method LinCom (line 129551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 129591) | public static int IndexOfClosestPoint(this V4d[] pointArray, V4d point) method IndexOfClosestPoint (line 129604) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 129618) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 129632) | public static long LongIndexOfClosestPoint(this V4d[] pointArray, V4d ... method LongIndexOfClosestPoint (line 129645) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 129659) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 129677) | public static int IndexOfMinX(this V4d[] vectorArray, int count = 0) method LongIndexOfMinX (line 129694) | public static long LongIndexOfMinX(this V4d[] vectorArray, long count ... method IndexOfMaxX (line 129711) | public static int IndexOfMaxX(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 129728) | public static long LongIndexOfMaxX(this V4d[] vectorArray, long count ... method IndexOfMinY (line 129745) | public static int IndexOfMinY(this V4d[] vectorArray, int count = 0) method LongIndexOfMinY (line 129762) | public static long LongIndexOfMinY(this V4d[] vectorArray, long count ... method IndexOfMaxY (line 129779) | public static int IndexOfMaxY(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 129796) | public static long LongIndexOfMaxY(this V4d[] vectorArray, long count ... method IndexOfMinZ (line 129813) | public static int IndexOfMinZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 129830) | public static long LongIndexOfMinZ(this V4d[] vectorArray, long count ... method IndexOfMaxZ (line 129847) | public static int IndexOfMaxZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 129864) | public static long LongIndexOfMaxZ(this V4d[] vectorArray, long count ... method IndexOfMinW (line 129881) | public static int IndexOfMinW(this V4d[] vectorArray, int count = 0) method LongIndexOfMinW (line 129898) | public static long LongIndexOfMinW(this V4d[] vectorArray, long count ... method IndexOfMaxW (line 129915) | public static int IndexOfMaxW(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxW (line 129932) | public static long LongIndexOfMaxW(this V4d[] vectorArray, long count ... method IndexOfMinX (line 129949) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 129966) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 129983) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 130000) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 130017) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 130034) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 130051) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 130068) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 130084) | public static double[] CopyCoord(this V4d[] self, int index) method WeightedSum (line 130096) | public static V4d WeightedSum( class IRandomUniformV4iExtensions (line 80908) | public static class IRandomUniformV4iExtensions method UniformV4i (line 80915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV4iNonZero (line 80924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV4i (line 80933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV4i (line 80942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type V4ui (line 80955) | [DataContract] method V4ui (line 80974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 80986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 80998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81082) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81130) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81286) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81322) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81370) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81394) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81406) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81514) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81550) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81574) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81687) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81700) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81827) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81840) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4ui (line 81852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2i (line 81921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2l (line 81924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2f (line 81927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2d (line 81930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 81933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 81936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 81939) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 81942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 81945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 81948) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 81951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 81954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 82010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 82026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 82040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 82055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 82070) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 82083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 82089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 82096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 82100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 82112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 82119) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 82123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 82135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 82142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 82146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 82158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 82165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 82169) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 82181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 82188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 82192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 82201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 82210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 82219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4i (line 82537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4l (line 82541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4f (line 82545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4d (line 82549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 82558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 82566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 82573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 82580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 82587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 82593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinearInterp (line 82679) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 82684) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 82689) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 82694) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 82699) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 82704) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 82709) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 82714) | [EditorBrowsable(EditorBrowsableState.Never)] method Saturate (line 82719) | [EditorBrowsable(EditorBrowsableState.Never)] method Set (line 82731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 82743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 82755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 82767) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 82779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 83024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 83034) | public override readonly string ToString() method ToString (line 83039) | public readonly string ToString(string format) method ToString (line 83044) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 83052) | public readonly string ToString(string format, IFormatProvider fp, str... method GetHashCode (line 83058) | public override readonly int GetHashCode() method Equals (line 83063) | public override readonly bool Equals(object other) method ToText (line 83066) | public readonly Text ToText(int bracketLevel = 1) method Parse (line 83081) | public static V4ui Parse(string s) method Parse (line 83092) | public static V4ui Parse(Text t) method Parse (line 83097) | public static V4ui Parse(Text t, int bracketLevel) method GetValue (line 88044) | public readonly object GetValue(long index) method SetValue (line 88049) | public void SetValue(object value, long index) class V4uiEqualityComparer (line 88058) | public class V4uiEqualityComparer : IEqualityComparer method Equals (line 88065) | public bool Equals(V4ui v0, V4ui v1) method GetHashCode (line 88070) | public int GetHashCode(V4ui v) class Fun (line 88078) | public static partial class Fun method Min (line 3588) | [Pure] method Min (line 3598) | [Pure] method Min (line 3608) | [Pure] method Max (line 3618) | [Pure] method Max (line 3628) | [Pure] method Max (line 3638) | [Pure] method Min (line 3648) | [Pure] method Max (line 3658) | [Pure] method Min (line 3668) | [Pure] method Max (line 3678) | [Pure] method Min (line 3688) | [Pure] method Max (line 3698) | [Pure] method Abs (line 3712) | [Pure] method Clamp (line 3726) | [Pure] method Clamp (line 3736) | [Pure] method ClampExcl (line 3746) | [Pure] method ClampExcl (line 3756) | [Pure] method ClampWrap (line 3766) | [Pure] method ClampWrap (line 3776) | [Pure] method Saturate (line 3786) | [Pure] method Sign (line 3800) | [Pure] method Signumi (line 3810) | [Pure] method Signum (line 3820) | [Pure] method MultiplyAdd (line 3834) | [Pure] method MultiplyAdd (line 3844) | [Pure] method MultiplyAdd (line 3854) | [Pure] method Sqrt (line 3868) | [Pure] method Cbrt (line 3878) | [Pure] method Square (line 3892) | [Pure] method Pown (line 3906) | [Pure] method Pown (line 3916) | [Pure] method Pown (line 3926) | [Pure] method Pow (line 3936) | [Pure] method Pow (line 3946) | [Pure] method Pow (line 3956) | [Pure] method Pow (line 3966) | [Pure] method Pow (line 3976) | [Pure] method Pow (line 3986) | [Pure] method Power (line 3996) | [Pure] method Power (line 4007) | [Pure] method Power (line 4018) | [Pure] method Power (line 4029) | [Pure] method Power (line 4040) | [Pure] method Power (line 4051) | [Pure] method Exp (line 4066) | [Pure] method Log (line 4076) | [Pure] method Log2 (line 4086) | [Pure] method Log2Int (line 4096) | [Pure] method Log10 (line 4106) | [Pure] method Log (line 4116) | [Pure] method ModP (line 4130) | [Pure] method PowerOfTwo (line 4144) | [Pure] method NextPowerOfTwo (line 4154) | [Pure] method PrevPowerOfTwo (line 4164) | [Pure] method Step (line 4178) | [Pure] method Step (line 4188) | [Pure] method Lerp (line 4202) | [Pure] method Lerp (line 4212) | [Pure] method Lerp (line 4222) | [Pure] method Lerp (line 4232) | [Pure] method InvLerp (line 4242) | [Pure] method GreatestCommonDivisor (line 4256) | [Pure] method LeastCommonMultiple (line 4266) | [Pure] method FloatFromBits (line 4280) | [Pure] method ApproximateEquals (line 4294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4308) | [Pure] method Min (line 7747) | [Pure] method Min (line 7757) | [Pure] method Min (line 7767) | [Pure] method Max (line 7777) | [Pure] method Max (line 7787) | [Pure] method Max (line 7797) | [Pure] method Min (line 7807) | [Pure] method Max (line 7817) | [Pure] method Min (line 7827) | [Pure] method Max (line 7837) | [Pure] method Min (line 7847) | [Pure] method Max (line 7857) | [Pure] method Clamp (line 7871) | [Pure] method Clamp (line 7881) | [Pure] method ClampExcl (line 7891) | [Pure] method ClampExcl (line 7901) | [Pure] method ClampWrap (line 7911) | [Pure] method ClampWrap (line 7921) | [Pure] method Saturate (line 7931) | [Pure] method MultiplyAdd (line 7945) | [Pure] method MultiplyAdd (line 7955) | [Pure] method MultiplyAdd (line 7965) | [Pure] method Sqrt (line 7979) | [Pure] method Cbrt (line 7989) | [Pure] method Square (line 8003) | [Pure] method Pown (line 8017) | [Pure] method Pown (line 8027) | [Pure] method Pown (line 8037) | [Pure] method Pown (line 8047) | [Pure] method Pown (line 8057) | [Pure] method Pown (line 8067) | [Pure] method Pow (line 8077) | [Pure] method Pow (line 8087) | [Pure] method Pow (line 8097) | [Pure] method Pow (line 8107) | [Pure] method Pow (line 8117) | [Pure] method Pow (line 8127) | [Pure] method Power (line 8137) | [Pure] method Power (line 8148) | [Pure] method Power (line 8159) | [Pure] method Power (line 8170) | [Pure] method Power (line 8181) | [Pure] method Power (line 8192) | [Pure] method Exp (line 8207) | [Pure] method Log (line 8217) | [Pure] method Log2 (line 8227) | [Pure] method Log2Int (line 8237) | [Pure] method Log10 (line 8247) | [Pure] method Log (line 8257) | [Pure] method Step (line 8271) | [Pure] method Step (line 8281) | [Pure] method Lerp (line 8295) | [Pure] method Lerp (line 8305) | [Pure] method Lerp (line 8315) | [Pure] method Lerp (line 8325) | [Pure] method InvLerp (line 8335) | [Pure] method GreatestCommonDivisor (line 8349) | [Pure] method LeastCommonMultiple (line 8359) | [Pure] method FloatFromUnsignedBits (line 8373) | [Pure] method ApproximateEquals (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8401) | [Pure] method Min (line 12893) | [Pure] method Min (line 12903) | [Pure] method Min (line 12913) | [Pure] method Max (line 12923) | [Pure] method Max (line 12933) | [Pure] method Max (line 12943) | [Pure] method Min (line 12953) | [Pure] method Max (line 12963) | [Pure] method Min (line 12973) | [Pure] method Max (line 12983) | [Pure] method Min (line 12993) | [Pure] method Max (line 13003) | [Pure] method Abs (line 13017) | [Pure] method Clamp (line 13031) | [Pure] method Clamp (line 13041) | [Pure] method ClampExcl (line 13051) | [Pure] method ClampExcl (line 13061) | [Pure] method ClampWrap (line 13071) | [Pure] method ClampWrap (line 13081) | [Pure] method Saturate (line 13091) | [Pure] method Sign (line 13105) | [Pure] method Signumi (line 13115) | [Pure] method Signum (line 13125) | [Pure] method MultiplyAdd (line 13139) | [Pure] method MultiplyAdd (line 13149) | [Pure] method MultiplyAdd (line 13159) | [Pure] method Sqrt (line 13173) | [Pure] method Cbrt (line 13183) | [Pure] method Square (line 13197) | [Pure] method Pown (line 13211) | [Pure] method Pown (line 13221) | [Pure] method Pown (line 13231) | [Pure] method Pown (line 13241) | [Pure] method Pown (line 13251) | [Pure] method Pown (line 13261) | [Pure] method Pow (line 13271) | [Pure] method Pow (line 13281) | [Pure] method Pow (line 13291) | [Pure] method Pow (line 13301) | [Pure] method Pow (line 13311) | [Pure] method Pow (line 13321) | [Pure] method Power (line 13331) | [Pure] method Power (line 13342) | [Pure] method Power (line 13353) | [Pure] method Power (line 13364) | [Pure] method Power (line 13375) | [Pure] method Power (line 13386) | [Pure] method Exp (line 13401) | [Pure] method Log (line 13411) | [Pure] method Log2 (line 13421) | [Pure] method Log2Int (line 13431) | [Pure] method Log10 (line 13441) | [Pure] method Log (line 13451) | [Pure] method ModP (line 13465) | [Pure] method PowerOfTwo (line 13479) | [Pure] method NextPowerOfTwo (line 13489) | [Pure] method PrevPowerOfTwo (line 13499) | [Pure] method Step (line 13513) | [Pure] method Step (line 13523) | [Pure] method Lerp (line 13537) | [Pure] method Lerp (line 13547) | [Pure] method Lerp (line 13557) | [Pure] method Lerp (line 13567) | [Pure] method InvLerp (line 13577) | [Pure] method GreatestCommonDivisor (line 13591) | [Pure] method LeastCommonMultiple (line 13601) | [Pure] method FloatFromBits (line 13615) | [Pure] method ApproximateEquals (line 13629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13643) | [Pure] method Min (line 18465) | [Pure] method Min (line 18475) | [Pure] method Min (line 18485) | [Pure] method Max (line 18495) | [Pure] method Max (line 18505) | [Pure] method Max (line 18515) | [Pure] method Min (line 18525) | [Pure] method Max (line 18535) | [Pure] method Min (line 18545) | [Pure] method Max (line 18555) | [Pure] method Min (line 18565) | [Pure] method Max (line 18575) | [Pure] method Abs (line 18589) | [Pure] method Floor (line 18603) | [Pure] method Ceiling (line 18613) | [Pure] method Round (line 18623) | [Pure] method Round (line 18633) | [Pure] method Round (line 18643) | [Pure] method Round (line 18653) | [Pure] method Truncate (line 18663) | [Pure] method Frac (line 18677) | [Pure] method Clamp (line 18691) | [Pure] method Clamp (line 18701) | [Pure] method ClampWrap (line 18711) | [Pure] method ClampWrap (line 18721) | [Pure] method Saturate (line 18731) | [Pure] method MapToUnitInterval (line 18745) | [Pure] method MapToUnitInterval (line 18755) | [Pure] method MapToUnitInterval (line 18765) | [Pure] method MapToUnitInterval (line 18775) | [Pure] method Sign (line 18789) | [Pure] method Signumi (line 18799) | [Pure] method Signum (line 18809) | [Pure] method MultiplyAdd (line 18823) | [Pure] method MultiplyAdd (line 18833) | [Pure] method MultiplyAdd (line 18843) | [Pure] method CopySign (line 18857) | [Pure] method CopySign (line 18867) | [Pure] method CopySign (line 18877) | [Pure] method Sqrt (line 18891) | [Pure] method Cbrt (line 18901) | [Pure] method Square (line 18915) | [Pure] method Pown (line 18929) | [Pure] method Pown (line 18939) | [Pure] method Pown (line 18949) | [Pure] method Pow (line 18959) | [Pure] method Pow (line 18969) | [Pure] method Pow (line 18979) | [Pure] method Power (line 18989) | [Pure] method Power (line 19000) | [Pure] method Power (line 19011) | [Pure] method Exp (line 19026) | [Pure] method Log (line 19036) | [Pure] method Log2 (line 19046) | [Pure] method Log2Int (line 19056) | [Pure] method Log10 (line 19066) | [Pure] method Log (line 19076) | [Pure] method ModP (line 19090) | [Pure] method PowerOfTwo (line 19104) | [Pure] method Sin (line 19118) | [Pure] method Cos (line 19128) | [Pure] method Tan (line 19138) | [Pure] method Asin (line 19148) | [Pure] method AsinClamped (line 19158) | [Pure] method Acos (line 19168) | [Pure] method AcosClamped (line 19178) | [Pure] method Atan (line 19188) | [Pure] method Atan2 (line 19198) | [Pure] method FastAtan2 (line 19208) | [Pure] method Sinh (line 19218) | [Pure] method Cosh (line 19228) | [Pure] method Tanh (line 19238) | [Pure] method Asinh (line 19248) | [Pure] method Acosh (line 19258) | [Pure] method Atanh (line 19268) | [Pure] method Step (line 19282) | [Pure] method Step (line 19292) | [Pure] method Linearstep (line 19302) | [Pure] method Linearstep (line 19312) | [Pure] method Smoothstep (line 19322) | [Pure] method Smoothstep (line 19332) | [Pure] method Lerp (line 19346) | [Pure] method Lerp (line 19356) | [Pure] method InvLerp (line 19366) | [Pure] method FloatToBits (line 19380) | [Pure] method FloatToUnsignedBits (line 19390) | [Pure] method ApproximateEquals (line 19404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19428) | [Pure] method IsTiny (line 19436) | [Pure] method IsNaN (line 19448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 24690) | [Pure] method Min (line 24700) | [Pure] method Min (line 24710) | [Pure] method Max (line 24720) | [Pure] method Max (line 24730) | [Pure] method Max (line 24740) | [Pure] method Min (line 24750) | [Pure] method Max (line 24760) | [Pure] method Min (line 24770) | [Pure] method Max (line 24780) | [Pure] method Min (line 24790) | [Pure] method Max (line 24800) | [Pure] method Abs (line 24814) | [Pure] method Floor (line 24828) | [Pure] method Ceiling (line 24838) | [Pure] method Round (line 24848) | [Pure] method Round (line 24858) | [Pure] method Round (line 24868) | [Pure] method Round (line 24878) | [Pure] method Truncate (line 24888) | [Pure] method Frac (line 24902) | [Pure] method Clamp (line 24916) | [Pure] method Clamp (line 24926) | [Pure] method ClampWrap (line 24936) | [Pure] method ClampWrap (line 24946) | [Pure] method Saturate (line 24956) | [Pure] method MapToUnitInterval (line 24970) | [Pure] method MapToUnitInterval (line 24980) | [Pure] method MapToUnitInterval (line 24990) | [Pure] method MapToUnitInterval (line 25000) | [Pure] method Sign (line 25014) | [Pure] method Signumi (line 25024) | [Pure] method Signum (line 25034) | [Pure] method MultiplyAdd (line 25048) | [Pure] method MultiplyAdd (line 25058) | [Pure] method MultiplyAdd (line 25068) | [Pure] method CopySign (line 25082) | [Pure] method CopySign (line 25092) | [Pure] method CopySign (line 25102) | [Pure] method Sqrt (line 25116) | [Pure] method Cbrt (line 25126) | [Pure] method Square (line 25140) | [Pure] method Pown (line 25154) | [Pure] method Pown (line 25164) | [Pure] method Pown (line 25174) | [Pure] method Pow (line 25184) | [Pure] method Pow (line 25194) | [Pure] method Pow (line 25204) | [Pure] method Power (line 25214) | [Pure] method Power (line 25225) | [Pure] method Power (line 25236) | [Pure] method Exp (line 25251) | [Pure] method Log (line 25261) | [Pure] method Log2 (line 25271) | [Pure] method Log2Int (line 25281) | [Pure] method Log10 (line 25291) | [Pure] method Log (line 25301) | [Pure] method ModP (line 25315) | [Pure] method PowerOfTwo (line 25329) | [Pure] method Sin (line 25343) | [Pure] method Cos (line 25353) | [Pure] method Tan (line 25363) | [Pure] method Asin (line 25373) | [Pure] method AsinClamped (line 25383) | [Pure] method Acos (line 25393) | [Pure] method AcosClamped (line 25403) | [Pure] method Atan (line 25413) | [Pure] method Atan2 (line 25423) | [Pure] method FastAtan2 (line 25433) | [Pure] method Sinh (line 25443) | [Pure] method Cosh (line 25453) | [Pure] method Tanh (line 25463) | [Pure] method Asinh (line 25473) | [Pure] method Acosh (line 25483) | [Pure] method Atanh (line 25493) | [Pure] method Step (line 25507) | [Pure] method Step (line 25517) | [Pure] method Linearstep (line 25527) | [Pure] method Linearstep (line 25537) | [Pure] method Smoothstep (line 25547) | [Pure] method Smoothstep (line 25557) | [Pure] method Lerp (line 25571) | [Pure] method Lerp (line 25581) | [Pure] method InvLerp (line 25591) | [Pure] method FloatToBits (line 25605) | [Pure] method ApproximateEquals (line 25619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25643) | [Pure] method IsTiny (line 25651) | [Pure] method IsNaN (line 25663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 25670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 25677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 25684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 25691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 33426) | [Pure] method Min (line 33436) | [Pure] method Min (line 33446) | [Pure] method Max (line 33456) | [Pure] method Max (line 33466) | [Pure] method Max (line 33476) | [Pure] method Min (line 33486) | [Pure] method Max (line 33496) | [Pure] method Min (line 33506) | [Pure] method Max (line 33516) | [Pure] method Min (line 33526) | [Pure] method Max (line 33536) | [Pure] method Abs (line 33550) | [Pure] method Clamp (line 33564) | [Pure] method Clamp (line 33574) | [Pure] method ClampExcl (line 33584) | [Pure] method ClampExcl (line 33594) | [Pure] method ClampWrap (line 33604) | [Pure] method ClampWrap (line 33614) | [Pure] method Saturate (line 33624) | [Pure] method Sign (line 33638) | [Pure] method Signumi (line 33648) | [Pure] method Signum (line 33658) | [Pure] method MultiplyAdd (line 33672) | [Pure] method MultiplyAdd (line 33682) | [Pure] method MultiplyAdd (line 33692) | [Pure] method Sqrt (line 33706) | [Pure] method Cbrt (line 33716) | [Pure] method Square (line 33730) | [Pure] method Pown (line 33744) | [Pure] method Pown (line 33754) | [Pure] method Pown (line 33764) | [Pure] method Pow (line 33774) | [Pure] method Pow (line 33784) | [Pure] method Pow (line 33794) | [Pure] method Pow (line 33804) | [Pure] method Pow (line 33814) | [Pure] method Pow (line 33824) | [Pure] method Power (line 33834) | [Pure] method Power (line 33845) | [Pure] method Power (line 33856) | [Pure] method Power (line 33867) | [Pure] method Power (line 33878) | [Pure] method Power (line 33889) | [Pure] method Exp (line 33904) | [Pure] method Log (line 33914) | [Pure] method Log2 (line 33924) | [Pure] method Log2Int (line 33934) | [Pure] method Log10 (line 33944) | [Pure] method Log (line 33954) | [Pure] method ModP (line 33968) | [Pure] method PowerOfTwo (line 33982) | [Pure] method NextPowerOfTwo (line 33992) | [Pure] method PrevPowerOfTwo (line 34002) | [Pure] method Step (line 34016) | [Pure] method Step (line 34026) | [Pure] method Lerp (line 34040) | [Pure] method Lerp (line 34050) | [Pure] method Lerp (line 34060) | [Pure] method Lerp (line 34070) | [Pure] method InvLerp (line 34080) | [Pure] method GreatestCommonDivisor (line 34094) | [Pure] method LeastCommonMultiple (line 34104) | [Pure] method FloatFromBits (line 34118) | [Pure] method ApproximateEquals (line 34132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 34146) | [Pure] method Min (line 39472) | [Pure] method Min (line 39482) | [Pure] method Min (line 39492) | [Pure] method Max (line 39502) | [Pure] method Max (line 39512) | [Pure] method Max (line 39522) | [Pure] method Min (line 39532) | [Pure] method Max (line 39542) | [Pure] method Min (line 39552) | [Pure] method Max (line 39562) | [Pure] method Min (line 39572) | [Pure] method Max (line 39582) | [Pure] method Clamp (line 39596) | [Pure] method Clamp (line 39606) | [Pure] method ClampExcl (line 39616) | [Pure] method ClampExcl (line 39626) | [Pure] method ClampWrap (line 39636) | [Pure] method ClampWrap (line 39646) | [Pure] method Saturate (line 39656) | [Pure] method MultiplyAdd (line 39670) | [Pure] method MultiplyAdd (line 39680) | [Pure] method MultiplyAdd (line 39690) | [Pure] method Sqrt (line 39704) | [Pure] method Cbrt (line 39714) | [Pure] method Square (line 39728) | [Pure] method Pown (line 39742) | [Pure] method Pown (line 39752) | [Pure] method Pown (line 39762) | [Pure] method Pown (line 39772) | [Pure] method Pown (line 39782) | [Pure] method Pown (line 39792) | [Pure] method Pow (line 39802) | [Pure] method Pow (line 39812) | [Pure] method Pow (line 39822) | [Pure] method Pow (line 39832) | [Pure] method Pow (line 39842) | [Pure] method Pow (line 39852) | [Pure] method Power (line 39862) | [Pure] method Power (line 39873) | [Pure] method Power (line 39884) | [Pure] method Power (line 39895) | [Pure] method Power (line 39906) | [Pure] method Power (line 39917) | [Pure] method Exp (line 39932) | [Pure] method Log (line 39942) | [Pure] method Log2 (line 39952) | [Pure] method Log2Int (line 39962) | [Pure] method Log10 (line 39972) | [Pure] method Log (line 39982) | [Pure] method Step (line 39996) | [Pure] method Step (line 40006) | [Pure] method Lerp (line 40020) | [Pure] method Lerp (line 40030) | [Pure] method Lerp (line 40040) | [Pure] method Lerp (line 40050) | [Pure] method InvLerp (line 40060) | [Pure] method GreatestCommonDivisor (line 40074) | [Pure] method LeastCommonMultiple (line 40084) | [Pure] method FloatFromUnsignedBits (line 40098) | [Pure] method ApproximateEquals (line 40112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 40126) | [Pure] method Min (line 47513) | [Pure] method Min (line 47523) | [Pure] method Min (line 47533) | [Pure] method Max (line 47543) | [Pure] method Max (line 47553) | [Pure] method Max (line 47563) | [Pure] method Min (line 47573) | [Pure] method Max (line 47583) | [Pure] method Min (line 47593) | [Pure] method Max (line 47603) | [Pure] method Min (line 47613) | [Pure] method Max (line 47623) | [Pure] method Abs (line 47637) | [Pure] method Clamp (line 47651) | [Pure] method Clamp (line 47661) | [Pure] method ClampExcl (line 47671) | [Pure] method ClampExcl (line 47681) | [Pure] method ClampWrap (line 47691) | [Pure] method ClampWrap (line 47701) | [Pure] method Saturate (line 47711) | [Pure] method Sign (line 47725) | [Pure] method Signumi (line 47735) | [Pure] method Signum (line 47745) | [Pure] method MultiplyAdd (line 47759) | [Pure] method MultiplyAdd (line 47769) | [Pure] method MultiplyAdd (line 47779) | [Pure] method Sqrt (line 47793) | [Pure] method Cbrt (line 47803) | [Pure] method Square (line 47817) | [Pure] method Pown (line 47831) | [Pure] method Pown (line 47841) | [Pure] method Pown (line 47851) | [Pure] method Pown (line 47861) | [Pure] method Pown (line 47871) | [Pure] method Pown (line 47881) | [Pure] method Pow (line 47891) | [Pure] method Pow (line 47901) | [Pure] method Pow (line 47911) | [Pure] method Pow (line 47921) | [Pure] method Pow (line 47931) | [Pure] method Pow (line 47941) | [Pure] method Power (line 47951) | [Pure] method Power (line 47962) | [Pure] method Power (line 47973) | [Pure] method Power (line 47984) | [Pure] method Power (line 47995) | [Pure] method Power (line 48006) | [Pure] method Exp (line 48021) | [Pure] method Log (line 48031) | [Pure] method Log2 (line 48041) | [Pure] method Log2Int (line 48051) | [Pure] method Log10 (line 48061) | [Pure] method Log (line 48071) | [Pure] method ModP (line 48085) | [Pure] method PowerOfTwo (line 48099) | [Pure] method NextPowerOfTwo (line 48109) | [Pure] method PrevPowerOfTwo (line 48119) | [Pure] method Step (line 48133) | [Pure] method Step (line 48143) | [Pure] method Lerp (line 48157) | [Pure] method Lerp (line 48167) | [Pure] method Lerp (line 48177) | [Pure] method Lerp (line 48187) | [Pure] method InvLerp (line 48197) | [Pure] method GreatestCommonDivisor (line 48211) | [Pure] method LeastCommonMultiple (line 48221) | [Pure] method FloatFromBits (line 48235) | [Pure] method ApproximateEquals (line 48249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 48263) | [Pure] method Min (line 56252) | [Pure] method Min (line 56262) | [Pure] method Min (line 56272) | [Pure] method Max (line 56282) | [Pure] method Max (line 56292) | [Pure] method Max (line 56302) | [Pure] method Min (line 56312) | [Pure] method Max (line 56322) | [Pure] method Min (line 56332) | [Pure] method Max (line 56342) | [Pure] method Min (line 56352) | [Pure] method Max (line 56362) | [Pure] method Abs (line 56376) | [Pure] method Floor (line 56390) | [Pure] method Ceiling (line 56400) | [Pure] method Round (line 56410) | [Pure] method Round (line 56420) | [Pure] method Round (line 56430) | [Pure] method Round (line 56440) | [Pure] method Truncate (line 56450) | [Pure] method Frac (line 56464) | [Pure] method Clamp (line 56478) | [Pure] method Clamp (line 56488) | [Pure] method ClampWrap (line 56498) | [Pure] method ClampWrap (line 56508) | [Pure] method Saturate (line 56518) | [Pure] method MapToUnitInterval (line 56532) | [Pure] method MapToUnitInterval (line 56542) | [Pure] method MapToUnitInterval (line 56552) | [Pure] method MapToUnitInterval (line 56562) | [Pure] method Sign (line 56576) | [Pure] method Signumi (line 56586) | [Pure] method Signum (line 56596) | [Pure] method MultiplyAdd (line 56610) | [Pure] method MultiplyAdd (line 56620) | [Pure] method MultiplyAdd (line 56630) | [Pure] method CopySign (line 56644) | [Pure] method CopySign (line 56654) | [Pure] method CopySign (line 56664) | [Pure] method Sqrt (line 56678) | [Pure] method Cbrt (line 56688) | [Pure] method Square (line 56702) | [Pure] method Pown (line 56716) | [Pure] method Pown (line 56726) | [Pure] method Pown (line 56736) | [Pure] method Pow (line 56746) | [Pure] method Pow (line 56756) | [Pure] method Pow (line 56766) | [Pure] method Power (line 56776) | [Pure] method Power (line 56787) | [Pure] method Power (line 56798) | [Pure] method Exp (line 56813) | [Pure] method Log (line 56823) | [Pure] method Log2 (line 56833) | [Pure] method Log2Int (line 56843) | [Pure] method Log10 (line 56853) | [Pure] method Log (line 56863) | [Pure] method ModP (line 56877) | [Pure] method PowerOfTwo (line 56891) | [Pure] method Sin (line 56905) | [Pure] method Cos (line 56915) | [Pure] method Tan (line 56925) | [Pure] method Asin (line 56935) | [Pure] method AsinClamped (line 56945) | [Pure] method Acos (line 56955) | [Pure] method AcosClamped (line 56965) | [Pure] method Atan (line 56975) | [Pure] method Atan2 (line 56985) | [Pure] method FastAtan2 (line 56995) | [Pure] method Sinh (line 57005) | [Pure] method Cosh (line 57015) | [Pure] method Tanh (line 57025) | [Pure] method Asinh (line 57035) | [Pure] method Acosh (line 57045) | [Pure] method Atanh (line 57055) | [Pure] method Step (line 57069) | [Pure] method Step (line 57079) | [Pure] method Linearstep (line 57089) | [Pure] method Linearstep (line 57099) | [Pure] method Smoothstep (line 57109) | [Pure] method Smoothstep (line 57119) | [Pure] method Lerp (line 57133) | [Pure] method Lerp (line 57143) | [Pure] method InvLerp (line 57153) | [Pure] method FloatToBits (line 57167) | [Pure] method FloatToUnsignedBits (line 57177) | [Pure] method ApproximateEquals (line 57191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57215) | [Pure] method IsTiny (line 57223) | [Pure] method IsNaN (line 57235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 57242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 57249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 57256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 57263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 65644) | [Pure] method Min (line 65654) | [Pure] method Min (line 65664) | [Pure] method Max (line 65674) | [Pure] method Max (line 65684) | [Pure] method Max (line 65694) | [Pure] method Min (line 65704) | [Pure] method Max (line 65714) | [Pure] method Min (line 65724) | [Pure] method Max (line 65734) | [Pure] method Min (line 65744) | [Pure] method Max (line 65754) | [Pure] method Abs (line 65768) | [Pure] method Floor (line 65782) | [Pure] method Ceiling (line 65792) | [Pure] method Round (line 65802) | [Pure] method Round (line 65812) | [Pure] method Round (line 65822) | [Pure] method Round (line 65832) | [Pure] method Truncate (line 65842) | [Pure] method Frac (line 65856) | [Pure] method Clamp (line 65870) | [Pure] method Clamp (line 65880) | [Pure] method ClampWrap (line 65890) | [Pure] method ClampWrap (line 65900) | [Pure] method Saturate (line 65910) | [Pure] method MapToUnitInterval (line 65924) | [Pure] method MapToUnitInterval (line 65934) | [Pure] method MapToUnitInterval (line 65944) | [Pure] method MapToUnitInterval (line 65954) | [Pure] method Sign (line 65968) | [Pure] method Signumi (line 65978) | [Pure] method Signum (line 65988) | [Pure] method MultiplyAdd (line 66002) | [Pure] method MultiplyAdd (line 66012) | [Pure] method MultiplyAdd (line 66022) | [Pure] method CopySign (line 66036) | [Pure] method CopySign (line 66046) | [Pure] method CopySign (line 66056) | [Pure] method Sqrt (line 66070) | [Pure] method Cbrt (line 66080) | [Pure] method Square (line 66094) | [Pure] method Pown (line 66108) | [Pure] method Pown (line 66118) | [Pure] method Pown (line 66128) | [Pure] method Pow (line 66138) | [Pure] method Pow (line 66148) | [Pure] method Pow (line 66158) | [Pure] method Power (line 66168) | [Pure] method Power (line 66179) | [Pure] method Power (line 66190) | [Pure] method Exp (line 66205) | [Pure] method Log (line 66215) | [Pure] method Log2 (line 66225) | [Pure] method Log2Int (line 66235) | [Pure] method Log10 (line 66245) | [Pure] method Log (line 66255) | [Pure] method ModP (line 66269) | [Pure] method PowerOfTwo (line 66283) | [Pure] method Sin (line 66297) | [Pure] method Cos (line 66307) | [Pure] method Tan (line 66317) | [Pure] method Asin (line 66327) | [Pure] method AsinClamped (line 66337) | [Pure] method Acos (line 66347) | [Pure] method AcosClamped (line 66357) | [Pure] method Atan (line 66367) | [Pure] method Atan2 (line 66377) | [Pure] method FastAtan2 (line 66387) | [Pure] method Sinh (line 66397) | [Pure] method Cosh (line 66407) | [Pure] method Tanh (line 66417) | [Pure] method Asinh (line 66427) | [Pure] method Acosh (line 66437) | [Pure] method Atanh (line 66447) | [Pure] method Step (line 66461) | [Pure] method Step (line 66471) | [Pure] method Linearstep (line 66481) | [Pure] method Linearstep (line 66491) | [Pure] method Smoothstep (line 66501) | [Pure] method Smoothstep (line 66511) | [Pure] method Lerp (line 66525) | [Pure] method Lerp (line 66535) | [Pure] method InvLerp (line 66545) | [Pure] method FloatToBits (line 66559) | [Pure] method ApproximateEquals (line 66573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 66583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 66597) | [Pure] method IsTiny (line 66605) | [Pure] method IsNaN (line 66617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 66624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 66631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 66638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 66645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 79020) | [Pure] method Min (line 79030) | [Pure] method Min (line 79040) | [Pure] method Max (line 79050) | [Pure] method Max (line 79060) | [Pure] method Max (line 79070) | [Pure] method Min (line 79080) | [Pure] method Max (line 79090) | [Pure] method Min (line 79100) | [Pure] method Max (line 79110) | [Pure] method Min (line 79120) | [Pure] method Max (line 79130) | [Pure] method Abs (line 79144) | [Pure] method Clamp (line 79158) | [Pure] method Clamp (line 79168) | [Pure] method ClampExcl (line 79178) | [Pure] method ClampExcl (line 79188) | [Pure] method ClampWrap (line 79198) | [Pure] method ClampWrap (line 79208) | [Pure] method Saturate (line 79218) | [Pure] method Sign (line 79232) | [Pure] method Signumi (line 79242) | [Pure] method Signum (line 79252) | [Pure] method MultiplyAdd (line 79266) | [Pure] method MultiplyAdd (line 79276) | [Pure] method MultiplyAdd (line 79286) | [Pure] method Sqrt (line 79300) | [Pure] method Cbrt (line 79310) | [Pure] method Square (line 79324) | [Pure] method Pown (line 79338) | [Pure] method Pown (line 79348) | [Pure] method Pown (line 79358) | [Pure] method Pow (line 79368) | [Pure] method Pow (line 79378) | [Pure] method Pow (line 79388) | [Pure] method Pow (line 79398) | [Pure] method Pow (line 79408) | [Pure] method Pow (line 79418) | [Pure] method Power (line 79428) | [Pure] method Power (line 79439) | [Pure] method Power (line 79450) | [Pure] method Power (line 79461) | [Pure] method Power (line 79472) | [Pure] method Power (line 79483) | [Pure] method Exp (line 79498) | [Pure] method Log (line 79508) | [Pure] method Log2 (line 79518) | [Pure] method Log2Int (line 79528) | [Pure] method Log10 (line 79538) | [Pure] method Log (line 79548) | [Pure] method ModP (line 79562) | [Pure] method PowerOfTwo (line 79576) | [Pure] method NextPowerOfTwo (line 79586) | [Pure] method PrevPowerOfTwo (line 79596) | [Pure] method Step (line 79610) | [Pure] method Step (line 79620) | [Pure] method Lerp (line 79634) | [Pure] method Lerp (line 79644) | [Pure] method Lerp (line 79654) | [Pure] method Lerp (line 79664) | [Pure] method InvLerp (line 79674) | [Pure] method GreatestCommonDivisor (line 79688) | [Pure] method LeastCommonMultiple (line 79698) | [Pure] method FloatFromBits (line 79712) | [Pure] method ApproximateEquals (line 79726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 79740) | [Pure] method Min (line 88085) | [Pure] method Min (line 88095) | [Pure] method Min (line 88105) | [Pure] method Max (line 88115) | [Pure] method Max (line 88125) | [Pure] method Max (line 88135) | [Pure] method Min (line 88145) | [Pure] method Max (line 88155) | [Pure] method Min (line 88165) | [Pure] method Max (line 88175) | [Pure] method Min (line 88185) | [Pure] method Max (line 88195) | [Pure] method Clamp (line 88209) | [Pure] method Clamp (line 88219) | [Pure] method ClampExcl (line 88229) | [Pure] method ClampExcl (line 88239) | [Pure] method ClampWrap (line 88249) | [Pure] method ClampWrap (line 88259) | [Pure] method Saturate (line 88269) | [Pure] method MultiplyAdd (line 88283) | [Pure] method MultiplyAdd (line 88293) | [Pure] method MultiplyAdd (line 88303) | [Pure] method Sqrt (line 88317) | [Pure] method Cbrt (line 88327) | [Pure] method Square (line 88341) | [Pure] method Pown (line 88355) | [Pure] method Pown (line 88365) | [Pure] method Pown (line 88375) | [Pure] method Pown (line 88385) | [Pure] method Pown (line 88395) | [Pure] method Pown (line 88405) | [Pure] method Pow (line 88415) | [Pure] method Pow (line 88425) | [Pure] method Pow (line 88435) | [Pure] method Pow (line 88445) | [Pure] method Pow (line 88455) | [Pure] method Pow (line 88465) | [Pure] method Power (line 88475) | [Pure] method Power (line 88486) | [Pure] method Power (line 88497) | [Pure] method Power (line 88508) | [Pure] method Power (line 88519) | [Pure] method Power (line 88530) | [Pure] method Exp (line 88545) | [Pure] method Log (line 88555) | [Pure] method Log2 (line 88565) | [Pure] method Log2Int (line 88575) | [Pure] method Log10 (line 88585) | [Pure] method Log (line 88595) | [Pure] method Step (line 88609) | [Pure] method Step (line 88619) | [Pure] method Lerp (line 88633) | [Pure] method Lerp (line 88643) | [Pure] method Lerp (line 88653) | [Pure] method Lerp (line 88663) | [Pure] method InvLerp (line 88673) | [Pure] method GreatestCommonDivisor (line 88687) | [Pure] method LeastCommonMultiple (line 88697) | [Pure] method FloatFromUnsignedBits (line 88711) | [Pure] method ApproximateEquals (line 88725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 88739) | [Pure] method Min (line 100720) | [Pure] method Min (line 100730) | [Pure] method Min (line 100740) | [Pure] method Max (line 100750) | [Pure] method Max (line 100760) | [Pure] method Max (line 100770) | [Pure] method Min (line 100780) | [Pure] method Max (line 100790) | [Pure] method Min (line 100800) | [Pure] method Max (line 100810) | [Pure] method Min (line 100820) | [Pure] method Max (line 100830) | [Pure] method Abs (line 100844) | [Pure] method Clamp (line 100858) | [Pure] method Clamp (line 100868) | [Pure] method ClampExcl (line 100878) | [Pure] method ClampExcl (line 100888) | [Pure] method ClampWrap (line 100898) | [Pure] method ClampWrap (line 100908) | [Pure] method Saturate (line 100918) | [Pure] method Sign (line 100932) | [Pure] method Signumi (line 100942) | [Pure] method Signum (line 100952) | [Pure] method MultiplyAdd (line 100966) | [Pure] method MultiplyAdd (line 100976) | [Pure] method MultiplyAdd (line 100986) | [Pure] method Sqrt (line 101000) | [Pure] method Cbrt (line 101010) | [Pure] method Square (line 101024) | [Pure] method Pown (line 101038) | [Pure] method Pown (line 101048) | [Pure] method Pown (line 101058) | [Pure] method Pown (line 101068) | [Pure] method Pown (line 101078) | [Pure] method Pown (line 101088) | [Pure] method Pow (line 101098) | [Pure] method Pow (line 101108) | [Pure] method Pow (line 101118) | [Pure] method Pow (line 101128) | [Pure] method Pow (line 101138) | [Pure] method Pow (line 101148) | [Pure] method Power (line 101158) | [Pure] method Power (line 101169) | [Pure] method Power (line 101180) | [Pure] method Power (line 101191) | [Pure] method Power (line 101202) | [Pure] method Power (line 101213) | [Pure] method Exp (line 101228) | [Pure] method Log (line 101238) | [Pure] method Log2 (line 101248) | [Pure] method Log2Int (line 101258) | [Pure] method Log10 (line 101268) | [Pure] method Log (line 101278) | [Pure] method ModP (line 101292) | [Pure] method PowerOfTwo (line 101306) | [Pure] method NextPowerOfTwo (line 101316) | [Pure] method PrevPowerOfTwo (line 101326) | [Pure] method Step (line 101340) | [Pure] method Step (line 101350) | [Pure] method Lerp (line 101364) | [Pure] method Lerp (line 101374) | [Pure] method Lerp (line 101384) | [Pure] method Lerp (line 101394) | [Pure] method InvLerp (line 101404) | [Pure] method GreatestCommonDivisor (line 101418) | [Pure] method LeastCommonMultiple (line 101428) | [Pure] method FloatFromBits (line 101442) | [Pure] method ApproximateEquals (line 101456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 101470) | [Pure] method Min (line 113921) | [Pure] method Min (line 113931) | [Pure] method Min (line 113941) | [Pure] method Max (line 113951) | [Pure] method Max (line 113961) | [Pure] method Max (line 113971) | [Pure] method Min (line 113981) | [Pure] method Max (line 113991) | [Pure] method Min (line 114001) | [Pure] method Max (line 114011) | [Pure] method Min (line 114021) | [Pure] method Max (line 114031) | [Pure] method Abs (line 114045) | [Pure] method Floor (line 114059) | [Pure] method Ceiling (line 114069) | [Pure] method Round (line 114079) | [Pure] method Round (line 114089) | [Pure] method Round (line 114099) | [Pure] method Round (line 114109) | [Pure] method Truncate (line 114119) | [Pure] method Frac (line 114133) | [Pure] method Clamp (line 114147) | [Pure] method Clamp (line 114157) | [Pure] method ClampWrap (line 114167) | [Pure] method ClampWrap (line 114177) | [Pure] method Saturate (line 114187) | [Pure] method MapToUnitInterval (line 114201) | [Pure] method MapToUnitInterval (line 114211) | [Pure] method MapToUnitInterval (line 114221) | [Pure] method MapToUnitInterval (line 114231) | [Pure] method Sign (line 114245) | [Pure] method Signumi (line 114255) | [Pure] method Signum (line 114265) | [Pure] method MultiplyAdd (line 114279) | [Pure] method MultiplyAdd (line 114289) | [Pure] method MultiplyAdd (line 114299) | [Pure] method CopySign (line 114313) | [Pure] method CopySign (line 114323) | [Pure] method CopySign (line 114333) | [Pure] method Sqrt (line 114347) | [Pure] method Cbrt (line 114357) | [Pure] method Square (line 114371) | [Pure] method Pown (line 114385) | [Pure] method Pown (line 114395) | [Pure] method Pown (line 114405) | [Pure] method Pow (line 114415) | [Pure] method Pow (line 114425) | [Pure] method Pow (line 114435) | [Pure] method Power (line 114445) | [Pure] method Power (line 114456) | [Pure] method Power (line 114467) | [Pure] method Exp (line 114482) | [Pure] method Log (line 114492) | [Pure] method Log2 (line 114502) | [Pure] method Log2Int (line 114512) | [Pure] method Log10 (line 114522) | [Pure] method Log (line 114532) | [Pure] method ModP (line 114546) | [Pure] method PowerOfTwo (line 114560) | [Pure] method Sin (line 114574) | [Pure] method Cos (line 114584) | [Pure] method Tan (line 114594) | [Pure] method Asin (line 114604) | [Pure] method AsinClamped (line 114614) | [Pure] method Acos (line 114624) | [Pure] method AcosClamped (line 114634) | [Pure] method Atan (line 114644) | [Pure] method Atan2 (line 114654) | [Pure] method FastAtan2 (line 114664) | [Pure] method Sinh (line 114674) | [Pure] method Cosh (line 114684) | [Pure] method Tanh (line 114694) | [Pure] method Asinh (line 114704) | [Pure] method Acosh (line 114714) | [Pure] method Atanh (line 114724) | [Pure] method Step (line 114738) | [Pure] method Step (line 114748) | [Pure] method Linearstep (line 114758) | [Pure] method Linearstep (line 114768) | [Pure] method Smoothstep (line 114778) | [Pure] method Smoothstep (line 114788) | [Pure] method Lerp (line 114802) | [Pure] method Lerp (line 114812) | [Pure] method InvLerp (line 114822) | [Pure] method FloatToBits (line 114836) | [Pure] method FloatToUnsignedBits (line 114846) | [Pure] method ApproximateEquals (line 114860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 114870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 114884) | [Pure] method IsTiny (line 114892) | [Pure] method IsNaN (line 114904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 114911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 114918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 114925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 114932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 127647) | [Pure] method Min (line 127657) | [Pure] method Min (line 127667) | [Pure] method Max (line 127677) | [Pure] method Max (line 127687) | [Pure] method Max (line 127697) | [Pure] method Min (line 127707) | [Pure] method Max (line 127717) | [Pure] method Min (line 127727) | [Pure] method Max (line 127737) | [Pure] method Min (line 127747) | [Pure] method Max (line 127757) | [Pure] method Abs (line 127771) | [Pure] method Floor (line 127785) | [Pure] method Ceiling (line 127795) | [Pure] method Round (line 127805) | [Pure] method Round (line 127815) | [Pure] method Round (line 127825) | [Pure] method Round (line 127835) | [Pure] method Truncate (line 127845) | [Pure] method Frac (line 127859) | [Pure] method Clamp (line 127873) | [Pure] method Clamp (line 127883) | [Pure] method ClampWrap (line 127893) | [Pure] method ClampWrap (line 127903) | [Pure] method Saturate (line 127913) | [Pure] method MapToUnitInterval (line 127927) | [Pure] method MapToUnitInterval (line 127937) | [Pure] method MapToUnitInterval (line 127947) | [Pure] method MapToUnitInterval (line 127957) | [Pure] method Sign (line 127971) | [Pure] method Signumi (line 127981) | [Pure] method Signum (line 127991) | [Pure] method MultiplyAdd (line 128005) | [Pure] method MultiplyAdd (line 128015) | [Pure] method MultiplyAdd (line 128025) | [Pure] method CopySign (line 128039) | [Pure] method CopySign (line 128049) | [Pure] method CopySign (line 128059) | [Pure] method Sqrt (line 128073) | [Pure] method Cbrt (line 128083) | [Pure] method Square (line 128097) | [Pure] method Pown (line 128111) | [Pure] method Pown (line 128121) | [Pure] method Pown (line 128131) | [Pure] method Pow (line 128141) | [Pure] method Pow (line 128151) | [Pure] method Pow (line 128161) | [Pure] method Power (line 128171) | [Pure] method Power (line 128182) | [Pure] method Power (line 128193) | [Pure] method Exp (line 128208) | [Pure] method Log (line 128218) | [Pure] method Log2 (line 128228) | [Pure] method Log2Int (line 128238) | [Pure] method Log10 (line 128248) | [Pure] method Log (line 128258) | [Pure] method ModP (line 128272) | [Pure] method PowerOfTwo (line 128286) | [Pure] method Sin (line 128300) | [Pure] method Cos (line 128310) | [Pure] method Tan (line 128320) | [Pure] method Asin (line 128330) | [Pure] method AsinClamped (line 128340) | [Pure] method Acos (line 128350) | [Pure] method AcosClamped (line 128360) | [Pure] method Atan (line 128370) | [Pure] method Atan2 (line 128380) | [Pure] method FastAtan2 (line 128390) | [Pure] method Sinh (line 128400) | [Pure] method Cosh (line 128410) | [Pure] method Tanh (line 128420) | [Pure] method Asinh (line 128430) | [Pure] method Acosh (line 128440) | [Pure] method Atanh (line 128450) | [Pure] method Step (line 128464) | [Pure] method Step (line 128474) | [Pure] method Linearstep (line 128484) | [Pure] method Linearstep (line 128494) | [Pure] method Smoothstep (line 128504) | [Pure] method Smoothstep (line 128514) | [Pure] method Lerp (line 128528) | [Pure] method Lerp (line 128538) | [Pure] method InvLerp (line 128548) | [Pure] method FloatToBits (line 128562) | [Pure] method ApproximateEquals (line 128576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 128586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 128600) | [Pure] method IsTiny (line 128608) | [Pure] method IsNaN (line 128620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 128627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 128634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 128641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 128648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Vec (line 88750) | public static partial class Vec method LengthSquared (line 4326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 4333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 4402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 4431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 4496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 4503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 4513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 4524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 4530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 4546) | public static V2i Cross(this V2i a) method AllSmaller (line 4559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 4919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 4936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 4943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4954) | [Pure] method AllTiny (line 4962) | [Pure] method IndexOfClosestPoint (line 4971) | public static int IndexOfClosestPoint(this V2i[] pointArray, V2i point) method IndexOfClosestPoint (line 4984) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 4998) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 5012) | public static long LongIndexOfClosestPoint(this V2i[] pointArray, V2i ... method LongIndexOfClosestPoint (line 5025) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 5039) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 5057) | public static int IndexOfMinX(this V2i[] vectorArray, int count = 0) method LongIndexOfMinX (line 5074) | public static long LongIndexOfMinX(this V2i[] vectorArray, long count ... method IndexOfMaxX (line 5091) | public static int IndexOfMaxX(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 5108) | public static long LongIndexOfMaxX(this V2i[] vectorArray, long count ... method IndexOfMinY (line 5125) | public static int IndexOfMinY(this V2i[] vectorArray, int count = 0) method LongIndexOfMinY (line 5142) | public static long LongIndexOfMinY(this V2i[] vectorArray, long count ... method IndexOfMaxY (line 5159) | public static int IndexOfMaxY(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 5176) | public static long LongIndexOfMaxY(this V2i[] vectorArray, long count ... method IndexOfMinX (line 5193) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 5210) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 5227) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 5244) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 5260) | public static int[] CopyCoord(this V2i[] self, int index) method LengthSquared (line 8419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 8426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 8449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 8457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 8465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 8473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 8480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 8495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 8509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 8524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 8589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 8595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 8974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 8991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 8998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 9009) | [Pure] method AllTiny (line 9017) | [Pure] method IndexOfClosestPoint (line 9026) | public static int IndexOfClosestPoint(this V2ui[] pointArray, V2ui point) method IndexOfClosestPoint (line 9039) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 9053) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 9067) | public static long LongIndexOfClosestPoint(this V2ui[] pointArray, V2u... method LongIndexOfClosestPoint (line 9080) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 9094) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 9112) | public static int IndexOfMinX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 9129) | public static long LongIndexOfMinX(this V2ui[] vectorArray, long count... method IndexOfMaxX (line 9146) | public static int IndexOfMaxX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 9163) | public static long LongIndexOfMaxX(this V2ui[] vectorArray, long count... method IndexOfMinY (line 9180) | public static int IndexOfMinY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 9197) | public static long LongIndexOfMinY(this V2ui[] vectorArray, long count... method IndexOfMaxY (line 9214) | public static int IndexOfMaxY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 9231) | public static long LongIndexOfMaxY(this V2ui[] vectorArray, long count... method IndexOfMinX (line 9248) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 9265) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 9282) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 9299) | public static int IndexOfMaxY(this IList vectorArray, int count ... method CopyCoord (line 9315) | public static uint[] CopyCoord(this V2ui[] self, int index) method LengthSquared (line 13661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 13668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 13679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 13691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 13699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 13715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 13737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 13751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 13766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 13774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 13831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 13838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 13848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 13859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 13865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 13881) | public static V2l Cross(this V2l a) method AllSmaller (line 13894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 14004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 14254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 14271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 14278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 14289) | [Pure] method AllTiny (line 14297) | [Pure] method IndexOfClosestPoint (line 14306) | public static int IndexOfClosestPoint(this V2l[] pointArray, V2l point) method IndexOfClosestPoint (line 14319) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 14333) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 14347) | public static long LongIndexOfClosestPoint(this V2l[] pointArray, V2l ... method LongIndexOfClosestPoint (line 14360) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 14374) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 14392) | public static int IndexOfMinX(this V2l[] vectorArray, int count = 0) method LongIndexOfMinX (line 14409) | public static long LongIndexOfMinX(this V2l[] vectorArray, long count ... method IndexOfMaxX (line 14426) | public static int IndexOfMaxX(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 14443) | public static long LongIndexOfMaxX(this V2l[] vectorArray, long count ... method IndexOfMinY (line 14460) | public static int IndexOfMinY(this V2l[] vectorArray, int count = 0) method LongIndexOfMinY (line 14477) | public static long LongIndexOfMinY(this V2l[] vectorArray, long count ... method IndexOfMaxY (line 14494) | public static int IndexOfMaxY(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 14511) | public static long LongIndexOfMaxY(this V2l[] vectorArray, long count ... method IndexOfMinX (line 14528) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 14545) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 14562) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 14579) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 14595) | public static long[] CopyCoord(this V2l[] self, int index) method LengthSquared (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 19567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 19578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 19590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 19602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 19610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 19618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 19626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 19633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 19648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 19662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 19677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 19685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 19766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 19773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 19780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 19790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 19801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 19807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 19821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 19832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 19853) | public static V2f Cross(this V2f a) method AllSmaller (line 19866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 20226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 20243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 20250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 20261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 20272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 20283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 20298) | [Pure] method AllTiny (line 20306) | [Pure] method AnyFinite (line 20315) | [Pure] method AllFinite (line 20320) | [Pure] method AnyNaN (line 20325) | [Pure] method AllNaN (line 20330) | [Pure] method AnyInfinity (line 20335) | [Pure] method AllInfinity (line 20340) | [Pure] method AnyPositiveInfinity (line 20345) | [Pure] method AllPositiveInfinity (line 20350) | [Pure] method AnyNegativeInfinity (line 20355) | [Pure] method AllNegativeInfinity (line 20360) | [Pure] method AnyTiny (line 20365) | [Pure] method AllTiny (line 20370) | [Pure] method Dot90 (line 20382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 20391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 20400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 20410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 20420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 20430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 20440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 20490) | public static int IndexOfClosestPoint(this V2f[] pointArray, V2f point) method IndexOfClosestPoint (line 20503) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 20517) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 20531) | public static long LongIndexOfClosestPoint(this V2f[] pointArray, V2f ... method LongIndexOfClosestPoint (line 20544) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 20558) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 20576) | public static int IndexOfMinX(this V2f[] vectorArray, int count = 0) method LongIndexOfMinX (line 20593) | public static long LongIndexOfMinX(this V2f[] vectorArray, long count ... method IndexOfMaxX (line 20610) | public static int IndexOfMaxX(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 20627) | public static long LongIndexOfMaxX(this V2f[] vectorArray, long count ... method IndexOfMinY (line 20644) | public static int IndexOfMinY(this V2f[] vectorArray, int count = 0) method LongIndexOfMinY (line 20661) | public static long LongIndexOfMinY(this V2f[] vectorArray, long count ... method IndexOfMaxY (line 20678) | public static int IndexOfMaxY(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 20695) | public static long LongIndexOfMaxY(this V2f[] vectorArray, long count ... method IndexOfMinX (line 20712) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 20729) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 20746) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 20763) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 20779) | public static float[] CopyCoord(this V2f[] self, int index) method WeightedSum (line 20789) | public static V2f WeightedSum( method LengthSquared (line 25775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 25782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 25793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 25805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 25817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 25825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 25833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 25841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 25848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 25863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 25877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 25892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 25900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 25981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 25988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 25995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 26005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 26016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 26022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 26036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 26047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 26068) | public static V2d Cross(this V2d a) method AllSmaller (line 26081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 26441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 26458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 26465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 26476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 26487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 26498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 26513) | [Pure] method AllTiny (line 26521) | [Pure] method AnyFinite (line 26530) | [Pure] method AllFinite (line 26535) | [Pure] method AnyNaN (line 26540) | [Pure] method AllNaN (line 26545) | [Pure] method AnyInfinity (line 26550) | [Pure] method AllInfinity (line 26555) | [Pure] method AnyPositiveInfinity (line 26560) | [Pure] method AllPositiveInfinity (line 26565) | [Pure] method AnyNegativeInfinity (line 26570) | [Pure] method AllNegativeInfinity (line 26575) | [Pure] method AnyTiny (line 26580) | [Pure] method AllTiny (line 26585) | [Pure] method Dot90 (line 26597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 26606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 26615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 26625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 26635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 26645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 26655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 26705) | public static int IndexOfClosestPoint(this V2d[] pointArray, V2d point) method IndexOfClosestPoint (line 26718) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 26732) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 26746) | public static long LongIndexOfClosestPoint(this V2d[] pointArray, V2d ... method LongIndexOfClosestPoint (line 26759) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 26773) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 26791) | public static int IndexOfMinX(this V2d[] vectorArray, int count = 0) method LongIndexOfMinX (line 26808) | public static long LongIndexOfMinX(this V2d[] vectorArray, long count ... method IndexOfMaxX (line 26825) | public static int IndexOfMaxX(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 26842) | public static long LongIndexOfMaxX(this V2d[] vectorArray, long count ... method IndexOfMinY (line 26859) | public static int IndexOfMinY(this V2d[] vectorArray, int count = 0) method LongIndexOfMinY (line 26876) | public static long LongIndexOfMinY(this V2d[] vectorArray, long count ... method IndexOfMaxY (line 26893) | public static int IndexOfMaxY(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 26910) | public static long LongIndexOfMaxY(this V2d[] vectorArray, long count ... method IndexOfMinX (line 26927) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 26944) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 26961) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 26978) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 26994) | public static double[] CopyCoord(this V2d[] self, int index) method WeightedSum (line 27004) | public static V2d WeightedSum( method LengthSquared (line 34164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 34171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 34182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 34241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 34270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 34278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 34335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 34346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 34358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 34367) | public static M33i CrossMatrix(this V3i v) method DirFlags (line 34374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 34390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 34768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 34787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 34794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 34805) | [Pure] method AllTiny (line 34813) | [Pure] method IndexOfClosestPoint (line 34822) | public static int IndexOfClosestPoint(this V3i[] pointArray, V3i point) method IndexOfClosestPoint (line 34835) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 34849) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 34863) | public static long LongIndexOfClosestPoint(this V3i[] pointArray, V3i ... method LongIndexOfClosestPoint (line 34876) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 34890) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 34908) | public static int IndexOfMinX(this V3i[] vectorArray, int count = 0) method LongIndexOfMinX (line 34925) | public static long LongIndexOfMinX(this V3i[] vectorArray, long count ... method IndexOfMaxX (line 34942) | public static int IndexOfMaxX(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 34959) | public static long LongIndexOfMaxX(this V3i[] vectorArray, long count ... method IndexOfMinY (line 34976) | public static int IndexOfMinY(this V3i[] vectorArray, int count = 0) method LongIndexOfMinY (line 34993) | public static long LongIndexOfMinY(this V3i[] vectorArray, long count ... method IndexOfMaxY (line 35010) | public static int IndexOfMaxY(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 35027) | public static long LongIndexOfMaxY(this V3i[] vectorArray, long count ... method IndexOfMinZ (line 35044) | public static int IndexOfMinZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 35061) | public static long LongIndexOfMinZ(this V3i[] vectorArray, long count ... method IndexOfMaxZ (line 35078) | public static int IndexOfMaxZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 35095) | public static long LongIndexOfMaxZ(this V3i[] vectorArray, long count ... method IndexOfMinX (line 35112) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 35129) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 35146) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 35163) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 35180) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 35197) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 35213) | public static int[] CopyCoord(this V3i[] self, int index) method LengthSquared (line 40144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 40151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 40162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 40174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 40182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 40190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 40198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 40205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 40221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 40235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 40250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 40258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 40315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 40321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 40702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 40721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 40728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 40739) | [Pure] method AllTiny (line 40747) | [Pure] method IndexOfClosestPoint (line 40756) | public static int IndexOfClosestPoint(this V3ui[] pointArray, V3ui point) method IndexOfClosestPoint (line 40769) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 40783) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 40797) | public static long LongIndexOfClosestPoint(this V3ui[] pointArray, V3u... method LongIndexOfClosestPoint (line 40810) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 40824) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 40842) | public static int IndexOfMinX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 40859) | public static long LongIndexOfMinX(this V3ui[] vectorArray, long count... method IndexOfMaxX (line 40876) | public static int IndexOfMaxX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 40893) | public static long LongIndexOfMaxX(this V3ui[] vectorArray, long count... method IndexOfMinY (line 40910) | public static int IndexOfMinY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 40927) | public static long LongIndexOfMinY(this V3ui[] vectorArray, long count... method IndexOfMaxY (line 40944) | public static int IndexOfMaxY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 40961) | public static long LongIndexOfMaxY(this V3ui[] vectorArray, long count... method IndexOfMinZ (line 40978) | public static int IndexOfMinZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 40995) | public static long LongIndexOfMinZ(this V3ui[] vectorArray, long count... method IndexOfMaxZ (line 41012) | public static int IndexOfMaxZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 41029) | public static long LongIndexOfMaxZ(this V3ui[] vectorArray, long count... method IndexOfMinX (line 41046) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 41063) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 41080) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 41097) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 41114) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 41131) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method CopyCoord (line 41147) | public static uint[] CopyCoord(this V3ui[] self, int index) method LengthSquared (line 48281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 48288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 48299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 48358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 48387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 48395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 48452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 48463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 48475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 48484) | public static M33l CrossMatrix(this V3l v) method DirFlags (line 48491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 48507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 48885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 48904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 48911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 48922) | [Pure] method AllTiny (line 48930) | [Pure] method IndexOfClosestPoint (line 48939) | public static int IndexOfClosestPoint(this V3l[] pointArray, V3l point) method IndexOfClosestPoint (line 48952) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 48966) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 48980) | public static long LongIndexOfClosestPoint(this V3l[] pointArray, V3l ... method LongIndexOfClosestPoint (line 48993) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 49007) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 49025) | public static int IndexOfMinX(this V3l[] vectorArray, int count = 0) method LongIndexOfMinX (line 49042) | public static long LongIndexOfMinX(this V3l[] vectorArray, long count ... method IndexOfMaxX (line 49059) | public static int IndexOfMaxX(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 49076) | public static long LongIndexOfMaxX(this V3l[] vectorArray, long count ... method IndexOfMinY (line 49093) | public static int IndexOfMinY(this V3l[] vectorArray, int count = 0) method LongIndexOfMinY (line 49110) | public static long LongIndexOfMinY(this V3l[] vectorArray, long count ... method IndexOfMaxY (line 49127) | public static int IndexOfMaxY(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 49144) | public static long LongIndexOfMaxY(this V3l[] vectorArray, long count ... method IndexOfMinZ (line 49161) | public static int IndexOfMinZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 49178) | public static long LongIndexOfMinZ(this V3l[] vectorArray, long count ... method IndexOfMaxZ (line 49195) | public static int IndexOfMaxZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 49212) | public static long LongIndexOfMaxZ(this V3l[] vectorArray, long count ... method IndexOfMinX (line 49229) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 49246) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 49263) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 49280) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 49297) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 49314) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 49330) | public static long[] CopyCoord(this V3l[] self, int index) method LengthSquared (line 57353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 57360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 57371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 57384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 57396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 57404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 57412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 57420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 57427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 57443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 57457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 57472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 57480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 57561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 57568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 57579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 57591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 57600) | public static M33f CrossMatrix(this V3f v) method DirFlags (line 57607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 57623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 57634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 57653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 58031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 58050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 58057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 58069) | public static V3f AxisAlignedNormal(this V3f v) method AngleBetweenFast (line 58101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 58112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 58127) | [Pure] method AllTiny (line 58135) | [Pure] method AnyFinite (line 58144) | [Pure] method AllFinite (line 58149) | [Pure] method AnyNaN (line 58154) | [Pure] method AllNaN (line 58159) | [Pure] method AnyInfinity (line 58164) | [Pure] method AllInfinity (line 58169) | [Pure] method AnyPositiveInfinity (line 58174) | [Pure] method AllPositiveInfinity (line 58179) | [Pure] method AnyNegativeInfinity (line 58184) | [Pure] method AllNegativeInfinity (line 58189) | [Pure] method AnyTiny (line 58194) | [Pure] method AllTiny (line 58199) | [Pure] method LinCom (line 58208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 58248) | public static int IndexOfClosestPoint(this V3f[] pointArray, V3f point) method IndexOfClosestPoint (line 58261) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 58275) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 58289) | public static long LongIndexOfClosestPoint(this V3f[] pointArray, V3f ... method LongIndexOfClosestPoint (line 58302) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 58316) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 58334) | public static int IndexOfMinX(this V3f[] vectorArray, int count = 0) method LongIndexOfMinX (line 58351) | public static long LongIndexOfMinX(this V3f[] vectorArray, long count ... method IndexOfMaxX (line 58368) | public static int IndexOfMaxX(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 58385) | public static long LongIndexOfMaxX(this V3f[] vectorArray, long count ... method IndexOfMinY (line 58402) | public static int IndexOfMinY(this V3f[] vectorArray, int count = 0) method LongIndexOfMinY (line 58419) | public static long LongIndexOfMinY(this V3f[] vectorArray, long count ... method IndexOfMaxY (line 58436) | public static int IndexOfMaxY(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 58453) | public static long LongIndexOfMaxY(this V3f[] vectorArray, long count ... method IndexOfMinZ (line 58470) | public static int IndexOfMinZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 58487) | public static long LongIndexOfMinZ(this V3f[] vectorArray, long count ... method IndexOfMaxZ (line 58504) | public static int IndexOfMaxZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 58521) | public static long LongIndexOfMaxZ(this V3f[] vectorArray, long count ... method IndexOfMinX (line 58538) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 58555) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 58572) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 58589) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 58606) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 58623) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 58639) | public static float[] CopyCoord(this V3f[] self, int index) method WeightedSum (line 58650) | public static V3f WeightedSum( method LengthSquared (line 66735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 66742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 66753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 66766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 66778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 66786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 66794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 66802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 66809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 66825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 66839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 66854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 66862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 66943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 66950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 66961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 66973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 66982) | public static M33d CrossMatrix(this V3d v) method DirFlags (line 66989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 67005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 67016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 67035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 67413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 67432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 67439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 67451) | public static V3d AxisAlignedNormal(this V3d v) method AngleBetweenFast (line 67483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 67494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 67509) | [Pure] method AllTiny (line 67517) | [Pure] method AnyFinite (line 67526) | [Pure] method AllFinite (line 67531) | [Pure] method AnyNaN (line 67536) | [Pure] method AllNaN (line 67541) | [Pure] method AnyInfinity (line 67546) | [Pure] method AllInfinity (line 67551) | [Pure] method AnyPositiveInfinity (line 67556) | [Pure] method AllPositiveInfinity (line 67561) | [Pure] method AnyNegativeInfinity (line 67566) | [Pure] method AllNegativeInfinity (line 67571) | [Pure] method AnyTiny (line 67576) | [Pure] method AllTiny (line 67581) | [Pure] method LinCom (line 67590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 67630) | public static int IndexOfClosestPoint(this V3d[] pointArray, V3d point) method IndexOfClosestPoint (line 67643) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 67657) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 67671) | public static long LongIndexOfClosestPoint(this V3d[] pointArray, V3d ... method LongIndexOfClosestPoint (line 67684) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 67698) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 67716) | public static int IndexOfMinX(this V3d[] vectorArray, int count = 0) method LongIndexOfMinX (line 67733) | public static long LongIndexOfMinX(this V3d[] vectorArray, long count ... method IndexOfMaxX (line 67750) | public static int IndexOfMaxX(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 67767) | public static long LongIndexOfMaxX(this V3d[] vectorArray, long count ... method IndexOfMinY (line 67784) | public static int IndexOfMinY(this V3d[] vectorArray, int count = 0) method LongIndexOfMinY (line 67801) | public static long LongIndexOfMinY(this V3d[] vectorArray, long count ... method IndexOfMaxY (line 67818) | public static int IndexOfMaxY(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 67835) | public static long LongIndexOfMaxY(this V3d[] vectorArray, long count ... method IndexOfMinZ (line 67852) | public static int IndexOfMinZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 67869) | public static long LongIndexOfMinZ(this V3d[] vectorArray, long count ... method IndexOfMaxZ (line 67886) | public static int IndexOfMaxZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 67903) | public static long LongIndexOfMaxZ(this V3d[] vectorArray, long count ... method IndexOfMinX (line 67920) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 67937) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 67954) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 67971) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 67988) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 68005) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 68021) | public static double[] CopyCoord(this V3d[] self, int index) method WeightedSum (line 68032) | public static V3d WeightedSum( method LengthSquared (line 79758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 79765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 79776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 79788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 79796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 79804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 79812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 79819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 79836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 79850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 79865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 79873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 79930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 79942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 79955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 79961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 80004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 80344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 80365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 80372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 80383) | [Pure] method AllTiny (line 80391) | [Pure] method IndexOfClosestPoint (line 80400) | public static int IndexOfClosestPoint(this V4i[] pointArray, V4i point) method IndexOfClosestPoint (line 80413) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 80427) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 80441) | public static long LongIndexOfClosestPoint(this V4i[] pointArray, V4i ... method LongIndexOfClosestPoint (line 80454) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 80468) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 80486) | public static int IndexOfMinX(this V4i[] vectorArray, int count = 0) method LongIndexOfMinX (line 80503) | public static long LongIndexOfMinX(this V4i[] vectorArray, long count ... method IndexOfMaxX (line 80520) | public static int IndexOfMaxX(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 80537) | public static long LongIndexOfMaxX(this V4i[] vectorArray, long count ... method IndexOfMinY (line 80554) | public static int IndexOfMinY(this V4i[] vectorArray, int count = 0) method LongIndexOfMinY (line 80571) | public static long LongIndexOfMinY(this V4i[] vectorArray, long count ... method IndexOfMaxY (line 80588) | public static int IndexOfMaxY(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 80605) | public static long LongIndexOfMaxY(this V4i[] vectorArray, long count ... method IndexOfMinZ (line 80622) | public static int IndexOfMinZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 80639) | public static long LongIndexOfMinZ(this V4i[] vectorArray, long count ... method IndexOfMaxZ (line 80656) | public static int IndexOfMaxZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 80673) | public static long LongIndexOfMaxZ(this V4i[] vectorArray, long count ... method IndexOfMinW (line 80690) | public static int IndexOfMinW(this V4i[] vectorArray, int count = 0) method LongIndexOfMinW (line 80707) | public static long LongIndexOfMinW(this V4i[] vectorArray, long count ... method IndexOfMaxW (line 80724) | public static int IndexOfMaxW(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxW (line 80741) | public static long LongIndexOfMaxW(this V4i[] vectorArray, long count ... method IndexOfMinX (line 80758) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 80775) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 80792) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 80809) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 80826) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 80843) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 80860) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 80877) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 80893) | public static int[] CopyCoord(this V4i[] self, int index) method LengthSquared (line 88757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 88764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 88775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 88787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 88795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 88803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 88811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 88818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 88835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 88849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 88864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 88872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 88929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 88935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 89008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 89318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 89339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 89346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 89357) | [Pure] method AllTiny (line 89365) | [Pure] method IndexOfClosestPoint (line 89374) | public static int IndexOfClosestPoint(this V4ui[] pointArray, V4ui point) method IndexOfClosestPoint (line 89387) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 89401) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 89415) | public static long LongIndexOfClosestPoint(this V4ui[] pointArray, V4u... method LongIndexOfClosestPoint (line 89428) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 89442) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 89460) | public static int IndexOfMinX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 89477) | public static long LongIndexOfMinX(this V4ui[] vectorArray, long count... method IndexOfMaxX (line 89494) | public static int IndexOfMaxX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 89511) | public static long LongIndexOfMaxX(this V4ui[] vectorArray, long count... method IndexOfMinY (line 89528) | public static int IndexOfMinY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 89545) | public static long LongIndexOfMinY(this V4ui[] vectorArray, long count... method IndexOfMaxY (line 89562) | public static int IndexOfMaxY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 89579) | public static long LongIndexOfMaxY(this V4ui[] vectorArray, long count... method IndexOfMinZ (line 89596) | public static int IndexOfMinZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 89613) | public static long LongIndexOfMinZ(this V4ui[] vectorArray, long count... method IndexOfMaxZ (line 89630) | public static int IndexOfMaxZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 89647) | public static long LongIndexOfMaxZ(this V4ui[] vectorArray, long count... method IndexOfMinW (line 89664) | public static int IndexOfMinW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinW (line 89681) | public static long LongIndexOfMinW(this V4ui[] vectorArray, long count... method IndexOfMaxW (line 89698) | public static int IndexOfMaxW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxW (line 89715) | public static long LongIndexOfMaxW(this V4ui[] vectorArray, long count... method IndexOfMinX (line 89732) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 89749) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 89766) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 89783) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 89800) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 89817) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method IndexOfMinW (line 89834) | public static int IndexOfMinW(this IList vectorArray, int count ... method IndexOfMaxW (line 89851) | public static int IndexOfMaxW(this IList vectorArray, int count ... method CopyCoord (line 89867) | public static uint[] CopyCoord(this V4ui[] self, int index) method LengthSquared (line 101488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 101495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 101506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 101518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 101526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 101534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 101542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 101549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 101566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 101580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 101595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 101603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 101660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 101672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 101685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 101691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 102004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 102074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 102095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 102102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 102113) | [Pure] method AllTiny (line 102121) | [Pure] method IndexOfClosestPoint (line 102130) | public static int IndexOfClosestPoint(this V4l[] pointArray, V4l point) method IndexOfClosestPoint (line 102143) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 102157) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 102171) | public static long LongIndexOfClosestPoint(this V4l[] pointArray, V4l ... method LongIndexOfClosestPoint (line 102184) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 102198) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 102216) | public static int IndexOfMinX(this V4l[] vectorArray, int count = 0) method LongIndexOfMinX (line 102233) | public static long LongIndexOfMinX(this V4l[] vectorArray, long count ... method IndexOfMaxX (line 102250) | public static int IndexOfMaxX(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 102267) | public static long LongIndexOfMaxX(this V4l[] vectorArray, long count ... method IndexOfMinY (line 102284) | public static int IndexOfMinY(this V4l[] vectorArray, int count = 0) method LongIndexOfMinY (line 102301) | public static long LongIndexOfMinY(this V4l[] vectorArray, long count ... method IndexOfMaxY (line 102318) | public static int IndexOfMaxY(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 102335) | public static long LongIndexOfMaxY(this V4l[] vectorArray, long count ... method IndexOfMinZ (line 102352) | public static int IndexOfMinZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 102369) | public static long LongIndexOfMinZ(this V4l[] vectorArray, long count ... method IndexOfMaxZ (line 102386) | public static int IndexOfMaxZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 102403) | public static long LongIndexOfMaxZ(this V4l[] vectorArray, long count ... method IndexOfMinW (line 102420) | public static int IndexOfMinW(this V4l[] vectorArray, int count = 0) method LongIndexOfMinW (line 102437) | public static long LongIndexOfMinW(this V4l[] vectorArray, long count ... method IndexOfMaxW (line 102454) | public static int IndexOfMaxW(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxW (line 102471) | public static long LongIndexOfMaxW(this V4l[] vectorArray, long count ... method IndexOfMinX (line 102488) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 102505) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 102522) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 102539) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 102556) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 102573) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 102590) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 102607) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 102623) | public static long[] CopyCoord(this V4l[] self, int index) method LengthSquared (line 115028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 115035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 115046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 115060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 115072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 115080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 115088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 115096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 115103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 115120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 115134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 115149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 115157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 115238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 115245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 115257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 115270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 115276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 115294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 115305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 115689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 115710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 115717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 115728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 115739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 115754) | [Pure] method AllTiny (line 115762) | [Pure] method AnyFinite (line 115771) | [Pure] method AllFinite (line 115776) | [Pure] method AnyNaN (line 115781) | [Pure] method AllNaN (line 115786) | [Pure] method AnyInfinity (line 115791) | [Pure] method AllInfinity (line 115796) | [Pure] method AnyPositiveInfinity (line 115801) | [Pure] method AllPositiveInfinity (line 115806) | [Pure] method AnyNegativeInfinity (line 115811) | [Pure] method AllNegativeInfinity (line 115816) | [Pure] method AnyTiny (line 115821) | [Pure] method AllTiny (line 115826) | [Pure] method LinCom (line 115835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 115875) | public static int IndexOfClosestPoint(this V4f[] pointArray, V4f point) method IndexOfClosestPoint (line 115888) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 115902) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 115916) | public static long LongIndexOfClosestPoint(this V4f[] pointArray, V4f ... method LongIndexOfClosestPoint (line 115929) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 115943) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 115961) | public static int IndexOfMinX(this V4f[] vectorArray, int count = 0) method LongIndexOfMinX (line 115978) | public static long LongIndexOfMinX(this V4f[] vectorArray, long count ... method IndexOfMaxX (line 115995) | public static int IndexOfMaxX(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 116012) | public static long LongIndexOfMaxX(this V4f[] vectorArray, long count ... method IndexOfMinY (line 116029) | public static int IndexOfMinY(this V4f[] vectorArray, int count = 0) method LongIndexOfMinY (line 116046) | public static long LongIndexOfMinY(this V4f[] vectorArray, long count ... method IndexOfMaxY (line 116063) | public static int IndexOfMaxY(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 116080) | public static long LongIndexOfMaxY(this V4f[] vectorArray, long count ... method IndexOfMinZ (line 116097) | public static int IndexOfMinZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 116114) | public static long LongIndexOfMinZ(this V4f[] vectorArray, long count ... method IndexOfMaxZ (line 116131) | public static int IndexOfMaxZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 116148) | public static long LongIndexOfMaxZ(this V4f[] vectorArray, long count ... method IndexOfMinW (line 116165) | public static int IndexOfMinW(this V4f[] vectorArray, int count = 0) method LongIndexOfMinW (line 116182) | public static long LongIndexOfMinW(this V4f[] vectorArray, long count ... method IndexOfMaxW (line 116199) | public static int IndexOfMaxW(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxW (line 116216) | public static long LongIndexOfMaxW(this V4f[] vectorArray, long count ... method IndexOfMinX (line 116233) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 116250) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 116267) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 116284) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 116301) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 116318) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 116335) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 116352) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 116368) | public static float[] CopyCoord(this V4f[] self, int index) method WeightedSum (line 116380) | public static V4f WeightedSum( method LengthSquared (line 128744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 128751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 128762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 128776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 128788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 128796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 128804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 128812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 128819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 128836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 128850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 128865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 128873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 128954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 128961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 128973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 128986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 128992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 129010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 129021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 129405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 129426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 129433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 129444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 129455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 129470) | [Pure] method AllTiny (line 129478) | [Pure] method AnyFinite (line 129487) | [Pure] method AllFinite (line 129492) | [Pure] method AnyNaN (line 129497) | [Pure] method AllNaN (line 129502) | [Pure] method AnyInfinity (line 129507) | [Pure] method AllInfinity (line 129512) | [Pure] method AnyPositiveInfinity (line 129517) | [Pure] method AllPositiveInfinity (line 129522) | [Pure] method AnyNegativeInfinity (line 129527) | [Pure] method AllNegativeInfinity (line 129532) | [Pure] method AnyTiny (line 129537) | [Pure] method AllTiny (line 129542) | [Pure] method LinCom (line 129551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 129591) | public static int IndexOfClosestPoint(this V4d[] pointArray, V4d point) method IndexOfClosestPoint (line 129604) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 129618) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 129632) | public static long LongIndexOfClosestPoint(this V4d[] pointArray, V4d ... method LongIndexOfClosestPoint (line 129645) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 129659) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 129677) | public static int IndexOfMinX(this V4d[] vectorArray, int count = 0) method LongIndexOfMinX (line 129694) | public static long LongIndexOfMinX(this V4d[] vectorArray, long count ... method IndexOfMaxX (line 129711) | public static int IndexOfMaxX(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 129728) | public static long LongIndexOfMaxX(this V4d[] vectorArray, long count ... method IndexOfMinY (line 129745) | public static int IndexOfMinY(this V4d[] vectorArray, int count = 0) method LongIndexOfMinY (line 129762) | public static long LongIndexOfMinY(this V4d[] vectorArray, long count ... method IndexOfMaxY (line 129779) | public static int IndexOfMaxY(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 129796) | public static long LongIndexOfMaxY(this V4d[] vectorArray, long count ... method IndexOfMinZ (line 129813) | public static int IndexOfMinZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 129830) | public static long LongIndexOfMinZ(this V4d[] vectorArray, long count ... method IndexOfMaxZ (line 129847) | public static int IndexOfMaxZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 129864) | public static long LongIndexOfMaxZ(this V4d[] vectorArray, long count ... method IndexOfMinW (line 129881) | public static int IndexOfMinW(this V4d[] vectorArray, int count = 0) method LongIndexOfMinW (line 129898) | public static long LongIndexOfMinW(this V4d[] vectorArray, long count ... method IndexOfMaxW (line 129915) | public static int IndexOfMaxW(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxW (line 129932) | public static long LongIndexOfMaxW(this V4d[] vectorArray, long count ... method IndexOfMinX (line 129949) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 129966) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 129983) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 130000) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 130017) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 130034) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 130051) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 130068) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 130084) | public static double[] CopyCoord(this V4d[] self, int index) method WeightedSum (line 130096) | public static V4d WeightedSum( class IRandomUniformV4uiExtensions (line 89882) | public static class IRandomUniformV4uiExtensions method UniformV4ui (line 89889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type V4l (line 89902) | [DataContract] method V4l (line 89921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 89933) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 89945) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 89957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 89969) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 89981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 89993) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90029) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90041) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90077) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90089) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90137) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90209) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90425) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90543) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90556) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90647) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90720) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4l (line 90801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2i (line 90870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2ui (line 90873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2f (line 90876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2d (line 90879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 90882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 90885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 90888) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 90891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 90894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 90897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 90900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 90903) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 90959) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 90975) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 90991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 91006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 91021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 91036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 91042) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 91049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 91053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 91065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 91072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 91076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 91088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 91095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 91099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 91111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 91118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 91122) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 91134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 91141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 91145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 91154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 91163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 91172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4i (line 91490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4ui (line 91494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4f (line 91498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4d (line 91502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 91511) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 91519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 91527) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 91534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 91541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 91548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Abs (line 91634) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 91639) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 91644) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 91649) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 91654) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 91659) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 91664) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 91669) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 91674) | [EditorBrowsable(EditorBrowsableState.Never)] method Saturate (line 91679) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 91684) | [EditorBrowsable(EditorBrowsableState.Never)] method Set (line 91696) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 91708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 91720) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 91732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 91744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 91996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 92006) | public override readonly string ToString() method ToString (line 92011) | public readonly string ToString(string format) method ToString (line 92016) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 92024) | public readonly string ToString(string format, IFormatProvider fp, str... method GetHashCode (line 92030) | public override readonly int GetHashCode() method Equals (line 92035) | public override readonly bool Equals(object other) method ToText (line 92038) | public readonly Text ToText(int bracketLevel = 1) method Parse (line 92053) | public static V4l Parse(string s) method Parse (line 92064) | public static V4l Parse(Text t) method Parse (line 92069) | public static V4l Parse(Text t, int bracketLevel) method GetValue (line 100679) | public readonly object GetValue(long index) method SetValue (line 100684) | public void SetValue(object value, long index) class V4lEqualityComparer (line 100693) | public class V4lEqualityComparer : IEqualityComparer method Equals (line 100700) | public bool Equals(V4l v0, V4l v1) method GetHashCode (line 100705) | public int GetHashCode(V4l v) class Fun (line 100713) | public static partial class Fun method Min (line 3588) | [Pure] method Min (line 3598) | [Pure] method Min (line 3608) | [Pure] method Max (line 3618) | [Pure] method Max (line 3628) | [Pure] method Max (line 3638) | [Pure] method Min (line 3648) | [Pure] method Max (line 3658) | [Pure] method Min (line 3668) | [Pure] method Max (line 3678) | [Pure] method Min (line 3688) | [Pure] method Max (line 3698) | [Pure] method Abs (line 3712) | [Pure] method Clamp (line 3726) | [Pure] method Clamp (line 3736) | [Pure] method ClampExcl (line 3746) | [Pure] method ClampExcl (line 3756) | [Pure] method ClampWrap (line 3766) | [Pure] method ClampWrap (line 3776) | [Pure] method Saturate (line 3786) | [Pure] method Sign (line 3800) | [Pure] method Signumi (line 3810) | [Pure] method Signum (line 3820) | [Pure] method MultiplyAdd (line 3834) | [Pure] method MultiplyAdd (line 3844) | [Pure] method MultiplyAdd (line 3854) | [Pure] method Sqrt (line 3868) | [Pure] method Cbrt (line 3878) | [Pure] method Square (line 3892) | [Pure] method Pown (line 3906) | [Pure] method Pown (line 3916) | [Pure] method Pown (line 3926) | [Pure] method Pow (line 3936) | [Pure] method Pow (line 3946) | [Pure] method Pow (line 3956) | [Pure] method Pow (line 3966) | [Pure] method Pow (line 3976) | [Pure] method Pow (line 3986) | [Pure] method Power (line 3996) | [Pure] method Power (line 4007) | [Pure] method Power (line 4018) | [Pure] method Power (line 4029) | [Pure] method Power (line 4040) | [Pure] method Power (line 4051) | [Pure] method Exp (line 4066) | [Pure] method Log (line 4076) | [Pure] method Log2 (line 4086) | [Pure] method Log2Int (line 4096) | [Pure] method Log10 (line 4106) | [Pure] method Log (line 4116) | [Pure] method ModP (line 4130) | [Pure] method PowerOfTwo (line 4144) | [Pure] method NextPowerOfTwo (line 4154) | [Pure] method PrevPowerOfTwo (line 4164) | [Pure] method Step (line 4178) | [Pure] method Step (line 4188) | [Pure] method Lerp (line 4202) | [Pure] method Lerp (line 4212) | [Pure] method Lerp (line 4222) | [Pure] method Lerp (line 4232) | [Pure] method InvLerp (line 4242) | [Pure] method GreatestCommonDivisor (line 4256) | [Pure] method LeastCommonMultiple (line 4266) | [Pure] method FloatFromBits (line 4280) | [Pure] method ApproximateEquals (line 4294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4308) | [Pure] method Min (line 7747) | [Pure] method Min (line 7757) | [Pure] method Min (line 7767) | [Pure] method Max (line 7777) | [Pure] method Max (line 7787) | [Pure] method Max (line 7797) | [Pure] method Min (line 7807) | [Pure] method Max (line 7817) | [Pure] method Min (line 7827) | [Pure] method Max (line 7837) | [Pure] method Min (line 7847) | [Pure] method Max (line 7857) | [Pure] method Clamp (line 7871) | [Pure] method Clamp (line 7881) | [Pure] method ClampExcl (line 7891) | [Pure] method ClampExcl (line 7901) | [Pure] method ClampWrap (line 7911) | [Pure] method ClampWrap (line 7921) | [Pure] method Saturate (line 7931) | [Pure] method MultiplyAdd (line 7945) | [Pure] method MultiplyAdd (line 7955) | [Pure] method MultiplyAdd (line 7965) | [Pure] method Sqrt (line 7979) | [Pure] method Cbrt (line 7989) | [Pure] method Square (line 8003) | [Pure] method Pown (line 8017) | [Pure] method Pown (line 8027) | [Pure] method Pown (line 8037) | [Pure] method Pown (line 8047) | [Pure] method Pown (line 8057) | [Pure] method Pown (line 8067) | [Pure] method Pow (line 8077) | [Pure] method Pow (line 8087) | [Pure] method Pow (line 8097) | [Pure] method Pow (line 8107) | [Pure] method Pow (line 8117) | [Pure] method Pow (line 8127) | [Pure] method Power (line 8137) | [Pure] method Power (line 8148) | [Pure] method Power (line 8159) | [Pure] method Power (line 8170) | [Pure] method Power (line 8181) | [Pure] method Power (line 8192) | [Pure] method Exp (line 8207) | [Pure] method Log (line 8217) | [Pure] method Log2 (line 8227) | [Pure] method Log2Int (line 8237) | [Pure] method Log10 (line 8247) | [Pure] method Log (line 8257) | [Pure] method Step (line 8271) | [Pure] method Step (line 8281) | [Pure] method Lerp (line 8295) | [Pure] method Lerp (line 8305) | [Pure] method Lerp (line 8315) | [Pure] method Lerp (line 8325) | [Pure] method InvLerp (line 8335) | [Pure] method GreatestCommonDivisor (line 8349) | [Pure] method LeastCommonMultiple (line 8359) | [Pure] method FloatFromUnsignedBits (line 8373) | [Pure] method ApproximateEquals (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8401) | [Pure] method Min (line 12893) | [Pure] method Min (line 12903) | [Pure] method Min (line 12913) | [Pure] method Max (line 12923) | [Pure] method Max (line 12933) | [Pure] method Max (line 12943) | [Pure] method Min (line 12953) | [Pure] method Max (line 12963) | [Pure] method Min (line 12973) | [Pure] method Max (line 12983) | [Pure] method Min (line 12993) | [Pure] method Max (line 13003) | [Pure] method Abs (line 13017) | [Pure] method Clamp (line 13031) | [Pure] method Clamp (line 13041) | [Pure] method ClampExcl (line 13051) | [Pure] method ClampExcl (line 13061) | [Pure] method ClampWrap (line 13071) | [Pure] method ClampWrap (line 13081) | [Pure] method Saturate (line 13091) | [Pure] method Sign (line 13105) | [Pure] method Signumi (line 13115) | [Pure] method Signum (line 13125) | [Pure] method MultiplyAdd (line 13139) | [Pure] method MultiplyAdd (line 13149) | [Pure] method MultiplyAdd (line 13159) | [Pure] method Sqrt (line 13173) | [Pure] method Cbrt (line 13183) | [Pure] method Square (line 13197) | [Pure] method Pown (line 13211) | [Pure] method Pown (line 13221) | [Pure] method Pown (line 13231) | [Pure] method Pown (line 13241) | [Pure] method Pown (line 13251) | [Pure] method Pown (line 13261) | [Pure] method Pow (line 13271) | [Pure] method Pow (line 13281) | [Pure] method Pow (line 13291) | [Pure] method Pow (line 13301) | [Pure] method Pow (line 13311) | [Pure] method Pow (line 13321) | [Pure] method Power (line 13331) | [Pure] method Power (line 13342) | [Pure] method Power (line 13353) | [Pure] method Power (line 13364) | [Pure] method Power (line 13375) | [Pure] method Power (line 13386) | [Pure] method Exp (line 13401) | [Pure] method Log (line 13411) | [Pure] method Log2 (line 13421) | [Pure] method Log2Int (line 13431) | [Pure] method Log10 (line 13441) | [Pure] method Log (line 13451) | [Pure] method ModP (line 13465) | [Pure] method PowerOfTwo (line 13479) | [Pure] method NextPowerOfTwo (line 13489) | [Pure] method PrevPowerOfTwo (line 13499) | [Pure] method Step (line 13513) | [Pure] method Step (line 13523) | [Pure] method Lerp (line 13537) | [Pure] method Lerp (line 13547) | [Pure] method Lerp (line 13557) | [Pure] method Lerp (line 13567) | [Pure] method InvLerp (line 13577) | [Pure] method GreatestCommonDivisor (line 13591) | [Pure] method LeastCommonMultiple (line 13601) | [Pure] method FloatFromBits (line 13615) | [Pure] method ApproximateEquals (line 13629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13643) | [Pure] method Min (line 18465) | [Pure] method Min (line 18475) | [Pure] method Min (line 18485) | [Pure] method Max (line 18495) | [Pure] method Max (line 18505) | [Pure] method Max (line 18515) | [Pure] method Min (line 18525) | [Pure] method Max (line 18535) | [Pure] method Min (line 18545) | [Pure] method Max (line 18555) | [Pure] method Min (line 18565) | [Pure] method Max (line 18575) | [Pure] method Abs (line 18589) | [Pure] method Floor (line 18603) | [Pure] method Ceiling (line 18613) | [Pure] method Round (line 18623) | [Pure] method Round (line 18633) | [Pure] method Round (line 18643) | [Pure] method Round (line 18653) | [Pure] method Truncate (line 18663) | [Pure] method Frac (line 18677) | [Pure] method Clamp (line 18691) | [Pure] method Clamp (line 18701) | [Pure] method ClampWrap (line 18711) | [Pure] method ClampWrap (line 18721) | [Pure] method Saturate (line 18731) | [Pure] method MapToUnitInterval (line 18745) | [Pure] method MapToUnitInterval (line 18755) | [Pure] method MapToUnitInterval (line 18765) | [Pure] method MapToUnitInterval (line 18775) | [Pure] method Sign (line 18789) | [Pure] method Signumi (line 18799) | [Pure] method Signum (line 18809) | [Pure] method MultiplyAdd (line 18823) | [Pure] method MultiplyAdd (line 18833) | [Pure] method MultiplyAdd (line 18843) | [Pure] method CopySign (line 18857) | [Pure] method CopySign (line 18867) | [Pure] method CopySign (line 18877) | [Pure] method Sqrt (line 18891) | [Pure] method Cbrt (line 18901) | [Pure] method Square (line 18915) | [Pure] method Pown (line 18929) | [Pure] method Pown (line 18939) | [Pure] method Pown (line 18949) | [Pure] method Pow (line 18959) | [Pure] method Pow (line 18969) | [Pure] method Pow (line 18979) | [Pure] method Power (line 18989) | [Pure] method Power (line 19000) | [Pure] method Power (line 19011) | [Pure] method Exp (line 19026) | [Pure] method Log (line 19036) | [Pure] method Log2 (line 19046) | [Pure] method Log2Int (line 19056) | [Pure] method Log10 (line 19066) | [Pure] method Log (line 19076) | [Pure] method ModP (line 19090) | [Pure] method PowerOfTwo (line 19104) | [Pure] method Sin (line 19118) | [Pure] method Cos (line 19128) | [Pure] method Tan (line 19138) | [Pure] method Asin (line 19148) | [Pure] method AsinClamped (line 19158) | [Pure] method Acos (line 19168) | [Pure] method AcosClamped (line 19178) | [Pure] method Atan (line 19188) | [Pure] method Atan2 (line 19198) | [Pure] method FastAtan2 (line 19208) | [Pure] method Sinh (line 19218) | [Pure] method Cosh (line 19228) | [Pure] method Tanh (line 19238) | [Pure] method Asinh (line 19248) | [Pure] method Acosh (line 19258) | [Pure] method Atanh (line 19268) | [Pure] method Step (line 19282) | [Pure] method Step (line 19292) | [Pure] method Linearstep (line 19302) | [Pure] method Linearstep (line 19312) | [Pure] method Smoothstep (line 19322) | [Pure] method Smoothstep (line 19332) | [Pure] method Lerp (line 19346) | [Pure] method Lerp (line 19356) | [Pure] method InvLerp (line 19366) | [Pure] method FloatToBits (line 19380) | [Pure] method FloatToUnsignedBits (line 19390) | [Pure] method ApproximateEquals (line 19404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19428) | [Pure] method IsTiny (line 19436) | [Pure] method IsNaN (line 19448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 24690) | [Pure] method Min (line 24700) | [Pure] method Min (line 24710) | [Pure] method Max (line 24720) | [Pure] method Max (line 24730) | [Pure] method Max (line 24740) | [Pure] method Min (line 24750) | [Pure] method Max (line 24760) | [Pure] method Min (line 24770) | [Pure] method Max (line 24780) | [Pure] method Min (line 24790) | [Pure] method Max (line 24800) | [Pure] method Abs (line 24814) | [Pure] method Floor (line 24828) | [Pure] method Ceiling (line 24838) | [Pure] method Round (line 24848) | [Pure] method Round (line 24858) | [Pure] method Round (line 24868) | [Pure] method Round (line 24878) | [Pure] method Truncate (line 24888) | [Pure] method Frac (line 24902) | [Pure] method Clamp (line 24916) | [Pure] method Clamp (line 24926) | [Pure] method ClampWrap (line 24936) | [Pure] method ClampWrap (line 24946) | [Pure] method Saturate (line 24956) | [Pure] method MapToUnitInterval (line 24970) | [Pure] method MapToUnitInterval (line 24980) | [Pure] method MapToUnitInterval (line 24990) | [Pure] method MapToUnitInterval (line 25000) | [Pure] method Sign (line 25014) | [Pure] method Signumi (line 25024) | [Pure] method Signum (line 25034) | [Pure] method MultiplyAdd (line 25048) | [Pure] method MultiplyAdd (line 25058) | [Pure] method MultiplyAdd (line 25068) | [Pure] method CopySign (line 25082) | [Pure] method CopySign (line 25092) | [Pure] method CopySign (line 25102) | [Pure] method Sqrt (line 25116) | [Pure] method Cbrt (line 25126) | [Pure] method Square (line 25140) | [Pure] method Pown (line 25154) | [Pure] method Pown (line 25164) | [Pure] method Pown (line 25174) | [Pure] method Pow (line 25184) | [Pure] method Pow (line 25194) | [Pure] method Pow (line 25204) | [Pure] method Power (line 25214) | [Pure] method Power (line 25225) | [Pure] method Power (line 25236) | [Pure] method Exp (line 25251) | [Pure] method Log (line 25261) | [Pure] method Log2 (line 25271) | [Pure] method Log2Int (line 25281) | [Pure] method Log10 (line 25291) | [Pure] method Log (line 25301) | [Pure] method ModP (line 25315) | [Pure] method PowerOfTwo (line 25329) | [Pure] method Sin (line 25343) | [Pure] method Cos (line 25353) | [Pure] method Tan (line 25363) | [Pure] method Asin (line 25373) | [Pure] method AsinClamped (line 25383) | [Pure] method Acos (line 25393) | [Pure] method AcosClamped (line 25403) | [Pure] method Atan (line 25413) | [Pure] method Atan2 (line 25423) | [Pure] method FastAtan2 (line 25433) | [Pure] method Sinh (line 25443) | [Pure] method Cosh (line 25453) | [Pure] method Tanh (line 25463) | [Pure] method Asinh (line 25473) | [Pure] method Acosh (line 25483) | [Pure] method Atanh (line 25493) | [Pure] method Step (line 25507) | [Pure] method Step (line 25517) | [Pure] method Linearstep (line 25527) | [Pure] method Linearstep (line 25537) | [Pure] method Smoothstep (line 25547) | [Pure] method Smoothstep (line 25557) | [Pure] method Lerp (line 25571) | [Pure] method Lerp (line 25581) | [Pure] method InvLerp (line 25591) | [Pure] method FloatToBits (line 25605) | [Pure] method ApproximateEquals (line 25619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25643) | [Pure] method IsTiny (line 25651) | [Pure] method IsNaN (line 25663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 25670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 25677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 25684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 25691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 33426) | [Pure] method Min (line 33436) | [Pure] method Min (line 33446) | [Pure] method Max (line 33456) | [Pure] method Max (line 33466) | [Pure] method Max (line 33476) | [Pure] method Min (line 33486) | [Pure] method Max (line 33496) | [Pure] method Min (line 33506) | [Pure] method Max (line 33516) | [Pure] method Min (line 33526) | [Pure] method Max (line 33536) | [Pure] method Abs (line 33550) | [Pure] method Clamp (line 33564) | [Pure] method Clamp (line 33574) | [Pure] method ClampExcl (line 33584) | [Pure] method ClampExcl (line 33594) | [Pure] method ClampWrap (line 33604) | [Pure] method ClampWrap (line 33614) | [Pure] method Saturate (line 33624) | [Pure] method Sign (line 33638) | [Pure] method Signumi (line 33648) | [Pure] method Signum (line 33658) | [Pure] method MultiplyAdd (line 33672) | [Pure] method MultiplyAdd (line 33682) | [Pure] method MultiplyAdd (line 33692) | [Pure] method Sqrt (line 33706) | [Pure] method Cbrt (line 33716) | [Pure] method Square (line 33730) | [Pure] method Pown (line 33744) | [Pure] method Pown (line 33754) | [Pure] method Pown (line 33764) | [Pure] method Pow (line 33774) | [Pure] method Pow (line 33784) | [Pure] method Pow (line 33794) | [Pure] method Pow (line 33804) | [Pure] method Pow (line 33814) | [Pure] method Pow (line 33824) | [Pure] method Power (line 33834) | [Pure] method Power (line 33845) | [Pure] method Power (line 33856) | [Pure] method Power (line 33867) | [Pure] method Power (line 33878) | [Pure] method Power (line 33889) | [Pure] method Exp (line 33904) | [Pure] method Log (line 33914) | [Pure] method Log2 (line 33924) | [Pure] method Log2Int (line 33934) | [Pure] method Log10 (line 33944) | [Pure] method Log (line 33954) | [Pure] method ModP (line 33968) | [Pure] method PowerOfTwo (line 33982) | [Pure] method NextPowerOfTwo (line 33992) | [Pure] method PrevPowerOfTwo (line 34002) | [Pure] method Step (line 34016) | [Pure] method Step (line 34026) | [Pure] method Lerp (line 34040) | [Pure] method Lerp (line 34050) | [Pure] method Lerp (line 34060) | [Pure] method Lerp (line 34070) | [Pure] method InvLerp (line 34080) | [Pure] method GreatestCommonDivisor (line 34094) | [Pure] method LeastCommonMultiple (line 34104) | [Pure] method FloatFromBits (line 34118) | [Pure] method ApproximateEquals (line 34132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 34146) | [Pure] method Min (line 39472) | [Pure] method Min (line 39482) | [Pure] method Min (line 39492) | [Pure] method Max (line 39502) | [Pure] method Max (line 39512) | [Pure] method Max (line 39522) | [Pure] method Min (line 39532) | [Pure] method Max (line 39542) | [Pure] method Min (line 39552) | [Pure] method Max (line 39562) | [Pure] method Min (line 39572) | [Pure] method Max (line 39582) | [Pure] method Clamp (line 39596) | [Pure] method Clamp (line 39606) | [Pure] method ClampExcl (line 39616) | [Pure] method ClampExcl (line 39626) | [Pure] method ClampWrap (line 39636) | [Pure] method ClampWrap (line 39646) | [Pure] method Saturate (line 39656) | [Pure] method MultiplyAdd (line 39670) | [Pure] method MultiplyAdd (line 39680) | [Pure] method MultiplyAdd (line 39690) | [Pure] method Sqrt (line 39704) | [Pure] method Cbrt (line 39714) | [Pure] method Square (line 39728) | [Pure] method Pown (line 39742) | [Pure] method Pown (line 39752) | [Pure] method Pown (line 39762) | [Pure] method Pown (line 39772) | [Pure] method Pown (line 39782) | [Pure] method Pown (line 39792) | [Pure] method Pow (line 39802) | [Pure] method Pow (line 39812) | [Pure] method Pow (line 39822) | [Pure] method Pow (line 39832) | [Pure] method Pow (line 39842) | [Pure] method Pow (line 39852) | [Pure] method Power (line 39862) | [Pure] method Power (line 39873) | [Pure] method Power (line 39884) | [Pure] method Power (line 39895) | [Pure] method Power (line 39906) | [Pure] method Power (line 39917) | [Pure] method Exp (line 39932) | [Pure] method Log (line 39942) | [Pure] method Log2 (line 39952) | [Pure] method Log2Int (line 39962) | [Pure] method Log10 (line 39972) | [Pure] method Log (line 39982) | [Pure] method Step (line 39996) | [Pure] method Step (line 40006) | [Pure] method Lerp (line 40020) | [Pure] method Lerp (line 40030) | [Pure] method Lerp (line 40040) | [Pure] method Lerp (line 40050) | [Pure] method InvLerp (line 40060) | [Pure] method GreatestCommonDivisor (line 40074) | [Pure] method LeastCommonMultiple (line 40084) | [Pure] method FloatFromUnsignedBits (line 40098) | [Pure] method ApproximateEquals (line 40112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 40126) | [Pure] method Min (line 47513) | [Pure] method Min (line 47523) | [Pure] method Min (line 47533) | [Pure] method Max (line 47543) | [Pure] method Max (line 47553) | [Pure] method Max (line 47563) | [Pure] method Min (line 47573) | [Pure] method Max (line 47583) | [Pure] method Min (line 47593) | [Pure] method Max (line 47603) | [Pure] method Min (line 47613) | [Pure] method Max (line 47623) | [Pure] method Abs (line 47637) | [Pure] method Clamp (line 47651) | [Pure] method Clamp (line 47661) | [Pure] method ClampExcl (line 47671) | [Pure] method ClampExcl (line 47681) | [Pure] method ClampWrap (line 47691) | [Pure] method ClampWrap (line 47701) | [Pure] method Saturate (line 47711) | [Pure] method Sign (line 47725) | [Pure] method Signumi (line 47735) | [Pure] method Signum (line 47745) | [Pure] method MultiplyAdd (line 47759) | [Pure] method MultiplyAdd (line 47769) | [Pure] method MultiplyAdd (line 47779) | [Pure] method Sqrt (line 47793) | [Pure] method Cbrt (line 47803) | [Pure] method Square (line 47817) | [Pure] method Pown (line 47831) | [Pure] method Pown (line 47841) | [Pure] method Pown (line 47851) | [Pure] method Pown (line 47861) | [Pure] method Pown (line 47871) | [Pure] method Pown (line 47881) | [Pure] method Pow (line 47891) | [Pure] method Pow (line 47901) | [Pure] method Pow (line 47911) | [Pure] method Pow (line 47921) | [Pure] method Pow (line 47931) | [Pure] method Pow (line 47941) | [Pure] method Power (line 47951) | [Pure] method Power (line 47962) | [Pure] method Power (line 47973) | [Pure] method Power (line 47984) | [Pure] method Power (line 47995) | [Pure] method Power (line 48006) | [Pure] method Exp (line 48021) | [Pure] method Log (line 48031) | [Pure] method Log2 (line 48041) | [Pure] method Log2Int (line 48051) | [Pure] method Log10 (line 48061) | [Pure] method Log (line 48071) | [Pure] method ModP (line 48085) | [Pure] method PowerOfTwo (line 48099) | [Pure] method NextPowerOfTwo (line 48109) | [Pure] method PrevPowerOfTwo (line 48119) | [Pure] method Step (line 48133) | [Pure] method Step (line 48143) | [Pure] method Lerp (line 48157) | [Pure] method Lerp (line 48167) | [Pure] method Lerp (line 48177) | [Pure] method Lerp (line 48187) | [Pure] method InvLerp (line 48197) | [Pure] method GreatestCommonDivisor (line 48211) | [Pure] method LeastCommonMultiple (line 48221) | [Pure] method FloatFromBits (line 48235) | [Pure] method ApproximateEquals (line 48249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 48263) | [Pure] method Min (line 56252) | [Pure] method Min (line 56262) | [Pure] method Min (line 56272) | [Pure] method Max (line 56282) | [Pure] method Max (line 56292) | [Pure] method Max (line 56302) | [Pure] method Min (line 56312) | [Pure] method Max (line 56322) | [Pure] method Min (line 56332) | [Pure] method Max (line 56342) | [Pure] method Min (line 56352) | [Pure] method Max (line 56362) | [Pure] method Abs (line 56376) | [Pure] method Floor (line 56390) | [Pure] method Ceiling (line 56400) | [Pure] method Round (line 56410) | [Pure] method Round (line 56420) | [Pure] method Round (line 56430) | [Pure] method Round (line 56440) | [Pure] method Truncate (line 56450) | [Pure] method Frac (line 56464) | [Pure] method Clamp (line 56478) | [Pure] method Clamp (line 56488) | [Pure] method ClampWrap (line 56498) | [Pure] method ClampWrap (line 56508) | [Pure] method Saturate (line 56518) | [Pure] method MapToUnitInterval (line 56532) | [Pure] method MapToUnitInterval (line 56542) | [Pure] method MapToUnitInterval (line 56552) | [Pure] method MapToUnitInterval (line 56562) | [Pure] method Sign (line 56576) | [Pure] method Signumi (line 56586) | [Pure] method Signum (line 56596) | [Pure] method MultiplyAdd (line 56610) | [Pure] method MultiplyAdd (line 56620) | [Pure] method MultiplyAdd (line 56630) | [Pure] method CopySign (line 56644) | [Pure] method CopySign (line 56654) | [Pure] method CopySign (line 56664) | [Pure] method Sqrt (line 56678) | [Pure] method Cbrt (line 56688) | [Pure] method Square (line 56702) | [Pure] method Pown (line 56716) | [Pure] method Pown (line 56726) | [Pure] method Pown (line 56736) | [Pure] method Pow (line 56746) | [Pure] method Pow (line 56756) | [Pure] method Pow (line 56766) | [Pure] method Power (line 56776) | [Pure] method Power (line 56787) | [Pure] method Power (line 56798) | [Pure] method Exp (line 56813) | [Pure] method Log (line 56823) | [Pure] method Log2 (line 56833) | [Pure] method Log2Int (line 56843) | [Pure] method Log10 (line 56853) | [Pure] method Log (line 56863) | [Pure] method ModP (line 56877) | [Pure] method PowerOfTwo (line 56891) | [Pure] method Sin (line 56905) | [Pure] method Cos (line 56915) | [Pure] method Tan (line 56925) | [Pure] method Asin (line 56935) | [Pure] method AsinClamped (line 56945) | [Pure] method Acos (line 56955) | [Pure] method AcosClamped (line 56965) | [Pure] method Atan (line 56975) | [Pure] method Atan2 (line 56985) | [Pure] method FastAtan2 (line 56995) | [Pure] method Sinh (line 57005) | [Pure] method Cosh (line 57015) | [Pure] method Tanh (line 57025) | [Pure] method Asinh (line 57035) | [Pure] method Acosh (line 57045) | [Pure] method Atanh (line 57055) | [Pure] method Step (line 57069) | [Pure] method Step (line 57079) | [Pure] method Linearstep (line 57089) | [Pure] method Linearstep (line 57099) | [Pure] method Smoothstep (line 57109) | [Pure] method Smoothstep (line 57119) | [Pure] method Lerp (line 57133) | [Pure] method Lerp (line 57143) | [Pure] method InvLerp (line 57153) | [Pure] method FloatToBits (line 57167) | [Pure] method FloatToUnsignedBits (line 57177) | [Pure] method ApproximateEquals (line 57191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57215) | [Pure] method IsTiny (line 57223) | [Pure] method IsNaN (line 57235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 57242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 57249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 57256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 57263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 65644) | [Pure] method Min (line 65654) | [Pure] method Min (line 65664) | [Pure] method Max (line 65674) | [Pure] method Max (line 65684) | [Pure] method Max (line 65694) | [Pure] method Min (line 65704) | [Pure] method Max (line 65714) | [Pure] method Min (line 65724) | [Pure] method Max (line 65734) | [Pure] method Min (line 65744) | [Pure] method Max (line 65754) | [Pure] method Abs (line 65768) | [Pure] method Floor (line 65782) | [Pure] method Ceiling (line 65792) | [Pure] method Round (line 65802) | [Pure] method Round (line 65812) | [Pure] method Round (line 65822) | [Pure] method Round (line 65832) | [Pure] method Truncate (line 65842) | [Pure] method Frac (line 65856) | [Pure] method Clamp (line 65870) | [Pure] method Clamp (line 65880) | [Pure] method ClampWrap (line 65890) | [Pure] method ClampWrap (line 65900) | [Pure] method Saturate (line 65910) | [Pure] method MapToUnitInterval (line 65924) | [Pure] method MapToUnitInterval (line 65934) | [Pure] method MapToUnitInterval (line 65944) | [Pure] method MapToUnitInterval (line 65954) | [Pure] method Sign (line 65968) | [Pure] method Signumi (line 65978) | [Pure] method Signum (line 65988) | [Pure] method MultiplyAdd (line 66002) | [Pure] method MultiplyAdd (line 66012) | [Pure] method MultiplyAdd (line 66022) | [Pure] method CopySign (line 66036) | [Pure] method CopySign (line 66046) | [Pure] method CopySign (line 66056) | [Pure] method Sqrt (line 66070) | [Pure] method Cbrt (line 66080) | [Pure] method Square (line 66094) | [Pure] method Pown (line 66108) | [Pure] method Pown (line 66118) | [Pure] method Pown (line 66128) | [Pure] method Pow (line 66138) | [Pure] method Pow (line 66148) | [Pure] method Pow (line 66158) | [Pure] method Power (line 66168) | [Pure] method Power (line 66179) | [Pure] method Power (line 66190) | [Pure] method Exp (line 66205) | [Pure] method Log (line 66215) | [Pure] method Log2 (line 66225) | [Pure] method Log2Int (line 66235) | [Pure] method Log10 (line 66245) | [Pure] method Log (line 66255) | [Pure] method ModP (line 66269) | [Pure] method PowerOfTwo (line 66283) | [Pure] method Sin (line 66297) | [Pure] method Cos (line 66307) | [Pure] method Tan (line 66317) | [Pure] method Asin (line 66327) | [Pure] method AsinClamped (line 66337) | [Pure] method Acos (line 66347) | [Pure] method AcosClamped (line 66357) | [Pure] method Atan (line 66367) | [Pure] method Atan2 (line 66377) | [Pure] method FastAtan2 (line 66387) | [Pure] method Sinh (line 66397) | [Pure] method Cosh (line 66407) | [Pure] method Tanh (line 66417) | [Pure] method Asinh (line 66427) | [Pure] method Acosh (line 66437) | [Pure] method Atanh (line 66447) | [Pure] method Step (line 66461) | [Pure] method Step (line 66471) | [Pure] method Linearstep (line 66481) | [Pure] method Linearstep (line 66491) | [Pure] method Smoothstep (line 66501) | [Pure] method Smoothstep (line 66511) | [Pure] method Lerp (line 66525) | [Pure] method Lerp (line 66535) | [Pure] method InvLerp (line 66545) | [Pure] method FloatToBits (line 66559) | [Pure] method ApproximateEquals (line 66573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 66583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 66597) | [Pure] method IsTiny (line 66605) | [Pure] method IsNaN (line 66617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 66624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 66631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 66638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 66645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 79020) | [Pure] method Min (line 79030) | [Pure] method Min (line 79040) | [Pure] method Max (line 79050) | [Pure] method Max (line 79060) | [Pure] method Max (line 79070) | [Pure] method Min (line 79080) | [Pure] method Max (line 79090) | [Pure] method Min (line 79100) | [Pure] method Max (line 79110) | [Pure] method Min (line 79120) | [Pure] method Max (line 79130) | [Pure] method Abs (line 79144) | [Pure] method Clamp (line 79158) | [Pure] method Clamp (line 79168) | [Pure] method ClampExcl (line 79178) | [Pure] method ClampExcl (line 79188) | [Pure] method ClampWrap (line 79198) | [Pure] method ClampWrap (line 79208) | [Pure] method Saturate (line 79218) | [Pure] method Sign (line 79232) | [Pure] method Signumi (line 79242) | [Pure] method Signum (line 79252) | [Pure] method MultiplyAdd (line 79266) | [Pure] method MultiplyAdd (line 79276) | [Pure] method MultiplyAdd (line 79286) | [Pure] method Sqrt (line 79300) | [Pure] method Cbrt (line 79310) | [Pure] method Square (line 79324) | [Pure] method Pown (line 79338) | [Pure] method Pown (line 79348) | [Pure] method Pown (line 79358) | [Pure] method Pow (line 79368) | [Pure] method Pow (line 79378) | [Pure] method Pow (line 79388) | [Pure] method Pow (line 79398) | [Pure] method Pow (line 79408) | [Pure] method Pow (line 79418) | [Pure] method Power (line 79428) | [Pure] method Power (line 79439) | [Pure] method Power (line 79450) | [Pure] method Power (line 79461) | [Pure] method Power (line 79472) | [Pure] method Power (line 79483) | [Pure] method Exp (line 79498) | [Pure] method Log (line 79508) | [Pure] method Log2 (line 79518) | [Pure] method Log2Int (line 79528) | [Pure] method Log10 (line 79538) | [Pure] method Log (line 79548) | [Pure] method ModP (line 79562) | [Pure] method PowerOfTwo (line 79576) | [Pure] method NextPowerOfTwo (line 79586) | [Pure] method PrevPowerOfTwo (line 79596) | [Pure] method Step (line 79610) | [Pure] method Step (line 79620) | [Pure] method Lerp (line 79634) | [Pure] method Lerp (line 79644) | [Pure] method Lerp (line 79654) | [Pure] method Lerp (line 79664) | [Pure] method InvLerp (line 79674) | [Pure] method GreatestCommonDivisor (line 79688) | [Pure] method LeastCommonMultiple (line 79698) | [Pure] method FloatFromBits (line 79712) | [Pure] method ApproximateEquals (line 79726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 79740) | [Pure] method Min (line 88085) | [Pure] method Min (line 88095) | [Pure] method Min (line 88105) | [Pure] method Max (line 88115) | [Pure] method Max (line 88125) | [Pure] method Max (line 88135) | [Pure] method Min (line 88145) | [Pure] method Max (line 88155) | [Pure] method Min (line 88165) | [Pure] method Max (line 88175) | [Pure] method Min (line 88185) | [Pure] method Max (line 88195) | [Pure] method Clamp (line 88209) | [Pure] method Clamp (line 88219) | [Pure] method ClampExcl (line 88229) | [Pure] method ClampExcl (line 88239) | [Pure] method ClampWrap (line 88249) | [Pure] method ClampWrap (line 88259) | [Pure] method Saturate (line 88269) | [Pure] method MultiplyAdd (line 88283) | [Pure] method MultiplyAdd (line 88293) | [Pure] method MultiplyAdd (line 88303) | [Pure] method Sqrt (line 88317) | [Pure] method Cbrt (line 88327) | [Pure] method Square (line 88341) | [Pure] method Pown (line 88355) | [Pure] method Pown (line 88365) | [Pure] method Pown (line 88375) | [Pure] method Pown (line 88385) | [Pure] method Pown (line 88395) | [Pure] method Pown (line 88405) | [Pure] method Pow (line 88415) | [Pure] method Pow (line 88425) | [Pure] method Pow (line 88435) | [Pure] method Pow (line 88445) | [Pure] method Pow (line 88455) | [Pure] method Pow (line 88465) | [Pure] method Power (line 88475) | [Pure] method Power (line 88486) | [Pure] method Power (line 88497) | [Pure] method Power (line 88508) | [Pure] method Power (line 88519) | [Pure] method Power (line 88530) | [Pure] method Exp (line 88545) | [Pure] method Log (line 88555) | [Pure] method Log2 (line 88565) | [Pure] method Log2Int (line 88575) | [Pure] method Log10 (line 88585) | [Pure] method Log (line 88595) | [Pure] method Step (line 88609) | [Pure] method Step (line 88619) | [Pure] method Lerp (line 88633) | [Pure] method Lerp (line 88643) | [Pure] method Lerp (line 88653) | [Pure] method Lerp (line 88663) | [Pure] method InvLerp (line 88673) | [Pure] method GreatestCommonDivisor (line 88687) | [Pure] method LeastCommonMultiple (line 88697) | [Pure] method FloatFromUnsignedBits (line 88711) | [Pure] method ApproximateEquals (line 88725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 88739) | [Pure] method Min (line 100720) | [Pure] method Min (line 100730) | [Pure] method Min (line 100740) | [Pure] method Max (line 100750) | [Pure] method Max (line 100760) | [Pure] method Max (line 100770) | [Pure] method Min (line 100780) | [Pure] method Max (line 100790) | [Pure] method Min (line 100800) | [Pure] method Max (line 100810) | [Pure] method Min (line 100820) | [Pure] method Max (line 100830) | [Pure] method Abs (line 100844) | [Pure] method Clamp (line 100858) | [Pure] method Clamp (line 100868) | [Pure] method ClampExcl (line 100878) | [Pure] method ClampExcl (line 100888) | [Pure] method ClampWrap (line 100898) | [Pure] method ClampWrap (line 100908) | [Pure] method Saturate (line 100918) | [Pure] method Sign (line 100932) | [Pure] method Signumi (line 100942) | [Pure] method Signum (line 100952) | [Pure] method MultiplyAdd (line 100966) | [Pure] method MultiplyAdd (line 100976) | [Pure] method MultiplyAdd (line 100986) | [Pure] method Sqrt (line 101000) | [Pure] method Cbrt (line 101010) | [Pure] method Square (line 101024) | [Pure] method Pown (line 101038) | [Pure] method Pown (line 101048) | [Pure] method Pown (line 101058) | [Pure] method Pown (line 101068) | [Pure] method Pown (line 101078) | [Pure] method Pown (line 101088) | [Pure] method Pow (line 101098) | [Pure] method Pow (line 101108) | [Pure] method Pow (line 101118) | [Pure] method Pow (line 101128) | [Pure] method Pow (line 101138) | [Pure] method Pow (line 101148) | [Pure] method Power (line 101158) | [Pure] method Power (line 101169) | [Pure] method Power (line 101180) | [Pure] method Power (line 101191) | [Pure] method Power (line 101202) | [Pure] method Power (line 101213) | [Pure] method Exp (line 101228) | [Pure] method Log (line 101238) | [Pure] method Log2 (line 101248) | [Pure] method Log2Int (line 101258) | [Pure] method Log10 (line 101268) | [Pure] method Log (line 101278) | [Pure] method ModP (line 101292) | [Pure] method PowerOfTwo (line 101306) | [Pure] method NextPowerOfTwo (line 101316) | [Pure] method PrevPowerOfTwo (line 101326) | [Pure] method Step (line 101340) | [Pure] method Step (line 101350) | [Pure] method Lerp (line 101364) | [Pure] method Lerp (line 101374) | [Pure] method Lerp (line 101384) | [Pure] method Lerp (line 101394) | [Pure] method InvLerp (line 101404) | [Pure] method GreatestCommonDivisor (line 101418) | [Pure] method LeastCommonMultiple (line 101428) | [Pure] method FloatFromBits (line 101442) | [Pure] method ApproximateEquals (line 101456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 101470) | [Pure] method Min (line 113921) | [Pure] method Min (line 113931) | [Pure] method Min (line 113941) | [Pure] method Max (line 113951) | [Pure] method Max (line 113961) | [Pure] method Max (line 113971) | [Pure] method Min (line 113981) | [Pure] method Max (line 113991) | [Pure] method Min (line 114001) | [Pure] method Max (line 114011) | [Pure] method Min (line 114021) | [Pure] method Max (line 114031) | [Pure] method Abs (line 114045) | [Pure] method Floor (line 114059) | [Pure] method Ceiling (line 114069) | [Pure] method Round (line 114079) | [Pure] method Round (line 114089) | [Pure] method Round (line 114099) | [Pure] method Round (line 114109) | [Pure] method Truncate (line 114119) | [Pure] method Frac (line 114133) | [Pure] method Clamp (line 114147) | [Pure] method Clamp (line 114157) | [Pure] method ClampWrap (line 114167) | [Pure] method ClampWrap (line 114177) | [Pure] method Saturate (line 114187) | [Pure] method MapToUnitInterval (line 114201) | [Pure] method MapToUnitInterval (line 114211) | [Pure] method MapToUnitInterval (line 114221) | [Pure] method MapToUnitInterval (line 114231) | [Pure] method Sign (line 114245) | [Pure] method Signumi (line 114255) | [Pure] method Signum (line 114265) | [Pure] method MultiplyAdd (line 114279) | [Pure] method MultiplyAdd (line 114289) | [Pure] method MultiplyAdd (line 114299) | [Pure] method CopySign (line 114313) | [Pure] method CopySign (line 114323) | [Pure] method CopySign (line 114333) | [Pure] method Sqrt (line 114347) | [Pure] method Cbrt (line 114357) | [Pure] method Square (line 114371) | [Pure] method Pown (line 114385) | [Pure] method Pown (line 114395) | [Pure] method Pown (line 114405) | [Pure] method Pow (line 114415) | [Pure] method Pow (line 114425) | [Pure] method Pow (line 114435) | [Pure] method Power (line 114445) | [Pure] method Power (line 114456) | [Pure] method Power (line 114467) | [Pure] method Exp (line 114482) | [Pure] method Log (line 114492) | [Pure] method Log2 (line 114502) | [Pure] method Log2Int (line 114512) | [Pure] method Log10 (line 114522) | [Pure] method Log (line 114532) | [Pure] method ModP (line 114546) | [Pure] method PowerOfTwo (line 114560) | [Pure] method Sin (line 114574) | [Pure] method Cos (line 114584) | [Pure] method Tan (line 114594) | [Pure] method Asin (line 114604) | [Pure] method AsinClamped (line 114614) | [Pure] method Acos (line 114624) | [Pure] method AcosClamped (line 114634) | [Pure] method Atan (line 114644) | [Pure] method Atan2 (line 114654) | [Pure] method FastAtan2 (line 114664) | [Pure] method Sinh (line 114674) | [Pure] method Cosh (line 114684) | [Pure] method Tanh (line 114694) | [Pure] method Asinh (line 114704) | [Pure] method Acosh (line 114714) | [Pure] method Atanh (line 114724) | [Pure] method Step (line 114738) | [Pure] method Step (line 114748) | [Pure] method Linearstep (line 114758) | [Pure] method Linearstep (line 114768) | [Pure] method Smoothstep (line 114778) | [Pure] method Smoothstep (line 114788) | [Pure] method Lerp (line 114802) | [Pure] method Lerp (line 114812) | [Pure] method InvLerp (line 114822) | [Pure] method FloatToBits (line 114836) | [Pure] method FloatToUnsignedBits (line 114846) | [Pure] method ApproximateEquals (line 114860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 114870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 114884) | [Pure] method IsTiny (line 114892) | [Pure] method IsNaN (line 114904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 114911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 114918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 114925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 114932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 127647) | [Pure] method Min (line 127657) | [Pure] method Min (line 127667) | [Pure] method Max (line 127677) | [Pure] method Max (line 127687) | [Pure] method Max (line 127697) | [Pure] method Min (line 127707) | [Pure] method Max (line 127717) | [Pure] method Min (line 127727) | [Pure] method Max (line 127737) | [Pure] method Min (line 127747) | [Pure] method Max (line 127757) | [Pure] method Abs (line 127771) | [Pure] method Floor (line 127785) | [Pure] method Ceiling (line 127795) | [Pure] method Round (line 127805) | [Pure] method Round (line 127815) | [Pure] method Round (line 127825) | [Pure] method Round (line 127835) | [Pure] method Truncate (line 127845) | [Pure] method Frac (line 127859) | [Pure] method Clamp (line 127873) | [Pure] method Clamp (line 127883) | [Pure] method ClampWrap (line 127893) | [Pure] method ClampWrap (line 127903) | [Pure] method Saturate (line 127913) | [Pure] method MapToUnitInterval (line 127927) | [Pure] method MapToUnitInterval (line 127937) | [Pure] method MapToUnitInterval (line 127947) | [Pure] method MapToUnitInterval (line 127957) | [Pure] method Sign (line 127971) | [Pure] method Signumi (line 127981) | [Pure] method Signum (line 127991) | [Pure] method MultiplyAdd (line 128005) | [Pure] method MultiplyAdd (line 128015) | [Pure] method MultiplyAdd (line 128025) | [Pure] method CopySign (line 128039) | [Pure] method CopySign (line 128049) | [Pure] method CopySign (line 128059) | [Pure] method Sqrt (line 128073) | [Pure] method Cbrt (line 128083) | [Pure] method Square (line 128097) | [Pure] method Pown (line 128111) | [Pure] method Pown (line 128121) | [Pure] method Pown (line 128131) | [Pure] method Pow (line 128141) | [Pure] method Pow (line 128151) | [Pure] method Pow (line 128161) | [Pure] method Power (line 128171) | [Pure] method Power (line 128182) | [Pure] method Power (line 128193) | [Pure] method Exp (line 128208) | [Pure] method Log (line 128218) | [Pure] method Log2 (line 128228) | [Pure] method Log2Int (line 128238) | [Pure] method Log10 (line 128248) | [Pure] method Log (line 128258) | [Pure] method ModP (line 128272) | [Pure] method PowerOfTwo (line 128286) | [Pure] method Sin (line 128300) | [Pure] method Cos (line 128310) | [Pure] method Tan (line 128320) | [Pure] method Asin (line 128330) | [Pure] method AsinClamped (line 128340) | [Pure] method Acos (line 128350) | [Pure] method AcosClamped (line 128360) | [Pure] method Atan (line 128370) | [Pure] method Atan2 (line 128380) | [Pure] method FastAtan2 (line 128390) | [Pure] method Sinh (line 128400) | [Pure] method Cosh (line 128410) | [Pure] method Tanh (line 128420) | [Pure] method Asinh (line 128430) | [Pure] method Acosh (line 128440) | [Pure] method Atanh (line 128450) | [Pure] method Step (line 128464) | [Pure] method Step (line 128474) | [Pure] method Linearstep (line 128484) | [Pure] method Linearstep (line 128494) | [Pure] method Smoothstep (line 128504) | [Pure] method Smoothstep (line 128514) | [Pure] method Lerp (line 128528) | [Pure] method Lerp (line 128538) | [Pure] method InvLerp (line 128548) | [Pure] method FloatToBits (line 128562) | [Pure] method ApproximateEquals (line 128576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 128586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 128600) | [Pure] method IsTiny (line 128608) | [Pure] method IsNaN (line 128620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 128627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 128634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 128641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 128648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Vec (line 101481) | public static partial class Vec method LengthSquared (line 4326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 4333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 4402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 4431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 4496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 4503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 4513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 4524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 4530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 4546) | public static V2i Cross(this V2i a) method AllSmaller (line 4559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 4919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 4936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 4943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4954) | [Pure] method AllTiny (line 4962) | [Pure] method IndexOfClosestPoint (line 4971) | public static int IndexOfClosestPoint(this V2i[] pointArray, V2i point) method IndexOfClosestPoint (line 4984) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 4998) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 5012) | public static long LongIndexOfClosestPoint(this V2i[] pointArray, V2i ... method LongIndexOfClosestPoint (line 5025) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 5039) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 5057) | public static int IndexOfMinX(this V2i[] vectorArray, int count = 0) method LongIndexOfMinX (line 5074) | public static long LongIndexOfMinX(this V2i[] vectorArray, long count ... method IndexOfMaxX (line 5091) | public static int IndexOfMaxX(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 5108) | public static long LongIndexOfMaxX(this V2i[] vectorArray, long count ... method IndexOfMinY (line 5125) | public static int IndexOfMinY(this V2i[] vectorArray, int count = 0) method LongIndexOfMinY (line 5142) | public static long LongIndexOfMinY(this V2i[] vectorArray, long count ... method IndexOfMaxY (line 5159) | public static int IndexOfMaxY(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 5176) | public static long LongIndexOfMaxY(this V2i[] vectorArray, long count ... method IndexOfMinX (line 5193) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 5210) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 5227) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 5244) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 5260) | public static int[] CopyCoord(this V2i[] self, int index) method LengthSquared (line 8419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 8426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 8449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 8457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 8465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 8473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 8480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 8495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 8509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 8524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 8589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 8595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 8974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 8991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 8998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 9009) | [Pure] method AllTiny (line 9017) | [Pure] method IndexOfClosestPoint (line 9026) | public static int IndexOfClosestPoint(this V2ui[] pointArray, V2ui point) method IndexOfClosestPoint (line 9039) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 9053) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 9067) | public static long LongIndexOfClosestPoint(this V2ui[] pointArray, V2u... method LongIndexOfClosestPoint (line 9080) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 9094) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 9112) | public static int IndexOfMinX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 9129) | public static long LongIndexOfMinX(this V2ui[] vectorArray, long count... method IndexOfMaxX (line 9146) | public static int IndexOfMaxX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 9163) | public static long LongIndexOfMaxX(this V2ui[] vectorArray, long count... method IndexOfMinY (line 9180) | public static int IndexOfMinY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 9197) | public static long LongIndexOfMinY(this V2ui[] vectorArray, long count... method IndexOfMaxY (line 9214) | public static int IndexOfMaxY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 9231) | public static long LongIndexOfMaxY(this V2ui[] vectorArray, long count... method IndexOfMinX (line 9248) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 9265) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 9282) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 9299) | public static int IndexOfMaxY(this IList vectorArray, int count ... method CopyCoord (line 9315) | public static uint[] CopyCoord(this V2ui[] self, int index) method LengthSquared (line 13661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 13668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 13679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 13691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 13699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 13715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 13737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 13751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 13766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 13774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 13831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 13838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 13848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 13859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 13865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 13881) | public static V2l Cross(this V2l a) method AllSmaller (line 13894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 14004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 14254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 14271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 14278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 14289) | [Pure] method AllTiny (line 14297) | [Pure] method IndexOfClosestPoint (line 14306) | public static int IndexOfClosestPoint(this V2l[] pointArray, V2l point) method IndexOfClosestPoint (line 14319) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 14333) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 14347) | public static long LongIndexOfClosestPoint(this V2l[] pointArray, V2l ... method LongIndexOfClosestPoint (line 14360) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 14374) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 14392) | public static int IndexOfMinX(this V2l[] vectorArray, int count = 0) method LongIndexOfMinX (line 14409) | public static long LongIndexOfMinX(this V2l[] vectorArray, long count ... method IndexOfMaxX (line 14426) | public static int IndexOfMaxX(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 14443) | public static long LongIndexOfMaxX(this V2l[] vectorArray, long count ... method IndexOfMinY (line 14460) | public static int IndexOfMinY(this V2l[] vectorArray, int count = 0) method LongIndexOfMinY (line 14477) | public static long LongIndexOfMinY(this V2l[] vectorArray, long count ... method IndexOfMaxY (line 14494) | public static int IndexOfMaxY(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 14511) | public static long LongIndexOfMaxY(this V2l[] vectorArray, long count ... method IndexOfMinX (line 14528) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 14545) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 14562) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 14579) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 14595) | public static long[] CopyCoord(this V2l[] self, int index) method LengthSquared (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 19567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 19578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 19590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 19602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 19610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 19618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 19626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 19633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 19648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 19662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 19677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 19685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 19766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 19773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 19780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 19790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 19801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 19807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 19821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 19832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 19853) | public static V2f Cross(this V2f a) method AllSmaller (line 19866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 20226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 20243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 20250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 20261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 20272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 20283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 20298) | [Pure] method AllTiny (line 20306) | [Pure] method AnyFinite (line 20315) | [Pure] method AllFinite (line 20320) | [Pure] method AnyNaN (line 20325) | [Pure] method AllNaN (line 20330) | [Pure] method AnyInfinity (line 20335) | [Pure] method AllInfinity (line 20340) | [Pure] method AnyPositiveInfinity (line 20345) | [Pure] method AllPositiveInfinity (line 20350) | [Pure] method AnyNegativeInfinity (line 20355) | [Pure] method AllNegativeInfinity (line 20360) | [Pure] method AnyTiny (line 20365) | [Pure] method AllTiny (line 20370) | [Pure] method Dot90 (line 20382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 20391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 20400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 20410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 20420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 20430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 20440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 20490) | public static int IndexOfClosestPoint(this V2f[] pointArray, V2f point) method IndexOfClosestPoint (line 20503) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 20517) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 20531) | public static long LongIndexOfClosestPoint(this V2f[] pointArray, V2f ... method LongIndexOfClosestPoint (line 20544) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 20558) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 20576) | public static int IndexOfMinX(this V2f[] vectorArray, int count = 0) method LongIndexOfMinX (line 20593) | public static long LongIndexOfMinX(this V2f[] vectorArray, long count ... method IndexOfMaxX (line 20610) | public static int IndexOfMaxX(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 20627) | public static long LongIndexOfMaxX(this V2f[] vectorArray, long count ... method IndexOfMinY (line 20644) | public static int IndexOfMinY(this V2f[] vectorArray, int count = 0) method LongIndexOfMinY (line 20661) | public static long LongIndexOfMinY(this V2f[] vectorArray, long count ... method IndexOfMaxY (line 20678) | public static int IndexOfMaxY(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 20695) | public static long LongIndexOfMaxY(this V2f[] vectorArray, long count ... method IndexOfMinX (line 20712) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 20729) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 20746) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 20763) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 20779) | public static float[] CopyCoord(this V2f[] self, int index) method WeightedSum (line 20789) | public static V2f WeightedSum( method LengthSquared (line 25775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 25782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 25793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 25805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 25817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 25825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 25833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 25841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 25848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 25863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 25877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 25892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 25900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 25981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 25988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 25995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 26005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 26016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 26022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 26036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 26047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 26068) | public static V2d Cross(this V2d a) method AllSmaller (line 26081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 26441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 26458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 26465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 26476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 26487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 26498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 26513) | [Pure] method AllTiny (line 26521) | [Pure] method AnyFinite (line 26530) | [Pure] method AllFinite (line 26535) | [Pure] method AnyNaN (line 26540) | [Pure] method AllNaN (line 26545) | [Pure] method AnyInfinity (line 26550) | [Pure] method AllInfinity (line 26555) | [Pure] method AnyPositiveInfinity (line 26560) | [Pure] method AllPositiveInfinity (line 26565) | [Pure] method AnyNegativeInfinity (line 26570) | [Pure] method AllNegativeInfinity (line 26575) | [Pure] method AnyTiny (line 26580) | [Pure] method AllTiny (line 26585) | [Pure] method Dot90 (line 26597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 26606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 26615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 26625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 26635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 26645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 26655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 26705) | public static int IndexOfClosestPoint(this V2d[] pointArray, V2d point) method IndexOfClosestPoint (line 26718) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 26732) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 26746) | public static long LongIndexOfClosestPoint(this V2d[] pointArray, V2d ... method LongIndexOfClosestPoint (line 26759) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 26773) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 26791) | public static int IndexOfMinX(this V2d[] vectorArray, int count = 0) method LongIndexOfMinX (line 26808) | public static long LongIndexOfMinX(this V2d[] vectorArray, long count ... method IndexOfMaxX (line 26825) | public static int IndexOfMaxX(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 26842) | public static long LongIndexOfMaxX(this V2d[] vectorArray, long count ... method IndexOfMinY (line 26859) | public static int IndexOfMinY(this V2d[] vectorArray, int count = 0) method LongIndexOfMinY (line 26876) | public static long LongIndexOfMinY(this V2d[] vectorArray, long count ... method IndexOfMaxY (line 26893) | public static int IndexOfMaxY(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 26910) | public static long LongIndexOfMaxY(this V2d[] vectorArray, long count ... method IndexOfMinX (line 26927) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 26944) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 26961) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 26978) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 26994) | public static double[] CopyCoord(this V2d[] self, int index) method WeightedSum (line 27004) | public static V2d WeightedSum( method LengthSquared (line 34164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 34171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 34182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 34241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 34270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 34278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 34335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 34346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 34358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 34367) | public static M33i CrossMatrix(this V3i v) method DirFlags (line 34374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 34390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 34768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 34787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 34794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 34805) | [Pure] method AllTiny (line 34813) | [Pure] method IndexOfClosestPoint (line 34822) | public static int IndexOfClosestPoint(this V3i[] pointArray, V3i point) method IndexOfClosestPoint (line 34835) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 34849) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 34863) | public static long LongIndexOfClosestPoint(this V3i[] pointArray, V3i ... method LongIndexOfClosestPoint (line 34876) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 34890) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 34908) | public static int IndexOfMinX(this V3i[] vectorArray, int count = 0) method LongIndexOfMinX (line 34925) | public static long LongIndexOfMinX(this V3i[] vectorArray, long count ... method IndexOfMaxX (line 34942) | public static int IndexOfMaxX(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 34959) | public static long LongIndexOfMaxX(this V3i[] vectorArray, long count ... method IndexOfMinY (line 34976) | public static int IndexOfMinY(this V3i[] vectorArray, int count = 0) method LongIndexOfMinY (line 34993) | public static long LongIndexOfMinY(this V3i[] vectorArray, long count ... method IndexOfMaxY (line 35010) | public static int IndexOfMaxY(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 35027) | public static long LongIndexOfMaxY(this V3i[] vectorArray, long count ... method IndexOfMinZ (line 35044) | public static int IndexOfMinZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 35061) | public static long LongIndexOfMinZ(this V3i[] vectorArray, long count ... method IndexOfMaxZ (line 35078) | public static int IndexOfMaxZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 35095) | public static long LongIndexOfMaxZ(this V3i[] vectorArray, long count ... method IndexOfMinX (line 35112) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 35129) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 35146) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 35163) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 35180) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 35197) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 35213) | public static int[] CopyCoord(this V3i[] self, int index) method LengthSquared (line 40144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 40151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 40162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 40174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 40182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 40190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 40198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 40205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 40221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 40235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 40250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 40258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 40315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 40321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 40702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 40721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 40728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 40739) | [Pure] method AllTiny (line 40747) | [Pure] method IndexOfClosestPoint (line 40756) | public static int IndexOfClosestPoint(this V3ui[] pointArray, V3ui point) method IndexOfClosestPoint (line 40769) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 40783) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 40797) | public static long LongIndexOfClosestPoint(this V3ui[] pointArray, V3u... method LongIndexOfClosestPoint (line 40810) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 40824) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 40842) | public static int IndexOfMinX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 40859) | public static long LongIndexOfMinX(this V3ui[] vectorArray, long count... method IndexOfMaxX (line 40876) | public static int IndexOfMaxX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 40893) | public static long LongIndexOfMaxX(this V3ui[] vectorArray, long count... method IndexOfMinY (line 40910) | public static int IndexOfMinY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 40927) | public static long LongIndexOfMinY(this V3ui[] vectorArray, long count... method IndexOfMaxY (line 40944) | public static int IndexOfMaxY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 40961) | public static long LongIndexOfMaxY(this V3ui[] vectorArray, long count... method IndexOfMinZ (line 40978) | public static int IndexOfMinZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 40995) | public static long LongIndexOfMinZ(this V3ui[] vectorArray, long count... method IndexOfMaxZ (line 41012) | public static int IndexOfMaxZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 41029) | public static long LongIndexOfMaxZ(this V3ui[] vectorArray, long count... method IndexOfMinX (line 41046) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 41063) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 41080) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 41097) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 41114) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 41131) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method CopyCoord (line 41147) | public static uint[] CopyCoord(this V3ui[] self, int index) method LengthSquared (line 48281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 48288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 48299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 48358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 48387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 48395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 48452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 48463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 48475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 48484) | public static M33l CrossMatrix(this V3l v) method DirFlags (line 48491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 48507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 48885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 48904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 48911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 48922) | [Pure] method AllTiny (line 48930) | [Pure] method IndexOfClosestPoint (line 48939) | public static int IndexOfClosestPoint(this V3l[] pointArray, V3l point) method IndexOfClosestPoint (line 48952) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 48966) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 48980) | public static long LongIndexOfClosestPoint(this V3l[] pointArray, V3l ... method LongIndexOfClosestPoint (line 48993) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 49007) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 49025) | public static int IndexOfMinX(this V3l[] vectorArray, int count = 0) method LongIndexOfMinX (line 49042) | public static long LongIndexOfMinX(this V3l[] vectorArray, long count ... method IndexOfMaxX (line 49059) | public static int IndexOfMaxX(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 49076) | public static long LongIndexOfMaxX(this V3l[] vectorArray, long count ... method IndexOfMinY (line 49093) | public static int IndexOfMinY(this V3l[] vectorArray, int count = 0) method LongIndexOfMinY (line 49110) | public static long LongIndexOfMinY(this V3l[] vectorArray, long count ... method IndexOfMaxY (line 49127) | public static int IndexOfMaxY(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 49144) | public static long LongIndexOfMaxY(this V3l[] vectorArray, long count ... method IndexOfMinZ (line 49161) | public static int IndexOfMinZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 49178) | public static long LongIndexOfMinZ(this V3l[] vectorArray, long count ... method IndexOfMaxZ (line 49195) | public static int IndexOfMaxZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 49212) | public static long LongIndexOfMaxZ(this V3l[] vectorArray, long count ... method IndexOfMinX (line 49229) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 49246) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 49263) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 49280) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 49297) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 49314) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 49330) | public static long[] CopyCoord(this V3l[] self, int index) method LengthSquared (line 57353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 57360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 57371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 57384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 57396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 57404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 57412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 57420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 57427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 57443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 57457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 57472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 57480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 57561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 57568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 57579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 57591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 57600) | public static M33f CrossMatrix(this V3f v) method DirFlags (line 57607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 57623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 57634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 57653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 58031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 58050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 58057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 58069) | public static V3f AxisAlignedNormal(this V3f v) method AngleBetweenFast (line 58101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 58112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 58127) | [Pure] method AllTiny (line 58135) | [Pure] method AnyFinite (line 58144) | [Pure] method AllFinite (line 58149) | [Pure] method AnyNaN (line 58154) | [Pure] method AllNaN (line 58159) | [Pure] method AnyInfinity (line 58164) | [Pure] method AllInfinity (line 58169) | [Pure] method AnyPositiveInfinity (line 58174) | [Pure] method AllPositiveInfinity (line 58179) | [Pure] method AnyNegativeInfinity (line 58184) | [Pure] method AllNegativeInfinity (line 58189) | [Pure] method AnyTiny (line 58194) | [Pure] method AllTiny (line 58199) | [Pure] method LinCom (line 58208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 58248) | public static int IndexOfClosestPoint(this V3f[] pointArray, V3f point) method IndexOfClosestPoint (line 58261) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 58275) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 58289) | public static long LongIndexOfClosestPoint(this V3f[] pointArray, V3f ... method LongIndexOfClosestPoint (line 58302) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 58316) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 58334) | public static int IndexOfMinX(this V3f[] vectorArray, int count = 0) method LongIndexOfMinX (line 58351) | public static long LongIndexOfMinX(this V3f[] vectorArray, long count ... method IndexOfMaxX (line 58368) | public static int IndexOfMaxX(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 58385) | public static long LongIndexOfMaxX(this V3f[] vectorArray, long count ... method IndexOfMinY (line 58402) | public static int IndexOfMinY(this V3f[] vectorArray, int count = 0) method LongIndexOfMinY (line 58419) | public static long LongIndexOfMinY(this V3f[] vectorArray, long count ... method IndexOfMaxY (line 58436) | public static int IndexOfMaxY(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 58453) | public static long LongIndexOfMaxY(this V3f[] vectorArray, long count ... method IndexOfMinZ (line 58470) | public static int IndexOfMinZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 58487) | public static long LongIndexOfMinZ(this V3f[] vectorArray, long count ... method IndexOfMaxZ (line 58504) | public static int IndexOfMaxZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 58521) | public static long LongIndexOfMaxZ(this V3f[] vectorArray, long count ... method IndexOfMinX (line 58538) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 58555) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 58572) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 58589) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 58606) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 58623) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 58639) | public static float[] CopyCoord(this V3f[] self, int index) method WeightedSum (line 58650) | public static V3f WeightedSum( method LengthSquared (line 66735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 66742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 66753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 66766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 66778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 66786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 66794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 66802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 66809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 66825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 66839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 66854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 66862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 66943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 66950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 66961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 66973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 66982) | public static M33d CrossMatrix(this V3d v) method DirFlags (line 66989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 67005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 67016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 67035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 67413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 67432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 67439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 67451) | public static V3d AxisAlignedNormal(this V3d v) method AngleBetweenFast (line 67483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 67494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 67509) | [Pure] method AllTiny (line 67517) | [Pure] method AnyFinite (line 67526) | [Pure] method AllFinite (line 67531) | [Pure] method AnyNaN (line 67536) | [Pure] method AllNaN (line 67541) | [Pure] method AnyInfinity (line 67546) | [Pure] method AllInfinity (line 67551) | [Pure] method AnyPositiveInfinity (line 67556) | [Pure] method AllPositiveInfinity (line 67561) | [Pure] method AnyNegativeInfinity (line 67566) | [Pure] method AllNegativeInfinity (line 67571) | [Pure] method AnyTiny (line 67576) | [Pure] method AllTiny (line 67581) | [Pure] method LinCom (line 67590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 67630) | public static int IndexOfClosestPoint(this V3d[] pointArray, V3d point) method IndexOfClosestPoint (line 67643) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 67657) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 67671) | public static long LongIndexOfClosestPoint(this V3d[] pointArray, V3d ... method LongIndexOfClosestPoint (line 67684) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 67698) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 67716) | public static int IndexOfMinX(this V3d[] vectorArray, int count = 0) method LongIndexOfMinX (line 67733) | public static long LongIndexOfMinX(this V3d[] vectorArray, long count ... method IndexOfMaxX (line 67750) | public static int IndexOfMaxX(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 67767) | public static long LongIndexOfMaxX(this V3d[] vectorArray, long count ... method IndexOfMinY (line 67784) | public static int IndexOfMinY(this V3d[] vectorArray, int count = 0) method LongIndexOfMinY (line 67801) | public static long LongIndexOfMinY(this V3d[] vectorArray, long count ... method IndexOfMaxY (line 67818) | public static int IndexOfMaxY(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 67835) | public static long LongIndexOfMaxY(this V3d[] vectorArray, long count ... method IndexOfMinZ (line 67852) | public static int IndexOfMinZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 67869) | public static long LongIndexOfMinZ(this V3d[] vectorArray, long count ... method IndexOfMaxZ (line 67886) | public static int IndexOfMaxZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 67903) | public static long LongIndexOfMaxZ(this V3d[] vectorArray, long count ... method IndexOfMinX (line 67920) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 67937) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 67954) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 67971) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 67988) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 68005) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 68021) | public static double[] CopyCoord(this V3d[] self, int index) method WeightedSum (line 68032) | public static V3d WeightedSum( method LengthSquared (line 79758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 79765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 79776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 79788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 79796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 79804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 79812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 79819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 79836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 79850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 79865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 79873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 79930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 79942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 79955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 79961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 80004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 80344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 80365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 80372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 80383) | [Pure] method AllTiny (line 80391) | [Pure] method IndexOfClosestPoint (line 80400) | public static int IndexOfClosestPoint(this V4i[] pointArray, V4i point) method IndexOfClosestPoint (line 80413) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 80427) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 80441) | public static long LongIndexOfClosestPoint(this V4i[] pointArray, V4i ... method LongIndexOfClosestPoint (line 80454) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 80468) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 80486) | public static int IndexOfMinX(this V4i[] vectorArray, int count = 0) method LongIndexOfMinX (line 80503) | public static long LongIndexOfMinX(this V4i[] vectorArray, long count ... method IndexOfMaxX (line 80520) | public static int IndexOfMaxX(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 80537) | public static long LongIndexOfMaxX(this V4i[] vectorArray, long count ... method IndexOfMinY (line 80554) | public static int IndexOfMinY(this V4i[] vectorArray, int count = 0) method LongIndexOfMinY (line 80571) | public static long LongIndexOfMinY(this V4i[] vectorArray, long count ... method IndexOfMaxY (line 80588) | public static int IndexOfMaxY(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 80605) | public static long LongIndexOfMaxY(this V4i[] vectorArray, long count ... method IndexOfMinZ (line 80622) | public static int IndexOfMinZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 80639) | public static long LongIndexOfMinZ(this V4i[] vectorArray, long count ... method IndexOfMaxZ (line 80656) | public static int IndexOfMaxZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 80673) | public static long LongIndexOfMaxZ(this V4i[] vectorArray, long count ... method IndexOfMinW (line 80690) | public static int IndexOfMinW(this V4i[] vectorArray, int count = 0) method LongIndexOfMinW (line 80707) | public static long LongIndexOfMinW(this V4i[] vectorArray, long count ... method IndexOfMaxW (line 80724) | public static int IndexOfMaxW(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxW (line 80741) | public static long LongIndexOfMaxW(this V4i[] vectorArray, long count ... method IndexOfMinX (line 80758) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 80775) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 80792) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 80809) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 80826) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 80843) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 80860) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 80877) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 80893) | public static int[] CopyCoord(this V4i[] self, int index) method LengthSquared (line 88757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 88764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 88775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 88787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 88795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 88803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 88811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 88818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 88835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 88849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 88864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 88872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 88929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 88935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 89008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 89318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 89339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 89346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 89357) | [Pure] method AllTiny (line 89365) | [Pure] method IndexOfClosestPoint (line 89374) | public static int IndexOfClosestPoint(this V4ui[] pointArray, V4ui point) method IndexOfClosestPoint (line 89387) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 89401) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 89415) | public static long LongIndexOfClosestPoint(this V4ui[] pointArray, V4u... method LongIndexOfClosestPoint (line 89428) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 89442) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 89460) | public static int IndexOfMinX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 89477) | public static long LongIndexOfMinX(this V4ui[] vectorArray, long count... method IndexOfMaxX (line 89494) | public static int IndexOfMaxX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 89511) | public static long LongIndexOfMaxX(this V4ui[] vectorArray, long count... method IndexOfMinY (line 89528) | public static int IndexOfMinY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 89545) | public static long LongIndexOfMinY(this V4ui[] vectorArray, long count... method IndexOfMaxY (line 89562) | public static int IndexOfMaxY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 89579) | public static long LongIndexOfMaxY(this V4ui[] vectorArray, long count... method IndexOfMinZ (line 89596) | public static int IndexOfMinZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 89613) | public static long LongIndexOfMinZ(this V4ui[] vectorArray, long count... method IndexOfMaxZ (line 89630) | public static int IndexOfMaxZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 89647) | public static long LongIndexOfMaxZ(this V4ui[] vectorArray, long count... method IndexOfMinW (line 89664) | public static int IndexOfMinW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinW (line 89681) | public static long LongIndexOfMinW(this V4ui[] vectorArray, long count... method IndexOfMaxW (line 89698) | public static int IndexOfMaxW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxW (line 89715) | public static long LongIndexOfMaxW(this V4ui[] vectorArray, long count... method IndexOfMinX (line 89732) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 89749) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 89766) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 89783) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 89800) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 89817) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method IndexOfMinW (line 89834) | public static int IndexOfMinW(this IList vectorArray, int count ... method IndexOfMaxW (line 89851) | public static int IndexOfMaxW(this IList vectorArray, int count ... method CopyCoord (line 89867) | public static uint[] CopyCoord(this V4ui[] self, int index) method LengthSquared (line 101488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 101495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 101506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 101518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 101526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 101534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 101542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 101549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 101566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 101580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 101595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 101603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 101660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 101672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 101685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 101691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 102004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 102074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 102095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 102102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 102113) | [Pure] method AllTiny (line 102121) | [Pure] method IndexOfClosestPoint (line 102130) | public static int IndexOfClosestPoint(this V4l[] pointArray, V4l point) method IndexOfClosestPoint (line 102143) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 102157) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 102171) | public static long LongIndexOfClosestPoint(this V4l[] pointArray, V4l ... method LongIndexOfClosestPoint (line 102184) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 102198) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 102216) | public static int IndexOfMinX(this V4l[] vectorArray, int count = 0) method LongIndexOfMinX (line 102233) | public static long LongIndexOfMinX(this V4l[] vectorArray, long count ... method IndexOfMaxX (line 102250) | public static int IndexOfMaxX(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 102267) | public static long LongIndexOfMaxX(this V4l[] vectorArray, long count ... method IndexOfMinY (line 102284) | public static int IndexOfMinY(this V4l[] vectorArray, int count = 0) method LongIndexOfMinY (line 102301) | public static long LongIndexOfMinY(this V4l[] vectorArray, long count ... method IndexOfMaxY (line 102318) | public static int IndexOfMaxY(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 102335) | public static long LongIndexOfMaxY(this V4l[] vectorArray, long count ... method IndexOfMinZ (line 102352) | public static int IndexOfMinZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 102369) | public static long LongIndexOfMinZ(this V4l[] vectorArray, long count ... method IndexOfMaxZ (line 102386) | public static int IndexOfMaxZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 102403) | public static long LongIndexOfMaxZ(this V4l[] vectorArray, long count ... method IndexOfMinW (line 102420) | public static int IndexOfMinW(this V4l[] vectorArray, int count = 0) method LongIndexOfMinW (line 102437) | public static long LongIndexOfMinW(this V4l[] vectorArray, long count ... method IndexOfMaxW (line 102454) | public static int IndexOfMaxW(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxW (line 102471) | public static long LongIndexOfMaxW(this V4l[] vectorArray, long count ... method IndexOfMinX (line 102488) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 102505) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 102522) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 102539) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 102556) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 102573) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 102590) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 102607) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 102623) | public static long[] CopyCoord(this V4l[] self, int index) method LengthSquared (line 115028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 115035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 115046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 115060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 115072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 115080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 115088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 115096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 115103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 115120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 115134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 115149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 115157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 115238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 115245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 115257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 115270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 115276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 115294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 115305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 115689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 115710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 115717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 115728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 115739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 115754) | [Pure] method AllTiny (line 115762) | [Pure] method AnyFinite (line 115771) | [Pure] method AllFinite (line 115776) | [Pure] method AnyNaN (line 115781) | [Pure] method AllNaN (line 115786) | [Pure] method AnyInfinity (line 115791) | [Pure] method AllInfinity (line 115796) | [Pure] method AnyPositiveInfinity (line 115801) | [Pure] method AllPositiveInfinity (line 115806) | [Pure] method AnyNegativeInfinity (line 115811) | [Pure] method AllNegativeInfinity (line 115816) | [Pure] method AnyTiny (line 115821) | [Pure] method AllTiny (line 115826) | [Pure] method LinCom (line 115835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 115875) | public static int IndexOfClosestPoint(this V4f[] pointArray, V4f point) method IndexOfClosestPoint (line 115888) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 115902) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 115916) | public static long LongIndexOfClosestPoint(this V4f[] pointArray, V4f ... method LongIndexOfClosestPoint (line 115929) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 115943) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 115961) | public static int IndexOfMinX(this V4f[] vectorArray, int count = 0) method LongIndexOfMinX (line 115978) | public static long LongIndexOfMinX(this V4f[] vectorArray, long count ... method IndexOfMaxX (line 115995) | public static int IndexOfMaxX(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 116012) | public static long LongIndexOfMaxX(this V4f[] vectorArray, long count ... method IndexOfMinY (line 116029) | public static int IndexOfMinY(this V4f[] vectorArray, int count = 0) method LongIndexOfMinY (line 116046) | public static long LongIndexOfMinY(this V4f[] vectorArray, long count ... method IndexOfMaxY (line 116063) | public static int IndexOfMaxY(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 116080) | public static long LongIndexOfMaxY(this V4f[] vectorArray, long count ... method IndexOfMinZ (line 116097) | public static int IndexOfMinZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 116114) | public static long LongIndexOfMinZ(this V4f[] vectorArray, long count ... method IndexOfMaxZ (line 116131) | public static int IndexOfMaxZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 116148) | public static long LongIndexOfMaxZ(this V4f[] vectorArray, long count ... method IndexOfMinW (line 116165) | public static int IndexOfMinW(this V4f[] vectorArray, int count = 0) method LongIndexOfMinW (line 116182) | public static long LongIndexOfMinW(this V4f[] vectorArray, long count ... method IndexOfMaxW (line 116199) | public static int IndexOfMaxW(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxW (line 116216) | public static long LongIndexOfMaxW(this V4f[] vectorArray, long count ... method IndexOfMinX (line 116233) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 116250) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 116267) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 116284) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 116301) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 116318) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 116335) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 116352) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 116368) | public static float[] CopyCoord(this V4f[] self, int index) method WeightedSum (line 116380) | public static V4f WeightedSum( method LengthSquared (line 128744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 128751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 128762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 128776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 128788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 128796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 128804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 128812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 128819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 128836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 128850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 128865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 128873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 128954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 128961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 128973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 128986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 128992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 129010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 129021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 129405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 129426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 129433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 129444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 129455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 129470) | [Pure] method AllTiny (line 129478) | [Pure] method AnyFinite (line 129487) | [Pure] method AllFinite (line 129492) | [Pure] method AnyNaN (line 129497) | [Pure] method AllNaN (line 129502) | [Pure] method AnyInfinity (line 129507) | [Pure] method AllInfinity (line 129512) | [Pure] method AnyPositiveInfinity (line 129517) | [Pure] method AllPositiveInfinity (line 129522) | [Pure] method AnyNegativeInfinity (line 129527) | [Pure] method AllNegativeInfinity (line 129532) | [Pure] method AnyTiny (line 129537) | [Pure] method AllTiny (line 129542) | [Pure] method LinCom (line 129551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 129591) | public static int IndexOfClosestPoint(this V4d[] pointArray, V4d point) method IndexOfClosestPoint (line 129604) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 129618) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 129632) | public static long LongIndexOfClosestPoint(this V4d[] pointArray, V4d ... method LongIndexOfClosestPoint (line 129645) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 129659) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 129677) | public static int IndexOfMinX(this V4d[] vectorArray, int count = 0) method LongIndexOfMinX (line 129694) | public static long LongIndexOfMinX(this V4d[] vectorArray, long count ... method IndexOfMaxX (line 129711) | public static int IndexOfMaxX(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 129728) | public static long LongIndexOfMaxX(this V4d[] vectorArray, long count ... method IndexOfMinY (line 129745) | public static int IndexOfMinY(this V4d[] vectorArray, int count = 0) method LongIndexOfMinY (line 129762) | public static long LongIndexOfMinY(this V4d[] vectorArray, long count ... method IndexOfMaxY (line 129779) | public static int IndexOfMaxY(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 129796) | public static long LongIndexOfMaxY(this V4d[] vectorArray, long count ... method IndexOfMinZ (line 129813) | public static int IndexOfMinZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 129830) | public static long LongIndexOfMinZ(this V4d[] vectorArray, long count ... method IndexOfMaxZ (line 129847) | public static int IndexOfMaxZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 129864) | public static long LongIndexOfMaxZ(this V4d[] vectorArray, long count ... method IndexOfMinW (line 129881) | public static int IndexOfMinW(this V4d[] vectorArray, int count = 0) method LongIndexOfMinW (line 129898) | public static long LongIndexOfMinW(this V4d[] vectorArray, long count ... method IndexOfMaxW (line 129915) | public static int IndexOfMaxW(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxW (line 129932) | public static long LongIndexOfMaxW(this V4d[] vectorArray, long count ... method IndexOfMinX (line 129949) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 129966) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 129983) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 130000) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 130017) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 130034) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 130051) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 130068) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 130084) | public static double[] CopyCoord(this V4d[] self, int index) method WeightedSum (line 130096) | public static V4d WeightedSum( class IRandomUniformV4lExtensions (line 102638) | public static class IRandomUniformV4lExtensions method UniformV4l (line 102645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV4lNonZero (line 102654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV4l (line 102663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV4l (line 102672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type V4f (line 102685) | [DataContract] method V4f (line 102704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102716) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102740) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102752) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102800) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102908) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102920) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102980) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 102992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103052) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103172) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103280) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103292) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103317) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103378) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103467) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103517) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103531) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103571) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103584) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4f (line 103634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2i (line 103703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2ui (line 103706) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2l (line 103709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2d (line 103712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 103715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 103718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 103721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3d (line 103724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 103727) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 103730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 103733) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4d (line 103736) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 103792) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 103808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 103824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3f (line 103838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3d (line 103852) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 103867) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 103882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 103897) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4f (line 103910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4d (line 103923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToFloorV4i (line 103926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToCeilingV4i (line 103930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3iInhomo (line 103937) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3uiInhomo (line 103947) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3lInhomo (line 103957) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3fInhomo (line 103967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3dInhomo (line 103977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 103987) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 103994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 103998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 104010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 104017) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 104021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 104033) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 104040) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 104044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 104056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 104063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 104067) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 104079) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 104086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 104090) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 104099) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 104108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 104117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4i (line 104592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4ui (line 104596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4l (line 104600) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4d (line 104604) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 104613) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 104621) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 104629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3f (line 104636) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3d (line 104643) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 104650) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 104657) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 104664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4f (line 104670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4d (line 104676) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length_Sse41 (line 104693) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Abs (line 104795) | [EditorBrowsable(EditorBrowsableState.Never)] method Floor (line 104800) | [EditorBrowsable(EditorBrowsableState.Never)] method Ceiling (line 104805) | [EditorBrowsable(EditorBrowsableState.Never)] method Round (line 104810) | [EditorBrowsable(EditorBrowsableState.Never)] method Truncate (line 104815) | [EditorBrowsable(EditorBrowsableState.Never)] method Acos (line 104820) | [EditorBrowsable(EditorBrowsableState.Never)] method Acoshb (line 104825) | [EditorBrowsable(EditorBrowsableState.Never)] method Cos (line 104830) | [EditorBrowsable(EditorBrowsableState.Never)] method Cosh (line 104835) | [EditorBrowsable(EditorBrowsableState.Never)] method Asin (line 104840) | [EditorBrowsable(EditorBrowsableState.Never)] method Asinhb (line 104845) | [EditorBrowsable(EditorBrowsableState.Never)] method Sin (line 104850) | [EditorBrowsable(EditorBrowsableState.Never)] method Sinh (line 104855) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan (line 104860) | [EditorBrowsable(EditorBrowsableState.Never)] method Atanhb (line 104865) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan2 (line 104870) | [EditorBrowsable(EditorBrowsableState.Never)] method Tan (line 104875) | [EditorBrowsable(EditorBrowsableState.Never)] method Tanh (line 104880) | [EditorBrowsable(EditorBrowsableState.Never)] method Sqrt (line 104885) | [EditorBrowsable(EditorBrowsableState.Never)] method CubeRoot (line 104890) | [EditorBrowsable(EditorBrowsableState.Never)] method Exp (line 104895) | [EditorBrowsable(EditorBrowsableState.Never)] method Log (line 104900) | [EditorBrowsable(EditorBrowsableState.Never)] method LogBinary (line 104905) | [EditorBrowsable(EditorBrowsableState.Never)] method Log10 (line 104910) | [EditorBrowsable(EditorBrowsableState.Never)] method CopySgn (line 104915) | [EditorBrowsable(EditorBrowsableState.Never)] method CopySgn (line 104920) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 104925) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 104930) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 104935) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 104940) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 104945) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 104950) | [EditorBrowsable(EditorBrowsableState.Never)] method Saturate (line 104955) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 104960) | [EditorBrowsable(EditorBrowsableState.Never)] method Set (line 104972) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 104984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 104996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 105008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 105020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 105197) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 105207) | public override readonly string ToString() method ToString (line 105212) | public readonly string ToString(string format) method ToString (line 105217) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 105225) | public readonly string ToString(string format, IFormatProvider fp, str... method GetHashCode (line 105231) | public override readonly int GetHashCode() method Equals (line 105236) | public override readonly bool Equals(object other) method ToText (line 105239) | public readonly Text ToText(int bracketLevel = 1) method Parse (line 105254) | public static V4f Parse(string s) method Parse (line 105265) | public static V4f Parse(Text t) method Parse (line 105270) | public static V4f Parse(Text t, int bracketLevel) method GetValue (line 113880) | public readonly object GetValue(long index) method SetValue (line 113885) | public void SetValue(object value, long index) class V4fEqualityComparer (line 113894) | public class V4fEqualityComparer : IEqualityComparer method Equals (line 113901) | public bool Equals(V4f v0, V4f v1) method GetHashCode (line 113906) | public int GetHashCode(V4f v) class Fun (line 113914) | public static partial class Fun method Min (line 3588) | [Pure] method Min (line 3598) | [Pure] method Min (line 3608) | [Pure] method Max (line 3618) | [Pure] method Max (line 3628) | [Pure] method Max (line 3638) | [Pure] method Min (line 3648) | [Pure] method Max (line 3658) | [Pure] method Min (line 3668) | [Pure] method Max (line 3678) | [Pure] method Min (line 3688) | [Pure] method Max (line 3698) | [Pure] method Abs (line 3712) | [Pure] method Clamp (line 3726) | [Pure] method Clamp (line 3736) | [Pure] method ClampExcl (line 3746) | [Pure] method ClampExcl (line 3756) | [Pure] method ClampWrap (line 3766) | [Pure] method ClampWrap (line 3776) | [Pure] method Saturate (line 3786) | [Pure] method Sign (line 3800) | [Pure] method Signumi (line 3810) | [Pure] method Signum (line 3820) | [Pure] method MultiplyAdd (line 3834) | [Pure] method MultiplyAdd (line 3844) | [Pure] method MultiplyAdd (line 3854) | [Pure] method Sqrt (line 3868) | [Pure] method Cbrt (line 3878) | [Pure] method Square (line 3892) | [Pure] method Pown (line 3906) | [Pure] method Pown (line 3916) | [Pure] method Pown (line 3926) | [Pure] method Pow (line 3936) | [Pure] method Pow (line 3946) | [Pure] method Pow (line 3956) | [Pure] method Pow (line 3966) | [Pure] method Pow (line 3976) | [Pure] method Pow (line 3986) | [Pure] method Power (line 3996) | [Pure] method Power (line 4007) | [Pure] method Power (line 4018) | [Pure] method Power (line 4029) | [Pure] method Power (line 4040) | [Pure] method Power (line 4051) | [Pure] method Exp (line 4066) | [Pure] method Log (line 4076) | [Pure] method Log2 (line 4086) | [Pure] method Log2Int (line 4096) | [Pure] method Log10 (line 4106) | [Pure] method Log (line 4116) | [Pure] method ModP (line 4130) | [Pure] method PowerOfTwo (line 4144) | [Pure] method NextPowerOfTwo (line 4154) | [Pure] method PrevPowerOfTwo (line 4164) | [Pure] method Step (line 4178) | [Pure] method Step (line 4188) | [Pure] method Lerp (line 4202) | [Pure] method Lerp (line 4212) | [Pure] method Lerp (line 4222) | [Pure] method Lerp (line 4232) | [Pure] method InvLerp (line 4242) | [Pure] method GreatestCommonDivisor (line 4256) | [Pure] method LeastCommonMultiple (line 4266) | [Pure] method FloatFromBits (line 4280) | [Pure] method ApproximateEquals (line 4294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4308) | [Pure] method Min (line 7747) | [Pure] method Min (line 7757) | [Pure] method Min (line 7767) | [Pure] method Max (line 7777) | [Pure] method Max (line 7787) | [Pure] method Max (line 7797) | [Pure] method Min (line 7807) | [Pure] method Max (line 7817) | [Pure] method Min (line 7827) | [Pure] method Max (line 7837) | [Pure] method Min (line 7847) | [Pure] method Max (line 7857) | [Pure] method Clamp (line 7871) | [Pure] method Clamp (line 7881) | [Pure] method ClampExcl (line 7891) | [Pure] method ClampExcl (line 7901) | [Pure] method ClampWrap (line 7911) | [Pure] method ClampWrap (line 7921) | [Pure] method Saturate (line 7931) | [Pure] method MultiplyAdd (line 7945) | [Pure] method MultiplyAdd (line 7955) | [Pure] method MultiplyAdd (line 7965) | [Pure] method Sqrt (line 7979) | [Pure] method Cbrt (line 7989) | [Pure] method Square (line 8003) | [Pure] method Pown (line 8017) | [Pure] method Pown (line 8027) | [Pure] method Pown (line 8037) | [Pure] method Pown (line 8047) | [Pure] method Pown (line 8057) | [Pure] method Pown (line 8067) | [Pure] method Pow (line 8077) | [Pure] method Pow (line 8087) | [Pure] method Pow (line 8097) | [Pure] method Pow (line 8107) | [Pure] method Pow (line 8117) | [Pure] method Pow (line 8127) | [Pure] method Power (line 8137) | [Pure] method Power (line 8148) | [Pure] method Power (line 8159) | [Pure] method Power (line 8170) | [Pure] method Power (line 8181) | [Pure] method Power (line 8192) | [Pure] method Exp (line 8207) | [Pure] method Log (line 8217) | [Pure] method Log2 (line 8227) | [Pure] method Log2Int (line 8237) | [Pure] method Log10 (line 8247) | [Pure] method Log (line 8257) | [Pure] method Step (line 8271) | [Pure] method Step (line 8281) | [Pure] method Lerp (line 8295) | [Pure] method Lerp (line 8305) | [Pure] method Lerp (line 8315) | [Pure] method Lerp (line 8325) | [Pure] method InvLerp (line 8335) | [Pure] method GreatestCommonDivisor (line 8349) | [Pure] method LeastCommonMultiple (line 8359) | [Pure] method FloatFromUnsignedBits (line 8373) | [Pure] method ApproximateEquals (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8401) | [Pure] method Min (line 12893) | [Pure] method Min (line 12903) | [Pure] method Min (line 12913) | [Pure] method Max (line 12923) | [Pure] method Max (line 12933) | [Pure] method Max (line 12943) | [Pure] method Min (line 12953) | [Pure] method Max (line 12963) | [Pure] method Min (line 12973) | [Pure] method Max (line 12983) | [Pure] method Min (line 12993) | [Pure] method Max (line 13003) | [Pure] method Abs (line 13017) | [Pure] method Clamp (line 13031) | [Pure] method Clamp (line 13041) | [Pure] method ClampExcl (line 13051) | [Pure] method ClampExcl (line 13061) | [Pure] method ClampWrap (line 13071) | [Pure] method ClampWrap (line 13081) | [Pure] method Saturate (line 13091) | [Pure] method Sign (line 13105) | [Pure] method Signumi (line 13115) | [Pure] method Signum (line 13125) | [Pure] method MultiplyAdd (line 13139) | [Pure] method MultiplyAdd (line 13149) | [Pure] method MultiplyAdd (line 13159) | [Pure] method Sqrt (line 13173) | [Pure] method Cbrt (line 13183) | [Pure] method Square (line 13197) | [Pure] method Pown (line 13211) | [Pure] method Pown (line 13221) | [Pure] method Pown (line 13231) | [Pure] method Pown (line 13241) | [Pure] method Pown (line 13251) | [Pure] method Pown (line 13261) | [Pure] method Pow (line 13271) | [Pure] method Pow (line 13281) | [Pure] method Pow (line 13291) | [Pure] method Pow (line 13301) | [Pure] method Pow (line 13311) | [Pure] method Pow (line 13321) | [Pure] method Power (line 13331) | [Pure] method Power (line 13342) | [Pure] method Power (line 13353) | [Pure] method Power (line 13364) | [Pure] method Power (line 13375) | [Pure] method Power (line 13386) | [Pure] method Exp (line 13401) | [Pure] method Log (line 13411) | [Pure] method Log2 (line 13421) | [Pure] method Log2Int (line 13431) | [Pure] method Log10 (line 13441) | [Pure] method Log (line 13451) | [Pure] method ModP (line 13465) | [Pure] method PowerOfTwo (line 13479) | [Pure] method NextPowerOfTwo (line 13489) | [Pure] method PrevPowerOfTwo (line 13499) | [Pure] method Step (line 13513) | [Pure] method Step (line 13523) | [Pure] method Lerp (line 13537) | [Pure] method Lerp (line 13547) | [Pure] method Lerp (line 13557) | [Pure] method Lerp (line 13567) | [Pure] method InvLerp (line 13577) | [Pure] method GreatestCommonDivisor (line 13591) | [Pure] method LeastCommonMultiple (line 13601) | [Pure] method FloatFromBits (line 13615) | [Pure] method ApproximateEquals (line 13629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13643) | [Pure] method Min (line 18465) | [Pure] method Min (line 18475) | [Pure] method Min (line 18485) | [Pure] method Max (line 18495) | [Pure] method Max (line 18505) | [Pure] method Max (line 18515) | [Pure] method Min (line 18525) | [Pure] method Max (line 18535) | [Pure] method Min (line 18545) | [Pure] method Max (line 18555) | [Pure] method Min (line 18565) | [Pure] method Max (line 18575) | [Pure] method Abs (line 18589) | [Pure] method Floor (line 18603) | [Pure] method Ceiling (line 18613) | [Pure] method Round (line 18623) | [Pure] method Round (line 18633) | [Pure] method Round (line 18643) | [Pure] method Round (line 18653) | [Pure] method Truncate (line 18663) | [Pure] method Frac (line 18677) | [Pure] method Clamp (line 18691) | [Pure] method Clamp (line 18701) | [Pure] method ClampWrap (line 18711) | [Pure] method ClampWrap (line 18721) | [Pure] method Saturate (line 18731) | [Pure] method MapToUnitInterval (line 18745) | [Pure] method MapToUnitInterval (line 18755) | [Pure] method MapToUnitInterval (line 18765) | [Pure] method MapToUnitInterval (line 18775) | [Pure] method Sign (line 18789) | [Pure] method Signumi (line 18799) | [Pure] method Signum (line 18809) | [Pure] method MultiplyAdd (line 18823) | [Pure] method MultiplyAdd (line 18833) | [Pure] method MultiplyAdd (line 18843) | [Pure] method CopySign (line 18857) | [Pure] method CopySign (line 18867) | [Pure] method CopySign (line 18877) | [Pure] method Sqrt (line 18891) | [Pure] method Cbrt (line 18901) | [Pure] method Square (line 18915) | [Pure] method Pown (line 18929) | [Pure] method Pown (line 18939) | [Pure] method Pown (line 18949) | [Pure] method Pow (line 18959) | [Pure] method Pow (line 18969) | [Pure] method Pow (line 18979) | [Pure] method Power (line 18989) | [Pure] method Power (line 19000) | [Pure] method Power (line 19011) | [Pure] method Exp (line 19026) | [Pure] method Log (line 19036) | [Pure] method Log2 (line 19046) | [Pure] method Log2Int (line 19056) | [Pure] method Log10 (line 19066) | [Pure] method Log (line 19076) | [Pure] method ModP (line 19090) | [Pure] method PowerOfTwo (line 19104) | [Pure] method Sin (line 19118) | [Pure] method Cos (line 19128) | [Pure] method Tan (line 19138) | [Pure] method Asin (line 19148) | [Pure] method AsinClamped (line 19158) | [Pure] method Acos (line 19168) | [Pure] method AcosClamped (line 19178) | [Pure] method Atan (line 19188) | [Pure] method Atan2 (line 19198) | [Pure] method FastAtan2 (line 19208) | [Pure] method Sinh (line 19218) | [Pure] method Cosh (line 19228) | [Pure] method Tanh (line 19238) | [Pure] method Asinh (line 19248) | [Pure] method Acosh (line 19258) | [Pure] method Atanh (line 19268) | [Pure] method Step (line 19282) | [Pure] method Step (line 19292) | [Pure] method Linearstep (line 19302) | [Pure] method Linearstep (line 19312) | [Pure] method Smoothstep (line 19322) | [Pure] method Smoothstep (line 19332) | [Pure] method Lerp (line 19346) | [Pure] method Lerp (line 19356) | [Pure] method InvLerp (line 19366) | [Pure] method FloatToBits (line 19380) | [Pure] method FloatToUnsignedBits (line 19390) | [Pure] method ApproximateEquals (line 19404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19428) | [Pure] method IsTiny (line 19436) | [Pure] method IsNaN (line 19448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 24690) | [Pure] method Min (line 24700) | [Pure] method Min (line 24710) | [Pure] method Max (line 24720) | [Pure] method Max (line 24730) | [Pure] method Max (line 24740) | [Pure] method Min (line 24750) | [Pure] method Max (line 24760) | [Pure] method Min (line 24770) | [Pure] method Max (line 24780) | [Pure] method Min (line 24790) | [Pure] method Max (line 24800) | [Pure] method Abs (line 24814) | [Pure] method Floor (line 24828) | [Pure] method Ceiling (line 24838) | [Pure] method Round (line 24848) | [Pure] method Round (line 24858) | [Pure] method Round (line 24868) | [Pure] method Round (line 24878) | [Pure] method Truncate (line 24888) | [Pure] method Frac (line 24902) | [Pure] method Clamp (line 24916) | [Pure] method Clamp (line 24926) | [Pure] method ClampWrap (line 24936) | [Pure] method ClampWrap (line 24946) | [Pure] method Saturate (line 24956) | [Pure] method MapToUnitInterval (line 24970) | [Pure] method MapToUnitInterval (line 24980) | [Pure] method MapToUnitInterval (line 24990) | [Pure] method MapToUnitInterval (line 25000) | [Pure] method Sign (line 25014) | [Pure] method Signumi (line 25024) | [Pure] method Signum (line 25034) | [Pure] method MultiplyAdd (line 25048) | [Pure] method MultiplyAdd (line 25058) | [Pure] method MultiplyAdd (line 25068) | [Pure] method CopySign (line 25082) | [Pure] method CopySign (line 25092) | [Pure] method CopySign (line 25102) | [Pure] method Sqrt (line 25116) | [Pure] method Cbrt (line 25126) | [Pure] method Square (line 25140) | [Pure] method Pown (line 25154) | [Pure] method Pown (line 25164) | [Pure] method Pown (line 25174) | [Pure] method Pow (line 25184) | [Pure] method Pow (line 25194) | [Pure] method Pow (line 25204) | [Pure] method Power (line 25214) | [Pure] method Power (line 25225) | [Pure] method Power (line 25236) | [Pure] method Exp (line 25251) | [Pure] method Log (line 25261) | [Pure] method Log2 (line 25271) | [Pure] method Log2Int (line 25281) | [Pure] method Log10 (line 25291) | [Pure] method Log (line 25301) | [Pure] method ModP (line 25315) | [Pure] method PowerOfTwo (line 25329) | [Pure] method Sin (line 25343) | [Pure] method Cos (line 25353) | [Pure] method Tan (line 25363) | [Pure] method Asin (line 25373) | [Pure] method AsinClamped (line 25383) | [Pure] method Acos (line 25393) | [Pure] method AcosClamped (line 25403) | [Pure] method Atan (line 25413) | [Pure] method Atan2 (line 25423) | [Pure] method FastAtan2 (line 25433) | [Pure] method Sinh (line 25443) | [Pure] method Cosh (line 25453) | [Pure] method Tanh (line 25463) | [Pure] method Asinh (line 25473) | [Pure] method Acosh (line 25483) | [Pure] method Atanh (line 25493) | [Pure] method Step (line 25507) | [Pure] method Step (line 25517) | [Pure] method Linearstep (line 25527) | [Pure] method Linearstep (line 25537) | [Pure] method Smoothstep (line 25547) | [Pure] method Smoothstep (line 25557) | [Pure] method Lerp (line 25571) | [Pure] method Lerp (line 25581) | [Pure] method InvLerp (line 25591) | [Pure] method FloatToBits (line 25605) | [Pure] method ApproximateEquals (line 25619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25643) | [Pure] method IsTiny (line 25651) | [Pure] method IsNaN (line 25663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 25670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 25677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 25684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 25691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 33426) | [Pure] method Min (line 33436) | [Pure] method Min (line 33446) | [Pure] method Max (line 33456) | [Pure] method Max (line 33466) | [Pure] method Max (line 33476) | [Pure] method Min (line 33486) | [Pure] method Max (line 33496) | [Pure] method Min (line 33506) | [Pure] method Max (line 33516) | [Pure] method Min (line 33526) | [Pure] method Max (line 33536) | [Pure] method Abs (line 33550) | [Pure] method Clamp (line 33564) | [Pure] method Clamp (line 33574) | [Pure] method ClampExcl (line 33584) | [Pure] method ClampExcl (line 33594) | [Pure] method ClampWrap (line 33604) | [Pure] method ClampWrap (line 33614) | [Pure] method Saturate (line 33624) | [Pure] method Sign (line 33638) | [Pure] method Signumi (line 33648) | [Pure] method Signum (line 33658) | [Pure] method MultiplyAdd (line 33672) | [Pure] method MultiplyAdd (line 33682) | [Pure] method MultiplyAdd (line 33692) | [Pure] method Sqrt (line 33706) | [Pure] method Cbrt (line 33716) | [Pure] method Square (line 33730) | [Pure] method Pown (line 33744) | [Pure] method Pown (line 33754) | [Pure] method Pown (line 33764) | [Pure] method Pow (line 33774) | [Pure] method Pow (line 33784) | [Pure] method Pow (line 33794) | [Pure] method Pow (line 33804) | [Pure] method Pow (line 33814) | [Pure] method Pow (line 33824) | [Pure] method Power (line 33834) | [Pure] method Power (line 33845) | [Pure] method Power (line 33856) | [Pure] method Power (line 33867) | [Pure] method Power (line 33878) | [Pure] method Power (line 33889) | [Pure] method Exp (line 33904) | [Pure] method Log (line 33914) | [Pure] method Log2 (line 33924) | [Pure] method Log2Int (line 33934) | [Pure] method Log10 (line 33944) | [Pure] method Log (line 33954) | [Pure] method ModP (line 33968) | [Pure] method PowerOfTwo (line 33982) | [Pure] method NextPowerOfTwo (line 33992) | [Pure] method PrevPowerOfTwo (line 34002) | [Pure] method Step (line 34016) | [Pure] method Step (line 34026) | [Pure] method Lerp (line 34040) | [Pure] method Lerp (line 34050) | [Pure] method Lerp (line 34060) | [Pure] method Lerp (line 34070) | [Pure] method InvLerp (line 34080) | [Pure] method GreatestCommonDivisor (line 34094) | [Pure] method LeastCommonMultiple (line 34104) | [Pure] method FloatFromBits (line 34118) | [Pure] method ApproximateEquals (line 34132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 34146) | [Pure] method Min (line 39472) | [Pure] method Min (line 39482) | [Pure] method Min (line 39492) | [Pure] method Max (line 39502) | [Pure] method Max (line 39512) | [Pure] method Max (line 39522) | [Pure] method Min (line 39532) | [Pure] method Max (line 39542) | [Pure] method Min (line 39552) | [Pure] method Max (line 39562) | [Pure] method Min (line 39572) | [Pure] method Max (line 39582) | [Pure] method Clamp (line 39596) | [Pure] method Clamp (line 39606) | [Pure] method ClampExcl (line 39616) | [Pure] method ClampExcl (line 39626) | [Pure] method ClampWrap (line 39636) | [Pure] method ClampWrap (line 39646) | [Pure] method Saturate (line 39656) | [Pure] method MultiplyAdd (line 39670) | [Pure] method MultiplyAdd (line 39680) | [Pure] method MultiplyAdd (line 39690) | [Pure] method Sqrt (line 39704) | [Pure] method Cbrt (line 39714) | [Pure] method Square (line 39728) | [Pure] method Pown (line 39742) | [Pure] method Pown (line 39752) | [Pure] method Pown (line 39762) | [Pure] method Pown (line 39772) | [Pure] method Pown (line 39782) | [Pure] method Pown (line 39792) | [Pure] method Pow (line 39802) | [Pure] method Pow (line 39812) | [Pure] method Pow (line 39822) | [Pure] method Pow (line 39832) | [Pure] method Pow (line 39842) | [Pure] method Pow (line 39852) | [Pure] method Power (line 39862) | [Pure] method Power (line 39873) | [Pure] method Power (line 39884) | [Pure] method Power (line 39895) | [Pure] method Power (line 39906) | [Pure] method Power (line 39917) | [Pure] method Exp (line 39932) | [Pure] method Log (line 39942) | [Pure] method Log2 (line 39952) | [Pure] method Log2Int (line 39962) | [Pure] method Log10 (line 39972) | [Pure] method Log (line 39982) | [Pure] method Step (line 39996) | [Pure] method Step (line 40006) | [Pure] method Lerp (line 40020) | [Pure] method Lerp (line 40030) | [Pure] method Lerp (line 40040) | [Pure] method Lerp (line 40050) | [Pure] method InvLerp (line 40060) | [Pure] method GreatestCommonDivisor (line 40074) | [Pure] method LeastCommonMultiple (line 40084) | [Pure] method FloatFromUnsignedBits (line 40098) | [Pure] method ApproximateEquals (line 40112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 40126) | [Pure] method Min (line 47513) | [Pure] method Min (line 47523) | [Pure] method Min (line 47533) | [Pure] method Max (line 47543) | [Pure] method Max (line 47553) | [Pure] method Max (line 47563) | [Pure] method Min (line 47573) | [Pure] method Max (line 47583) | [Pure] method Min (line 47593) | [Pure] method Max (line 47603) | [Pure] method Min (line 47613) | [Pure] method Max (line 47623) | [Pure] method Abs (line 47637) | [Pure] method Clamp (line 47651) | [Pure] method Clamp (line 47661) | [Pure] method ClampExcl (line 47671) | [Pure] method ClampExcl (line 47681) | [Pure] method ClampWrap (line 47691) | [Pure] method ClampWrap (line 47701) | [Pure] method Saturate (line 47711) | [Pure] method Sign (line 47725) | [Pure] method Signumi (line 47735) | [Pure] method Signum (line 47745) | [Pure] method MultiplyAdd (line 47759) | [Pure] method MultiplyAdd (line 47769) | [Pure] method MultiplyAdd (line 47779) | [Pure] method Sqrt (line 47793) | [Pure] method Cbrt (line 47803) | [Pure] method Square (line 47817) | [Pure] method Pown (line 47831) | [Pure] method Pown (line 47841) | [Pure] method Pown (line 47851) | [Pure] method Pown (line 47861) | [Pure] method Pown (line 47871) | [Pure] method Pown (line 47881) | [Pure] method Pow (line 47891) | [Pure] method Pow (line 47901) | [Pure] method Pow (line 47911) | [Pure] method Pow (line 47921) | [Pure] method Pow (line 47931) | [Pure] method Pow (line 47941) | [Pure] method Power (line 47951) | [Pure] method Power (line 47962) | [Pure] method Power (line 47973) | [Pure] method Power (line 47984) | [Pure] method Power (line 47995) | [Pure] method Power (line 48006) | [Pure] method Exp (line 48021) | [Pure] method Log (line 48031) | [Pure] method Log2 (line 48041) | [Pure] method Log2Int (line 48051) | [Pure] method Log10 (line 48061) | [Pure] method Log (line 48071) | [Pure] method ModP (line 48085) | [Pure] method PowerOfTwo (line 48099) | [Pure] method NextPowerOfTwo (line 48109) | [Pure] method PrevPowerOfTwo (line 48119) | [Pure] method Step (line 48133) | [Pure] method Step (line 48143) | [Pure] method Lerp (line 48157) | [Pure] method Lerp (line 48167) | [Pure] method Lerp (line 48177) | [Pure] method Lerp (line 48187) | [Pure] method InvLerp (line 48197) | [Pure] method GreatestCommonDivisor (line 48211) | [Pure] method LeastCommonMultiple (line 48221) | [Pure] method FloatFromBits (line 48235) | [Pure] method ApproximateEquals (line 48249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 48263) | [Pure] method Min (line 56252) | [Pure] method Min (line 56262) | [Pure] method Min (line 56272) | [Pure] method Max (line 56282) | [Pure] method Max (line 56292) | [Pure] method Max (line 56302) | [Pure] method Min (line 56312) | [Pure] method Max (line 56322) | [Pure] method Min (line 56332) | [Pure] method Max (line 56342) | [Pure] method Min (line 56352) | [Pure] method Max (line 56362) | [Pure] method Abs (line 56376) | [Pure] method Floor (line 56390) | [Pure] method Ceiling (line 56400) | [Pure] method Round (line 56410) | [Pure] method Round (line 56420) | [Pure] method Round (line 56430) | [Pure] method Round (line 56440) | [Pure] method Truncate (line 56450) | [Pure] method Frac (line 56464) | [Pure] method Clamp (line 56478) | [Pure] method Clamp (line 56488) | [Pure] method ClampWrap (line 56498) | [Pure] method ClampWrap (line 56508) | [Pure] method Saturate (line 56518) | [Pure] method MapToUnitInterval (line 56532) | [Pure] method MapToUnitInterval (line 56542) | [Pure] method MapToUnitInterval (line 56552) | [Pure] method MapToUnitInterval (line 56562) | [Pure] method Sign (line 56576) | [Pure] method Signumi (line 56586) | [Pure] method Signum (line 56596) | [Pure] method MultiplyAdd (line 56610) | [Pure] method MultiplyAdd (line 56620) | [Pure] method MultiplyAdd (line 56630) | [Pure] method CopySign (line 56644) | [Pure] method CopySign (line 56654) | [Pure] method CopySign (line 56664) | [Pure] method Sqrt (line 56678) | [Pure] method Cbrt (line 56688) | [Pure] method Square (line 56702) | [Pure] method Pown (line 56716) | [Pure] method Pown (line 56726) | [Pure] method Pown (line 56736) | [Pure] method Pow (line 56746) | [Pure] method Pow (line 56756) | [Pure] method Pow (line 56766) | [Pure] method Power (line 56776) | [Pure] method Power (line 56787) | [Pure] method Power (line 56798) | [Pure] method Exp (line 56813) | [Pure] method Log (line 56823) | [Pure] method Log2 (line 56833) | [Pure] method Log2Int (line 56843) | [Pure] method Log10 (line 56853) | [Pure] method Log (line 56863) | [Pure] method ModP (line 56877) | [Pure] method PowerOfTwo (line 56891) | [Pure] method Sin (line 56905) | [Pure] method Cos (line 56915) | [Pure] method Tan (line 56925) | [Pure] method Asin (line 56935) | [Pure] method AsinClamped (line 56945) | [Pure] method Acos (line 56955) | [Pure] method AcosClamped (line 56965) | [Pure] method Atan (line 56975) | [Pure] method Atan2 (line 56985) | [Pure] method FastAtan2 (line 56995) | [Pure] method Sinh (line 57005) | [Pure] method Cosh (line 57015) | [Pure] method Tanh (line 57025) | [Pure] method Asinh (line 57035) | [Pure] method Acosh (line 57045) | [Pure] method Atanh (line 57055) | [Pure] method Step (line 57069) | [Pure] method Step (line 57079) | [Pure] method Linearstep (line 57089) | [Pure] method Linearstep (line 57099) | [Pure] method Smoothstep (line 57109) | [Pure] method Smoothstep (line 57119) | [Pure] method Lerp (line 57133) | [Pure] method Lerp (line 57143) | [Pure] method InvLerp (line 57153) | [Pure] method FloatToBits (line 57167) | [Pure] method FloatToUnsignedBits (line 57177) | [Pure] method ApproximateEquals (line 57191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57215) | [Pure] method IsTiny (line 57223) | [Pure] method IsNaN (line 57235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 57242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 57249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 57256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 57263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 65644) | [Pure] method Min (line 65654) | [Pure] method Min (line 65664) | [Pure] method Max (line 65674) | [Pure] method Max (line 65684) | [Pure] method Max (line 65694) | [Pure] method Min (line 65704) | [Pure] method Max (line 65714) | [Pure] method Min (line 65724) | [Pure] method Max (line 65734) | [Pure] method Min (line 65744) | [Pure] method Max (line 65754) | [Pure] method Abs (line 65768) | [Pure] method Floor (line 65782) | [Pure] method Ceiling (line 65792) | [Pure] method Round (line 65802) | [Pure] method Round (line 65812) | [Pure] method Round (line 65822) | [Pure] method Round (line 65832) | [Pure] method Truncate (line 65842) | [Pure] method Frac (line 65856) | [Pure] method Clamp (line 65870) | [Pure] method Clamp (line 65880) | [Pure] method ClampWrap (line 65890) | [Pure] method ClampWrap (line 65900) | [Pure] method Saturate (line 65910) | [Pure] method MapToUnitInterval (line 65924) | [Pure] method MapToUnitInterval (line 65934) | [Pure] method MapToUnitInterval (line 65944) | [Pure] method MapToUnitInterval (line 65954) | [Pure] method Sign (line 65968) | [Pure] method Signumi (line 65978) | [Pure] method Signum (line 65988) | [Pure] method MultiplyAdd (line 66002) | [Pure] method MultiplyAdd (line 66012) | [Pure] method MultiplyAdd (line 66022) | [Pure] method CopySign (line 66036) | [Pure] method CopySign (line 66046) | [Pure] method CopySign (line 66056) | [Pure] method Sqrt (line 66070) | [Pure] method Cbrt (line 66080) | [Pure] method Square (line 66094) | [Pure] method Pown (line 66108) | [Pure] method Pown (line 66118) | [Pure] method Pown (line 66128) | [Pure] method Pow (line 66138) | [Pure] method Pow (line 66148) | [Pure] method Pow (line 66158) | [Pure] method Power (line 66168) | [Pure] method Power (line 66179) | [Pure] method Power (line 66190) | [Pure] method Exp (line 66205) | [Pure] method Log (line 66215) | [Pure] method Log2 (line 66225) | [Pure] method Log2Int (line 66235) | [Pure] method Log10 (line 66245) | [Pure] method Log (line 66255) | [Pure] method ModP (line 66269) | [Pure] method PowerOfTwo (line 66283) | [Pure] method Sin (line 66297) | [Pure] method Cos (line 66307) | [Pure] method Tan (line 66317) | [Pure] method Asin (line 66327) | [Pure] method AsinClamped (line 66337) | [Pure] method Acos (line 66347) | [Pure] method AcosClamped (line 66357) | [Pure] method Atan (line 66367) | [Pure] method Atan2 (line 66377) | [Pure] method FastAtan2 (line 66387) | [Pure] method Sinh (line 66397) | [Pure] method Cosh (line 66407) | [Pure] method Tanh (line 66417) | [Pure] method Asinh (line 66427) | [Pure] method Acosh (line 66437) | [Pure] method Atanh (line 66447) | [Pure] method Step (line 66461) | [Pure] method Step (line 66471) | [Pure] method Linearstep (line 66481) | [Pure] method Linearstep (line 66491) | [Pure] method Smoothstep (line 66501) | [Pure] method Smoothstep (line 66511) | [Pure] method Lerp (line 66525) | [Pure] method Lerp (line 66535) | [Pure] method InvLerp (line 66545) | [Pure] method FloatToBits (line 66559) | [Pure] method ApproximateEquals (line 66573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 66583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 66597) | [Pure] method IsTiny (line 66605) | [Pure] method IsNaN (line 66617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 66624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 66631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 66638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 66645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 79020) | [Pure] method Min (line 79030) | [Pure] method Min (line 79040) | [Pure] method Max (line 79050) | [Pure] method Max (line 79060) | [Pure] method Max (line 79070) | [Pure] method Min (line 79080) | [Pure] method Max (line 79090) | [Pure] method Min (line 79100) | [Pure] method Max (line 79110) | [Pure] method Min (line 79120) | [Pure] method Max (line 79130) | [Pure] method Abs (line 79144) | [Pure] method Clamp (line 79158) | [Pure] method Clamp (line 79168) | [Pure] method ClampExcl (line 79178) | [Pure] method ClampExcl (line 79188) | [Pure] method ClampWrap (line 79198) | [Pure] method ClampWrap (line 79208) | [Pure] method Saturate (line 79218) | [Pure] method Sign (line 79232) | [Pure] method Signumi (line 79242) | [Pure] method Signum (line 79252) | [Pure] method MultiplyAdd (line 79266) | [Pure] method MultiplyAdd (line 79276) | [Pure] method MultiplyAdd (line 79286) | [Pure] method Sqrt (line 79300) | [Pure] method Cbrt (line 79310) | [Pure] method Square (line 79324) | [Pure] method Pown (line 79338) | [Pure] method Pown (line 79348) | [Pure] method Pown (line 79358) | [Pure] method Pow (line 79368) | [Pure] method Pow (line 79378) | [Pure] method Pow (line 79388) | [Pure] method Pow (line 79398) | [Pure] method Pow (line 79408) | [Pure] method Pow (line 79418) | [Pure] method Power (line 79428) | [Pure] method Power (line 79439) | [Pure] method Power (line 79450) | [Pure] method Power (line 79461) | [Pure] method Power (line 79472) | [Pure] method Power (line 79483) | [Pure] method Exp (line 79498) | [Pure] method Log (line 79508) | [Pure] method Log2 (line 79518) | [Pure] method Log2Int (line 79528) | [Pure] method Log10 (line 79538) | [Pure] method Log (line 79548) | [Pure] method ModP (line 79562) | [Pure] method PowerOfTwo (line 79576) | [Pure] method NextPowerOfTwo (line 79586) | [Pure] method PrevPowerOfTwo (line 79596) | [Pure] method Step (line 79610) | [Pure] method Step (line 79620) | [Pure] method Lerp (line 79634) | [Pure] method Lerp (line 79644) | [Pure] method Lerp (line 79654) | [Pure] method Lerp (line 79664) | [Pure] method InvLerp (line 79674) | [Pure] method GreatestCommonDivisor (line 79688) | [Pure] method LeastCommonMultiple (line 79698) | [Pure] method FloatFromBits (line 79712) | [Pure] method ApproximateEquals (line 79726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 79740) | [Pure] method Min (line 88085) | [Pure] method Min (line 88095) | [Pure] method Min (line 88105) | [Pure] method Max (line 88115) | [Pure] method Max (line 88125) | [Pure] method Max (line 88135) | [Pure] method Min (line 88145) | [Pure] method Max (line 88155) | [Pure] method Min (line 88165) | [Pure] method Max (line 88175) | [Pure] method Min (line 88185) | [Pure] method Max (line 88195) | [Pure] method Clamp (line 88209) | [Pure] method Clamp (line 88219) | [Pure] method ClampExcl (line 88229) | [Pure] method ClampExcl (line 88239) | [Pure] method ClampWrap (line 88249) | [Pure] method ClampWrap (line 88259) | [Pure] method Saturate (line 88269) | [Pure] method MultiplyAdd (line 88283) | [Pure] method MultiplyAdd (line 88293) | [Pure] method MultiplyAdd (line 88303) | [Pure] method Sqrt (line 88317) | [Pure] method Cbrt (line 88327) | [Pure] method Square (line 88341) | [Pure] method Pown (line 88355) | [Pure] method Pown (line 88365) | [Pure] method Pown (line 88375) | [Pure] method Pown (line 88385) | [Pure] method Pown (line 88395) | [Pure] method Pown (line 88405) | [Pure] method Pow (line 88415) | [Pure] method Pow (line 88425) | [Pure] method Pow (line 88435) | [Pure] method Pow (line 88445) | [Pure] method Pow (line 88455) | [Pure] method Pow (line 88465) | [Pure] method Power (line 88475) | [Pure] method Power (line 88486) | [Pure] method Power (line 88497) | [Pure] method Power (line 88508) | [Pure] method Power (line 88519) | [Pure] method Power (line 88530) | [Pure] method Exp (line 88545) | [Pure] method Log (line 88555) | [Pure] method Log2 (line 88565) | [Pure] method Log2Int (line 88575) | [Pure] method Log10 (line 88585) | [Pure] method Log (line 88595) | [Pure] method Step (line 88609) | [Pure] method Step (line 88619) | [Pure] method Lerp (line 88633) | [Pure] method Lerp (line 88643) | [Pure] method Lerp (line 88653) | [Pure] method Lerp (line 88663) | [Pure] method InvLerp (line 88673) | [Pure] method GreatestCommonDivisor (line 88687) | [Pure] method LeastCommonMultiple (line 88697) | [Pure] method FloatFromUnsignedBits (line 88711) | [Pure] method ApproximateEquals (line 88725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 88739) | [Pure] method Min (line 100720) | [Pure] method Min (line 100730) | [Pure] method Min (line 100740) | [Pure] method Max (line 100750) | [Pure] method Max (line 100760) | [Pure] method Max (line 100770) | [Pure] method Min (line 100780) | [Pure] method Max (line 100790) | [Pure] method Min (line 100800) | [Pure] method Max (line 100810) | [Pure] method Min (line 100820) | [Pure] method Max (line 100830) | [Pure] method Abs (line 100844) | [Pure] method Clamp (line 100858) | [Pure] method Clamp (line 100868) | [Pure] method ClampExcl (line 100878) | [Pure] method ClampExcl (line 100888) | [Pure] method ClampWrap (line 100898) | [Pure] method ClampWrap (line 100908) | [Pure] method Saturate (line 100918) | [Pure] method Sign (line 100932) | [Pure] method Signumi (line 100942) | [Pure] method Signum (line 100952) | [Pure] method MultiplyAdd (line 100966) | [Pure] method MultiplyAdd (line 100976) | [Pure] method MultiplyAdd (line 100986) | [Pure] method Sqrt (line 101000) | [Pure] method Cbrt (line 101010) | [Pure] method Square (line 101024) | [Pure] method Pown (line 101038) | [Pure] method Pown (line 101048) | [Pure] method Pown (line 101058) | [Pure] method Pown (line 101068) | [Pure] method Pown (line 101078) | [Pure] method Pown (line 101088) | [Pure] method Pow (line 101098) | [Pure] method Pow (line 101108) | [Pure] method Pow (line 101118) | [Pure] method Pow (line 101128) | [Pure] method Pow (line 101138) | [Pure] method Pow (line 101148) | [Pure] method Power (line 101158) | [Pure] method Power (line 101169) | [Pure] method Power (line 101180) | [Pure] method Power (line 101191) | [Pure] method Power (line 101202) | [Pure] method Power (line 101213) | [Pure] method Exp (line 101228) | [Pure] method Log (line 101238) | [Pure] method Log2 (line 101248) | [Pure] method Log2Int (line 101258) | [Pure] method Log10 (line 101268) | [Pure] method Log (line 101278) | [Pure] method ModP (line 101292) | [Pure] method PowerOfTwo (line 101306) | [Pure] method NextPowerOfTwo (line 101316) | [Pure] method PrevPowerOfTwo (line 101326) | [Pure] method Step (line 101340) | [Pure] method Step (line 101350) | [Pure] method Lerp (line 101364) | [Pure] method Lerp (line 101374) | [Pure] method Lerp (line 101384) | [Pure] method Lerp (line 101394) | [Pure] method InvLerp (line 101404) | [Pure] method GreatestCommonDivisor (line 101418) | [Pure] method LeastCommonMultiple (line 101428) | [Pure] method FloatFromBits (line 101442) | [Pure] method ApproximateEquals (line 101456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 101470) | [Pure] method Min (line 113921) | [Pure] method Min (line 113931) | [Pure] method Min (line 113941) | [Pure] method Max (line 113951) | [Pure] method Max (line 113961) | [Pure] method Max (line 113971) | [Pure] method Min (line 113981) | [Pure] method Max (line 113991) | [Pure] method Min (line 114001) | [Pure] method Max (line 114011) | [Pure] method Min (line 114021) | [Pure] method Max (line 114031) | [Pure] method Abs (line 114045) | [Pure] method Floor (line 114059) | [Pure] method Ceiling (line 114069) | [Pure] method Round (line 114079) | [Pure] method Round (line 114089) | [Pure] method Round (line 114099) | [Pure] method Round (line 114109) | [Pure] method Truncate (line 114119) | [Pure] method Frac (line 114133) | [Pure] method Clamp (line 114147) | [Pure] method Clamp (line 114157) | [Pure] method ClampWrap (line 114167) | [Pure] method ClampWrap (line 114177) | [Pure] method Saturate (line 114187) | [Pure] method MapToUnitInterval (line 114201) | [Pure] method MapToUnitInterval (line 114211) | [Pure] method MapToUnitInterval (line 114221) | [Pure] method MapToUnitInterval (line 114231) | [Pure] method Sign (line 114245) | [Pure] method Signumi (line 114255) | [Pure] method Signum (line 114265) | [Pure] method MultiplyAdd (line 114279) | [Pure] method MultiplyAdd (line 114289) | [Pure] method MultiplyAdd (line 114299) | [Pure] method CopySign (line 114313) | [Pure] method CopySign (line 114323) | [Pure] method CopySign (line 114333) | [Pure] method Sqrt (line 114347) | [Pure] method Cbrt (line 114357) | [Pure] method Square (line 114371) | [Pure] method Pown (line 114385) | [Pure] method Pown (line 114395) | [Pure] method Pown (line 114405) | [Pure] method Pow (line 114415) | [Pure] method Pow (line 114425) | [Pure] method Pow (line 114435) | [Pure] method Power (line 114445) | [Pure] method Power (line 114456) | [Pure] method Power (line 114467) | [Pure] method Exp (line 114482) | [Pure] method Log (line 114492) | [Pure] method Log2 (line 114502) | [Pure] method Log2Int (line 114512) | [Pure] method Log10 (line 114522) | [Pure] method Log (line 114532) | [Pure] method ModP (line 114546) | [Pure] method PowerOfTwo (line 114560) | [Pure] method Sin (line 114574) | [Pure] method Cos (line 114584) | [Pure] method Tan (line 114594) | [Pure] method Asin (line 114604) | [Pure] method AsinClamped (line 114614) | [Pure] method Acos (line 114624) | [Pure] method AcosClamped (line 114634) | [Pure] method Atan (line 114644) | [Pure] method Atan2 (line 114654) | [Pure] method FastAtan2 (line 114664) | [Pure] method Sinh (line 114674) | [Pure] method Cosh (line 114684) | [Pure] method Tanh (line 114694) | [Pure] method Asinh (line 114704) | [Pure] method Acosh (line 114714) | [Pure] method Atanh (line 114724) | [Pure] method Step (line 114738) | [Pure] method Step (line 114748) | [Pure] method Linearstep (line 114758) | [Pure] method Linearstep (line 114768) | [Pure] method Smoothstep (line 114778) | [Pure] method Smoothstep (line 114788) | [Pure] method Lerp (line 114802) | [Pure] method Lerp (line 114812) | [Pure] method InvLerp (line 114822) | [Pure] method FloatToBits (line 114836) | [Pure] method FloatToUnsignedBits (line 114846) | [Pure] method ApproximateEquals (line 114860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 114870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 114884) | [Pure] method IsTiny (line 114892) | [Pure] method IsNaN (line 114904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 114911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 114918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 114925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 114932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 127647) | [Pure] method Min (line 127657) | [Pure] method Min (line 127667) | [Pure] method Max (line 127677) | [Pure] method Max (line 127687) | [Pure] method Max (line 127697) | [Pure] method Min (line 127707) | [Pure] method Max (line 127717) | [Pure] method Min (line 127727) | [Pure] method Max (line 127737) | [Pure] method Min (line 127747) | [Pure] method Max (line 127757) | [Pure] method Abs (line 127771) | [Pure] method Floor (line 127785) | [Pure] method Ceiling (line 127795) | [Pure] method Round (line 127805) | [Pure] method Round (line 127815) | [Pure] method Round (line 127825) | [Pure] method Round (line 127835) | [Pure] method Truncate (line 127845) | [Pure] method Frac (line 127859) | [Pure] method Clamp (line 127873) | [Pure] method Clamp (line 127883) | [Pure] method ClampWrap (line 127893) | [Pure] method ClampWrap (line 127903) | [Pure] method Saturate (line 127913) | [Pure] method MapToUnitInterval (line 127927) | [Pure] method MapToUnitInterval (line 127937) | [Pure] method MapToUnitInterval (line 127947) | [Pure] method MapToUnitInterval (line 127957) | [Pure] method Sign (line 127971) | [Pure] method Signumi (line 127981) | [Pure] method Signum (line 127991) | [Pure] method MultiplyAdd (line 128005) | [Pure] method MultiplyAdd (line 128015) | [Pure] method MultiplyAdd (line 128025) | [Pure] method CopySign (line 128039) | [Pure] method CopySign (line 128049) | [Pure] method CopySign (line 128059) | [Pure] method Sqrt (line 128073) | [Pure] method Cbrt (line 128083) | [Pure] method Square (line 128097) | [Pure] method Pown (line 128111) | [Pure] method Pown (line 128121) | [Pure] method Pown (line 128131) | [Pure] method Pow (line 128141) | [Pure] method Pow (line 128151) | [Pure] method Pow (line 128161) | [Pure] method Power (line 128171) | [Pure] method Power (line 128182) | [Pure] method Power (line 128193) | [Pure] method Exp (line 128208) | [Pure] method Log (line 128218) | [Pure] method Log2 (line 128228) | [Pure] method Log2Int (line 128238) | [Pure] method Log10 (line 128248) | [Pure] method Log (line 128258) | [Pure] method ModP (line 128272) | [Pure] method PowerOfTwo (line 128286) | [Pure] method Sin (line 128300) | [Pure] method Cos (line 128310) | [Pure] method Tan (line 128320) | [Pure] method Asin (line 128330) | [Pure] method AsinClamped (line 128340) | [Pure] method Acos (line 128350) | [Pure] method AcosClamped (line 128360) | [Pure] method Atan (line 128370) | [Pure] method Atan2 (line 128380) | [Pure] method FastAtan2 (line 128390) | [Pure] method Sinh (line 128400) | [Pure] method Cosh (line 128410) | [Pure] method Tanh (line 128420) | [Pure] method Asinh (line 128430) | [Pure] method Acosh (line 128440) | [Pure] method Atanh (line 128450) | [Pure] method Step (line 128464) | [Pure] method Step (line 128474) | [Pure] method Linearstep (line 128484) | [Pure] method Linearstep (line 128494) | [Pure] method Smoothstep (line 128504) | [Pure] method Smoothstep (line 128514) | [Pure] method Lerp (line 128528) | [Pure] method Lerp (line 128538) | [Pure] method InvLerp (line 128548) | [Pure] method FloatToBits (line 128562) | [Pure] method ApproximateEquals (line 128576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 128586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 128600) | [Pure] method IsTiny (line 128608) | [Pure] method IsNaN (line 128620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 128627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 128634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 128641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 128648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Conversion (line 114939) | public static partial class Conversion method RadiansFromDegrees (line 19490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 19500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 19510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 19520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 19530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 19540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 25705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 25715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 25725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 25735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 25745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 25755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 57277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 57288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 57299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 57321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 57332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 66659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 66670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 66681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 66692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 66703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 66714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 114946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 114958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 114970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 114982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 114994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 115006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 128662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 128674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 128686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 128698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 128710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 128722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Vec (line 115021) | public static partial class Vec method LengthSquared (line 4326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 4333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 4402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 4431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 4496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 4503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 4513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 4524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 4530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 4546) | public static V2i Cross(this V2i a) method AllSmaller (line 4559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 4919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 4936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 4943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4954) | [Pure] method AllTiny (line 4962) | [Pure] method IndexOfClosestPoint (line 4971) | public static int IndexOfClosestPoint(this V2i[] pointArray, V2i point) method IndexOfClosestPoint (line 4984) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 4998) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 5012) | public static long LongIndexOfClosestPoint(this V2i[] pointArray, V2i ... method LongIndexOfClosestPoint (line 5025) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 5039) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 5057) | public static int IndexOfMinX(this V2i[] vectorArray, int count = 0) method LongIndexOfMinX (line 5074) | public static long LongIndexOfMinX(this V2i[] vectorArray, long count ... method IndexOfMaxX (line 5091) | public static int IndexOfMaxX(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 5108) | public static long LongIndexOfMaxX(this V2i[] vectorArray, long count ... method IndexOfMinY (line 5125) | public static int IndexOfMinY(this V2i[] vectorArray, int count = 0) method LongIndexOfMinY (line 5142) | public static long LongIndexOfMinY(this V2i[] vectorArray, long count ... method IndexOfMaxY (line 5159) | public static int IndexOfMaxY(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 5176) | public static long LongIndexOfMaxY(this V2i[] vectorArray, long count ... method IndexOfMinX (line 5193) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 5210) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 5227) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 5244) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 5260) | public static int[] CopyCoord(this V2i[] self, int index) method LengthSquared (line 8419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 8426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 8449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 8457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 8465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 8473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 8480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 8495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 8509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 8524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 8589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 8595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 8974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 8991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 8998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 9009) | [Pure] method AllTiny (line 9017) | [Pure] method IndexOfClosestPoint (line 9026) | public static int IndexOfClosestPoint(this V2ui[] pointArray, V2ui point) method IndexOfClosestPoint (line 9039) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 9053) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 9067) | public static long LongIndexOfClosestPoint(this V2ui[] pointArray, V2u... method LongIndexOfClosestPoint (line 9080) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 9094) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 9112) | public static int IndexOfMinX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 9129) | public static long LongIndexOfMinX(this V2ui[] vectorArray, long count... method IndexOfMaxX (line 9146) | public static int IndexOfMaxX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 9163) | public static long LongIndexOfMaxX(this V2ui[] vectorArray, long count... method IndexOfMinY (line 9180) | public static int IndexOfMinY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 9197) | public static long LongIndexOfMinY(this V2ui[] vectorArray, long count... method IndexOfMaxY (line 9214) | public static int IndexOfMaxY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 9231) | public static long LongIndexOfMaxY(this V2ui[] vectorArray, long count... method IndexOfMinX (line 9248) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 9265) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 9282) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 9299) | public static int IndexOfMaxY(this IList vectorArray, int count ... method CopyCoord (line 9315) | public static uint[] CopyCoord(this V2ui[] self, int index) method LengthSquared (line 13661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 13668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 13679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 13691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 13699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 13715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 13737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 13751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 13766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 13774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 13831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 13838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 13848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 13859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 13865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 13881) | public static V2l Cross(this V2l a) method AllSmaller (line 13894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 14004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 14254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 14271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 14278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 14289) | [Pure] method AllTiny (line 14297) | [Pure] method IndexOfClosestPoint (line 14306) | public static int IndexOfClosestPoint(this V2l[] pointArray, V2l point) method IndexOfClosestPoint (line 14319) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 14333) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 14347) | public static long LongIndexOfClosestPoint(this V2l[] pointArray, V2l ... method LongIndexOfClosestPoint (line 14360) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 14374) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 14392) | public static int IndexOfMinX(this V2l[] vectorArray, int count = 0) method LongIndexOfMinX (line 14409) | public static long LongIndexOfMinX(this V2l[] vectorArray, long count ... method IndexOfMaxX (line 14426) | public static int IndexOfMaxX(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 14443) | public static long LongIndexOfMaxX(this V2l[] vectorArray, long count ... method IndexOfMinY (line 14460) | public static int IndexOfMinY(this V2l[] vectorArray, int count = 0) method LongIndexOfMinY (line 14477) | public static long LongIndexOfMinY(this V2l[] vectorArray, long count ... method IndexOfMaxY (line 14494) | public static int IndexOfMaxY(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 14511) | public static long LongIndexOfMaxY(this V2l[] vectorArray, long count ... method IndexOfMinX (line 14528) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 14545) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 14562) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 14579) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 14595) | public static long[] CopyCoord(this V2l[] self, int index) method LengthSquared (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 19567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 19578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 19590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 19602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 19610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 19618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 19626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 19633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 19648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 19662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 19677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 19685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 19766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 19773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 19780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 19790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 19801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 19807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 19821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 19832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 19853) | public static V2f Cross(this V2f a) method AllSmaller (line 19866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 20226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 20243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 20250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 20261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 20272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 20283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 20298) | [Pure] method AllTiny (line 20306) | [Pure] method AnyFinite (line 20315) | [Pure] method AllFinite (line 20320) | [Pure] method AnyNaN (line 20325) | [Pure] method AllNaN (line 20330) | [Pure] method AnyInfinity (line 20335) | [Pure] method AllInfinity (line 20340) | [Pure] method AnyPositiveInfinity (line 20345) | [Pure] method AllPositiveInfinity (line 20350) | [Pure] method AnyNegativeInfinity (line 20355) | [Pure] method AllNegativeInfinity (line 20360) | [Pure] method AnyTiny (line 20365) | [Pure] method AllTiny (line 20370) | [Pure] method Dot90 (line 20382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 20391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 20400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 20410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 20420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 20430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 20440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 20490) | public static int IndexOfClosestPoint(this V2f[] pointArray, V2f point) method IndexOfClosestPoint (line 20503) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 20517) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 20531) | public static long LongIndexOfClosestPoint(this V2f[] pointArray, V2f ... method LongIndexOfClosestPoint (line 20544) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 20558) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 20576) | public static int IndexOfMinX(this V2f[] vectorArray, int count = 0) method LongIndexOfMinX (line 20593) | public static long LongIndexOfMinX(this V2f[] vectorArray, long count ... method IndexOfMaxX (line 20610) | public static int IndexOfMaxX(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 20627) | public static long LongIndexOfMaxX(this V2f[] vectorArray, long count ... method IndexOfMinY (line 20644) | public static int IndexOfMinY(this V2f[] vectorArray, int count = 0) method LongIndexOfMinY (line 20661) | public static long LongIndexOfMinY(this V2f[] vectorArray, long count ... method IndexOfMaxY (line 20678) | public static int IndexOfMaxY(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 20695) | public static long LongIndexOfMaxY(this V2f[] vectorArray, long count ... method IndexOfMinX (line 20712) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 20729) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 20746) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 20763) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 20779) | public static float[] CopyCoord(this V2f[] self, int index) method WeightedSum (line 20789) | public static V2f WeightedSum( method LengthSquared (line 25775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 25782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 25793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 25805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 25817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 25825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 25833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 25841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 25848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 25863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 25877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 25892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 25900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 25981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 25988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 25995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 26005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 26016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 26022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 26036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 26047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 26068) | public static V2d Cross(this V2d a) method AllSmaller (line 26081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 26441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 26458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 26465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 26476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 26487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 26498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 26513) | [Pure] method AllTiny (line 26521) | [Pure] method AnyFinite (line 26530) | [Pure] method AllFinite (line 26535) | [Pure] method AnyNaN (line 26540) | [Pure] method AllNaN (line 26545) | [Pure] method AnyInfinity (line 26550) | [Pure] method AllInfinity (line 26555) | [Pure] method AnyPositiveInfinity (line 26560) | [Pure] method AllPositiveInfinity (line 26565) | [Pure] method AnyNegativeInfinity (line 26570) | [Pure] method AllNegativeInfinity (line 26575) | [Pure] method AnyTiny (line 26580) | [Pure] method AllTiny (line 26585) | [Pure] method Dot90 (line 26597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 26606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 26615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 26625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 26635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 26645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 26655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 26705) | public static int IndexOfClosestPoint(this V2d[] pointArray, V2d point) method IndexOfClosestPoint (line 26718) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 26732) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 26746) | public static long LongIndexOfClosestPoint(this V2d[] pointArray, V2d ... method LongIndexOfClosestPoint (line 26759) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 26773) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 26791) | public static int IndexOfMinX(this V2d[] vectorArray, int count = 0) method LongIndexOfMinX (line 26808) | public static long LongIndexOfMinX(this V2d[] vectorArray, long count ... method IndexOfMaxX (line 26825) | public static int IndexOfMaxX(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 26842) | public static long LongIndexOfMaxX(this V2d[] vectorArray, long count ... method IndexOfMinY (line 26859) | public static int IndexOfMinY(this V2d[] vectorArray, int count = 0) method LongIndexOfMinY (line 26876) | public static long LongIndexOfMinY(this V2d[] vectorArray, long count ... method IndexOfMaxY (line 26893) | public static int IndexOfMaxY(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 26910) | public static long LongIndexOfMaxY(this V2d[] vectorArray, long count ... method IndexOfMinX (line 26927) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 26944) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 26961) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 26978) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 26994) | public static double[] CopyCoord(this V2d[] self, int index) method WeightedSum (line 27004) | public static V2d WeightedSum( method LengthSquared (line 34164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 34171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 34182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 34241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 34270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 34278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 34335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 34346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 34358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 34367) | public static M33i CrossMatrix(this V3i v) method DirFlags (line 34374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 34390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 34768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 34787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 34794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 34805) | [Pure] method AllTiny (line 34813) | [Pure] method IndexOfClosestPoint (line 34822) | public static int IndexOfClosestPoint(this V3i[] pointArray, V3i point) method IndexOfClosestPoint (line 34835) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 34849) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 34863) | public static long LongIndexOfClosestPoint(this V3i[] pointArray, V3i ... method LongIndexOfClosestPoint (line 34876) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 34890) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 34908) | public static int IndexOfMinX(this V3i[] vectorArray, int count = 0) method LongIndexOfMinX (line 34925) | public static long LongIndexOfMinX(this V3i[] vectorArray, long count ... method IndexOfMaxX (line 34942) | public static int IndexOfMaxX(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 34959) | public static long LongIndexOfMaxX(this V3i[] vectorArray, long count ... method IndexOfMinY (line 34976) | public static int IndexOfMinY(this V3i[] vectorArray, int count = 0) method LongIndexOfMinY (line 34993) | public static long LongIndexOfMinY(this V3i[] vectorArray, long count ... method IndexOfMaxY (line 35010) | public static int IndexOfMaxY(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 35027) | public static long LongIndexOfMaxY(this V3i[] vectorArray, long count ... method IndexOfMinZ (line 35044) | public static int IndexOfMinZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 35061) | public static long LongIndexOfMinZ(this V3i[] vectorArray, long count ... method IndexOfMaxZ (line 35078) | public static int IndexOfMaxZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 35095) | public static long LongIndexOfMaxZ(this V3i[] vectorArray, long count ... method IndexOfMinX (line 35112) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 35129) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 35146) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 35163) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 35180) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 35197) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 35213) | public static int[] CopyCoord(this V3i[] self, int index) method LengthSquared (line 40144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 40151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 40162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 40174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 40182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 40190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 40198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 40205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 40221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 40235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 40250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 40258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 40315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 40321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 40702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 40721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 40728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 40739) | [Pure] method AllTiny (line 40747) | [Pure] method IndexOfClosestPoint (line 40756) | public static int IndexOfClosestPoint(this V3ui[] pointArray, V3ui point) method IndexOfClosestPoint (line 40769) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 40783) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 40797) | public static long LongIndexOfClosestPoint(this V3ui[] pointArray, V3u... method LongIndexOfClosestPoint (line 40810) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 40824) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 40842) | public static int IndexOfMinX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 40859) | public static long LongIndexOfMinX(this V3ui[] vectorArray, long count... method IndexOfMaxX (line 40876) | public static int IndexOfMaxX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 40893) | public static long LongIndexOfMaxX(this V3ui[] vectorArray, long count... method IndexOfMinY (line 40910) | public static int IndexOfMinY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 40927) | public static long LongIndexOfMinY(this V3ui[] vectorArray, long count... method IndexOfMaxY (line 40944) | public static int IndexOfMaxY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 40961) | public static long LongIndexOfMaxY(this V3ui[] vectorArray, long count... method IndexOfMinZ (line 40978) | public static int IndexOfMinZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 40995) | public static long LongIndexOfMinZ(this V3ui[] vectorArray, long count... method IndexOfMaxZ (line 41012) | public static int IndexOfMaxZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 41029) | public static long LongIndexOfMaxZ(this V3ui[] vectorArray, long count... method IndexOfMinX (line 41046) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 41063) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 41080) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 41097) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 41114) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 41131) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method CopyCoord (line 41147) | public static uint[] CopyCoord(this V3ui[] self, int index) method LengthSquared (line 48281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 48288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 48299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 48358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 48387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 48395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 48452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 48463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 48475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 48484) | public static M33l CrossMatrix(this V3l v) method DirFlags (line 48491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 48507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 48885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 48904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 48911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 48922) | [Pure] method AllTiny (line 48930) | [Pure] method IndexOfClosestPoint (line 48939) | public static int IndexOfClosestPoint(this V3l[] pointArray, V3l point) method IndexOfClosestPoint (line 48952) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 48966) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 48980) | public static long LongIndexOfClosestPoint(this V3l[] pointArray, V3l ... method LongIndexOfClosestPoint (line 48993) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 49007) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 49025) | public static int IndexOfMinX(this V3l[] vectorArray, int count = 0) method LongIndexOfMinX (line 49042) | public static long LongIndexOfMinX(this V3l[] vectorArray, long count ... method IndexOfMaxX (line 49059) | public static int IndexOfMaxX(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 49076) | public static long LongIndexOfMaxX(this V3l[] vectorArray, long count ... method IndexOfMinY (line 49093) | public static int IndexOfMinY(this V3l[] vectorArray, int count = 0) method LongIndexOfMinY (line 49110) | public static long LongIndexOfMinY(this V3l[] vectorArray, long count ... method IndexOfMaxY (line 49127) | public static int IndexOfMaxY(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 49144) | public static long LongIndexOfMaxY(this V3l[] vectorArray, long count ... method IndexOfMinZ (line 49161) | public static int IndexOfMinZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 49178) | public static long LongIndexOfMinZ(this V3l[] vectorArray, long count ... method IndexOfMaxZ (line 49195) | public static int IndexOfMaxZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 49212) | public static long LongIndexOfMaxZ(this V3l[] vectorArray, long count ... method IndexOfMinX (line 49229) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 49246) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 49263) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 49280) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 49297) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 49314) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 49330) | public static long[] CopyCoord(this V3l[] self, int index) method LengthSquared (line 57353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 57360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 57371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 57384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 57396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 57404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 57412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 57420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 57427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 57443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 57457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 57472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 57480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 57561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 57568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 57579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 57591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 57600) | public static M33f CrossMatrix(this V3f v) method DirFlags (line 57607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 57623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 57634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 57653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 58031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 58050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 58057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 58069) | public static V3f AxisAlignedNormal(this V3f v) method AngleBetweenFast (line 58101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 58112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 58127) | [Pure] method AllTiny (line 58135) | [Pure] method AnyFinite (line 58144) | [Pure] method AllFinite (line 58149) | [Pure] method AnyNaN (line 58154) | [Pure] method AllNaN (line 58159) | [Pure] method AnyInfinity (line 58164) | [Pure] method AllInfinity (line 58169) | [Pure] method AnyPositiveInfinity (line 58174) | [Pure] method AllPositiveInfinity (line 58179) | [Pure] method AnyNegativeInfinity (line 58184) | [Pure] method AllNegativeInfinity (line 58189) | [Pure] method AnyTiny (line 58194) | [Pure] method AllTiny (line 58199) | [Pure] method LinCom (line 58208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 58248) | public static int IndexOfClosestPoint(this V3f[] pointArray, V3f point) method IndexOfClosestPoint (line 58261) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 58275) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 58289) | public static long LongIndexOfClosestPoint(this V3f[] pointArray, V3f ... method LongIndexOfClosestPoint (line 58302) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 58316) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 58334) | public static int IndexOfMinX(this V3f[] vectorArray, int count = 0) method LongIndexOfMinX (line 58351) | public static long LongIndexOfMinX(this V3f[] vectorArray, long count ... method IndexOfMaxX (line 58368) | public static int IndexOfMaxX(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 58385) | public static long LongIndexOfMaxX(this V3f[] vectorArray, long count ... method IndexOfMinY (line 58402) | public static int IndexOfMinY(this V3f[] vectorArray, int count = 0) method LongIndexOfMinY (line 58419) | public static long LongIndexOfMinY(this V3f[] vectorArray, long count ... method IndexOfMaxY (line 58436) | public static int IndexOfMaxY(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 58453) | public static long LongIndexOfMaxY(this V3f[] vectorArray, long count ... method IndexOfMinZ (line 58470) | public static int IndexOfMinZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 58487) | public static long LongIndexOfMinZ(this V3f[] vectorArray, long count ... method IndexOfMaxZ (line 58504) | public static int IndexOfMaxZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 58521) | public static long LongIndexOfMaxZ(this V3f[] vectorArray, long count ... method IndexOfMinX (line 58538) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 58555) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 58572) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 58589) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 58606) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 58623) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 58639) | public static float[] CopyCoord(this V3f[] self, int index) method WeightedSum (line 58650) | public static V3f WeightedSum( method LengthSquared (line 66735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 66742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 66753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 66766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 66778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 66786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 66794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 66802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 66809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 66825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 66839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 66854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 66862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 66943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 66950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 66961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 66973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 66982) | public static M33d CrossMatrix(this V3d v) method DirFlags (line 66989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 67005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 67016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 67035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 67413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 67432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 67439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 67451) | public static V3d AxisAlignedNormal(this V3d v) method AngleBetweenFast (line 67483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 67494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 67509) | [Pure] method AllTiny (line 67517) | [Pure] method AnyFinite (line 67526) | [Pure] method AllFinite (line 67531) | [Pure] method AnyNaN (line 67536) | [Pure] method AllNaN (line 67541) | [Pure] method AnyInfinity (line 67546) | [Pure] method AllInfinity (line 67551) | [Pure] method AnyPositiveInfinity (line 67556) | [Pure] method AllPositiveInfinity (line 67561) | [Pure] method AnyNegativeInfinity (line 67566) | [Pure] method AllNegativeInfinity (line 67571) | [Pure] method AnyTiny (line 67576) | [Pure] method AllTiny (line 67581) | [Pure] method LinCom (line 67590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 67630) | public static int IndexOfClosestPoint(this V3d[] pointArray, V3d point) method IndexOfClosestPoint (line 67643) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 67657) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 67671) | public static long LongIndexOfClosestPoint(this V3d[] pointArray, V3d ... method LongIndexOfClosestPoint (line 67684) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 67698) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 67716) | public static int IndexOfMinX(this V3d[] vectorArray, int count = 0) method LongIndexOfMinX (line 67733) | public static long LongIndexOfMinX(this V3d[] vectorArray, long count ... method IndexOfMaxX (line 67750) | public static int IndexOfMaxX(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 67767) | public static long LongIndexOfMaxX(this V3d[] vectorArray, long count ... method IndexOfMinY (line 67784) | public static int IndexOfMinY(this V3d[] vectorArray, int count = 0) method LongIndexOfMinY (line 67801) | public static long LongIndexOfMinY(this V3d[] vectorArray, long count ... method IndexOfMaxY (line 67818) | public static int IndexOfMaxY(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 67835) | public static long LongIndexOfMaxY(this V3d[] vectorArray, long count ... method IndexOfMinZ (line 67852) | public static int IndexOfMinZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 67869) | public static long LongIndexOfMinZ(this V3d[] vectorArray, long count ... method IndexOfMaxZ (line 67886) | public static int IndexOfMaxZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 67903) | public static long LongIndexOfMaxZ(this V3d[] vectorArray, long count ... method IndexOfMinX (line 67920) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 67937) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 67954) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 67971) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 67988) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 68005) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 68021) | public static double[] CopyCoord(this V3d[] self, int index) method WeightedSum (line 68032) | public static V3d WeightedSum( method LengthSquared (line 79758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 79765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 79776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 79788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 79796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 79804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 79812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 79819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 79836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 79850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 79865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 79873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 79930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 79942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 79955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 79961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 80004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 80344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 80365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 80372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 80383) | [Pure] method AllTiny (line 80391) | [Pure] method IndexOfClosestPoint (line 80400) | public static int IndexOfClosestPoint(this V4i[] pointArray, V4i point) method IndexOfClosestPoint (line 80413) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 80427) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 80441) | public static long LongIndexOfClosestPoint(this V4i[] pointArray, V4i ... method LongIndexOfClosestPoint (line 80454) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 80468) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 80486) | public static int IndexOfMinX(this V4i[] vectorArray, int count = 0) method LongIndexOfMinX (line 80503) | public static long LongIndexOfMinX(this V4i[] vectorArray, long count ... method IndexOfMaxX (line 80520) | public static int IndexOfMaxX(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 80537) | public static long LongIndexOfMaxX(this V4i[] vectorArray, long count ... method IndexOfMinY (line 80554) | public static int IndexOfMinY(this V4i[] vectorArray, int count = 0) method LongIndexOfMinY (line 80571) | public static long LongIndexOfMinY(this V4i[] vectorArray, long count ... method IndexOfMaxY (line 80588) | public static int IndexOfMaxY(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 80605) | public static long LongIndexOfMaxY(this V4i[] vectorArray, long count ... method IndexOfMinZ (line 80622) | public static int IndexOfMinZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 80639) | public static long LongIndexOfMinZ(this V4i[] vectorArray, long count ... method IndexOfMaxZ (line 80656) | public static int IndexOfMaxZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 80673) | public static long LongIndexOfMaxZ(this V4i[] vectorArray, long count ... method IndexOfMinW (line 80690) | public static int IndexOfMinW(this V4i[] vectorArray, int count = 0) method LongIndexOfMinW (line 80707) | public static long LongIndexOfMinW(this V4i[] vectorArray, long count ... method IndexOfMaxW (line 80724) | public static int IndexOfMaxW(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxW (line 80741) | public static long LongIndexOfMaxW(this V4i[] vectorArray, long count ... method IndexOfMinX (line 80758) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 80775) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 80792) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 80809) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 80826) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 80843) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 80860) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 80877) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 80893) | public static int[] CopyCoord(this V4i[] self, int index) method LengthSquared (line 88757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 88764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 88775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 88787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 88795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 88803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 88811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 88818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 88835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 88849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 88864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 88872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 88929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 88935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 89008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 89318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 89339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 89346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 89357) | [Pure] method AllTiny (line 89365) | [Pure] method IndexOfClosestPoint (line 89374) | public static int IndexOfClosestPoint(this V4ui[] pointArray, V4ui point) method IndexOfClosestPoint (line 89387) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 89401) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 89415) | public static long LongIndexOfClosestPoint(this V4ui[] pointArray, V4u... method LongIndexOfClosestPoint (line 89428) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 89442) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 89460) | public static int IndexOfMinX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 89477) | public static long LongIndexOfMinX(this V4ui[] vectorArray, long count... method IndexOfMaxX (line 89494) | public static int IndexOfMaxX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 89511) | public static long LongIndexOfMaxX(this V4ui[] vectorArray, long count... method IndexOfMinY (line 89528) | public static int IndexOfMinY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 89545) | public static long LongIndexOfMinY(this V4ui[] vectorArray, long count... method IndexOfMaxY (line 89562) | public static int IndexOfMaxY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 89579) | public static long LongIndexOfMaxY(this V4ui[] vectorArray, long count... method IndexOfMinZ (line 89596) | public static int IndexOfMinZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 89613) | public static long LongIndexOfMinZ(this V4ui[] vectorArray, long count... method IndexOfMaxZ (line 89630) | public static int IndexOfMaxZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 89647) | public static long LongIndexOfMaxZ(this V4ui[] vectorArray, long count... method IndexOfMinW (line 89664) | public static int IndexOfMinW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinW (line 89681) | public static long LongIndexOfMinW(this V4ui[] vectorArray, long count... method IndexOfMaxW (line 89698) | public static int IndexOfMaxW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxW (line 89715) | public static long LongIndexOfMaxW(this V4ui[] vectorArray, long count... method IndexOfMinX (line 89732) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 89749) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 89766) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 89783) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 89800) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 89817) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method IndexOfMinW (line 89834) | public static int IndexOfMinW(this IList vectorArray, int count ... method IndexOfMaxW (line 89851) | public static int IndexOfMaxW(this IList vectorArray, int count ... method CopyCoord (line 89867) | public static uint[] CopyCoord(this V4ui[] self, int index) method LengthSquared (line 101488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 101495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 101506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 101518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 101526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 101534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 101542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 101549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 101566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 101580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 101595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 101603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 101660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 101672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 101685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 101691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 102004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 102074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 102095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 102102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 102113) | [Pure] method AllTiny (line 102121) | [Pure] method IndexOfClosestPoint (line 102130) | public static int IndexOfClosestPoint(this V4l[] pointArray, V4l point) method IndexOfClosestPoint (line 102143) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 102157) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 102171) | public static long LongIndexOfClosestPoint(this V4l[] pointArray, V4l ... method LongIndexOfClosestPoint (line 102184) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 102198) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 102216) | public static int IndexOfMinX(this V4l[] vectorArray, int count = 0) method LongIndexOfMinX (line 102233) | public static long LongIndexOfMinX(this V4l[] vectorArray, long count ... method IndexOfMaxX (line 102250) | public static int IndexOfMaxX(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 102267) | public static long LongIndexOfMaxX(this V4l[] vectorArray, long count ... method IndexOfMinY (line 102284) | public static int IndexOfMinY(this V4l[] vectorArray, int count = 0) method LongIndexOfMinY (line 102301) | public static long LongIndexOfMinY(this V4l[] vectorArray, long count ... method IndexOfMaxY (line 102318) | public static int IndexOfMaxY(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 102335) | public static long LongIndexOfMaxY(this V4l[] vectorArray, long count ... method IndexOfMinZ (line 102352) | public static int IndexOfMinZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 102369) | public static long LongIndexOfMinZ(this V4l[] vectorArray, long count ... method IndexOfMaxZ (line 102386) | public static int IndexOfMaxZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 102403) | public static long LongIndexOfMaxZ(this V4l[] vectorArray, long count ... method IndexOfMinW (line 102420) | public static int IndexOfMinW(this V4l[] vectorArray, int count = 0) method LongIndexOfMinW (line 102437) | public static long LongIndexOfMinW(this V4l[] vectorArray, long count ... method IndexOfMaxW (line 102454) | public static int IndexOfMaxW(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxW (line 102471) | public static long LongIndexOfMaxW(this V4l[] vectorArray, long count ... method IndexOfMinX (line 102488) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 102505) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 102522) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 102539) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 102556) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 102573) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 102590) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 102607) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 102623) | public static long[] CopyCoord(this V4l[] self, int index) method LengthSquared (line 115028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 115035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 115046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 115060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 115072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 115080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 115088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 115096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 115103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 115120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 115134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 115149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 115157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 115238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 115245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 115257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 115270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 115276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 115294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 115305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 115689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 115710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 115717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 115728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 115739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 115754) | [Pure] method AllTiny (line 115762) | [Pure] method AnyFinite (line 115771) | [Pure] method AllFinite (line 115776) | [Pure] method AnyNaN (line 115781) | [Pure] method AllNaN (line 115786) | [Pure] method AnyInfinity (line 115791) | [Pure] method AllInfinity (line 115796) | [Pure] method AnyPositiveInfinity (line 115801) | [Pure] method AllPositiveInfinity (line 115806) | [Pure] method AnyNegativeInfinity (line 115811) | [Pure] method AllNegativeInfinity (line 115816) | [Pure] method AnyTiny (line 115821) | [Pure] method AllTiny (line 115826) | [Pure] method LinCom (line 115835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 115875) | public static int IndexOfClosestPoint(this V4f[] pointArray, V4f point) method IndexOfClosestPoint (line 115888) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 115902) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 115916) | public static long LongIndexOfClosestPoint(this V4f[] pointArray, V4f ... method LongIndexOfClosestPoint (line 115929) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 115943) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 115961) | public static int IndexOfMinX(this V4f[] vectorArray, int count = 0) method LongIndexOfMinX (line 115978) | public static long LongIndexOfMinX(this V4f[] vectorArray, long count ... method IndexOfMaxX (line 115995) | public static int IndexOfMaxX(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 116012) | public static long LongIndexOfMaxX(this V4f[] vectorArray, long count ... method IndexOfMinY (line 116029) | public static int IndexOfMinY(this V4f[] vectorArray, int count = 0) method LongIndexOfMinY (line 116046) | public static long LongIndexOfMinY(this V4f[] vectorArray, long count ... method IndexOfMaxY (line 116063) | public static int IndexOfMaxY(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 116080) | public static long LongIndexOfMaxY(this V4f[] vectorArray, long count ... method IndexOfMinZ (line 116097) | public static int IndexOfMinZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 116114) | public static long LongIndexOfMinZ(this V4f[] vectorArray, long count ... method IndexOfMaxZ (line 116131) | public static int IndexOfMaxZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 116148) | public static long LongIndexOfMaxZ(this V4f[] vectorArray, long count ... method IndexOfMinW (line 116165) | public static int IndexOfMinW(this V4f[] vectorArray, int count = 0) method LongIndexOfMinW (line 116182) | public static long LongIndexOfMinW(this V4f[] vectorArray, long count ... method IndexOfMaxW (line 116199) | public static int IndexOfMaxW(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxW (line 116216) | public static long LongIndexOfMaxW(this V4f[] vectorArray, long count ... method IndexOfMinX (line 116233) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 116250) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 116267) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 116284) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 116301) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 116318) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 116335) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 116352) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 116368) | public static float[] CopyCoord(this V4f[] self, int index) method WeightedSum (line 116380) | public static V4f WeightedSum( method LengthSquared (line 128744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 128751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 128762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 128776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 128788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 128796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 128804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 128812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 128819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 128836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 128850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 128865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 128873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 128954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 128961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 128973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 128986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 128992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 129010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 129021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 129405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 129426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 129433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 129444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 129455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 129470) | [Pure] method AllTiny (line 129478) | [Pure] method AnyFinite (line 129487) | [Pure] method AllFinite (line 129492) | [Pure] method AnyNaN (line 129497) | [Pure] method AllNaN (line 129502) | [Pure] method AnyInfinity (line 129507) | [Pure] method AllInfinity (line 129512) | [Pure] method AnyPositiveInfinity (line 129517) | [Pure] method AllPositiveInfinity (line 129522) | [Pure] method AnyNegativeInfinity (line 129527) | [Pure] method AllNegativeInfinity (line 129532) | [Pure] method AnyTiny (line 129537) | [Pure] method AllTiny (line 129542) | [Pure] method LinCom (line 129551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 129591) | public static int IndexOfClosestPoint(this V4d[] pointArray, V4d point) method IndexOfClosestPoint (line 129604) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 129618) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 129632) | public static long LongIndexOfClosestPoint(this V4d[] pointArray, V4d ... method LongIndexOfClosestPoint (line 129645) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 129659) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 129677) | public static int IndexOfMinX(this V4d[] vectorArray, int count = 0) method LongIndexOfMinX (line 129694) | public static long LongIndexOfMinX(this V4d[] vectorArray, long count ... method IndexOfMaxX (line 129711) | public static int IndexOfMaxX(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 129728) | public static long LongIndexOfMaxX(this V4d[] vectorArray, long count ... method IndexOfMinY (line 129745) | public static int IndexOfMinY(this V4d[] vectorArray, int count = 0) method LongIndexOfMinY (line 129762) | public static long LongIndexOfMinY(this V4d[] vectorArray, long count ... method IndexOfMaxY (line 129779) | public static int IndexOfMaxY(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 129796) | public static long LongIndexOfMaxY(this V4d[] vectorArray, long count ... method IndexOfMinZ (line 129813) | public static int IndexOfMinZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 129830) | public static long LongIndexOfMinZ(this V4d[] vectorArray, long count ... method IndexOfMaxZ (line 129847) | public static int IndexOfMaxZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 129864) | public static long LongIndexOfMaxZ(this V4d[] vectorArray, long count ... method IndexOfMinW (line 129881) | public static int IndexOfMinW(this V4d[] vectorArray, int count = 0) method LongIndexOfMinW (line 129898) | public static long LongIndexOfMinW(this V4d[] vectorArray, long count ... method IndexOfMaxW (line 129915) | public static int IndexOfMaxW(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxW (line 129932) | public static long LongIndexOfMaxW(this V4d[] vectorArray, long count ... method IndexOfMinX (line 129949) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 129966) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 129983) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 130000) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 130017) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 130034) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 130051) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 130068) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 130084) | public static double[] CopyCoord(this V4d[] self, int index) method WeightedSum (line 130096) | public static V4d WeightedSum( class IRandomUniformV4fExtensions (line 116392) | public static class IRandomUniformV4fExtensions method UniformV4f (line 116399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV4fClosed (line 116408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV4fOpen (line 116417) | [MethodImpl(MethodImplOptions.AggressiveInlining)] type V4d (line 116430) | [DataContract] method V4d (line 116449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116461) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116497) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116521) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116533) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116593) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116713) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116797) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116965) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116977) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 116989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117013) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117025) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117037) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117049) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117062) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117071) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117097) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117200) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117212) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117236) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117316) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117367) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method V4d (line 117379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2i (line 117448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2ui (line 117451) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2l (line 117454) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV2f (line 117457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3i (line 117460) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3ui (line 117463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3l (line 117466) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3f (line 117469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4i (line 117472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4ui (line 117475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4l (line 117478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV4f (line 117481) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3b (line 117537) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3us (line 117553) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3ui (line 117569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3f (line 117583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC3d (line 117597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4b (line 117612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4us (line 117627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4ui (line 117642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4f (line 117655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToC4d (line 117668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToFloorV4l (line 117671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToCeilingV4l (line 117675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3iInhomo (line 117682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3uiInhomo (line 117692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3lInhomo (line 117702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3fInhomo (line 117712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToV3dInhomo (line 117722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 117732) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 117739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 117743) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 117755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 117762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 117766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 117778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 117785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 117789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 117801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 117808) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 117812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 117824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 117831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 117835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 117844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 117853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 117862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4i (line 118337) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4ui (line 118341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4l (line 118345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromV4f (line 118349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3b (line 118358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3us (line 118366) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3ui (line 118374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3f (line 118381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC3d (line 118388) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4b (line 118395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4us (line 118402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4ui (line 118409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4f (line 118415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromC4d (line 118421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Abs (line 118521) | [EditorBrowsable(EditorBrowsableState.Never)] method Floor (line 118526) | [EditorBrowsable(EditorBrowsableState.Never)] method Ceiling (line 118531) | [EditorBrowsable(EditorBrowsableState.Never)] method Round (line 118536) | [EditorBrowsable(EditorBrowsableState.Never)] method Truncate (line 118541) | [EditorBrowsable(EditorBrowsableState.Never)] method Acos (line 118546) | [EditorBrowsable(EditorBrowsableState.Never)] method Acoshb (line 118551) | [EditorBrowsable(EditorBrowsableState.Never)] method Cos (line 118556) | [EditorBrowsable(EditorBrowsableState.Never)] method Cosh (line 118561) | [EditorBrowsable(EditorBrowsableState.Never)] method Asin (line 118566) | [EditorBrowsable(EditorBrowsableState.Never)] method Asinhb (line 118571) | [EditorBrowsable(EditorBrowsableState.Never)] method Sin (line 118576) | [EditorBrowsable(EditorBrowsableState.Never)] method Sinh (line 118581) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan (line 118586) | [EditorBrowsable(EditorBrowsableState.Never)] method Atanhb (line 118591) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan2 (line 118596) | [EditorBrowsable(EditorBrowsableState.Never)] method Tan (line 118601) | [EditorBrowsable(EditorBrowsableState.Never)] method Tanh (line 118606) | [EditorBrowsable(EditorBrowsableState.Never)] method Sqrt (line 118611) | [EditorBrowsable(EditorBrowsableState.Never)] method CubeRoot (line 118616) | [EditorBrowsable(EditorBrowsableState.Never)] method Exp (line 118621) | [EditorBrowsable(EditorBrowsableState.Never)] method Log (line 118626) | [EditorBrowsable(EditorBrowsableState.Never)] method LogBinary (line 118631) | [EditorBrowsable(EditorBrowsableState.Never)] method Log10 (line 118636) | [EditorBrowsable(EditorBrowsableState.Never)] method CopySgn (line 118641) | [EditorBrowsable(EditorBrowsableState.Never)] method CopySgn (line 118646) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 118651) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 118656) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 118661) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 118666) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 118671) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 118676) | [EditorBrowsable(EditorBrowsableState.Never)] method Saturate (line 118681) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 118686) | [EditorBrowsable(EditorBrowsableState.Never)] method Set (line 118698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 118710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 118722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 118734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Set (line 118746) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 118923) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 118933) | public override readonly string ToString() method ToString (line 118938) | public readonly string ToString(string format) method ToString (line 118943) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 118951) | public readonly string ToString(string format, IFormatProvider fp, str... method GetHashCode (line 118957) | public override readonly int GetHashCode() method Equals (line 118962) | public override readonly bool Equals(object other) method ToText (line 118965) | public readonly Text ToText(int bracketLevel = 1) method Parse (line 118980) | public static V4d Parse(string s) method Parse (line 118991) | public static V4d Parse(Text t) method Parse (line 118996) | public static V4d Parse(Text t, int bracketLevel) method GetValue (line 127606) | public readonly object GetValue(long index) method SetValue (line 127611) | public void SetValue(object value, long index) class V4dEqualityComparer (line 127620) | public class V4dEqualityComparer : IEqualityComparer method Equals (line 127627) | public bool Equals(V4d v0, V4d v1) method GetHashCode (line 127632) | public int GetHashCode(V4d v) class Fun (line 127640) | public static partial class Fun method Min (line 3588) | [Pure] method Min (line 3598) | [Pure] method Min (line 3608) | [Pure] method Max (line 3618) | [Pure] method Max (line 3628) | [Pure] method Max (line 3638) | [Pure] method Min (line 3648) | [Pure] method Max (line 3658) | [Pure] method Min (line 3668) | [Pure] method Max (line 3678) | [Pure] method Min (line 3688) | [Pure] method Max (line 3698) | [Pure] method Abs (line 3712) | [Pure] method Clamp (line 3726) | [Pure] method Clamp (line 3736) | [Pure] method ClampExcl (line 3746) | [Pure] method ClampExcl (line 3756) | [Pure] method ClampWrap (line 3766) | [Pure] method ClampWrap (line 3776) | [Pure] method Saturate (line 3786) | [Pure] method Sign (line 3800) | [Pure] method Signumi (line 3810) | [Pure] method Signum (line 3820) | [Pure] method MultiplyAdd (line 3834) | [Pure] method MultiplyAdd (line 3844) | [Pure] method MultiplyAdd (line 3854) | [Pure] method Sqrt (line 3868) | [Pure] method Cbrt (line 3878) | [Pure] method Square (line 3892) | [Pure] method Pown (line 3906) | [Pure] method Pown (line 3916) | [Pure] method Pown (line 3926) | [Pure] method Pow (line 3936) | [Pure] method Pow (line 3946) | [Pure] method Pow (line 3956) | [Pure] method Pow (line 3966) | [Pure] method Pow (line 3976) | [Pure] method Pow (line 3986) | [Pure] method Power (line 3996) | [Pure] method Power (line 4007) | [Pure] method Power (line 4018) | [Pure] method Power (line 4029) | [Pure] method Power (line 4040) | [Pure] method Power (line 4051) | [Pure] method Exp (line 4066) | [Pure] method Log (line 4076) | [Pure] method Log2 (line 4086) | [Pure] method Log2Int (line 4096) | [Pure] method Log10 (line 4106) | [Pure] method Log (line 4116) | [Pure] method ModP (line 4130) | [Pure] method PowerOfTwo (line 4144) | [Pure] method NextPowerOfTwo (line 4154) | [Pure] method PrevPowerOfTwo (line 4164) | [Pure] method Step (line 4178) | [Pure] method Step (line 4188) | [Pure] method Lerp (line 4202) | [Pure] method Lerp (line 4212) | [Pure] method Lerp (line 4222) | [Pure] method Lerp (line 4232) | [Pure] method InvLerp (line 4242) | [Pure] method GreatestCommonDivisor (line 4256) | [Pure] method LeastCommonMultiple (line 4266) | [Pure] method FloatFromBits (line 4280) | [Pure] method ApproximateEquals (line 4294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 4308) | [Pure] method Min (line 7747) | [Pure] method Min (line 7757) | [Pure] method Min (line 7767) | [Pure] method Max (line 7777) | [Pure] method Max (line 7787) | [Pure] method Max (line 7797) | [Pure] method Min (line 7807) | [Pure] method Max (line 7817) | [Pure] method Min (line 7827) | [Pure] method Max (line 7837) | [Pure] method Min (line 7847) | [Pure] method Max (line 7857) | [Pure] method Clamp (line 7871) | [Pure] method Clamp (line 7881) | [Pure] method ClampExcl (line 7891) | [Pure] method ClampExcl (line 7901) | [Pure] method ClampWrap (line 7911) | [Pure] method ClampWrap (line 7921) | [Pure] method Saturate (line 7931) | [Pure] method MultiplyAdd (line 7945) | [Pure] method MultiplyAdd (line 7955) | [Pure] method MultiplyAdd (line 7965) | [Pure] method Sqrt (line 7979) | [Pure] method Cbrt (line 7989) | [Pure] method Square (line 8003) | [Pure] method Pown (line 8017) | [Pure] method Pown (line 8027) | [Pure] method Pown (line 8037) | [Pure] method Pown (line 8047) | [Pure] method Pown (line 8057) | [Pure] method Pown (line 8067) | [Pure] method Pow (line 8077) | [Pure] method Pow (line 8087) | [Pure] method Pow (line 8097) | [Pure] method Pow (line 8107) | [Pure] method Pow (line 8117) | [Pure] method Pow (line 8127) | [Pure] method Power (line 8137) | [Pure] method Power (line 8148) | [Pure] method Power (line 8159) | [Pure] method Power (line 8170) | [Pure] method Power (line 8181) | [Pure] method Power (line 8192) | [Pure] method Exp (line 8207) | [Pure] method Log (line 8217) | [Pure] method Log2 (line 8227) | [Pure] method Log2Int (line 8237) | [Pure] method Log10 (line 8247) | [Pure] method Log (line 8257) | [Pure] method Step (line 8271) | [Pure] method Step (line 8281) | [Pure] method Lerp (line 8295) | [Pure] method Lerp (line 8305) | [Pure] method Lerp (line 8315) | [Pure] method Lerp (line 8325) | [Pure] method InvLerp (line 8335) | [Pure] method GreatestCommonDivisor (line 8349) | [Pure] method LeastCommonMultiple (line 8359) | [Pure] method FloatFromUnsignedBits (line 8373) | [Pure] method ApproximateEquals (line 8387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 8401) | [Pure] method Min (line 12893) | [Pure] method Min (line 12903) | [Pure] method Min (line 12913) | [Pure] method Max (line 12923) | [Pure] method Max (line 12933) | [Pure] method Max (line 12943) | [Pure] method Min (line 12953) | [Pure] method Max (line 12963) | [Pure] method Min (line 12973) | [Pure] method Max (line 12983) | [Pure] method Min (line 12993) | [Pure] method Max (line 13003) | [Pure] method Abs (line 13017) | [Pure] method Clamp (line 13031) | [Pure] method Clamp (line 13041) | [Pure] method ClampExcl (line 13051) | [Pure] method ClampExcl (line 13061) | [Pure] method ClampWrap (line 13071) | [Pure] method ClampWrap (line 13081) | [Pure] method Saturate (line 13091) | [Pure] method Sign (line 13105) | [Pure] method Signumi (line 13115) | [Pure] method Signum (line 13125) | [Pure] method MultiplyAdd (line 13139) | [Pure] method MultiplyAdd (line 13149) | [Pure] method MultiplyAdd (line 13159) | [Pure] method Sqrt (line 13173) | [Pure] method Cbrt (line 13183) | [Pure] method Square (line 13197) | [Pure] method Pown (line 13211) | [Pure] method Pown (line 13221) | [Pure] method Pown (line 13231) | [Pure] method Pown (line 13241) | [Pure] method Pown (line 13251) | [Pure] method Pown (line 13261) | [Pure] method Pow (line 13271) | [Pure] method Pow (line 13281) | [Pure] method Pow (line 13291) | [Pure] method Pow (line 13301) | [Pure] method Pow (line 13311) | [Pure] method Pow (line 13321) | [Pure] method Power (line 13331) | [Pure] method Power (line 13342) | [Pure] method Power (line 13353) | [Pure] method Power (line 13364) | [Pure] method Power (line 13375) | [Pure] method Power (line 13386) | [Pure] method Exp (line 13401) | [Pure] method Log (line 13411) | [Pure] method Log2 (line 13421) | [Pure] method Log2Int (line 13431) | [Pure] method Log10 (line 13441) | [Pure] method Log (line 13451) | [Pure] method ModP (line 13465) | [Pure] method PowerOfTwo (line 13479) | [Pure] method NextPowerOfTwo (line 13489) | [Pure] method PrevPowerOfTwo (line 13499) | [Pure] method Step (line 13513) | [Pure] method Step (line 13523) | [Pure] method Lerp (line 13537) | [Pure] method Lerp (line 13547) | [Pure] method Lerp (line 13557) | [Pure] method Lerp (line 13567) | [Pure] method InvLerp (line 13577) | [Pure] method GreatestCommonDivisor (line 13591) | [Pure] method LeastCommonMultiple (line 13601) | [Pure] method FloatFromBits (line 13615) | [Pure] method ApproximateEquals (line 13629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 13643) | [Pure] method Min (line 18465) | [Pure] method Min (line 18475) | [Pure] method Min (line 18485) | [Pure] method Max (line 18495) | [Pure] method Max (line 18505) | [Pure] method Max (line 18515) | [Pure] method Min (line 18525) | [Pure] method Max (line 18535) | [Pure] method Min (line 18545) | [Pure] method Max (line 18555) | [Pure] method Min (line 18565) | [Pure] method Max (line 18575) | [Pure] method Abs (line 18589) | [Pure] method Floor (line 18603) | [Pure] method Ceiling (line 18613) | [Pure] method Round (line 18623) | [Pure] method Round (line 18633) | [Pure] method Round (line 18643) | [Pure] method Round (line 18653) | [Pure] method Truncate (line 18663) | [Pure] method Frac (line 18677) | [Pure] method Clamp (line 18691) | [Pure] method Clamp (line 18701) | [Pure] method ClampWrap (line 18711) | [Pure] method ClampWrap (line 18721) | [Pure] method Saturate (line 18731) | [Pure] method MapToUnitInterval (line 18745) | [Pure] method MapToUnitInterval (line 18755) | [Pure] method MapToUnitInterval (line 18765) | [Pure] method MapToUnitInterval (line 18775) | [Pure] method Sign (line 18789) | [Pure] method Signumi (line 18799) | [Pure] method Signum (line 18809) | [Pure] method MultiplyAdd (line 18823) | [Pure] method MultiplyAdd (line 18833) | [Pure] method MultiplyAdd (line 18843) | [Pure] method CopySign (line 18857) | [Pure] method CopySign (line 18867) | [Pure] method CopySign (line 18877) | [Pure] method Sqrt (line 18891) | [Pure] method Cbrt (line 18901) | [Pure] method Square (line 18915) | [Pure] method Pown (line 18929) | [Pure] method Pown (line 18939) | [Pure] method Pown (line 18949) | [Pure] method Pow (line 18959) | [Pure] method Pow (line 18969) | [Pure] method Pow (line 18979) | [Pure] method Power (line 18989) | [Pure] method Power (line 19000) | [Pure] method Power (line 19011) | [Pure] method Exp (line 19026) | [Pure] method Log (line 19036) | [Pure] method Log2 (line 19046) | [Pure] method Log2Int (line 19056) | [Pure] method Log10 (line 19066) | [Pure] method Log (line 19076) | [Pure] method ModP (line 19090) | [Pure] method PowerOfTwo (line 19104) | [Pure] method Sin (line 19118) | [Pure] method Cos (line 19128) | [Pure] method Tan (line 19138) | [Pure] method Asin (line 19148) | [Pure] method AsinClamped (line 19158) | [Pure] method Acos (line 19168) | [Pure] method AcosClamped (line 19178) | [Pure] method Atan (line 19188) | [Pure] method Atan2 (line 19198) | [Pure] method FastAtan2 (line 19208) | [Pure] method Sinh (line 19218) | [Pure] method Cosh (line 19228) | [Pure] method Tanh (line 19238) | [Pure] method Asinh (line 19248) | [Pure] method Acosh (line 19258) | [Pure] method Atanh (line 19268) | [Pure] method Step (line 19282) | [Pure] method Step (line 19292) | [Pure] method Linearstep (line 19302) | [Pure] method Linearstep (line 19312) | [Pure] method Smoothstep (line 19322) | [Pure] method Smoothstep (line 19332) | [Pure] method Lerp (line 19346) | [Pure] method Lerp (line 19356) | [Pure] method InvLerp (line 19366) | [Pure] method FloatToBits (line 19380) | [Pure] method FloatToUnsignedBits (line 19390) | [Pure] method ApproximateEquals (line 19404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 19414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 19428) | [Pure] method IsTiny (line 19436) | [Pure] method IsNaN (line 19448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 19455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 19462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 19469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 19476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 24690) | [Pure] method Min (line 24700) | [Pure] method Min (line 24710) | [Pure] method Max (line 24720) | [Pure] method Max (line 24730) | [Pure] method Max (line 24740) | [Pure] method Min (line 24750) | [Pure] method Max (line 24760) | [Pure] method Min (line 24770) | [Pure] method Max (line 24780) | [Pure] method Min (line 24790) | [Pure] method Max (line 24800) | [Pure] method Abs (line 24814) | [Pure] method Floor (line 24828) | [Pure] method Ceiling (line 24838) | [Pure] method Round (line 24848) | [Pure] method Round (line 24858) | [Pure] method Round (line 24868) | [Pure] method Round (line 24878) | [Pure] method Truncate (line 24888) | [Pure] method Frac (line 24902) | [Pure] method Clamp (line 24916) | [Pure] method Clamp (line 24926) | [Pure] method ClampWrap (line 24936) | [Pure] method ClampWrap (line 24946) | [Pure] method Saturate (line 24956) | [Pure] method MapToUnitInterval (line 24970) | [Pure] method MapToUnitInterval (line 24980) | [Pure] method MapToUnitInterval (line 24990) | [Pure] method MapToUnitInterval (line 25000) | [Pure] method Sign (line 25014) | [Pure] method Signumi (line 25024) | [Pure] method Signum (line 25034) | [Pure] method MultiplyAdd (line 25048) | [Pure] method MultiplyAdd (line 25058) | [Pure] method MultiplyAdd (line 25068) | [Pure] method CopySign (line 25082) | [Pure] method CopySign (line 25092) | [Pure] method CopySign (line 25102) | [Pure] method Sqrt (line 25116) | [Pure] method Cbrt (line 25126) | [Pure] method Square (line 25140) | [Pure] method Pown (line 25154) | [Pure] method Pown (line 25164) | [Pure] method Pown (line 25174) | [Pure] method Pow (line 25184) | [Pure] method Pow (line 25194) | [Pure] method Pow (line 25204) | [Pure] method Power (line 25214) | [Pure] method Power (line 25225) | [Pure] method Power (line 25236) | [Pure] method Exp (line 25251) | [Pure] method Log (line 25261) | [Pure] method Log2 (line 25271) | [Pure] method Log2Int (line 25281) | [Pure] method Log10 (line 25291) | [Pure] method Log (line 25301) | [Pure] method ModP (line 25315) | [Pure] method PowerOfTwo (line 25329) | [Pure] method Sin (line 25343) | [Pure] method Cos (line 25353) | [Pure] method Tan (line 25363) | [Pure] method Asin (line 25373) | [Pure] method AsinClamped (line 25383) | [Pure] method Acos (line 25393) | [Pure] method AcosClamped (line 25403) | [Pure] method Atan (line 25413) | [Pure] method Atan2 (line 25423) | [Pure] method FastAtan2 (line 25433) | [Pure] method Sinh (line 25443) | [Pure] method Cosh (line 25453) | [Pure] method Tanh (line 25463) | [Pure] method Asinh (line 25473) | [Pure] method Acosh (line 25483) | [Pure] method Atanh (line 25493) | [Pure] method Step (line 25507) | [Pure] method Step (line 25517) | [Pure] method Linearstep (line 25527) | [Pure] method Linearstep (line 25537) | [Pure] method Smoothstep (line 25547) | [Pure] method Smoothstep (line 25557) | [Pure] method Lerp (line 25571) | [Pure] method Lerp (line 25581) | [Pure] method InvLerp (line 25591) | [Pure] method FloatToBits (line 25605) | [Pure] method ApproximateEquals (line 25619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 25629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 25643) | [Pure] method IsTiny (line 25651) | [Pure] method IsNaN (line 25663) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 25670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 25677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 25684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 25691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 33426) | [Pure] method Min (line 33436) | [Pure] method Min (line 33446) | [Pure] method Max (line 33456) | [Pure] method Max (line 33466) | [Pure] method Max (line 33476) | [Pure] method Min (line 33486) | [Pure] method Max (line 33496) | [Pure] method Min (line 33506) | [Pure] method Max (line 33516) | [Pure] method Min (line 33526) | [Pure] method Max (line 33536) | [Pure] method Abs (line 33550) | [Pure] method Clamp (line 33564) | [Pure] method Clamp (line 33574) | [Pure] method ClampExcl (line 33584) | [Pure] method ClampExcl (line 33594) | [Pure] method ClampWrap (line 33604) | [Pure] method ClampWrap (line 33614) | [Pure] method Saturate (line 33624) | [Pure] method Sign (line 33638) | [Pure] method Signumi (line 33648) | [Pure] method Signum (line 33658) | [Pure] method MultiplyAdd (line 33672) | [Pure] method MultiplyAdd (line 33682) | [Pure] method MultiplyAdd (line 33692) | [Pure] method Sqrt (line 33706) | [Pure] method Cbrt (line 33716) | [Pure] method Square (line 33730) | [Pure] method Pown (line 33744) | [Pure] method Pown (line 33754) | [Pure] method Pown (line 33764) | [Pure] method Pow (line 33774) | [Pure] method Pow (line 33784) | [Pure] method Pow (line 33794) | [Pure] method Pow (line 33804) | [Pure] method Pow (line 33814) | [Pure] method Pow (line 33824) | [Pure] method Power (line 33834) | [Pure] method Power (line 33845) | [Pure] method Power (line 33856) | [Pure] method Power (line 33867) | [Pure] method Power (line 33878) | [Pure] method Power (line 33889) | [Pure] method Exp (line 33904) | [Pure] method Log (line 33914) | [Pure] method Log2 (line 33924) | [Pure] method Log2Int (line 33934) | [Pure] method Log10 (line 33944) | [Pure] method Log (line 33954) | [Pure] method ModP (line 33968) | [Pure] method PowerOfTwo (line 33982) | [Pure] method NextPowerOfTwo (line 33992) | [Pure] method PrevPowerOfTwo (line 34002) | [Pure] method Step (line 34016) | [Pure] method Step (line 34026) | [Pure] method Lerp (line 34040) | [Pure] method Lerp (line 34050) | [Pure] method Lerp (line 34060) | [Pure] method Lerp (line 34070) | [Pure] method InvLerp (line 34080) | [Pure] method GreatestCommonDivisor (line 34094) | [Pure] method LeastCommonMultiple (line 34104) | [Pure] method FloatFromBits (line 34118) | [Pure] method ApproximateEquals (line 34132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 34146) | [Pure] method Min (line 39472) | [Pure] method Min (line 39482) | [Pure] method Min (line 39492) | [Pure] method Max (line 39502) | [Pure] method Max (line 39512) | [Pure] method Max (line 39522) | [Pure] method Min (line 39532) | [Pure] method Max (line 39542) | [Pure] method Min (line 39552) | [Pure] method Max (line 39562) | [Pure] method Min (line 39572) | [Pure] method Max (line 39582) | [Pure] method Clamp (line 39596) | [Pure] method Clamp (line 39606) | [Pure] method ClampExcl (line 39616) | [Pure] method ClampExcl (line 39626) | [Pure] method ClampWrap (line 39636) | [Pure] method ClampWrap (line 39646) | [Pure] method Saturate (line 39656) | [Pure] method MultiplyAdd (line 39670) | [Pure] method MultiplyAdd (line 39680) | [Pure] method MultiplyAdd (line 39690) | [Pure] method Sqrt (line 39704) | [Pure] method Cbrt (line 39714) | [Pure] method Square (line 39728) | [Pure] method Pown (line 39742) | [Pure] method Pown (line 39752) | [Pure] method Pown (line 39762) | [Pure] method Pown (line 39772) | [Pure] method Pown (line 39782) | [Pure] method Pown (line 39792) | [Pure] method Pow (line 39802) | [Pure] method Pow (line 39812) | [Pure] method Pow (line 39822) | [Pure] method Pow (line 39832) | [Pure] method Pow (line 39842) | [Pure] method Pow (line 39852) | [Pure] method Power (line 39862) | [Pure] method Power (line 39873) | [Pure] method Power (line 39884) | [Pure] method Power (line 39895) | [Pure] method Power (line 39906) | [Pure] method Power (line 39917) | [Pure] method Exp (line 39932) | [Pure] method Log (line 39942) | [Pure] method Log2 (line 39952) | [Pure] method Log2Int (line 39962) | [Pure] method Log10 (line 39972) | [Pure] method Log (line 39982) | [Pure] method Step (line 39996) | [Pure] method Step (line 40006) | [Pure] method Lerp (line 40020) | [Pure] method Lerp (line 40030) | [Pure] method Lerp (line 40040) | [Pure] method Lerp (line 40050) | [Pure] method InvLerp (line 40060) | [Pure] method GreatestCommonDivisor (line 40074) | [Pure] method LeastCommonMultiple (line 40084) | [Pure] method FloatFromUnsignedBits (line 40098) | [Pure] method ApproximateEquals (line 40112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 40126) | [Pure] method Min (line 47513) | [Pure] method Min (line 47523) | [Pure] method Min (line 47533) | [Pure] method Max (line 47543) | [Pure] method Max (line 47553) | [Pure] method Max (line 47563) | [Pure] method Min (line 47573) | [Pure] method Max (line 47583) | [Pure] method Min (line 47593) | [Pure] method Max (line 47603) | [Pure] method Min (line 47613) | [Pure] method Max (line 47623) | [Pure] method Abs (line 47637) | [Pure] method Clamp (line 47651) | [Pure] method Clamp (line 47661) | [Pure] method ClampExcl (line 47671) | [Pure] method ClampExcl (line 47681) | [Pure] method ClampWrap (line 47691) | [Pure] method ClampWrap (line 47701) | [Pure] method Saturate (line 47711) | [Pure] method Sign (line 47725) | [Pure] method Signumi (line 47735) | [Pure] method Signum (line 47745) | [Pure] method MultiplyAdd (line 47759) | [Pure] method MultiplyAdd (line 47769) | [Pure] method MultiplyAdd (line 47779) | [Pure] method Sqrt (line 47793) | [Pure] method Cbrt (line 47803) | [Pure] method Square (line 47817) | [Pure] method Pown (line 47831) | [Pure] method Pown (line 47841) | [Pure] method Pown (line 47851) | [Pure] method Pown (line 47861) | [Pure] method Pown (line 47871) | [Pure] method Pown (line 47881) | [Pure] method Pow (line 47891) | [Pure] method Pow (line 47901) | [Pure] method Pow (line 47911) | [Pure] method Pow (line 47921) | [Pure] method Pow (line 47931) | [Pure] method Pow (line 47941) | [Pure] method Power (line 47951) | [Pure] method Power (line 47962) | [Pure] method Power (line 47973) | [Pure] method Power (line 47984) | [Pure] method Power (line 47995) | [Pure] method Power (line 48006) | [Pure] method Exp (line 48021) | [Pure] method Log (line 48031) | [Pure] method Log2 (line 48041) | [Pure] method Log2Int (line 48051) | [Pure] method Log10 (line 48061) | [Pure] method Log (line 48071) | [Pure] method ModP (line 48085) | [Pure] method PowerOfTwo (line 48099) | [Pure] method NextPowerOfTwo (line 48109) | [Pure] method PrevPowerOfTwo (line 48119) | [Pure] method Step (line 48133) | [Pure] method Step (line 48143) | [Pure] method Lerp (line 48157) | [Pure] method Lerp (line 48167) | [Pure] method Lerp (line 48177) | [Pure] method Lerp (line 48187) | [Pure] method InvLerp (line 48197) | [Pure] method GreatestCommonDivisor (line 48211) | [Pure] method LeastCommonMultiple (line 48221) | [Pure] method FloatFromBits (line 48235) | [Pure] method ApproximateEquals (line 48249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 48263) | [Pure] method Min (line 56252) | [Pure] method Min (line 56262) | [Pure] method Min (line 56272) | [Pure] method Max (line 56282) | [Pure] method Max (line 56292) | [Pure] method Max (line 56302) | [Pure] method Min (line 56312) | [Pure] method Max (line 56322) | [Pure] method Min (line 56332) | [Pure] method Max (line 56342) | [Pure] method Min (line 56352) | [Pure] method Max (line 56362) | [Pure] method Abs (line 56376) | [Pure] method Floor (line 56390) | [Pure] method Ceiling (line 56400) | [Pure] method Round (line 56410) | [Pure] method Round (line 56420) | [Pure] method Round (line 56430) | [Pure] method Round (line 56440) | [Pure] method Truncate (line 56450) | [Pure] method Frac (line 56464) | [Pure] method Clamp (line 56478) | [Pure] method Clamp (line 56488) | [Pure] method ClampWrap (line 56498) | [Pure] method ClampWrap (line 56508) | [Pure] method Saturate (line 56518) | [Pure] method MapToUnitInterval (line 56532) | [Pure] method MapToUnitInterval (line 56542) | [Pure] method MapToUnitInterval (line 56552) | [Pure] method MapToUnitInterval (line 56562) | [Pure] method Sign (line 56576) | [Pure] method Signumi (line 56586) | [Pure] method Signum (line 56596) | [Pure] method MultiplyAdd (line 56610) | [Pure] method MultiplyAdd (line 56620) | [Pure] method MultiplyAdd (line 56630) | [Pure] method CopySign (line 56644) | [Pure] method CopySign (line 56654) | [Pure] method CopySign (line 56664) | [Pure] method Sqrt (line 56678) | [Pure] method Cbrt (line 56688) | [Pure] method Square (line 56702) | [Pure] method Pown (line 56716) | [Pure] method Pown (line 56726) | [Pure] method Pown (line 56736) | [Pure] method Pow (line 56746) | [Pure] method Pow (line 56756) | [Pure] method Pow (line 56766) | [Pure] method Power (line 56776) | [Pure] method Power (line 56787) | [Pure] method Power (line 56798) | [Pure] method Exp (line 56813) | [Pure] method Log (line 56823) | [Pure] method Log2 (line 56833) | [Pure] method Log2Int (line 56843) | [Pure] method Log10 (line 56853) | [Pure] method Log (line 56863) | [Pure] method ModP (line 56877) | [Pure] method PowerOfTwo (line 56891) | [Pure] method Sin (line 56905) | [Pure] method Cos (line 56915) | [Pure] method Tan (line 56925) | [Pure] method Asin (line 56935) | [Pure] method AsinClamped (line 56945) | [Pure] method Acos (line 56955) | [Pure] method AcosClamped (line 56965) | [Pure] method Atan (line 56975) | [Pure] method Atan2 (line 56985) | [Pure] method FastAtan2 (line 56995) | [Pure] method Sinh (line 57005) | [Pure] method Cosh (line 57015) | [Pure] method Tanh (line 57025) | [Pure] method Asinh (line 57035) | [Pure] method Acosh (line 57045) | [Pure] method Atanh (line 57055) | [Pure] method Step (line 57069) | [Pure] method Step (line 57079) | [Pure] method Linearstep (line 57089) | [Pure] method Linearstep (line 57099) | [Pure] method Smoothstep (line 57109) | [Pure] method Smoothstep (line 57119) | [Pure] method Lerp (line 57133) | [Pure] method Lerp (line 57143) | [Pure] method InvLerp (line 57153) | [Pure] method FloatToBits (line 57167) | [Pure] method FloatToUnsignedBits (line 57177) | [Pure] method ApproximateEquals (line 57191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 57201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 57215) | [Pure] method IsTiny (line 57223) | [Pure] method IsNaN (line 57235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 57242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 57249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 57256) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 57263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 65644) | [Pure] method Min (line 65654) | [Pure] method Min (line 65664) | [Pure] method Max (line 65674) | [Pure] method Max (line 65684) | [Pure] method Max (line 65694) | [Pure] method Min (line 65704) | [Pure] method Max (line 65714) | [Pure] method Min (line 65724) | [Pure] method Max (line 65734) | [Pure] method Min (line 65744) | [Pure] method Max (line 65754) | [Pure] method Abs (line 65768) | [Pure] method Floor (line 65782) | [Pure] method Ceiling (line 65792) | [Pure] method Round (line 65802) | [Pure] method Round (line 65812) | [Pure] method Round (line 65822) | [Pure] method Round (line 65832) | [Pure] method Truncate (line 65842) | [Pure] method Frac (line 65856) | [Pure] method Clamp (line 65870) | [Pure] method Clamp (line 65880) | [Pure] method ClampWrap (line 65890) | [Pure] method ClampWrap (line 65900) | [Pure] method Saturate (line 65910) | [Pure] method MapToUnitInterval (line 65924) | [Pure] method MapToUnitInterval (line 65934) | [Pure] method MapToUnitInterval (line 65944) | [Pure] method MapToUnitInterval (line 65954) | [Pure] method Sign (line 65968) | [Pure] method Signumi (line 65978) | [Pure] method Signum (line 65988) | [Pure] method MultiplyAdd (line 66002) | [Pure] method MultiplyAdd (line 66012) | [Pure] method MultiplyAdd (line 66022) | [Pure] method CopySign (line 66036) | [Pure] method CopySign (line 66046) | [Pure] method CopySign (line 66056) | [Pure] method Sqrt (line 66070) | [Pure] method Cbrt (line 66080) | [Pure] method Square (line 66094) | [Pure] method Pown (line 66108) | [Pure] method Pown (line 66118) | [Pure] method Pown (line 66128) | [Pure] method Pow (line 66138) | [Pure] method Pow (line 66148) | [Pure] method Pow (line 66158) | [Pure] method Power (line 66168) | [Pure] method Power (line 66179) | [Pure] method Power (line 66190) | [Pure] method Exp (line 66205) | [Pure] method Log (line 66215) | [Pure] method Log2 (line 66225) | [Pure] method Log2Int (line 66235) | [Pure] method Log10 (line 66245) | [Pure] method Log (line 66255) | [Pure] method ModP (line 66269) | [Pure] method PowerOfTwo (line 66283) | [Pure] method Sin (line 66297) | [Pure] method Cos (line 66307) | [Pure] method Tan (line 66317) | [Pure] method Asin (line 66327) | [Pure] method AsinClamped (line 66337) | [Pure] method Acos (line 66347) | [Pure] method AcosClamped (line 66357) | [Pure] method Atan (line 66367) | [Pure] method Atan2 (line 66377) | [Pure] method FastAtan2 (line 66387) | [Pure] method Sinh (line 66397) | [Pure] method Cosh (line 66407) | [Pure] method Tanh (line 66417) | [Pure] method Asinh (line 66427) | [Pure] method Acosh (line 66437) | [Pure] method Atanh (line 66447) | [Pure] method Step (line 66461) | [Pure] method Step (line 66471) | [Pure] method Linearstep (line 66481) | [Pure] method Linearstep (line 66491) | [Pure] method Smoothstep (line 66501) | [Pure] method Smoothstep (line 66511) | [Pure] method Lerp (line 66525) | [Pure] method Lerp (line 66535) | [Pure] method InvLerp (line 66545) | [Pure] method FloatToBits (line 66559) | [Pure] method ApproximateEquals (line 66573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 66583) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 66597) | [Pure] method IsTiny (line 66605) | [Pure] method IsNaN (line 66617) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 66624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 66631) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 66638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 66645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 79020) | [Pure] method Min (line 79030) | [Pure] method Min (line 79040) | [Pure] method Max (line 79050) | [Pure] method Max (line 79060) | [Pure] method Max (line 79070) | [Pure] method Min (line 79080) | [Pure] method Max (line 79090) | [Pure] method Min (line 79100) | [Pure] method Max (line 79110) | [Pure] method Min (line 79120) | [Pure] method Max (line 79130) | [Pure] method Abs (line 79144) | [Pure] method Clamp (line 79158) | [Pure] method Clamp (line 79168) | [Pure] method ClampExcl (line 79178) | [Pure] method ClampExcl (line 79188) | [Pure] method ClampWrap (line 79198) | [Pure] method ClampWrap (line 79208) | [Pure] method Saturate (line 79218) | [Pure] method Sign (line 79232) | [Pure] method Signumi (line 79242) | [Pure] method Signum (line 79252) | [Pure] method MultiplyAdd (line 79266) | [Pure] method MultiplyAdd (line 79276) | [Pure] method MultiplyAdd (line 79286) | [Pure] method Sqrt (line 79300) | [Pure] method Cbrt (line 79310) | [Pure] method Square (line 79324) | [Pure] method Pown (line 79338) | [Pure] method Pown (line 79348) | [Pure] method Pown (line 79358) | [Pure] method Pow (line 79368) | [Pure] method Pow (line 79378) | [Pure] method Pow (line 79388) | [Pure] method Pow (line 79398) | [Pure] method Pow (line 79408) | [Pure] method Pow (line 79418) | [Pure] method Power (line 79428) | [Pure] method Power (line 79439) | [Pure] method Power (line 79450) | [Pure] method Power (line 79461) | [Pure] method Power (line 79472) | [Pure] method Power (line 79483) | [Pure] method Exp (line 79498) | [Pure] method Log (line 79508) | [Pure] method Log2 (line 79518) | [Pure] method Log2Int (line 79528) | [Pure] method Log10 (line 79538) | [Pure] method Log (line 79548) | [Pure] method ModP (line 79562) | [Pure] method PowerOfTwo (line 79576) | [Pure] method NextPowerOfTwo (line 79586) | [Pure] method PrevPowerOfTwo (line 79596) | [Pure] method Step (line 79610) | [Pure] method Step (line 79620) | [Pure] method Lerp (line 79634) | [Pure] method Lerp (line 79644) | [Pure] method Lerp (line 79654) | [Pure] method Lerp (line 79664) | [Pure] method InvLerp (line 79674) | [Pure] method GreatestCommonDivisor (line 79688) | [Pure] method LeastCommonMultiple (line 79698) | [Pure] method FloatFromBits (line 79712) | [Pure] method ApproximateEquals (line 79726) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 79740) | [Pure] method Min (line 88085) | [Pure] method Min (line 88095) | [Pure] method Min (line 88105) | [Pure] method Max (line 88115) | [Pure] method Max (line 88125) | [Pure] method Max (line 88135) | [Pure] method Min (line 88145) | [Pure] method Max (line 88155) | [Pure] method Min (line 88165) | [Pure] method Max (line 88175) | [Pure] method Min (line 88185) | [Pure] method Max (line 88195) | [Pure] method Clamp (line 88209) | [Pure] method Clamp (line 88219) | [Pure] method ClampExcl (line 88229) | [Pure] method ClampExcl (line 88239) | [Pure] method ClampWrap (line 88249) | [Pure] method ClampWrap (line 88259) | [Pure] method Saturate (line 88269) | [Pure] method MultiplyAdd (line 88283) | [Pure] method MultiplyAdd (line 88293) | [Pure] method MultiplyAdd (line 88303) | [Pure] method Sqrt (line 88317) | [Pure] method Cbrt (line 88327) | [Pure] method Square (line 88341) | [Pure] method Pown (line 88355) | [Pure] method Pown (line 88365) | [Pure] method Pown (line 88375) | [Pure] method Pown (line 88385) | [Pure] method Pown (line 88395) | [Pure] method Pown (line 88405) | [Pure] method Pow (line 88415) | [Pure] method Pow (line 88425) | [Pure] method Pow (line 88435) | [Pure] method Pow (line 88445) | [Pure] method Pow (line 88455) | [Pure] method Pow (line 88465) | [Pure] method Power (line 88475) | [Pure] method Power (line 88486) | [Pure] method Power (line 88497) | [Pure] method Power (line 88508) | [Pure] method Power (line 88519) | [Pure] method Power (line 88530) | [Pure] method Exp (line 88545) | [Pure] method Log (line 88555) | [Pure] method Log2 (line 88565) | [Pure] method Log2Int (line 88575) | [Pure] method Log10 (line 88585) | [Pure] method Log (line 88595) | [Pure] method Step (line 88609) | [Pure] method Step (line 88619) | [Pure] method Lerp (line 88633) | [Pure] method Lerp (line 88643) | [Pure] method Lerp (line 88653) | [Pure] method Lerp (line 88663) | [Pure] method InvLerp (line 88673) | [Pure] method GreatestCommonDivisor (line 88687) | [Pure] method LeastCommonMultiple (line 88697) | [Pure] method FloatFromUnsignedBits (line 88711) | [Pure] method ApproximateEquals (line 88725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 88739) | [Pure] method Min (line 100720) | [Pure] method Min (line 100730) | [Pure] method Min (line 100740) | [Pure] method Max (line 100750) | [Pure] method Max (line 100760) | [Pure] method Max (line 100770) | [Pure] method Min (line 100780) | [Pure] method Max (line 100790) | [Pure] method Min (line 100800) | [Pure] method Max (line 100810) | [Pure] method Min (line 100820) | [Pure] method Max (line 100830) | [Pure] method Abs (line 100844) | [Pure] method Clamp (line 100858) | [Pure] method Clamp (line 100868) | [Pure] method ClampExcl (line 100878) | [Pure] method ClampExcl (line 100888) | [Pure] method ClampWrap (line 100898) | [Pure] method ClampWrap (line 100908) | [Pure] method Saturate (line 100918) | [Pure] method Sign (line 100932) | [Pure] method Signumi (line 100942) | [Pure] method Signum (line 100952) | [Pure] method MultiplyAdd (line 100966) | [Pure] method MultiplyAdd (line 100976) | [Pure] method MultiplyAdd (line 100986) | [Pure] method Sqrt (line 101000) | [Pure] method Cbrt (line 101010) | [Pure] method Square (line 101024) | [Pure] method Pown (line 101038) | [Pure] method Pown (line 101048) | [Pure] method Pown (line 101058) | [Pure] method Pown (line 101068) | [Pure] method Pown (line 101078) | [Pure] method Pown (line 101088) | [Pure] method Pow (line 101098) | [Pure] method Pow (line 101108) | [Pure] method Pow (line 101118) | [Pure] method Pow (line 101128) | [Pure] method Pow (line 101138) | [Pure] method Pow (line 101148) | [Pure] method Power (line 101158) | [Pure] method Power (line 101169) | [Pure] method Power (line 101180) | [Pure] method Power (line 101191) | [Pure] method Power (line 101202) | [Pure] method Power (line 101213) | [Pure] method Exp (line 101228) | [Pure] method Log (line 101238) | [Pure] method Log2 (line 101248) | [Pure] method Log2Int (line 101258) | [Pure] method Log10 (line 101268) | [Pure] method Log (line 101278) | [Pure] method ModP (line 101292) | [Pure] method PowerOfTwo (line 101306) | [Pure] method NextPowerOfTwo (line 101316) | [Pure] method PrevPowerOfTwo (line 101326) | [Pure] method Step (line 101340) | [Pure] method Step (line 101350) | [Pure] method Lerp (line 101364) | [Pure] method Lerp (line 101374) | [Pure] method Lerp (line 101384) | [Pure] method Lerp (line 101394) | [Pure] method InvLerp (line 101404) | [Pure] method GreatestCommonDivisor (line 101418) | [Pure] method LeastCommonMultiple (line 101428) | [Pure] method FloatFromBits (line 101442) | [Pure] method ApproximateEquals (line 101456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 101470) | [Pure] method Min (line 113921) | [Pure] method Min (line 113931) | [Pure] method Min (line 113941) | [Pure] method Max (line 113951) | [Pure] method Max (line 113961) | [Pure] method Max (line 113971) | [Pure] method Min (line 113981) | [Pure] method Max (line 113991) | [Pure] method Min (line 114001) | [Pure] method Max (line 114011) | [Pure] method Min (line 114021) | [Pure] method Max (line 114031) | [Pure] method Abs (line 114045) | [Pure] method Floor (line 114059) | [Pure] method Ceiling (line 114069) | [Pure] method Round (line 114079) | [Pure] method Round (line 114089) | [Pure] method Round (line 114099) | [Pure] method Round (line 114109) | [Pure] method Truncate (line 114119) | [Pure] method Frac (line 114133) | [Pure] method Clamp (line 114147) | [Pure] method Clamp (line 114157) | [Pure] method ClampWrap (line 114167) | [Pure] method ClampWrap (line 114177) | [Pure] method Saturate (line 114187) | [Pure] method MapToUnitInterval (line 114201) | [Pure] method MapToUnitInterval (line 114211) | [Pure] method MapToUnitInterval (line 114221) | [Pure] method MapToUnitInterval (line 114231) | [Pure] method Sign (line 114245) | [Pure] method Signumi (line 114255) | [Pure] method Signum (line 114265) | [Pure] method MultiplyAdd (line 114279) | [Pure] method MultiplyAdd (line 114289) | [Pure] method MultiplyAdd (line 114299) | [Pure] method CopySign (line 114313) | [Pure] method CopySign (line 114323) | [Pure] method CopySign (line 114333) | [Pure] method Sqrt (line 114347) | [Pure] method Cbrt (line 114357) | [Pure] method Square (line 114371) | [Pure] method Pown (line 114385) | [Pure] method Pown (line 114395) | [Pure] method Pown (line 114405) | [Pure] method Pow (line 114415) | [Pure] method Pow (line 114425) | [Pure] method Pow (line 114435) | [Pure] method Power (line 114445) | [Pure] method Power (line 114456) | [Pure] method Power (line 114467) | [Pure] method Exp (line 114482) | [Pure] method Log (line 114492) | [Pure] method Log2 (line 114502) | [Pure] method Log2Int (line 114512) | [Pure] method Log10 (line 114522) | [Pure] method Log (line 114532) | [Pure] method ModP (line 114546) | [Pure] method PowerOfTwo (line 114560) | [Pure] method Sin (line 114574) | [Pure] method Cos (line 114584) | [Pure] method Tan (line 114594) | [Pure] method Asin (line 114604) | [Pure] method AsinClamped (line 114614) | [Pure] method Acos (line 114624) | [Pure] method AcosClamped (line 114634) | [Pure] method Atan (line 114644) | [Pure] method Atan2 (line 114654) | [Pure] method FastAtan2 (line 114664) | [Pure] method Sinh (line 114674) | [Pure] method Cosh (line 114684) | [Pure] method Tanh (line 114694) | [Pure] method Asinh (line 114704) | [Pure] method Acosh (line 114714) | [Pure] method Atanh (line 114724) | [Pure] method Step (line 114738) | [Pure] method Step (line 114748) | [Pure] method Linearstep (line 114758) | [Pure] method Linearstep (line 114768) | [Pure] method Smoothstep (line 114778) | [Pure] method Smoothstep (line 114788) | [Pure] method Lerp (line 114802) | [Pure] method Lerp (line 114812) | [Pure] method InvLerp (line 114822) | [Pure] method FloatToBits (line 114836) | [Pure] method FloatToUnsignedBits (line 114846) | [Pure] method ApproximateEquals (line 114860) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 114870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 114884) | [Pure] method IsTiny (line 114892) | [Pure] method IsNaN (line 114904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 114911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 114918) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 114925) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 114932) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Min (line 127647) | [Pure] method Min (line 127657) | [Pure] method Min (line 127667) | [Pure] method Max (line 127677) | [Pure] method Max (line 127687) | [Pure] method Max (line 127697) | [Pure] method Min (line 127707) | [Pure] method Max (line 127717) | [Pure] method Min (line 127727) | [Pure] method Max (line 127737) | [Pure] method Min (line 127747) | [Pure] method Max (line 127757) | [Pure] method Abs (line 127771) | [Pure] method Floor (line 127785) | [Pure] method Ceiling (line 127795) | [Pure] method Round (line 127805) | [Pure] method Round (line 127815) | [Pure] method Round (line 127825) | [Pure] method Round (line 127835) | [Pure] method Truncate (line 127845) | [Pure] method Frac (line 127859) | [Pure] method Clamp (line 127873) | [Pure] method Clamp (line 127883) | [Pure] method ClampWrap (line 127893) | [Pure] method ClampWrap (line 127903) | [Pure] method Saturate (line 127913) | [Pure] method MapToUnitInterval (line 127927) | [Pure] method MapToUnitInterval (line 127937) | [Pure] method MapToUnitInterval (line 127947) | [Pure] method MapToUnitInterval (line 127957) | [Pure] method Sign (line 127971) | [Pure] method Signumi (line 127981) | [Pure] method Signum (line 127991) | [Pure] method MultiplyAdd (line 128005) | [Pure] method MultiplyAdd (line 128015) | [Pure] method MultiplyAdd (line 128025) | [Pure] method CopySign (line 128039) | [Pure] method CopySign (line 128049) | [Pure] method CopySign (line 128059) | [Pure] method Sqrt (line 128073) | [Pure] method Cbrt (line 128083) | [Pure] method Square (line 128097) | [Pure] method Pown (line 128111) | [Pure] method Pown (line 128121) | [Pure] method Pown (line 128131) | [Pure] method Pow (line 128141) | [Pure] method Pow (line 128151) | [Pure] method Pow (line 128161) | [Pure] method Power (line 128171) | [Pure] method Power (line 128182) | [Pure] method Power (line 128193) | [Pure] method Exp (line 128208) | [Pure] method Log (line 128218) | [Pure] method Log2 (line 128228) | [Pure] method Log2Int (line 128238) | [Pure] method Log10 (line 128248) | [Pure] method Log (line 128258) | [Pure] method ModP (line 128272) | [Pure] method PowerOfTwo (line 128286) | [Pure] method Sin (line 128300) | [Pure] method Cos (line 128310) | [Pure] method Tan (line 128320) | [Pure] method Asin (line 128330) | [Pure] method AsinClamped (line 128340) | [Pure] method Acos (line 128350) | [Pure] method AcosClamped (line 128360) | [Pure] method Atan (line 128370) | [Pure] method Atan2 (line 128380) | [Pure] method FastAtan2 (line 128390) | [Pure] method Sinh (line 128400) | [Pure] method Cosh (line 128410) | [Pure] method Tanh (line 128420) | [Pure] method Asinh (line 128430) | [Pure] method Acosh (line 128440) | [Pure] method Atanh (line 128450) | [Pure] method Step (line 128464) | [Pure] method Step (line 128474) | [Pure] method Linearstep (line 128484) | [Pure] method Linearstep (line 128494) | [Pure] method Smoothstep (line 128504) | [Pure] method Smoothstep (line 128514) | [Pure] method Lerp (line 128528) | [Pure] method Lerp (line 128538) | [Pure] method InvLerp (line 128548) | [Pure] method FloatToBits (line 128562) | [Pure] method ApproximateEquals (line 128576) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 128586) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 128600) | [Pure] method IsTiny (line 128608) | [Pure] method IsNaN (line 128620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 128627) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 128634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 128641) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 128648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Conversion (line 128655) | public static partial class Conversion method RadiansFromDegrees (line 19490) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 19500) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 19510) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 19520) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 19530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 19540) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 25705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 25715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 25725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 25735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 25745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 25755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 57277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 57288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 57299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 57310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 57321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 57332) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 66659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 66670) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 66681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 66692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 66703) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 66714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 114946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 114958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 114970) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 114982) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 114994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 115006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromDegrees (line 128662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method RadiansFromGons (line 128674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromRadians (line 128686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DegreesFromGons (line 128698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromRadians (line 128710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GonsFromDegrees (line 128722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Vec (line 128737) | public static partial class Vec method LengthSquared (line 4326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 4333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 4344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 4356) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 4364) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 4372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 4380) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 4387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 4402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 4416) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 4423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 4431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 4439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 4471) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 4482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 4496) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 4503) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 4513) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 4524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 4530) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 4546) | public static V2i Cross(this V2i a) method AllSmaller (line 4559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 4579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 4609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 4639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 4669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 4699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4709) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4719) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 4729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4749) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 4759) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4779) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 4789) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4799) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 4819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4829) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 4849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4869) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 4879) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4899) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 4909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 4919) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 4936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 4943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 4954) | [Pure] method AllTiny (line 4962) | [Pure] method IndexOfClosestPoint (line 4971) | public static int IndexOfClosestPoint(this V2i[] pointArray, V2i point) method IndexOfClosestPoint (line 4984) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 4998) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 5012) | public static long LongIndexOfClosestPoint(this V2i[] pointArray, V2i ... method LongIndexOfClosestPoint (line 5025) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 5039) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 5057) | public static int IndexOfMinX(this V2i[] vectorArray, int count = 0) method LongIndexOfMinX (line 5074) | public static long LongIndexOfMinX(this V2i[] vectorArray, long count ... method IndexOfMaxX (line 5091) | public static int IndexOfMaxX(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 5108) | public static long LongIndexOfMaxX(this V2i[] vectorArray, long count ... method IndexOfMinY (line 5125) | public static int IndexOfMinY(this V2i[] vectorArray, int count = 0) method LongIndexOfMinY (line 5142) | public static long LongIndexOfMinY(this V2i[] vectorArray, long count ... method IndexOfMaxY (line 5159) | public static int IndexOfMaxY(this V2i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 5176) | public static long LongIndexOfMaxY(this V2i[] vectorArray, long count ... method IndexOfMinX (line 5193) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 5210) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 5227) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 5244) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 5260) | public static int[] CopyCoord(this V2i[] self, int index) method LengthSquared (line 8419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 8426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 8437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 8449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 8457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 8465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 8473) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 8480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 8495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 8509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 8516) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 8524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 8532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8541) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 8564) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 8575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 8589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 8595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8624) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 8634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8654) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 8664) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8674) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8684) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 8694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8704) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 8724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 8754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 8784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 8814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 8844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 8874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 8904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 8934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 8964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 8974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 8991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 8998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 9009) | [Pure] method AllTiny (line 9017) | [Pure] method IndexOfClosestPoint (line 9026) | public static int IndexOfClosestPoint(this V2ui[] pointArray, V2ui point) method IndexOfClosestPoint (line 9039) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 9053) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 9067) | public static long LongIndexOfClosestPoint(this V2ui[] pointArray, V2u... method LongIndexOfClosestPoint (line 9080) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 9094) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 9112) | public static int IndexOfMinX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 9129) | public static long LongIndexOfMinX(this V2ui[] vectorArray, long count... method IndexOfMaxX (line 9146) | public static int IndexOfMaxX(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 9163) | public static long LongIndexOfMaxX(this V2ui[] vectorArray, long count... method IndexOfMinY (line 9180) | public static int IndexOfMinY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 9197) | public static long LongIndexOfMinY(this V2ui[] vectorArray, long count... method IndexOfMaxY (line 9214) | public static int IndexOfMaxY(this V2ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 9231) | public static long LongIndexOfMaxY(this V2ui[] vectorArray, long count... method IndexOfMinX (line 9248) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 9265) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 9282) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 9299) | public static int IndexOfMaxY(this IList vectorArray, int count ... method CopyCoord (line 9315) | public static uint[] CopyCoord(this V2ui[] self, int index) method LengthSquared (line 13661) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 13668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 13679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 13691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 13699) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 13707) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 13715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 13722) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 13737) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 13751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 13758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 13766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 13774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13783) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 13806) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 13817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 13831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 13838) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 13848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 13859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 13865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 13881) | public static V2l Cross(this V2l a) method AllSmaller (line 13894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 13914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 13944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 13974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 13994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 14004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 14034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 14064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 14094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 14124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 14154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 14184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 14214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 14244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 14254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 14271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 14278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 14289) | [Pure] method AllTiny (line 14297) | [Pure] method IndexOfClosestPoint (line 14306) | public static int IndexOfClosestPoint(this V2l[] pointArray, V2l point) method IndexOfClosestPoint (line 14319) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 14333) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 14347) | public static long LongIndexOfClosestPoint(this V2l[] pointArray, V2l ... method LongIndexOfClosestPoint (line 14360) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 14374) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 14392) | public static int IndexOfMinX(this V2l[] vectorArray, int count = 0) method LongIndexOfMinX (line 14409) | public static long LongIndexOfMinX(this V2l[] vectorArray, long count ... method IndexOfMaxX (line 14426) | public static int IndexOfMaxX(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 14443) | public static long LongIndexOfMaxX(this V2l[] vectorArray, long count ... method IndexOfMinY (line 14460) | public static int IndexOfMinY(this V2l[] vectorArray, int count = 0) method LongIndexOfMinY (line 14477) | public static long LongIndexOfMinY(this V2l[] vectorArray, long count ... method IndexOfMaxY (line 14494) | public static int IndexOfMaxY(this V2l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 14511) | public static long LongIndexOfMaxY(this V2l[] vectorArray, long count ... method IndexOfMinX (line 14528) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 14545) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 14562) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 14579) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 14595) | public static long[] CopyCoord(this V2l[] self, int index) method LengthSquared (line 19560) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 19567) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 19578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 19590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 19602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 19610) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 19618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 19626) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 19633) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 19648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 19662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 19669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 19677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 19685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19694) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19712) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 19729) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 19747) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 19766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 19773) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 19780) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 19790) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 19801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 19807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 19821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 19832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 19853) | public static V2f Cross(this V2f a) method AllSmaller (line 19866) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19876) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 19886) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 19916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19926) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19936) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 19946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19956) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19966) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 19976) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 19996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 20006) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20026) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 20036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20056) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 20066) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20076) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20086) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 20096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20106) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20116) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 20126) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20136) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20146) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 20156) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20176) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 20186) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20196) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 20216) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 20226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 20243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 20250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 20261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 20272) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 20283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 20298) | [Pure] method AllTiny (line 20306) | [Pure] method AnyFinite (line 20315) | [Pure] method AllFinite (line 20320) | [Pure] method AnyNaN (line 20325) | [Pure] method AllNaN (line 20330) | [Pure] method AnyInfinity (line 20335) | [Pure] method AllInfinity (line 20340) | [Pure] method AnyPositiveInfinity (line 20345) | [Pure] method AllPositiveInfinity (line 20350) | [Pure] method AnyNegativeInfinity (line 20355) | [Pure] method AllNegativeInfinity (line 20360) | [Pure] method AnyTiny (line 20365) | [Pure] method AllTiny (line 20370) | [Pure] method Dot90 (line 20382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 20391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 20400) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 20410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 20420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 20430) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 20440) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20456) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20474) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 20480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 20490) | public static int IndexOfClosestPoint(this V2f[] pointArray, V2f point) method IndexOfClosestPoint (line 20503) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 20517) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 20531) | public static long LongIndexOfClosestPoint(this V2f[] pointArray, V2f ... method LongIndexOfClosestPoint (line 20544) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 20558) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 20576) | public static int IndexOfMinX(this V2f[] vectorArray, int count = 0) method LongIndexOfMinX (line 20593) | public static long LongIndexOfMinX(this V2f[] vectorArray, long count ... method IndexOfMaxX (line 20610) | public static int IndexOfMaxX(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 20627) | public static long LongIndexOfMaxX(this V2f[] vectorArray, long count ... method IndexOfMinY (line 20644) | public static int IndexOfMinY(this V2f[] vectorArray, int count = 0) method LongIndexOfMinY (line 20661) | public static long LongIndexOfMinY(this V2f[] vectorArray, long count ... method IndexOfMaxY (line 20678) | public static int IndexOfMaxY(this V2f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 20695) | public static long LongIndexOfMaxY(this V2f[] vectorArray, long count ... method IndexOfMinX (line 20712) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 20729) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 20746) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 20763) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 20779) | public static float[] CopyCoord(this V2f[] self, int index) method WeightedSum (line 20789) | public static V2f WeightedSum( method LengthSquared (line 25775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 25782) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 25793) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 25805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 25817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 25825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 25833) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 25841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 25848) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 25863) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25870) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 25877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 25884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 25892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 25900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25909) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25927) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 25944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 25962) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 25981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 25988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 25995) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 26005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 26016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 26022) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 26036) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 26047) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 26068) | public static V2d Cross(this V2d a) method AllSmaller (line 26081) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26091) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 26101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 26131) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 26161) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26181) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 26191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26211) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 26221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26231) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 26251) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26261) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26271) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 26281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 26311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26331) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 26341) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26351) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26361) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 26371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26381) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 26401) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26411) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26421) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 26431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 26441) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 26458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 26465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 26476) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 26487) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 26498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 26513) | [Pure] method AllTiny (line 26521) | [Pure] method AnyFinite (line 26530) | [Pure] method AllFinite (line 26535) | [Pure] method AnyNaN (line 26540) | [Pure] method AllNaN (line 26545) | [Pure] method AnyInfinity (line 26550) | [Pure] method AllInfinity (line 26555) | [Pure] method AnyPositiveInfinity (line 26560) | [Pure] method AllPositiveInfinity (line 26565) | [Pure] method AnyNegativeInfinity (line 26570) | [Pure] method AllNegativeInfinity (line 26575) | [Pure] method AnyTiny (line 26580) | [Pure] method AllTiny (line 26585) | [Pure] method Dot90 (line 26597) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 26606) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 26615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 26625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 26635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 26645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 26655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26677) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26683) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 26695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 26705) | public static int IndexOfClosestPoint(this V2d[] pointArray, V2d point) method IndexOfClosestPoint (line 26718) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 26732) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 26746) | public static long LongIndexOfClosestPoint(this V2d[] pointArray, V2d ... method LongIndexOfClosestPoint (line 26759) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 26773) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 26791) | public static int IndexOfMinX(this V2d[] vectorArray, int count = 0) method LongIndexOfMinX (line 26808) | public static long LongIndexOfMinX(this V2d[] vectorArray, long count ... method IndexOfMaxX (line 26825) | public static int IndexOfMaxX(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 26842) | public static long LongIndexOfMaxX(this V2d[] vectorArray, long count ... method IndexOfMinY (line 26859) | public static int IndexOfMinY(this V2d[] vectorArray, int count = 0) method LongIndexOfMinY (line 26876) | public static long LongIndexOfMinY(this V2d[] vectorArray, long count ... method IndexOfMaxY (line 26893) | public static int IndexOfMaxY(this V2d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 26910) | public static long LongIndexOfMaxY(this V2d[] vectorArray, long count ... method IndexOfMinX (line 26927) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 26944) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 26961) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 26978) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method CopyCoord (line 26994) | public static double[] CopyCoord(this V2d[] self, int index) method WeightedSum (line 27004) | public static V2d WeightedSum( method LengthSquared (line 34164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 34171) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 34182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 34194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 34202) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 34210) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 34218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 34225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 34241) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 34255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 34262) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 34270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 34278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34287) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 34310) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 34321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 34335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 34346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 34358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 34367) | public static M33i CrossMatrix(this V3i v) method DirFlags (line 34374) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 34390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34408) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34418) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 34428) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34448) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 34458) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34468) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34478) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 34488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34498) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 34518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34528) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34538) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 34548) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34558) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 34578) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34588) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34598) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 34608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34618) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34628) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 34638) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34648) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34658) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 34668) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34678) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34688) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 34698) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34718) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 34728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34738) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34748) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 34758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 34768) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 34787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 34794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 34805) | [Pure] method AllTiny (line 34813) | [Pure] method IndexOfClosestPoint (line 34822) | public static int IndexOfClosestPoint(this V3i[] pointArray, V3i point) method IndexOfClosestPoint (line 34835) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 34849) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 34863) | public static long LongIndexOfClosestPoint(this V3i[] pointArray, V3i ... method LongIndexOfClosestPoint (line 34876) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 34890) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 34908) | public static int IndexOfMinX(this V3i[] vectorArray, int count = 0) method LongIndexOfMinX (line 34925) | public static long LongIndexOfMinX(this V3i[] vectorArray, long count ... method IndexOfMaxX (line 34942) | public static int IndexOfMaxX(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 34959) | public static long LongIndexOfMaxX(this V3i[] vectorArray, long count ... method IndexOfMinY (line 34976) | public static int IndexOfMinY(this V3i[] vectorArray, int count = 0) method LongIndexOfMinY (line 34993) | public static long LongIndexOfMinY(this V3i[] vectorArray, long count ... method IndexOfMaxY (line 35010) | public static int IndexOfMaxY(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 35027) | public static long LongIndexOfMaxY(this V3i[] vectorArray, long count ... method IndexOfMinZ (line 35044) | public static int IndexOfMinZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 35061) | public static long LongIndexOfMinZ(this V3i[] vectorArray, long count ... method IndexOfMaxZ (line 35078) | public static int IndexOfMaxZ(this V3i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 35095) | public static long LongIndexOfMaxZ(this V3i[] vectorArray, long count ... method IndexOfMinX (line 35112) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 35129) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 35146) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 35163) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 35180) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 35197) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 35213) | public static int[] CopyCoord(this V3i[] self, int index) method LengthSquared (line 40144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 40151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 40162) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 40174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 40182) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 40190) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 40198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 40205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 40221) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 40235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 40242) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 40250) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 40258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40267) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 40290) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 40301) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 40315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 40321) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40352) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 40362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40382) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 40392) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40402) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 40422) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40442) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 40452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40462) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 40482) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40492) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40502) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 40512) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40522) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40532) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 40542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40552) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40562) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 40572) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40582) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40592) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 40602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40622) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 40632) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40642) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40652) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 40662) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40682) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 40692) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 40702) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 40721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 40728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 40739) | [Pure] method AllTiny (line 40747) | [Pure] method IndexOfClosestPoint (line 40756) | public static int IndexOfClosestPoint(this V3ui[] pointArray, V3ui point) method IndexOfClosestPoint (line 40769) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 40783) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 40797) | public static long LongIndexOfClosestPoint(this V3ui[] pointArray, V3u... method LongIndexOfClosestPoint (line 40810) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 40824) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 40842) | public static int IndexOfMinX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 40859) | public static long LongIndexOfMinX(this V3ui[] vectorArray, long count... method IndexOfMaxX (line 40876) | public static int IndexOfMaxX(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 40893) | public static long LongIndexOfMaxX(this V3ui[] vectorArray, long count... method IndexOfMinY (line 40910) | public static int IndexOfMinY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 40927) | public static long LongIndexOfMinY(this V3ui[] vectorArray, long count... method IndexOfMaxY (line 40944) | public static int IndexOfMaxY(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 40961) | public static long LongIndexOfMaxY(this V3ui[] vectorArray, long count... method IndexOfMinZ (line 40978) | public static int IndexOfMinZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 40995) | public static long LongIndexOfMinZ(this V3ui[] vectorArray, long count... method IndexOfMaxZ (line 41012) | public static int IndexOfMaxZ(this V3ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 41029) | public static long LongIndexOfMaxZ(this V3ui[] vectorArray, long count... method IndexOfMinX (line 41046) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 41063) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 41080) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 41097) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 41114) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 41131) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method CopyCoord (line 41147) | public static uint[] CopyCoord(this V3ui[] self, int index) method LengthSquared (line 48281) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 48288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 48299) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 48311) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 48319) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 48327) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 48335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 48342) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 48358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 48372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 48379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 48387) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 48395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48415) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 48427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 48438) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 48452) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 48463) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 48475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 48484) | public static M33l CrossMatrix(this V3l v) method DirFlags (line 48491) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 48507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48525) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48535) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 48545) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48555) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48565) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 48575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48585) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 48605) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48615) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48625) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 48635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48645) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 48665) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48675) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 48695) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48705) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48715) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 48725) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48745) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 48755) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 48785) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48805) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 48815) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 48845) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48855) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 48875) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 48885) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 48904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 48911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 48922) | [Pure] method AllTiny (line 48930) | [Pure] method IndexOfClosestPoint (line 48939) | public static int IndexOfClosestPoint(this V3l[] pointArray, V3l point) method IndexOfClosestPoint (line 48952) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 48966) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 48980) | public static long LongIndexOfClosestPoint(this V3l[] pointArray, V3l ... method LongIndexOfClosestPoint (line 48993) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 49007) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 49025) | public static int IndexOfMinX(this V3l[] vectorArray, int count = 0) method LongIndexOfMinX (line 49042) | public static long LongIndexOfMinX(this V3l[] vectorArray, long count ... method IndexOfMaxX (line 49059) | public static int IndexOfMaxX(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 49076) | public static long LongIndexOfMaxX(this V3l[] vectorArray, long count ... method IndexOfMinY (line 49093) | public static int IndexOfMinY(this V3l[] vectorArray, int count = 0) method LongIndexOfMinY (line 49110) | public static long LongIndexOfMinY(this V3l[] vectorArray, long count ... method IndexOfMaxY (line 49127) | public static int IndexOfMaxY(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 49144) | public static long LongIndexOfMaxY(this V3l[] vectorArray, long count ... method IndexOfMinZ (line 49161) | public static int IndexOfMinZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 49178) | public static long LongIndexOfMinZ(this V3l[] vectorArray, long count ... method IndexOfMaxZ (line 49195) | public static int IndexOfMaxZ(this V3l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 49212) | public static long LongIndexOfMaxZ(this V3l[] vectorArray, long count ... method IndexOfMinX (line 49229) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 49246) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 49263) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 49280) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 49297) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 49314) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 49330) | public static long[] CopyCoord(this V3l[] self, int index) method LengthSquared (line 57353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 57360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 57371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 57384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 57396) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 57404) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 57412) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 57420) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 57427) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 57443) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57450) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 57457) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 57464) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 57472) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 57480) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57507) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 57524) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 57542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 57561) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 57568) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 57579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 57591) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 57600) | public static M33f CrossMatrix(this V3f v) method DirFlags (line 57607) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 57623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 57634) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 57653) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57671) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57681) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 57691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57701) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57711) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 57721) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57731) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57741) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 57751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57761) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57771) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 57781) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57791) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57801) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 57811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57831) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 57841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57851) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 57871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57891) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 57901) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57911) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57921) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 57931) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57941) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57951) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 57961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57971) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57981) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 57991) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58001) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58011) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 58021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 58031) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 58050) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 58057) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 58069) | public static V3f AxisAlignedNormal(this V3f v) method AngleBetweenFast (line 58101) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 58112) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 58127) | [Pure] method AllTiny (line 58135) | [Pure] method AnyFinite (line 58144) | [Pure] method AllFinite (line 58149) | [Pure] method AnyNaN (line 58154) | [Pure] method AllNaN (line 58159) | [Pure] method AnyInfinity (line 58164) | [Pure] method AllInfinity (line 58169) | [Pure] method AnyPositiveInfinity (line 58174) | [Pure] method AllPositiveInfinity (line 58179) | [Pure] method AnyNegativeInfinity (line 58184) | [Pure] method AllNegativeInfinity (line 58189) | [Pure] method AnyTiny (line 58194) | [Pure] method AllTiny (line 58199) | [Pure] method LinCom (line 58208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58226) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58232) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 58238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 58248) | public static int IndexOfClosestPoint(this V3f[] pointArray, V3f point) method IndexOfClosestPoint (line 58261) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 58275) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 58289) | public static long LongIndexOfClosestPoint(this V3f[] pointArray, V3f ... method LongIndexOfClosestPoint (line 58302) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 58316) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 58334) | public static int IndexOfMinX(this V3f[] vectorArray, int count = 0) method LongIndexOfMinX (line 58351) | public static long LongIndexOfMinX(this V3f[] vectorArray, long count ... method IndexOfMaxX (line 58368) | public static int IndexOfMaxX(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 58385) | public static long LongIndexOfMaxX(this V3f[] vectorArray, long count ... method IndexOfMinY (line 58402) | public static int IndexOfMinY(this V3f[] vectorArray, int count = 0) method LongIndexOfMinY (line 58419) | public static long LongIndexOfMinY(this V3f[] vectorArray, long count ... method IndexOfMaxY (line 58436) | public static int IndexOfMaxY(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 58453) | public static long LongIndexOfMaxY(this V3f[] vectorArray, long count ... method IndexOfMinZ (line 58470) | public static int IndexOfMinZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 58487) | public static long LongIndexOfMinZ(this V3f[] vectorArray, long count ... method IndexOfMaxZ (line 58504) | public static int IndexOfMaxZ(this V3f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 58521) | public static long LongIndexOfMaxZ(this V3f[] vectorArray, long count ... method IndexOfMinX (line 58538) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 58555) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 58572) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 58589) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 58606) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 58623) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 58639) | public static float[] CopyCoord(this V3f[] self, int index) method WeightedSum (line 58650) | public static V3f WeightedSum( method LengthSquared (line 66735) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 66742) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 66753) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 66766) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 66778) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 66786) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 66794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 66802) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 66809) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 66825) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66832) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 66839) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 66846) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 66854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 66862) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66871) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66889) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 66906) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 66924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 66943) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 66950) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 66961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 66973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 66982) | public static M33d CrossMatrix(this V3d v) method DirFlags (line 66989) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 67005) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 67016) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 67035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67053) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67063) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 67073) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67083) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 67103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67123) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 67133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67153) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 67163) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67173) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67183) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 67193) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67203) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67213) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 67223) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67233) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67243) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 67253) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67273) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 67283) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67293) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 67313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67323) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67333) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 67343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67353) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67363) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 67373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67393) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 67403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 67413) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 67432) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 67439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 67451) | public static V3d AxisAlignedNormal(this V3d v) method AngleBetweenFast (line 67483) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 67494) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 67509) | [Pure] method AllTiny (line 67517) | [Pure] method AnyFinite (line 67526) | [Pure] method AllFinite (line 67531) | [Pure] method AnyNaN (line 67536) | [Pure] method AllNaN (line 67541) | [Pure] method AnyInfinity (line 67546) | [Pure] method AllInfinity (line 67551) | [Pure] method AnyPositiveInfinity (line 67556) | [Pure] method AllPositiveInfinity (line 67561) | [Pure] method AnyNegativeInfinity (line 67566) | [Pure] method AllNegativeInfinity (line 67571) | [Pure] method AnyTiny (line 67576) | [Pure] method AllTiny (line 67581) | [Pure] method LinCom (line 67590) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67596) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67602) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67608) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67614) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 67620) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 67630) | public static int IndexOfClosestPoint(this V3d[] pointArray, V3d point) method IndexOfClosestPoint (line 67643) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 67657) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 67671) | public static long LongIndexOfClosestPoint(this V3d[] pointArray, V3d ... method LongIndexOfClosestPoint (line 67684) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 67698) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 67716) | public static int IndexOfMinX(this V3d[] vectorArray, int count = 0) method LongIndexOfMinX (line 67733) | public static long LongIndexOfMinX(this V3d[] vectorArray, long count ... method IndexOfMaxX (line 67750) | public static int IndexOfMaxX(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 67767) | public static long LongIndexOfMaxX(this V3d[] vectorArray, long count ... method IndexOfMinY (line 67784) | public static int IndexOfMinY(this V3d[] vectorArray, int count = 0) method LongIndexOfMinY (line 67801) | public static long LongIndexOfMinY(this V3d[] vectorArray, long count ... method IndexOfMaxY (line 67818) | public static int IndexOfMaxY(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 67835) | public static long LongIndexOfMaxY(this V3d[] vectorArray, long count ... method IndexOfMinZ (line 67852) | public static int IndexOfMinZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 67869) | public static long LongIndexOfMinZ(this V3d[] vectorArray, long count ... method IndexOfMaxZ (line 67886) | public static int IndexOfMaxZ(this V3d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 67903) | public static long LongIndexOfMaxZ(this V3d[] vectorArray, long count ... method IndexOfMinX (line 67920) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 67937) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 67954) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 67971) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 67988) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 68005) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method CopyCoord (line 68021) | public static double[] CopyCoord(this V3d[] self, int index) method WeightedSum (line 68032) | public static V3d WeightedSum( method LengthSquared (line 79758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 79765) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 79776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 79788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 79796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 79804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 79812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 79819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 79836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 79850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 79857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 79865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 79873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79893) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 79905) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 79916) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 79930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 79942) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 79955) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 79961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 79994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 80004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 80034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 80064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 80094) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80104) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80114) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 80124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80144) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 80154) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80174) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 80184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80194) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80204) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 80214) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80224) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80234) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 80244) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80254) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80264) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 80274) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80284) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 80304) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80314) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80324) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 80334) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 80344) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 80365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 80372) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 80383) | [Pure] method AllTiny (line 80391) | [Pure] method IndexOfClosestPoint (line 80400) | public static int IndexOfClosestPoint(this V4i[] pointArray, V4i point) method IndexOfClosestPoint (line 80413) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 80427) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 80441) | public static long LongIndexOfClosestPoint(this V4i[] pointArray, V4i ... method LongIndexOfClosestPoint (line 80454) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 80468) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 80486) | public static int IndexOfMinX(this V4i[] vectorArray, int count = 0) method LongIndexOfMinX (line 80503) | public static long LongIndexOfMinX(this V4i[] vectorArray, long count ... method IndexOfMaxX (line 80520) | public static int IndexOfMaxX(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxX (line 80537) | public static long LongIndexOfMaxX(this V4i[] vectorArray, long count ... method IndexOfMinY (line 80554) | public static int IndexOfMinY(this V4i[] vectorArray, int count = 0) method LongIndexOfMinY (line 80571) | public static long LongIndexOfMinY(this V4i[] vectorArray, long count ... method IndexOfMaxY (line 80588) | public static int IndexOfMaxY(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxY (line 80605) | public static long LongIndexOfMaxY(this V4i[] vectorArray, long count ... method IndexOfMinZ (line 80622) | public static int IndexOfMinZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMinZ (line 80639) | public static long LongIndexOfMinZ(this V4i[] vectorArray, long count ... method IndexOfMaxZ (line 80656) | public static int IndexOfMaxZ(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 80673) | public static long LongIndexOfMaxZ(this V4i[] vectorArray, long count ... method IndexOfMinW (line 80690) | public static int IndexOfMinW(this V4i[] vectorArray, int count = 0) method LongIndexOfMinW (line 80707) | public static long LongIndexOfMinW(this V4i[] vectorArray, long count ... method IndexOfMaxW (line 80724) | public static int IndexOfMaxW(this V4i[] vectorArray, int count = 0) method LongIndexOfMaxW (line 80741) | public static long LongIndexOfMaxW(this V4i[] vectorArray, long count ... method IndexOfMinX (line 80758) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 80775) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 80792) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 80809) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 80826) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 80843) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 80860) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 80877) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 80893) | public static int[] CopyCoord(this V4i[] self, int index) method LengthSquared (line 88757) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 88764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 88775) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 88787) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 88795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 88803) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 88811) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 88818) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 88835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88842) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 88849) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 88856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 88864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 88872) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88881) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88892) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 88904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 88915) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 88929) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 88935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88958) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88968) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 88978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88988) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 88998) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 89008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89018) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 89038) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89048) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 89068) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89078) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 89098) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89108) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89118) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 89128) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89138) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89148) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 89158) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89168) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 89188) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89198) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89208) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 89218) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 89248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 89278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89288) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89298) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 89308) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 89318) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 89339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 89346) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 89357) | [Pure] method AllTiny (line 89365) | [Pure] method IndexOfClosestPoint (line 89374) | public static int IndexOfClosestPoint(this V4ui[] pointArray, V4ui point) method IndexOfClosestPoint (line 89387) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 89401) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 89415) | public static long LongIndexOfClosestPoint(this V4ui[] pointArray, V4u... method LongIndexOfClosestPoint (line 89428) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 89442) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 89460) | public static int IndexOfMinX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinX (line 89477) | public static long LongIndexOfMinX(this V4ui[] vectorArray, long count... method IndexOfMaxX (line 89494) | public static int IndexOfMaxX(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxX (line 89511) | public static long LongIndexOfMaxX(this V4ui[] vectorArray, long count... method IndexOfMinY (line 89528) | public static int IndexOfMinY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinY (line 89545) | public static long LongIndexOfMinY(this V4ui[] vectorArray, long count... method IndexOfMaxY (line 89562) | public static int IndexOfMaxY(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxY (line 89579) | public static long LongIndexOfMaxY(this V4ui[] vectorArray, long count... method IndexOfMinZ (line 89596) | public static int IndexOfMinZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinZ (line 89613) | public static long LongIndexOfMinZ(this V4ui[] vectorArray, long count... method IndexOfMaxZ (line 89630) | public static int IndexOfMaxZ(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 89647) | public static long LongIndexOfMaxZ(this V4ui[] vectorArray, long count... method IndexOfMinW (line 89664) | public static int IndexOfMinW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMinW (line 89681) | public static long LongIndexOfMinW(this V4ui[] vectorArray, long count... method IndexOfMaxW (line 89698) | public static int IndexOfMaxW(this V4ui[] vectorArray, int count = 0) method LongIndexOfMaxW (line 89715) | public static long LongIndexOfMaxW(this V4ui[] vectorArray, long count... method IndexOfMinX (line 89732) | public static int IndexOfMinX(this IList vectorArray, int count ... method IndexOfMaxX (line 89749) | public static int IndexOfMaxX(this IList vectorArray, int count ... method IndexOfMinY (line 89766) | public static int IndexOfMinY(this IList vectorArray, int count ... method IndexOfMaxY (line 89783) | public static int IndexOfMaxY(this IList vectorArray, int count ... method IndexOfMinZ (line 89800) | public static int IndexOfMinZ(this IList vectorArray, int count ... method IndexOfMaxZ (line 89817) | public static int IndexOfMaxZ(this IList vectorArray, int count ... method IndexOfMinW (line 89834) | public static int IndexOfMinW(this IList vectorArray, int count ... method IndexOfMaxW (line 89851) | public static int IndexOfMaxW(this IList vectorArray, int count ... method CopyCoord (line 89867) | public static uint[] CopyCoord(this V4ui[] self, int index) method LengthSquared (line 101488) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 101495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 101506) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 101518) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 101526) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 101534) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 101542) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 101549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 101566) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101573) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 101580) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 101587) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 101595) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 101603) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101612) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101623) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 101635) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 101646) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 101660) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 101672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 101685) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 101691) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101714) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101724) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 101734) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101754) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 101764) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101774) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101784) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 101794) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 101824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101834) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101844) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 101854) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101864) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101874) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 101884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101894) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101904) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 101914) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101924) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101934) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 101944) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101964) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 101974) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101984) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 101994) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 102004) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102014) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102024) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 102034) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102044) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102054) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 102064) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 102074) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 102095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 102102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 102113) | [Pure] method AllTiny (line 102121) | [Pure] method IndexOfClosestPoint (line 102130) | public static int IndexOfClosestPoint(this V4l[] pointArray, V4l point) method IndexOfClosestPoint (line 102143) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 102157) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 102171) | public static long LongIndexOfClosestPoint(this V4l[] pointArray, V4l ... method LongIndexOfClosestPoint (line 102184) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 102198) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 102216) | public static int IndexOfMinX(this V4l[] vectorArray, int count = 0) method LongIndexOfMinX (line 102233) | public static long LongIndexOfMinX(this V4l[] vectorArray, long count ... method IndexOfMaxX (line 102250) | public static int IndexOfMaxX(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxX (line 102267) | public static long LongIndexOfMaxX(this V4l[] vectorArray, long count ... method IndexOfMinY (line 102284) | public static int IndexOfMinY(this V4l[] vectorArray, int count = 0) method LongIndexOfMinY (line 102301) | public static long LongIndexOfMinY(this V4l[] vectorArray, long count ... method IndexOfMaxY (line 102318) | public static int IndexOfMaxY(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxY (line 102335) | public static long LongIndexOfMaxY(this V4l[] vectorArray, long count ... method IndexOfMinZ (line 102352) | public static int IndexOfMinZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMinZ (line 102369) | public static long LongIndexOfMinZ(this V4l[] vectorArray, long count ... method IndexOfMaxZ (line 102386) | public static int IndexOfMaxZ(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 102403) | public static long LongIndexOfMaxZ(this V4l[] vectorArray, long count ... method IndexOfMinW (line 102420) | public static int IndexOfMinW(this V4l[] vectorArray, int count = 0) method LongIndexOfMinW (line 102437) | public static long LongIndexOfMinW(this V4l[] vectorArray, long count ... method IndexOfMaxW (line 102454) | public static int IndexOfMaxW(this V4l[] vectorArray, int count = 0) method LongIndexOfMaxW (line 102471) | public static long LongIndexOfMaxW(this V4l[] vectorArray, long count ... method IndexOfMinX (line 102488) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 102505) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 102522) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 102539) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 102556) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 102573) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 102590) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 102607) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 102623) | public static long[] CopyCoord(this V4l[] self, int index) method LengthSquared (line 115028) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 115035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 115046) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 115060) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 115072) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 115080) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 115088) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 115096) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 115103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 115120) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115127) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 115134) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 115141) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 115149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 115157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115166) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115184) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 115201) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 115219) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 115238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 115245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 115257) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 115270) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 115276) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 115294) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 115305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115329) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115339) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 115349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115359) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 115379) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115389) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115399) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 115409) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115419) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115429) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 115439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115449) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115459) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 115469) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115479) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115489) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 115499) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115509) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115519) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 115529) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115539) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115549) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 115559) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115579) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 115589) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115599) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115609) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 115619) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115629) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115639) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 115649) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115659) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115669) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 115679) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 115689) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 115710) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 115717) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 115728) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 115739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 115754) | [Pure] method AllTiny (line 115762) | [Pure] method AnyFinite (line 115771) | [Pure] method AllFinite (line 115776) | [Pure] method AnyNaN (line 115781) | [Pure] method AllNaN (line 115786) | [Pure] method AnyInfinity (line 115791) | [Pure] method AllInfinity (line 115796) | [Pure] method AnyPositiveInfinity (line 115801) | [Pure] method AllPositiveInfinity (line 115806) | [Pure] method AnyNegativeInfinity (line 115811) | [Pure] method AllNegativeInfinity (line 115816) | [Pure] method AnyTiny (line 115821) | [Pure] method AllTiny (line 115826) | [Pure] method LinCom (line 115835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115847) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115853) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115859) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 115865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 115875) | public static int IndexOfClosestPoint(this V4f[] pointArray, V4f point) method IndexOfClosestPoint (line 115888) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 115902) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 115916) | public static long LongIndexOfClosestPoint(this V4f[] pointArray, V4f ... method LongIndexOfClosestPoint (line 115929) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 115943) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 115961) | public static int IndexOfMinX(this V4f[] vectorArray, int count = 0) method LongIndexOfMinX (line 115978) | public static long LongIndexOfMinX(this V4f[] vectorArray, long count ... method IndexOfMaxX (line 115995) | public static int IndexOfMaxX(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxX (line 116012) | public static long LongIndexOfMaxX(this V4f[] vectorArray, long count ... method IndexOfMinY (line 116029) | public static int IndexOfMinY(this V4f[] vectorArray, int count = 0) method LongIndexOfMinY (line 116046) | public static long LongIndexOfMinY(this V4f[] vectorArray, long count ... method IndexOfMaxY (line 116063) | public static int IndexOfMaxY(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxY (line 116080) | public static long LongIndexOfMaxY(this V4f[] vectorArray, long count ... method IndexOfMinZ (line 116097) | public static int IndexOfMinZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMinZ (line 116114) | public static long LongIndexOfMinZ(this V4f[] vectorArray, long count ... method IndexOfMaxZ (line 116131) | public static int IndexOfMaxZ(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 116148) | public static long LongIndexOfMaxZ(this V4f[] vectorArray, long count ... method IndexOfMinW (line 116165) | public static int IndexOfMinW(this V4f[] vectorArray, int count = 0) method LongIndexOfMinW (line 116182) | public static long LongIndexOfMinW(this V4f[] vectorArray, long count ... method IndexOfMaxW (line 116199) | public static int IndexOfMaxW(this V4f[] vectorArray, int count = 0) method LongIndexOfMaxW (line 116216) | public static long LongIndexOfMaxW(this V4f[] vectorArray, long count ... method IndexOfMinX (line 116233) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 116250) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 116267) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 116284) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 116301) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 116318) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 116335) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 116352) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 116368) | public static float[] CopyCoord(this V4f[] self, int index) method WeightedSum (line 116380) | public static V4f WeightedSum( method LengthSquared (line 128744) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 128751) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 128762) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 128776) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 128788) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 128796) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 128804) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 128812) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 128819) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 128836) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128843) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 128850) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 128857) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 128865) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 128873) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128882) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128900) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 128917) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 128935) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 128954) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 128961) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 128973) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 128986) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirFlags (line 128992) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 129010) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 129021) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129045) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129055) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmaller (line 129065) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129075) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129085) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmaller (line 129095) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreater (line 129125) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129145) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreater (line 129155) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129165) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129175) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllSmallerOrEqual (line 129185) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129195) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnySmallerOrEqual (line 129215) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129225) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllGreaterOrEqual (line 129245) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129255) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129265) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyGreaterOrEqual (line 129275) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129285) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllEqual (line 129305) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129315) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129325) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyEqual (line 129335) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129345) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AllDifferent (line 129365) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129375) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129385) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyDifferent (line 129395) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 129405) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 129426) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 129433) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenFast (line 129444) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 129455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 129470) | [Pure] method AllTiny (line 129478) | [Pure] method AnyFinite (line 129487) | [Pure] method AllFinite (line 129492) | [Pure] method AnyNaN (line 129497) | [Pure] method AllNaN (line 129502) | [Pure] method AnyInfinity (line 129507) | [Pure] method AllInfinity (line 129512) | [Pure] method AnyPositiveInfinity (line 129517) | [Pure] method AllPositiveInfinity (line 129522) | [Pure] method AnyNegativeInfinity (line 129527) | [Pure] method AllNegativeInfinity (line 129532) | [Pure] method AnyTiny (line 129537) | [Pure] method AllTiny (line 129542) | [Pure] method LinCom (line 129551) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129557) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129563) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129569) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129575) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 129581) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IndexOfClosestPoint (line 129591) | public static int IndexOfClosestPoint(this V4d[] pointArray, V4d point) method IndexOfClosestPoint (line 129604) | public static int IndexOfClosestPoint( method IndexOfClosestPoint (line 129618) | public static int IndexOfClosestPoint( method LongIndexOfClosestPoint (line 129632) | public static long LongIndexOfClosestPoint(this V4d[] pointArray, V4d ... method LongIndexOfClosestPoint (line 129645) | public static long LongIndexOfClosestPoint( method LongIndexOfClosestPoint (line 129659) | public static long LongIndexOfClosestPoint( method IndexOfMinX (line 129677) | public static int IndexOfMinX(this V4d[] vectorArray, int count = 0) method LongIndexOfMinX (line 129694) | public static long LongIndexOfMinX(this V4d[] vectorArray, long count ... method IndexOfMaxX (line 129711) | public static int IndexOfMaxX(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxX (line 129728) | public static long LongIndexOfMaxX(this V4d[] vectorArray, long count ... method IndexOfMinY (line 129745) | public static int IndexOfMinY(this V4d[] vectorArray, int count = 0) method LongIndexOfMinY (line 129762) | public static long LongIndexOfMinY(this V4d[] vectorArray, long count ... method IndexOfMaxY (line 129779) | public static int IndexOfMaxY(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxY (line 129796) | public static long LongIndexOfMaxY(this V4d[] vectorArray, long count ... method IndexOfMinZ (line 129813) | public static int IndexOfMinZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMinZ (line 129830) | public static long LongIndexOfMinZ(this V4d[] vectorArray, long count ... method IndexOfMaxZ (line 129847) | public static int IndexOfMaxZ(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxZ (line 129864) | public static long LongIndexOfMaxZ(this V4d[] vectorArray, long count ... method IndexOfMinW (line 129881) | public static int IndexOfMinW(this V4d[] vectorArray, int count = 0) method LongIndexOfMinW (line 129898) | public static long LongIndexOfMinW(this V4d[] vectorArray, long count ... method IndexOfMaxW (line 129915) | public static int IndexOfMaxW(this V4d[] vectorArray, int count = 0) method LongIndexOfMaxW (line 129932) | public static long LongIndexOfMaxW(this V4d[] vectorArray, long count ... method IndexOfMinX (line 129949) | public static int IndexOfMinX(this IList vectorArray, int count = 0) method IndexOfMaxX (line 129966) | public static int IndexOfMaxX(this IList vectorArray, int count = 0) method IndexOfMinY (line 129983) | public static int IndexOfMinY(this IList vectorArray, int count = 0) method IndexOfMaxY (line 130000) | public static int IndexOfMaxY(this IList vectorArray, int count = 0) method IndexOfMinZ (line 130017) | public static int IndexOfMinZ(this IList vectorArray, int count = 0) method IndexOfMaxZ (line 130034) | public static int IndexOfMaxZ(this IList vectorArray, int count = 0) method IndexOfMinW (line 130051) | public static int IndexOfMinW(this IList vectorArray, int count = 0) method IndexOfMaxW (line 130068) | public static int IndexOfMaxW(this IList vectorArray, int count = 0) method CopyCoord (line 130084) | public static double[] CopyCoord(this V4d[] self, int index) method WeightedSum (line 130096) | public static V4d WeightedSum( class IRandomUniformV4dExtensions (line 130108) | public static class IRandomUniformV4dExtensions method UniformV4d (line 130115) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV4dClosed (line 130124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV4dOpen (line 130133) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV4dFull (line 130142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV4dFullClosed (line 130151) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UniformV4dFullOpen (line 130160) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Math/Vectors/Vector_template.cs type DirFlags (line 23) | [Flags] type __vtype__ (line 92) | [DataContract] method __vtype__ (line 110) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __vtype__ (line 121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __vtype__ (line 132) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __vtype__ (line 143) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __vtype__ (line 157) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __vtype__ (line 180) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __vtype__ (line 205) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __vtype__ (line 217) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __vtype__ (line 240) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __vtype__ (line 269) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method To__vtype1__ (line 303) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method To__type1__ (line 349) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method To__floor__V__d____ichar__ (line 358) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method To__vtype1__Inhomo (line 373) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method To__vtype1__Homo (line 390) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 403) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Copy (line 410) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 414) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 423) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CopyTo (line 431) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToArray (line 439) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__vtype1__ (line 795) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method From__type1__ (line 817) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPolar (line 824) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromPolar (line 828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromCubeFaceCode (line 841) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length_Sse41 (line 861) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Abs (line 1106) | [EditorBrowsable(EditorBrowsableState.Never)] method Floor (line 1113) | [EditorBrowsable(EditorBrowsableState.Never)] method Ceiling (line 1118) | [EditorBrowsable(EditorBrowsableState.Never)] method Round (line 1123) | [EditorBrowsable(EditorBrowsableState.Never)] method Truncate (line 1128) | [EditorBrowsable(EditorBrowsableState.Never)] method Acos (line 1133) | [EditorBrowsable(EditorBrowsableState.Never)] method Acoshb (line 1138) | [EditorBrowsable(EditorBrowsableState.Never)] method Cos (line 1143) | [EditorBrowsable(EditorBrowsableState.Never)] method Cosh (line 1148) | [EditorBrowsable(EditorBrowsableState.Never)] method Asin (line 1153) | [EditorBrowsable(EditorBrowsableState.Never)] method Asinhb (line 1158) | [EditorBrowsable(EditorBrowsableState.Never)] method Sin (line 1163) | [EditorBrowsable(EditorBrowsableState.Never)] method Sinh (line 1168) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan (line 1173) | [EditorBrowsable(EditorBrowsableState.Never)] method Atanhb (line 1178) | [EditorBrowsable(EditorBrowsableState.Never)] method Atan2 (line 1183) | [EditorBrowsable(EditorBrowsableState.Never)] method Tan (line 1188) | [EditorBrowsable(EditorBrowsableState.Never)] method Tanh (line 1193) | [EditorBrowsable(EditorBrowsableState.Never)] method Sqrt (line 1198) | [EditorBrowsable(EditorBrowsableState.Never)] method CubeRoot (line 1203) | [EditorBrowsable(EditorBrowsableState.Never)] method Exp (line 1208) | [EditorBrowsable(EditorBrowsableState.Never)] method Log (line 1213) | [EditorBrowsable(EditorBrowsableState.Never)] method LogBinary (line 1218) | [EditorBrowsable(EditorBrowsableState.Never)] method Log10 (line 1223) | [EditorBrowsable(EditorBrowsableState.Never)] method CopySgn (line 1228) | [EditorBrowsable(EditorBrowsableState.Never)] method CopySgn (line 1233) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 1242) | [EditorBrowsable(EditorBrowsableState.Never)] method LinearInterp (line 1247) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 1253) | [EditorBrowsable(EditorBrowsableState.Never)] method Min (line 1258) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 1263) | [EditorBrowsable(EditorBrowsableState.Never)] method Max (line 1268) | [EditorBrowsable(EditorBrowsableState.Never)] method Saturate (line 1273) | [EditorBrowsable(EditorBrowsableState.Never)] method DivideByInt (line 1279) | [EditorBrowsable(EditorBrowsableState.Never)] method Set (line 1295) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __opaction__ (line 1355) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __opaction__ (line 1362) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __opaction__ (line 1369) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __op__ (line 1384) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __op__ (line 1391) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __op__ (line 1398) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 1465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToString (line 1475) | public override readonly string ToString() method ToString (line 1480) | public readonly string ToString(string format) method ToString (line 1485) | public readonly string ToString(string format, IFormatProvider fp) method ToString (line 1493) | public readonly string ToString(string format, IFormatProvider fp, str... method GetHashCode (line 1499) | public override readonly int GetHashCode() method Equals (line 1504) | public override readonly bool Equals(object other) method ToText (line 1507) | public readonly Text ToText(int bracketLevel = 1) method Parse (line 1519) | public static __vtype__ Parse(string s) method Parse (line 1527) | public static __vtype__ Parse(Text t) method Parse (line 1532) | public static __vtype__ Parse(Text t, int bracketLevel) method GetValue (line 1673) | public readonly object GetValue(long index) method SetValue (line 1678) | public void SetValue(object value, long index) class __vtype__EqualityComparer (line 1687) | public class __vtype__EqualityComparer : IEqualityComparer<__vtype__> method Equals (line 1694) | public bool Equals(__vtype__ v0, __vtype__ v1) method GetHashCode (line 1699) | public int GetHashCode(__vtype__ v) class Fun (line 1707) | public static partial class Fun method Name__ (line 1727) | [Pure] method ApproximateEquals (line 1758) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ApproximateEquals (line 1769) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsTiny (line 1784) | [Pure] method IsTiny (line 1793) | [Pure] method IsNaN (line 1807) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinity (line 1814) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsPositiveInfinity (line 1821) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNegativeInfinity (line 1828) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsFinite (line 1835) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Conversion (line 1844) | public static partial class Conversion method __u1__From__u2__ (line 1856) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class Vec (line 1870) | public static partial class Vec method LengthSquared (line 1877) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Length (line 1884) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalize (line 1896) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Normalized (line 1910) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm1 (line 1922) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm2 (line 1930) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMax (line 1938) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method NormMin (line 1946) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Norm (line 1953) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceSquared (line 1967) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 1978) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance1 (line 1985) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Distance (line 1996) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMax (line 2008) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceMin (line 2020) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToLine (line 2035) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DistanceToInfiniteLine (line 2058) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Orthogonal (line 2084) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reciprocal (line 2093) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Negate (line 2102) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Outer (line 2113) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot (line 2124) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method CrossMatrix (line 2134) | public static __mtype__ CrossMatrix(this __vtype__ v) method DirFlags (line 2142) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Reflect (line 2159) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Refract (line 2170) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 2191) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Cross (line 2208) | public static __vtype__ Cross(this __vtype__ a) method All__opName__ (line 2228) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method All__opName__ (line 2238) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method All__opName__ (line 2248) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Any__opName__ (line 2258) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Any__opName__ (line 2268) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Any__opName__ (line 2278) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LexicalCompare (line 2289) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MinElement (line 2306) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method MaxElement (line 2313) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AxisAlignedNormal (line 2326) | public static __vtype__ AxisAlignedNormal(this __vtype__ v) method AngleBetweenFast (line 2360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetween (line 2371) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AngleBetweenSigned (line 2383) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method AnyTiny (line 2400) | [Pure] method AllTiny (line 2408) | [Pure] method __qant____cond__ (line 2422) | [Pure] method Dot90 (line 2437) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot180 (line 2446) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Dot270 (line 2455) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirLeftOfLineValue (line 2465) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method DirRightOfLineValue (line 2475) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosLeftOfLineValue (line 2485) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method PosRightOfLineValue (line 2495) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LinCom (line 2508) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method __prefix__IndexOfClosestPoint (line 2523) | public static __itype__ __prefix__IndexOfClosestPoint(this __vtype__[]... method __prefix__IndexOfClosestPoint (line 2536) | public static __itype__ __prefix__IndexOfClosestPoint( method __prefix__IndexOfClosestPoint (line 2550) | public static __itype__ __prefix__IndexOfClosestPoint( method __prefix__IndexOf__fun____f__ (line 2581) | public static __itype__ __prefix__IndexOf__fun____f__(this __atype__ v... method CopyCoord (line 2601) | public static __ftype__[] CopyCoord(this __vtype__[] self, int index) method WeightedSum (line 2613) | public static __vtype__ WeightedSum( class IRandomUniform__vtype__Extensions (line 2626) | public static class IRandomUniform__vtype__Extensions method Uniform__vtype____v__ (line 2644) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Uniform__vtype____v__ (line 2655) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Uniform__vtype____v__Direction (line 2672) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Uniform__vtype____v__Direction (line 2686) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Uniform__vtype____v____sv__Sphere (line 2708) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Uniform__vtype__ (line 2730) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Uniform__vtype__ (line 2739) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Aardvark.Base/Random/ForcedRandomSeries.cs class ForcedRandomSeries (line 10) | public class ForcedRandomSeries : IRandomSeries method ReadSeries (line 24) | public static V2i[] ReadSeries(string frsSqFile) method ForcedRandomSeries (line 42) | public ForcedRandomSeries(V2i[] series, int matrixSize, IRandomUniform... method ForcedRandomSeries (line 57) | public ForcedRandomSeries(V2i[] series, IRandomUniform rnd, bool jitte... method ForcedRandomSeries (line 66) | public ForcedRandomSeries(string frsSqFile, IRandomUniform rndSeed, bo... method UniformDouble (line 71) | public double UniformDouble(int seriesIndex) FILE: src/Aardvark.Base/Random/HaltonRandomSeries.cs class HaltonRandomSeries (line 8) | public class HaltonRandomSeries : IRandomSeries method HaltonRandomSeries (line 10) | public HaltonRandomSeries( method UniformDouble (line 18) | public double UniformDouble(int seriesIndex) FILE: src/Aardvark.Base/Random/IRandomDistribution.cs type IRandomDistribution (line 3) | public interface IRandomDistribution method GetDouble (line 8) | double GetDouble(); FILE: src/Aardvark.Base/Random/IRandomSeries.cs type IRandomSeries (line 12) | public interface IRandomSeries method UniformDouble (line 14) | double UniformDouble(int seriesIndex); class RandomSeriesExtensions (line 17) | public static class RandomSeriesExtensions method UniformV3dDirection (line 25) | public static V3d UniformV3dDirection(this IRandomSeries rnd, int si0,... FILE: src/Aardvark.Base/Random/IRandomUniform.cs type IRandomUniform (line 11) | public interface IRandomUniform method ReSeed (line 31) | void ReSeed(int seed); method UniformInt (line 41) | int UniformInt(); method UniformUInt (line 47) | uint UniformUInt(); method UniformLong (line 53) | long UniformLong(); method UniformULong (line 59) | ulong UniformULong(); method UniformFloat (line 69) | float UniformFloat(); method UniformFloatClosed (line 75) | float UniformFloatClosed(); method UniformFloatOpen (line 81) | float UniformFloatOpen(); method UniformDouble (line 88) | double UniformDouble(); method UniformDoubleClosed (line 95) | double UniformDoubleClosed(); method UniformDoubleOpen (line 102) | double UniformDoubleOpen(); class IRandomUniformExtensions (line 107) | public static class IRandomUniformExtensions method RandomBit (line 116) | public static bool RandomBit( method UniformInt (line 145) | public static int UniformInt(this IRandomUniform rnd, int size) method UniformLong (line 160) | public static long UniformLong(this IRandomUniform rnd, long size) method UniformIntNonZero (line 171) | public static int UniformIntNonZero(this IRandomUniform rnd) method UniformLongNonZero (line 181) | public static long UniformLongNonZero(this IRandomUniform rnd) method UniformDoubleFull (line 199) | public static double UniformDoubleFull(this IRandomUniform rnd) method UniformDoubleFullClosed (line 212) | public static double UniformDoubleFullClosed(this IRandomUniform rnd) method UniformDoubleFullOpen (line 225) | public static double UniformDoubleFullOpen(this IRandomUniform rnd) method CreateUniformIntArray (line 246) | public static int[] CreateUniformIntArray( method CreateUniformLongArray (line 258) | public static long[] CreateUniformLongArray( method CreateUniformFloatArray (line 270) | public static float[] CreateUniformFloatArray( method CreateUniformDoubleArray (line 282) | public static double[] CreateUniformDoubleArray( method CreateUniformDoubleFullArray (line 294) | public static double[] CreateUniformDoubleFullArray( method FillUniform (line 306) | public static void FillUniform(this IRandomUniform rnd, int[] array) method FillUniform (line 317) | public static void FillUniform(this IRandomUniform rnd, long[] array) method FillUniform (line 328) | public static void FillUniform(this IRandomUniform rnd, float[] array) method FillUniform (line 339) | public static void FillUniform( method FillUniformFull (line 351) | public static void FillUniformFull( method CreatePermutationArray (line 371) | public static int[] CreatePermutationArray( method CreatePermutationArrayLong (line 383) | public static long[] CreatePermutationArrayLong( method CreateRandomSubsetOfSize (line 407) | public static T[] CreateRandomSubsetOfSize( method CreateRandomSubsetOfSize (line 430) | public static T[] CreateRandomSubsetOfSize( method CreateSmallRandomSubsetIndexArrayLong (line 461) | public static long[] CreateSmallRandomSubsetIndexArrayLong( method CreateSmallRandomOrderedSubsetIndexArrayLong (line 485) | public static long[] CreateSmallRandomOrderedSubsetIndexArrayLong( method CreateSmallRandomSubsetIndexArray (line 503) | public static int[] CreateSmallRandomSubsetIndexArray( method CreateSmallRandomOrderedSubsetIndexArray (line 527) | public static int[] CreateSmallRandomOrderedSubsetIndexArray( method Randomize (line 544) | public static void Randomize( method Randomize (line 564) | public static void Randomize( method Randomize (line 573) | public static void Randomize( method Randomize (line 585) | public static void Randomize( method Randomize (line 596) | public static void Randomize( method Randomize (line 607) | public static void Randomize( method Gaussian (line 623) | public static double Gaussian(this IRandomUniform rnd, double mean = 0... class IRandomEnumerableExtensions (line 636) | public static class IRandomEnumerableExtensions method RandomOrder (line 643) | public static IEnumerable RandomOrder(this IEnumerable self, ... FILE: src/Aardvark.Base/Random/PerlinNoise.cs class PerlinNoise (line 9) | public class PerlinNoise method PerlinNoise (line 25) | public PerlinNoise() method Noise (line 49) | public float Noise(int x) method Noise (line 65) | public float Noise(int x, int y) method Noise (line 83) | public float Noise(int x, int y, int z) method SmoothNoise (line 96) | public float SmoothNoise(int x) method SmoothNoise (line 99) | public float SmoothNoise(int x, int y) method SmoothNoise (line 107) | public float SmoothNoise(int x, int y, int z) method InterpolateNoise (line 133) | public float InterpolateNoise(float x) method InterpolateNoise (line 144) | public float InterpolateNoise(float x, float y) method InterpolateNoise (line 164) | public float InterpolateNoise(float x, float y, float z) method PerlinNoise1F (line 195) | public float PerlinNoise1F(float x, float amplitude, float frequencyX) method PerlinNoise2F (line 200) | public float PerlinNoise2F(float x, float y, float amplitude, float fr... method PerlinNoise3F (line 205) | public float PerlinNoise3F(float x, float y, float z, float amplitude,... method GenerateLookup (line 214) | void GenerateLookup(int maxX) method GenerateLookup (line 228) | void GenerateLookup(int maxX, int maxY) method GenerateLookup (line 251) | void GenerateLookup(int maxX, int maxY, int maxZ) class ImprovedNoise (line 278) | public static class ImprovedNoise method Noise (line 280) | public static double Noise(double x, double y, double z) method Fade (line 303) | static double Fade(double t) => t * t * t * (t * (t * 6 - 15) + 10); method Lerp (line 305) | static double Lerp(double t, double a, double b) => a + t * (b - a); method Grad (line 307) | static double Grad(int hash, double x, double y, double z) method ImprovedNoise (line 335) | static ImprovedNoise() FILE: src/Aardvark.Base/Random/Prime.cs class Prime (line 5) | public static class Prime method IsTrueFor (line 10) | public static bool IsTrueFor(long value) method WithIndex (line 38) | public static int WithIndex(int primeIndex) method InverseWithIndex (line 49) | public static double InverseWithIndex(int primeIndex) method CalculateUpToIndex (line 68) | private static void CalculateUpToIndex(int last) method Prime (line 109) | static Prime() FILE: src/Aardvark.Base/Random/PseudoRandomSeries.cs class PseudoRandomSeries (line 11) | public class PseudoRandomSeries : IRandomSeries method PseudoRandomSeries (line 15) | public PseudoRandomSeries(IRandomUniform rnd) method UniformDouble (line 20) | public double UniformDouble(int seriesIndex) FILE: src/Aardvark.Base/Random/Quasi.cs class Quasi (line 3) | public static class Quasi method QuasiHalton (line 20) | public static double QuasiHalton( method QuasiHaltonWithIndex (line 46) | public static double QuasiHaltonWithIndex( FILE: src/Aardvark.Base/Random/RandomDistributions.cs class RandomGaussian (line 10) | public class RandomGaussian : IRandomDistribution method RandomGaussian (line 15) | public RandomGaussian(IRandomUniform rndUniform) method GetDouble (line 26) | public double GetDouble() method GetDouble (line 63) | public double GetDouble(double mean, double standardDeviation) FILE: src/Aardvark.Base/Random/RandomIEnumerableExtensions.cs class RandomIEnumerableExtensions (line 6) | public static class RandomIEnumerableExtensions method TakeRandomly (line 11) | public static IEnumerable TakeRandomly(this IEnumerable self,... method TakeRandomly (line 24) | public static IEnumerable TakeRandomly(this IEnumerable se... FILE: src/Aardvark.Base/Random/RandomSample.cs class RandomSample (line 3) | public static class RandomSample method Spherical (line 8) | public static V3d Spherical(IRandomSeries rnds, int seriesIndex) method Spherical (line 16) | public static V3d Spherical(double x1, double x2) method Spherical (line 27) | public static V3f Spherical(float x1, float x2) method Lambertian (line 40) | public static V3d Lambertian(V3d normal, IRandomSeries rnds, int serie... method Lambertian (line 52) | public static V3f Lambertian(V3f normal, IRandomSeries rnds, int serie... method Lambertian (line 64) | public static V3d Lambertian(V3d normal, double x1, double x2) method Lambertian (line 87) | public static V3f Lambertian(V3f normal, float x1, float x2) method Lambertian (line 110) | public static V3d Lambertian(IRandomSeries rnds, int seriesIndex) method Lambertian (line 122) | public static V3d Lambertian(double x1, double x2) method Lambertian (line 139) | public static V3f Lambertian(float x1, float x2) method Disk (line 155) | public static V2d Disk(IRandomSeries rnd, int seriesIndex) method Disk (line 164) | public static V2d Disk(double x1, double x2) method Disk (line 178) | public static V2f Disk(float x1, float x2) method Triangle (line 192) | public static V2d Triangle(Triangle2d t, IRandomSeries rnd, int series... method Triangle (line 203) | public static V2f Triangle(Triangle2f t, IRandomSeries rnd, int series... method Triangle (line 214) | public static V2d Triangle(Triangle2d t, double x1, double x2) method Triangle (line 223) | public static V2f Triangle(Triangle2f t, float x1, float x2) method Triangle (line 232) | public static V2d Triangle(V2d p0, V2d p1, V2d p2, IRandomSeries rnd, ... method Triangle (line 243) | public static V2f Triangle(V2f p0, V2f p1, V2f p2, IRandomSeries rnd, ... method Triangle (line 254) | public static V2d Triangle(V2d p0, V2d p1, V2d p2, double x1, double x2) method Triangle (line 264) | public static V2f Triangle(V2f p0, V2f p1, V2f p2, float x1, float x2) method Triangle (line 274) | public static V3d Triangle(Triangle3d t, IRandomSeries rnd, int series... method Triangle (line 285) | public static V3f Triangle(Triangle3f t, IRandomSeries rnd, int series... method Triangle (line 296) | public static V3d Triangle(Triangle3d t, double x1, double x2) method Triangle (line 305) | public static V3f Triangle(Triangle3f t, float x1, float x2) method Triangle (line 314) | public static V3d Triangle(V3d p0, V3d p1, V3d p2, IRandomSeries rnd, ... method Triangle (line 325) | public static V3f Triangle(V3f p0, V3f p1, V3f p2, IRandomSeries rnd, ... method Triangle (line 336) | public static V3d Triangle(V3d p0, V3d p1, V3d p2, double x1, double x2) method Triangle (line 346) | public static V3f Triangle(V3f p0, V3f p1, V3f p2, float x1, float x2) FILE: src/Aardvark.Base/Random/RandomSystem.cs class RandomSystem (line 9) | public class RandomSystem : IRandomUniform method RandomSystem (line 18) | public RandomSystem() => Generator = new Random(); method RandomSystem (line 23) | public RandomSystem(int seed) => Generator = new Random(seed); method ReSeed (line 33) | public void ReSeed(int seed) => Generator = new Random(seed); method UniformInt (line 36) | public int UniformInt() method UniformUInt (line 47) | public uint UniformUInt() method UniformLong (line 58) | public long UniformLong() method UniformULong (line 69) | public ulong UniformULong() method UniformFloat (line 76) | public float UniformFloat() => (UniformInt() >> 7) * (float)(1.0 / 167... method UniformFloatClosed (line 78) | public float UniformFloatClosed() => (float)(UniformInt() / 2147483647... method UniformFloatOpen (line 80) | public float UniformFloatOpen() method UniformDouble (line 86) | public double UniformDouble() => Generator.NextDouble(); method UniformDoubleClosed (line 88) | public double UniformDoubleClosed() => UniformInt() / 2147483647.0; method UniformDoubleOpen (line 90) | public double UniformDoubleOpen() FILE: src/Aardvark.Base/Reporting/FilterLogTarget.cs class FilterLogTarget (line 9) | public class FilterLogTarget : ILogTarget method FilterLogTarget (line 14) | public FilterLogTarget(ILogTarget target, Func filterFun) method NewThreadIndex (line 20) | public void NewThreadIndex(int threadIndex) method Log (line 25) | public void Log(int threadIndex, LogMsg msg) method Dispose (line 31) | public void Dispose() FILE: src/Aardvark.Base/Reporting/IJobReporter.cs type IJobReporter (line 3) | public interface IJobReporter method Line (line 10) | void Line(LogType type, int level, ILogTarget target, method Text (line 13) | void Text(int level, ILogTarget target, string text); method Wrap (line 14) | void Wrap(int level, ILogTarget target, string text); method Begin (line 15) | ReportJob Begin(ReportJob parentJob, int level, ILogTarget target, str... method End (line 16) | double End(int level, ILogTarget target, string text, bool addTimeToPa... method Tests (line 17) | void Tests(TestInfo testInfo); method Progress (line 18) | void Progress(int level, ILogTarget target, double progress, bool rela... method Values (line 19) | void Values(int level, ILogTarget target, string name, string separato... method AddReporter (line 21) | void AddReporter(IReporter reporter); method RemoveReporter (line 22) | void RemoveReporter(IReporter reporter); FILE: src/Aardvark.Base/Reporting/ILogTarget.cs type ILogTarget (line 5) | public interface ILogTarget : IDisposable method NewThreadIndex (line 7) | void NewThreadIndex(int threadIndex); method Log (line 8) | void Log(int threadIndex, LogMsg msg); FILE: src/Aardvark.Base/Reporting/IReportable.cs type IReportable (line 9) | public interface IReportable method ReportValue (line 11) | void ReportValue(int verbosity, string name); FILE: src/Aardvark.Base/Reporting/IReporter.cs type IReporter (line 17) | public interface IReporter method Line (line 19) | void Line(int threadIndex, LogType type, int level, ILogTarget target, method Text (line 22) | void Text(int threadIndex, int level, ILogTarget target, string text); method Wrap (line 23) | void Wrap(int threadIndex, int level, ILogTarget target, string text); method Begin (line 24) | void Begin(int threadIndex, int level, ILogTarget target, string text,... method End (line 25) | void End(int threadIndex, int level, ILogTarget target, string text, d... method Progress (line 26) | void Progress(int threadIndex, int level, ILogTarget target, string te... method Values (line 27) | void Values(int threadIndex, int level, ILogTarget target, string name... FILE: src/Aardvark.Base/Reporting/JobReporter.cs class JobReporter (line 7) | public class JobReporter : IJobReporter method JobReporter (line 18) | public JobReporter(int threadIndex = 0) method Line (line 41) | public void Line(LogType type, int level, ILogTarget target, string t0... method Wrap (line 50) | public void Wrap(int level, ILogTarget target, string text) method Text (line 60) | public void Text(int level, ILogTarget target, string text) method Begin (line 84) | public ReportJob Begin(ReportJob parentJob, int level, ILogTarget targ... method Tests (line 99) | public void Tests(TestInfo testInfo) method End (line 105) | public double End(int level, ILogTarget target, string text, bool addT... method Progress (line 173) | public void Progress(int level, ILogTarget target, double progress, bo... method Values (line 197) | public void Values(int level, ILogTarget target, string name, string s... method AddReporter (line 212) | public void AddReporter(IReporter reporter) method RemoveReporter (line 220) | public void RemoveReporter(IReporter reporter) FILE: src/Aardvark.Base/Reporting/LogMsg.cs type LogType (line 5) | [Flags] type LogOpt (line 20) | [Flags] type LogMsg (line 31) | public struct LogMsg method LogMsg (line 39) | public LogMsg(LogType type, LogOpt opt, int level, FILE: src/Aardvark.Base/Reporting/MultiLogTarget.cs class MultiLogTarget (line 3) | public class MultiLogTarget : ILogTarget method MultiLogTarget (line 10) | public MultiLogTarget(params ILogTarget[] targetArray) method NewThreadIndex (line 20) | public void NewThreadIndex(int threadIndex) method Log (line 27) | public void Log(int threadIndex, LogMsg msg) method Dispose (line 34) | public void Dispose() method Add (line 45) | public void Add(ILogTarget target) method Remove (line 53) | public void Remove(ILogTarget target) FILE: src/Aardvark.Base/Reporting/NullReporter.cs class NullReporter (line 3) | public class NullReporter : IJobReporter method AddReporter (line 11) | public void AddReporter(IReporter reporter) method Begin (line 15) | public ReportJob Begin(ReportJob parentJob, int level, ILogTarget targ... method End (line 20) | public double End(int level, ILogTarget target, string text, bool addT... method Line (line 25) | public void Line(LogType type, int level, ILogTarget target, string le... method Progress (line 29) | public void Progress(int level, ILogTarget target, double progress, bo... method RemoveReporter (line 33) | public void RemoveReporter(IReporter reporter) method Tests (line 37) | public void Tests(TestInfo testInfo) method Text (line 41) | public void Text(int level, ILogTarget target, string text) method Values (line 45) | public void Values(int level, ILogTarget target, string name, string s... method Wrap (line 49) | public void Wrap(int level, ILogTarget target, string text) FILE: src/Aardvark.Base/Reporting/PerThreadJobReporter.cs class PerThreadJobReporter (line 6) | public class PerThreadJobReporter : IJobReporter method PerThreadJobReporter (line 15) | public PerThreadJobReporter() method CurrentReporter (line 25) | private IJobReporter CurrentReporter(ILogTarget target = null) method Line (line 58) | public void Line(LogType type, int level, ILogTarget target, string te... method Text (line 63) | public void Text(int level, ILogTarget target, string text) method Wrap (line 68) | public void Wrap(int level, ILogTarget target, string text) method Begin (line 73) | public ReportJob Begin(ReportJob parentJob, int level, ILogTarget targ... method End (line 78) | public double End(int level, ILogTarget target, string text, bool addT... method Tests (line 83) | public void Tests(TestInfo testInfo) method Progress (line 88) | public void Progress(int level, ILogTarget target, double progress, bo... method Values (line 93) | public void Values(int level, ILogTarget target, string name, string s... method AddReporter (line 98) | public void AddReporter(IReporter reporter) method RemoveReporter (line 103) | public void RemoveReporter(IReporter reporter) FILE: src/Aardvark.Base/Reporting/PerThreadLogTarget.cs class PerThreadLogTarget (line 5) | public class PerThreadLogTarget : ILogTarget method PerThreadLogTarget (line 12) | public PerThreadLogTarget(Func targetCreator) method NewThreadIndex (line 22) | public void NewThreadIndex(int threadIndex) method Log (line 27) | public void Log(int threadIndex, LogMsg msg) method Dispose (line 32) | public void Dispose() FILE: src/Aardvark.Base/Reporting/Report.cs class Report (line 40) | public static class Report method Report (line 64) | static Report() method ConsoleWriteAct (line 126) | public static void ConsoleWriteAct(int threadIndex, LogType type, int ... method ConsoleColoredWriteAct (line 138) | public static void ConsoleColoredWriteAct(int threadIndex, LogType typ... method ConsoleForegroundColoredWriteAct (line 175) | public static void ConsoleForegroundColoredWriteAct( method ConsoleColoredWriteAct (line 206) | public static void ConsoleColoredWriteAct(int threadIndex, LogType typ... method ConsoleForegroundColoredWriteAct (line 211) | public static void ConsoleForegroundColoredWriteAct(int threadIndex, L... method CreateLogFileWriter (line 243) | private static StreamWriter CreateLogFileWriter(string fileName, int cnt) method CreatePerThreadLogTarget (line 302) | private static TextLogTarget CreatePerThreadLogTarget(int index) method Format (line 342) | private static string Format(string message, params object[] args) method JobTimedNoBeginLog (line 365) | public static ReportJob JobTimedNoBeginLog(ReportJob parentJob, int le... method JobTimedNoBeginLog (line 378) | public static ReportJob JobTimedNoBeginLog(ReportJob parentJob, [Local... method JobTimed (line 391) | public static ReportJob JobTimed(ReportJob parentJob, int level, [Loca... method JobTimed (line 404) | public static ReportJob JobTimed(ReportJob parentJob, [Localizable(tru... method Job (line 416) | public static ReportJob Job(ReportJob parentJob, int level, [Localizab... method Job (line 428) | public static ReportJob Job(ReportJob parentJob, [Localizable(true)] s... method JobTimedNoBeginLog (line 441) | public static ReportJob JobTimedNoBeginLog(int level, [Localizable(tru... method JobTimedNoBeginLog (line 454) | public static ReportJob JobTimedNoBeginLog([Localizable(true)] string ... method JobTimed (line 467) | public static ReportJob JobTimed(int level, [Localizable(true)] string... method JobTimed (line 480) | public static ReportJob JobTimed([Localizable(true)] string message, p... method Job (line 492) | public static ReportJob Job(int level, [Localizable(true)] string mess... method Job (line 504) | public static ReportJob Job([Localizable(true)] string message, params... method BeginTimedNoLog (line 517) | public static void BeginTimedNoLog(ReportJob parentJob, int level, [Lo... method BeginTimedNoLog (line 530) | public static void BeginTimedNoLog(ReportJob parentJob, [Localizable(t... method BeginTimed (line 543) | public static void BeginTimed(ReportJob parentJob, int level, [Localiz... method BeginTimed (line 556) | public static void BeginTimed(ReportJob parentJob, [Localizable(true)]... method Begin (line 568) | public static void Begin(ReportJob parentJob, int level, [Localizable(... method Begin (line 580) | public static void Begin(ReportJob parentJob, [Localizable(true)] stri... method Begin (line 593) | public static void Begin(ReportJob parentJob, int level) method Begin (line 605) | public static void Begin(ReportJob parentJob) method BeginTimedNoLog (line 618) | public static void BeginTimedNoLog(int level, [Localizable(true)] stri... method BeginTimedNoLog (line 631) | public static void BeginTimedNoLog([Localizable(true)] string message,... method BeginTimed (line 644) | public static void BeginTimed(int level, [Localizable(true)] string me... method BeginTimed (line 657) | public static void BeginTimed([Localizable(true)] string message, para... method Begin (line 669) | public static void Begin(int level, [Localizable(true)] string message... method Begin (line 681) | public static void Begin([Localizable(true)] string message, params ob... method Begin (line 694) | public static void Begin(int level) method Begin (line 706) | public static void Begin() method End (line 717) | public static double End(int level) method End (line 728) | public static double End() method End (line 743) | public static double End(int level, [Localizable(true)] string message... method End (line 758) | public static double End([Localizable(true)] string message, params ob... method EndTimed (line 769) | public static double EndTimed(int level) method EndTimed (line 780) | public static double EndTimed() method EndTimed (line 795) | public static double EndTimed(int level, [Localizable(true)] string me... method EndTimed (line 810) | public static double EndTimed([Localizable(true)] string message, para... method Line (line 819) | public static void Line(int level, [Localizable(true)] string line, pa... method Line (line 828) | public static void Line([Localizable(true)] string line, params object... method Line (line 837) | public static void Line(int level) method Line (line 846) | public static void Line() method Text (line 855) | public static void Text(int level, [Localizable(true)] string message,... method Text (line 864) | public static void Text([Localizable(true)] string message, params obj... method Wrap (line 874) | public static void Wrap(int level, [Localizable(true)] string message,... method Wrap (line 884) | public static void Wrap([Localizable(true)] string message, params obj... method Warn (line 894) | public static void Warn([Localizable(true)] string line, params object... method WarnNoPrefix (line 905) | public static void WarnNoPrefix([Localizable(true)] string line, param... method Debug (line 914) | public static void Debug([Localizable(true)] string line, params objec... method DebugNoPrefix (line 922) | public static void DebugNoPrefix([Localizable(true)] string line, para... method Debug (line 931) | public static void Debug(int level, [Localizable(true)] string line, p... method Trace (line 940) | public static void Trace([Localizable(true)] string line, params objec... method Trace (line 949) | public static void Trace(int level, [Localizable(true)] string line, p... method Error (line 959) | public static void Error([Localizable(true)] string line, params objec... method ErrorNoPrefix (line 978) | public static void ErrorNoPrefix([Localizable(true)] string line, para... method Fatal (line 997) | public static void Fatal([Localizable(true)] string line, params objec... method Progress (line 1010) | public static void Progress(int level, double progress) method Progress (line 1016) | public static void Progress(double progress) method ProgressDelta (line 1022) | public static void ProgressDelta(int level, double progressDelta) method ProgressDelta (line 1028) | public static void ProgressDelta(double progressDelta) method Value (line 1037) | public static void Value(int level, [Localizable(true)] string name, I... method Value (line 1046) | public static void Value([Localizable(true)] string name, IReportable ... method Value (line 1055) | public static void Value(int level, [Localizable(true)] string name, o... method Value (line 1064) | public static void Value([Localizable(true)] string name, object value) method Values (line 1073) | public static void Values(int level, [Localizable(true)] string name, ... method Values (line 1082) | public static void Values([Localizable(true)] string name, string sepa... method Tests (line 1088) | public static void Tests(TestInfo testInfo) method Tests (line 1093) | public static void Tests() method AddReporter (line 1101) | public static void AddReporter(IReporter reporter) method RemoveReporter (line 1109) | public static void RemoveReporter(IReporter reporter) FILE: src/Aardvark.Base/Reporting/ReportJob.cs class ReportJob (line 6) | public class ReportJob : IDisposable method ReportJob (line 27) | public ReportJob(string message, int level, bool timed, ReportJob pare... method Dispose (line 43) | public void Dispose() { if (!Disposed) Report.End(Level); } FILE: src/Aardvark.Base/Reporting/Skipper.cs type Skipper (line 8) | public struct Skipper method Skipper (line 19) | public Skipper(int limit) FILE: src/Aardvark.Base/Reporting/TestInfo.cs type TestInfo (line 6) | public struct TestInfo method TestInfo (line 13) | public TestInfo(long passed, long failed) FILE: src/Aardvark.Base/Reporting/TextLogTarget.cs class TextLogTarget (line 8) | public class TextLogTarget : ILogTarget method TextLogTarget (line 25) | public TextLogTarget(Action write, int thre... method NewThreadIndex (line 77) | public void NewThreadIndex(int threadIndex) method Log (line 81) | public void Log(int threadIndex, LogMsg msg) method Dispose (line 102) | public void Dispose() class ReportState (line 115) | private class ReportState method ReportState (line 128) | public ReportState(int threadIndex, string prefix) method AddSpaceText (line 136) | public void AddSpaceText(int pos, string text) method AddDotsText (line 144) | public void AddDotsText(int pos, string text, int width) method Backspace (line 156) | public string Backspace(int count) method GetBufferLineAndClear (line 163) | public string GetBufferLineAndClear() method Log (line 176) | public void Log(LogMsg msg) FILE: src/Aardvark.Base/Sorting/ArrayExtensions.cs class ComparableArrayExtensions (line 6) | public static class ComparableArrayExtensions method IndexOfNSmallest (line 10) | public static int IndexOfNSmallest(this T[] a, int n) method IndexOfNLargest (line 18) | public static int IndexOfNLargest(this T[] a, int n) FILE: src/Aardvark.Base/Sorting/IEnumerableExtensions.cs class IEnumerableSortingExtensions (line 8) | public static class IEnumerableSortingExtensions method ToSymbolSet (line 10) | public static SymbolSet ToSymbolSet(this IEnumerable symbols) ... method SetEquals (line 12) | public static bool SetEquals(this IEnumerable self, IEnumerable<... method Median (line 34) | public static T Median(this IEnumerable self, Func cmp) method Median (line 52) | public static T Median(this IEnumerable self) where T : ICompara... method Median (line 61) | public static T Median(this T[] self, Func cmp) method Median (line 77) | public static T Median(this T[] self) where T : IComparable method Median (line 86) | public static T Median(this List self, Func cmp) method Median (line 102) | public static T Median(this List self) where T : IComparable FILE: src/Aardvark.Base/Sorting/ListExtensions.cs class ListOrderingExtensions (line 7) | public static class ListOrderingExtensions method NSmallestIndex (line 9) | public static int NSmallestIndex(this List a, int n) method NLargestIndex (line 17) | public static int NLargestIndex(this List a, int n) FILE: src/Aardvark.Base/Sorting/Sorting_auto.cs class SortingExtensions (line 9) | public static class SortingExtensions method QuickMedianAscending (line 30) | public static void QuickMedianAscending( method QuickMedianAscending (line 43) | public static void QuickMedianAscending( method QuickMedianAscending (line 54) | private static void QuickMedianAscending( method QuickSortAscending (line 175) | public static void QuickSortAscending( method QuickSortAscending (line 186) | public static void QuickSortAscending( method QuickSortAscending (line 197) | private static void QuickSortAscending( method HeapSortAscending (line 353) | public static void HeapSortAscending( method HeapSortAscending (line 398) | public static void HeapSortAscending( method SmoothSortAscending (line 437) | public static void SmoothSortAscending( method SmoothSortAscending (line 443) | public static void SmoothSortAscending( method SmoothSortAscendingInclusiveRange (line 450) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 502) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 528) | private static void SmoothSortAscendingTrinkle( method TimSortAscending (line 565) | public static void TimSortAscending( method TimSortAscending (line 576) | public static void TimSortAscending( method MergeCollapseIntLongAsc (line 611) | private static void MergeCollapseIntLongAsc(this TimSortInfoLong ti) method MergeForceCollapseIntLongAsc (line 629) | private static void MergeForceCollapseIntLongAsc(this TimSortInfoLong<... method MergeAtIntLongAsc (line 640) | private static void MergeAtIntLongAsc(this TimSortInfoLong ti, in... method MergeLoIntLongAsc (line 664) | private static void MergeLoIntLongAsc(this TimSortInfoLong ti, lo... method MergeHiIntLongAsc (line 743) | private static void MergeHiIntLongAsc(this TimSortInfoLong ti, lo... method GallopLeftAscending (line 824) | private static long GallopLeftAscending( method GallopRightAscending (line 868) | private static long GallopRightAscending( method BinarySortAscending (line 922) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 951) | private static long CountRunAndOrderAscending( method QuickMedianDescending (line 976) | public static void QuickMedianDescending( method QuickMedianDescending (line 989) | public static void QuickMedianDescending( method QuickMedianDescending (line 1000) | private static void QuickMedianDescending( method QuickSortDescending (line 1121) | public static void QuickSortDescending( method QuickSortDescending (line 1132) | public static void QuickSortDescending( method QuickSortDescending (line 1143) | private static void QuickSortDescending( method HeapSortDescending (line 1299) | public static void HeapSortDescending( method HeapSortDescending (line 1344) | public static void HeapSortDescending( method SmoothSortDescending (line 1383) | public static void SmoothSortDescending( method SmoothSortDescending (line 1389) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 1396) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 1448) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 1474) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 1511) | public static void TimSortDescending( method TimSortDescending (line 1522) | public static void TimSortDescending( method MergeCollapseIntLongDesc (line 1557) | private static void MergeCollapseIntLongDesc(this TimSortInfoLong... method MergeForceCollapseIntLongDesc (line 1575) | private static void MergeForceCollapseIntLongDesc(this TimSortInfoLong... method MergeAtIntLongDesc (line 1586) | private static void MergeAtIntLongDesc(this TimSortInfoLong ti, i... method MergeLoIntLongDesc (line 1610) | private static void MergeLoIntLongDesc(this TimSortInfoLong ti, l... method MergeHiIntLongDesc (line 1689) | private static void MergeHiIntLongDesc(this TimSortInfoLong ti, l... method GallopLeftDescending (line 1770) | private static long GallopLeftDescending( method GallopRightDescending (line 1814) | private static long GallopRightDescending( method BinarySortDescending (line 1868) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 1897) | private static long CountRunAndOrderDescending( method CreatePermutationQuickMedianAscending (line 1928) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 1942) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 1956) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 1967) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 2090) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 2103) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 2115) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 2126) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 2283) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 2299) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 2345) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 2388) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 2397) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 2403) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 2410) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 2462) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 2488) | private static void PermutationSmoothSortAscendingTrinkle( method CreatePermutationTimSortAscending (line 2527) | public static int[] CreatePermutationTimSortAscending( method PermutationTimSortAscending (line 2541) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 2552) | public static void PermutationTimSortAscending( method MergeCollapseIntPermAsc (line 2587) | private static void MergeCollapseIntPermAsc(this TimSortInfoPerm ti) method MergeForceCollapseIntPermAsc (line 2605) | private static void MergeForceCollapseIntPermAsc(this TimSortInfoPerm<... method MergeAtIntPermAsc (line 2616) | private static void MergeAtIntPermAsc(this TimSortInfoPerm ti, in... method MergeLoIntPermAsc (line 2640) | private static void MergeLoIntPermAsc(this TimSortInfoPerm ti, in... method MergeHiIntPermAsc (line 2720) | private static void MergeHiIntPermAsc(this TimSortInfoPerm ti, in... method PermutationGallopLeftAscending (line 2802) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 2846) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 2900) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 2929) | private static int PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianAscendingLong (line 2956) | public static long[] CreatePermutationQuickMedianAscendingLong( method PermutationQuickMedianAscending (line 2970) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 2984) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 2995) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscendingLong (line 3118) | public static long[] CreatePermutationQuickSortAscendingLong( method PermutationQuickSortAscending (line 3131) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 3143) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 3154) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscendingLong (line 3311) | public static long[] CreatePermutationHeapSortAscendingLong( method PermutationHeapSortAscending (line 3327) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 3373) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscendingLong (line 3416) | public static long[] CreatePermutationSmoothSortAscendingLong( method PermutationSmoothSortAscending (line 3425) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 3431) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 3438) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 3490) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 3516) | private static void PermutationSmoothSortAscendingTrinkle( method CreatePermutationTimSortAscendingLong (line 3555) | public static long[] CreatePermutationTimSortAscendingLong( method PermutationTimSortAscending (line 3569) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 3580) | public static void PermutationTimSortAscending( method MergeCollapseIntPermLongAsc (line 3615) | private static void MergeCollapseIntPermLongAsc(this TimSortInfoPermLo... method MergeForceCollapseIntPermLongAsc (line 3633) | private static void MergeForceCollapseIntPermLongAsc(this TimSortInfoP... method MergeAtIntPermLongAsc (line 3644) | private static void MergeAtIntPermLongAsc(this TimSortInfoPermLong... method MergeForceCollapseIntPermDesc (line 4661) | private static void MergeForceCollapseIntPermDesc(this TimSortInfoPerm... method MergeAtIntPermDesc (line 4672) | private static void MergeAtIntPermDesc(this TimSortInfoPerm ti, i... method MergeLoIntPermDesc (line 4696) | private static void MergeLoIntPermDesc(this TimSortInfoPerm ti, i... method MergeHiIntPermDesc (line 4776) | private static void MergeHiIntPermDesc(this TimSortInfoPerm ti, i... method PermutationGallopLeftDescending (line 4858) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 4902) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 4956) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 4985) | private static int PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianDescendingLong (line 5012) | public static long[] CreatePermutationQuickMedianDescendingLong( method PermutationQuickMedianDescending (line 5026) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 5040) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 5051) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescendingLong (line 5174) | public static long[] CreatePermutationQuickSortDescendingLong( method PermutationQuickSortDescending (line 5187) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 5199) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 5210) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescendingLong (line 5367) | public static long[] CreatePermutationHeapSortDescendingLong( method PermutationHeapSortDescending (line 5383) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 5429) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescendingLong (line 5472) | public static long[] CreatePermutationSmoothSortDescendingLong( method PermutationSmoothSortDescending (line 5481) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 5487) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 5494) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 5546) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 5572) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescendingLong (line 5611) | public static long[] CreatePermutationTimSortDescendingLong( method PermutationTimSortDescending (line 5625) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 5636) | public static void PermutationTimSortDescending( method MergeCollapseIntPermLongDesc (line 5671) | private static void MergeCollapseIntPermLongDesc(this TimSortInfoPermL... method MergeForceCollapseIntPermLongDesc (line 5689) | private static void MergeForceCollapseIntPermLongDesc(this TimSortInfo... method MergeAtIntPermLongDesc (line 5700) | private static void MergeAtIntPermLongDesc(this TimSortInfoPermLong ti, ... method MergeLoLongLongAsc (line 6676) | private static void MergeLoLongLongAsc(this TimSortInfoLong ti, ... method MergeHiLongLongAsc (line 6755) | private static void MergeHiLongLongAsc(this TimSortInfoLong ti, ... method GallopLeftAscending (line 6836) | private static long GallopLeftAscending( method GallopRightAscending (line 6880) | private static long GallopRightAscending( method BinarySortAscending (line 6934) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 6963) | private static long CountRunAndOrderAscending( method QuickMedianDescending (line 6988) | public static void QuickMedianDescending( method QuickMedianDescending (line 7001) | public static void QuickMedianDescending( method QuickMedianDescending (line 7012) | private static void QuickMedianDescending( method QuickSortDescending (line 7133) | public static void QuickSortDescending( method QuickSortDescending (line 7144) | public static void QuickSortDescending( method QuickSortDescending (line 7155) | private static void QuickSortDescending( method HeapSortDescending (line 7311) | public static void HeapSortDescending( method HeapSortDescending (line 7356) | public static void HeapSortDescending( method SmoothSortDescending (line 7395) | public static void SmoothSortDescending( method SmoothSortDescending (line 7401) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 7408) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 7460) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 7486) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 7523) | public static void TimSortDescending( method TimSortDescending (line 7534) | public static void TimSortDescending( method MergeCollapseLongLongDesc (line 7569) | private static void MergeCollapseLongLongDesc(this TimSortInfoLong ti,... method MergeLoLongLongDesc (line 7622) | private static void MergeLoLongLongDesc(this TimSortInfoLong ti,... method MergeHiLongLongDesc (line 7701) | private static void MergeHiLongLongDesc(this TimSortInfoLong ti,... method GallopLeftDescending (line 7782) | private static long GallopLeftDescending( method GallopRightDescending (line 7826) | private static long GallopRightDescending( method BinarySortDescending (line 7880) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 7909) | private static long CountRunAndOrderDescending( method CreatePermutationQuickMedianAscending (line 7940) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 7954) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 7968) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 7979) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 8102) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 8115) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 8127) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 8138) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 8295) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 8311) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 8357) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 8400) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 8409) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 8415) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 8422) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 8474) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 8500) | private static void PermutationSmoothSortAscendingTrinkle( method CreatePermutationTimSortAscending (line 8539) | public static int[] CreatePermutationTimSortAscending( method PermutationTimSortAscending (line 8553) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 8564) | public static void PermutationTimSortAscending( method MergeCollapseLongPermAsc (line 8599) | private static void MergeCollapseLongPermAsc(this TimSortInfoPerm ti, ... method MergeLoLongPermAsc (line 8652) | private static void MergeLoLongPermAsc(this TimSortInfoPerm ti, ... method MergeHiLongPermAsc (line 8732) | private static void MergeHiLongPermAsc(this TimSortInfoPerm ti, ... method PermutationGallopLeftAscending (line 8814) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 8858) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 8912) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 8941) | private static int PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianAscendingLong (line 8968) | public static long[] CreatePermutationQuickMedianAscendingLong( method PermutationQuickMedianAscending (line 8982) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 8996) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 9007) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscendingLong (line 9130) | public static long[] CreatePermutationQuickSortAscendingLong( method PermutationQuickSortAscending (line 9143) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 9155) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 9166) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscendingLong (line 9323) | public static long[] CreatePermutationHeapSortAscendingLong( method PermutationHeapSortAscending (line 9339) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 9385) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscendingLong (line 9428) | public static long[] CreatePermutationSmoothSortAscendingLong( method PermutationSmoothSortAscending (line 9437) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 9443) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 9450) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 9502) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 9528) | private static void PermutationSmoothSortAscendingTrinkle( method CreatePermutationTimSortAscendingLong (line 9567) | public static long[] CreatePermutationTimSortAscendingLong( method PermutationTimSortAscending (line 9581) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 9592) | public static void PermutationTimSortAscending( method MergeCollapseLongPermLongAsc (line 9627) | private static void MergeCollapseLongPermLongAsc(this TimSortInfoPermL... method MergeForceCollapseLongPermLongAsc (line 9645) | private static void MergeForceCollapseLongPermLongAsc(this TimSortInfo... method MergeAtLongPermLongAsc (line 9656) | private static void MergeAtLongPermLongAsc(this TimSortInfoPermLong ti,... method MergeLoLongPermDesc (line 10708) | private static void MergeLoLongPermDesc(this TimSortInfoPerm ti,... method MergeHiLongPermDesc (line 10788) | private static void MergeHiLongPermDesc(this TimSortInfoPerm ti,... method PermutationGallopLeftDescending (line 10870) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 10914) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 10968) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 10997) | private static int PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianDescendingLong (line 11024) | public static long[] CreatePermutationQuickMedianDescendingLong( method PermutationQuickMedianDescending (line 11038) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 11052) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 11063) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescendingLong (line 11186) | public static long[] CreatePermutationQuickSortDescendingLong( method PermutationQuickSortDescending (line 11199) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 11211) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 11222) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescendingLong (line 11379) | public static long[] CreatePermutationHeapSortDescendingLong( method PermutationHeapSortDescending (line 11395) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 11441) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescendingLong (line 11484) | public static long[] CreatePermutationSmoothSortDescendingLong( method PermutationSmoothSortDescending (line 11493) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 11499) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 11506) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 11558) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 11584) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescendingLong (line 11623) | public static long[] CreatePermutationTimSortDescendingLong( method PermutationTimSortDescending (line 11637) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 11648) | public static void PermutationTimSortDescending( method MergeCollapseLongPermLongDesc (line 11683) | private static void MergeCollapseLongPermLongDesc(this TimSortInfoPerm... method MergeForceCollapseLongPermLongDesc (line 11701) | private static void MergeForceCollapseLongPermLongDesc(this TimSortInf... method MergeAtLongPermLongDesc (line 11712) | private static void MergeAtLongPermLongDesc(this TimSortInfoPermLong ti... method MergeLoFloatLongAsc (line 12688) | private static void MergeLoFloatLongAsc(this TimSortInfoLong ti... method MergeHiFloatLongAsc (line 12767) | private static void MergeHiFloatLongAsc(this TimSortInfoLong ti... method GallopLeftAscending (line 12848) | private static long GallopLeftAscending( method GallopRightAscending (line 12892) | private static long GallopRightAscending( method BinarySortAscending (line 12946) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 12975) | private static long CountRunAndOrderAscending( method QuickMedianDescending (line 13000) | public static void QuickMedianDescending( method QuickMedianDescending (line 13013) | public static void QuickMedianDescending( method QuickMedianDescending (line 13024) | private static void QuickMedianDescending( method QuickSortDescending (line 13145) | public static void QuickSortDescending( method QuickSortDescending (line 13156) | public static void QuickSortDescending( method QuickSortDescending (line 13167) | private static void QuickSortDescending( method HeapSortDescending (line 13323) | public static void HeapSortDescending( method HeapSortDescending (line 13368) | public static void HeapSortDescending( method SmoothSortDescending (line 13407) | public static void SmoothSortDescending( method SmoothSortDescending (line 13413) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 13420) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 13472) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 13498) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 13535) | public static void TimSortDescending( method TimSortDescending (line 13546) | public static void TimSortDescending( method MergeCollapseFloatLongDesc (line 13581) | private static void MergeCollapseFloatLongDesc(this TimSortInfoLong t... method MergeLoFloatLongDesc (line 13634) | private static void MergeLoFloatLongDesc(this TimSortInfoLong t... method MergeHiFloatLongDesc (line 13713) | private static void MergeHiFloatLongDesc(this TimSortInfoLong t... method GallopLeftDescending (line 13794) | private static long GallopLeftDescending( method GallopRightDescending (line 13838) | private static long GallopRightDescending( method BinarySortDescending (line 13892) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 13921) | private static long CountRunAndOrderDescending( method CreatePermutationQuickMedianAscending (line 13952) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 13966) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 13980) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 13991) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 14114) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 14127) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 14139) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 14150) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 14307) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 14323) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 14369) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 14412) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 14421) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 14427) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 14434) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 14486) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 14512) | private static void PermutationSmoothSortAscendingTrinkle( method CreatePermutationTimSortAscending (line 14551) | public static int[] CreatePermutationTimSortAscending( method PermutationTimSortAscending (line 14565) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 14576) | public static void PermutationTimSortAscending( method MergeCollapseFloatPermAsc (line 14611) | private static void MergeCollapseFloatPermAsc(this TimSortInfoPerm ti... method MergeLoFloatPermAsc (line 14664) | private static void MergeLoFloatPermAsc(this TimSortInfoPerm ti... method MergeHiFloatPermAsc (line 14744) | private static void MergeHiFloatPermAsc(this TimSortInfoPerm ti... method PermutationGallopLeftAscending (line 14826) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 14870) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 14924) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 14953) | private static int PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianAscendingLong (line 14980) | public static long[] CreatePermutationQuickMedianAscendingLong( method PermutationQuickMedianAscending (line 14994) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 15008) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 15019) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscendingLong (line 15142) | public static long[] CreatePermutationQuickSortAscendingLong( method PermutationQuickSortAscending (line 15155) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 15167) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 15178) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscendingLong (line 15335) | public static long[] CreatePermutationHeapSortAscendingLong( method PermutationHeapSortAscending (line 15351) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 15397) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscendingLong (line 15440) | public static long[] CreatePermutationSmoothSortAscendingLong( method PermutationSmoothSortAscending (line 15449) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 15455) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 15462) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 15514) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 15540) | private static void PermutationSmoothSortAscendingTrinkle( method CreatePermutationTimSortAscendingLong (line 15579) | public static long[] CreatePermutationTimSortAscendingLong( method PermutationTimSortAscending (line 15593) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 15604) | public static void PermutationTimSortAscending( method MergeCollapseFloatPermLongAsc (line 15639) | private static void MergeCollapseFloatPermLongAsc(this TimSortInfoPerm... method MergeForceCollapseFloatPermLongAsc (line 15657) | private static void MergeForceCollapseFloatPermLongAsc(this TimSortInf... method MergeAtFloatPermLongAsc (line 15668) | private static void MergeAtFloatPermLongAsc(this TimSortInfoPermLong t... method MergeLoFloatPermDesc (line 16720) | private static void MergeLoFloatPermDesc(this TimSortInfoPerm t... method MergeHiFloatPermDesc (line 16800) | private static void MergeHiFloatPermDesc(this TimSortInfoPerm t... method PermutationGallopLeftDescending (line 16882) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 16926) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 16980) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 17009) | private static int PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianDescendingLong (line 17036) | public static long[] CreatePermutationQuickMedianDescendingLong( method PermutationQuickMedianDescending (line 17050) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 17064) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 17075) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescendingLong (line 17198) | public static long[] CreatePermutationQuickSortDescendingLong( method PermutationQuickSortDescending (line 17211) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 17223) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 17234) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescendingLong (line 17391) | public static long[] CreatePermutationHeapSortDescendingLong( method PermutationHeapSortDescending (line 17407) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 17453) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescendingLong (line 17496) | public static long[] CreatePermutationSmoothSortDescendingLong( method PermutationSmoothSortDescending (line 17505) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 17511) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 17518) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 17570) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 17596) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescendingLong (line 17635) | public static long[] CreatePermutationTimSortDescendingLong( method PermutationTimSortDescending (line 17649) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 17660) | public static void PermutationTimSortDescending( method MergeCollapseFloatPermLongDesc (line 17695) | private static void MergeCollapseFloatPermLongDesc(this TimSortInfoPer... method MergeForceCollapseFloatPermLongDesc (line 17713) | private static void MergeForceCollapseFloatPermLongDesc(this TimSortIn... method MergeAtFloatPermLongDesc (line 17724) | private static void MergeAtFloatPermLongDesc(this TimSortInfoPermLong<... method MergeLoFloatPermLongDesc (line 17748) | private static void MergeLoFloatPermLongDesc(this TimSortInfoPermLong<... method MergeHiFloatPermLongDesc (line 17828) | private static void MergeHiFloatPermLongDesc(this TimSortInfoPermLong<... method PermutationGallopLeftDescending (line 17910) | private static long PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 17954) | private static long PermutationGallopRightDescending( method PermutationBinarySortDescending (line 18008) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 18037) | private static long PermutationCountRunAndOrderDescending( method QuickMedianAscending (line 18066) | public static void QuickMedianAscending( method QuickMedianAscending (line 18079) | public static void QuickMedianAscending( method QuickMedianAscending (line 18090) | private static void QuickMedianAscending( method QuickSortAscending (line 18211) | public static void QuickSortAscending( method QuickSortAscending (line 18222) | public static void QuickSortAscending( method QuickSortAscending (line 18233) | private static void QuickSortAscending( method HeapSortAscending (line 18389) | public static void HeapSortAscending( method HeapSortAscending (line 18434) | public static void HeapSortAscending( method SmoothSortAscending (line 18473) | public static void SmoothSortAscending( method SmoothSortAscending (line 18479) | public static void SmoothSortAscending( method SmoothSortAscendingInclusiveRange (line 18486) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 18538) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 18564) | private static void SmoothSortAscendingTrinkle( method TimSortAscending (line 18601) | public static void TimSortAscending( method TimSortAscending (line 18612) | public static void TimSortAscending( method MergeCollapseDoubleLongAsc (line 18647) | private static void MergeCollapseDoubleLongAsc(this TimSortInfoLong ... method MergeLoDoubleLongAsc (line 18700) | private static void MergeLoDoubleLongAsc(this TimSortInfoLong ... method MergeHiDoubleLongAsc (line 18779) | private static void MergeHiDoubleLongAsc(this TimSortInfoLong ... method GallopLeftAscending (line 18860) | private static long GallopLeftAscending( method GallopRightAscending (line 18904) | private static long GallopRightAscending( method BinarySortAscending (line 18958) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 18987) | private static long CountRunAndOrderAscending( method QuickMedianDescending (line 19012) | public static void QuickMedianDescending( method QuickMedianDescending (line 19025) | public static void QuickMedianDescending( method QuickMedianDescending (line 19036) | private static void QuickMedianDescending( method QuickSortDescending (line 19157) | public static void QuickSortDescending( method QuickSortDescending (line 19168) | public static void QuickSortDescending( method QuickSortDescending (line 19179) | private static void QuickSortDescending( method HeapSortDescending (line 19335) | public static void HeapSortDescending( method HeapSortDescending (line 19380) | public static void HeapSortDescending( method SmoothSortDescending (line 19419) | public static void SmoothSortDescending( method SmoothSortDescending (line 19425) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 19432) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 19484) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 19510) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 19547) | public static void TimSortDescending( method TimSortDescending (line 19558) | public static void TimSortDescending( method MergeCollapseDoubleLongDesc (line 19593) | private static void MergeCollapseDoubleLongDesc(this TimSortInfoLong... method MergeLoDoubleLongDesc (line 19646) | private static void MergeLoDoubleLongDesc(this TimSortInfoLong... method MergeHiDoubleLongDesc (line 19725) | private static void MergeHiDoubleLongDesc(this TimSortInfoLong... method GallopLeftDescending (line 19806) | private static long GallopLeftDescending( method GallopRightDescending (line 19850) | private static long GallopRightDescending( method BinarySortDescending (line 19904) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 19933) | private static long CountRunAndOrderDescending( method CreatePermutationQuickMedianAscending (line 19964) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 19978) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 19992) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 20003) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 20126) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 20139) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 20151) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 20162) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 20319) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 20335) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 20381) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 20424) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 20433) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 20439) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 20446) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 20498) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 20524) | private static void PermutationSmoothSortAscendingTrinkle( method CreatePermutationTimSortAscending (line 20563) | public static int[] CreatePermutationTimSortAscending( method PermutationTimSortAscending (line 20577) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 20588) | public static void PermutationTimSortAscending( method MergeCollapseDoublePermAsc (line 20623) | private static void MergeCollapseDoublePermAsc(this TimSortInfoPerm ... method MergeLoDoublePermAsc (line 20676) | private static void MergeLoDoublePermAsc(this TimSortInfoPerm ... method MergeHiDoublePermAsc (line 20756) | private static void MergeHiDoublePermAsc(this TimSortInfoPerm ... method PermutationGallopLeftAscending (line 20838) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 20882) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 20936) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 20965) | private static int PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianAscendingLong (line 20992) | public static long[] CreatePermutationQuickMedianAscendingLong( method PermutationQuickMedianAscending (line 21006) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 21020) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 21031) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscendingLong (line 21154) | public static long[] CreatePermutationQuickSortAscendingLong( method PermutationQuickSortAscending (line 21167) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 21179) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 21190) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscendingLong (line 21347) | public static long[] CreatePermutationHeapSortAscendingLong( method PermutationHeapSortAscending (line 21363) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 21409) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscendingLong (line 21452) | public static long[] CreatePermutationSmoothSortAscendingLong( method PermutationSmoothSortAscending (line 21461) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 21467) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 21474) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 21526) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 21552) | private static void PermutationSmoothSortAscendingTrinkle( method CreatePermutationTimSortAscendingLong (line 21591) | public static long[] CreatePermutationTimSortAscendingLong( method PermutationTimSortAscending (line 21605) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 21616) | public static void PermutationTimSortAscending( method MergeCollapseDoublePermLongAsc (line 21651) | private static void MergeCollapseDoublePermLongAsc(this TimSortInfoPer... method MergeForceCollapseDoublePermLongAsc (line 21669) | private static void MergeForceCollapseDoublePermLongAsc(this TimSortIn... method MergeAtDoublePermLongAsc (line 21680) | private static void MergeAtDoublePermLongAsc(this TimSortInfoPermLong<... method MergeLoDoublePermLongAsc (line 21704) | private static void MergeLoDoublePermLongAsc(this TimSortInfoPermLong<... method MergeHiDoublePermLongAsc (line 21784) | private static void MergeHiDoublePermLongAsc(this TimSortInfoPermLong<... method PermutationGallopLeftAscending (line 21866) | private static long PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 21910) | private static long PermutationGallopRightAscending( method PermutationBinarySortAscending (line 21964) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 21993) | private static long PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianDescending (line 22020) | public static int[] CreatePermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 22034) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 22048) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 22059) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescending (line 22182) | public static int[] CreatePermutationQuickSortDescending( method PermutationQuickSortDescending (line 22195) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 22207) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 22218) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescending (line 22375) | public static int[] CreatePermutationHeapSortDescending( method PermutationHeapSortDescending (line 22391) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 22437) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescending (line 22480) | public static int[] CreatePermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 22489) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 22495) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 22502) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 22554) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 22580) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescending (line 22619) | public static int[] CreatePermutationTimSortDescending( method PermutationTimSortDescending (line 22633) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 22644) | public static void PermutationTimSortDescending( method MergeCollapseDoublePermDesc (line 22679) | private static void MergeCollapseDoublePermDesc(this TimSortInfoPerm... method MergeLoDoublePermDesc (line 22732) | private static void MergeLoDoublePermDesc(this TimSortInfoPerm... method MergeHiDoublePermDesc (line 22812) | private static void MergeHiDoublePermDesc(this TimSortInfoPerm... method PermutationGallopLeftDescending (line 22894) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 22938) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 22992) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 23021) | private static int PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianDescendingLong (line 23048) | public static long[] CreatePermutationQuickMedianDescendingLong( method PermutationQuickMedianDescending (line 23062) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 23076) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 23087) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescendingLong (line 23210) | public static long[] CreatePermutationQuickSortDescendingLong( method PermutationQuickSortDescending (line 23223) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 23235) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 23246) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescendingLong (line 23403) | public static long[] CreatePermutationHeapSortDescendingLong( method PermutationHeapSortDescending (line 23419) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 23465) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescendingLong (line 23508) | public static long[] CreatePermutationSmoothSortDescendingLong( method PermutationSmoothSortDescending (line 23517) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 23523) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 23530) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 23582) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 23608) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescendingLong (line 23647) | public static long[] CreatePermutationTimSortDescendingLong( method PermutationTimSortDescending (line 23661) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 23672) | public static void PermutationTimSortDescending( method MergeCollapseDoublePermLongDesc (line 23707) | private static void MergeCollapseDoublePermLongDesc(this TimSortInfoPe... method MergeForceCollapseDoublePermLongDesc (line 23725) | private static void MergeForceCollapseDoublePermLongDesc(this TimSortI... method MergeAtDoublePermLongDesc (line 23736) | private static void MergeAtDoublePermLongDesc(this TimSortInfoPermLong... method MergeLoDoublePermLongDesc (line 23760) | private static void MergeLoDoublePermLongDesc(this TimSortInfoPermLong... method MergeHiDoublePermLongDesc (line 23840) | private static void MergeHiDoublePermLongDesc(this TimSortInfoPermLong... method PermutationGallopLeftDescending (line 23922) | private static long PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 23966) | private static long PermutationGallopRightDescending( method PermutationBinarySortDescending (line 24020) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 24049) | private static long PermutationCountRunAndOrderDescending( method QuickMedianAscending (line 24078) | public static void QuickMedianAscending( method QuickMedianAscending (line 24091) | public static void QuickMedianAscending( method QuickMedianAscending (line 24102) | private static void QuickMedianAscending( method QuickSortAscending (line 24223) | public static void QuickSortAscending( method QuickSortAscending (line 24234) | public static void QuickSortAscending( method QuickSortAscending (line 24245) | private static void QuickSortAscending( method HeapSortAscending (line 24401) | public static void HeapSortAscending( method HeapSortAscending (line 24446) | public static void HeapSortAscending( method SmoothSortAscending (line 24485) | public static void SmoothSortAscending( method SmoothSortAscending (line 24491) | public static void SmoothSortAscending( method SmoothSortAscendingInclusiveRange (line 24498) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 24550) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 24576) | private static void SmoothSortAscendingTrinkle( method TimSortAscending (line 24613) | public static void TimSortAscending( method TimSortAscending (line 24624) | public static void TimSortAscending( method MergeCollapseIntListAsc (line 24659) | private static void MergeCollapseIntListAsc(this TimSortInfoList ti) method MergeForceCollapseIntListAsc (line 24677) | private static void MergeForceCollapseIntListAsc(this TimSortInfoList<... method MergeAtIntListAsc (line 24688) | private static void MergeAtIntListAsc(this TimSortInfoList ti, in... method MergeLoIntListAsc (line 24712) | private static void MergeLoIntListAsc(this TimSortInfoList ti, in... method MergeHiIntListAsc (line 24791) | private static void MergeHiIntListAsc(this TimSortInfoList ti, in... method GallopLeftAscending (line 24872) | private static int GallopLeftAscending( method GallopRightAscending (line 24916) | private static int GallopRightAscending( method BinarySortAscending (line 24970) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 24999) | private static int CountRunAndOrderAscending( method QuickMedianDescending (line 25024) | public static void QuickMedianDescending( method QuickMedianDescending (line 25037) | public static void QuickMedianDescending( method QuickMedianDescending (line 25048) | private static void QuickMedianDescending( method QuickSortDescending (line 25169) | public static void QuickSortDescending( method QuickSortDescending (line 25180) | public static void QuickSortDescending( method QuickSortDescending (line 25191) | private static void QuickSortDescending( method HeapSortDescending (line 25347) | public static void HeapSortDescending( method HeapSortDescending (line 25392) | public static void HeapSortDescending( method SmoothSortDescending (line 25431) | public static void SmoothSortDescending( method SmoothSortDescending (line 25437) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 25444) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 25496) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 25522) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 25559) | public static void TimSortDescending( method TimSortDescending (line 25570) | public static void TimSortDescending( method MergeCollapseIntListDesc (line 25605) | private static void MergeCollapseIntListDesc(this TimSortInfoList... method MergeForceCollapseIntListDesc (line 25623) | private static void MergeForceCollapseIntListDesc(this TimSortInfoList... method MergeAtIntListDesc (line 25634) | private static void MergeAtIntListDesc(this TimSortInfoList ti, i... method MergeLoIntListDesc (line 25658) | private static void MergeLoIntListDesc(this TimSortInfoList ti, i... method MergeHiIntListDesc (line 25737) | private static void MergeHiIntListDesc(this TimSortInfoList ti, i... method GallopLeftDescending (line 25818) | private static int GallopLeftDescending( method GallopRightDescending (line 25862) | private static int GallopRightDescending( method BinarySortDescending (line 25916) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 25945) | private static int CountRunAndOrderDescending( method CreatePermutationQuickMedianAscending (line 25976) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 25990) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 26004) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 26015) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 26138) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 26151) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 26163) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 26174) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 26331) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 26347) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 26393) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 26436) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 26445) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 26451) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 26458) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 26510) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 26536) | private static void PermutationSmoothSortAscendingTrinkle( method CreatePermutationTimSortAscending (line 26575) | public static int[] CreatePermutationTimSortAscending( method PermutationTimSortAscending (line 26589) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 26600) | public static void PermutationTimSortAscending( method MergeCollapseIntListPermAsc (line 26635) | private static void MergeCollapseIntListPermAsc(this TimSortInfoListPe... method MergeForceCollapseIntListPermAsc (line 26653) | private static void MergeForceCollapseIntListPermAsc(this TimSortInfoL... method MergeAtIntListPermAsc (line 26664) | private static void MergeAtIntListPermAsc(this TimSortInfoListPerm ti, ... method MergeLoLongListAsc (line 28668) | private static void MergeLoLongListAsc(this TimSortInfoList ti, ... method MergeHiLongListAsc (line 28747) | private static void MergeHiLongListAsc(this TimSortInfoList ti, ... method GallopLeftAscending (line 28828) | private static int GallopLeftAscending( method GallopRightAscending (line 28872) | private static int GallopRightAscending( method BinarySortAscending (line 28926) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 28955) | private static int CountRunAndOrderAscending( method QuickMedianDescending (line 28980) | public static void QuickMedianDescending( method QuickMedianDescending (line 28993) | public static void QuickMedianDescending( method QuickMedianDescending (line 29004) | private static void QuickMedianDescending( method QuickSortDescending (line 29125) | public static void QuickSortDescending( method QuickSortDescending (line 29136) | public static void QuickSortDescending( method QuickSortDescending (line 29147) | private static void QuickSortDescending( method HeapSortDescending (line 29303) | public static void HeapSortDescending( method HeapSortDescending (line 29348) | public static void HeapSortDescending( method SmoothSortDescending (line 29387) | public static void SmoothSortDescending( method SmoothSortDescending (line 29393) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 29400) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 29452) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 29478) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 29515) | public static void TimSortDescending( method TimSortDescending (line 29526) | public static void TimSortDescending( method MergeCollapseLongListDesc (line 29561) | private static void MergeCollapseLongListDesc(this TimSortInfoList ti,... method MergeLoLongListDesc (line 29614) | private static void MergeLoLongListDesc(this TimSortInfoList ti,... method MergeHiLongListDesc (line 29693) | private static void MergeHiLongListDesc(this TimSortInfoList ti,... method GallopLeftDescending (line 29774) | private static int GallopLeftDescending( method GallopRightDescending (line 29818) | private static int GallopRightDescending( method BinarySortDescending (line 29872) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 29901) | private static int CountRunAndOrderDescending( method CreatePermutationQuickMedianAscending (line 29932) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 29946) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 29960) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 29971) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 30094) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 30107) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 30119) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 30130) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 30287) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 30303) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 30349) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 30392) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 30401) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 30407) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 30414) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 30466) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 30492) | private static void PermutationSmoothSortAscendingTrinkle( method CreatePermutationTimSortAscending (line 30531) | public static int[] CreatePermutationTimSortAscending( method PermutationTimSortAscending (line 30545) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 30556) | public static void PermutationTimSortAscending( method MergeCollapseLongListPermAsc (line 30591) | private static void MergeCollapseLongListPermAsc(this TimSortInfoListP... method MergeForceCollapseLongListPermAsc (line 30609) | private static void MergeForceCollapseLongListPermAsc(this TimSortInfo... method MergeAtLongListPermAsc (line 30620) | private static void MergeAtLongListPermAsc(this TimSortInfoListPerm ti... method MergeLoFloatListAsc (line 32624) | private static void MergeLoFloatListAsc(this TimSortInfoList ti... method MergeHiFloatListAsc (line 32703) | private static void MergeHiFloatListAsc(this TimSortInfoList ti... method GallopLeftAscending (line 32784) | private static int GallopLeftAscending( method GallopRightAscending (line 32828) | private static int GallopRightAscending( method BinarySortAscending (line 32882) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 32911) | private static int CountRunAndOrderAscending( method QuickMedianDescending (line 32936) | public static void QuickMedianDescending( method QuickMedianDescending (line 32949) | public static void QuickMedianDescending( method QuickMedianDescending (line 32960) | private static void QuickMedianDescending( method QuickSortDescending (line 33081) | public static void QuickSortDescending( method QuickSortDescending (line 33092) | public static void QuickSortDescending( method QuickSortDescending (line 33103) | private static void QuickSortDescending( method HeapSortDescending (line 33259) | public static void HeapSortDescending( method HeapSortDescending (line 33304) | public static void HeapSortDescending( method SmoothSortDescending (line 33343) | public static void SmoothSortDescending( method SmoothSortDescending (line 33349) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 33356) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 33408) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 33434) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 33471) | public static void TimSortDescending( method TimSortDescending (line 33482) | public static void TimSortDescending( method MergeCollapseFloatListDesc (line 33517) | private static void MergeCollapseFloatListDesc(this TimSortInfoList t... method MergeLoFloatListDesc (line 33570) | private static void MergeLoFloatListDesc(this TimSortInfoList t... method MergeHiFloatListDesc (line 33649) | private static void MergeHiFloatListDesc(this TimSortInfoList t... method GallopLeftDescending (line 33730) | private static int GallopLeftDescending( method GallopRightDescending (line 33774) | private static int GallopRightDescending( method BinarySortDescending (line 33828) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 33857) | private static int CountRunAndOrderDescending( method CreatePermutationQuickMedianAscending (line 33888) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 33902) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 33916) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 33927) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 34050) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 34063) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 34075) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 34086) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 34243) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 34259) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 34305) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 34348) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 34357) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 34363) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 34370) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 34422) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 34448) | private static void PermutationSmoothSortAscendingTrinkle( method CreatePermutationTimSortAscending (line 34487) | public static int[] CreatePermutationTimSortAscending( method PermutationTimSortAscending (line 34501) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 34512) | public static void PermutationTimSortAscending( method MergeCollapseFloatListPermAsc (line 34547) | private static void MergeCollapseFloatListPermAsc(this TimSortInfoList... method MergeForceCollapseFloatListPermAsc (line 34565) | private static void MergeForceCollapseFloatListPermAsc(this TimSortInf... method MergeAtFloatListPermAsc (line 34576) | private static void MergeAtFloatListPermAsc(this TimSortInfoListPerm ... method MergeLoDoubleListAsc (line 36580) | private static void MergeLoDoubleListAsc(this TimSortInfoList ... method MergeHiDoubleListAsc (line 36659) | private static void MergeHiDoubleListAsc(this TimSortInfoList ... method GallopLeftAscending (line 36740) | private static int GallopLeftAscending( method GallopRightAscending (line 36784) | private static int GallopRightAscending( method BinarySortAscending (line 36838) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 36867) | private static int CountRunAndOrderAscending( method QuickMedianDescending (line 36892) | public static void QuickMedianDescending( method QuickMedianDescending (line 36905) | public static void QuickMedianDescending( method QuickMedianDescending (line 36916) | private static void QuickMedianDescending( method QuickSortDescending (line 37037) | public static void QuickSortDescending( method QuickSortDescending (line 37048) | public static void QuickSortDescending( method QuickSortDescending (line 37059) | private static void QuickSortDescending( method HeapSortDescending (line 37215) | public static void HeapSortDescending( method HeapSortDescending (line 37260) | public static void HeapSortDescending( method SmoothSortDescending (line 37299) | public static void SmoothSortDescending( method SmoothSortDescending (line 37305) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 37312) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 37364) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 37390) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 37427) | public static void TimSortDescending( method TimSortDescending (line 37438) | public static void TimSortDescending( method MergeCollapseDoubleListDesc (line 37473) | private static void MergeCollapseDoubleListDesc(this TimSortInfoList... method MergeLoDoubleListDesc (line 37526) | private static void MergeLoDoubleListDesc(this TimSortInfoList... method MergeHiDoubleListDesc (line 37605) | private static void MergeHiDoubleListDesc(this TimSortInfoList... method GallopLeftDescending (line 37686) | private static int GallopLeftDescending( method GallopRightDescending (line 37730) | private static int GallopRightDescending( method BinarySortDescending (line 37784) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 37813) | private static int CountRunAndOrderDescending( method CreatePermutationQuickMedianAscending (line 37844) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 37858) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 37872) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 37883) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 38006) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 38019) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 38031) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 38042) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 38199) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 38215) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 38261) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 38304) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 38313) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 38319) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 38326) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 38378) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 38404) | private static void PermutationSmoothSortAscendingTrinkle( method CreatePermutationTimSortAscending (line 38443) | public static int[] CreatePermutationTimSortAscending( method PermutationTimSortAscending (line 38457) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 38468) | public static void PermutationTimSortAscending( method MergeCollapseDoubleListPermAsc (line 38503) | private static void MergeCollapseDoubleListPermAsc(this TimSortInfoLis... method MergeForceCollapseDoubleListPermAsc (line 38521) | private static void MergeForceCollapseDoubleListPermAsc(this TimSortIn... method MergeAtDoubleListPermAsc (line 38532) | private static void MergeAtDoubleListPermAsc(this TimSortInfoListPerm<... method MergeLoDoubleListPermAsc (line 38556) | private static void MergeLoDoubleListPermAsc(this TimSortInfoListPerm<... method MergeHiDoubleListPermAsc (line 38636) | private static void MergeHiDoubleListPermAsc(this TimSortInfoListPerm<... method PermutationGallopLeftAscending (line 38718) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 38762) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 38816) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 38845) | private static int PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianDescending (line 38872) | public static int[] CreatePermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 38886) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 38900) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 38911) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescending (line 39034) | public static int[] CreatePermutationQuickSortDescending( method PermutationQuickSortDescending (line 39047) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 39059) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 39070) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescending (line 39227) | public static int[] CreatePermutationHeapSortDescending( method PermutationHeapSortDescending (line 39243) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 39289) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescending (line 39332) | public static int[] CreatePermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 39341) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 39347) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 39354) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 39406) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 39432) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescending (line 39471) | public static int[] CreatePermutationTimSortDescending( method PermutationTimSortDescending (line 39485) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 39496) | public static void PermutationTimSortDescending( method MergeCollapseDoubleListPermDesc (line 39531) | private static void MergeCollapseDoubleListPermDesc(this TimSortInfoLi... method MergeForceCollapseDoubleListPermDesc (line 39549) | private static void MergeForceCollapseDoubleListPermDesc(this TimSortI... method MergeAtDoubleListPermDesc (line 39560) | private static void MergeAtDoubleListPermDesc(this TimSortInfoListPerm... method MergeLoDoubleListPermDesc (line 39584) | private static void MergeLoDoubleListPermDesc(this TimSortInfoListPerm... method MergeHiDoubleListPermDesc (line 39664) | private static void MergeHiDoubleListPermDesc(this TimSortInfoListPerm... method PermutationGallopLeftDescending (line 39746) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 39790) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 39844) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 39873) | private static int PermutationCountRunAndOrderDescending( method QuickMedian (line 39902) | public static void QuickMedian( method QuickMedian (line 39915) | public static void QuickMedian( method QuickMedian (line 39927) | private static void QuickMedian( method QuickSort (line 40049) | public static void QuickSort( method QuickSort (line 40060) | public static void QuickSort( method QuickSort (line 40072) | private static void QuickSort( method HeapSort (line 40229) | public static void HeapSort( method HeapSort (line 40274) | public static void HeapSort( method SmoothSort (line 40313) | public static void SmoothSort( method SmoothSort (line 40319) | public static void SmoothSort( method SmoothSortInclusiveRange (line 40327) | private static void SmoothSortInclusiveRange( method SmoothSortSift (line 40380) | private static void SmoothSortSift( method SmoothSortTrinkle (line 40407) | private static void SmoothSortTrinkle( class TimSortInfoLongCmp (line 40440) | public class TimSortInfoLongCmp method TimSortInfoLongCmp (line 40450) | public TimSortInfoLongCmp(T[] a, Func cmp) method PushRun (line 40464) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 40471) | public T[] EnsureCapacity(long cap) method TimSort (line 40490) | public static void TimSort( method TimSort (line 40501) | public static void TimSort( method MergeCollapseLongCmp (line 40537) | private static void MergeCollapseLongCmp(this TimSortInfoLongCmp... method MergeForceCollapseLongCmp (line 40555) | private static void MergeForceCollapseLongCmp(this TimSortInfoLongC... method MergeAtLongCmp (line 40566) | private static void MergeAtLongCmp(this TimSortInfoLongCmp ti, i... method MergeLoLongCmp (line 40590) | private static void MergeLoLongCmp(this TimSortInfoLongCmp ti, l... method MergeHiLongCmp (line 40670) | private static void MergeHiLongCmp(this TimSortInfoLongCmp ti, l... method GallopLeft (line 40752) | private static long GallopLeft( method GallopRight (line 40797) | private static long GallopRight( method BinarySort (line 40852) | private static void BinarySort( method CountRunAndOrder (line 40882) | private static long CountRunAndOrder( method ReverseRange (line 40903) | public static void ReverseRange( method QuickMedianAscending (line 40920) | public static void QuickMedianAscending( method QuickMedianAscending (line 40934) | public static void QuickMedianAscending( method QuickMedianAscending (line 40946) | private static void QuickMedianAscending( method QuickSortAscending (line 41068) | public static void QuickSortAscending( method QuickSortAscending (line 41080) | public static void QuickSortAscending( method QuickSortAscending (line 41092) | private static void QuickSortAscending( method HeapSortAscending (line 41249) | public static void HeapSortAscending( method HeapSortAscending (line 41295) | public static void HeapSortAscending( method SmoothSortAscending (line 41335) | public static void SmoothSortAscending( method SmoothSortAscending (line 41342) | public static void SmoothSortAscending( method SmoothSortAscendingInclusiveRange (line 41350) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 41403) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 41430) | private static void SmoothSortAscendingTrinkle( class TimSortInfoLong (line 41463) | public class TimSortInfoLong method TimSortInfoLong (line 41473) | public TimSortInfoLong(T[] a) method PushRun (line 41487) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 41494) | public T[] EnsureCapacity(long cap) method TimSortAscending (line 41513) | public static void TimSortAscending( method TimSortAscending (line 41525) | public static void TimSortAscending( method MergeCollapseLongAsc (line 41561) | private static void MergeCollapseLongAsc(this TimSortInfoLong ti) method MergeForceCollapseLongAsc (line 41580) | private static void MergeForceCollapseLongAsc(this TimSortInfoLong<... method MergeAtLongAsc (line 41592) | private static void MergeAtLongAsc(this TimSortInfoLong ti, int i) method MergeLoLongAsc (line 41617) | private static void MergeLoLongAsc(this TimSortInfoLong ti, long... method MergeHiLongAsc (line 41697) | private static void MergeHiLongAsc(this TimSortInfoLong ti, long... method GallopLeftAscending (line 41779) | private static long GallopLeftAscending( method GallopRightAscending (line 41824) | private static long GallopRightAscending( method BinarySortAscending (line 41879) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 41909) | private static long CountRunAndOrderAscending( method QuickMedianDescending (line 41935) | public static void QuickMedianDescending( method QuickMedianDescending (line 41949) | public static void QuickMedianDescending( method QuickMedianDescending (line 41961) | private static void QuickMedianDescending( method QuickSortDescending (line 42083) | public static void QuickSortDescending( method QuickSortDescending (line 42095) | public static void QuickSortDescending( method QuickSortDescending (line 42107) | private static void QuickSortDescending( method HeapSortDescending (line 42264) | public static void HeapSortDescending( method HeapSortDescending (line 42310) | public static void HeapSortDescending( method SmoothSortDescending (line 42350) | public static void SmoothSortDescending( method SmoothSortDescending (line 42357) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 42365) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 42418) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 42445) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 42483) | public static void TimSortDescending( method TimSortDescending (line 42495) | public static void TimSortDescending( method MergeCollapseLongDesc (line 42531) | private static void MergeCollapseLongDesc(this TimSortInfoLong ti) method MergeForceCollapseLongDesc (line 42550) | private static void MergeForceCollapseLongDesc(this TimSortInfoLong... method MergeAtLongDesc (line 42562) | private static void MergeAtLongDesc(this TimSortInfoLong ti, int i) method MergeLoLongDesc (line 42587) | private static void MergeLoLongDesc(this TimSortInfoLong ti, lon... method MergeHiLongDesc (line 42667) | private static void MergeHiLongDesc(this TimSortInfoLong ti, lon... method GallopLeftDescending (line 42749) | private static long GallopLeftDescending( method GallopRightDescending (line 42794) | private static long GallopRightDescending( method BinarySortDescending (line 42849) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 42879) | private static long CountRunAndOrderDescending( method QuickMedianAscending (line 42905) | public static void QuickMedianAscending( method QuickMedianAscending (line 42918) | public static void QuickMedianAscending( method QuickMedianAscending (line 42930) | private static void QuickMedianAscending( method QuickSortAscending (line 43052) | public static void QuickSortAscending( method QuickSortAscending (line 43063) | public static void QuickSortAscending( method QuickSortAscending (line 43075) | private static void QuickSortAscending( method HeapSortAscending (line 43232) | public static void HeapSortAscending( method HeapSortAscending (line 43277) | public static void HeapSortAscending( method SmoothSortAscending (line 43316) | public static void SmoothSortAscending( method SmoothSortAscending (line 43322) | public static void SmoothSortAscending( method SmoothSortAscendingInclusiveRange (line 43330) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 43383) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 43410) | private static void SmoothSortAscendingTrinkle( class TimSortInfoLongIntSel (line 43443) | public class TimSortInfoLongIntSel method TimSortInfoLongIntSel (line 43453) | public TimSortInfoLongIntSel(T[] a, Func selector) method PushRun (line 43467) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 43474) | public T[] EnsureCapacity(long cap) method TimSortAscending (line 43493) | public static void TimSortAscending( method TimSortAscending (line 43504) | public static void TimSortAscending( method MergeCollapseLongAsc (line 43540) | private static void MergeCollapseLongAsc(this TimSortInfoLongIntSel... method MergeForceCollapseLongAsc (line 43558) | private static void MergeForceCollapseLongAsc(this TimSortInfoLongI... method MergeAtLongAsc (line 43569) | private static void MergeAtLongAsc(this TimSortInfoLongIntSel ti... method MergeLoLongAsc (line 43593) | private static void MergeLoLongAsc(this TimSortInfoLongIntSel ti... method MergeHiLongAsc (line 43673) | private static void MergeHiLongAsc(this TimSortInfoLongIntSel ti... method GallopLeftAscending (line 43755) | private static long GallopLeftAscending( method GallopRightAscending (line 43800) | private static long GallopRightAscending( method BinarySortAscending (line 43855) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 43885) | private static long CountRunAndOrderAscending( method QuickMedianDescending (line 43911) | public static void QuickMedianDescending( method QuickMedianDescending (line 43924) | public static void QuickMedianDescending( method QuickMedianDescending (line 43936) | private static void QuickMedianDescending( method QuickSortDescending (line 44058) | public static void QuickSortDescending( method QuickSortDescending (line 44069) | public static void QuickSortDescending( method QuickSortDescending (line 44081) | private static void QuickSortDescending( method HeapSortDescending (line 44238) | public static void HeapSortDescending( method HeapSortDescending (line 44283) | public static void HeapSortDescending( method SmoothSortDescending (line 44322) | public static void SmoothSortDescending( method SmoothSortDescending (line 44328) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 44336) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 44389) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 44416) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 44454) | public static void TimSortDescending( method TimSortDescending (line 44465) | public static void TimSortDescending( method MergeCollapseLongDesc (line 44501) | private static void MergeCollapseLongDesc(this TimSortInfoLongIntSe... method MergeForceCollapseLongDesc (line 44519) | private static void MergeForceCollapseLongDesc(this TimSortInfoLong... method MergeAtLongDesc (line 44530) | private static void MergeAtLongDesc(this TimSortInfoLongIntSel t... method MergeLoLongDesc (line 44554) | private static void MergeLoLongDesc(this TimSortInfoLongIntSel t... method MergeHiLongDesc (line 44634) | private static void MergeHiLongDesc(this TimSortInfoLongIntSel t... method GallopLeftDescending (line 44716) | private static long GallopLeftDescending( method GallopRightDescending (line 44761) | private static long GallopRightDescending( method BinarySortDescending (line 44816) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 44846) | private static long CountRunAndOrderDescending( method QuickMedianAscending (line 44872) | public static void QuickMedianAscending( method QuickMedianAscending (line 44885) | public static void QuickMedianAscending( method QuickMedianAscending (line 44897) | private static void QuickMedianAscending( method QuickSortAscending (line 45019) | public static void QuickSortAscending( method QuickSortAscending (line 45030) | public static void QuickSortAscending( method QuickSortAscending (line 45042) | private static void QuickSortAscending( method HeapSortAscending (line 45199) | public static void HeapSortAscending( method HeapSortAscending (line 45244) | public static void HeapSortAscending( method SmoothSortAscending (line 45283) | public static void SmoothSortAscending( method SmoothSortAscending (line 45289) | public static void SmoothSortAscending( method SmoothSortAscendingInclusiveRange (line 45297) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 45350) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 45377) | private static void SmoothSortAscendingTrinkle( class TimSortInfoLongLongSel (line 45410) | public class TimSortInfoLongLongSel method TimSortInfoLongLongSel (line 45420) | public TimSortInfoLongLongSel(T[] a, Func selector) method PushRun (line 45434) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 45441) | public T[] EnsureCapacity(long cap) method TimSortAscending (line 45460) | public static void TimSortAscending( method TimSortAscending (line 45471) | public static void TimSortAscending( method MergeCollapseLongAsc (line 45507) | private static void MergeCollapseLongAsc(this TimSortInfoLongLongSe... method MergeForceCollapseLongAsc (line 45525) | private static void MergeForceCollapseLongAsc(this TimSortInfoLongL... method MergeAtLongAsc (line 45536) | private static void MergeAtLongAsc(this TimSortInfoLongLongSel t... method MergeLoLongAsc (line 45560) | private static void MergeLoLongAsc(this TimSortInfoLongLongSel t... method MergeHiLongAsc (line 45640) | private static void MergeHiLongAsc(this TimSortInfoLongLongSel t... method GallopLeftAscending (line 45722) | private static long GallopLeftAscending( method GallopRightAscending (line 45767) | private static long GallopRightAscending( method BinarySortAscending (line 45822) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 45852) | private static long CountRunAndOrderAscending( method QuickMedianDescending (line 45878) | public static void QuickMedianDescending( method QuickMedianDescending (line 45891) | public static void QuickMedianDescending( method QuickMedianDescending (line 45903) | private static void QuickMedianDescending( method QuickSortDescending (line 46025) | public static void QuickSortDescending( method QuickSortDescending (line 46036) | public static void QuickSortDescending( method QuickSortDescending (line 46048) | private static void QuickSortDescending( method HeapSortDescending (line 46205) | public static void HeapSortDescending( method HeapSortDescending (line 46250) | public static void HeapSortDescending( method SmoothSortDescending (line 46289) | public static void SmoothSortDescending( method SmoothSortDescending (line 46295) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 46303) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 46356) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 46383) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 46421) | public static void TimSortDescending( method TimSortDescending (line 46432) | public static void TimSortDescending( method MergeCollapseLongDesc (line 46468) | private static void MergeCollapseLongDesc(this TimSortInfoLongLongS... method MergeForceCollapseLongDesc (line 46486) | private static void MergeForceCollapseLongDesc(this TimSortInfoLong... method MergeAtLongDesc (line 46497) | private static void MergeAtLongDesc(this TimSortInfoLongLongSel ... method MergeLoLongDesc (line 46521) | private static void MergeLoLongDesc(this TimSortInfoLongLongSel ... method MergeHiLongDesc (line 46601) | private static void MergeHiLongDesc(this TimSortInfoLongLongSel ... method GallopLeftDescending (line 46683) | private static long GallopLeftDescending( method GallopRightDescending (line 46728) | private static long GallopRightDescending( method BinarySortDescending (line 46783) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 46813) | private static long CountRunAndOrderDescending( method QuickMedianAscending (line 46839) | public static void QuickMedianAscending( method QuickMedianAscending (line 46852) | public static void QuickMedianAscending( method QuickMedianAscending (line 46864) | private static void QuickMedianAscending( method QuickSortAscending (line 46986) | public static void QuickSortAscending( method QuickSortAscending (line 46997) | public static void QuickSortAscending( method QuickSortAscending (line 47009) | private static void QuickSortAscending( method HeapSortAscending (line 47166) | public static void HeapSortAscending( method HeapSortAscending (line 47211) | public static void HeapSortAscending( method SmoothSortAscending (line 47250) | public static void SmoothSortAscending( method SmoothSortAscending (line 47256) | public static void SmoothSortAscending( method SmoothSortAscendingInclusiveRange (line 47264) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 47317) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 47344) | private static void SmoothSortAscendingTrinkle( class TimSortInfoLongFloatSel (line 47377) | public class TimSortInfoLongFloatSel method TimSortInfoLongFloatSel (line 47387) | public TimSortInfoLongFloatSel(T[] a, Func selector) method PushRun (line 47401) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 47408) | public T[] EnsureCapacity(long cap) method TimSortAscending (line 47427) | public static void TimSortAscending( method TimSortAscending (line 47438) | public static void TimSortAscending( method MergeCollapseLongAsc (line 47474) | private static void MergeCollapseLongAsc(this TimSortInfoLongFloatS... method MergeForceCollapseLongAsc (line 47492) | private static void MergeForceCollapseLongAsc(this TimSortInfoLongF... method MergeAtLongAsc (line 47503) | private static void MergeAtLongAsc(this TimSortInfoLongFloatSel ... method MergeLoLongAsc (line 47527) | private static void MergeLoLongAsc(this TimSortInfoLongFloatSel ... method MergeHiLongAsc (line 47607) | private static void MergeHiLongAsc(this TimSortInfoLongFloatSel ... method GallopLeftAscending (line 47689) | private static long GallopLeftAscending( method GallopRightAscending (line 47734) | private static long GallopRightAscending( method BinarySortAscending (line 47789) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 47819) | private static long CountRunAndOrderAscending( method QuickMedianDescending (line 47845) | public static void QuickMedianDescending( method QuickMedianDescending (line 47858) | public static void QuickMedianDescending( method QuickMedianDescending (line 47870) | private static void QuickMedianDescending( method QuickSortDescending (line 47992) | public static void QuickSortDescending( method QuickSortDescending (line 48003) | public static void QuickSortDescending( method QuickSortDescending (line 48015) | private static void QuickSortDescending( method HeapSortDescending (line 48172) | public static void HeapSortDescending( method HeapSortDescending (line 48217) | public static void HeapSortDescending( method SmoothSortDescending (line 48256) | public static void SmoothSortDescending( method SmoothSortDescending (line 48262) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 48270) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 48323) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 48350) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 48388) | public static void TimSortDescending( method TimSortDescending (line 48399) | public static void TimSortDescending( method MergeCollapseLongDesc (line 48435) | private static void MergeCollapseLongDesc(this TimSortInfoLongFloat... method MergeForceCollapseLongDesc (line 48453) | private static void MergeForceCollapseLongDesc(this TimSortInfoLong... method MergeAtLongDesc (line 48464) | private static void MergeAtLongDesc(this TimSortInfoLongFloatSel... method MergeLoLongDesc (line 48488) | private static void MergeLoLongDesc(this TimSortInfoLongFloatSel... method MergeHiLongDesc (line 48568) | private static void MergeHiLongDesc(this TimSortInfoLongFloatSel... method GallopLeftDescending (line 48650) | private static long GallopLeftDescending( method GallopRightDescending (line 48695) | private static long GallopRightDescending( method BinarySortDescending (line 48750) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 48780) | private static long CountRunAndOrderDescending( method QuickMedianAscending (line 48806) | public static void QuickMedianAscending( method QuickMedianAscending (line 48819) | public static void QuickMedianAscending( method QuickMedianAscending (line 48831) | private static void QuickMedianAscending( method QuickSortAscending (line 48953) | public static void QuickSortAscending( method QuickSortAscending (line 48964) | public static void QuickSortAscending( method QuickSortAscending (line 48976) | private static void QuickSortAscending( method HeapSortAscending (line 49133) | public static void HeapSortAscending( method HeapSortAscending (line 49178) | public static void HeapSortAscending( method SmoothSortAscending (line 49217) | public static void SmoothSortAscending( method SmoothSortAscending (line 49223) | public static void SmoothSortAscending( method SmoothSortAscendingInclusiveRange (line 49231) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 49284) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 49311) | private static void SmoothSortAscendingTrinkle( class TimSortInfoLongDoubleSel (line 49344) | public class TimSortInfoLongDoubleSel method TimSortInfoLongDoubleSel (line 49354) | public TimSortInfoLongDoubleSel(T[] a, Func selector) method PushRun (line 49368) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 49375) | public T[] EnsureCapacity(long cap) method TimSortAscending (line 49394) | public static void TimSortAscending( method TimSortAscending (line 49405) | public static void TimSortAscending( method MergeCollapseLongAsc (line 49441) | private static void MergeCollapseLongAsc(this TimSortInfoLongDouble... method MergeForceCollapseLongAsc (line 49459) | private static void MergeForceCollapseLongAsc(this TimSortInfoLongD... method MergeAtLongAsc (line 49470) | private static void MergeAtLongAsc(this TimSortInfoLongDoubleSel... method MergeLoLongAsc (line 49494) | private static void MergeLoLongAsc(this TimSortInfoLongDoubleSel... method MergeHiLongAsc (line 49574) | private static void MergeHiLongAsc(this TimSortInfoLongDoubleSel... method GallopLeftAscending (line 49656) | private static long GallopLeftAscending( method GallopRightAscending (line 49701) | private static long GallopRightAscending( method BinarySortAscending (line 49756) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 49786) | private static long CountRunAndOrderAscending( method QuickMedianDescending (line 49812) | public static void QuickMedianDescending( method QuickMedianDescending (line 49825) | public static void QuickMedianDescending( method QuickMedianDescending (line 49837) | private static void QuickMedianDescending( method QuickSortDescending (line 49959) | public static void QuickSortDescending( method QuickSortDescending (line 49970) | public static void QuickSortDescending( method QuickSortDescending (line 49982) | private static void QuickSortDescending( method HeapSortDescending (line 50139) | public static void HeapSortDescending( method HeapSortDescending (line 50184) | public static void HeapSortDescending( method SmoothSortDescending (line 50223) | public static void SmoothSortDescending( method SmoothSortDescending (line 50229) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 50237) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 50290) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 50317) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 50355) | public static void TimSortDescending( method TimSortDescending (line 50366) | public static void TimSortDescending( method MergeCollapseLongDesc (line 50402) | private static void MergeCollapseLongDesc(this TimSortInfoLongDoubl... method MergeForceCollapseLongDesc (line 50420) | private static void MergeForceCollapseLongDesc(this TimSortInfoLong... method MergeAtLongDesc (line 50431) | private static void MergeAtLongDesc(this TimSortInfoLongDoubleSel(this TimSortInfoLongDoubleSel(this TimSortInfoLongDoubleSel( method GallopRightDescending (line 50662) | private static long GallopRightDescending( method BinarySortDescending (line 50717) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 50747) | private static long CountRunAndOrderDescending( method CreatePermutationQuickMedian (line 50779) | public static int[] CreatePermutationQuickMedian( method PermutationQuickMedian (line 50793) | public static void PermutationQuickMedian( method PermutationQuickMedian (line 50807) | public static void PermutationQuickMedian( method PermutationQuickMedian (line 50819) | private static void PermutationQuickMedian( method CreatePermutationQuickSort (line 50943) | public static int[] CreatePermutationQuickSort( method PermutationQuickSort (line 50956) | public static void PermutationQuickSort( method PermutationQuickSort (line 50968) | public static void PermutationQuickSort( method PermutationQuickSort (line 50980) | private static void PermutationQuickSort( method CreatePermutationHeapSort (line 51138) | public static int[] CreatePermutationHeapSort( method PermutationHeapSort (line 51154) | public static void PermutationHeapSort( method PermutationHeapSort (line 51200) | public static void PermutationHeapSort( method CreatePermutationSmoothSort (line 51243) | public static int[] CreatePermutationSmoothSort( method PermutationSmoothSort (line 51252) | public static void PermutationSmoothSort( method PermutationSmoothSort (line 51258) | public static void PermutationSmoothSort( method PermutationSmoothSortInclusiveRange (line 51266) | private static void PermutationSmoothSortInclusiveRange( method PermutationSmoothSortSift (line 51319) | private static void PermutationSmoothSortSift( method PermutationSmoothSortTrinkle (line 51346) | private static void PermutationSmoothSortTrinkle( class TimSortInfoPermCmp (line 51379) | public class TimSortInfoPermCmp method TimSortInfoPermCmp (line 51390) | public TimSortInfoPermCmp(int[] p, T[] a, Func cmp) method PushRun (line 51404) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 51411) | public int[] EnsureCapacity(int cap) method CreatePermutationTimSort (line 51432) | public static int[] CreatePermutationTimSort( method PermutationTimSort (line 51446) | public static void PermutationTimSort( method PermutationTimSort (line 51457) | public static void PermutationTimSort( method MergeCollapsePermCmp (line 51493) | private static void MergeCollapsePermCmp(this TimSortInfoPermCmp... method MergeForceCollapsePermCmp (line 51511) | private static void MergeForceCollapsePermCmp(this TimSortInfoPermC... method MergeAtPermCmp (line 51522) | private static void MergeAtPermCmp(this TimSortInfoPermCmp ti, i... method MergeLoPermCmp (line 51546) | private static void MergeLoPermCmp(this TimSortInfoPermCmp ti, i... method MergeHiPermCmp (line 51627) | private static void MergeHiPermCmp(this TimSortInfoPermCmp ti, i... method PermutationGallopLeft (line 51710) | private static int PermutationGallopLeft( method PermutationGallopRight (line 51755) | private static int PermutationGallopRight( method PermutationBinarySort (line 51810) | private static void PermutationBinarySort( method PermutationCountRunAndOrder (line 51840) | private static int PermutationCountRunAndOrder( method CreatePermutationQuickMedianLong (line 51868) | public static long[] CreatePermutationQuickMedianLong( method PermutationQuickMedian (line 51882) | public static void PermutationQuickMedian( method PermutationQuickMedian (line 51896) | public static void PermutationQuickMedian( method PermutationQuickMedian (line 51908) | private static void PermutationQuickMedian( method CreatePermutationQuickSortLong (line 52032) | public static long[] CreatePermutationQuickSortLong( method PermutationQuickSort (line 52045) | public static void PermutationQuickSort( method PermutationQuickSort (line 52057) | public static void PermutationQuickSort( method PermutationQuickSort (line 52069) | private static void PermutationQuickSort( method CreatePermutationHeapSortLong (line 52227) | public static long[] CreatePermutationHeapSortLong( method PermutationHeapSort (line 52243) | public static void PermutationHeapSort( method PermutationHeapSort (line 52289) | public static void PermutationHeapSort( method CreatePermutationSmoothSortLong (line 52332) | public static long[] CreatePermutationSmoothSortLong( method PermutationSmoothSort (line 52341) | public static void PermutationSmoothSort( method PermutationSmoothSort (line 52347) | public static void PermutationSmoothSort( method PermutationSmoothSortInclusiveRange (line 52355) | private static void PermutationSmoothSortInclusiveRange( method PermutationSmoothSortSift (line 52408) | private static void PermutationSmoothSortSift( method PermutationSmoothSortTrinkle (line 52435) | private static void PermutationSmoothSortTrinkle( class TimSortInfoPermLongCmp (line 52468) | public class TimSortInfoPermLongCmp method TimSortInfoPermLongCmp (line 52479) | public TimSortInfoPermLongCmp(long[] p, T[] a, Func cmp) method PushRun (line 52493) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 52500) | public long[] EnsureCapacity(long cap) method CreatePermutationTimSortLong (line 52521) | public static long[] CreatePermutationTimSortLong( method PermutationTimSort (line 52535) | public static void PermutationTimSort( method PermutationTimSort (line 52546) | public static void PermutationTimSort( method MergeCollapsePermLongCmp (line 52582) | private static void MergeCollapsePermLongCmp(this TimSortInfoPermLo... method MergeForceCollapsePermLongCmp (line 52600) | private static void MergeForceCollapsePermLongCmp(this TimSortInfoP... method MergeAtPermLongCmp (line 52611) | private static void MergeAtPermLongCmp(this TimSortInfoPermLongCmp<... method MergeLoPermLongCmp (line 52635) | private static void MergeLoPermLongCmp(this TimSortInfoPermLongCmp<... method MergeHiPermLongCmp (line 52716) | private static void MergeHiPermLongCmp(this TimSortInfoPermLongCmp<... method PermutationGallopLeft (line 52799) | private static long PermutationGallopLeft( method PermutationGallopRight (line 52844) | private static long PermutationGallopRight( method PermutationBinarySort (line 52899) | private static void PermutationBinarySort( method PermutationCountRunAndOrder (line 52929) | private static long PermutationCountRunAndOrder( method CreatePermutationQuickMedianAscending (line 52957) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 52972) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 52987) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 52999) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 53123) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 53137) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 53150) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 53162) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 53320) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 53337) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 53384) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 53428) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 53438) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 53445) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 53453) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 53506) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 53533) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPerm (line 53566) | public class TimSortInfoPerm method TimSortInfoPerm (line 53577) | public TimSortInfoPerm(int[] p, T[] a) method PushRun (line 53591) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 53598) | public int[] EnsureCapacity(int cap) method CreatePermutationTimSortAscending (line 53619) | public static int[] CreatePermutationTimSortAscending( method PermutationTimSortAscending (line 53634) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 53646) | public static void PermutationTimSortAscending( method MergeCollapsePermAsc (line 53682) | private static void MergeCollapsePermAsc(this TimSortInfoPerm ti) method MergeForceCollapsePermAsc (line 53701) | private static void MergeForceCollapsePermAsc(this TimSortInfoPerm<... method MergeAtPermAsc (line 53713) | private static void MergeAtPermAsc(this TimSortInfoPerm ti, int i) method MergeLoPermAsc (line 53738) | private static void MergeLoPermAsc(this TimSortInfoPerm ti, int ... method MergeHiPermAsc (line 53819) | private static void MergeHiPermAsc(this TimSortInfoPerm ti, int ... method PermutationGallopLeftAscending (line 53902) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 53947) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 54002) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 54032) | private static int PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianAscendingLong (line 54060) | public static long[] CreatePermutationQuickMedianAscendingLong( method PermutationQuickMedianAscending (line 54075) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 54090) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 54102) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscendingLong (line 54226) | public static long[] CreatePermutationQuickSortAscendingLong( method PermutationQuickSortAscending (line 54240) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 54253) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 54265) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscendingLong (line 54423) | public static long[] CreatePermutationHeapSortAscendingLong( method PermutationHeapSortAscending (line 54440) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 54487) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscendingLong (line 54531) | public static long[] CreatePermutationSmoothSortAscendingLong( method PermutationSmoothSortAscending (line 54541) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 54548) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 54556) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 54609) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 54636) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermLong (line 54669) | public class TimSortInfoPermLong method TimSortInfoPermLong (line 54680) | public TimSortInfoPermLong(long[] p, T[] a) method PushRun (line 54694) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 54701) | public long[] EnsureCapacity(long cap) method CreatePermutationTimSortAscendingLong (line 54722) | public static long[] CreatePermutationTimSortAscendingLong( method PermutationTimSortAscending (line 54737) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 54749) | public static void PermutationTimSortAscending( method MergeCollapsePermLongAsc (line 54785) | private static void MergeCollapsePermLongAsc(this TimSortInfoPermLo... method MergeForceCollapsePermLongAsc (line 54804) | private static void MergeForceCollapsePermLongAsc(this TimSortInfoP... method MergeAtPermLongAsc (line 54816) | private static void MergeAtPermLongAsc(this TimSortInfoPermLong ... method MergeLoPermLongAsc (line 54841) | private static void MergeLoPermLongAsc(this TimSortInfoPermLong ... method MergeHiPermLongAsc (line 54922) | private static void MergeHiPermLongAsc(this TimSortInfoPermLong ... method PermutationGallopLeftAscending (line 55005) | private static long PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 55050) | private static long PermutationGallopRightAscending( method PermutationBinarySortAscending (line 55105) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 55135) | private static long PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianDescending (line 55163) | public static int[] CreatePermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 55178) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 55193) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 55205) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescending (line 55329) | public static int[] CreatePermutationQuickSortDescending( method PermutationQuickSortDescending (line 55343) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 55356) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 55368) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescending (line 55526) | public static int[] CreatePermutationHeapSortDescending( method PermutationHeapSortDescending (line 55543) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 55590) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescending (line 55634) | public static int[] CreatePermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 55644) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 55651) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 55659) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 55712) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 55739) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescending (line 55779) | public static int[] CreatePermutationTimSortDescending( method PermutationTimSortDescending (line 55794) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 55806) | public static void PermutationTimSortDescending( method MergeCollapsePermDesc (line 55842) | private static void MergeCollapsePermDesc(this TimSortInfoPerm ti) method MergeForceCollapsePermDesc (line 55861) | private static void MergeForceCollapsePermDesc(this TimSortInfoPerm... method MergeAtPermDesc (line 55873) | private static void MergeAtPermDesc(this TimSortInfoPerm ti, int i) method MergeLoPermDesc (line 55898) | private static void MergeLoPermDesc(this TimSortInfoPerm ti, int... method MergeHiPermDesc (line 55979) | private static void MergeHiPermDesc(this TimSortInfoPerm ti, int... method PermutationGallopLeftDescending (line 56062) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 56107) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 56162) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 56192) | private static int PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianDescendingLong (line 56220) | public static long[] CreatePermutationQuickMedianDescendingLong( method PermutationQuickMedianDescending (line 56235) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 56250) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 56262) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescendingLong (line 56386) | public static long[] CreatePermutationQuickSortDescendingLong( method PermutationQuickSortDescending (line 56400) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 56413) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 56425) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescendingLong (line 56583) | public static long[] CreatePermutationHeapSortDescendingLong( method PermutationHeapSortDescending (line 56600) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 56647) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescendingLong (line 56691) | public static long[] CreatePermutationSmoothSortDescendingLong( method PermutationSmoothSortDescending (line 56701) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 56708) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 56716) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 56769) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 56796) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescendingLong (line 56836) | public static long[] CreatePermutationTimSortDescendingLong( method PermutationTimSortDescending (line 56851) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 56863) | public static void PermutationTimSortDescending( method MergeCollapsePermLongDesc (line 56899) | private static void MergeCollapsePermLongDesc(this TimSortInfoPermL... method MergeForceCollapsePermLongDesc (line 56918) | private static void MergeForceCollapsePermLongDesc(this TimSortInfo... method MergeAtPermLongDesc (line 56930) | private static void MergeAtPermLongDesc(this TimSortInfoPermLong... method MergeLoPermLongDesc (line 56955) | private static void MergeLoPermLongDesc(this TimSortInfoPermLong... method MergeHiPermLongDesc (line 57036) | private static void MergeHiPermLongDesc(this TimSortInfoPermLong... method PermutationGallopLeftDescending (line 57119) | private static long PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 57164) | private static long PermutationGallopRightDescending( method PermutationBinarySortDescending (line 57219) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 57249) | private static long PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianAscending (line 57277) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 57291) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 57305) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 57317) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 57441) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 57454) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 57466) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 57478) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 57636) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 57652) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 57698) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 57741) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 57750) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 57756) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 57764) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 57817) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 57844) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermIntSel (line 57877) | public class TimSortInfoPermIntSel method TimSortInfoPermIntSel (line 57888) | public TimSortInfoPermIntSel(int[] p, T[] a, Func selector) method PushRun (line 57902) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 57909) | public int[] EnsureCapacity(int cap) method CreatePermutationTimSortAscending (line 57930) | public static int[] CreatePermutationTimSortAscending( method PermutationTimSortAscending (line 57944) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 57955) | public static void PermutationTimSortAscending( method MergeCollapsePermAsc (line 57991) | private static void MergeCollapsePermAsc(this TimSortInfoPermIntSel... method MergeForceCollapsePermAsc (line 58009) | private static void MergeForceCollapsePermAsc(this TimSortInfoPermI... method MergeAtPermAsc (line 58020) | private static void MergeAtPermAsc(this TimSortInfoPermIntSel ti... method MergeLoPermAsc (line 58044) | private static void MergeLoPermAsc(this TimSortInfoPermIntSel ti... method MergeHiPermAsc (line 58125) | private static void MergeHiPermAsc(this TimSortInfoPermIntSel ti... method PermutationGallopLeftAscending (line 58208) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 58253) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 58308) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 58338) | private static int PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianAscendingLong (line 58366) | public static long[] CreatePermutationQuickMedianAscendingLong( method PermutationQuickMedianAscending (line 58380) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 58394) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 58406) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscendingLong (line 58530) | public static long[] CreatePermutationQuickSortAscendingLong( method PermutationQuickSortAscending (line 58543) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 58555) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 58567) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscendingLong (line 58725) | public static long[] CreatePermutationHeapSortAscendingLong( method PermutationHeapSortAscending (line 58741) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 58787) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscendingLong (line 58830) | public static long[] CreatePermutationSmoothSortAscendingLong( method PermutationSmoothSortAscending (line 58839) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 58845) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 58853) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 58906) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 58933) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermLongIntSel (line 58966) | public class TimSortInfoPermLongIntSel method TimSortInfoPermLongIntSel (line 58977) | public TimSortInfoPermLongIntSel(long[] p, T[] a, Func selec... method PushRun (line 58991) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 58998) | public long[] EnsureCapacity(long cap) method CreatePermutationTimSortAscendingLong (line 59019) | public static long[] CreatePermutationTimSortAscendingLong( method PermutationTimSortAscending (line 59033) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 59044) | public static void PermutationTimSortAscending( method MergeCollapsePermLongAsc (line 59080) | private static void MergeCollapsePermLongAsc(this TimSortInfoPermLo... method MergeForceCollapsePermLongAsc (line 59098) | private static void MergeForceCollapsePermLongAsc(this TimSortInfoP... method MergeAtPermLongAsc (line 59109) | private static void MergeAtPermLongAsc(this TimSortInfoPermLongIntS... method MergeLoPermLongAsc (line 59133) | private static void MergeLoPermLongAsc(this TimSortInfoPermLongIntS... method MergeHiPermLongAsc (line 59214) | private static void MergeHiPermLongAsc(this TimSortInfoPermLongIntS... method PermutationGallopLeftAscending (line 59297) | private static long PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 59342) | private static long PermutationGallopRightAscending( method PermutationBinarySortAscending (line 59397) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 59427) | private static long PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianDescending (line 59455) | public static int[] CreatePermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 59469) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 59483) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 59495) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescending (line 59619) | public static int[] CreatePermutationQuickSortDescending( method PermutationQuickSortDescending (line 59632) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 59644) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 59656) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescending (line 59814) | public static int[] CreatePermutationHeapSortDescending( method PermutationHeapSortDescending (line 59830) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 59876) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescending (line 59919) | public static int[] CreatePermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 59928) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 59934) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 59942) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 59995) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 60022) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescending (line 60062) | public static int[] CreatePermutationTimSortDescending( method PermutationTimSortDescending (line 60076) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 60087) | public static void PermutationTimSortDescending( method MergeCollapsePermDesc (line 60123) | private static void MergeCollapsePermDesc(this TimSortInfoPermIntSe... method MergeForceCollapsePermDesc (line 60141) | private static void MergeForceCollapsePermDesc(this TimSortInfoPerm... method MergeAtPermDesc (line 60152) | private static void MergeAtPermDesc(this TimSortInfoPermIntSel t... method MergeLoPermDesc (line 60176) | private static void MergeLoPermDesc(this TimSortInfoPermIntSel t... method MergeHiPermDesc (line 60257) | private static void MergeHiPermDesc(this TimSortInfoPermIntSel t... method PermutationGallopLeftDescending (line 60340) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 60385) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 60440) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 60470) | private static int PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianDescendingLong (line 60498) | public static long[] CreatePermutationQuickMedianDescendingLong( method PermutationQuickMedianDescending (line 60512) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 60526) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 60538) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescendingLong (line 60662) | public static long[] CreatePermutationQuickSortDescendingLong( method PermutationQuickSortDescending (line 60675) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 60687) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 60699) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescendingLong (line 60857) | public static long[] CreatePermutationHeapSortDescendingLong( method PermutationHeapSortDescending (line 60873) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 60919) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescendingLong (line 60962) | public static long[] CreatePermutationSmoothSortDescendingLong( method PermutationSmoothSortDescending (line 60971) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 60977) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 60985) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 61038) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 61065) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescendingLong (line 61105) | public static long[] CreatePermutationTimSortDescendingLong( method PermutationTimSortDescending (line 61119) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 61130) | public static void PermutationTimSortDescending( method MergeCollapsePermLongDesc (line 61166) | private static void MergeCollapsePermLongDesc(this TimSortInfoPermL... method MergeForceCollapsePermLongDesc (line 61184) | private static void MergeForceCollapsePermLongDesc(this TimSortInfo... method MergeAtPermLongDesc (line 61195) | private static void MergeAtPermLongDesc(this TimSortInfoPermLongInt... method MergeLoPermLongDesc (line 61219) | private static void MergeLoPermLongDesc(this TimSortInfoPermLongInt... method MergeHiPermLongDesc (line 61300) | private static void MergeHiPermLongDesc(this TimSortInfoPermLongInt... method PermutationGallopLeftDescending (line 61383) | private static long PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 61428) | private static long PermutationGallopRightDescending( method PermutationBinarySortDescending (line 61483) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 61513) | private static long PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianAscending (line 61541) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 61555) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 61569) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 61581) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 61705) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 61718) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 61730) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 61742) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 61900) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 61916) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 61962) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 62005) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 62014) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 62020) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 62028) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 62081) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 62108) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermLongSel (line 62141) | public class TimSortInfoPermLongSel method TimSortInfoPermLongSel (line 62152) | public TimSortInfoPermLongSel(int[] p, T[] a, Func selector) method PushRun (line 62166) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 62173) | public int[] EnsureCapacity(int cap) method CreatePermutationTimSortAscending (line 62194) | public static int[] CreatePermutationTimSortAscending( method PermutationTimSortAscending (line 62208) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 62219) | public static void PermutationTimSortAscending( method MergeCollapsePermAsc (line 62255) | private static void MergeCollapsePermAsc(this TimSortInfoPermLongSe... method MergeForceCollapsePermAsc (line 62273) | private static void MergeForceCollapsePermAsc(this TimSortInfoPermL... method MergeAtPermAsc (line 62284) | private static void MergeAtPermAsc(this TimSortInfoPermLongSel t... method MergeLoPermAsc (line 62308) | private static void MergeLoPermAsc(this TimSortInfoPermLongSel t... method MergeHiPermAsc (line 62389) | private static void MergeHiPermAsc(this TimSortInfoPermLongSel t... method PermutationGallopLeftAscending (line 62472) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 62517) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 62572) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 62602) | private static int PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianAscendingLong (line 62630) | public static long[] CreatePermutationQuickMedianAscendingLong( method PermutationQuickMedianAscending (line 62644) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 62658) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 62670) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscendingLong (line 62794) | public static long[] CreatePermutationQuickSortAscendingLong( method PermutationQuickSortAscending (line 62807) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 62819) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 62831) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscendingLong (line 62989) | public static long[] CreatePermutationHeapSortAscendingLong( method PermutationHeapSortAscending (line 63005) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 63051) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscendingLong (line 63094) | public static long[] CreatePermutationSmoothSortAscendingLong( method PermutationSmoothSortAscending (line 63103) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 63109) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 63117) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 63170) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 63197) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermLongLongSel (line 63230) | public class TimSortInfoPermLongLongSel method TimSortInfoPermLongLongSel (line 63241) | public TimSortInfoPermLongLongSel(long[] p, T[] a, Func sel... method PushRun (line 63255) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 63262) | public long[] EnsureCapacity(long cap) method CreatePermutationTimSortAscendingLong (line 63283) | public static long[] CreatePermutationTimSortAscendingLong( method PermutationTimSortAscending (line 63297) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 63308) | public static void PermutationTimSortAscending( method MergeCollapsePermLongAsc (line 63344) | private static void MergeCollapsePermLongAsc(this TimSortInfoPermLo... method MergeForceCollapsePermLongAsc (line 63362) | private static void MergeForceCollapsePermLongAsc(this TimSortInfoP... method MergeAtPermLongAsc (line 63373) | private static void MergeAtPermLongAsc(this TimSortInfoPermLongLong... method MergeLoPermLongAsc (line 63397) | private static void MergeLoPermLongAsc(this TimSortInfoPermLongLong... method MergeHiPermLongAsc (line 63478) | private static void MergeHiPermLongAsc(this TimSortInfoPermLongLong... method PermutationGallopLeftAscending (line 63561) | private static long PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 63606) | private static long PermutationGallopRightAscending( method PermutationBinarySortAscending (line 63661) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 63691) | private static long PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianDescending (line 63719) | public static int[] CreatePermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 63733) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 63747) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 63759) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescending (line 63883) | public static int[] CreatePermutationQuickSortDescending( method PermutationQuickSortDescending (line 63896) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 63908) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 63920) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescending (line 64078) | public static int[] CreatePermutationHeapSortDescending( method PermutationHeapSortDescending (line 64094) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 64140) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescending (line 64183) | public static int[] CreatePermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 64192) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 64198) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 64206) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 64259) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 64286) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescending (line 64326) | public static int[] CreatePermutationTimSortDescending( method PermutationTimSortDescending (line 64340) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 64351) | public static void PermutationTimSortDescending( method MergeCollapsePermDesc (line 64387) | private static void MergeCollapsePermDesc(this TimSortInfoPermLongS... method MergeForceCollapsePermDesc (line 64405) | private static void MergeForceCollapsePermDesc(this TimSortInfoPerm... method MergeAtPermDesc (line 64416) | private static void MergeAtPermDesc(this TimSortInfoPermLongSel ... method MergeLoPermDesc (line 64440) | private static void MergeLoPermDesc(this TimSortInfoPermLongSel ... method MergeHiPermDesc (line 64521) | private static void MergeHiPermDesc(this TimSortInfoPermLongSel ... method PermutationGallopLeftDescending (line 64604) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 64649) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 64704) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 64734) | private static int PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianDescendingLong (line 64762) | public static long[] CreatePermutationQuickMedianDescendingLong( method PermutationQuickMedianDescending (line 64776) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 64790) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 64802) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescendingLong (line 64926) | public static long[] CreatePermutationQuickSortDescendingLong( method PermutationQuickSortDescending (line 64939) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 64951) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 64963) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescendingLong (line 65121) | public static long[] CreatePermutationHeapSortDescendingLong( method PermutationHeapSortDescending (line 65137) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 65183) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescendingLong (line 65226) | public static long[] CreatePermutationSmoothSortDescendingLong( method PermutationSmoothSortDescending (line 65235) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 65241) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 65249) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 65302) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 65329) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescendingLong (line 65369) | public static long[] CreatePermutationTimSortDescendingLong( method PermutationTimSortDescending (line 65383) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 65394) | public static void PermutationTimSortDescending( method MergeCollapsePermLongDesc (line 65430) | private static void MergeCollapsePermLongDesc(this TimSortInfoPermL... method MergeForceCollapsePermLongDesc (line 65448) | private static void MergeForceCollapsePermLongDesc(this TimSortInfo... method MergeAtPermLongDesc (line 65459) | private static void MergeAtPermLongDesc(this TimSortInfoPermLongLon... method MergeLoPermLongDesc (line 65483) | private static void MergeLoPermLongDesc(this TimSortInfoPermLongLon... method MergeHiPermLongDesc (line 65564) | private static void MergeHiPermLongDesc(this TimSortInfoPermLongLon... method PermutationGallopLeftDescending (line 65647) | private static long PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 65692) | private static long PermutationGallopRightDescending( method PermutationBinarySortDescending (line 65747) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 65777) | private static long PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianAscending (line 65805) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 65819) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 65833) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 65845) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 65969) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 65982) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 65994) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 66006) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 66164) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 66180) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 66226) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 66269) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 66278) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 66284) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 66292) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 66345) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 66372) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermFloatSel (line 66405) | public class TimSortInfoPermFloatSel method TimSortInfoPermFloatSel (line 66416) | public TimSortInfoPermFloatSel(int[] p, T[] a, Func selector) method PushRun (line 66430) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 66437) | public int[] EnsureCapacity(int cap) method CreatePermutationTimSortAscending (line 66458) | public static int[] CreatePermutationTimSortAscending( method PermutationTimSortAscending (line 66472) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 66483) | public static void PermutationTimSortAscending( method MergeCollapsePermAsc (line 66519) | private static void MergeCollapsePermAsc(this TimSortInfoPermFloatS... method MergeForceCollapsePermAsc (line 66537) | private static void MergeForceCollapsePermAsc(this TimSortInfoPermF... method MergeAtPermAsc (line 66548) | private static void MergeAtPermAsc(this TimSortInfoPermFloatSel ... method MergeLoPermAsc (line 66572) | private static void MergeLoPermAsc(this TimSortInfoPermFloatSel ... method MergeHiPermAsc (line 66653) | private static void MergeHiPermAsc(this TimSortInfoPermFloatSel ... method PermutationGallopLeftAscending (line 66736) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 66781) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 66836) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 66866) | private static int PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianAscendingLong (line 66894) | public static long[] CreatePermutationQuickMedianAscendingLong( method PermutationQuickMedianAscending (line 66908) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 66922) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 66934) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscendingLong (line 67058) | public static long[] CreatePermutationQuickSortAscendingLong( method PermutationQuickSortAscending (line 67071) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 67083) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 67095) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscendingLong (line 67253) | public static long[] CreatePermutationHeapSortAscendingLong( method PermutationHeapSortAscending (line 67269) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 67315) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscendingLong (line 67358) | public static long[] CreatePermutationSmoothSortAscendingLong( method PermutationSmoothSortAscending (line 67367) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 67373) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 67381) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 67434) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 67461) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermLongFloatSel (line 67494) | public class TimSortInfoPermLongFloatSel method TimSortInfoPermLongFloatSel (line 67505) | public TimSortInfoPermLongFloatSel(long[] p, T[] a, Func s... method PushRun (line 67519) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 67526) | public long[] EnsureCapacity(long cap) method CreatePermutationTimSortAscendingLong (line 67547) | public static long[] CreatePermutationTimSortAscendingLong( method PermutationTimSortAscending (line 67561) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 67572) | public static void PermutationTimSortAscending( method MergeCollapsePermLongAsc (line 67608) | private static void MergeCollapsePermLongAsc(this TimSortInfoPermLo... method MergeForceCollapsePermLongAsc (line 67626) | private static void MergeForceCollapsePermLongAsc(this TimSortInfoP... method MergeAtPermLongAsc (line 67637) | private static void MergeAtPermLongAsc(this TimSortInfoPermLongFloa... method MergeLoPermLongAsc (line 67661) | private static void MergeLoPermLongAsc(this TimSortInfoPermLongFloa... method MergeHiPermLongAsc (line 67742) | private static void MergeHiPermLongAsc(this TimSortInfoPermLongFloa... method PermutationGallopLeftAscending (line 67825) | private static long PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 67870) | private static long PermutationGallopRightAscending( method PermutationBinarySortAscending (line 67925) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 67955) | private static long PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianDescending (line 67983) | public static int[] CreatePermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 67997) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 68011) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 68023) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescending (line 68147) | public static int[] CreatePermutationQuickSortDescending( method PermutationQuickSortDescending (line 68160) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 68172) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 68184) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescending (line 68342) | public static int[] CreatePermutationHeapSortDescending( method PermutationHeapSortDescending (line 68358) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 68404) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescending (line 68447) | public static int[] CreatePermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 68456) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 68462) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 68470) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 68523) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 68550) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescending (line 68590) | public static int[] CreatePermutationTimSortDescending( method PermutationTimSortDescending (line 68604) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 68615) | public static void PermutationTimSortDescending( method MergeCollapsePermDesc (line 68651) | private static void MergeCollapsePermDesc(this TimSortInfoPermFloat... method MergeForceCollapsePermDesc (line 68669) | private static void MergeForceCollapsePermDesc(this TimSortInfoPerm... method MergeAtPermDesc (line 68680) | private static void MergeAtPermDesc(this TimSortInfoPermFloatSel... method MergeLoPermDesc (line 68704) | private static void MergeLoPermDesc(this TimSortInfoPermFloatSel... method MergeHiPermDesc (line 68785) | private static void MergeHiPermDesc(this TimSortInfoPermFloatSel... method PermutationGallopLeftDescending (line 68868) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 68913) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 68968) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 68998) | private static int PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianDescendingLong (line 69026) | public static long[] CreatePermutationQuickMedianDescendingLong( method PermutationQuickMedianDescending (line 69040) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 69054) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 69066) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescendingLong (line 69190) | public static long[] CreatePermutationQuickSortDescendingLong( method PermutationQuickSortDescending (line 69203) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 69215) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 69227) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescendingLong (line 69385) | public static long[] CreatePermutationHeapSortDescendingLong( method PermutationHeapSortDescending (line 69401) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 69447) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescendingLong (line 69490) | public static long[] CreatePermutationSmoothSortDescendingLong( method PermutationSmoothSortDescending (line 69499) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 69505) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 69513) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 69566) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 69593) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescendingLong (line 69633) | public static long[] CreatePermutationTimSortDescendingLong( method PermutationTimSortDescending (line 69647) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 69658) | public static void PermutationTimSortDescending( method MergeCollapsePermLongDesc (line 69694) | private static void MergeCollapsePermLongDesc(this TimSortInfoPermL... method MergeForceCollapsePermLongDesc (line 69712) | private static void MergeForceCollapsePermLongDesc(this TimSortInfo... method MergeAtPermLongDesc (line 69723) | private static void MergeAtPermLongDesc(this TimSortInfoPermLongFlo... method MergeLoPermLongDesc (line 69747) | private static void MergeLoPermLongDesc(this TimSortInfoPermLongFlo... method MergeHiPermLongDesc (line 69828) | private static void MergeHiPermLongDesc(this TimSortInfoPermLongFlo... method PermutationGallopLeftDescending (line 69911) | private static long PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 69956) | private static long PermutationGallopRightDescending( method PermutationBinarySortDescending (line 70011) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 70041) | private static long PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianAscending (line 70069) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 70083) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 70097) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 70109) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 70233) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 70246) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 70258) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 70270) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 70428) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 70444) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 70490) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 70533) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 70542) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 70548) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 70556) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 70609) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 70636) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermDoubleSel (line 70669) | public class TimSortInfoPermDoubleSel method TimSortInfoPermDoubleSel (line 70680) | public TimSortInfoPermDoubleSel(int[] p, T[] a, Func sele... method PushRun (line 70694) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 70701) | public int[] EnsureCapacity(int cap) method CreatePermutationTimSortAscending (line 70722) | public static int[] CreatePermutationTimSortAscending( method PermutationTimSortAscending (line 70736) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 70747) | public static void PermutationTimSortAscending( method MergeCollapsePermAsc (line 70783) | private static void MergeCollapsePermAsc(this TimSortInfoPermDouble... method MergeForceCollapsePermAsc (line 70801) | private static void MergeForceCollapsePermAsc(this TimSortInfoPermD... method MergeAtPermAsc (line 70812) | private static void MergeAtPermAsc(this TimSortInfoPermDoubleSel... method MergeLoPermAsc (line 70836) | private static void MergeLoPermAsc(this TimSortInfoPermDoubleSel... method MergeHiPermAsc (line 70917) | private static void MergeHiPermAsc(this TimSortInfoPermDoubleSel... method PermutationGallopLeftAscending (line 71000) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 71045) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 71100) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 71130) | private static int PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianAscendingLong (line 71158) | public static long[] CreatePermutationQuickMedianAscendingLong( method PermutationQuickMedianAscending (line 71172) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 71186) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 71198) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscendingLong (line 71322) | public static long[] CreatePermutationQuickSortAscendingLong( method PermutationQuickSortAscending (line 71335) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 71347) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 71359) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscendingLong (line 71517) | public static long[] CreatePermutationHeapSortAscendingLong( method PermutationHeapSortAscending (line 71533) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 71579) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscendingLong (line 71622) | public static long[] CreatePermutationSmoothSortAscendingLong( method PermutationSmoothSortAscending (line 71631) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 71637) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 71645) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 71698) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 71725) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermLongDoubleSel (line 71758) | public class TimSortInfoPermLongDoubleSel method TimSortInfoPermLongDoubleSel (line 71769) | public TimSortInfoPermLongDoubleSel(long[] p, T[] a, Func... method PushRun (line 71783) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 71790) | public long[] EnsureCapacity(long cap) method CreatePermutationTimSortAscendingLong (line 71811) | public static long[] CreatePermutationTimSortAscendingLong( method PermutationTimSortAscending (line 71825) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 71836) | public static void PermutationTimSortAscending( method MergeCollapsePermLongAsc (line 71872) | private static void MergeCollapsePermLongAsc(this TimSortInfoPermLo... method MergeForceCollapsePermLongAsc (line 71890) | private static void MergeForceCollapsePermLongAsc(this TimSortInfoP... method MergeAtPermLongAsc (line 71901) | private static void MergeAtPermLongAsc(this TimSortInfoPermLongDoub... method MergeLoPermLongAsc (line 71925) | private static void MergeLoPermLongAsc(this TimSortInfoPermLongDoub... method MergeHiPermLongAsc (line 72006) | private static void MergeHiPermLongAsc(this TimSortInfoPermLongDoub... method PermutationGallopLeftAscending (line 72089) | private static long PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 72134) | private static long PermutationGallopRightAscending( method PermutationBinarySortAscending (line 72189) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 72219) | private static long PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianDescending (line 72247) | public static int[] CreatePermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 72261) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 72275) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 72287) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescending (line 72411) | public static int[] CreatePermutationQuickSortDescending( method PermutationQuickSortDescending (line 72424) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 72436) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 72448) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescending (line 72606) | public static int[] CreatePermutationHeapSortDescending( method PermutationHeapSortDescending (line 72622) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 72668) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescending (line 72711) | public static int[] CreatePermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 72720) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 72726) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 72734) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 72787) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 72814) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescending (line 72854) | public static int[] CreatePermutationTimSortDescending( method PermutationTimSortDescending (line 72868) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 72879) | public static void PermutationTimSortDescending( method MergeCollapsePermDesc (line 72915) | private static void MergeCollapsePermDesc(this TimSortInfoPermDoubl... method MergeForceCollapsePermDesc (line 72933) | private static void MergeForceCollapsePermDesc(this TimSortInfoPerm... method MergeAtPermDesc (line 72944) | private static void MergeAtPermDesc(this TimSortInfoPermDoubleSel(this TimSortInfoPermDoubleSel(this TimSortInfoPermDoubleSel( method PermutationGallopRightDescending (line 73177) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 73232) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 73262) | private static int PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianDescendingLong (line 73290) | public static long[] CreatePermutationQuickMedianDescendingLong( method PermutationQuickMedianDescending (line 73304) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 73318) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 73330) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescendingLong (line 73454) | public static long[] CreatePermutationQuickSortDescendingLong( method PermutationQuickSortDescending (line 73467) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 73479) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 73491) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescendingLong (line 73649) | public static long[] CreatePermutationHeapSortDescendingLong( method PermutationHeapSortDescending (line 73665) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 73711) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescendingLong (line 73754) | public static long[] CreatePermutationSmoothSortDescendingLong( method PermutationSmoothSortDescending (line 73763) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 73769) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 73777) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 73830) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 73857) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescendingLong (line 73897) | public static long[] CreatePermutationTimSortDescendingLong( method PermutationTimSortDescending (line 73911) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 73922) | public static void PermutationTimSortDescending( method MergeCollapsePermLongDesc (line 73958) | private static void MergeCollapsePermLongDesc(this TimSortInfoPermL... method MergeForceCollapsePermLongDesc (line 73976) | private static void MergeForceCollapsePermLongDesc(this TimSortInfo... method MergeAtPermLongDesc (line 73987) | private static void MergeAtPermLongDesc(this TimSortInfoPermLongDou... method MergeLoPermLongDesc (line 74011) | private static void MergeLoPermLongDesc(this TimSortInfoPermLongDou... method MergeHiPermLongDesc (line 74092) | private static void MergeHiPermLongDesc(this TimSortInfoPermLongDou... method PermutationGallopLeftDescending (line 74175) | private static long PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 74220) | private static long PermutationGallopRightDescending( method PermutationBinarySortDescending (line 74275) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 74305) | private static long PermutationCountRunAndOrderDescending( method QuickMedian (line 74335) | public static void QuickMedian( method QuickMedian (line 74348) | public static void QuickMedian( method QuickMedian (line 74360) | private static void QuickMedian( method QuickSort (line 74482) | public static void QuickSort( method QuickSort (line 74493) | public static void QuickSort( method QuickSort (line 74505) | private static void QuickSort( method HeapSort (line 74662) | public static void HeapSort( method HeapSort (line 74707) | public static void HeapSort( method SmoothSort (line 74746) | public static void SmoothSort( method SmoothSort (line 74752) | public static void SmoothSort( method SmoothSortInclusiveRange (line 74760) | private static void SmoothSortInclusiveRange( method SmoothSortSift (line 74813) | private static void SmoothSortSift( method SmoothSortTrinkle (line 74840) | private static void SmoothSortTrinkle( class TimSortInfoListCmp (line 74873) | public class TimSortInfoListCmp method TimSortInfoListCmp (line 74883) | public TimSortInfoListCmp(List a, Func cmp) method PushRun (line 74897) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 74904) | public T[] EnsureCapacity(int cap) method TimSort (line 74923) | public static void TimSort( method TimSort (line 74934) | public static void TimSort( method MergeCollapseListCmp (line 74970) | private static void MergeCollapseListCmp(this TimSortInfoListCmp... method MergeForceCollapseListCmp (line 74988) | private static void MergeForceCollapseListCmp(this TimSortInfoListC... method MergeAtListCmp (line 74999) | private static void MergeAtListCmp(this TimSortInfoListCmp ti, i... method MergeLoListCmp (line 75023) | private static void MergeLoListCmp(this TimSortInfoListCmp ti, i... method MergeHiListCmp (line 75103) | private static void MergeHiListCmp(this TimSortInfoListCmp ti, i... method GallopLeft (line 75185) | private static int GallopLeft( method GallopRight (line 75230) | private static int GallopRight( method BinarySort (line 75285) | private static void BinarySort( method CountRunAndOrder (line 75315) | private static int CountRunAndOrder( method ReverseRange (line 75336) | public static void ReverseRange( method CopyElements (line 75348) | private static void CopyElements( method CopyElements (line 75355) | private static void CopyElements( method CopyElements (line 75362) | private static void CopyElements( method QuickMedianAscending (line 75374) | public static void QuickMedianAscending( method QuickMedianAscending (line 75388) | public static void QuickMedianAscending( method QuickMedianAscending (line 75400) | private static void QuickMedianAscending( method QuickSortAscending (line 75522) | public static void QuickSortAscending( method QuickSortAscending (line 75534) | public static void QuickSortAscending( method QuickSortAscending (line 75546) | private static void QuickSortAscending( method HeapSortAscending (line 75703) | public static void HeapSortAscending( method HeapSortAscending (line 75749) | public static void HeapSortAscending( method SmoothSortAscending (line 75789) | public static void SmoothSortAscending( method SmoothSortAscending (line 75796) | public static void SmoothSortAscending( method SmoothSortAscendingInclusiveRange (line 75804) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 75857) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 75884) | private static void SmoothSortAscendingTrinkle( class TimSortInfoList (line 75917) | public class TimSortInfoList method TimSortInfoList (line 75927) | public TimSortInfoList(List a) method PushRun (line 75941) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 75948) | public T[] EnsureCapacity(int cap) method TimSortAscending (line 75967) | public static void TimSortAscending( method TimSortAscending (line 75979) | public static void TimSortAscending( method MergeCollapseListAsc (line 76015) | private static void MergeCollapseListAsc(this TimSortInfoList ti) method MergeForceCollapseListAsc (line 76034) | private static void MergeForceCollapseListAsc(this TimSortInfoList<... method MergeAtListAsc (line 76046) | private static void MergeAtListAsc(this TimSortInfoList ti, int i) method MergeLoListAsc (line 76071) | private static void MergeLoListAsc(this TimSortInfoList ti, int ... method MergeHiListAsc (line 76151) | private static void MergeHiListAsc(this TimSortInfoList ti, int ... method GallopLeftAscending (line 76233) | private static int GallopLeftAscending( method GallopRightAscending (line 76278) | private static int GallopRightAscending( method BinarySortAscending (line 76333) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 76363) | private static int CountRunAndOrderAscending( method QuickMedianDescending (line 76389) | public static void QuickMedianDescending( method QuickMedianDescending (line 76403) | public static void QuickMedianDescending( method QuickMedianDescending (line 76415) | private static void QuickMedianDescending( method QuickSortDescending (line 76537) | public static void QuickSortDescending( method QuickSortDescending (line 76549) | public static void QuickSortDescending( method QuickSortDescending (line 76561) | private static void QuickSortDescending( method HeapSortDescending (line 76718) | public static void HeapSortDescending( method HeapSortDescending (line 76764) | public static void HeapSortDescending( method SmoothSortDescending (line 76804) | public static void SmoothSortDescending( method SmoothSortDescending (line 76811) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 76819) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 76872) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 76899) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 76937) | public static void TimSortDescending( method TimSortDescending (line 76949) | public static void TimSortDescending( method MergeCollapseListDesc (line 76985) | private static void MergeCollapseListDesc(this TimSortInfoList ti) method MergeForceCollapseListDesc (line 77004) | private static void MergeForceCollapseListDesc(this TimSortInfoList... method MergeAtListDesc (line 77016) | private static void MergeAtListDesc(this TimSortInfoList ti, int i) method MergeLoListDesc (line 77041) | private static void MergeLoListDesc(this TimSortInfoList ti, int... method MergeHiListDesc (line 77121) | private static void MergeHiListDesc(this TimSortInfoList ti, int... method GallopLeftDescending (line 77203) | private static int GallopLeftDescending( method GallopRightDescending (line 77248) | private static int GallopRightDescending( method BinarySortDescending (line 77303) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 77333) | private static int CountRunAndOrderDescending( method QuickMedianAscending (line 77359) | public static void QuickMedianAscending( method QuickMedianAscending (line 77372) | public static void QuickMedianAscending( method QuickMedianAscending (line 77384) | private static void QuickMedianAscending( method QuickSortAscending (line 77506) | public static void QuickSortAscending( method QuickSortAscending (line 77517) | public static void QuickSortAscending( method QuickSortAscending (line 77529) | private static void QuickSortAscending( method HeapSortAscending (line 77686) | public static void HeapSortAscending( method HeapSortAscending (line 77731) | public static void HeapSortAscending( method SmoothSortAscending (line 77770) | public static void SmoothSortAscending( method SmoothSortAscending (line 77776) | public static void SmoothSortAscending( method SmoothSortAscendingInclusiveRange (line 77784) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 77837) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 77864) | private static void SmoothSortAscendingTrinkle( class TimSortInfoListIntSel (line 77897) | public class TimSortInfoListIntSel method TimSortInfoListIntSel (line 77907) | public TimSortInfoListIntSel(List a, Func selector) method PushRun (line 77921) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 77928) | public T[] EnsureCapacity(int cap) method TimSortAscending (line 77947) | public static void TimSortAscending( method TimSortAscending (line 77958) | public static void TimSortAscending( method MergeCollapseListAsc (line 77994) | private static void MergeCollapseListAsc(this TimSortInfoListIntSel... method MergeForceCollapseListAsc (line 78012) | private static void MergeForceCollapseListAsc(this TimSortInfoListI... method MergeAtListAsc (line 78023) | private static void MergeAtListAsc(this TimSortInfoListIntSel ti... method MergeLoListAsc (line 78047) | private static void MergeLoListAsc(this TimSortInfoListIntSel ti... method MergeHiListAsc (line 78127) | private static void MergeHiListAsc(this TimSortInfoListIntSel ti... method GallopLeftAscending (line 78209) | private static int GallopLeftAscending( method GallopRightAscending (line 78254) | private static int GallopRightAscending( method BinarySortAscending (line 78309) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 78339) | private static int CountRunAndOrderAscending( method QuickMedianDescending (line 78365) | public static void QuickMedianDescending( method QuickMedianDescending (line 78378) | public static void QuickMedianDescending( method QuickMedianDescending (line 78390) | private static void QuickMedianDescending( method QuickSortDescending (line 78512) | public static void QuickSortDescending( method QuickSortDescending (line 78523) | public static void QuickSortDescending( method QuickSortDescending (line 78535) | private static void QuickSortDescending( method HeapSortDescending (line 78692) | public static void HeapSortDescending( method HeapSortDescending (line 78737) | public static void HeapSortDescending( method SmoothSortDescending (line 78776) | public static void SmoothSortDescending( method SmoothSortDescending (line 78782) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 78790) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 78843) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 78870) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 78908) | public static void TimSortDescending( method TimSortDescending (line 78919) | public static void TimSortDescending( method MergeCollapseListDesc (line 78955) | private static void MergeCollapseListDesc(this TimSortInfoListIntSe... method MergeForceCollapseListDesc (line 78973) | private static void MergeForceCollapseListDesc(this TimSortInfoList... method MergeAtListDesc (line 78984) | private static void MergeAtListDesc(this TimSortInfoListIntSel t... method MergeLoListDesc (line 79008) | private static void MergeLoListDesc(this TimSortInfoListIntSel t... method MergeHiListDesc (line 79088) | private static void MergeHiListDesc(this TimSortInfoListIntSel t... method GallopLeftDescending (line 79170) | private static int GallopLeftDescending( method GallopRightDescending (line 79215) | private static int GallopRightDescending( method BinarySortDescending (line 79270) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 79300) | private static int CountRunAndOrderDescending( method QuickMedianAscending (line 79326) | public static void QuickMedianAscending( method QuickMedianAscending (line 79339) | public static void QuickMedianAscending( method QuickMedianAscending (line 79351) | private static void QuickMedianAscending( method QuickSortAscending (line 79473) | public static void QuickSortAscending( method QuickSortAscending (line 79484) | public static void QuickSortAscending( method QuickSortAscending (line 79496) | private static void QuickSortAscending( method HeapSortAscending (line 79653) | public static void HeapSortAscending( method HeapSortAscending (line 79698) | public static void HeapSortAscending( method SmoothSortAscending (line 79737) | public static void SmoothSortAscending( method SmoothSortAscending (line 79743) | public static void SmoothSortAscending( method SmoothSortAscendingInclusiveRange (line 79751) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 79804) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 79831) | private static void SmoothSortAscendingTrinkle( class TimSortInfoListLongSel (line 79864) | public class TimSortInfoListLongSel method TimSortInfoListLongSel (line 79874) | public TimSortInfoListLongSel(List a, Func selector) method PushRun (line 79888) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 79895) | public T[] EnsureCapacity(int cap) method TimSortAscending (line 79914) | public static void TimSortAscending( method TimSortAscending (line 79925) | public static void TimSortAscending( method MergeCollapseListAsc (line 79961) | private static void MergeCollapseListAsc(this TimSortInfoListLongSe... method MergeForceCollapseListAsc (line 79979) | private static void MergeForceCollapseListAsc(this TimSortInfoListL... method MergeAtListAsc (line 79990) | private static void MergeAtListAsc(this TimSortInfoListLongSel t... method MergeLoListAsc (line 80014) | private static void MergeLoListAsc(this TimSortInfoListLongSel t... method MergeHiListAsc (line 80094) | private static void MergeHiListAsc(this TimSortInfoListLongSel t... method GallopLeftAscending (line 80176) | private static int GallopLeftAscending( method GallopRightAscending (line 80221) | private static int GallopRightAscending( method BinarySortAscending (line 80276) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 80306) | private static int CountRunAndOrderAscending( method QuickMedianDescending (line 80332) | public static void QuickMedianDescending( method QuickMedianDescending (line 80345) | public static void QuickMedianDescending( method QuickMedianDescending (line 80357) | private static void QuickMedianDescending( method QuickSortDescending (line 80479) | public static void QuickSortDescending( method QuickSortDescending (line 80490) | public static void QuickSortDescending( method QuickSortDescending (line 80502) | private static void QuickSortDescending( method HeapSortDescending (line 80659) | public static void HeapSortDescending( method HeapSortDescending (line 80704) | public static void HeapSortDescending( method SmoothSortDescending (line 80743) | public static void SmoothSortDescending( method SmoothSortDescending (line 80749) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 80757) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 80810) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 80837) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 80875) | public static void TimSortDescending( method TimSortDescending (line 80886) | public static void TimSortDescending( method MergeCollapseListDesc (line 80922) | private static void MergeCollapseListDesc(this TimSortInfoListLongS... method MergeForceCollapseListDesc (line 80940) | private static void MergeForceCollapseListDesc(this TimSortInfoList... method MergeAtListDesc (line 80951) | private static void MergeAtListDesc(this TimSortInfoListLongSel ... method MergeLoListDesc (line 80975) | private static void MergeLoListDesc(this TimSortInfoListLongSel ... method MergeHiListDesc (line 81055) | private static void MergeHiListDesc(this TimSortInfoListLongSel ... method GallopLeftDescending (line 81137) | private static int GallopLeftDescending( method GallopRightDescending (line 81182) | private static int GallopRightDescending( method BinarySortDescending (line 81237) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 81267) | private static int CountRunAndOrderDescending( method QuickMedianAscending (line 81293) | public static void QuickMedianAscending( method QuickMedianAscending (line 81306) | public static void QuickMedianAscending( method QuickMedianAscending (line 81318) | private static void QuickMedianAscending( method QuickSortAscending (line 81440) | public static void QuickSortAscending( method QuickSortAscending (line 81451) | public static void QuickSortAscending( method QuickSortAscending (line 81463) | private static void QuickSortAscending( method HeapSortAscending (line 81620) | public static void HeapSortAscending( method HeapSortAscending (line 81665) | public static void HeapSortAscending( method SmoothSortAscending (line 81704) | public static void SmoothSortAscending( method SmoothSortAscending (line 81710) | public static void SmoothSortAscending( method SmoothSortAscendingInclusiveRange (line 81718) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 81771) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 81798) | private static void SmoothSortAscendingTrinkle( class TimSortInfoListFloatSel (line 81831) | public class TimSortInfoListFloatSel method TimSortInfoListFloatSel (line 81841) | public TimSortInfoListFloatSel(List a, Func selector) method PushRun (line 81855) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 81862) | public T[] EnsureCapacity(int cap) method TimSortAscending (line 81881) | public static void TimSortAscending( method TimSortAscending (line 81892) | public static void TimSortAscending( method MergeCollapseListAsc (line 81928) | private static void MergeCollapseListAsc(this TimSortInfoListFloatS... method MergeForceCollapseListAsc (line 81946) | private static void MergeForceCollapseListAsc(this TimSortInfoListF... method MergeAtListAsc (line 81957) | private static void MergeAtListAsc(this TimSortInfoListFloatSel ... method MergeLoListAsc (line 81981) | private static void MergeLoListAsc(this TimSortInfoListFloatSel ... method MergeHiListAsc (line 82061) | private static void MergeHiListAsc(this TimSortInfoListFloatSel ... method GallopLeftAscending (line 82143) | private static int GallopLeftAscending( method GallopRightAscending (line 82188) | private static int GallopRightAscending( method BinarySortAscending (line 82243) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 82273) | private static int CountRunAndOrderAscending( method QuickMedianDescending (line 82299) | public static void QuickMedianDescending( method QuickMedianDescending (line 82312) | public static void QuickMedianDescending( method QuickMedianDescending (line 82324) | private static void QuickMedianDescending( method QuickSortDescending (line 82446) | public static void QuickSortDescending( method QuickSortDescending (line 82457) | public static void QuickSortDescending( method QuickSortDescending (line 82469) | private static void QuickSortDescending( method HeapSortDescending (line 82626) | public static void HeapSortDescending( method HeapSortDescending (line 82671) | public static void HeapSortDescending( method SmoothSortDescending (line 82710) | public static void SmoothSortDescending( method SmoothSortDescending (line 82716) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 82724) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 82777) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 82804) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 82842) | public static void TimSortDescending( method TimSortDescending (line 82853) | public static void TimSortDescending( method MergeCollapseListDesc (line 82889) | private static void MergeCollapseListDesc(this TimSortInfoListFloat... method MergeForceCollapseListDesc (line 82907) | private static void MergeForceCollapseListDesc(this TimSortInfoList... method MergeAtListDesc (line 82918) | private static void MergeAtListDesc(this TimSortInfoListFloatSel... method MergeLoListDesc (line 82942) | private static void MergeLoListDesc(this TimSortInfoListFloatSel... method MergeHiListDesc (line 83022) | private static void MergeHiListDesc(this TimSortInfoListFloatSel... method GallopLeftDescending (line 83104) | private static int GallopLeftDescending( method GallopRightDescending (line 83149) | private static int GallopRightDescending( method BinarySortDescending (line 83204) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 83234) | private static int CountRunAndOrderDescending( method QuickMedianAscending (line 83260) | public static void QuickMedianAscending( method QuickMedianAscending (line 83273) | public static void QuickMedianAscending( method QuickMedianAscending (line 83285) | private static void QuickMedianAscending( method QuickSortAscending (line 83407) | public static void QuickSortAscending( method QuickSortAscending (line 83418) | public static void QuickSortAscending( method QuickSortAscending (line 83430) | private static void QuickSortAscending( method HeapSortAscending (line 83587) | public static void HeapSortAscending( method HeapSortAscending (line 83632) | public static void HeapSortAscending( method SmoothSortAscending (line 83671) | public static void SmoothSortAscending( method SmoothSortAscending (line 83677) | public static void SmoothSortAscending( method SmoothSortAscendingInclusiveRange (line 83685) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 83738) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 83765) | private static void SmoothSortAscendingTrinkle( class TimSortInfoListDoubleSel (line 83798) | public class TimSortInfoListDoubleSel method TimSortInfoListDoubleSel (line 83808) | public TimSortInfoListDoubleSel(List a, Func selector) method PushRun (line 83822) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 83829) | public T[] EnsureCapacity(int cap) method TimSortAscending (line 83848) | public static void TimSortAscending( method TimSortAscending (line 83859) | public static void TimSortAscending( method MergeCollapseListAsc (line 83895) | private static void MergeCollapseListAsc(this TimSortInfoListDouble... method MergeForceCollapseListAsc (line 83913) | private static void MergeForceCollapseListAsc(this TimSortInfoListD... method MergeAtListAsc (line 83924) | private static void MergeAtListAsc(this TimSortInfoListDoubleSel... method MergeLoListAsc (line 83948) | private static void MergeLoListAsc(this TimSortInfoListDoubleSel... method MergeHiListAsc (line 84028) | private static void MergeHiListAsc(this TimSortInfoListDoubleSel... method GallopLeftAscending (line 84110) | private static int GallopLeftAscending( method GallopRightAscending (line 84155) | private static int GallopRightAscending( method BinarySortAscending (line 84210) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 84240) | private static int CountRunAndOrderAscending( method QuickMedianDescending (line 84266) | public static void QuickMedianDescending( method QuickMedianDescending (line 84279) | public static void QuickMedianDescending( method QuickMedianDescending (line 84291) | private static void QuickMedianDescending( method QuickSortDescending (line 84413) | public static void QuickSortDescending( method QuickSortDescending (line 84424) | public static void QuickSortDescending( method QuickSortDescending (line 84436) | private static void QuickSortDescending( method HeapSortDescending (line 84593) | public static void HeapSortDescending( method HeapSortDescending (line 84638) | public static void HeapSortDescending( method SmoothSortDescending (line 84677) | public static void SmoothSortDescending( method SmoothSortDescending (line 84683) | public static void SmoothSortDescending( method SmoothSortDescendingInclusiveRange (line 84691) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 84744) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 84771) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 84809) | public static void TimSortDescending( method TimSortDescending (line 84820) | public static void TimSortDescending( method MergeCollapseListDesc (line 84856) | private static void MergeCollapseListDesc(this TimSortInfoListDoubl... method MergeForceCollapseListDesc (line 84874) | private static void MergeForceCollapseListDesc(this TimSortInfoList... method MergeAtListDesc (line 84885) | private static void MergeAtListDesc(this TimSortInfoListDoubleSel(this TimSortInfoListDoubleSel(this TimSortInfoListDoubleSel( method GallopRightDescending (line 85116) | private static int GallopRightDescending( method BinarySortDescending (line 85171) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 85201) | private static int CountRunAndOrderDescending( method CreatePermutationQuickMedian (line 85233) | public static int[] CreatePermutationQuickMedian( method PermutationQuickMedian (line 85247) | public static void PermutationQuickMedian( method PermutationQuickMedian (line 85261) | public static void PermutationQuickMedian( method PermutationQuickMedian (line 85273) | private static void PermutationQuickMedian( method CreatePermutationQuickSort (line 85397) | public static int[] CreatePermutationQuickSort( method PermutationQuickSort (line 85410) | public static void PermutationQuickSort( method PermutationQuickSort (line 85422) | public static void PermutationQuickSort( method PermutationQuickSort (line 85434) | private static void PermutationQuickSort( method CreatePermutationHeapSort (line 85592) | public static int[] CreatePermutationHeapSort( method PermutationHeapSort (line 85608) | public static void PermutationHeapSort( method PermutationHeapSort (line 85654) | public static void PermutationHeapSort( method CreatePermutationSmoothSort (line 85697) | public static int[] CreatePermutationSmoothSort( method PermutationSmoothSort (line 85706) | public static void PermutationSmoothSort( method PermutationSmoothSort (line 85712) | public static void PermutationSmoothSort( method PermutationSmoothSortInclusiveRange (line 85720) | private static void PermutationSmoothSortInclusiveRange( method PermutationSmoothSortSift (line 85773) | private static void PermutationSmoothSortSift( method PermutationSmoothSortTrinkle (line 85800) | private static void PermutationSmoothSortTrinkle( class TimSortInfoListPermCmp (line 85833) | public class TimSortInfoListPermCmp method TimSortInfoListPermCmp (line 85844) | public TimSortInfoListPermCmp(int[] p, List a, Func cmp) method PushRun (line 85858) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 85865) | public int[] EnsureCapacity(int cap) method CreatePermutationTimSort (line 85886) | public static int[] CreatePermutationTimSort( method PermutationTimSort (line 85900) | public static void PermutationTimSort( method PermutationTimSort (line 85911) | public static void PermutationTimSort( method MergeCollapseListPermCmp (line 85947) | private static void MergeCollapseListPermCmp(this TimSortInfoListPe... method MergeForceCollapseListPermCmp (line 85965) | private static void MergeForceCollapseListPermCmp(this TimSortInfoL... method MergeAtListPermCmp (line 85976) | private static void MergeAtListPermCmp(this TimSortInfoListPermCmp<... method MergeLoListPermCmp (line 86000) | private static void MergeLoListPermCmp(this TimSortInfoListPermCmp<... method MergeHiListPermCmp (line 86081) | private static void MergeHiListPermCmp(this TimSortInfoListPermCmp<... method PermutationGallopLeft (line 86164) | private static int PermutationGallopLeft( method PermutationGallopRight (line 86209) | private static int PermutationGallopRight( method PermutationBinarySort (line 86264) | private static void PermutationBinarySort( method PermutationCountRunAndOrder (line 86294) | private static int PermutationCountRunAndOrder( method CreatePermutationQuickMedianAscending (line 86322) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 86337) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 86352) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 86364) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 86488) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 86502) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 86515) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 86527) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 86685) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 86702) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 86749) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 86793) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 86803) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 86810) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 86818) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 86871) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 86898) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoListPerm (line 86931) | public class TimSortInfoListPerm method TimSortInfoListPerm (line 86942) | public TimSortInfoListPerm(int[] p, List a) method PushRun (line 86956) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 86963) | public int[] EnsureCapacity(int cap) method CreatePermutationTimSortAscending (line 86984) | public static int[] CreatePermutationTimSortAscending( method PermutationTimSortAscending (line 86999) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 87011) | public static void PermutationTimSortAscending( method MergeCollapseListPermAsc (line 87047) | private static void MergeCollapseListPermAsc(this TimSortInfoListPe... method MergeForceCollapseListPermAsc (line 87066) | private static void MergeForceCollapseListPermAsc(this TimSortInfoL... method MergeAtListPermAsc (line 87078) | private static void MergeAtListPermAsc(this TimSortInfoListPerm ... method MergeLoListPermAsc (line 87103) | private static void MergeLoListPermAsc(this TimSortInfoListPerm ... method MergeHiListPermAsc (line 87184) | private static void MergeHiListPermAsc(this TimSortInfoListPerm ... method PermutationGallopLeftAscending (line 87267) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 87312) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 87367) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 87397) | private static int PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianDescending (line 87425) | public static int[] CreatePermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 87440) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 87455) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 87467) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescending (line 87591) | public static int[] CreatePermutationQuickSortDescending( method PermutationQuickSortDescending (line 87605) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 87618) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 87630) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescending (line 87788) | public static int[] CreatePermutationHeapSortDescending( method PermutationHeapSortDescending (line 87805) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 87852) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescending (line 87896) | public static int[] CreatePermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 87906) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 87913) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 87921) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 87974) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 88001) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescending (line 88041) | public static int[] CreatePermutationTimSortDescending( method PermutationTimSortDescending (line 88056) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 88068) | public static void PermutationTimSortDescending( method MergeCollapseListPermDesc (line 88104) | private static void MergeCollapseListPermDesc(this TimSortInfoListP... method MergeForceCollapseListPermDesc (line 88123) | private static void MergeForceCollapseListPermDesc(this TimSortInfo... method MergeAtListPermDesc (line 88135) | private static void MergeAtListPermDesc(this TimSortInfoListPerm... method MergeLoListPermDesc (line 88160) | private static void MergeLoListPermDesc(this TimSortInfoListPerm... method MergeHiListPermDesc (line 88241) | private static void MergeHiListPermDesc(this TimSortInfoListPerm... method PermutationGallopLeftDescending (line 88324) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 88369) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 88424) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 88454) | private static int PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianAscending (line 88482) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 88496) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 88510) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 88522) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 88646) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 88659) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 88671) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 88683) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 88841) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 88857) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 88903) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 88946) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 88955) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 88961) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 88969) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 89022) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 89049) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoListPermIntSel (line 89082) | public class TimSortInfoListPermIntSel method TimSortInfoListPermIntSel (line 89093) | public TimSortInfoListPermIntSel(int[] p, List a, Func se... method PushRun (line 89107) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 89114) | public int[] EnsureCapacity(int cap) method CreatePermutationTimSortAscending (line 89135) | public static int[] CreatePermutationTimSortAscending( method PermutationTimSortAscending (line 89149) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 89160) | public static void PermutationTimSortAscending( method MergeCollapseListPermAsc (line 89196) | private static void MergeCollapseListPermAsc(this TimSortInfoListPe... method MergeForceCollapseListPermAsc (line 89214) | private static void MergeForceCollapseListPermAsc(this TimSortInfoL... method MergeAtListPermAsc (line 89225) | private static void MergeAtListPermAsc(this TimSortInfoListPermIntS... method MergeLoListPermAsc (line 89249) | private static void MergeLoListPermAsc(this TimSortInfoListPermIntS... method MergeHiListPermAsc (line 89330) | private static void MergeHiListPermAsc(this TimSortInfoListPermIntS... method PermutationGallopLeftAscending (line 89413) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 89458) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 89513) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 89543) | private static int PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianDescending (line 89571) | public static int[] CreatePermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 89585) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 89599) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 89611) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescending (line 89735) | public static int[] CreatePermutationQuickSortDescending( method PermutationQuickSortDescending (line 89748) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 89760) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 89772) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescending (line 89930) | public static int[] CreatePermutationHeapSortDescending( method PermutationHeapSortDescending (line 89946) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 89992) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescending (line 90035) | public static int[] CreatePermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 90044) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 90050) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 90058) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 90111) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 90138) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescending (line 90178) | public static int[] CreatePermutationTimSortDescending( method PermutationTimSortDescending (line 90192) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 90203) | public static void PermutationTimSortDescending( method MergeCollapseListPermDesc (line 90239) | private static void MergeCollapseListPermDesc(this TimSortInfoListP... method MergeForceCollapseListPermDesc (line 90257) | private static void MergeForceCollapseListPermDesc(this TimSortInfo... method MergeAtListPermDesc (line 90268) | private static void MergeAtListPermDesc(this TimSortInfoListPermInt... method MergeLoListPermDesc (line 90292) | private static void MergeLoListPermDesc(this TimSortInfoListPermInt... method MergeHiListPermDesc (line 90373) | private static void MergeHiListPermDesc(this TimSortInfoListPermInt... method PermutationGallopLeftDescending (line 90456) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 90501) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 90556) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 90586) | private static int PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianAscending (line 90614) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 90628) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 90642) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 90654) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 90778) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 90791) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 90803) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 90815) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 90973) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 90989) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 91035) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 91078) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 91087) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 91093) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 91101) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 91154) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 91181) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoListPermLongSel (line 91214) | public class TimSortInfoListPermLongSel method TimSortInfoListPermLongSel (line 91225) | public TimSortInfoListPermLongSel(int[] p, List a, Func ... method PushRun (line 91239) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 91246) | public int[] EnsureCapacity(int cap) method CreatePermutationTimSortAscending (line 91267) | public static int[] CreatePermutationTimSortAscending( method PermutationTimSortAscending (line 91281) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 91292) | public static void PermutationTimSortAscending( method MergeCollapseListPermAsc (line 91328) | private static void MergeCollapseListPermAsc(this TimSortInfoListPe... method MergeForceCollapseListPermAsc (line 91346) | private static void MergeForceCollapseListPermAsc(this TimSortInfoL... method MergeAtListPermAsc (line 91357) | private static void MergeAtListPermAsc(this TimSortInfoListPermLong... method MergeLoListPermAsc (line 91381) | private static void MergeLoListPermAsc(this TimSortInfoListPermLong... method MergeHiListPermAsc (line 91462) | private static void MergeHiListPermAsc(this TimSortInfoListPermLong... method PermutationGallopLeftAscending (line 91545) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 91590) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 91645) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 91675) | private static int PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianDescending (line 91703) | public static int[] CreatePermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 91717) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 91731) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 91743) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescending (line 91867) | public static int[] CreatePermutationQuickSortDescending( method PermutationQuickSortDescending (line 91880) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 91892) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 91904) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescending (line 92062) | public static int[] CreatePermutationHeapSortDescending( method PermutationHeapSortDescending (line 92078) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 92124) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescending (line 92167) | public static int[] CreatePermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 92176) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 92182) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 92190) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 92243) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 92270) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescending (line 92310) | public static int[] CreatePermutationTimSortDescending( method PermutationTimSortDescending (line 92324) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 92335) | public static void PermutationTimSortDescending( method MergeCollapseListPermDesc (line 92371) | private static void MergeCollapseListPermDesc(this TimSortInfoListP... method MergeForceCollapseListPermDesc (line 92389) | private static void MergeForceCollapseListPermDesc(this TimSortInfo... method MergeAtListPermDesc (line 92400) | private static void MergeAtListPermDesc(this TimSortInfoListPermLon... method MergeLoListPermDesc (line 92424) | private static void MergeLoListPermDesc(this TimSortInfoListPermLon... method MergeHiListPermDesc (line 92505) | private static void MergeHiListPermDesc(this TimSortInfoListPermLon... method PermutationGallopLeftDescending (line 92588) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 92633) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 92688) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 92718) | private static int PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianAscending (line 92746) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 92760) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 92774) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 92786) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 92910) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 92923) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 92935) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 92947) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 93105) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 93121) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 93167) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 93210) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 93219) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 93225) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 93233) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 93286) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 93313) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoListPermFloatSel (line 93346) | public class TimSortInfoListPermFloatSel method TimSortInfoListPermFloatSel (line 93357) | public TimSortInfoListPermFloatSel(int[] p, List a, Func( method PermutationTimSortAscending (line 93413) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 93424) | public static void PermutationTimSortAscending( method MergeCollapseListPermAsc (line 93460) | private static void MergeCollapseListPermAsc(this TimSortInfoListPe... method MergeForceCollapseListPermAsc (line 93478) | private static void MergeForceCollapseListPermAsc(this TimSortInfoL... method MergeAtListPermAsc (line 93489) | private static void MergeAtListPermAsc(this TimSortInfoListPermFloa... method MergeLoListPermAsc (line 93513) | private static void MergeLoListPermAsc(this TimSortInfoListPermFloa... method MergeHiListPermAsc (line 93594) | private static void MergeHiListPermAsc(this TimSortInfoListPermFloa... method PermutationGallopLeftAscending (line 93677) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 93722) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 93777) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 93807) | private static int PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianDescending (line 93835) | public static int[] CreatePermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 93849) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 93863) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 93875) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescending (line 93999) | public static int[] CreatePermutationQuickSortDescending( method PermutationQuickSortDescending (line 94012) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 94024) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 94036) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescending (line 94194) | public static int[] CreatePermutationHeapSortDescending( method PermutationHeapSortDescending (line 94210) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 94256) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescending (line 94299) | public static int[] CreatePermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 94308) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 94314) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 94322) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 94375) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 94402) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescending (line 94442) | public static int[] CreatePermutationTimSortDescending( method PermutationTimSortDescending (line 94456) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 94467) | public static void PermutationTimSortDescending( method MergeCollapseListPermDesc (line 94503) | private static void MergeCollapseListPermDesc(this TimSortInfoListP... method MergeForceCollapseListPermDesc (line 94521) | private static void MergeForceCollapseListPermDesc(this TimSortInfo... method MergeAtListPermDesc (line 94532) | private static void MergeAtListPermDesc(this TimSortInfoListPermFlo... method MergeLoListPermDesc (line 94556) | private static void MergeLoListPermDesc(this TimSortInfoListPermFlo... method MergeHiListPermDesc (line 94637) | private static void MergeHiListPermDesc(this TimSortInfoListPermFlo... method PermutationGallopLeftDescending (line 94720) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 94765) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 94820) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 94850) | private static int PermutationCountRunAndOrderDescending( method CreatePermutationQuickMedianAscending (line 94878) | public static int[] CreatePermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 94892) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 94906) | public static void PermutationQuickMedianAscending( method PermutationQuickMedianAscending (line 94918) | private static void PermutationQuickMedianAscending( method CreatePermutationQuickSortAscending (line 95042) | public static int[] CreatePermutationQuickSortAscending( method PermutationQuickSortAscending (line 95055) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 95067) | public static void PermutationQuickSortAscending( method PermutationQuickSortAscending (line 95079) | private static void PermutationQuickSortAscending( method CreatePermutationHeapSortAscending (line 95237) | public static int[] CreatePermutationHeapSortAscending( method PermutationHeapSortAscending (line 95253) | public static void PermutationHeapSortAscending( method PermutationHeapSortAscending (line 95299) | public static void PermutationHeapSortAscending( method CreatePermutationSmoothSortAscending (line 95342) | public static int[] CreatePermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 95351) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscending (line 95357) | public static void PermutationSmoothSortAscending( method PermutationSmoothSortAscendingInclusiveRange (line 95365) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingSift (line 95418) | private static void PermutationSmoothSortAscendingSift( method PermutationSmoothSortAscendingTrinkle (line 95445) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoListPermDoubleSel (line 95478) | public class TimSortInfoListPermDoubleSel method TimSortInfoListPermDoubleSel (line 95489) | public TimSortInfoListPermDoubleSel(int[] p, List a, Func( method PermutationTimSortAscending (line 95545) | public static void PermutationTimSortAscending( method PermutationTimSortAscending (line 95556) | public static void PermutationTimSortAscending( method MergeCollapseListPermAsc (line 95592) | private static void MergeCollapseListPermAsc(this TimSortInfoListPe... method MergeForceCollapseListPermAsc (line 95610) | private static void MergeForceCollapseListPermAsc(this TimSortInfoL... method MergeAtListPermAsc (line 95621) | private static void MergeAtListPermAsc(this TimSortInfoListPermDoub... method MergeLoListPermAsc (line 95645) | private static void MergeLoListPermAsc(this TimSortInfoListPermDoub... method MergeHiListPermAsc (line 95726) | private static void MergeHiListPermAsc(this TimSortInfoListPermDoub... method PermutationGallopLeftAscending (line 95809) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 95854) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 95909) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 95939) | private static int PermutationCountRunAndOrderAscending( method CreatePermutationQuickMedianDescending (line 95967) | public static int[] CreatePermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 95981) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 95995) | public static void PermutationQuickMedianDescending( method PermutationQuickMedianDescending (line 96007) | private static void PermutationQuickMedianDescending( method CreatePermutationQuickSortDescending (line 96131) | public static int[] CreatePermutationQuickSortDescending( method PermutationQuickSortDescending (line 96144) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 96156) | public static void PermutationQuickSortDescending( method PermutationQuickSortDescending (line 96168) | private static void PermutationQuickSortDescending( method CreatePermutationHeapSortDescending (line 96326) | public static int[] CreatePermutationHeapSortDescending( method PermutationHeapSortDescending (line 96342) | public static void PermutationHeapSortDescending( method PermutationHeapSortDescending (line 96388) | public static void PermutationHeapSortDescending( method CreatePermutationSmoothSortDescending (line 96431) | public static int[] CreatePermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 96440) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescending (line 96446) | public static void PermutationSmoothSortDescending( method PermutationSmoothSortDescendingInclusiveRange (line 96454) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingSift (line 96507) | private static void PermutationSmoothSortDescendingSift( method PermutationSmoothSortDescendingTrinkle (line 96534) | private static void PermutationSmoothSortDescendingTrinkle( method CreatePermutationTimSortDescending (line 96574) | public static int[] CreatePermutationTimSortDescending( method PermutationTimSortDescending (line 96588) | public static void PermutationTimSortDescending( method PermutationTimSortDescending (line 96599) | public static void PermutationTimSortDescending( method MergeCollapseListPermDesc (line 96635) | private static void MergeCollapseListPermDesc(this TimSortInfoListP... method MergeForceCollapseListPermDesc (line 96653) | private static void MergeForceCollapseListPermDesc(this TimSortInfo... method MergeAtListPermDesc (line 96664) | private static void MergeAtListPermDesc(this TimSortInfoListPermDou... method MergeLoListPermDesc (line 96688) | private static void MergeLoListPermDesc(this TimSortInfoListPermDou... method MergeHiListPermDesc (line 96769) | private static void MergeHiListPermDesc(this TimSortInfoListPermDou... method PermutationGallopLeftDescending (line 96852) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 96897) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 96952) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 96982) | private static int PermutationCountRunAndOrderDescending( method QuickMedian (line 97012) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedian (line 97026) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedian (line 97039) | private static void QuickMedian( method QuickSort (line 97161) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSort (line 97173) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSort (line 97186) | private static void QuickSort( method HeapSort (line 97343) | [EditorBrowsable(EditorBrowsableState.Never)] method HeapSort (line 97389) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSort (line 97428) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSort (line 97435) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortInclusiveRange (line 97444) | private static void SmoothSortInclusiveRange( method SmoothSortSift (line 97497) | private static void SmoothSortSift( method SmoothSortTrinkle (line 97524) | private static void SmoothSortTrinkle( class TimSortInfoLongGetCmp (line 97557) | public class TimSortInfoLongGetCmp method TimSortInfoLongGetCmp (line 97572) | public TimSortInfoLongGetCmp(TArray a, Func aget, A... method PushRun (line 97586) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 97593) | public TArray EnsureCapacity(long cap) method TimSort (line 97613) | [EditorBrowsable(EditorBrowsableState.Never)] method TimSort (line 97625) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapseLongCmp (line 97662) | private static void MergeCollapseLongCmp(this TimSortInfoLo... method MergeForceCollapseLongCmp (line 97680) | private static void MergeForceCollapseLongCmp(this TimSortI... method MergeAtLongCmp (line 97691) | private static void MergeAtLongCmp(this TimSortInfoLongGetC... method MergeLoLongCmp (line 97715) | private static void MergeLoLongCmp(this TimSortInfoLongGetC... method MergeHiLongCmp (line 97797) | private static void MergeHiLongCmp(this TimSortInfoLongGetC... method GallopLeft (line 97881) | private static long GallopLeft( method GallopRight (line 97926) | private static long GallopRight( method BinarySort (line 97981) | private static void BinarySort( method CountRunAndOrder (line 98011) | private static long CountRunAndOrder( method ReverseRange (line 98032) | [EditorBrowsable(EditorBrowsableState.Never)] method CopyElements (line 98045) | private static void CopyElements( method QuickMedianAscending (line 98058) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianAscending (line 98073) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianAscending (line 98086) | private static void QuickMedianAscending( method QuickSortAscending (line 98208) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortAscending (line 98221) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortAscending (line 98234) | private static void QuickSortAscending( method HeapSortAscending (line 98391) | [EditorBrowsable(EditorBrowsableState.Never)] method HeapSortAscending (line 98438) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortAscending (line 98478) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortAscending (line 98486) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortAscendingInclusiveRange (line 98495) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 98548) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 98575) | private static void SmoothSortAscendingTrinkle( class TimSortInfoLongGet (line 98608) | public class TimSortInfoLongGet method TimSortInfoLongGet (line 98623) | public TimSortInfoLongGet(TArray a, Func aget, Acti... method PushRun (line 98637) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 98644) | public TArray EnsureCapacity(long cap) method TimSortAscending (line 98664) | [EditorBrowsable(EditorBrowsableState.Never)] method TimSortAscending (line 98677) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapseLongAsc (line 98714) | private static void MergeCollapseLongAsc(this TimSortInfoLo... method MergeForceCollapseLongAsc (line 98733) | private static void MergeForceCollapseLongAsc(this TimSortI... method MergeAtLongAsc (line 98745) | private static void MergeAtLongAsc(this TimSortInfoLongGet<... method MergeLoLongAsc (line 98770) | private static void MergeLoLongAsc(this TimSortInfoLongGet<... method MergeHiLongAsc (line 98852) | private static void MergeHiLongAsc(this TimSortInfoLongGet<... method GallopLeftAscending (line 98936) | private static long GallopLeftAscending( method GallopRightAscending (line 98981) | private static long GallopRightAscending( method BinarySortAscending (line 99036) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 99066) | private static long CountRunAndOrderAscending( method QuickMedianDescending (line 99092) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianDescending (line 99107) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianDescending (line 99120) | private static void QuickMedianDescending( method QuickSortDescending (line 99242) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortDescending (line 99255) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortDescending (line 99268) | private static void QuickSortDescending( method HeapSortDescending (line 99425) | [EditorBrowsable(EditorBrowsableState.Never)] method HeapSortDescending (line 99472) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortDescending (line 99512) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortDescending (line 99520) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortDescendingInclusiveRange (line 99529) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 99582) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 99609) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 99647) | [EditorBrowsable(EditorBrowsableState.Never)] method TimSortDescending (line 99660) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapseLongDesc (line 99697) | private static void MergeCollapseLongDesc(this TimSortInfoL... method MergeForceCollapseLongDesc (line 99716) | private static void MergeForceCollapseLongDesc(this TimSort... method MergeAtLongDesc (line 99728) | private static void MergeAtLongDesc(this TimSortInfoLongGet... method MergeLoLongDesc (line 99753) | private static void MergeLoLongDesc(this TimSortInfoLongGet... method MergeHiLongDesc (line 99835) | private static void MergeHiLongDesc(this TimSortInfoLongGet... method GallopLeftDescending (line 99919) | private static long GallopLeftDescending( method GallopRightDescending (line 99964) | private static long GallopRightDescending( method BinarySortDescending (line 100019) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 100049) | private static long CountRunAndOrderDescending( method QuickMedianAscending (line 100075) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianAscending (line 100089) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianAscending (line 100102) | private static void QuickMedianAscending( method QuickSortAscending (line 100224) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortAscending (line 100236) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortAscending (line 100249) | private static void QuickSortAscending( method HeapSortAscending (line 100406) | [EditorBrowsable(EditorBrowsableState.Never)] method HeapSortAscending (line 100452) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortAscending (line 100491) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortAscending (line 100498) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortAscendingInclusiveRange (line 100507) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 100560) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 100587) | private static void SmoothSortAscendingTrinkle( class TimSortInfoLongGetIntSel (line 100620) | public class TimSortInfoLongGetIntSel method TimSortInfoLongGetIntSel (line 100635) | public TimSortInfoLongGetIntSel(TArray a, Func aget... method PushRun (line 100649) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 100656) | public TArray EnsureCapacity(long cap) method TimSortAscending (line 100676) | [EditorBrowsable(EditorBrowsableState.Never)] method TimSortAscending (line 100688) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapseLongAsc (line 100725) | private static void MergeCollapseLongAsc(this TimSortInfoLo... method MergeForceCollapseLongAsc (line 100743) | private static void MergeForceCollapseLongAsc(this TimSortI... method MergeAtLongAsc (line 100754) | private static void MergeAtLongAsc(this TimSortInfoLongGetI... method MergeLoLongAsc (line 100778) | private static void MergeLoLongAsc(this TimSortInfoLongGetI... method MergeHiLongAsc (line 100860) | private static void MergeHiLongAsc(this TimSortInfoLongGetI... method GallopLeftAscending (line 100944) | private static long GallopLeftAscending( method GallopRightAscending (line 100989) | private static long GallopRightAscending( method BinarySortAscending (line 101044) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 101074) | private static long CountRunAndOrderAscending( method QuickMedianDescending (line 101100) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianDescending (line 101114) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianDescending (line 101127) | private static void QuickMedianDescending( method QuickSortDescending (line 101249) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortDescending (line 101261) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortDescending (line 101274) | private static void QuickSortDescending( method HeapSortDescending (line 101431) | [EditorBrowsable(EditorBrowsableState.Never)] method HeapSortDescending (line 101477) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortDescending (line 101516) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortDescending (line 101523) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortDescendingInclusiveRange (line 101532) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 101585) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 101612) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 101650) | [EditorBrowsable(EditorBrowsableState.Never)] method TimSortDescending (line 101662) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapseLongDesc (line 101699) | private static void MergeCollapseLongDesc(this TimSortInfoL... method MergeForceCollapseLongDesc (line 101717) | private static void MergeForceCollapseLongDesc(this TimSort... method MergeAtLongDesc (line 101728) | private static void MergeAtLongDesc(this TimSortInfoLongGet... method MergeLoLongDesc (line 101752) | private static void MergeLoLongDesc(this TimSortInfoLongGet... method MergeHiLongDesc (line 101834) | private static void MergeHiLongDesc(this TimSortInfoLongGet... method GallopLeftDescending (line 101918) | private static long GallopLeftDescending( method GallopRightDescending (line 101963) | private static long GallopRightDescending( method BinarySortDescending (line 102018) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 102048) | private static long CountRunAndOrderDescending( method QuickMedianAscending (line 102074) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianAscending (line 102088) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianAscending (line 102101) | private static void QuickMedianAscending( method QuickSortAscending (line 102223) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortAscending (line 102235) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortAscending (line 102248) | private static void QuickSortAscending( method HeapSortAscending (line 102405) | [EditorBrowsable(EditorBrowsableState.Never)] method HeapSortAscending (line 102451) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortAscending (line 102490) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortAscending (line 102497) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortAscendingInclusiveRange (line 102506) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 102559) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 102586) | private static void SmoothSortAscendingTrinkle( class TimSortInfoLongGetLongSel (line 102619) | public class TimSortInfoLongGetLongSel method TimSortInfoLongGetLongSel (line 102634) | public TimSortInfoLongGetLongSel(TArray a, Func age... method PushRun (line 102648) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 102655) | public TArray EnsureCapacity(long cap) method TimSortAscending (line 102675) | [EditorBrowsable(EditorBrowsableState.Never)] method TimSortAscending (line 102687) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapseLongAsc (line 102724) | private static void MergeCollapseLongAsc(this TimSortInfoLo... method MergeForceCollapseLongAsc (line 102742) | private static void MergeForceCollapseLongAsc(this TimSortI... method MergeAtLongAsc (line 102753) | private static void MergeAtLongAsc(this TimSortInfoLongGetL... method MergeLoLongAsc (line 102777) | private static void MergeLoLongAsc(this TimSortInfoLongGetL... method MergeHiLongAsc (line 102859) | private static void MergeHiLongAsc(this TimSortInfoLongGetL... method GallopLeftAscending (line 102943) | private static long GallopLeftAscending( method GallopRightAscending (line 102988) | private static long GallopRightAscending( method BinarySortAscending (line 103043) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 103073) | private static long CountRunAndOrderAscending( method QuickMedianDescending (line 103099) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianDescending (line 103113) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianDescending (line 103126) | private static void QuickMedianDescending( method QuickSortDescending (line 103248) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortDescending (line 103260) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortDescending (line 103273) | private static void QuickSortDescending( method HeapSortDescending (line 103430) | [EditorBrowsable(EditorBrowsableState.Never)] method HeapSortDescending (line 103476) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortDescending (line 103515) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortDescending (line 103522) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortDescendingInclusiveRange (line 103531) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 103584) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 103611) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 103649) | [EditorBrowsable(EditorBrowsableState.Never)] method TimSortDescending (line 103661) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapseLongDesc (line 103698) | private static void MergeCollapseLongDesc(this TimSortInfoL... method MergeForceCollapseLongDesc (line 103716) | private static void MergeForceCollapseLongDesc(this TimSort... method MergeAtLongDesc (line 103727) | private static void MergeAtLongDesc(this TimSortInfoLongGet... method MergeLoLongDesc (line 103751) | private static void MergeLoLongDesc(this TimSortInfoLongGet... method MergeHiLongDesc (line 103833) | private static void MergeHiLongDesc(this TimSortInfoLongGet... method GallopLeftDescending (line 103917) | private static long GallopLeftDescending( method GallopRightDescending (line 103962) | private static long GallopRightDescending( method BinarySortDescending (line 104017) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 104047) | private static long CountRunAndOrderDescending( method QuickMedianAscending (line 104073) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianAscending (line 104087) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianAscending (line 104100) | private static void QuickMedianAscending( method QuickSortAscending (line 104222) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortAscending (line 104234) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortAscending (line 104247) | private static void QuickSortAscending( method HeapSortAscending (line 104404) | [EditorBrowsable(EditorBrowsableState.Never)] method HeapSortAscending (line 104450) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortAscending (line 104489) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortAscending (line 104496) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortAscendingInclusiveRange (line 104505) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 104558) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 104585) | private static void SmoothSortAscendingTrinkle( class TimSortInfoLongGetFloatSel (line 104618) | public class TimSortInfoLongGetFloatSel method TimSortInfoLongGetFloatSel (line 104633) | public TimSortInfoLongGetFloatSel(TArray a, Func ag... method PushRun (line 104647) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 104654) | public TArray EnsureCapacity(long cap) method TimSortAscending (line 104674) | [EditorBrowsable(EditorBrowsableState.Never)] method TimSortAscending (line 104686) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapseLongAsc (line 104723) | private static void MergeCollapseLongAsc(this TimSortInfoLo... method MergeForceCollapseLongAsc (line 104741) | private static void MergeForceCollapseLongAsc(this TimSortI... method MergeAtLongAsc (line 104752) | private static void MergeAtLongAsc(this TimSortInfoLongGetF... method MergeLoLongAsc (line 104776) | private static void MergeLoLongAsc(this TimSortInfoLongGetF... method MergeHiLongAsc (line 104858) | private static void MergeHiLongAsc(this TimSortInfoLongGetF... method GallopLeftAscending (line 104942) | private static long GallopLeftAscending( method GallopRightAscending (line 104987) | private static long GallopRightAscending( method BinarySortAscending (line 105042) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 105072) | private static long CountRunAndOrderAscending( method QuickMedianDescending (line 105098) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianDescending (line 105112) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianDescending (line 105125) | private static void QuickMedianDescending( method QuickSortDescending (line 105247) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortDescending (line 105259) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortDescending (line 105272) | private static void QuickSortDescending( method HeapSortDescending (line 105429) | [EditorBrowsable(EditorBrowsableState.Never)] method HeapSortDescending (line 105475) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortDescending (line 105514) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortDescending (line 105521) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortDescendingInclusiveRange (line 105530) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 105583) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 105610) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 105648) | [EditorBrowsable(EditorBrowsableState.Never)] method TimSortDescending (line 105660) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapseLongDesc (line 105697) | private static void MergeCollapseLongDesc(this TimSortInfoL... method MergeForceCollapseLongDesc (line 105715) | private static void MergeForceCollapseLongDesc(this TimSort... method MergeAtLongDesc (line 105726) | private static void MergeAtLongDesc(this TimSortInfoLongGet... method MergeLoLongDesc (line 105750) | private static void MergeLoLongDesc(this TimSortInfoLongGet... method MergeHiLongDesc (line 105832) | private static void MergeHiLongDesc(this TimSortInfoLongGet... method GallopLeftDescending (line 105916) | private static long GallopLeftDescending( method GallopRightDescending (line 105961) | private static long GallopRightDescending( method BinarySortDescending (line 106016) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 106046) | private static long CountRunAndOrderDescending( method QuickMedianAscending (line 106072) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianAscending (line 106086) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianAscending (line 106099) | private static void QuickMedianAscending( method QuickSortAscending (line 106221) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortAscending (line 106233) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortAscending (line 106246) | private static void QuickSortAscending( method HeapSortAscending (line 106403) | [EditorBrowsable(EditorBrowsableState.Never)] method HeapSortAscending (line 106449) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortAscending (line 106488) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortAscending (line 106495) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortAscendingInclusiveRange (line 106504) | private static void SmoothSortAscendingInclusiveRange( method SmoothSortAscendingSift (line 106557) | private static void SmoothSortAscendingSift( method SmoothSortAscendingTrinkle (line 106584) | private static void SmoothSortAscendingTrinkle( class TimSortInfoLongGetDoubleSel (line 106617) | public class TimSortInfoLongGetDoubleSel method TimSortInfoLongGetDoubleSel (line 106632) | public TimSortInfoLongGetDoubleSel(TArray a, Func a... method PushRun (line 106646) | public void PushRun(long runStart, long runLen) method EnsureCapacity (line 106653) | public TArray EnsureCapacity(long cap) method TimSortAscending (line 106673) | [EditorBrowsable(EditorBrowsableState.Never)] method TimSortAscending (line 106685) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapseLongAsc (line 106722) | private static void MergeCollapseLongAsc(this TimSortInfoLo... method MergeForceCollapseLongAsc (line 106740) | private static void MergeForceCollapseLongAsc(this TimSortI... method MergeAtLongAsc (line 106751) | private static void MergeAtLongAsc(this TimSortInfoLongGetD... method MergeLoLongAsc (line 106775) | private static void MergeLoLongAsc(this TimSortInfoLongGetD... method MergeHiLongAsc (line 106857) | private static void MergeHiLongAsc(this TimSortInfoLongGetD... method GallopLeftAscending (line 106941) | private static long GallopLeftAscending( method GallopRightAscending (line 106986) | private static long GallopRightAscending( method BinarySortAscending (line 107041) | private static void BinarySortAscending( method CountRunAndOrderAscending (line 107071) | private static long CountRunAndOrderAscending( method QuickMedianDescending (line 107097) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianDescending (line 107111) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickMedianDescending (line 107124) | private static void QuickMedianDescending( method QuickSortDescending (line 107246) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortDescending (line 107258) | [EditorBrowsable(EditorBrowsableState.Never)] method QuickSortDescending (line 107271) | private static void QuickSortDescending( method HeapSortDescending (line 107428) | [EditorBrowsable(EditorBrowsableState.Never)] method HeapSortDescending (line 107474) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortDescending (line 107513) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortDescending (line 107520) | [EditorBrowsable(EditorBrowsableState.Never)] method SmoothSortDescendingInclusiveRange (line 107529) | private static void SmoothSortDescendingInclusiveRange( method SmoothSortDescendingSift (line 107582) | private static void SmoothSortDescendingSift( method SmoothSortDescendingTrinkle (line 107609) | private static void SmoothSortDescendingTrinkle( method TimSortDescending (line 107647) | [EditorBrowsable(EditorBrowsableState.Never)] method TimSortDescending (line 107659) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapseLongDesc (line 107696) | private static void MergeCollapseLongDesc(this TimSortInfoL... method MergeForceCollapseLongDesc (line 107714) | private static void MergeForceCollapseLongDesc(this TimSort... method MergeAtLongDesc (line 107725) | private static void MergeAtLongDesc(this TimSortInfoLongGet... method MergeLoLongDesc (line 107749) | private static void MergeLoLongDesc(this TimSortInfoLongGet... method MergeHiLongDesc (line 107831) | private static void MergeHiLongDesc(this TimSortInfoLongGet... method GallopLeftDescending (line 107915) | private static long GallopLeftDescending( method GallopRightDescending (line 107960) | private static long GallopRightDescending( method BinarySortDescending (line 108015) | private static void BinarySortDescending( method CountRunAndOrderDescending (line 108045) | private static long CountRunAndOrderDescending( method PermutationQuickMedian (line 108075) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedian (line 108090) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedian (line 108103) | private static void PermutationQuickMedian( method PermutationQuickSort (line 108226) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSort (line 108239) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSort (line 108252) | private static void PermutationQuickSort( method PermutationHeapSort (line 108410) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSort (line 108457) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSort (line 108497) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSort (line 108504) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortInclusiveRange (line 108513) | private static void PermutationSmoothSortInclusiveRange( method PermutationSmoothSortSift (line 108566) | private static void PermutationSmoothSortSift( method PermutationSmoothSortTrinkle (line 108593) | private static void PermutationSmoothSortTrinkle( class TimSortInfoPermGetCmp (line 108626) | public class TimSortInfoPermGetCmp method TimSortInfoPermGetCmp (line 108639) | public TimSortInfoPermGetCmp(int[] p, TArray a, Func(this TimSortInfoPe... method MergeForceCollapsePermCmp (line 108745) | private static void MergeForceCollapsePermCmp(this TimSortI... method MergeAtPermCmp (line 108756) | private static void MergeAtPermCmp(this TimSortInfoPermGetC... method MergeLoPermCmp (line 108780) | private static void MergeLoPermCmp(this TimSortInfoPermGetC... method MergeHiPermCmp (line 108862) | private static void MergeHiPermCmp(this TimSortInfoPermGetC... method PermutationGallopLeft (line 108946) | private static int PermutationGallopLeft( method PermutationGallopRight (line 108991) | private static int PermutationGallopRight( method PermutationBinarySort (line 109046) | private static void PermutationBinarySort( method PermutationCountRunAndOrder (line 109076) | private static int PermutationCountRunAndOrder( method PermutationQuickMedian (line 109102) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedian (line 109117) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedian (line 109130) | private static void PermutationQuickMedian( method PermutationQuickSort (line 109253) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSort (line 109266) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSort (line 109279) | private static void PermutationQuickSort( method PermutationHeapSort (line 109437) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSort (line 109484) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSort (line 109524) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSort (line 109531) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortInclusiveRange (line 109540) | private static void PermutationSmoothSortInclusiveRange( method PermutationSmoothSortSift (line 109593) | private static void PermutationSmoothSortSift( method PermutationSmoothSortTrinkle (line 109620) | private static void PermutationSmoothSortTrinkle( class TimSortInfoPermLongGetCmp (line 109653) | public class TimSortInfoPermLongGetCmp method TimSortInfoPermLongGetCmp (line 109666) | public TimSortInfoPermLongGetCmp(long[] p, TArray a, Func(this TimSortIn... method MergeForceCollapsePermLongCmp (line 109772) | private static void MergeForceCollapsePermLongCmp(this TimS... method MergeAtPermLongCmp (line 109783) | private static void MergeAtPermLongCmp(this TimSortInfoPerm... method MergeLoPermLongCmp (line 109807) | private static void MergeLoPermLongCmp(this TimSortInfoPerm... method MergeHiPermLongCmp (line 109889) | private static void MergeHiPermLongCmp(this TimSortInfoPerm... method PermutationGallopLeft (line 109973) | private static long PermutationGallopLeft( method PermutationGallopRight (line 110018) | private static long PermutationGallopRight( method PermutationBinarySort (line 110073) | private static void PermutationBinarySort( method PermutationCountRunAndOrder (line 110103) | private static long PermutationCountRunAndOrder( method PermutationQuickMedianAscending (line 110129) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 110145) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 110158) | private static void PermutationQuickMedianAscending( method PermutationQuickSortAscending (line 110281) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 110295) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 110308) | private static void PermutationQuickSortAscending( method PermutationHeapSortAscending (line 110466) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortAscending (line 110514) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 110555) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 110563) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscendingInclusiveRange (line 110572) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingTrinkle (line 110652) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermGet (line 110685) | public class TimSortInfoPermGet method TimSortInfoPermGet (line 110698) | public TimSortInfoPermGet(int[] p, TArray a, Func a... method PushRun (line 110711) | public void PushRun(int runStart, int runLen) method EnsureCapacity (line 110718) | public int[] EnsureCapacity(int cap) method PermutationTimSortAscending (line 110737) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationTimSortAscending (line 110750) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapsePermAsc (line 110787) | private static void MergeCollapsePermAsc(this TimSortInfoPe... method MergeForceCollapsePermAsc (line 110806) | private static void MergeForceCollapsePermAsc(this TimSortI... method MergeAtPermAsc (line 110818) | private static void MergeAtPermAsc(this TimSortInfoPermGet<... method MergeLoPermAsc (line 110843) | private static void MergeLoPermAsc(this TimSortInfoPermGet<... method MergeHiPermAsc (line 110925) | private static void MergeHiPermAsc(this TimSortInfoPermGet<... method PermutationGallopLeftAscending (line 111009) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 111054) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 111109) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 111139) | private static int PermutationCountRunAndOrderAscending( method PermutationQuickMedianAscending (line 111165) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 111181) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 111194) | private static void PermutationQuickMedianAscending( method PermutationQuickSortAscending (line 111317) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 111331) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 111344) | private static void PermutationQuickSortAscending( method PermutationHeapSortAscending (line 111502) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortAscending (line 111550) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 111591) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 111599) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscendingInclusiveRange (line 111608) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingTrinkle (line 111688) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermLongGet (line 111721) | public class TimSortInfoPermLongGet method TimSortInfoPermLongGet (line 111734) | public TimSortInfoPermLongGet(long[] p, TArray a, Func(this TimSortIn... method MergeForceCollapsePermLongAsc (line 111842) | private static void MergeForceCollapsePermLongAsc(this TimS... method MergeAtPermLongAsc (line 111854) | private static void MergeAtPermLongAsc(this TimSortInfoPerm... method MergeLoPermLongAsc (line 111879) | private static void MergeLoPermLongAsc(this TimSortInfoPerm... method MergeHiPermLongAsc (line 111961) | private static void MergeHiPermLongAsc(this TimSortInfoPerm... method PermutationGallopLeftAscending (line 112045) | private static long PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 112090) | private static long PermutationGallopRightAscending( method PermutationBinarySortAscending (line 112145) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 112175) | private static long PermutationCountRunAndOrderAscending( method PermutationQuickMedianDescending (line 112201) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 112217) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 112230) | private static void PermutationQuickMedianDescending( method PermutationQuickSortDescending (line 112353) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 112367) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 112380) | private static void PermutationQuickSortDescending( method PermutationHeapSortDescending (line 112538) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortDescending (line 112586) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 112627) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 112635) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescendingInclusiveRange (line 112644) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingTrinkle (line 112724) | private static void PermutationSmoothSortDescendingTrinkle( method PermutationTimSortDescending (line 112762) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationTimSortDescending (line 112775) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapsePermDesc (line 112812) | private static void MergeCollapsePermDesc(this TimSortInfoP... method MergeForceCollapsePermDesc (line 112831) | private static void MergeForceCollapsePermDesc(this TimSort... method MergeAtPermDesc (line 112843) | private static void MergeAtPermDesc(this TimSortInfoPermGet... method MergeLoPermDesc (line 112868) | private static void MergeLoPermDesc(this TimSortInfoPermGet... method MergeHiPermDesc (line 112950) | private static void MergeHiPermDesc(this TimSortInfoPermGet... method PermutationGallopLeftDescending (line 113034) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 113079) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 113134) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 113164) | private static int PermutationCountRunAndOrderDescending( method PermutationQuickMedianDescending (line 113190) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 113206) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 113219) | private static void PermutationQuickMedianDescending( method PermutationQuickSortDescending (line 113342) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 113356) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 113369) | private static void PermutationQuickSortDescending( method PermutationHeapSortDescending (line 113527) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortDescending (line 113575) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 113616) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 113624) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescendingInclusiveRange (line 113633) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingTrinkle (line 113713) | private static void PermutationSmoothSortDescendingTrinkle( method PermutationTimSortDescending (line 113751) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationTimSortDescending (line 113764) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapsePermLongDesc (line 113801) | private static void MergeCollapsePermLongDesc(this TimSortI... method MergeForceCollapsePermLongDesc (line 113820) | private static void MergeForceCollapsePermLongDesc(this Tim... method MergeAtPermLongDesc (line 113832) | private static void MergeAtPermLongDesc(this TimSortInfoPer... method MergeLoPermLongDesc (line 113857) | private static void MergeLoPermLongDesc(this TimSortInfoPer... method MergeHiPermLongDesc (line 113939) | private static void MergeHiPermLongDesc(this TimSortInfoPer... method PermutationGallopLeftDescending (line 114023) | private static long PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 114068) | private static long PermutationGallopRightDescending( method PermutationBinarySortDescending (line 114123) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 114153) | private static long PermutationCountRunAndOrderDescending( method PermutationQuickMedianAscending (line 114179) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 114194) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 114207) | private static void PermutationQuickMedianAscending( method PermutationQuickSortAscending (line 114330) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 114343) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 114356) | private static void PermutationQuickSortAscending( method PermutationHeapSortAscending (line 114514) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortAscending (line 114561) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 114601) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 114608) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscendingInclusiveRange (line 114617) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingTrinkle (line 114697) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermGetIntSel (line 114730) | public class TimSortInfoPermGetIntSel method TimSortInfoPermGetIntSel (line 114743) | public TimSortInfoPermGetIntSel(int[] p, TArray a, Func(this TimSortInfoPe... method MergeForceCollapsePermAsc (line 114849) | private static void MergeForceCollapsePermAsc(this TimSortI... method MergeAtPermAsc (line 114860) | private static void MergeAtPermAsc(this TimSortInfoPermGetI... method MergeLoPermAsc (line 114884) | private static void MergeLoPermAsc(this TimSortInfoPermGetI... method MergeHiPermAsc (line 114966) | private static void MergeHiPermAsc(this TimSortInfoPermGetI... method PermutationGallopLeftAscending (line 115050) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 115095) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 115150) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 115180) | private static int PermutationCountRunAndOrderAscending( method PermutationQuickMedianAscending (line 115206) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 115221) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 115234) | private static void PermutationQuickMedianAscending( method PermutationQuickSortAscending (line 115357) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 115370) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 115383) | private static void PermutationQuickSortAscending( method PermutationHeapSortAscending (line 115541) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortAscending (line 115588) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 115628) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 115635) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscendingInclusiveRange (line 115644) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingTrinkle (line 115724) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermLongGetIntSel (line 115757) | public class TimSortInfoPermLongGetIntSel method TimSortInfoPermLongGetIntSel (line 115770) | public TimSortInfoPermLongGetIntSel(long[] p, TArray a, Func(this TimSortIn... method MergeForceCollapsePermLongAsc (line 115876) | private static void MergeForceCollapsePermLongAsc(this TimS... method MergeAtPermLongAsc (line 115887) | private static void MergeAtPermLongAsc(this TimSortInfoPerm... method MergeLoPermLongAsc (line 115911) | private static void MergeLoPermLongAsc(this TimSortInfoPerm... method MergeHiPermLongAsc (line 115993) | private static void MergeHiPermLongAsc(this TimSortInfoPerm... method PermutationGallopLeftAscending (line 116077) | private static long PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 116122) | private static long PermutationGallopRightAscending( method PermutationBinarySortAscending (line 116177) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 116207) | private static long PermutationCountRunAndOrderAscending( method PermutationQuickMedianDescending (line 116233) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 116248) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 116261) | private static void PermutationQuickMedianDescending( method PermutationQuickSortDescending (line 116384) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 116397) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 116410) | private static void PermutationQuickSortDescending( method PermutationHeapSortDescending (line 116568) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortDescending (line 116615) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 116655) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 116662) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescendingInclusiveRange (line 116671) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingTrinkle (line 116751) | private static void PermutationSmoothSortDescendingTrinkle( method PermutationTimSortDescending (line 116789) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationTimSortDescending (line 116801) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapsePermDesc (line 116838) | private static void MergeCollapsePermDesc(this TimSortInfoP... method MergeForceCollapsePermDesc (line 116856) | private static void MergeForceCollapsePermDesc(this TimSort... method MergeAtPermDesc (line 116867) | private static void MergeAtPermDesc(this TimSortInfoPermGet... method MergeLoPermDesc (line 116891) | private static void MergeLoPermDesc(this TimSortInfoPermGet... method MergeHiPermDesc (line 116973) | private static void MergeHiPermDesc(this TimSortInfoPermGet... method PermutationGallopLeftDescending (line 117057) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 117102) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 117157) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 117187) | private static int PermutationCountRunAndOrderDescending( method PermutationQuickMedianDescending (line 117213) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 117228) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 117241) | private static void PermutationQuickMedianDescending( method PermutationQuickSortDescending (line 117364) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 117377) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 117390) | private static void PermutationQuickSortDescending( method PermutationHeapSortDescending (line 117548) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortDescending (line 117595) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 117635) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 117642) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescendingInclusiveRange (line 117651) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingTrinkle (line 117731) | private static void PermutationSmoothSortDescendingTrinkle( method PermutationTimSortDescending (line 117769) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationTimSortDescending (line 117781) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapsePermLongDesc (line 117818) | private static void MergeCollapsePermLongDesc(this TimSortI... method MergeForceCollapsePermLongDesc (line 117836) | private static void MergeForceCollapsePermLongDesc(this Tim... method MergeAtPermLongDesc (line 117847) | private static void MergeAtPermLongDesc(this TimSortInfoPer... method MergeLoPermLongDesc (line 117871) | private static void MergeLoPermLongDesc(this TimSortInfoPer... method MergeHiPermLongDesc (line 117953) | private static void MergeHiPermLongDesc(this TimSortInfoPer... method PermutationGallopLeftDescending (line 118037) | private static long PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 118082) | private static long PermutationGallopRightDescending( method PermutationBinarySortDescending (line 118137) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 118167) | private static long PermutationCountRunAndOrderDescending( method PermutationQuickMedianAscending (line 118193) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 118208) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 118221) | private static void PermutationQuickMedianAscending( method PermutationQuickSortAscending (line 118344) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 118357) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 118370) | private static void PermutationQuickSortAscending( method PermutationHeapSortAscending (line 118528) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortAscending (line 118575) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 118615) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 118622) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscendingInclusiveRange (line 118631) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingTrinkle (line 118711) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermGetLongSel (line 118744) | public class TimSortInfoPermGetLongSel method TimSortInfoPermGetLongSel (line 118757) | public TimSortInfoPermGetLongSel(int[] p, TArray a, Func(this TimSortInfoPe... method MergeForceCollapsePermAsc (line 118863) | private static void MergeForceCollapsePermAsc(this TimSortI... method MergeAtPermAsc (line 118874) | private static void MergeAtPermAsc(this TimSortInfoPermGetL... method MergeLoPermAsc (line 118898) | private static void MergeLoPermAsc(this TimSortInfoPermGetL... method MergeHiPermAsc (line 118980) | private static void MergeHiPermAsc(this TimSortInfoPermGetL... method PermutationGallopLeftAscending (line 119064) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 119109) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 119164) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 119194) | private static int PermutationCountRunAndOrderAscending( method PermutationQuickMedianAscending (line 119220) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 119235) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 119248) | private static void PermutationQuickMedianAscending( method PermutationQuickSortAscending (line 119371) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 119384) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 119397) | private static void PermutationQuickSortAscending( method PermutationHeapSortAscending (line 119555) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortAscending (line 119602) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 119642) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 119649) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscendingInclusiveRange (line 119658) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingTrinkle (line 119738) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermLongGetLongSel (line 119771) | public class TimSortInfoPermLongGetLongSel method TimSortInfoPermLongGetLongSel (line 119784) | public TimSortInfoPermLongGetLongSel(long[] p, TArray a, Func(this TimSortIn... method MergeForceCollapsePermLongAsc (line 119890) | private static void MergeForceCollapsePermLongAsc(this TimS... method MergeAtPermLongAsc (line 119901) | private static void MergeAtPermLongAsc(this TimSortInfoPerm... method MergeLoPermLongAsc (line 119925) | private static void MergeLoPermLongAsc(this TimSortInfoPerm... method MergeHiPermLongAsc (line 120007) | private static void MergeHiPermLongAsc(this TimSortInfoPerm... method PermutationGallopLeftAscending (line 120091) | private static long PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 120136) | private static long PermutationGallopRightAscending( method PermutationBinarySortAscending (line 120191) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 120221) | private static long PermutationCountRunAndOrderAscending( method PermutationQuickMedianDescending (line 120247) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 120262) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 120275) | private static void PermutationQuickMedianDescending( method PermutationQuickSortDescending (line 120398) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 120411) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 120424) | private static void PermutationQuickSortDescending( method PermutationHeapSortDescending (line 120582) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortDescending (line 120629) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 120669) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 120676) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescendingInclusiveRange (line 120685) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingTrinkle (line 120765) | private static void PermutationSmoothSortDescendingTrinkle( method PermutationTimSortDescending (line 120803) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationTimSortDescending (line 120815) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapsePermDesc (line 120852) | private static void MergeCollapsePermDesc(this TimSortInfoP... method MergeForceCollapsePermDesc (line 120870) | private static void MergeForceCollapsePermDesc(this TimSort... method MergeAtPermDesc (line 120881) | private static void MergeAtPermDesc(this TimSortInfoPermGet... method MergeLoPermDesc (line 120905) | private static void MergeLoPermDesc(this TimSortInfoPermGet... method MergeHiPermDesc (line 120987) | private static void MergeHiPermDesc(this TimSortInfoPermGet... method PermutationGallopLeftDescending (line 121071) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 121116) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 121171) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 121201) | private static int PermutationCountRunAndOrderDescending( method PermutationQuickMedianDescending (line 121227) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 121242) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 121255) | private static void PermutationQuickMedianDescending( method PermutationQuickSortDescending (line 121378) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 121391) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 121404) | private static void PermutationQuickSortDescending( method PermutationHeapSortDescending (line 121562) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortDescending (line 121609) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 121649) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 121656) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescendingInclusiveRange (line 121665) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingTrinkle (line 121745) | private static void PermutationSmoothSortDescendingTrinkle( method PermutationTimSortDescending (line 121783) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationTimSortDescending (line 121795) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapsePermLongDesc (line 121832) | private static void MergeCollapsePermLongDesc(this TimSortI... method MergeForceCollapsePermLongDesc (line 121850) | private static void MergeForceCollapsePermLongDesc(this Tim... method MergeAtPermLongDesc (line 121861) | private static void MergeAtPermLongDesc(this TimSortInfoPer... method MergeLoPermLongDesc (line 121885) | private static void MergeLoPermLongDesc(this TimSortInfoPer... method MergeHiPermLongDesc (line 121967) | private static void MergeHiPermLongDesc(this TimSortInfoPer... method PermutationGallopLeftDescending (line 122051) | private static long PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 122096) | private static long PermutationGallopRightDescending( method PermutationBinarySortDescending (line 122151) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 122181) | private static long PermutationCountRunAndOrderDescending( method PermutationQuickMedianAscending (line 122207) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 122222) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 122235) | private static void PermutationQuickMedianAscending( method PermutationQuickSortAscending (line 122358) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 122371) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 122384) | private static void PermutationQuickSortAscending( method PermutationHeapSortAscending (line 122542) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortAscending (line 122589) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 122629) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 122636) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscendingInclusiveRange (line 122645) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingTrinkle (line 122725) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermGetFloatSel (line 122758) | public class TimSortInfoPermGetFloatSel method TimSortInfoPermGetFloatSel (line 122771) | public TimSortInfoPermGetFloatSel(int[] p, TArray a, Func(this TimSortInfoPe... method MergeForceCollapsePermAsc (line 122877) | private static void MergeForceCollapsePermAsc(this TimSortI... method MergeAtPermAsc (line 122888) | private static void MergeAtPermAsc(this TimSortInfoPermGetF... method MergeLoPermAsc (line 122912) | private static void MergeLoPermAsc(this TimSortInfoPermGetF... method MergeHiPermAsc (line 122994) | private static void MergeHiPermAsc(this TimSortInfoPermGetF... method PermutationGallopLeftAscending (line 123078) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 123123) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 123178) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 123208) | private static int PermutationCountRunAndOrderAscending( method PermutationQuickMedianAscending (line 123234) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 123249) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 123262) | private static void PermutationQuickMedianAscending( method PermutationQuickSortAscending (line 123385) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 123398) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 123411) | private static void PermutationQuickSortAscending( method PermutationHeapSortAscending (line 123569) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortAscending (line 123616) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 123656) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 123663) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscendingInclusiveRange (line 123672) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingTrinkle (line 123752) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermLongGetFloatSel (line 123785) | public class TimSortInfoPermLongGetFloatSel method TimSortInfoPermLongGetFloatSel (line 123798) | public TimSortInfoPermLongGetFloatSel(long[] p, TArray a, Func(this TimSortIn... method MergeForceCollapsePermLongAsc (line 123904) | private static void MergeForceCollapsePermLongAsc(this TimS... method MergeAtPermLongAsc (line 123915) | private static void MergeAtPermLongAsc(this TimSortInfoPerm... method MergeLoPermLongAsc (line 123939) | private static void MergeLoPermLongAsc(this TimSortInfoPerm... method MergeHiPermLongAsc (line 124021) | private static void MergeHiPermLongAsc(this TimSortInfoPerm... method PermutationGallopLeftAscending (line 124105) | private static long PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 124150) | private static long PermutationGallopRightAscending( method PermutationBinarySortAscending (line 124205) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 124235) | private static long PermutationCountRunAndOrderAscending( method PermutationQuickMedianDescending (line 124261) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 124276) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 124289) | private static void PermutationQuickMedianDescending( method PermutationQuickSortDescending (line 124412) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 124425) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 124438) | private static void PermutationQuickSortDescending( method PermutationHeapSortDescending (line 124596) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortDescending (line 124643) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 124683) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 124690) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescendingInclusiveRange (line 124699) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingTrinkle (line 124779) | private static void PermutationSmoothSortDescendingTrinkle( method PermutationTimSortDescending (line 124817) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationTimSortDescending (line 124829) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapsePermDesc (line 124866) | private static void MergeCollapsePermDesc(this TimSortInfoP... method MergeForceCollapsePermDesc (line 124884) | private static void MergeForceCollapsePermDesc(this TimSort... method MergeAtPermDesc (line 124895) | private static void MergeAtPermDesc(this TimSortInfoPermGet... method MergeLoPermDesc (line 124919) | private static void MergeLoPermDesc(this TimSortInfoPermGet... method MergeHiPermDesc (line 125001) | private static void MergeHiPermDesc(this TimSortInfoPermGet... method PermutationGallopLeftDescending (line 125085) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 125130) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 125185) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 125215) | private static int PermutationCountRunAndOrderDescending( method PermutationQuickMedianDescending (line 125241) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 125256) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 125269) | private static void PermutationQuickMedianDescending( method PermutationQuickSortDescending (line 125392) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 125405) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 125418) | private static void PermutationQuickSortDescending( method PermutationHeapSortDescending (line 125576) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortDescending (line 125623) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 125663) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 125670) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescendingInclusiveRange (line 125679) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingTrinkle (line 125759) | private static void PermutationSmoothSortDescendingTrinkle( method PermutationTimSortDescending (line 125797) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationTimSortDescending (line 125809) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapsePermLongDesc (line 125846) | private static void MergeCollapsePermLongDesc(this TimSortI... method MergeForceCollapsePermLongDesc (line 125864) | private static void MergeForceCollapsePermLongDesc(this Tim... method MergeAtPermLongDesc (line 125875) | private static void MergeAtPermLongDesc(this TimSortInfoPer... method MergeLoPermLongDesc (line 125899) | private static void MergeLoPermLongDesc(this TimSortInfoPer... method MergeHiPermLongDesc (line 125981) | private static void MergeHiPermLongDesc(this TimSortInfoPer... method PermutationGallopLeftDescending (line 126065) | private static long PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 126110) | private static long PermutationGallopRightDescending( method PermutationBinarySortDescending (line 126165) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 126195) | private static long PermutationCountRunAndOrderDescending( method PermutationQuickMedianAscending (line 126221) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 126236) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 126249) | private static void PermutationQuickMedianAscending( method PermutationQuickSortAscending (line 126372) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 126385) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 126398) | private static void PermutationQuickSortAscending( method PermutationHeapSortAscending (line 126556) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortAscending (line 126603) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 126643) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 126650) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscendingInclusiveRange (line 126659) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingTrinkle (line 126739) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermGetDoubleSel (line 126772) | public class TimSortInfoPermGetDoubleSel method TimSortInfoPermGetDoubleSel (line 126785) | public TimSortInfoPermGetDoubleSel(int[] p, TArray a, Func(this TimSortInfoPe... method MergeForceCollapsePermAsc (line 126891) | private static void MergeForceCollapsePermAsc(this TimSortI... method MergeAtPermAsc (line 126902) | private static void MergeAtPermAsc(this TimSortInfoPermGetD... method MergeLoPermAsc (line 126926) | private static void MergeLoPermAsc(this TimSortInfoPermGetD... method MergeHiPermAsc (line 127008) | private static void MergeHiPermAsc(this TimSortInfoPermGetD... method PermutationGallopLeftAscending (line 127092) | private static int PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 127137) | private static int PermutationGallopRightAscending( method PermutationBinarySortAscending (line 127192) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 127222) | private static int PermutationCountRunAndOrderAscending( method PermutationQuickMedianAscending (line 127248) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 127263) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianAscending (line 127276) | private static void PermutationQuickMedianAscending( method PermutationQuickSortAscending (line 127399) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 127412) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortAscending (line 127425) | private static void PermutationQuickSortAscending( method PermutationHeapSortAscending (line 127583) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortAscending (line 127630) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 127670) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscending (line 127677) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortAscendingInclusiveRange (line 127686) | private static void PermutationSmoothSortAscendingInclusiveRange( method PermutationSmoothSortAscendingTrinkle (line 127766) | private static void PermutationSmoothSortAscendingTrinkle( class TimSortInfoPermLongGetDoubleSel (line 127799) | public class TimSortInfoPermLongGetDoubleSel method TimSortInfoPermLongGetDoubleSel (line 127812) | public TimSortInfoPermLongGetDoubleSel(long[] p, TArray a, Func(this TimSortIn... method MergeForceCollapsePermLongAsc (line 127918) | private static void MergeForceCollapsePermLongAsc(this TimS... method MergeAtPermLongAsc (line 127929) | private static void MergeAtPermLongAsc(this TimSortInfoPerm... method MergeLoPermLongAsc (line 127953) | private static void MergeLoPermLongAsc(this TimSortInfoPerm... method MergeHiPermLongAsc (line 128035) | private static void MergeHiPermLongAsc(this TimSortInfoPerm... method PermutationGallopLeftAscending (line 128119) | private static long PermutationGallopLeftAscending( method PermutationGallopRightAscending (line 128164) | private static long PermutationGallopRightAscending( method PermutationBinarySortAscending (line 128219) | private static void PermutationBinarySortAscending( method PermutationCountRunAndOrderAscending (line 128249) | private static long PermutationCountRunAndOrderAscending( method PermutationQuickMedianDescending (line 128275) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 128290) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 128303) | private static void PermutationQuickMedianDescending( method PermutationQuickSortDescending (line 128426) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 128439) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 128452) | private static void PermutationQuickSortDescending( method PermutationHeapSortDescending (line 128610) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortDescending (line 128657) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 128697) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 128704) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescendingInclusiveRange (line 128713) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingTrinkle (line 128793) | private static void PermutationSmoothSortDescendingTrinkle( method PermutationTimSortDescending (line 128831) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationTimSortDescending (line 128843) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapsePermDesc (line 128880) | private static void MergeCollapsePermDesc(this TimSortInfoP... method MergeForceCollapsePermDesc (line 128898) | private static void MergeForceCollapsePermDesc(this TimSort... method MergeAtPermDesc (line 128909) | private static void MergeAtPermDesc(this TimSortInfoPermGet... method MergeLoPermDesc (line 128933) | private static void MergeLoPermDesc(this TimSortInfoPermGet... method MergeHiPermDesc (line 129015) | private static void MergeHiPermDesc(this TimSortInfoPermGet... method PermutationGallopLeftDescending (line 129099) | private static int PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 129144) | private static int PermutationGallopRightDescending( method PermutationBinarySortDescending (line 129199) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 129229) | private static int PermutationCountRunAndOrderDescending( method PermutationQuickMedianDescending (line 129255) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 129270) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickMedianDescending (line 129283) | private static void PermutationQuickMedianDescending( method PermutationQuickSortDescending (line 129406) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 129419) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationQuickSortDescending (line 129432) | private static void PermutationQuickSortDescending( method PermutationHeapSortDescending (line 129590) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationHeapSortDescending (line 129637) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 129677) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescending (line 129684) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationSmoothSortDescendingInclusiveRange (line 129693) | private static void PermutationSmoothSortDescendingInclusiveRange( method PermutationSmoothSortDescendingTrinkle (line 129773) | private static void PermutationSmoothSortDescendingTrinkle( method PermutationTimSortDescending (line 129811) | [EditorBrowsable(EditorBrowsableState.Never)] method PermutationTimSortDescending (line 129823) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapsePermLongDesc (line 129860) | private static void MergeCollapsePermLongDesc(this TimSortI... method MergeForceCollapsePermLongDesc (line 129878) | private static void MergeForceCollapsePermLongDesc(this Tim... method MergeAtPermLongDesc (line 129889) | private static void MergeAtPermLongDesc(this TimSortInfoPer... method MergeLoPermLongDesc (line 129913) | private static void MergeLoPermLongDesc(this TimSortInfoPer... method MergeHiPermLongDesc (line 129995) | private static void MergeHiPermLongDesc(this TimSortInfoPer... method PermutationGallopLeftDescending (line 130079) | private static long PermutationGallopLeftDescending( method PermutationGallopRightDescending (line 130124) | private static long PermutationGallopRightDescending( method PermutationBinarySortDescending (line 130179) | private static void PermutationBinarySortDescending( method PermutationCountRunAndOrderDescending (line 130209) | private static long PermutationCountRunAndOrderDescending( method TrailingZeroBitCount (line 130238) | private static int TrailingZeroBitCount(this long x) method TimSortMinRunLength (line 130289) | private static int TimSortMinRunLength(int n) method TimSortMinRunLength (line 130301) | private static long TimSortMinRunLength(long n) FILE: src/Aardvark.Base/Sorting/Sorting_template.cs class SortingExtensions (line 9) | public static class SortingExtensions method Create__qcall____longStr__ (line 141) | [EditorBrowsable(EditorBrowsableState.Never)] method __qcall__ (line 179) | [EditorBrowsable(EditorBrowsableState.Never)] method __qcall__ (line 219) | [EditorBrowsable(EditorBrowsableState.Never)] method __qcall__ (line 241) | private static void __qcall__/*# if (isGeneric) { */ method __tsi__ (line 746) | public __tsi__(/*# if (isPerm) { */__itype__[] p, /*# } */__atype__ ... method PushRun (line 769) | public void PushRun(__itype__ runStart, __itype__ runLen) method EnsureCapacity (line 776) | public __tatype__ EnsureCapacity(__itype__ cap) method Create__tcall____longStr__ (line 811) | [EditorBrowsable(EditorBrowsableState.Never)] method __tcall__ (line 833) | [EditorBrowsable(EditorBrowsableState.Never)] method __tcall__ (line 851) | [EditorBrowsable(EditorBrowsableState.Never)] method MergeCollapse__uid__ (line 898) | private static void MergeCollapse__uid__/*# if (isGeneric) { */( method CopyElements (line 1362) | private static void CopyElements( method CopyElements (line 1369) | private static void CopyElements( method CopyElements (line 1378) | private static void CopyElements( method TrailingZeroBitCount (line 1404) | private static int TrailingZeroBitCount(this long x) method TimSortMinRunLength (line 1455) | private static int TimSortMinRunLength(int n) method TimSortMinRunLength (line 1467) | private static long TimSortMinRunLength(long n) FILE: src/Aardvark.Base/Symbol/Dict_auto.cs class Dict (line 22) | public class Dict method Dict (line 49) | public Dict(bool stackDuplicateKeys = false) method Dict (line 60) | public Dict(int initialCapacity) method Dict (line 72) | public Dict(int initialCapacity, bool stackDuplicateKeys) method Dict (line 84) | public Dict(IEnumerable> items, method Dict (line 92) | private Dict( method AddObject (line 405) | public void AddObject(object objkey, object objvalue) method Add (line 414) | public void Add(TKey key, TValue value) method Add (line 470) | public void Add(TKey key, int hash, TValue value) method TryAdd (line 525) | public bool TryAdd(TKey key, TValue value) method TryAdd (line 582) | public bool TryAdd(TKey key, int hash, TValue value) method Add (line 637) | public void Add(KeyValuePair item) method AddRange (line 645) | public void AddRange(IEnumerable> items) method Contains (line 654) | public bool Contains(TKey key) method Contains (line 677) | public bool Contains(TKey key, int hash) method ContainsKey (line 699) | public bool ContainsKey(TKey key) method ContainsKey (line 722) | public bool ContainsKey(TKey key, int hash) method Contains (line 744) | public bool Contains(TKey key, TValue value) method Contains (line 769) | public bool Contains(TKey key, int hash, TValue value) method Contains (line 793) | public bool Contains(KeyValuePair item) method ContainsValue (line 801) | public bool ContainsValue(TValue value) method Get (line 821) | public TValue Get(TKey key) method GetOrCreate (line 846) | public TValue GetOrCreate(TKey key, Func creator) method AddCreated (line 870) | TValue AddCreated(TKey key, int hash, TValue value) method Get (line 930) | public TValue Get(TKey key, TValue defaultValue) method Get (line 954) | public TValue Get(TKey key, int hash) method GetOrCreate (line 978) | public TValue GetOrCreate(TKey key, int hash, Func creator) method Get (line 1005) | public TValue Get(TKey key, int hash, TValue defaultValue) method GetOrDefault (line 1028) | public TValue GetOrDefault(TKey key) method TryGetValue (line 1037) | public bool TryGetValue(TKey key, out TValue value) method TryGetValue (line 1067) | public bool TryGetValue(TKey key, int hash, out TValue value) method ValuesWithKey (line 1097) | public IEnumerable ValuesWithKey(TKey key) method GetValuesEnumerator (line 1120) | public ValueEnumerator GetValuesEnumerator() type ValueEnumerator (line 1125) | public struct ValueEnumerator : IEnumerator method ValueEnumerator (line 1129) | public ValueEnumerator(Dict dict) method Dispose (line 1138) | public void Dispose() => m_inner.Dispose(); method MoveNext (line 1140) | public bool MoveNext() => m_inner.MoveNext(); method Reset (line 1142) | public void Reset() => m_inner.Reset(); method GetValuesWithKeyEnumerator (line 1152) | public ValuesWithKeyEnumerator GetValuesWithKeyEnumerator(TKey key) type ValuesWithKeyEnumerator (line 1157) | public struct ValuesWithKeyEnumerator : IEnumerator method ValuesWithKeyEnumerator (line 1165) | public ValuesWithKeyEnumerator(Dict dict, TKey key) method Dispose (line 1178) | public readonly void Dispose() { } method MoveNext (line 1180) | public bool MoveNext() method Reset (line 1211) | public void Reset() method ValueWithKeySkip (line 1223) | public TValue ValueWithKeySkip(TKey key, int skip) method GetAndRemove (line 1255) | public TValue GetAndRemove(TKey key) method Remove (line 1269) | public bool Remove(TKey key) method Remove (line 1281) | public bool Remove(TKey key, int hash) method Remove (line 1291) | public bool Remove(TKey key, TValue value) method Remove (line 1300) | public bool Remove(TKey key, int hash, TValue value) method Remove (line 1309) | public bool Remove(KeyValuePair item) method TryRemove (line 1320) | public bool TryRemove(TKey key, out TValue value) method TryRemove (line 1391) | public bool TryRemove(TKey key, int hash, out TValue value) method TryRemove (line 1460) | public bool TryRemove(TKey key, TValue value) method TryRemove (line 1526) | public bool TryRemove(TKey key, int hash, TValue value) method KeysToArray (line 1589) | public TKey[] KeysToArray() method ValuesToArray (line 1599) | public TValue[] ValuesToArray() method ToArray (line 1609) | public KeyValuePair[] ToArray() method Clear (line 1619) | public void Clear() method CopyKeysTo (line 1632) | public void CopyKeysTo(TKey[] array, int index) method CopyValuesTo (line 1651) | public void CopyValuesTo(TValue[] array, int index) method CopyTo (line 1670) | public void CopyTo(KeyValuePair[] array, int index) method CopyTo (line 1690) | public void CopyTo(Array array, int index) method AsConcurrent (line 1703) | public ConcurrentDict AsConcurrent() method GetEnumerator (line 1712) | IEnumerator> IEnumerable parent) : IColle... method CopyTo (line 1740) | public void CopyTo(TKey[] array, int index) => parent.CopyKeysTo(arr... method Add (line 1746) | void ICollection.Add(TKey item) => throw new NotSupportedExcep... method Clear (line 1748) | void ICollection.Clear() => throw new NotSupportedException(); method Contains (line 1750) | public bool Contains(TKey item) => parent.ContainsKey(item); method Remove (line 1752) | bool ICollection.Remove(TKey item) => throw new NotSupportedEx... method GetEnumerator (line 1754) | IEnumerator IEnumerable.GetEnumerator() => new Enumerato... method GetEnumerator (line 1756) | IEnumerator IEnumerable.GetEnumerator() => ((IEnumerable)this)... method CopyTo (line 1758) | void ICollection.CopyTo(Array array, int index) class Enumerator (line 1768) | private class Enumerator(Dict dictionary) : IEnumerato... method Dispose (line 1772) | public void Dispose() => _inner.Dispose(); method MoveNext (line 1773) | public bool MoveNext() => _inner.MoveNext(); method Reset (line 1776) | void IEnumerator.Reset() => _inner.Reset(); class ValueCollection (line 1780) | private sealed class ValueCollection(Dict parent) : ICol... method CopyTo (line 1782) | public void CopyTo(TValue[] array, int index) => parent.CopyValuesTo... method Add (line 1788) | void ICollection.Add(TValue item) => throw new NotSupportedE... method Clear (line 1790) | void ICollection.Clear() => throw new NotSupportedException(); method Contains (line 1792) | public bool Contains(TValue item) => parent.ContainsValue(item); method Remove (line 1794) | bool ICollection.Remove(TValue item) => throw new NotSupport... method GetEnumerator (line 1796) | IEnumerator IEnumerable.GetEnumerator() => new Enume... method GetEnumerator (line 1798) | IEnumerator IEnumerable.GetEnumerator() => ((IEnumerable)thi... method CopyTo (line 1800) | void ICollection.CopyTo(Array array, int index) class Enumerator (line 1810) | private class Enumerator(Dict dictionary) : IEnumerato... method Dispose (line 1814) | public void Dispose() => _inner.Dispose(); method MoveNext (line 1815) | public bool MoveNext() => _inner.MoveNext(); method Reset (line 1818) | void IEnumerator.Reset() => _inner.Reset(); method GetEnumerator (line 1826) | public Enumerator GetEnumerator() { return new Enumerator(this); } type Enumerator (line 1828) | public struct Enumerator : IEnumerator> method Enumerator (line 1835) | public Enumerator(Dict dict) method Dispose (line 1847) | public readonly void Dispose() { } method MoveNext (line 1849) | public bool MoveNext() method Reset (line 1878) | public void Reset() method ComputeIncreaseThreshold (line 1890) | private uint ComputeIncreaseThreshold(uint capacity) method ComputeDecreaseThreshold (line 1895) | private uint ComputeDecreaseThreshold(uint capacity) method AddSlotsToFreeList (line 1900) | private static int AddSlotsToFreeList( method IncreaseCapacity (line 1910) | private void IncreaseCapacity() method DecreaseCapacity (line 1915) | private void DecreaseCapacity() method Add (line 1925) | private static void Add( method Resize (line 1962) | private void Resize(uint newCapacity, uint oldCapacity) method ReportStats (line 2049) | private void ReportStats( class DictSet (line 2076) | public class DictSet method DictSet (line 2099) | public DictSet() method DictSet (line 2107) | public DictSet(int initialCapacity) method DictSet (line 2117) | public DictSet(IEnumerable items) method DictSet (line 2123) | private DictSet( method AddObject (line 2274) | public bool AddObject(object objkey) method Add (line 2279) | void ICollection.Add(TKey key) method Add (line 2288) | public bool Add(TKey key) method Add (line 2342) | public bool Add(TKey key, int hash) method TryAdd (line 2395) | public bool TryAdd(TKey key) method TryAdd (line 2449) | public bool TryAdd(TKey key, int hash) method AddRange (line 2501) | public void AddRange(IEnumerable keys) method Contains (line 2510) | public bool Contains(TKey key) method Contains (line 2533) | public bool Contains(TKey key, int hash) method Remove (line 2555) | public bool Remove(TKey key) method Remove (line 2564) | public bool Remove(TKey key, int hash) method TryRemove (line 2574) | public bool TryRemove(TKey key) method TryRemove (line 2640) | public bool TryRemove(TKey key, int hash) method ToArray (line 2703) | public TKey[] ToArray() method Clear (line 2713) | public void Clear() method CopyTo (line 2726) | public void CopyTo(TKey[] array, int index) method CopyTo (line 2744) | public void CopyTo(Array array, int index) method AsConcurrent (line 2757) | public ConcurrentDictSet AsConcurrent() method GetEnumerator (line 2766) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 2777) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 2788) | public Enumerator GetEnumerator() { return new Enumerator(this); } type Enumerator (line 2790) | public struct Enumerator : IEnumerator method Enumerator (line 2797) | public Enumerator(DictSet dict) method Dispose (line 2809) | public readonly void Dispose() { } method MoveNext (line 2811) | public bool MoveNext() method Reset (line 2840) | public void Reset() method ComputeIncreaseThreshold (line 2852) | private uint ComputeIncreaseThreshold(uint capacity) method ComputeDecreaseThreshold (line 2857) | private uint ComputeDecreaseThreshold(uint capacity) method AddSlotsToFreeList (line 2862) | private static int AddSlotsToFreeList( method IncreaseCapacity (line 2872) | private void IncreaseCapacity() method DecreaseCapacity (line 2877) | private void DecreaseCapacity() method Add (line 2887) | private static void Add( method Resize (line 2924) | private void Resize(uint newCapacity, uint oldCapacity) method ReportStats (line 3011) | private void ReportStats( class IntDict (line 3039) | public class IntDict method IntDict (line 3066) | public IntDict(bool stackDuplicateKeys = false) method IntDict (line 3077) | public IntDict(int initialCapacity) method IntDict (line 3089) | public IntDict(int initialCapacity, bool stackDuplicateKeys) method IntDict (line 3101) | public IntDict(IEnumerable> items, method IntDict (line 3109) | private IntDict( method AddObject (line 3416) | public void AddObject(object objkey, object objvalue) method Add (line 3425) | public void Add(int key, TValue value) method TryAdd (line 3477) | public bool TryAdd(int key, TValue value) method Add (line 3529) | public void Add(KeyValuePair item) method AddRange (line 3537) | public void AddRange(IEnumerable> items) method Contains (line 3546) | public bool Contains(int key) method ContainsKey (line 3567) | public bool ContainsKey(int key) method Contains (line 3588) | public bool Contains(int key, TValue value) method Contains (line 3611) | public bool Contains(KeyValuePair item) method ContainsValue (line 3619) | public bool ContainsValue(TValue value) method Get (line 3639) | public TValue Get(int key) method GetOrCreate (line 3662) | public TValue GetOrCreate(int key, Func creator) method AddCreated (line 3684) | TValue AddCreated(int key, int hash, TValue value) method Get (line 3740) | public TValue Get(int key, TValue defaultValue) method GetOrDefault (line 3762) | public TValue GetOrDefault(int key) method TryGetValue (line 3771) | public bool TryGetValue(int key, out TValue value) method ValuesWithKey (line 3800) | public IEnumerable ValuesWithKey(int key) method GetValuesEnumerator (line 3821) | public ValueEnumerator GetValuesEnumerator() type ValueEnumerator (line 3826) | public struct ValueEnumerator : IEnumerator method ValueEnumerator (line 3830) | public ValueEnumerator(IntDict dict) method Dispose (line 3839) | public void Dispose() => m_inner.Dispose(); method MoveNext (line 3841) | public bool MoveNext() => m_inner.MoveNext(); method Reset (line 3843) | public void Reset() => m_inner.Reset(); method GetValuesWithKeyEnumerator (line 3853) | public ValuesWithKeyEnumerator GetValuesWithKeyEnumerator(int key) type ValuesWithKeyEnumerator (line 3858) | public struct ValuesWithKeyEnumerator : IEnumerator method ValuesWithKeyEnumerator (line 3865) | public ValuesWithKeyEnumerator(IntDict dict, int key) method Dispose (line 3877) | public readonly void Dispose() { } method MoveNext (line 3879) | public bool MoveNext() method Reset (line 3908) | public void Reset() method ValueWithKeySkip (line 3920) | public TValue ValueWithKeySkip(int key, int skip) method GetAndRemove (line 3950) | public TValue GetAndRemove(int key) method Remove (line 3964) | public bool Remove(int key) method Remove (line 3974) | public bool Remove(int key, TValue value) method Remove (line 3983) | public bool Remove(KeyValuePair item) method TryRemove (line 3994) | public bool TryRemove(int key, out TValue value) method TryRemove (line 4061) | public bool TryRemove(int key, TValue value) method KeysToArray (line 4122) | public int[] KeysToArray() method ValuesToArray (line 4132) | public TValue[] ValuesToArray() method ToArray (line 4142) | public KeyValuePair[] ToArray() method Clear (line 4152) | public void Clear() method CopyKeysTo (line 4165) | public void CopyKeysTo(int[] array, int index) method CopyValuesTo (line 4184) | public void CopyValuesTo(TValue[] array, int index) method CopyTo (line 4203) | public void CopyTo(KeyValuePair[] array, int index) method CopyTo (line 4223) | public void CopyTo(Array array, int index) method AsConcurrent (line 4236) | public ConcurrentIntDict AsConcurrent() method GetEnumerator (line 4245) | IEnumerator> IEnumerable parent) : ICollecti... method CopyTo (line 4273) | public void CopyTo(int[] array, int index) => parent.CopyKeysTo(arra... method Add (line 4279) | void ICollection.Add(int item) => throw new NotSupportedExcepti... method Clear (line 4281) | void ICollection.Clear() => throw new NotSupportedException(); method Contains (line 4283) | public bool Contains(int item) => parent.ContainsKey(item); method Remove (line 4285) | bool ICollection.Remove(int item) => throw new NotSupportedExce... method GetEnumerator (line 4287) | IEnumerator IEnumerable.GetEnumerator() => new Enumerator(... method GetEnumerator (line 4289) | IEnumerator IEnumerable.GetEnumerator() => ((IEnumerable)this).... method CopyTo (line 4291) | void ICollection.CopyTo(Array array, int index) class Enumerator (line 4301) | private class Enumerator(IntDict dictionary) : IEnumerator _inner.Dispose(); method MoveNext (line 4306) | public bool MoveNext() => _inner.MoveNext(); method Reset (line 4309) | void IEnumerator.Reset() => _inner.Reset(); class ValueCollection (line 4313) | private sealed class ValueCollection(IntDict parent) : ICollec... method CopyTo (line 4315) | public void CopyTo(TValue[] array, int index) => parent.CopyValuesTo... method Add (line 4321) | void ICollection.Add(TValue item) => throw new NotSupportedE... method Clear (line 4323) | void ICollection.Clear() => throw new NotSupportedException(); method Contains (line 4325) | public bool Contains(TValue item) => parent.ContainsValue(item); method Remove (line 4327) | bool ICollection.Remove(TValue item) => throw new NotSupport... method GetEnumerator (line 4329) | IEnumerator IEnumerable.GetEnumerator() => new Enume... method GetEnumerator (line 4331) | IEnumerator IEnumerable.GetEnumerator() => ((IEnumerable)thi... method CopyTo (line 4333) | void ICollection.CopyTo(Array array, int index) class Enumerator (line 4343) | private class Enumerator(IntDict dictionary) : IEnumerator _inner.Dispose(); method MoveNext (line 4348) | public bool MoveNext() => _inner.MoveNext(); method Reset (line 4351) | void IEnumerator.Reset() => _inner.Reset(); method GetEnumerator (line 4359) | public Enumerator GetEnumerator() { return new Enumerator(this); } type Enumerator (line 4361) | public struct Enumerator : IEnumerator> method Enumerator (line 4368) | public Enumerator(IntDict dict) method Dispose (line 4380) | public readonly void Dispose() { } method MoveNext (line 4382) | public bool MoveNext() method Reset (line 4411) | public void Reset() method ComputeIncreaseThreshold (line 4423) | private uint ComputeIncreaseThreshold(uint capacity) method ComputeDecreaseThreshold (line 4428) | private uint ComputeDecreaseThreshold(uint capacity) method AddSlotsToFreeList (line 4433) | private static int AddSlotsToFreeList( method IncreaseCapacity (line 4443) | private void IncreaseCapacity() method DecreaseCapacity (line 4448) | private void DecreaseCapacity() method Add (line 4458) | private static void Add( method Resize (line 4495) | private void Resize(uint newCapacity, uint oldCapacity) method ReportStats (line 4582) | private void ReportStats( class IntSet (line 4609) | public class IntSet method IntSet (line 4632) | public IntSet() method IntSet (line 4640) | public IntSet(int initialCapacity) method IntSet (line 4650) | public IntSet(IEnumerable items) method IntSet (line 4656) | private IntSet( method AddObject (line 4807) | public bool AddObject(object objkey) method Add (line 4812) | void ICollection.Add(int key) method Add (line 4821) | public bool Add(int key) method TryAdd (line 4871) | public bool TryAdd(int key) method AddRange (line 4920) | public void AddRange(IEnumerable keys) method Contains (line 4929) | public bool Contains(int key) method Remove (line 4950) | public bool Remove(int key) method TryRemove (line 4960) | public bool TryRemove(int key) method ToArray (line 5021) | public int[] ToArray() method Clear (line 5031) | public void Clear() method CopyTo (line 5044) | public void CopyTo(int[] array, int index) method CopyTo (line 5062) | public void CopyTo(Array array, int index) method AsConcurrent (line 5075) | public ConcurrentIntSet AsConcurrent() method GetEnumerator (line 5084) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 5095) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 5106) | public Enumerator GetEnumerator() { return new Enumerator(this); } type Enumerator (line 5108) | public struct Enumerator : IEnumerator method Enumerator (line 5115) | public Enumerator(IntSet dict) method Dispose (line 5127) | public readonly void Dispose() { } method MoveNext (line 5129) | public bool MoveNext() method Reset (line 5158) | public void Reset() method ComputeIncreaseThreshold (line 5170) | private uint ComputeIncreaseThreshold(uint capacity) method ComputeDecreaseThreshold (line 5175) | private uint ComputeDecreaseThreshold(uint capacity) method AddSlotsToFreeList (line 5180) | private static int AddSlotsToFreeList( method IncreaseCapacity (line 5190) | private void IncreaseCapacity() method DecreaseCapacity (line 5195) | private void DecreaseCapacity() method Add (line 5205) | private static void Add( method Resize (line 5242) | private void Resize(uint newCapacity, uint oldCapacity) method ReportStats (line 5329) | private void ReportStats( class SymbolDict (line 5357) | public class SymbolDict method SymbolDict (line 5384) | public SymbolDict(bool stackDuplicateKeys = false) method SymbolDict (line 5395) | public SymbolDict(int initialCapacity) method SymbolDict (line 5407) | public SymbolDict(int initialCapacity, bool stackDuplicateKeys) method SymbolDict (line 5419) | public SymbolDict(IEnumerable> items, method SymbolDict (line 5434) | public SymbolDict(IEnumerable> items, method SymbolDict (line 5442) | private SymbolDict( method AddObject (line 5749) | public void AddObject(object objkey, object objvalue) method Add (line 5758) | public void Add(Symbol key, TValue value) method TryAdd (line 5810) | public bool TryAdd(Symbol key, TValue value) method Add (line 5863) | public void Add(string key, TValue value) method Add (line 5872) | public void Add(KeyValuePair item) method Add (line 5880) | public void Add(KeyValuePair item) method AddRange (line 5888) | public void AddRange(IEnumerable> items) method Contains (line 5897) | public bool Contains(Symbol key) method ContainsKey (line 5918) | public bool ContainsKey(Symbol key) method Contains (line 5939) | public bool Contains(Symbol key, TValue value) method Contains (line 5962) | public bool Contains(KeyValuePair item) method ContainsValue (line 5970) | public bool ContainsValue(TValue value) method Get (line 5990) | public TValue Get(Symbol key) method GetOrCreate (line 6013) | public TValue GetOrCreate(Symbol key, Func creator) method AddCreated (line 6035) | TValue AddCreated(Symbol key, int hash, TValue value) method Get (line 6091) | public TValue Get(Symbol key, TValue defaultValue) method GetOrDefault (line 6113) | public TValue GetOrDefault(Symbol key) method TryGetValue (line 6122) | public bool TryGetValue(Symbol key, out TValue value) method ValuesWithKey (line 6151) | public IEnumerable ValuesWithKey(Symbol key) method GetValuesEnumerator (line 6172) | public ValueEnumerator GetValuesEnumerator() type ValueEnumerator (line 6177) | public struct ValueEnumerator : IEnumerator method ValueEnumerator (line 6181) | public ValueEnumerator(SymbolDict dict) method Dispose (line 6190) | public void Dispose() => m_inner.Dispose(); method MoveNext (line 6192) | public bool MoveNext() => m_inner.MoveNext(); method Reset (line 6194) | public void Reset() => m_inner.Reset(); method GetValuesWithKeyEnumerator (line 6204) | public ValuesWithKeyEnumerator GetValuesWithKeyEnumerator(Symbol key) type ValuesWithKeyEnumerator (line 6209) | public struct ValuesWithKeyEnumerator : IEnumerator method ValuesWithKeyEnumerator (line 6216) | public ValuesWithKeyEnumerator(SymbolDict dict, Symbol key) method Dispose (line 6228) | public readonly void Dispose() { } method MoveNext (line 6230) | public bool MoveNext() method Reset (line 6259) | public void Reset() method ValueWithKeySkip (line 6271) | public TValue ValueWithKeySkip(Symbol key, int skip) method GetAndRemove (line 6301) | public TValue GetAndRemove(Symbol key) method Remove (line 6315) | public bool Remove(Symbol key) method Remove (line 6325) | public bool Remove(Symbol key, TValue value) method Remove (line 6334) | public bool Remove(KeyValuePair item) method TryRemove (line 6345) | public bool TryRemove(Symbol key, out TValue value) method TryRemove (line 6412) | public bool TryRemove(Symbol key, TValue value) method KeysToArray (line 6473) | public Symbol[] KeysToArray() method ValuesToArray (line 6483) | public TValue[] ValuesToArray() method ToArray (line 6493) | public KeyValuePair[] ToArray() method Clear (line 6503) | public void Clear() method CopyKeysTo (line 6516) | public void CopyKeysTo(Symbol[] array, int index) method CopyValuesTo (line 6535) | public void CopyValuesTo(TValue[] array, int index) method CopyTo (line 6554) | public void CopyTo(KeyValuePair[] array, int index) method CopyTo (line 6574) | public void CopyTo(Array array, int index) method AsConcurrent (line 6587) | public ConcurrentSymbolDict AsConcurrent() method Add (line 6592) | public void Add(TypedSymbol key, TType value) method Contains (line 6598) | public bool Contains(TypedSymbol key) method ContainsKey (line 6604) | public bool ContainsKey(TypedSymbol key) method Get (line 6610) | public TType Get(TypedSymbol key) method Get (line 6616) | public TType Get(TypedSymbol key, TType defaultValue) method GetOrDefault (line 6624) | public TType GetOrDefault(TypedSymbol key) method Remove (line 6632) | public bool Remove(TypedSymbol key) method Set (line 6638) | public void Set(TypedSymbol key, TType value) method TryGetValue (line 6644) | public bool TryGetValue(TypedSymbol key, out TType value) method GetAs (line 6653) | public TType GetAs(Symbol key) method GetAs (line 6659) | public TType GetAs(Symbol key, TType defaultValue) method GetAsOrDefault (line 6667) | public TType GetAsOrDefault(Symbol key) method GetEnumerator (line 6679) | IEnumerator> IEnumerable parent) : IColle... method CopyTo (line 6707) | public void CopyTo(Symbol[] array, int index) => parent.CopyKeysTo(a... method Add (line 6713) | void ICollection.Add(Symbol item) => throw new NotSupportedE... method Clear (line 6715) | void ICollection.Clear() => throw new NotSupportedException(); method Contains (line 6717) | public bool Contains(Symbol item) => parent.ContainsKey(item); method Remove (line 6719) | bool ICollection.Remove(Symbol item) => throw new NotSupport... method GetEnumerator (line 6721) | IEnumerator IEnumerable.GetEnumerator() => new Enume... method GetEnumerator (line 6723) | IEnumerator IEnumerable.GetEnumerator() => ((IEnumerable)thi... method CopyTo (line 6725) | void ICollection.CopyTo(Array array, int index) class Enumerator (line 6735) | private class Enumerator(SymbolDict dictionary) : IEnumerato... method Dispose (line 6739) | public void Dispose() => _inner.Dispose(); method MoveNext (line 6740) | public bool MoveNext() => _inner.MoveNext(); method Reset (line 6743) | void IEnumerator.Reset() => _inner.Reset(); class ValueCollection (line 6747) | private sealed class ValueCollection(SymbolDict parent) : ICol... method CopyTo (line 6749) | public void CopyTo(TValue[] array, int index) => parent.CopyValuesTo... method Add (line 6755) | void ICollection.Add(TValue item) => throw new NotSupportedE... method Clear (line 6757) | void ICollection.Clear() => throw new NotSupportedException(); method Contains (line 6759) | public bool Contains(TValue item) => parent.ContainsValue(item); method Remove (line 6761) | bool ICollection.Remove(TValue item) => throw new NotSupport... method GetEnumerator (line 6763) | IEnumerator IEnumerable.GetEnumerator() => new Enume... method GetEnumerator (line 6765) | IEnumerator IEnumerable.GetEnumerator() => ((IEnumerable)thi... method CopyTo (line 6767) | void ICollection.CopyTo(Array array, int index) class Enumerator (line 6777) | private class Enumerator(SymbolDict dictionary) : IEnumerato... method Dispose (line 6781) | public void Dispose() => _inner.Dispose(); method MoveNext (line 6782) | public bool MoveNext() => _inner.MoveNext(); method Reset (line 6785) | void IEnumerator.Reset() => _inner.Reset(); method GetEnumerator (line 6793) | public Enumerator GetEnumerator() { return new Enumerator(this); } type Enumerator (line 6795) | public struct Enumerator : IEnumerator> method Enumerator (line 6802) | public Enumerator(SymbolDict dict) method Dispose (line 6814) | public readonly void Dispose() { } method MoveNext (line 6816) | public bool MoveNext() method Reset (line 6845) | public void Reset() method ComputeIncreaseThreshold (line 6857) | private uint ComputeIncreaseThreshold(uint capacity) method ComputeDecreaseThreshold (line 6862) | private uint ComputeDecreaseThreshold(uint capacity) method AddSlotsToFreeList (line 6867) | private static int AddSlotsToFreeList( method IncreaseCapacity (line 6877) | private void IncreaseCapacity() method DecreaseCapacity (line 6882) | private void DecreaseCapacity() method Add (line 6892) | private static void Add( method Resize (line 6929) | private void Resize(uint newCapacity, uint oldCapacity) method ReportStats (line 7016) | private void ReportStats( class SymbolSet (line 7043) | public class SymbolSet method SymbolSet (line 7066) | public SymbolSet() method SymbolSet (line 7074) | public SymbolSet(int initialCapacity) method SymbolSet (line 7084) | public SymbolSet(IEnumerable items) method SymbolSet (line 7095) | public SymbolSet(IEnumerable items) method SymbolSet (line 7101) | private SymbolSet( method AddObject (line 7252) | public bool AddObject(object objkey) method Add (line 7257) | void ICollection.Add(Symbol key) method Add (line 7266) | public bool Add(Symbol key) method TryAdd (line 7316) | public bool TryAdd(Symbol key) method Add (line 7366) | public void Add(string key) method AddRange (line 7374) | public void AddRange(IEnumerable keys) method Contains (line 7383) | public bool Contains(Symbol key) method Remove (line 7404) | public bool Remove(Symbol key) method TryRemove (line 7414) | public bool TryRemove(Symbol key) method ToArray (line 7475) | public Symbol[] ToArray() method Clear (line 7485) | public void Clear() method CopyTo (line 7498) | public void CopyTo(Symbol[] array, int index) method CopyTo (line 7516) | public void CopyTo(Array array, int index) method AsConcurrent (line 7529) | public ConcurrentSymbolSet AsConcurrent() method GetEnumerator (line 7538) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 7549) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 7560) | public Enumerator GetEnumerator() { return new Enumerator(this); } type Enumerator (line 7562) | public struct Enumerator : IEnumerator method Enumerator (line 7569) | public Enumerator(SymbolSet dict) method Dispose (line 7581) | public readonly void Dispose() { } method MoveNext (line 7583) | public bool MoveNext() method Reset (line 7612) | public void Reset() method ComputeIncreaseThreshold (line 7624) | private uint ComputeIncreaseThreshold(uint capacity) method ComputeDecreaseThreshold (line 7629) | private uint ComputeDecreaseThreshold(uint capacity) method AddSlotsToFreeList (line 7634) | private static int AddSlotsToFreeList( method IncreaseCapacity (line 7644) | private void IncreaseCapacity() method DecreaseCapacity (line 7649) | private void DecreaseCapacity() method Add (line 7659) | private static void Add( method Resize (line 7696) | private void Resize(uint newCapacity, uint oldCapacity) method ReportStats (line 7783) | private void ReportStats( class BigDict (line 7811) | public class BigDict method BigDict (line 7837) | public BigDict(Func hfun, bool stackDuplicateKeys = false) method BigDict (line 7848) | public BigDict(Func hfun, long initialCapacity) method BigDict (line 7860) | public BigDict(Func hfun, long initialCapacity, bool stack... method BigDict (line 7872) | public BigDict(Func hfun, IEnumerable item) method AddRange (line 8423) | public void AddRange(IEnumerable> items) method Contains (line 8432) | public bool Contains(TKey key) method Contains (line 8455) | public bool Contains(TKey key, long hash) method ContainsKey (line 8477) | public bool ContainsKey(TKey key) method ContainsKey (line 8500) | public bool ContainsKey(TKey key, long hash) method Contains (line 8522) | public bool Contains(TKey key, TValue value) method Contains (line 8547) | public bool Contains(TKey key, long hash, TValue value) method Contains (line 8571) | public bool Contains(KeyValuePair item) method ContainsValue (line 8579) | public bool ContainsValue(TValue value) method Get (line 8599) | public TValue Get(TKey key) method GetOrCreate (line 8624) | public TValue GetOrCreate(TKey key, Func creator) method AddCreated (line 8648) | TValue AddCreated(TKey key, long hash, TValue value) method Get (line 8708) | public TValue Get(TKey key, TValue defaultValue) method Get (line 8732) | public TValue Get(TKey key, long hash) method GetOrCreate (line 8756) | public TValue GetOrCreate(TKey key, long hash, Func crea... method Get (line 8783) | public TValue Get(TKey key, long hash, TValue defaultValue) method GetOrDefault (line 8806) | public TValue GetOrDefault(TKey key) method TryGetValue (line 8815) | public bool TryGetValue(TKey key, out TValue value) method TryGetValue (line 8845) | public bool TryGetValue(TKey key, long hash, out TValue value) method ValuesWithKey (line 8875) | public IEnumerable ValuesWithKey(TKey key) method GetValuesEnumerator (line 8898) | public ValueEnumerator GetValuesEnumerator() type ValueEnumerator (line 8903) | public struct ValueEnumerator : IEnumerator method ValueEnumerator (line 8907) | public ValueEnumerator(BigDict dict) method Dispose (line 8916) | public void Dispose() => m_inner.Dispose(); method MoveNext (line 8918) | public bool MoveNext() => m_inner.MoveNext(); method Reset (line 8920) | public void Reset() => m_inner.Reset(); method GetValuesWithKeyEnumerator (line 8930) | public ValuesWithKeyEnumerator GetValuesWithKeyEnumerator(TKey key) type ValuesWithKeyEnumerator (line 8935) | public struct ValuesWithKeyEnumerator : IEnumerator method ValuesWithKeyEnumerator (line 8943) | public ValuesWithKeyEnumerator(BigDict dict, TKey key) method Dispose (line 8956) | public readonly void Dispose() { } method MoveNext (line 8958) | public bool MoveNext() method Reset (line 8989) | public void Reset() method ValueWithKeySkip (line 9001) | public TValue ValueWithKeySkip(TKey key, long skip) method GetAndRemove (line 9033) | public TValue GetAndRemove(TKey key) method Remove (line 9047) | public bool Remove(TKey key) method Remove (line 9059) | public bool Remove(TKey key, long hash) method Remove (line 9069) | public bool Remove(TKey key, TValue value) method Remove (line 9078) | public bool Remove(TKey key, long hash, TValue value) method Remove (line 9087) | public bool Remove(KeyValuePair item) method TryRemove (line 9098) | public bool TryRemove(TKey key, out TValue value) method TryRemove (line 9169) | public bool TryRemove(TKey key, long hash, out TValue value) method TryRemove (line 9238) | public bool TryRemove(TKey key, TValue value) method TryRemove (line 9304) | public bool TryRemove(TKey key, long hash, TValue value) method KeysToArray (line 9367) | public TKey[] KeysToArray() method ValuesToArray (line 9377) | public TValue[] ValuesToArray() method ToArray (line 9387) | public KeyValuePair[] ToArray() method Clear (line 9397) | public void Clear() method CopyKeysTo (line 9410) | public void CopyKeysTo(TKey[] array, long index) method CopyValuesTo (line 9429) | public void CopyValuesTo(TValue[] array, long index) method CopyTo (line 9448) | public void CopyTo(KeyValuePair[] array, long index) method CopyTo (line 9468) | public void CopyTo(Array array, int index) method AsConcurrent (line 9481) | public ConcurrentBigDict AsConcurrent() method GetEnumerator (line 9490) | IEnumerator> IEnumerable> method Enumerator (line 9521) | public Enumerator(BigDict dict) method Dispose (line 9533) | public readonly void Dispose() { } method MoveNext (line 9535) | public bool MoveNext() method Reset (line 9564) | public void Reset() method ComputeIncreaseThreshold (line 9576) | private ulong ComputeIncreaseThreshold(ulong capacity) method ComputeDecreaseThreshold (line 9581) | private ulong ComputeDecreaseThreshold(ulong capacity) method AddSlotsToFreeList (line 9586) | private static long AddSlotsToFreeList( method IncreaseCapacity (line 9596) | private void IncreaseCapacity() method DecreaseCapacity (line 9601) | private void DecreaseCapacity() method Add (line 9611) | private static void Add( method Resize (line 9648) | private void Resize(ulong newCapacity, ulong oldCapacity) method ReportStats (line 9735) | private void ReportStats( class BigDictSet (line 9762) | public class BigDictSet method BigDictSet (line 9785) | public BigDictSet(Func hfun) method BigDictSet (line 9793) | public BigDictSet(Func hfun, long initialCapacity) method BigDictSet (line 9803) | public BigDictSet(Func hfun, IEnumerable items) method BigDictSet (line 9809) | private BigDictSet( method AddObject (line 9950) | public bool AddObject(object objkey) method Add (line 9959) | public bool Add(TKey key) method Add (line 10013) | public bool Add(TKey key, long hash) method TryAdd (line 10066) | public bool TryAdd(TKey key) method TryAdd (line 10120) | public bool TryAdd(TKey key, long hash) method AddRange (line 10172) | public void AddRange(IEnumerable keys) method Contains (line 10181) | public bool Contains(TKey key) method Contains (line 10204) | public bool Contains(TKey key, long hash) method Remove (line 10226) | public bool Remove(TKey key) method Remove (line 10235) | public bool Remove(TKey key, long hash) method TryRemove (line 10245) | public bool TryRemove(TKey key) method TryRemove (line 10311) | public bool TryRemove(TKey key, long hash) method ToArray (line 10374) | public TKey[] ToArray() method Clear (line 10384) | public void Clear() method CopyTo (line 10397) | public void CopyTo(TKey[] array, long index) method CopyTo (line 10415) | public void CopyTo(Array array, int index) method AsConcurrent (line 10428) | public ConcurrentBigDictSet AsConcurrent() method GetEnumerator (line 10437) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 10448) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 10459) | public Enumerator GetEnumerator() { return new Enumerator(this); } type Enumerator (line 10461) | public struct Enumerator : IEnumerator method Enumerator (line 10468) | public Enumerator(BigDictSet dict) method Dispose (line 10480) | public readonly void Dispose() { } method MoveNext (line 10482) | public bool MoveNext() method Reset (line 10511) | public void Reset() method ComputeIncreaseThreshold (line 10523) | private ulong ComputeIncreaseThreshold(ulong capacity) method ComputeDecreaseThreshold (line 10528) | private ulong ComputeDecreaseThreshold(ulong capacity) method AddSlotsToFreeList (line 10533) | private static long AddSlotsToFreeList( method IncreaseCapacity (line 10543) | private void IncreaseCapacity() method DecreaseCapacity (line 10548) | private void DecreaseCapacity() method Add (line 10558) | private static void Add( method Resize (line 10595) | private void Resize(ulong newCapacity, ulong oldCapacity) method ReportStats (line 10682) | private void ReportStats( class LongDict (line 10710) | public class LongDict method LongDict (line 10735) | public LongDict(bool stackDuplicateKeys = false) method LongDict (line 10746) | public LongDict(long initialCapacity) method LongDict (line 10758) | public LongDict(long initialCapacity, bool stackDuplicateKeys) method LongDict (line 10770) | public LongDict(IEnumerable> items, method LongDict (line 10778) | private LongDict( method AddObject (line 11074) | public void AddObject(object objkey, object objvalue) method Add (line 11083) | public void Add(long key, TValue value) method TryAdd (line 11135) | public bool TryAdd(long key, TValue value) method Add (line 11187) | public void Add(KeyValuePair item) method AddRange (line 11195) | public void AddRange(IEnumerable> items) method Contains (line 11204) | public bool Contains(long key) method ContainsKey (line 11225) | public bool ContainsKey(long key) method Contains (line 11246) | public bool Contains(long key, TValue value) method Contains (line 11269) | public bool Contains(KeyValuePair item) method ContainsValue (line 11277) | public bool ContainsValue(TValue value) method Get (line 11297) | public TValue Get(long key) method GetOrCreate (line 11320) | public TValue GetOrCreate(long key, Func creator) method AddCreated (line 11342) | TValue AddCreated(long key, long hash, TValue value) method Get (line 11398) | public TValue Get(long key, TValue defaultValue) method GetOrDefault (line 11420) | public TValue GetOrDefault(long key) method TryGetValue (line 11429) | public bool TryGetValue(long key, out TValue value) method ValuesWithKey (line 11458) | public IEnumerable ValuesWithKey(long key) method GetValuesEnumerator (line 11479) | public ValueEnumerator GetValuesEnumerator() type ValueEnumerator (line 11484) | public struct ValueEnumerator : IEnumerator method ValueEnumerator (line 11488) | public ValueEnumerator(LongDict dict) method Dispose (line 11497) | public void Dispose() => m_inner.Dispose(); method MoveNext (line 11499) | public bool MoveNext() => m_inner.MoveNext(); method Reset (line 11501) | public void Reset() => m_inner.Reset(); method GetValuesWithKeyEnumerator (line 11511) | public ValuesWithKeyEnumerator GetValuesWithKeyEnumerator(long key) type ValuesWithKeyEnumerator (line 11516) | public struct ValuesWithKeyEnumerator : IEnumerator method ValuesWithKeyEnumerator (line 11523) | public ValuesWithKeyEnumerator(LongDict dict, long key) method Dispose (line 11535) | public readonly void Dispose() { } method MoveNext (line 11537) | public bool MoveNext() method Reset (line 11566) | public void Reset() method ValueWithKeySkip (line 11578) | public TValue ValueWithKeySkip(long key, long skip) method GetAndRemove (line 11608) | public TValue GetAndRemove(long key) method Remove (line 11622) | public bool Remove(long key) method Remove (line 11632) | public bool Remove(long key, TValue value) method Remove (line 11641) | public bool Remove(KeyValuePair item) method TryRemove (line 11652) | public bool TryRemove(long key, out TValue value) method TryRemove (line 11719) | public bool TryRemove(long key, TValue value) method KeysToArray (line 11780) | public long[] KeysToArray() method ValuesToArray (line 11790) | public TValue[] ValuesToArray() method ToArray (line 11800) | public KeyValuePair[] ToArray() method Clear (line 11810) | public void Clear() method CopyKeysTo (line 11823) | public void CopyKeysTo(long[] array, long index) method CopyValuesTo (line 11842) | public void CopyValuesTo(TValue[] array, long index) method CopyTo (line 11861) | public void CopyTo(KeyValuePair[] array, long index) method CopyTo (line 11881) | public void CopyTo(Array array, int index) method AsConcurrent (line 11894) | public ConcurrentLongDict AsConcurrent() method GetEnumerator (line 11903) | IEnumerator> IEnumerable> method Enumerator (line 11934) | public Enumerator(LongDict dict) method Dispose (line 11946) | public readonly void Dispose() { } method MoveNext (line 11948) | public bool MoveNext() method Reset (line 11977) | public void Reset() method ComputeIncreaseThreshold (line 11989) | private ulong ComputeIncreaseThreshold(ulong capacity) method ComputeDecreaseThreshold (line 11994) | private ulong ComputeDecreaseThreshold(ulong capacity) method AddSlotsToFreeList (line 11999) | private static long AddSlotsToFreeList( method IncreaseCapacity (line 12009) | private void IncreaseCapacity() method DecreaseCapacity (line 12014) | private void DecreaseCapacity() method Add (line 12024) | private static void Add( method Resize (line 12061) | private void Resize(ulong newCapacity, ulong oldCapacity) method ReportStats (line 12148) | private void ReportStats( class LongSet (line 12175) | public class LongSet method LongSet (line 12197) | public LongSet() method LongSet (line 12205) | public LongSet(long initialCapacity) method LongSet (line 12215) | public LongSet(IEnumerable items) method LongSet (line 12221) | private LongSet( method AddObject (line 12361) | public bool AddObject(object objkey) method Add (line 12370) | public bool Add(long key) method TryAdd (line 12420) | public bool TryAdd(long key) method AddRange (line 12469) | public void AddRange(IEnumerable keys) method Contains (line 12478) | public bool Contains(long key) method Remove (line 12499) | public bool Remove(long key) method TryRemove (line 12509) | public bool TryRemove(long key) method ToArray (line 12570) | public long[] ToArray() method Clear (line 12580) | public void Clear() method CopyTo (line 12593) | public void CopyTo(long[] array, long index) method CopyTo (line 12611) | public void CopyTo(Array array, int index) method AsConcurrent (line 12624) | public ConcurrentLongSet AsConcurrent() method GetEnumerator (line 12633) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 12644) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 12655) | public Enumerator GetEnumerator() { return new Enumerator(this); } type Enumerator (line 12657) | public struct Enumerator : IEnumerator method Enumerator (line 12664) | public Enumerator(LongSet dict) method Dispose (line 12676) | public readonly void Dispose() { } method MoveNext (line 12678) | public bool MoveNext() method Reset (line 12707) | public void Reset() method ComputeIncreaseThreshold (line 12719) | private ulong ComputeIncreaseThreshold(ulong capacity) method ComputeDecreaseThreshold (line 12724) | private ulong ComputeDecreaseThreshold(ulong capacity) method AddSlotsToFreeList (line 12729) | private static long AddSlotsToFreeList( method IncreaseCapacity (line 12739) | private void IncreaseCapacity() method DecreaseCapacity (line 12744) | private void DecreaseCapacity() method Add (line 12754) | private static void Add( method Resize (line 12791) | private void Resize(ulong newCapacity, ulong oldCapacity) method ReportStats (line 12878) | private void ReportStats( class ConcurrentDict (line 12906) | public class ConcurrentDict method ConcurrentDict (line 12916) | public ConcurrentDict(Dict dict) method AddObject (line 13004) | public void AddObject(object objkey, object objvalue) method Add (line 13013) | public void Add(TKey key, TValue value) method Add (line 13026) | public void Add(TKey key, int hash, TValue value) method TryAdd (line 13039) | public bool TryAdd(TKey key, TValue value) method TryAdd (line 13052) | public bool TryAdd(TKey key, int hash, TValue value) method Add (line 13064) | public void Add(KeyValuePair item) method AddRange (line 13076) | public void AddRange(IEnumerable> items) method Contains (line 13085) | public bool Contains(TKey key) method Contains (line 13094) | public bool Contains(TKey key, int hash) method ContainsKey (line 13103) | public bool ContainsKey(TKey key) method ContainsKey (line 13112) | public bool ContainsKey(TKey key, int hash) method Contains (line 13121) | public bool Contains(TKey key, TValue value) method Contains (line 13130) | public bool Contains(TKey key, int hash, TValue value) method Contains (line 13139) | public bool Contains(KeyValuePair item) method ContainsValue (line 13151) | public bool ContainsValue(TValue value) method Get (line 13162) | public TValue Get(TKey key) method GetOrCreate (line 13176) | public TValue GetOrCreate(TKey key, Func creator) method Get (line 13189) | public TValue Get(TKey key, TValue defaultValue) method Get (line 13202) | public TValue Get(TKey key, int hash) method GetOrCreate (line 13216) | public TValue GetOrCreate(TKey key, int hash, Func creator) method Get (line 13229) | public TValue Get(TKey key, int hash, TValue defaultValue) method GetOrDefault (line 13242) | public TValue GetOrDefault(TKey key) method TryGetValue (line 13251) | public bool TryGetValue(TKey key, out TValue value) method TryGetValue (line 13264) | public bool TryGetValue(TKey key, int hash, out TValue value) method ValueWithKeySkip (line 13278) | public TValue ValueWithKeySkip(TKey key, int skip) method GetAndRemove (line 13293) | public TValue GetAndRemove(TKey key) method Remove (line 13308) | public bool Remove(TKey key) method Remove (line 13324) | public bool Remove(TKey key, int hash) method Remove (line 13338) | public bool Remove(TKey key, TValue value) method Remove (line 13351) | public bool Remove(TKey key, int hash, TValue value) method Remove (line 13364) | public bool Remove(KeyValuePair item) method TryRemove (line 13379) | public bool TryRemove(TKey key, out TValue value) method TryRemove (line 13394) | public bool TryRemove(TKey key, int hash, out TValue value) method TryRemove (line 13408) | public bool TryRemove(TKey key, TValue value) method TryRemove (line 13422) | public bool TryRemove(TKey key, int hash, TValue value) method KeysToArray (line 13436) | public TKey[] KeysToArray() method ValuesToArray (line 13446) | public TValue[] ValuesToArray() method ToArray (line 13456) | public KeyValuePair[] ToArray() method Clear (line 13464) | public void Clear() method CopyKeysTo (line 13475) | public void CopyKeysTo(TKey[] array, int index) method CopyValuesTo (line 13490) | public void CopyValuesTo(TValue[] array, int index) method CopyTo (line 13505) | public void CopyTo(KeyValuePair[] array, int index) class ConcurrentDictSet (line 13522) | public class ConcurrentDictSet method ConcurrentDictSet (line 13532) | public ConcurrentDictSet(DictSet dict) method AddObject (line 13598) | public bool AddObject(object objkey) method Add (line 13607) | public bool Add(TKey key) method Add (line 13620) | public bool Add(TKey key, int hash) method TryAdd (line 13633) | public bool TryAdd(TKey key) method TryAdd (line 13646) | public bool TryAdd(TKey key, int hash) method AddRange (line 13658) | public void AddRange(IEnumerable keys) method Contains (line 13667) | public bool Contains(TKey key) method Contains (line 13676) | public bool Contains(TKey key, int hash) method Remove (line 13685) | public bool Remove(TKey key) method Remove (line 13698) | public bool Remove(TKey key, int hash) method TryRemove (line 13712) | public bool TryRemove(TKey key) method TryRemove (line 13726) | public bool TryRemove(TKey key, int hash) method ToArray (line 13740) | public TKey[] ToArray() method Clear (line 13748) | public void Clear() method CopyTo (line 13759) | public void CopyTo(TKey[] array, int index) class ConcurrentIntDict (line 13781) | public class ConcurrentIntDict method ConcurrentIntDict (line 13791) | public ConcurrentIntDict(IntDict dict) method AddObject (line 13879) | public void AddObject(object objkey, object objvalue) method Add (line 13888) | public void Add(int key, TValue value) method TryAdd (line 13901) | public bool TryAdd(int key, TValue value) method Add (line 13913) | public void Add(KeyValuePair item) method AddRange (line 13925) | public void AddRange(IEnumerable> items) method Contains (line 13934) | public bool Contains(int key) method ContainsKey (line 13943) | public bool ContainsKey(int key) method Contains (line 13952) | public bool Contains(int key, TValue value) method Contains (line 13961) | public bool Contains(KeyValuePair item) method ContainsValue (line 13973) | public bool ContainsValue(TValue value) method Get (line 13984) | public TValue Get(int key) method GetOrCreate (line 13998) | public TValue GetOrCreate(int key, Func creator) method Get (line 14011) | public TValue Get(int key, TValue defaultValue) method GetOrDefault (line 14024) | public TValue GetOrDefault(int key) method TryGetValue (line 14033) | public bool TryGetValue(int key, out TValue value) method ValueWithKeySkip (line 14047) | public TValue ValueWithKeySkip(int key, int skip) method GetAndRemove (line 14062) | public TValue GetAndRemove(int key) method Remove (line 14077) | public bool Remove(int key) method Remove (line 14091) | public bool Remove(int key, TValue value) method Remove (line 14104) | public bool Remove(KeyValuePair item) method TryRemove (line 14119) | public bool TryRemove(int key, out TValue value) method TryRemove (line 14133) | public bool TryRemove(int key, TValue value) method KeysToArray (line 14147) | public int[] KeysToArray() method ValuesToArray (line 14157) | public TValue[] ValuesToArray() method ToArray (line 14167) | public KeyValuePair[] ToArray() method Clear (line 14175) | public void Clear() method CopyKeysTo (line 14186) | public void CopyKeysTo(int[] array, int index) method CopyValuesTo (line 14201) | public void CopyValuesTo(TValue[] array, int index) method CopyTo (line 14216) | public void CopyTo(KeyValuePair[] array, int index) class ConcurrentIntSet (line 14233) | public class ConcurrentIntSet method ConcurrentIntSet (line 14243) | public ConcurrentIntSet(IntSet dict) method AddObject (line 14309) | public bool AddObject(object objkey) method Add (line 14318) | public bool Add(int key) method TryAdd (line 14331) | public bool TryAdd(int key) method AddRange (line 14343) | public void AddRange(IEnumerable keys) method Contains (line 14352) | public bool Contains(int key) method Remove (line 14361) | public bool Remove(int key) method TryRemove (line 14375) | public bool TryRemove(int key) method ToArray (line 14389) | public int[] ToArray() method Clear (line 14397) | public void Clear() method CopyTo (line 14408) | public void CopyTo(int[] array, int index) class ConcurrentSymbolDict (line 14430) | public class ConcurrentSymbolDict method ConcurrentSymbolDict (line 14440) | public ConcurrentSymbolDict(SymbolDict dict) method AddObject (line 14528) | public void AddObject(object objkey, object objvalue) method Add (line 14537) | public void Add(Symbol key, TValue value) method TryAdd (line 14550) | public bool TryAdd(Symbol key, TValue value) method Add (line 14563) | public void Add(string key, TValue value) method Add (line 14576) | public void Add(KeyValuePair item) method Add (line 14588) | public void Add(KeyValuePair item) method AddRange (line 14600) | public void AddRange(IEnumerable> items) method Contains (line 14609) | public bool Contains(Symbol key) method ContainsKey (line 14618) | public bool ContainsKey(Symbol key) method Contains (line 14627) | public bool Contains(Symbol key, TValue value) method Contains (line 14636) | public bool Contains(KeyValuePair item) method ContainsValue (line 14648) | public bool ContainsValue(TValue value) method Get (line 14659) | public TValue Get(Symbol key) method GetOrCreate (line 14673) | public TValue GetOrCreate(Symbol key, Func creator) method Get (line 14686) | public TValue Get(Symbol key, TValue defaultValue) method GetOrDefault (line 14699) | public TValue GetOrDefault(Symbol key) method TryGetValue (line 14708) | public bool TryGetValue(Symbol key, out TValue value) method ValueWithKeySkip (line 14722) | public TValue ValueWithKeySkip(Symbol key, int skip) method GetAndRemove (line 14737) | public TValue GetAndRemove(Symbol key) method Remove (line 14752) | public bool Remove(Symbol key) method Remove (line 14766) | public bool Remove(Symbol key, TValue value) method Remove (line 14779) | public bool Remove(KeyValuePair item) method TryRemove (line 14794) | public bool TryRemove(Symbol key, out TValue value) method TryRemove (line 14808) | public bool TryRemove(Symbol key, TValue value) method KeysToArray (line 14822) | public Symbol[] KeysToArray() method ValuesToArray (line 14832) | public TValue[] ValuesToArray() method ToArray (line 14842) | public KeyValuePair[] ToArray() method Clear (line 14850) | public void Clear() method CopyKeysTo (line 14861) | public void CopyKeysTo(Symbol[] array, int index) method CopyValuesTo (line 14876) | public void CopyValuesTo(TValue[] array, int index) method CopyTo (line 14891) | public void CopyTo(KeyValuePair[] array, int index) method Add (line 14896) | public void Add(TypedSymbol key, TType value) method Contains (line 14902) | public bool Contains(TypedSymbol key) method ContainsKey (line 14908) | public bool ContainsKey(TypedSymbol key) method Get (line 14914) | public TType Get(TypedSymbol key) method Get (line 14920) | public TType Get(TypedSymbol key, TType defaultValue) method GetOrDefault (line 14928) | public TType GetOrDefault(TypedSymbol key) method Remove (line 14936) | public bool Remove(TypedSymbol key) method Set (line 14942) | public void Set(TypedSymbol key, TType value) method TryGetValue (line 14948) | public bool TryGetValue(TypedSymbol key, out TType value) method GetAs (line 14957) | public TType GetAs(Symbol key) method GetAs (line 14963) | public TType GetAs(Symbol key, TType defaultValue) method GetAsOrDefault (line 14971) | public TType GetAsOrDefault(Symbol key) class ConcurrentSymbolSet (line 14991) | public class ConcurrentSymbolSet method ConcurrentSymbolSet (line 15001) | public ConcurrentSymbolSet(SymbolSet dict) method AddObject (line 15067) | public bool AddObject(object objkey) method Add (line 15076) | public bool Add(Symbol key) method TryAdd (line 15089) | public bool TryAdd(Symbol key) method Add (line 15102) | public void Add(string key) method AddRange (line 15114) | public void AddRange(IEnumerable keys) method Contains (line 15123) | public bool Contains(Symbol key) method Remove (line 15132) | public bool Remove(Symbol key) method TryRemove (line 15146) | public bool TryRemove(Symbol key) method ToArray (line 15160) | public Symbol[] ToArray() method Clear (line 15168) | public void Clear() method CopyTo (line 15179) | public void CopyTo(Symbol[] array, int index) class ConcurrentBigDict (line 15201) | public class ConcurrentBigDict method ConcurrentBigDict (line 15211) | public ConcurrentBigDict(BigDict dict) method AddObject (line 15288) | public void AddObject(object objkey, object objvalue) method Add (line 15297) | public void Add(TKey key, TValue value) method Add (line 15310) | public void Add(TKey key, long hash, TValue value) method TryAdd (line 15323) | public bool TryAdd(TKey key, TValue value) method TryAdd (line 15336) | public bool TryAdd(TKey key, long hash, TValue value) method Add (line 15348) | public void Add(KeyValuePair item) method AddRange (line 15360) | public void AddRange(IEnumerable> items) method Contains (line 15369) | public bool Contains(TKey key) method Contains (line 15378) | public bool Contains(TKey key, long hash) method ContainsKey (line 15387) | public bool ContainsKey(TKey key) method ContainsKey (line 15396) | public bool ContainsKey(TKey key, long hash) method Contains (line 15405) | public bool Contains(TKey key, TValue value) method Contains (line 15414) | public bool Contains(TKey key, long hash, TValue value) method Contains (line 15423) | public bool Contains(KeyValuePair item) method ContainsValue (line 15435) | public bool ContainsValue(TValue value) method Get (line 15446) | public TValue Get(TKey key) method GetOrCreate (line 15460) | public TValue GetOrCreate(TKey key, Func creator) method Get (line 15473) | public TValue Get(TKey key, TValue defaultValue) method Get (line 15486) | public TValue Get(TKey key, long hash) method GetOrCreate (line 15500) | public TValue GetOrCreate(TKey key, long hash, Func crea... method Get (line 15513) | public TValue Get(TKey key, long hash, TValue defaultValue) method GetOrDefault (line 15526) | public TValue GetOrDefault(TKey key) method TryGetValue (line 15535) | public bool TryGetValue(TKey key, out TValue value) method TryGetValue (line 15548) | public bool TryGetValue(TKey key, long hash, out TValue value) method ValueWithKeySkip (line 15562) | public TValue ValueWithKeySkip(TKey key, long skip) method GetAndRemove (line 15577) | public TValue GetAndRemove(TKey key) method Remove (line 15592) | public bool Remove(TKey key) method Remove (line 15608) | public bool Remove(TKey key, long hash) method Remove (line 15622) | public bool Remove(TKey key, TValue value) method Remove (line 15635) | public bool Remove(TKey key, long hash, TValue value) method Remove (line 15648) | public bool Remove(KeyValuePair item) method TryRemove (line 15663) | public bool TryRemove(TKey key, out TValue value) method TryRemove (line 15678) | public bool TryRemove(TKey key, long hash, out TValue value) method TryRemove (line 15692) | public bool TryRemove(TKey key, TValue value) method TryRemove (line 15706) | public bool TryRemove(TKey key, long hash, TValue value) method KeysToArray (line 15720) | public TKey[] KeysToArray() method ValuesToArray (line 15730) | public TValue[] ValuesToArray() method ToArray (line 15740) | public KeyValuePair[] ToArray() method Clear (line 15748) | public void Clear() method CopyKeysTo (line 15759) | public void CopyKeysTo(TKey[] array, long index) method CopyValuesTo (line 15774) | public void CopyValuesTo(TValue[] array, long index) method CopyTo (line 15789) | public void CopyTo(KeyValuePair[] array, long index) class ConcurrentBigDictSet (line 15806) | public class ConcurrentBigDictSet method ConcurrentBigDictSet (line 15816) | public ConcurrentBigDictSet(BigDictSet dict) method AddObject (line 15871) | public bool AddObject(object objkey) method Add (line 15880) | public bool Add(TKey key) method Add (line 15893) | public bool Add(TKey key, long hash) method TryAdd (line 15906) | public bool TryAdd(TKey key) method TryAdd (line 15919) | public bool TryAdd(TKey key, long hash) method AddRange (line 15931) | public void AddRange(IEnumerable keys) method Contains (line 15940) | public bool Contains(TKey key) method Contains (line 15949) | public bool Contains(TKey key, long hash) method Remove (line 15958) | public bool Remove(TKey key) method Remove (line 15971) | public bool Remove(TKey key, long hash) method TryRemove (line 15985) | public bool TryRemove(TKey key) method TryRemove (line 15999) | public bool TryRemove(TKey key, long hash) method ToArray (line 16013) | public TKey[] ToArray() method Clear (line 16021) | public void Clear() method CopyTo (line 16032) | public void CopyTo(TKey[] array, long index) class ConcurrentLongDict (line 16054) | public class ConcurrentLongDict method ConcurrentLongDict (line 16064) | public ConcurrentLongDict(LongDict dict) method AddObject (line 16141) | public void AddObject(object objkey, object objvalue) method Add (line 16150) | public void Add(long key, TValue value) method TryAdd (line 16163) | public bool TryAdd(long key, TValue value) method Add (line 16175) | public void Add(KeyValuePair item) method AddRange (line 16187) | public void AddRange(IEnumerable> items) method Contains (line 16196) | public bool Contains(long key) method ContainsKey (line 16205) | public bool ContainsKey(long key) method Contains (line 16214) | public bool Contains(long key, TValue value) method Contains (line 16223) | public bool Contains(KeyValuePair item) method ContainsValue (line 16235) | public bool ContainsValue(TValue value) method Get (line 16246) | public TValue Get(long key) method GetOrCreate (line 16260) | public TValue GetOrCreate(long key, Func creator) method Get (line 16273) | public TValue Get(long key, TValue defaultValue) method GetOrDefault (line 16286) | public TValue GetOrDefault(long key) method TryGetValue (line 16295) | public bool TryGetValue(long key, out TValue value) method ValueWithKeySkip (line 16309) | public TValue ValueWithKeySkip(long key, long skip) method GetAndRemove (line 16324) | public TValue GetAndRemove(long key) method Remove (line 16339) | public bool Remove(long key) method Remove (line 16353) | public bool Remove(long key, TValue value) method Remove (line 16366) | public bool Remove(KeyValuePair item) method TryRemove (line 16381) | public bool TryRemove(long key, out TValue value) method TryRemove (line 16395) | public bool TryRemove(long key, TValue value) method KeysToArray (line 16409) | public long[] KeysToArray() method ValuesToArray (line 16419) | public TValue[] ValuesToArray() method ToArray (line 16429) | public KeyValuePair[] ToArray() method Clear (line 16437) | public void Clear() method CopyKeysTo (line 16448) | public void CopyKeysTo(long[] array, long index) method CopyValuesTo (line 16463) | public void CopyValuesTo(TValue[] array, long index) method CopyTo (line 16478) | public void CopyTo(KeyValuePair[] array, long index) class ConcurrentLongSet (line 16495) | public class ConcurrentLongSet method ConcurrentLongSet (line 16505) | public ConcurrentLongSet(LongSet dict) method AddObject (line 16560) | public bool AddObject(object objkey) method Add (line 16569) | public bool Add(long key) method TryAdd (line 16582) | public bool TryAdd(long key) method AddRange (line 16594) | public void AddRange(IEnumerable keys) method Contains (line 16603) | public bool Contains(long key) method Remove (line 16612) | public bool Remove(long key) method TryRemove (line 16626) | public bool TryRemove(long key) method ToArray (line 16640) | public long[] ToArray() method Clear (line 16648) | public void Clear() method CopyTo (line 16659) | public void CopyTo(long[] array, long index) class FastConcurrentDict (line 16681) | public class FastConcurrentDict method FastConcurrentDict (line 16707) | public FastConcurrentDict(bool stackDuplicateKeys = false) method FastConcurrentDict (line 16718) | public FastConcurrentDict(int initialCapacity) method FastConcurrentDict (line 16730) | public FastConcurrentDict(int initialCapacity, bool stackDuplicateKeys) method FastConcurrentDict (line 16742) | public FastConcurrentDict(IEnumerable> items, method FastConcurrentDict (line 16750) | private FastConcurrentDict( method AddObject (line 17105) | public void AddObject(object objkey, object objvalue) method Add (line 17114) | public void Add(TKey key, TValue value) method Add (line 17174) | public void Add(TKey key, int hash, TValue value) method TryAdd (line 17233) | public bool TryAdd(TKey key, TValue value) method TryAdd (line 17294) | public bool TryAdd(TKey key, int hash, TValue value) method Add (line 17353) | public void Add(KeyValuePair item) method AddRange (line 17361) | public void AddRange(IEnumerable> items) method Contains (line 17370) | public bool Contains(TKey key) method Contains (line 17395) | public bool Contains(TKey key, int hash) method ContainsKey (line 17419) | public bool ContainsKey(TKey key) method ContainsKey (line 17444) | public bool ContainsKey(TKey key, int hash) method Contains (line 17468) | public bool Contains(TKey key, TValue value) method Contains (line 17495) | public bool Contains(TKey key, int hash, TValue value) method Contains (line 17521) | public bool Contains(KeyValuePair item) method ContainsValue (line 17529) | public bool ContainsValue(TValue value) method Get (line 17551) | public TValue Get(TKey key) method GetOrCreate (line 17578) | public TValue GetOrCreate(TKey key, Func creator) method AddCreated (line 17604) | TValue AddCreated(TKey key, int hash, TValue value) method Get (line 17666) | public TValue Get(TKey key, TValue defaultValue) method Get (line 17692) | public TValue Get(TKey key, int hash) method GetOrCreate (line 17718) | public TValue GetOrCreate(TKey key, int hash, Func creator) method Get (line 17747) | public TValue Get(TKey key, int hash, TValue defaultValue) method GetOrDefault (line 17772) | public TValue GetOrDefault(TKey key) method TryGetValue (line 17781) | public bool TryGetValue(TKey key, out TValue value) method TryGetValue (line 17813) | public bool TryGetValue(TKey key, int hash, out TValue value) method ValuesWithKey (line 17845) | public IEnumerable ValuesWithKey(TKey key) method ValueWithKeySkip (line 17881) | public TValue ValueWithKeySkip(TKey key, int skip) method GetAndRemove (line 17915) | public TValue GetAndRemove(TKey key) method Remove (line 17929) | public bool Remove(TKey key) method Remove (line 17941) | public bool Remove(TKey key, int hash) method Remove (line 17951) | public bool Remove(TKey key, TValue value) method Remove (line 17960) | public bool Remove(TKey key, int hash, TValue value) method Remove (line 17969) | public bool Remove(KeyValuePair item) method TryRemove (line 17980) | public bool TryRemove(TKey key, out TValue value) method TryRemove (line 18056) | public bool TryRemove(TKey key, int hash, out TValue value) method TryRemove (line 18130) | public bool TryRemove(TKey key, TValue value) method TryRemove (line 18201) | public bool TryRemove(TKey key, int hash, TValue value) method KeysToArray (line 18271) | public TKey[] KeysToArray() method ValuesToArray (line 18283) | public TValue[] ValuesToArray() method ToArray (line 18295) | public KeyValuePair[] ToArray() method Clear (line 18305) | public void Clear() method CopyKeysTo (line 18322) | public void CopyKeysTo(TKey[] array, int index) method CopyValuesTo (line 18345) | public void CopyValuesTo(TValue[] array, int index) method CopyTo (line 18368) | public void CopyTo(KeyValuePair[] array, int index) method GetEnumerator (line 18391) | IEnumerator> IEnumerable method FastConcurrentDictSet (line 18622) | public FastConcurrentDictSet() method FastConcurrentDictSet (line 18630) | public FastConcurrentDictSet(int initialCapacity) method FastConcurrentDictSet (line 18640) | public FastConcurrentDictSet(IEnumerable items) method FastConcurrentDictSet (line 18646) | private FastConcurrentDictSet( method AddObject (line 18804) | public bool AddObject(object objkey) method Add (line 18813) | public bool Add(TKey key) method Add (line 18871) | public bool Add(TKey key, int hash) method TryAdd (line 18928) | public bool TryAdd(TKey key) method TryAdd (line 18986) | public bool TryAdd(TKey key, int hash) method AddRange (line 19042) | public void AddRange(IEnumerable keys) method Contains (line 19051) | public bool Contains(TKey key) method Contains (line 19076) | public bool Contains(TKey key, int hash) method Remove (line 19100) | public bool Remove(TKey key) method Remove (line 19109) | public bool Remove(TKey key, int hash) method TryRemove (line 19119) | public bool TryRemove(TKey key) method TryRemove (line 19190) | public bool TryRemove(TKey key, int hash) method ToArray (line 19260) | public TKey[] ToArray() method Clear (line 19270) | public void Clear() method CopyTo (line 19287) | public void CopyTo(TKey[] array, int index) method GetEnumerator (line 19308) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 19319) | IEnumerator IEnumerable.GetEnumerator() method ComputeIncreaseThreshold (line 19330) | private uint ComputeIncreaseThreshold(uint capacity) method ComputeDecreaseThreshold (line 19335) | private uint ComputeDecreaseThreshold(uint capacity) method AddSlotsToFreeList (line 19340) | private static int AddSlotsToFreeList( method IncreaseCapacity (line 19350) | private void IncreaseCapacity() method DecreaseCapacity (line 19355) | private void DecreaseCapacity() method Add (line 19365) | private static void Add( method Resize (line 19402) | private void Resize(uint newCapacity, uint oldCapacity) method ReportStats (line 19489) | private void ReportStats( class FastConcurrentIntDict (line 19517) | public class FastConcurrentIntDict method FastConcurrentIntDict (line 19543) | public FastConcurrentIntDict(bool stackDuplicateKeys = false) method FastConcurrentIntDict (line 19554) | public FastConcurrentIntDict(int initialCapacity) method FastConcurrentIntDict (line 19566) | public FastConcurrentIntDict(int initialCapacity, bool stackDuplicateK... method FastConcurrentIntDict (line 19578) | public FastConcurrentIntDict(IEnumerable> it... method FastConcurrentIntDict (line 19586) | private FastConcurrentIntDict( method AddObject (line 19935) | public void AddObject(object objkey, object objvalue) method Add (line 19944) | public void Add(int key, TValue value) method TryAdd (line 20000) | public bool TryAdd(int key, TValue value) method Add (line 20056) | public void Add(KeyValuePair item) method AddRange (line 20064) | public void AddRange(IEnumerable> items) method Contains (line 20073) | public bool Contains(int key) method ContainsKey (line 20096) | public bool ContainsKey(int key) method Contains (line 20119) | public bool Contains(int key, TValue value) method Contains (line 20144) | public bool Contains(KeyValuePair item) method ContainsValue (line 20152) | public bool ContainsValue(TValue value) method Get (line 20174) | public TValue Get(int key) method GetOrCreate (line 20199) | public TValue GetOrCreate(int key, Func creator) method AddCreated (line 20223) | TValue AddCreated(int key, int hash, TValue value) method Get (line 20281) | public TValue Get(int key, TValue defaultValue) method GetOrDefault (line 20305) | public TValue GetOrDefault(int key) method TryGetValue (line 20314) | public bool TryGetValue(int key, out TValue value) method ValuesWithKey (line 20345) | public IEnumerable ValuesWithKey(int key) method ValueWithKeySkip (line 20379) | public TValue ValueWithKeySkip(int key, int skip) method GetAndRemove (line 20411) | public TValue GetAndRemove(int key) method Remove (line 20425) | public bool Remove(int key) method Remove (line 20435) | public bool Remove(int key, TValue value) method Remove (line 20444) | public bool Remove(KeyValuePair item) method TryRemove (line 20455) | public bool TryRemove(int key, out TValue value) method TryRemove (line 20527) | public bool TryRemove(int key, TValue value) method KeysToArray (line 20595) | public int[] KeysToArray() method ValuesToArray (line 20607) | public TValue[] ValuesToArray() method ToArray (line 20619) | public KeyValuePair[] ToArray() method Clear (line 20629) | public void Clear() method CopyKeysTo (line 20646) | public void CopyKeysTo(int[] array, int index) method CopyValuesTo (line 20669) | public void CopyValuesTo(TValue[] array, int index) method CopyTo (line 20692) | public void CopyTo(KeyValuePair[] array, int index) method GetEnumerator (line 20715) | IEnumerator> IEnumerable items) method FastConcurrentIntSet (line 20970) | private FastConcurrentIntSet( method AddObject (line 21128) | public bool AddObject(object objkey) method Add (line 21137) | public bool Add(int key) method TryAdd (line 21191) | public bool TryAdd(int key) method AddRange (line 21244) | public void AddRange(IEnumerable keys) method Contains (line 21253) | public bool Contains(int key) method Remove (line 21276) | public bool Remove(int key) method TryRemove (line 21286) | public bool TryRemove(int key) method ToArray (line 21354) | public int[] ToArray() method Clear (line 21364) | public void Clear() method CopyTo (line 21381) | public void CopyTo(int[] array, int index) method GetEnumerator (line 21402) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 21413) | IEnumerator IEnumerable.GetEnumerator() method ComputeIncreaseThreshold (line 21424) | private uint ComputeIncreaseThreshold(uint capacity) method ComputeDecreaseThreshold (line 21429) | private uint ComputeDecreaseThreshold(uint capacity) method AddSlotsToFreeList (line 21434) | private static int AddSlotsToFreeList( method IncreaseCapacity (line 21444) | private void IncreaseCapacity() method DecreaseCapacity (line 21449) | private void DecreaseCapacity() method Add (line 21459) | private static void Add( method Resize (line 21496) | private void Resize(uint newCapacity, uint oldCapacity) method ReportStats (line 21583) | private void ReportStats( class FastConcurrentSymbolDict (line 21611) | public class FastConcurrentSymbolDict method FastConcurrentSymbolDict (line 21637) | public FastConcurrentSymbolDict(bool stackDuplicateKeys = false) method FastConcurrentSymbolDict (line 21648) | public FastConcurrentSymbolDict(int initialCapacity) method FastConcurrentSymbolDict (line 21660) | public FastConcurrentSymbolDict(int initialCapacity, bool stackDuplica... method FastConcurrentSymbolDict (line 21672) | public FastConcurrentSymbolDict(IEnumerable item) method Add (line 22183) | public void Add(KeyValuePair item) method AddRange (line 22191) | public void AddRange(IEnumerable> items) method Contains (line 22200) | public bool Contains(Symbol key) method ContainsKey (line 22223) | public bool ContainsKey(Symbol key) method Contains (line 22246) | public bool Contains(Symbol key, TValue value) method Contains (line 22271) | public bool Contains(KeyValuePair item) method ContainsValue (line 22279) | public bool ContainsValue(TValue value) method Get (line 22301) | public TValue Get(Symbol key) method GetOrCreate (line 22326) | public TValue GetOrCreate(Symbol key, Func creator) method AddCreated (line 22350) | TValue AddCreated(Symbol key, int hash, TValue value) method Get (line 22408) | public TValue Get(Symbol key, TValue defaultValue) method GetOrDefault (line 22432) | public TValue GetOrDefault(Symbol key) method TryGetValue (line 22441) | public bool TryGetValue(Symbol key, out TValue value) method ValuesWithKey (line 22472) | public IEnumerable ValuesWithKey(Symbol key) method ValueWithKeySkip (line 22506) | public TValue ValueWithKeySkip(Symbol key, int skip) method GetAndRemove (line 22538) | public TValue GetAndRemove(Symbol key) method Remove (line 22552) | public bool Remove(Symbol key) method Remove (line 22562) | public bool Remove(Symbol key, TValue value) method Remove (line 22571) | public bool Remove(KeyValuePair item) method TryRemove (line 22582) | public bool TryRemove(Symbol key, out TValue value) method TryRemove (line 22654) | public bool TryRemove(Symbol key, TValue value) method KeysToArray (line 22722) | public Symbol[] KeysToArray() method ValuesToArray (line 22734) | public TValue[] ValuesToArray() method ToArray (line 22746) | public KeyValuePair[] ToArray() method Clear (line 22756) | public void Clear() method CopyKeysTo (line 22773) | public void CopyKeysTo(Symbol[] array, int index) method CopyValuesTo (line 22796) | public void CopyValuesTo(TValue[] array, int index) method CopyTo (line 22819) | public void CopyTo(KeyValuePair[] array, int index) method Add (line 22838) | public void Add(TypedSymbol key, TType value) method Contains (line 22844) | public bool Contains(TypedSymbol key) method ContainsKey (line 22850) | public bool ContainsKey(TypedSymbol key) method Get (line 22856) | public TType Get(TypedSymbol key) method Get (line 22862) | public TType Get(TypedSymbol key, TType defaultValue) method GetOrDefault (line 22870) | public TType GetOrDefault(TypedSymbol key) method Remove (line 22878) | public bool Remove(TypedSymbol key) method Set (line 22884) | public void Set(TypedSymbol key, TType value) method TryGetValue (line 22890) | public bool TryGetValue(TypedSymbol key, out TType value) method GetAs (line 22899) | public TType GetAs(Symbol key) method GetAs (line 22905) | public TType GetAs(Symbol key, TType defaultValue) method GetAsOrDefault (line 22913) | public TType GetAsOrDefault(Symbol key) method GetEnumerator (line 22925) | IEnumerator> IEnumerable items) method FastConcurrentSymbolSet (line 23185) | public FastConcurrentSymbolSet(IEnumerable items) method FastConcurrentSymbolSet (line 23191) | private FastConcurrentSymbolSet( method AddObject (line 23349) | public bool AddObject(object objkey) method Add (line 23358) | public bool Add(Symbol key) method TryAdd (line 23412) | public bool TryAdd(Symbol key) method Add (line 23466) | public void Add(string key) method AddRange (line 23474) | public void AddRange(IEnumerable keys) method Contains (line 23483) | public bool Contains(Symbol key) method Remove (line 23506) | public bool Remove(Symbol key) method TryRemove (line 23516) | public bool TryRemove(Symbol key) method ToArray (line 23584) | public Symbol[] ToArray() method Clear (line 23594) | public void Clear() method CopyTo (line 23611) | public void CopyTo(Symbol[] array, int index) method GetEnumerator (line 23632) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 23643) | IEnumerator IEnumerable.GetEnumerator() method ComputeIncreaseThreshold (line 23654) | private uint ComputeIncreaseThreshold(uint capacity) method ComputeDecreaseThreshold (line 23659) | private uint ComputeDecreaseThreshold(uint capacity) method AddSlotsToFreeList (line 23664) | private static int AddSlotsToFreeList( method IncreaseCapacity (line 23674) | private void IncreaseCapacity() method DecreaseCapacity (line 23679) | private void DecreaseCapacity() method Add (line 23689) | private static void Add( method Resize (line 23726) | private void Resize(uint newCapacity, uint oldCapacity) method ReportStats (line 23813) | private void ReportStats( class FastConcurrentBigDict (line 23841) | public class FastConcurrentBigDict method FastConcurrentBigDict (line 23868) | public FastConcurrentBigDict(Func hfun, bool stackDuplicat... method FastConcurrentBigDict (line 23879) | public FastConcurrentBigDict(Func hfun, long initialCapacity) method FastConcurrentBigDict (line 23891) | public FastConcurrentBigDict(Func hfun, long initialCapaci... method FastConcurrentBigDict (line 23903) | public FastConcurrentBigDict(Func hfun, IEnumerable item) method AddRange (line 24512) | public void AddRange(IEnumerable> items) method Contains (line 24521) | public bool Contains(TKey key) method Contains (line 24546) | public bool Contains(TKey key, long hash) method ContainsKey (line 24570) | public bool ContainsKey(TKey key) method ContainsKey (line 24595) | public bool ContainsKey(TKey key, long hash) method Contains (line 24619) | public bool Contains(TKey key, TValue value) method Contains (line 24646) | public bool Contains(TKey key, long hash, TValue value) method Contains (line 24672) | public bool Contains(KeyValuePair item) method ContainsValue (line 24680) | public bool ContainsValue(TValue value) method Get (line 24702) | public TValue Get(TKey key) method GetOrCreate (line 24729) | public TValue GetOrCreate(TKey key, Func creator) method AddCreated (line 24755) | TValue AddCreated(TKey key, long hash, TValue value) method Get (line 24817) | public TValue Get(TKey key, TValue defaultValue) method Get (line 24843) | public TValue Get(TKey key, long hash) method GetOrCreate (line 24869) | public TValue GetOrCreate(TKey key, long hash, Func crea... method Get (line 24898) | public TValue Get(TKey key, long hash, TValue defaultValue) method GetOrDefault (line 24923) | public TValue GetOrDefault(TKey key) method TryGetValue (line 24932) | public bool TryGetValue(TKey key, out TValue value) method TryGetValue (line 24964) | public bool TryGetValue(TKey key, long hash, out TValue value) method ValuesWithKey (line 24996) | public IEnumerable ValuesWithKey(TKey key) method ValueWithKeySkip (line 25032) | public TValue ValueWithKeySkip(TKey key, long skip) method GetAndRemove (line 25066) | public TValue GetAndRemove(TKey key) method Remove (line 25080) | public bool Remove(TKey key) method Remove (line 25092) | public bool Remove(TKey key, long hash) method Remove (line 25102) | public bool Remove(TKey key, TValue value) method Remove (line 25111) | public bool Remove(TKey key, long hash, TValue value) method Remove (line 25120) | public bool Remove(KeyValuePair item) method TryRemove (line 25131) | public bool TryRemove(TKey key, out TValue value) method TryRemove (line 25207) | public bool TryRemove(TKey key, long hash, out TValue value) method TryRemove (line 25281) | public bool TryRemove(TKey key, TValue value) method TryRemove (line 25352) | public bool TryRemove(TKey key, long hash, TValue value) method KeysToArray (line 25422) | public TKey[] KeysToArray() method ValuesToArray (line 25434) | public TValue[] ValuesToArray() method ToArray (line 25446) | public KeyValuePair[] ToArray() method Clear (line 25456) | public void Clear() method CopyKeysTo (line 25473) | public void CopyKeysTo(TKey[] array, long index) method CopyValuesTo (line 25496) | public void CopyValuesTo(TValue[] array, long index) method CopyTo (line 25519) | public void CopyTo(KeyValuePair[] array, long index) method GetEnumerator (line 25542) | IEnumerator> IEnumerable method FastConcurrentBigDictSet (line 25774) | public FastConcurrentBigDictSet(Func hfun) method FastConcurrentBigDictSet (line 25782) | public FastConcurrentBigDictSet(Func hfun, long initialCap... method FastConcurrentBigDictSet (line 25792) | public FastConcurrentBigDictSet(Func hfun, IEnumerable keys) method Contains (line 26193) | public bool Contains(TKey key) method Contains (line 26218) | public bool Contains(TKey key, long hash) method Remove (line 26242) | public bool Remove(TKey key) method Remove (line 26251) | public bool Remove(TKey key, long hash) method TryRemove (line 26261) | public bool TryRemove(TKey key) method TryRemove (line 26332) | public bool TryRemove(TKey key, long hash) method ToArray (line 26402) | public TKey[] ToArray() method Clear (line 26412) | public void Clear() method CopyTo (line 26429) | public void CopyTo(TKey[] array, long index) method GetEnumerator (line 26450) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 26461) | IEnumerator IEnumerable.GetEnumerator() method ComputeIncreaseThreshold (line 26472) | private ulong ComputeIncreaseThreshold(ulong capacity) method ComputeDecreaseThreshold (line 26477) | private ulong ComputeDecreaseThreshold(ulong capacity) method AddSlotsToFreeList (line 26482) | private static long AddSlotsToFreeList( method IncreaseCapacity (line 26492) | private void IncreaseCapacity() method DecreaseCapacity (line 26497) | private void DecreaseCapacity() method Add (line 26507) | private static void Add( method Resize (line 26544) | private void Resize(ulong newCapacity, ulong oldCapacity) method ReportStats (line 26631) | private void ReportStats( class FastConcurrentLongDict (line 26659) | public class FastConcurrentLongDict method FastConcurrentLongDict (line 26685) | public FastConcurrentLongDict(bool stackDuplicateKeys = false) method FastConcurrentLongDict (line 26696) | public FastConcurrentLongDict(long initialCapacity) method FastConcurrentLongDict (line 26708) | public FastConcurrentLongDict(long initialCapacity, bool stackDuplicat... method FastConcurrentLongDict (line 26720) | public FastConcurrentLongDict(IEnumerable> ... method FastConcurrentLongDict (line 26728) | private FastConcurrentLongDict( method AddObject (line 27066) | public void AddObject(object objkey, object objvalue) method Add (line 27075) | public void Add(long key, TValue value) method TryAdd (line 27131) | public bool TryAdd(long key, TValue value) method Add (line 27187) | public void Add(KeyValuePair item) method AddRange (line 27195) | public void AddRange(IEnumerable> items) method Contains (line 27204) | public bool Contains(long key) method ContainsKey (line 27227) | public bool ContainsKey(long key) method Contains (line 27250) | public bool Contains(long key, TValue value) method Contains (line 27275) | public bool Contains(KeyValuePair item) method ContainsValue (line 27283) | public bool ContainsValue(TValue value) method Get (line 27305) | public TValue Get(long key) method GetOrCreate (line 27330) | public TValue GetOrCreate(long key, Func creator) method AddCreated (line 27354) | TValue AddCreated(long key, long hash, TValue value) method Get (line 27412) | public TValue Get(long key, TValue defaultValue) method GetOrDefault (line 27436) | public TValue GetOrDefault(long key) method TryGetValue (line 27445) | public bool TryGetValue(long key, out TValue value) method ValuesWithKey (line 27476) | public IEnumerable ValuesWithKey(long key) method ValueWithKeySkip (line 27510) | public TValue ValueWithKeySkip(long key, long skip) method GetAndRemove (line 27542) | public TValue GetAndRemove(long key) method Remove (line 27556) | public bool Remove(long key) method Remove (line 27566) | public bool Remove(long key, TValue value) method Remove (line 27575) | public bool Remove(KeyValuePair item) method TryRemove (line 27586) | public bool TryRemove(long key, out TValue value) method TryRemove (line 27658) | public bool TryRemove(long key, TValue value) method KeysToArray (line 27726) | public long[] KeysToArray() method ValuesToArray (line 27738) | public TValue[] ValuesToArray() method ToArray (line 27750) | public KeyValuePair[] ToArray() method Clear (line 27760) | public void Clear() method CopyKeysTo (line 27777) | public void CopyKeysTo(long[] array, long index) method CopyValuesTo (line 27800) | public void CopyValuesTo(TValue[] array, long index) method CopyTo (line 27823) | public void CopyTo(KeyValuePair[] array, long index) method GetEnumerator (line 27846) | IEnumerator> IEnumerable items) method FastConcurrentLongSet (line 28101) | private FastConcurrentLongSet( method AddObject (line 28248) | public bool AddObject(object objkey) method Add (line 28257) | public bool Add(long key) method TryAdd (line 28311) | public bool TryAdd(long key) method AddRange (line 28364) | public void AddRange(IEnumerable keys) method Contains (line 28373) | public bool Contains(long key) method Remove (line 28396) | public bool Remove(long key) method TryRemove (line 28406) | public bool TryRemove(long key) method ToArray (line 28474) | public long[] ToArray() method Clear (line 28484) | public void Clear() method CopyTo (line 28501) | public void CopyTo(long[] array, long index) method GetEnumerator (line 28522) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 28533) | IEnumerator IEnumerable.GetEnumerator() method ComputeIncreaseThreshold (line 28544) | private ulong ComputeIncreaseThreshold(ulong capacity) method ComputeDecreaseThreshold (line 28549) | private ulong ComputeDecreaseThreshold(ulong capacity) method AddSlotsToFreeList (line 28554) | private static long AddSlotsToFreeList( method IncreaseCapacity (line 28564) | private void IncreaseCapacity() method DecreaseCapacity (line 28569) | private void DecreaseCapacity() method Add (line 28579) | private static void Add( method Resize (line 28616) | private void Resize(ulong newCapacity, ulong oldCapacity) method ReportStats (line 28703) | private void ReportStats( class DictIEq (line 28731) | public class DictIEq method DictIEq (line 28759) | public DictIEq(bool stackDuplicateKeys = false) method DictIEq (line 28770) | public DictIEq(int initialCapacity) method DictIEq (line 28782) | public DictIEq(int initialCapacity, bool stackDuplicateKeys) method DictIEq (line 28794) | public DictIEq(IEnumerable> items, method DictIEq (line 28802) | private DictIEq( method AddObject (line 29115) | public void AddObject(object objkey, object objvalue) method Add (line 29124) | public void Add(TKey key, TValue value) method Add (line 29180) | public void Add(TKey key, int hash, TValue value) method TryAdd (line 29235) | public bool TryAdd(TKey key, TValue value) method TryAdd (line 29292) | public bool TryAdd(TKey key, int hash, TValue value) method Add (line 29347) | public void Add(KeyValuePair item) method AddRange (line 29355) | public void AddRange(IEnumerable> items) method Contains (line 29364) | public bool Contains(TKey key) method Contains (line 29387) | public bool Contains(TKey key, int hash) method ContainsKey (line 29409) | public bool ContainsKey(TKey key) method ContainsKey (line 29432) | public bool ContainsKey(TKey key, int hash) method Contains (line 29454) | public bool Contains(TKey key, TValue value) method Contains (line 29479) | public bool Contains(TKey key, int hash, TValue value) method Contains (line 29503) | public bool Contains(KeyValuePair item) method ContainsValue (line 29511) | public bool ContainsValue(TValue value) method Get (line 29531) | public TValue Get(TKey key) method GetOrCreate (line 29556) | public TValue GetOrCreate(TKey key, Func creator) method AddCreated (line 29580) | TValue AddCreated(TKey key, int hash, TValue value) method Get (line 29640) | public TValue Get(TKey key, TValue defaultValue) method Get (line 29664) | public TValue Get(TKey key, int hash) method GetOrCreate (line 29688) | public TValue GetOrCreate(TKey key, int hash, Func creator) method Get (line 29715) | public TValue Get(TKey key, int hash, TValue defaultValue) method GetOrDefault (line 29738) | public TValue GetOrDefault(TKey key) method TryGetValue (line 29747) | public bool TryGetValue(TKey key, out TValue value) method TryGetValue (line 29777) | public bool TryGetValue(TKey key, int hash, out TValue value) method ValuesWithKey (line 29807) | public IEnumerable ValuesWithKey(TKey key) method GetValuesEnumerator (line 29830) | public ValueEnumerator GetValuesEnumerator() type ValueEnumerator (line 29835) | public struct ValueEnumerator : IEnumerator method ValueEnumerator (line 29839) | public ValueEnumerator(DictIEq dict) method Dispose (line 29848) | public void Dispose() => m_inner.Dispose(); method MoveNext (line 29850) | public bool MoveNext() => m_inner.MoveNext(); method Reset (line 29852) | public void Reset() => m_inner.Reset(); method GetValuesWithKeyEnumerator (line 29862) | public ValuesWithKeyEnumerator GetValuesWithKeyEnumerator(TKey key) type ValuesWithKeyEnumerator (line 29867) | public struct ValuesWithKeyEnumerator : IEnumerator method ValuesWithKeyEnumerator (line 29875) | public ValuesWithKeyEnumerator(DictIEq dict, TKey key) method Dispose (line 29888) | public readonly void Dispose() { } method MoveNext (line 29890) | public bool MoveNext() method Reset (line 29921) | public void Reset() method ValueWithKeySkip (line 29933) | public TValue ValueWithKeySkip(TKey key, int skip) method GetAndRemove (line 29965) | public TValue GetAndRemove(TKey key) method Remove (line 29979) | public bool Remove(TKey key) method Remove (line 29991) | public bool Remove(TKey key, int hash) method Remove (line 30001) | public bool Remove(TKey key, TValue value) method Remove (line 30010) | public bool Remove(TKey key, int hash, TValue value) method Remove (line 30019) | public bool Remove(KeyValuePair item) method TryRemove (line 30030) | public bool TryRemove(TKey key, out TValue value) method TryRemove (line 30101) | public bool TryRemove(TKey key, int hash, out TValue value) method TryRemove (line 30170) | public bool TryRemove(TKey key, TValue value) method TryRemove (line 30236) | public bool TryRemove(TKey key, int hash, TValue value) method KeysToArray (line 30299) | public TKey[] KeysToArray() method ValuesToArray (line 30309) | public TValue[] ValuesToArray() method ToArray (line 30319) | public KeyValuePair[] ToArray() method Clear (line 30329) | public void Clear() method CopyKeysTo (line 30342) | public void CopyKeysTo(TKey[] array, int index) method CopyValuesTo (line 30361) | public void CopyValuesTo(TValue[] array, int index) method CopyTo (line 30380) | public void CopyTo(KeyValuePair[] array, int index) method CopyTo (line 30400) | public void CopyTo(Array array, int index) method AsConcurrent (line 30413) | public ConcurrentDictIEq AsConcurrent() method GetEnumerator (line 30422) | IEnumerator> IEnumerable parent) : ICo... method CopyTo (line 30450) | public void CopyTo(TKey[] array, int index) => parent.CopyKeysTo(arr... method Add (line 30456) | void ICollection.Add(TKey item) => throw new NotSupportedExcep... method Clear (line 30458) | void ICollection.Clear() => throw new NotSupportedException(); method Contains (line 30460) | public bool Contains(TKey item) => parent.ContainsKey(item); method Remove (line 30462) | bool ICollection.Remove(TKey item) => throw new NotSupportedEx... method GetEnumerator (line 30464) | IEnumerator IEnumerable.GetEnumerator() => new Enumerato... method GetEnumerator (line 30466) | IEnumerator IEnumerable.GetEnumerator() => ((IEnumerable)this)... method CopyTo (line 30468) | void ICollection.CopyTo(Array array, int index) class Enumerator (line 30478) | private class Enumerator(DictIEq dictionary) : IEnumer... method Dispose (line 30482) | public void Dispose() => _inner.Dispose(); method MoveNext (line 30483) | public bool MoveNext() => _inner.MoveNext(); method Reset (line 30486) | void IEnumerator.Reset() => _inner.Reset(); class ValueCollection (line 30490) | private sealed class ValueCollection(DictIEq parent) : I... method CopyTo (line 30492) | public void CopyTo(TValue[] array, int index) => parent.CopyValuesTo... method Add (line 30498) | void ICollection.Add(TValue item) => throw new NotSupportedE... method Clear (line 30500) | void ICollection.Clear() => throw new NotSupportedException(); method Contains (line 30502) | public bool Contains(TValue item) => parent.ContainsValue(item); method Remove (line 30504) | bool ICollection.Remove(TValue item) => throw new NotSupport... method GetEnumerator (line 30506) | IEnumerator IEnumerable.GetEnumerator() => new Enume... method GetEnumerator (line 30508) | IEnumerator IEnumerable.GetEnumerator() => ((IEnumerable)thi... method CopyTo (line 30510) | void ICollection.CopyTo(Array array, int index) class Enumerator (line 30520) | private class Enumerator(DictIEq dictionary) : IEnumer... method Dispose (line 30524) | public void Dispose() => _inner.Dispose(); method MoveNext (line 30525) | public bool MoveNext() => _inner.MoveNext(); method Reset (line 30528) | void IEnumerator.Reset() => _inner.Reset(); method GetEnumerator (line 30536) | public Enumerator GetEnumerator() { return new Enumerator(this); } type Enumerator (line 30538) | public struct Enumerator : IEnumerator> method Enumerator (line 30545) | public Enumerator(DictIEq dict) method Dispose (line 30557) | public readonly void Dispose() { } method MoveNext (line 30559) | public bool MoveNext() method Reset (line 30588) | public void Reset() method ComputeIncreaseThreshold (line 30600) | private uint ComputeIncreaseThreshold(uint capacity) method ComputeDecreaseThreshold (line 30605) | private uint ComputeDecreaseThreshold(uint capacity) method AddSlotsToFreeList (line 30610) | private static int AddSlotsToFreeList( method IncreaseCapacity (line 30620) | private void IncreaseCapacity() method DecreaseCapacity (line 30625) | private void DecreaseCapacity() method Add (line 30635) | private static void Add( method Resize (line 30672) | private void Resize(uint newCapacity, uint oldCapacity) method ReportStats (line 30759) | private void ReportStats( class DictSetIEq (line 30786) | public class DictSetIEq method DictSetIEq (line 30810) | public DictSetIEq() method DictSetIEq (line 30818) | public DictSetIEq(int initialCapacity) method DictSetIEq (line 30828) | public DictSetIEq(IEnumerable items) method DictSetIEq (line 30834) | private DictSetIEq( method AddObject (line 30985) | public bool AddObject(object objkey) method Add (line 30990) | void ICollection.Add(TKey key) method Add (line 30999) | public bool Add(TKey key) method Add (line 31053) | public bool Add(TKey key, int hash) method TryAdd (line 31106) | public bool TryAdd(TKey key) method TryAdd (line 31160) | public bool TryAdd(TKey key, int hash) method AddRange (line 31212) | public void AddRange(IEnumerable keys) method Contains (line 31221) | public bool Contains(TKey key) method Contains (line 31244) | public bool Contains(TKey key, int hash) method Remove (line 31266) | public bool Remove(TKey key) method Remove (line 31275) | public bool Remove(TKey key, int hash) method TryRemove (line 31285) | public bool TryRemove(TKey key) method TryRemove (line 31351) | public bool TryRemove(TKey key, int hash) method ToArray (line 31414) | public TKey[] ToArray() method Clear (line 31424) | public void Clear() method CopyTo (line 31437) | public void CopyTo(TKey[] array, int index) method CopyTo (line 31455) | public void CopyTo(Array array, int index) method AsConcurrent (line 31468) | public ConcurrentDictSetIEq AsConcurrent() method GetEnumerator (line 31477) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 31488) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 31499) | public Enumerator GetEnumerator() { return new Enumerator(this); } type Enumerator (line 31501) | public struct Enumerator : IEnumerator method Enumerator (line 31508) | public Enumerator(DictSetIEq dict) method Dispose (line 31520) | public readonly void Dispose() { } method MoveNext (line 31522) | public bool MoveNext() method Reset (line 31551) | public void Reset() method ComputeIncreaseThreshold (line 31563) | private uint ComputeIncreaseThreshold(uint capacity) method ComputeDecreaseThreshold (line 31568) | private uint ComputeDecreaseThreshold(uint capacity) method AddSlotsToFreeList (line 31573) | private static int AddSlotsToFreeList( method IncreaseCapacity (line 31583) | private void IncreaseCapacity() method DecreaseCapacity (line 31588) | private void DecreaseCapacity() method Add (line 31598) | private static void Add( method Resize (line 31635) | private void Resize(uint newCapacity, uint oldCapacity) method ReportStats (line 31722) | private void ReportStats( class BigDictIEq (line 31750) | public class BigDictIEq method BigDictIEq (line 31777) | public BigDictIEq(Func hfun, bool stackDuplicateKeys = false) method BigDictIEq (line 31788) | public BigDictIEq(Func hfun, long initialCapacity) method BigDictIEq (line 31800) | public BigDictIEq(Func hfun, long initialCapacity, bool st... method BigDictIEq (line 31812) | public BigDictIEq(Func hfun, IEnumerable item) method AddRange (line 32363) | public void AddRange(IEnumerable> items) method Contains (line 32372) | public bool Contains(TKey key) method Contains (line 32395) | public bool Contains(TKey key, long hash) method ContainsKey (line 32417) | public bool ContainsKey(TKey key) method ContainsKey (line 32440) | public bool ContainsKey(TKey key, long hash) method Contains (line 32462) | public bool Contains(TKey key, TValue value) method Contains (line 32487) | public bool Contains(TKey key, long hash, TValue value) method Contains (line 32511) | public bool Contains(KeyValuePair item) method ContainsValue (line 32519) | public bool ContainsValue(TValue value) method Get (line 32539) | public TValue Get(TKey key) method GetOrCreate (line 32564) | public TValue GetOrCreate(TKey key, Func creator) method AddCreated (line 32588) | TValue AddCreated(TKey key, long hash, TValue value) method Get (line 32648) | public TValue Get(TKey key, TValue defaultValue) method Get (line 32672) | public TValue Get(TKey key, long hash) method GetOrCreate (line 32696) | public TValue GetOrCreate(TKey key, long hash, Func crea... method Get (line 32723) | public TValue Get(TKey key, long hash, TValue defaultValue) method GetOrDefault (line 32746) | public TValue GetOrDefault(TKey key) method TryGetValue (line 32755) | public bool TryGetValue(TKey key, out TValue value) method TryGetValue (line 32785) | public bool TryGetValue(TKey key, long hash, out TValue value) method ValuesWithKey (line 32815) | public IEnumerable ValuesWithKey(TKey key) method GetValuesEnumerator (line 32838) | public ValueEnumerator GetValuesEnumerator() type ValueEnumerator (line 32843) | public struct ValueEnumerator : IEnumerator method ValueEnumerator (line 32847) | public ValueEnumerator(BigDictIEq dict) method Dispose (line 32856) | public void Dispose() => m_inner.Dispose(); method MoveNext (line 32858) | public bool MoveNext() => m_inner.MoveNext(); method Reset (line 32860) | public void Reset() => m_inner.Reset(); method GetValuesWithKeyEnumerator (line 32870) | public ValuesWithKeyEnumerator GetValuesWithKeyEnumerator(TKey key) type ValuesWithKeyEnumerator (line 32875) | public struct ValuesWithKeyEnumerator : IEnumerator method ValuesWithKeyEnumerator (line 32883) | public ValuesWithKeyEnumerator(BigDictIEq dict, TKey key) method Dispose (line 32896) | public readonly void Dispose() { } method MoveNext (line 32898) | public bool MoveNext() method Reset (line 32929) | public void Reset() method ValueWithKeySkip (line 32941) | public TValue ValueWithKeySkip(TKey key, long skip) method GetAndRemove (line 32973) | public TValue GetAndRemove(TKey key) method Remove (line 32987) | public bool Remove(TKey key) method Remove (line 32999) | public bool Remove(TKey key, long hash) method Remove (line 33009) | public bool Remove(TKey key, TValue value) method Remove (line 33018) | public bool Remove(TKey key, long hash, TValue value) method Remove (line 33027) | public bool Remove(KeyValuePair item) method TryRemove (line 33038) | public bool TryRemove(TKey key, out TValue value) method TryRemove (line 33109) | public bool TryRemove(TKey key, long hash, out TValue value) method TryRemove (line 33178) | public bool TryRemove(TKey key, TValue value) method TryRemove (line 33244) | public bool TryRemove(TKey key, long hash, TValue value) method KeysToArray (line 33307) | public TKey[] KeysToArray() method ValuesToArray (line 33317) | public TValue[] ValuesToArray() method ToArray (line 33327) | public KeyValuePair[] ToArray() method Clear (line 33337) | public void Clear() method CopyKeysTo (line 33350) | public void CopyKeysTo(TKey[] array, long index) method CopyValuesTo (line 33369) | public void CopyValuesTo(TValue[] array, long index) method CopyTo (line 33388) | public void CopyTo(KeyValuePair[] array, long index) method CopyTo (line 33408) | public void CopyTo(Array array, int index) method AsConcurrent (line 33421) | public ConcurrentBigDictIEq AsConcurrent() method GetEnumerator (line 33430) | IEnumerator> IEnumerable> method Enumerator (line 33461) | public Enumerator(BigDictIEq dict) method Dispose (line 33473) | public readonly void Dispose() { } method MoveNext (line 33475) | public bool MoveNext() method Reset (line 33504) | public void Reset() method ComputeIncreaseThreshold (line 33516) | private ulong ComputeIncreaseThreshold(ulong capacity) method ComputeDecreaseThreshold (line 33521) | private ulong ComputeDecreaseThreshold(ulong capacity) method AddSlotsToFreeList (line 33526) | private static long AddSlotsToFreeList( method IncreaseCapacity (line 33536) | private void IncreaseCapacity() method DecreaseCapacity (line 33541) | private void DecreaseCapacity() method Add (line 33551) | private static void Add( method Resize (line 33588) | private void Resize(ulong newCapacity, ulong oldCapacity) method ReportStats (line 33675) | private void ReportStats( class BigDictSetIEq (line 33702) | public class BigDictSetIEq method BigDictSetIEq (line 33726) | public BigDictSetIEq(Func hfun) method BigDictSetIEq (line 33734) | public BigDictSetIEq(Func hfun, long initialCapacity) method BigDictSetIEq (line 33744) | public BigDictSetIEq(Func hfun, IEnumerable items) method BigDictSetIEq (line 33750) | private BigDictSetIEq( method AddObject (line 33891) | public bool AddObject(object objkey) method Add (line 33900) | public bool Add(TKey key) method Add (line 33954) | public bool Add(TKey key, long hash) method TryAdd (line 34007) | public bool TryAdd(TKey key) method TryAdd (line 34061) | public bool TryAdd(TKey key, long hash) method AddRange (line 34113) | public void AddRange(IEnumerable keys) method Contains (line 34122) | public bool Contains(TKey key) method Contains (line 34145) | public bool Contains(TKey key, long hash) method Remove (line 34167) | public bool Remove(TKey key) method Remove (line 34176) | public bool Remove(TKey key, long hash) method TryRemove (line 34186) | public bool TryRemove(TKey key) method TryRemove (line 34252) | public bool TryRemove(TKey key, long hash) method ToArray (line 34315) | public TKey[] ToArray() method Clear (line 34325) | public void Clear() method CopyTo (line 34338) | public void CopyTo(TKey[] array, long index) method CopyTo (line 34356) | public void CopyTo(Array array, int index) method AsConcurrent (line 34369) | public ConcurrentBigDictSetIEq AsConcurrent() method GetEnumerator (line 34378) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 34389) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 34400) | public Enumerator GetEnumerator() { return new Enumerator(this); } type Enumerator (line 34402) | public struct Enumerator : IEnumerator method Enumerator (line 34409) | public Enumerator(BigDictSetIEq dict) method Dispose (line 34421) | public readonly void Dispose() { } method MoveNext (line 34423) | public bool MoveNext() method Reset (line 34452) | public void Reset() method ComputeIncreaseThreshold (line 34464) | private ulong ComputeIncreaseThreshold(ulong capacity) method ComputeDecreaseThreshold (line 34469) | private ulong ComputeDecreaseThreshold(ulong capacity) method AddSlotsToFreeList (line 34474) | private static long AddSlotsToFreeList( method IncreaseCapacity (line 34484) | private void IncreaseCapacity() method DecreaseCapacity (line 34489) | private void DecreaseCapacity() method Add (line 34499) | private static void Add( method Resize (line 34536) | private void Resize(ulong newCapacity, ulong oldCapacity) method ReportStats (line 34623) | private void ReportStats( class ConcurrentDictIEq (line 34651) | public class ConcurrentDictIEq method ConcurrentDictIEq (line 34662) | public ConcurrentDictIEq(DictIEq dict) method AddObject (line 34750) | public void AddObject(object objkey, object objvalue) method Add (line 34759) | public void Add(TKey key, TValue value) method Add (line 34772) | public void Add(TKey key, int hash, TValue value) method TryAdd (line 34785) | public bool TryAdd(TKey key, TValue value) method TryAdd (line 34798) | public bool TryAdd(TKey key, int hash, TValue value) method Add (line 34810) | public void Add(KeyValuePair item) method AddRange (line 34822) | public void AddRange(IEnumerable> items) method Contains (line 34831) | public bool Contains(TKey key) method Contains (line 34840) | public bool Contains(TKey key, int hash) method ContainsKey (line 34849) | public bool ContainsKey(TKey key) method ContainsKey (line 34858) | public bool ContainsKey(TKey key, int hash) method Contains (line 34867) | public bool Contains(TKey key, TValue value) method Contains (line 34876) | public bool Contains(TKey key, int hash, TValue value) method Contains (line 34885) | public bool Contains(KeyValuePair item) method ContainsValue (line 34897) | public bool ContainsValue(TValue value) method Get (line 34908) | public TValue Get(TKey key) method GetOrCreate (line 34922) | public TValue GetOrCreate(TKey key, Func creator) method Get (line 34935) | public TValue Get(TKey key, TValue defaultValue) method Get (line 34948) | public TValue Get(TKey key, int hash) method GetOrCreate (line 34962) | public TValue GetOrCreate(TKey key, int hash, Func creator) method Get (line 34975) | public TValue Get(TKey key, int hash, TValue defaultValue) method GetOrDefault (line 34988) | public TValue GetOrDefault(TKey key) method TryGetValue (line 34997) | public bool TryGetValue(TKey key, out TValue value) method TryGetValue (line 35010) | public bool TryGetValue(TKey key, int hash, out TValue value) method ValueWithKeySkip (line 35024) | public TValue ValueWithKeySkip(TKey key, int skip) method GetAndRemove (line 35039) | public TValue GetAndRemove(TKey key) method Remove (line 35054) | public bool Remove(TKey key) method Remove (line 35070) | public bool Remove(TKey key, int hash) method Remove (line 35084) | public bool Remove(TKey key, TValue value) method Remove (line 35097) | public bool Remove(TKey key, int hash, TValue value) method Remove (line 35110) | public bool Remove(KeyValuePair item) method TryRemove (line 35125) | public bool TryRemove(TKey key, out TValue value) method TryRemove (line 35140) | public bool TryRemove(TKey key, int hash, out TValue value) method TryRemove (line 35154) | public bool TryRemove(TKey key, TValue value) method TryRemove (line 35168) | public bool TryRemove(TKey key, int hash, TValue value) method KeysToArray (line 35182) | public TKey[] KeysToArray() method ValuesToArray (line 35192) | public TValue[] ValuesToArray() method ToArray (line 35202) | public KeyValuePair[] ToArray() method Clear (line 35210) | public void Clear() method CopyKeysTo (line 35221) | public void CopyKeysTo(TKey[] array, int index) method CopyValuesTo (line 35236) | public void CopyValuesTo(TValue[] array, int index) method CopyTo (line 35251) | public void CopyTo(KeyValuePair[] array, int index) class ConcurrentDictSetIEq (line 35268) | public class ConcurrentDictSetIEq method ConcurrentDictSetIEq (line 35279) | public ConcurrentDictSetIEq(DictSetIEq dict) method AddObject (line 35345) | public bool AddObject(object objkey) method Add (line 35354) | public bool Add(TKey key) method Add (line 35367) | public bool Add(TKey key, int hash) method TryAdd (line 35380) | public bool TryAdd(TKey key) method TryAdd (line 35393) | public bool TryAdd(TKey key, int hash) method AddRange (line 35405) | public void AddRange(IEnumerable keys) method Contains (line 35414) | public bool Contains(TKey key) method Contains (line 35423) | public bool Contains(TKey key, int hash) method Remove (line 35432) | public bool Remove(TKey key) method Remove (line 35445) | public bool Remove(TKey key, int hash) method TryRemove (line 35459) | public bool TryRemove(TKey key) method TryRemove (line 35473) | public bool TryRemove(TKey key, int hash) method ToArray (line 35487) | public TKey[] ToArray() method Clear (line 35495) | public void Clear() method CopyTo (line 35506) | public void CopyTo(TKey[] array, int index) class ConcurrentBigDictIEq (line 35528) | public class ConcurrentBigDictIEq method ConcurrentBigDictIEq (line 35539) | public ConcurrentBigDictIEq(BigDictIEq dict) method AddObject (line 35616) | public void AddObject(object objkey, object objvalue) method Add (line 35625) | public void Add(TKey key, TValue value) method Add (line 35638) | public void Add(TKey key, long hash, TValue value) method TryAdd (line 35651) | public bool TryAdd(TKey key, TValue value) method TryAdd (line 35664) | public bool TryAdd(TKey key, long hash, TValue value) method Add (line 35676) | public void Add(KeyValuePair item) method AddRange (line 35688) | public void AddRange(IEnumerable> items) method Contains (line 35697) | public bool Contains(TKey key) method Contains (line 35706) | public bool Contains(TKey key, long hash) method ContainsKey (line 35715) | public bool ContainsKey(TKey key) method ContainsKey (line 35724) | public bool ContainsKey(TKey key, long hash) method Contains (line 35733) | public bool Contains(TKey key, TValue value) method Contains (line 35742) | public bool Contains(TKey key, long hash, TValue value) method Contains (line 35751) | public bool Contains(KeyValuePair item) method ContainsValue (line 35763) | public bool ContainsValue(TValue value) method Get (line 35774) | public TValue Get(TKey key) method GetOrCreate (line 35788) | public TValue GetOrCreate(TKey key, Func creator) method Get (line 35801) | public TValue Get(TKey key, TValue defaultValue) method Get (line 35814) | public TValue Get(TKey key, long hash) method GetOrCreate (line 35828) | public TValue GetOrCreate(TKey key, long hash, Func crea... method Get (line 35841) | public TValue Get(TKey key, long hash, TValue defaultValue) method GetOrDefault (line 35854) | public TValue GetOrDefault(TKey key) method TryGetValue (line 35863) | public bool TryGetValue(TKey key, out TValue value) method TryGetValue (line 35876) | public bool TryGetValue(TKey key, long hash, out TValue value) method ValueWithKeySkip (line 35890) | public TValue ValueWithKeySkip(TKey key, long skip) method GetAndRemove (line 35905) | public TValue GetAndRemove(TKey key) method Remove (line 35920) | public bool Remove(TKey key) method Remove (line 35936) | public bool Remove(TKey key, long hash) method Remove (line 35950) | public bool Remove(TKey key, TValue value) method Remove (line 35963) | public bool Remove(TKey key, long hash, TValue value) method Remove (line 35976) | public bool Remove(KeyValuePair item) method TryRemove (line 35991) | public bool TryRemove(TKey key, out TValue value) method TryRemove (line 36006) | public bool TryRemove(TKey key, long hash, out TValue value) method TryRemove (line 36020) | public bool TryRemove(TKey key, TValue value) method TryRemove (line 36034) | public bool TryRemove(TKey key, long hash, TValue value) method KeysToArray (line 36048) | public TKey[] KeysToArray() method ValuesToArray (line 36058) | public TValue[] ValuesToArray() method ToArray (line 36068) | public KeyValuePair[] ToArray() method Clear (line 36076) | public void Clear() method CopyKeysTo (line 36087) | public void CopyKeysTo(TKey[] array, long index) method CopyValuesTo (line 36102) | public void CopyValuesTo(TValue[] array, long index) method CopyTo (line 36117) | public void CopyTo(KeyValuePair[] array, long index) class ConcurrentBigDictSetIEq (line 36134) | public class ConcurrentBigDictSetIEq method ConcurrentBigDictSetIEq (line 36145) | public ConcurrentBigDictSetIEq(BigDictSetIEq dict) method AddObject (line 36200) | public bool AddObject(object objkey) method Add (line 36209) | public bool Add(TKey key) method Add (line 36222) | public bool Add(TKey key, long hash) method TryAdd (line 36235) | public bool TryAdd(TKey key) method TryAdd (line 36248) | public bool TryAdd(TKey key, long hash) method AddRange (line 36260) | public void AddRange(IEnumerable keys) method Contains (line 36269) | public bool Contains(TKey key) method Contains (line 36278) | public bool Contains(TKey key, long hash) method Remove (line 36287) | public bool Remove(TKey key) method Remove (line 36300) | public bool Remove(TKey key, long hash) method TryRemove (line 36314) | public bool TryRemove(TKey key) method TryRemove (line 36328) | public bool TryRemove(TKey key, long hash) method ToArray (line 36342) | public TKey[] ToArray() method Clear (line 36350) | public void Clear() method CopyTo (line 36361) | public void CopyTo(TKey[] array, long index) class FastConcurrentDictIEq (line 36383) | public class FastConcurrentDictIEq method FastConcurrentDictIEq (line 36410) | public FastConcurrentDictIEq(bool stackDuplicateKeys = false) method FastConcurrentDictIEq (line 36421) | public FastConcurrentDictIEq(int initialCapacity) method FastConcurrentDictIEq (line 36433) | public FastConcurrentDictIEq(int initialCapacity, bool stackDuplicateK... method FastConcurrentDictIEq (line 36445) | public FastConcurrentDictIEq(IEnumerable> i... method FastConcurrentDictIEq (line 36453) | private FastConcurrentDictIEq( method AddObject (line 36808) | public void AddObject(object objkey, object objvalue) method Add (line 36817) | public void Add(TKey key, TValue value) method Add (line 36877) | public void Add(TKey key, int hash, TValue value) method TryAdd (line 36936) | public bool TryAdd(TKey key, TValue value) method TryAdd (line 36997) | public bool TryAdd(TKey key, int hash, TValue value) method Add (line 37056) | public void Add(KeyValuePair item) method AddRange (line 37064) | public void AddRange(IEnumerable> items) method Contains (line 37073) | public bool Contains(TKey key) method Contains (line 37098) | public bool Contains(TKey key, int hash) method ContainsKey (line 37122) | public bool ContainsKey(TKey key) method ContainsKey (line 37147) | public bool ContainsKey(TKey key, int hash) method Contains (line 37171) | public bool Contains(TKey key, TValue value) method Contains (line 37198) | public bool Contains(TKey key, int hash, TValue value) method Contains (line 37224) | public bool Contains(KeyValuePair item) method ContainsValue (line 37232) | public bool ContainsValue(TValue value) method Get (line 37254) | public TValue Get(TKey key) method GetOrCreate (line 37281) | public TValue GetOrCreate(TKey key, Func creator) method AddCreated (line 37307) | TValue AddCreated(TKey key, int hash, TValue value) method Get (line 37369) | public TValue Get(TKey key, TValue defaultValue) method Get (line 37395) | public TValue Get(TKey key, int hash) method GetOrCreate (line 37421) | public TValue GetOrCreate(TKey key, int hash, Func creator) method Get (line 37450) | public TValue Get(TKey key, int hash, TValue defaultValue) method GetOrDefault (line 37475) | public TValue GetOrDefault(TKey key) method TryGetValue (line 37484) | public bool TryGetValue(TKey key, out TValue value) method TryGetValue (line 37516) | public bool TryGetValue(TKey key, int hash, out TValue value) method ValuesWithKey (line 37548) | public IEnumerable ValuesWithKey(TKey key) method ValueWithKeySkip (line 37584) | public TValue ValueWithKeySkip(TKey key, int skip) method GetAndRemove (line 37618) | public TValue GetAndRemove(TKey key) method Remove (line 37632) | public bool Remove(TKey key) method Remove (line 37644) | public bool Remove(TKey key, int hash) method Remove (line 37654) | public bool Remove(TKey key, TValue value) method Remove (line 37663) | public bool Remove(TKey key, int hash, TValue value) method Remove (line 37672) | public bool Remove(KeyValuePair item) method TryRemove (line 37683) | public bool TryRemove(TKey key, out TValue value) method TryRemove (line 37759) | public bool TryRemove(TKey key, int hash, out TValue value) method TryRemove (line 37833) | public bool TryRemove(TKey key, TValue value) method TryRemove (line 37904) | public bool TryRemove(TKey key, int hash, TValue value) method KeysToArray (line 37974) | public TKey[] KeysToArray() method ValuesToArray (line 37986) | public TValue[] ValuesToArray() method ToArray (line 37998) | public KeyValuePair[] ToArray() method Clear (line 38008) | public void Clear() method CopyKeysTo (line 38025) | public void CopyKeysTo(TKey[] array, int index) method CopyValuesTo (line 38048) | public void CopyValuesTo(TValue[] array, int index) method CopyTo (line 38071) | public void CopyTo(KeyValuePair[] array, int index) method GetEnumerator (line 38094) | IEnumerator> IEnumerable method FastConcurrentDictSetIEq (line 38326) | public FastConcurrentDictSetIEq() method FastConcurrentDictSetIEq (line 38334) | public FastConcurrentDictSetIEq(int initialCapacity) method FastConcurrentDictSetIEq (line 38344) | public FastConcurrentDictSetIEq(IEnumerable items) method FastConcurrentDictSetIEq (line 38350) | private FastConcurrentDictSetIEq( method AddObject (line 38508) | public bool AddObject(object objkey) method Add (line 38517) | public bool Add(TKey key) method Add (line 38575) | public bool Add(TKey key, int hash) method TryAdd (line 38632) | public bool TryAdd(TKey key) method TryAdd (line 38690) | public bool TryAdd(TKey key, int hash) method AddRange (line 38746) | public void AddRange(IEnumerable keys) method Contains (line 38755) | public bool Contains(TKey key) method Contains (line 38780) | public bool Contains(TKey key, int hash) method Remove (line 38804) | public bool Remove(TKey key) method Remove (line 38813) | public bool Remove(TKey key, int hash) method TryRemove (line 38823) | public bool TryRemove(TKey key) method TryRemove (line 38894) | public bool TryRemove(TKey key, int hash) method ToArray (line 38964) | public TKey[] ToArray() method Clear (line 38974) | public void Clear() method CopyTo (line 38991) | public void CopyTo(TKey[] array, int index) method GetEnumerator (line 39012) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 39023) | IEnumerator IEnumerable.GetEnumerator() method ComputeIncreaseThreshold (line 39034) | private uint ComputeIncreaseThreshold(uint capacity) method ComputeDecreaseThreshold (line 39039) | private uint ComputeDecreaseThreshold(uint capacity) method AddSlotsToFreeList (line 39044) | private static int AddSlotsToFreeList( method IncreaseCapacity (line 39054) | private void IncreaseCapacity() method DecreaseCapacity (line 39059) | private void DecreaseCapacity() method Add (line 39069) | private static void Add( method Resize (line 39106) | private void Resize(uint newCapacity, uint oldCapacity) method ReportStats (line 39193) | private void ReportStats( class FastConcurrentBigDictIEq (line 39221) | public class FastConcurrentBigDictIEq method FastConcurrentBigDictIEq (line 39249) | public FastConcurrentBigDictIEq(Func hfun, bool stackDupli... method FastConcurrentBigDictIEq (line 39260) | public FastConcurrentBigDictIEq(Func hfun, long initialCap... method FastConcurrentBigDictIEq (line 39272) | public FastConcurrentBigDictIEq(Func hfun, long initialCap... method FastConcurrentBigDictIEq (line 39284) | public FastConcurrentBigDictIEq(Func hfun, IEnumerable item) method AddRange (line 39893) | public void AddRange(IEnumerable> items) method Contains (line 39902) | public bool Contains(TKey key) method Contains (line 39927) | public bool Contains(TKey key, long hash) method ContainsKey (line 39951) | public bool ContainsKey(TKey key) method ContainsKey (line 39976) | public bool ContainsKey(TKey key, long hash) method Contains (line 40000) | public bool Contains(TKey key, TValue value) method Contains (line 40027) | public bool Contains(TKey key, long hash, TValue value) method Contains (line 40053) | public bool Contains(KeyValuePair item) method ContainsValue (line 40061) | public bool ContainsValue(TValue value) method Get (line 40083) | public TValue Get(TKey key) method GetOrCreate (line 40110) | public TValue GetOrCreate(TKey key, Func creator) method AddCreated (line 40136) | TValue AddCreated(TKey key, long hash, TValue value) method Get (line 40198) | public TValue Get(TKey key, TValue defaultValue) method Get (line 40224) | public TValue Get(TKey key, long hash) method GetOrCreate (line 40250) | public TValue GetOrCreate(TKey key, long hash, Func crea... method Get (line 40279) | public TValue Get(TKey key, long hash, TValue defaultValue) method GetOrDefault (line 40304) | public TValue GetOrDefault(TKey key) method TryGetValue (line 40313) | public bool TryGetValue(TKey key, out TValue value) method TryGetValue (line 40345) | public bool TryGetValue(TKey key, long hash, out TValue value) method ValuesWithKey (line 40377) | public IEnumerable ValuesWithKey(TKey key) method ValueWithKeySkip (line 40413) | public TValue ValueWithKeySkip(TKey key, long skip) method GetAndRemove (line 40447) | public TValue GetAndRemove(TKey key) method Remove (line 40461) | public bool Remove(TKey key) method Remove (line 40473) | public bool Remove(TKey key, long hash) method Remove (line 40483) | public bool Remove(TKey key, TValue value) method Remove (line 40492) | public bool Remove(TKey key, long hash, TValue value) method Remove (line 40501) | public bool Remove(KeyValuePair item) method TryRemove (line 40512) | public bool TryRemove(TKey key, out TValue value) method TryRemove (line 40588) | public bool TryRemove(TKey key, long hash, out TValue value) method TryRemove (line 40662) | public bool TryRemove(TKey key, TValue value) method TryRemove (line 40733) | public bool TryRemove(TKey key, long hash, TValue value) method KeysToArray (line 40803) | public TKey[] KeysToArray() method ValuesToArray (line 40815) | public TValue[] ValuesToArray() method ToArray (line 40827) | public KeyValuePair[] ToArray() method Clear (line 40837) | public void Clear() method CopyKeysTo (line 40854) | public void CopyKeysTo(TKey[] array, long index) method CopyValuesTo (line 40877) | public void CopyValuesTo(TValue[] array, long index) method CopyTo (line 40900) | public void CopyTo(KeyValuePair[] array, long index) method GetEnumerator (line 40923) | IEnumerator> IEnumerable method FastConcurrentBigDictSetIEq (line 41156) | public FastConcurrentBigDictSetIEq(Func hfun) method FastConcurrentBigDictSetIEq (line 41164) | public FastConcurrentBigDictSetIEq(Func hfun, long initial... method FastConcurrentBigDictSetIEq (line 41174) | public FastConcurrentBigDictSetIEq(Func hfun, IEnumerable<... method FastConcurrentBigDictSetIEq (line 41180) | private FastConcurrentBigDictSetIEq( method AddObject (line 41328) | public bool AddObject(object objkey) method Add (line 41337) | public bool Add(TKey key) method Add (line 41395) | public bool Add(TKey key, long hash) method TryAdd (line 41452) | public bool TryAdd(TKey key) method TryAdd (line 41510) | public bool TryAdd(TKey key, long hash) method AddRange (line 41566) | public void AddRange(IEnumerable keys) method Contains (line 41575) | public bool Contains(TKey key) method Contains (line 41600) | public bool Contains(TKey key, long hash) method Remove (line 41624) | public bool Remove(TKey key) method Remove (line 41633) | public bool Remove(TKey key, long hash) method TryRemove (line 41643) | public bool TryRemove(TKey key) method TryRemove (line 41714) | public bool TryRemove(TKey key, long hash) method ToArray (line 41784) | public TKey[] ToArray() method Clear (line 41794) | public void Clear() method CopyTo (line 41811) | public void CopyTo(TKey[] array, long index) method GetEnumerator (line 41832) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 41843) | IEnumerator IEnumerable.GetEnumerator() method ComputeIncreaseThreshold (line 41854) | private ulong ComputeIncreaseThreshold(ulong capacity) method ComputeDecreaseThreshold (line 41859) | private ulong ComputeDecreaseThreshold(ulong capacity) method AddSlotsToFreeList (line 41864) | private static long AddSlotsToFreeList( method IncreaseCapacity (line 41874) | private void IncreaseCapacity() method DecreaseCapacity (line 41879) | private void DecreaseCapacity() method Add (line 41889) | private static void Add( method Resize (line 41926) | private void Resize(ulong newCapacity, ulong oldCapacity) method ReportStats (line 42013) | private void ReportStats( type DictReport (line 42035) | [Flags] class ConcurrentDataModifiedException (line 42041) | public class ConcurrentDataModifiedException : Exception method ConcurrentDataModifiedException (line 42043) | public ConcurrentDataModifiedException() type HashKeyValue (line 42051) | [StructLayout(LayoutKind.Sequential)] type NextHashKeyValue (line 42059) | [StructLayout(LayoutKind.Sequential)] type HashKeyValueNext (line 42066) | [StructLayout(LayoutKind.Sequential)] type HashKey (line 42073) | [StructLayout(LayoutKind.Sequential)] type NextHashKey (line 42080) | [StructLayout(LayoutKind.Sequential)] type HashKeyNext (line 42087) | [StructLayout(LayoutKind.Sequential)] type IntValue (line 42094) | [StructLayout(LayoutKind.Sequential)] type NextIntValue (line 42101) | [StructLayout(LayoutKind.Sequential)] type IntValueNext (line 42108) | [StructLayout(LayoutKind.Sequential)] type NextInt (line 42115) | [StructLayout(LayoutKind.Sequential)] type IntNext (line 42122) | [StructLayout(LayoutKind.Sequential)] type HashKeyValueLong (line 42129) | [StructLayout(LayoutKind.Sequential)] type NextHashKeyValueLong (line 42137) | [StructLayout(LayoutKind.Sequential)] type HashKeyValueNextLong (line 42144) | [StructLayout(LayoutKind.Sequential)] type HashKeyLong (line 42151) | [StructLayout(LayoutKind.Sequential)] type NextHashKeyLong (line 42158) | [StructLayout(LayoutKind.Sequential)] type HashKeyNextLong (line 42165) | [StructLayout(LayoutKind.Sequential)] type LongValue (line 42172) | [StructLayout(LayoutKind.Sequential)] type NextLongValue (line 42179) | [StructLayout(LayoutKind.Sequential)] type LongValueNext (line 42186) | [StructLayout(LayoutKind.Sequential)] type NextLong (line 42193) | [StructLayout(LayoutKind.Sequential)] type LongNext (line 42200) | [StructLayout(LayoutKind.Sequential)] type SymbolValue (line 42207) | [StructLayout(LayoutKind.Sequential)] type NextSymbolValue (line 42214) | [StructLayout(LayoutKind.Sequential)] type SymbolValueNext (line 42221) | [StructLayout(LayoutKind.Sequential)] type NextSymbol (line 42228) | [StructLayout(LayoutKind.Sequential)] type SymbolNext (line 42235) | [StructLayout(LayoutKind.Sequential)] class DictConstant (line 42242) | public static class DictConstant FILE: src/Aardvark.Base/Symbol/Dict_template.cs class __type__ (line 79) | public class __type__/*# if (isGeneric) { */ hfun/*# } i... method __type__ (line 149) | public __type__(/*# if (fun) { */Func<__tkey__, __itype__> hfun, /*# }... method __type__ (line 164) | public __type__(/*# if (fun) { */Func<__tkey__, __itype__> hfun, /*# }... method __type__ (line 179) | public __type__(/*# if (fun) { */Func<__tkey__, __itype__> hfun, /*# }... method __type__ (line 197) | public __type__(IEnumerable.Add(__tkey__ key) method __tryPrefix__Add (line 739) | public __rtype__ __tryPrefix__Add(__tkey__ key/*# method Add (line 844) | public void Add(string key/*# if (hasValue) { */, __tvalue__ value/*# ... method Add (line 862) | public void Add(KeyValuePair item) method Add (line 881) | public void Add(KeyValuePair<__tkey__, TValue> item) method AddRange (line 897) | public void AddRange(IEnumerable> items) method AddRange (line 906) | public void AddRange(IEnumerable<__tkey__> keys) method Contains__keyStr__ (line 918) | public bool Contains__keyStr__(__tkey__ key/*# if (hasHashPar) { */, _... method Contains (line 957) | public bool Contains(__tkey__ key/*# if (hasHashPar) { */, __itype__ h... method Contains (line 995) | public bool Contains(KeyValuePair<__tkey__, TValue> item) method ContainsValue (line 1012) | public bool ContainsValue(TValue value) method Get__orCreate__ (line 1055) | public TValue Get__orCreate__(__tkey__ key/*# method AddCreated (line 1113) | __tvalue__ AddCreated(__tkey__ key, __itype__ hash, __tvalue__ value) method GetOrDefault (line 1187) | public TValue GetOrDefault(__tkey__ key) method TryGetValue (line 1197) | public bool TryGetValue(__tkey__ key, /*# method ValuesWithKey (line 1248) | public IEnumerable ValuesWithKey(__tkey__ key) method GetValuesEnumerator (line 1296) | public ValueEnumerator GetValuesEnumerator() type ValueEnumerator (line 1301) | public struct ValueEnumerator : IEnumerator method ValueEnumerator (line 1305) | public ValueEnumerator(__type__/*# if (isGeneric) { */ m_inner.Dispose(); method MoveNext (line 1316) | public bool MoveNext() => m_inner.MoveNext(); method Reset (line 1318) | public void Reset() => m_inner.Reset(); method GetValuesWithKeyEnumerator (line 1328) | public ValuesWithKeyEnumerator GetValuesWithKeyEnumerator(__tkey__ key) type ValuesWithKeyEnumerator (line 1333) | public struct ValuesWithKeyEnumerator : IEnumerator method ValuesWithKeyEnumerator (line 1341) | public ValuesWithKeyEnumerator(__type__/*# if (isGeneric) { */ item) method TryRemove (line 1531) | public bool TryRemove(__tkey__ key/*# if (hasHashPar) { */, __itype__ ... method TryRemove (line 1637) | public bool TryRemove(__tkey__ key/*# if (hasHashPar) { */, __itype__ ... method __KeysValues__ToArray (line 1738) | public __tkeyvalue__[] __KeysValues__ToArray() method ToArray (line 1758) | public KeyValuePair<__tkey__, TValue>[] ToArray() method Clear (line 1773) | public void Clear() method Copy__KeysValues__To (line 1806) | public void Copy__KeysValues__To(__tkeyvalue__[] array, __itype__ index) method CopyTo (line 1845) | public void CopyTo(KeyValuePair<__tkey__, TValue>[] array, __itype__ i... method CopyTo (line 1877) | public void CopyTo(Array array, int index) method AsConcurrent (line 1890) | public __ctype____tpar__ AsConcurrent() method Add (line 1897) | public void Add(TypedSymbol key, TType value) method Contains (line 1903) | public bool Contains(TypedSymbol key) method ContainsKey (line 1909) | public bool ContainsKey(TypedSymbol key) method Get (line 1915) | public TType Get(TypedSymbol key) method Get (line 1921) | public TType Get(TypedSymbol key, TType defaultValue) method GetOrDefault (line 1929) | public TType GetOrDefault(TypedSymbol key) method Remove (line 1937) | public bool Remove(TypedSymbol key) method Set (line 1943) | public void Set(TypedSymbol key, TType value) method TryGetValue (line 1949) | public bool TryGetValue(TypedSymbol key, out TType value) method GetAs (line 1958) | public TType GetAs(__tkey__ key) method GetAs (line 1964) | public TType GetAs(__tkey__ key, TType defaultValue) method GetAsOrDefault (line 1972) | public TType GetAsOrDefault(__tkey__ key) method GetEnumerator (line 1984) | KeyValuePair/*# } */> ... method GetEnumerator (line 1999) | IEnumerator IEnumerable.GetEnumerator() class KeyCollection (line 2016) | private sealed class KeyCollection(__type____tpar__ parent) : ICollect... method CopyTo (line 2018) | public void CopyTo(__tkey__[] array, int index) => parent.CopyKeysTo... method Add (line 2024) | void ICollection<__tkey__>.Add(__tkey__ item) => throw new NotSuppor... method Clear (line 2026) | void ICollection<__tkey__>.Clear() => throw new NotSupportedExceptio... method Contains (line 2028) | public bool Contains(__tkey__ item) => parent.ContainsKey(item); method Remove (line 2030) | bool ICollection<__tkey__>.Remove(__tkey__ item) => throw new NotSup... method GetEnumerator (line 2032) | IEnumerator<__tkey__> IEnumerable<__tkey__>.GetEnumerator() => new E... method GetEnumerator (line 2034) | IEnumerator IEnumerable.GetEnumerator() => ((IEnumerable<__tkey__>)t... method CopyTo (line 2036) | void ICollection.CopyTo(Array array, int index) class Enumerator (line 2046) | private class Enumerator(__type____tpar__ dictionary) : IEnumerator<... method Dispose (line 2050) | public void Dispose() => _inner.Dispose(); method MoveNext (line 2051) | public bool MoveNext() => _inner.MoveNext(); method Reset (line 2054) | void IEnumerator.Reset() => _inner.Reset(); class ValueCollection (line 2058) | private sealed class ValueCollection(__type____tpar__ parent) : IColle... method CopyTo (line 2060) | public void CopyTo(TValue[] array, int index) => parent.CopyValuesTo... method Add (line 2066) | void ICollection.Add(TValue item) => throw new NotSupportedE... method Clear (line 2068) | void ICollection.Clear() => throw new NotSupportedException(); method Contains (line 2070) | public bool Contains(TValue item) => parent.ContainsValue(item); method Remove (line 2072) | bool ICollection.Remove(TValue item) => throw new NotSupport... method GetEnumerator (line 2074) | IEnumerator IEnumerable.GetEnumerator() => new Enume... method GetEnumerator (line 2076) | IEnumerator IEnumerable.GetEnumerator() => ((IEnumerable)thi... method CopyTo (line 2078) | void ICollection.CopyTo(Array array, int index) class Enumerator (line 2088) | private class Enumerator(__type____tpar__ dictionary) : IEnumerator<... method Dispose (line 2092) | public void Dispose() => _inner.Dispose(); method MoveNext (line 2093) | public bool MoveNext() => _inner.MoveNext(); method Reset (line 2096) | void IEnumerator.Reset() => _inner.Reset(); method GetEnumerator (line 2105) | public Enumerator GetEnumerator() { return new Enumerator(this); } type Enumerator (line 2107) | public struct Enumerator : IEnumerator : IDict method SingleEntryDict (line 18) | public SingleEntryDict(TKey key, TValue value) method Add (line 63) | public void Add(TKey key, TValue value) method ContainsKey (line 74) | public bool ContainsKey(TKey key) method Remove (line 79) | public bool Remove(TKey key) method TryGetValue (line 88) | public bool TryGetValue(TKey key, out TValue value) class SingleValueDict (line 106) | public class SingleValueDict : IDict, IEnume... method SingleValueDict (line 113) | public SingleValueDict(TValue value) method SingleValueDict (line 119) | public SingleValueDict(IDictSet keySet, TValue value) method Add (line 162) | public void Add(TKey key, TValue value) method ContainsKey (line 172) | public bool ContainsKey(TKey key) method Remove (line 177) | public bool Remove(TKey key) method TryGetValue (line 182) | public bool TryGetValue(TKey key, out TValue value) method GetEnumerator (line 198) | public IEnumerator> GetEnumerator() method GetEnumerator (line 207) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class UniversalDict (line 218) | public class UniversalDict : IDict method UniversalDict (line 224) | public UniversalDict(TValue value) method Add (line 261) | public void Add(TKey key, TValue value) method ContainsKey (line 267) | public bool ContainsKey(TKey key) method Remove (line 272) | public bool Remove(TKey key) method TryGetValue (line 277) | public bool TryGetValue(TKey key, out TValue value) class UnionDict (line 289) | public class UnionDict : IDict, IEnumerable<... method UnionDict (line 295) | public UnionDict() method UnionDict (line 300) | public UnionDict(IEnumerable> dicts) method UnionDict (line 305) | public UnionDict(params IDict[] dictArray) method Add (line 319) | public void Add(IDict dict) method Add (line 362) | public void Add(TKey key, TValue value) method ContainsKey (line 367) | public bool ContainsKey(TKey key) method Remove (line 375) | public bool Remove(TKey key) method TryGetValue (line 380) | public bool TryGetValue(TKey key, out TValue value) method GetEnumerator (line 393) | public IEnumerator> GetEnumerator() method GetEnumerator (line 402) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class SingleDeltaDict (line 414) | public class SingleDeltaDict : IDict, IDictD... method SingleDeltaDict (line 423) | public SingleDeltaDict(IDict baseDict, TKey key, TValue ... method Add (line 482) | public void Add(TKey key, TValue value) method ContainsKey (line 487) | public bool ContainsKey(TKey key) method Remove (line 493) | public bool Remove(TKey key) method TryGetValue (line 498) | public bool TryGetValue(TKey key, out TValue value) method GetEnumerator (line 518) | public IEnumerator> GetEnumerator() method GetEnumerator (line 527) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class DeltaDict (line 540) | public class DeltaDict : IDict, IDictDepth, ... method DeltaDict (line 548) | public DeltaDict(IDict baseDict, Dict delt... method Add (line 599) | public void Add(TKey key, TValue value) method ContainsKey (line 604) | public bool ContainsKey(TKey key) method Remove (line 610) | public bool Remove(TKey key) method TryGetValue (line 615) | public bool TryGetValue(TKey key, out TValue value) method GetEnumerator (line 632) | public IEnumerator> GetEnumerator() method GetEnumerator (line 641) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class SingleValueSymbolDict (line 654) | public class SingleValueSymbolDict : IDict, IEnu... method SingleValueSymbolDict (line 661) | public SingleValueSymbolDict(IDictSet keySet, TValue value) method SingleValueSymbolDict (line 667) | public SingleValueSymbolDict(TValue value) method Add (line 710) | public void Add(Symbol key, TValue value) method ContainsKey (line 720) | public bool ContainsKey(Symbol key) method Remove (line 725) | public bool Remove(Symbol key) method TryGetValue (line 730) | public bool TryGetValue(Symbol key, out TValue value) method GetEnumerator (line 746) | public IEnumerator> GetEnumerator() method GetEnumerator (line 755) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class UniversalSymbolDict (line 767) | public class UniversalSymbolDict : IDict method UniversalSymbolDict (line 773) | public UniversalSymbolDict(TValue value) method Add (line 810) | public void Add(Symbol key, TValue value) method ContainsKey (line 816) | public bool ContainsKey(Symbol key) method Remove (line 821) | public bool Remove(Symbol key) method TryGetValue (line 826) | public bool TryGetValue(Symbol key, out TValue value) class UnionSymbolDict (line 838) | public class UnionSymbolDict : IDict, IEnumerabl... method UnionSymbolDict (line 844) | public UnionSymbolDict() method UnionSymbolDict (line 849) | public UnionSymbolDict(IEnumerable> dicts) method UnionSymbolDict (line 854) | public UnionSymbolDict(params IDict[] dictArray) method Add (line 868) | public void Add(IDict dict) method Add (line 919) | public void Add(Symbol key, TValue value) method ContainsKey (line 924) | public bool ContainsKey(Symbol key) method Remove (line 932) | public bool Remove(Symbol key) method TryGetValue (line 937) | public bool TryGetValue(Symbol key, out TValue value) method GetEnumerator (line 950) | public IEnumerator> GetEnumerator() method GetEnumerator (line 959) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class SingleDeltaSymbolDict (line 971) | public class SingleDeltaSymbolDict : IDict, IEnu... method SingleDeltaSymbolDict (line 979) | public SingleDeltaSymbolDict(IDict baseDict, Symbol ke... method Add (line 1036) | public void Add(Symbol key, TValue value) method ContainsKey (line 1041) | public bool ContainsKey(Symbol key) method Remove (line 1047) | public bool Remove(Symbol key) method TryGetValue (line 1052) | public bool TryGetValue(Symbol key, out TValue value) method GetEnumerator (line 1066) | public IEnumerator> GetEnumerator() method GetEnumerator (line 1075) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class DeltaSymbolDict (line 1087) | public class DeltaSymbolDict : IDict, IEnumerabl... method DeltaSymbolDict (line 1094) | public DeltaSymbolDict(IDict baseDict, IDict> GetEnumerator() method GetEnumerator (line 1179) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class IDictExtensions (line 1187) | public static class IDictExtensions method WithAdded (line 1195) | public static IDict WithAdded( method WithAdded (line 1210) | public static IDict WithAdded( method WithAdded (line 1222) | public static IDict WithAdded( method WithAdded (line 1237) | public static IDict WithAdded( method ContainsKey (line 1244) | public static bool ContainsKey( method Get (line 1251) | public static TType Get( method Get (line 1258) | public static TType Get( method GetOrDefault (line 1267) | public static TType GetOrDefault( method TryGetValue (line 1276) | public static bool TryGetValue( class DictFun (line 1295) | public static class DictFun method GetArray (line 1297) | public static T[] GetArray(this SymbolDict dict, Symbol name) method GetArray (line 1305) | public static T[] GetArray(this SymbolDict dict, Symbol name... method Copy (line 1312) | public static SymbolDict Copy( method Copy (line 1321) | public static SymbolDict Copy( method Copy (line 1331) | public static SymbolDict Copy( method Copy (line 1344) | public static SymbolDict Copy( method KeyValueParisWith (line 1361) | public static IEnumerable> KeyValueParisWith(this Dict dict, Tk key) method RemoveWithValue (line 1372) | public static void RemoveWithValue(this Dict dict, Tk ... method PopWithValue (line 1380) | public static IEnumerable PopWithValue(this Dict d... method PopAll (line 1394) | public static IEnumerable PopAll(this Dict dict, T... method Pop (line 1408) | public static int Pop(this IntSet self) method TryPop (line 1417) | public static T TryPop(this SymbolDict self, Symbol key) FILE: src/Aardvark.Base/Symbol/IDict.cs type IIntCountable (line 8) | public interface IIntCountable type ICountable (line 13) | public interface ICountable type IDict (line 18) | public interface IDict method AddObject (line 25) | void AddObject(object key, object value); method Clear (line 26) | void Clear(); method Add (line 39) | void Add(TKey key, TValue value); method ContainsKey (line 40) | bool ContainsKey(TKey key); method Remove (line 41) | bool Remove(TKey key); method TryGetValue (line 42) | bool TryGetValue(TKey key, out TValue value); type ICountableDict (line 29) | public interface ICountableDict : ICountable, IDict type IDict (line 33) | public interface IDict method AddObject (line 25) | void AddObject(object key, object value); method Clear (line 26) | void Clear(); method Add (line 39) | void Add(TKey key, TValue value); method ContainsKey (line 40) | bool ContainsKey(TKey key); method Remove (line 41) | bool Remove(TKey key); method TryGetValue (line 42) | bool TryGetValue(TKey key, out TValue value); type IDictDepth (line 45) | public interface IDictDepth type IDictSet (line 51) | public interface IDictSet method AddObject (line 57) | bool AddObject(object obj); method Clear (line 58) | void Clear(); method Add (line 68) | bool Add(TKey item); method Contains (line 69) | bool Contains(TKey item); method Remove (line 70) | bool Remove(TKey item); type ICountableDictSet (line 61) | public interface ICountableDictSet : ICountable, IDictSet type IDictSet (line 65) | public interface IDictSet method AddObject (line 57) | bool AddObject(object obj); method Clear (line 58) | void Clear(); method Add (line 68) | bool Add(TKey item); method Contains (line 69) | bool Contains(TKey item); method Remove (line 70) | bool Remove(TKey item); FILE: src/Aardvark.Base/Symbol/SymMapBase.cs class SymMapBase (line 5) | public class SymMapBase method SymMapBase (line 12) | public SymMapBase(Symbol typeName, SymbolDict ht) method SymMapBase (line 18) | public SymMapBase() method SymMapBase (line 22) | public SymMapBase(Symbol typeName) method SymMapBase (line 26) | public SymMapBase(SymMapBase map) method SymMapBase (line 35) | public SymMapBase(SymMapBase map, SymbolDict overrides) method Get (line 101) | public T Get(TypedSymbol key) => m_ht.Get(key); method GetOrDefault (line 103) | public T GetOrDefault(TypedSymbol key) => m_ht.GetOrDefault(key); method Get (line 105) | public T Get(TypedSymbol key, T defaultValue) => m_ht.Get(key, d... method Get (line 107) | public T Get(Symbol key) => m_ht.TryGetValue(key, out object r) ? (... method Get (line 109) | public T Get(Symbol key, T defaultValue) => m_ht.TryGetValue(key, o... method Set (line 111) | public void Set(TypedSymbol key, T value) => m_ht.Set(key, value); method Contains (line 120) | public bool Contains(Symbol key) => m_ht.Contains(key); FILE: src/Aardvark.Base/Symbol/SymMapBaseTraversal.cs class SymMapBaseTraversal (line 9) | public class SymMapBaseTraversal type Mode (line 11) | public enum Mode type Visit (line 17) | [Flags] method SymMapBaseTraversal (line 32) | public SymMapBaseTraversal() method SymMapBaseTraversal (line 38) | public SymMapBaseTraversal(Mode mode) method SymMapBaseTraversal (line 44) | public SymMapBaseTraversal(Visit visit) method SymMapBaseTraversal (line 50) | public SymMapBaseTraversal(Mode mode, Visit visit) method Traverse (line 68) | public SymMapBase Traverse(SymMapBase map) class SymMapBaseCollectionTraversal (line 218) | public class SymMapBaseCollectionTraversal method Collect (line 220) | [Obsolete("Use Symbol overload")] method Collect (line 224) | public static List Collect(SymMapBase root, Symbol typenam... method SymMapBaseCollectionTraversal (line 227) | public SymMapBaseCollectionTraversal(SymMapBase root) => m_root = root; method SymMapBaseCollectionTraversal (line 229) | public SymMapBaseCollectionTraversal(SymMapBase root, TextWriter debug... method Collect (line 237) | [Obsolete("Use Symbol overload")] method Collect (line 243) | public List Collect(Symbol typenameToCollect) method Visit (line 268) | private SymMapBase Visit(SymMapBase m, SymMapBaseTraversal.Visit visit) FILE: src/Aardvark.Base/Symbol/Symbol.cs type Symbol (line 7) | public readonly struct Symbol : IEquatable, IComparable,... method Symbol (line 17) | internal Symbol(int id) => Id = id; method Create (line 23) | public static Symbol Create(string str) => SymbolManager.GetSymbol(str); method CreateNewGuid (line 25) | public static Symbol CreateNewGuid() => SymbolManager.GetSymbol(Guid.N... method Create (line 27) | public static Symbol Create(Guid guid) => SymbolManager.GetSymbol(guid); method GetHashCode (line 57) | public override int GetHashCode() => Id; method Equals (line 59) | public override bool Equals(object obj) => (obj is Symbol symbol) ? (I... method ToString (line 61) | public override string ToString() => SymbolManager.GetString(Id); method ToGuid (line 63) | public Guid ToGuid() => SymbolManager.GetGuid(Id); method Equals (line 69) | public bool Equals(Symbol other) => Id == other.Id; method CompareTo (line 75) | public int CompareTo(object obj) method CompareTo (line 85) | public int CompareTo(Symbol other) => Id.CompareTo(other.Id); type ITypedSymbol (line 112) | public interface ITypedSymbol method GetSymbol (line 114) | Symbol GetSymbol(); method GetSymbolType (line 115) | Type GetSymbolType(); type TypedSymbol (line 123) | public readonly struct TypedSymbol : ITypedSymbol method TypedSymbol (line 129) | public TypedSymbol(string str) => Symbol = str; method TypedSymbol (line 131) | public TypedSymbol(Symbol symbol) => Symbol = symbol; method GetSymbol (line 137) | public Symbol GetSymbol() => Symbol; method GetSymbolType (line 139) | public Type GetSymbolType() => typeof(T); class SymbolExtensions (line 150) | public static class SymbolExtensions method ToSymbol (line 152) | public static Symbol ToSymbol(this string str) => Symbol.Create(str); method WithType (line 154) | public static TypedSymbol WithType(this Symbol symbol) => new Ty... method ToSymbol (line 159) | public static Symbol ToSymbol(this object self) => Symbol.Create(self.... class SymbolManager (line 162) | internal static class SymbolManager method SymbolManager (line 170) | static SymbolManager() method GetSymbol (line 176) | internal static Symbol GetSymbol(Guid guid) method GetSymbol (line 197) | internal static Symbol GetSymbol(string str) method GetGuid (line 220) | internal static Guid GetGuid(int id) method GetString (line 235) | internal static string GetString(int id) FILE: src/Aardvark.Base/Text/Text.cs type Text (line 14) | public struct Text : IEquatable method Text (line 22) | public Text(string str) method Text (line 29) | public Text(string str, int start) method Text (line 36) | public Text(string str, int start, int count) method Text (line 43) | public Text(int start, int end, string str) method IndexOf (line 82) | public readonly int IndexOf(char ch) method IndexOf (line 88) | public readonly int IndexOf(string str) method IndexOf (line 94) | public readonly int IndexOf(char ch, int start) method IndexOf (line 102) | public readonly int IndexOf(string str, int start) method IndexOf (line 110) | public readonly int IndexOf(char ch, int start, int count) method IndexOf (line 118) | public readonly int IndexOf(string str, int start, int count) method LastIndexOf (line 126) | public readonly int LastIndexOf(char ch) method LastIndexOf (line 132) | public readonly int LastIndexOf(string str) method LastIndexOf (line 138) | public readonly int LastIndexOf(char ch, int start) method LastIndexOf (line 146) | public readonly int LastIndexOf(string str, int start) method LastIndexOf (line 154) | public readonly int LastIndexOf(char ch, int start, int count) method LastIndexOf (line 162) | public readonly int LastIndexOf(string str, int start, int count) method Sub (line 180) | public readonly Text Sub(int start, int end) method SubString (line 189) | public readonly string SubString(int start, int count) method SubText (line 197) | public readonly Text SubText(int start) method SubText (line 203) | public readonly Text SubText(int start, int count) method StartsWith (line 211) | public readonly bool StartsWith(string prefix) method EndsWith (line 220) | public readonly bool EndsWith(string postfix) method StartsWith (line 229) | public readonly bool StartsWith(Text prefix) method EndsWith (line 238) | public readonly bool EndsWith(Text postfix) method IsOnly (line 251) | public readonly bool IsOnly(Func charPredicate) method TrimmedAtStart (line 265) | public readonly Text TrimmedAtStart(Func trimIfTrue) method TrimmedAtEnd (line 279) | public readonly Text TrimmedAtEnd(Func trimIfTrue) method Trimmed (line 294) | public readonly Text Trimmed(Func trimIfTrue) method ToString (line 312) | public override readonly string ToString() => String.Substring(Start, ... method GetHashCode (line 314) | public override readonly int GetHashCode() method Equals (line 322) | public override readonly bool Equals(object obj) => obj is Text ? this... method ReplaceIdentifiers (line 374) | public readonly Text ReplaceIdentifiers(Dictionary cha... method ReplaceParts (line 377) | public readonly Text ReplaceParts( method NestedBracketSplit (line 416) | public readonly IEnumerable NestedBracketSplit(int splitLevel) type Line (line 455) | public struct Line method Line (line 460) | public Line(int count, int start) { Index = count; Start = start; } method GetLineOfPos (line 466) | public readonly Line GetLineOfPos(Line line, int pos) method GetLineOfPos (line 483) | public readonly Line GetLineOfPos(int pos) => GetLineOfPos(new Line(0,... method SkipWhiteSpace (line 490) | public readonly int SkipWhiteSpace(int start = 0) => Skip(CharFun.IsWh... method Skip (line 492) | public readonly int Skip(Func skipFun, int start = 0) method ParseBool (line 502) | public readonly bool ParseBool() method ParseByte (line 513) | public readonly byte ParseByte() method ParseSByte (line 524) | public readonly sbyte ParseSByte() method ParseShort (line 535) | public readonly short ParseShort() method ParseUShort (line 546) | public readonly ushort ParseUShort() method ParseInt (line 557) | public readonly int ParseInt() method ParseUInt (line 568) | public readonly uint ParseUInt() method ParseLong (line 579) | public readonly long ParseLong() method ParseULong (line 590) | public readonly ulong ParseULong() method ParseFloat (line 601) | public readonly float ParseFloat() method ParseDouble (line 612) | public readonly double ParseDouble() method ParseDecimal (line 623) | public readonly decimal ParseDecimal() method ParsedValueOfBoolAt (line 639) | public readonly ParsedValue ParsedValueOfBoolAt(int start) method ParsedValueOfByteAt (line 650) | public readonly ParsedValue ParsedValueOfByteAt(int start) method ParsedValueOfSByteAt (line 673) | public readonly ParsedValue ParsedValueOfSByteAt(int start) method ParsedValueOfShortAt (line 720) | public readonly ParsedValue ParsedValueOfShortAt(int start) method ParsedValueOfUShortAt (line 767) | public readonly ParsedValue ParsedValueOfUShortAt(int start) method ParsedValueOfIntAt (line 790) | public readonly ParsedValue ParsedValueOfIntAt(int start) method ParsedValueOfUIntAt (line 837) | public readonly ParsedValue ParsedValueOfUIntAt(int start) method ParsedValueOfLongAt (line 860) | public readonly ParsedValue ParsedValueOfLongAt(int start) method ParsedValueOfULongAt (line 907) | public readonly ParsedValue ParsedValueOfULongAt(int start) method ParsedValueOfFloatAt (line 931) | public readonly ParsedValue ParsedValueOfFloatAt(int start) method ParsedValueOfDoubleAt (line 976) | public readonly ParsedValue ParsedValueOfDoubleAt(int start) method ParsedValueOfDecimalAt (line 1021) | public readonly ParsedValue ParsedValueOfDecimalAt(int start) method Equals (line 1056) | public readonly bool Equals(Text other) => this == other; method Text (line 1154) | static Text() type Rx (line 1061) | public readonly struct Rx method Rx (line 1077) | public Rx(string pattern) method Rx (line 1090) | public Rx(string pattern, RegexOptions options) type ParseError (line 1106) | public enum ParseError type ParsedValue (line 1119) | public readonly struct ParsedValue method ParsedValue (line 1127) | public ParsedValue(T value, int count) method ParsedValue (line 1132) | public ParsedValue(ParseError error, int count) class Text (line 1147) | public static class Text method Text (line 22) | public Text(string str) method Text (line 29) | public Text(string str, int start) method Text (line 36) | public Text(string str, int start, int count) method Text (line 43) | public Text(int start, int end, string str) method IndexOf (line 82) | public readonly int IndexOf(char ch) method IndexOf (line 88) | public readonly int IndexOf(string str) method IndexOf (line 94) | public readonly int IndexOf(char ch, int start) method IndexOf (line 102) | public readonly int IndexOf(string str, int start) method IndexOf (line 110) | public readonly int IndexOf(char ch, int start, int count) method IndexOf (line 118) | public readonly int IndexOf(string str, int start, int count) method LastIndexOf (line 126) | public readonly int LastIndexOf(char ch) method LastIndexOf (line 132) | public readonly int LastIndexOf(string str) method LastIndexOf (line 138) | public readonly int LastIndexOf(char ch, int start) method LastIndexOf (line 146) | public readonly int LastIndexOf(string str, int start) method LastIndexOf (line 154) | public readonly int LastIndexOf(char ch, int start, int count) method LastIndexOf (line 162) | public readonly int LastIndexOf(string str, int start, int count) method Sub (line 180) | public readonly Text Sub(int start, int end) method SubString (line 189) | public readonly string SubString(int start, int count) method SubText (line 197) | public readonly Text SubText(int start) method SubText (line 203) | public readonly Text SubText(int start, int count) method StartsWith (line 211) | public readonly bool StartsWith(string prefix) method EndsWith (line 220) | public readonly bool EndsWith(string postfix) method StartsWith (line 229) | public readonly bool StartsWith(Text prefix) method EndsWith (line 238) | public readonly bool EndsWith(Text postfix) method IsOnly (line 251) | public readonly bool IsOnly(Func charPredicate) method TrimmedAtStart (line 265) | public readonly Text TrimmedAtStart(Func trimIfTrue) method TrimmedAtEnd (line 279) | public readonly Text TrimmedAtEnd(Func trimIfTrue) method Trimmed (line 294) | public readonly Text Trimmed(Func trimIfTrue) method ToString (line 312) | public override readonly string ToString() => String.Substring(Start, ... method GetHashCode (line 314) | public override readonly int GetHashCode() method Equals (line 322) | public override readonly bool Equals(object obj) => obj is Text ? this... method ReplaceIdentifiers (line 374) | public readonly Text ReplaceIdentifiers(Dictionary cha... method ReplaceParts (line 377) | public readonly Text ReplaceParts( method NestedBracketSplit (line 416) | public readonly IEnumerable NestedBracketSplit(int splitLevel) type Line (line 455) | public struct Line method Line (line 460) | public Line(int count, int start) { Index = count; Start = start; } method GetLineOfPos (line 466) | public readonly Line GetLineOfPos(Line line, int pos) method GetLineOfPos (line 483) | public readonly Line GetLineOfPos(int pos) => GetLineOfPos(new Line(0,... method SkipWhiteSpace (line 490) | public readonly int SkipWhiteSpace(int start = 0) => Skip(CharFun.IsWh... method Skip (line 492) | public readonly int Skip(Func skipFun, int start = 0) method ParseBool (line 502) | public readonly bool ParseBool() method ParseByte (line 513) | public readonly byte ParseByte() method ParseSByte (line 524) | public readonly sbyte ParseSByte() method ParseShort (line 535) | public readonly short ParseShort() method ParseUShort (line 546) | public readonly ushort ParseUShort() method ParseInt (line 557) | public readonly int ParseInt() method ParseUInt (line 568) | public readonly uint ParseUInt() method ParseLong (line 579) | public readonly long ParseLong() method ParseULong (line 590) | public readonly ulong ParseULong() method ParseFloat (line 601) | public readonly float ParseFloat() method ParseDouble (line 612) | public readonly double ParseDouble() method ParseDecimal (line 623) | public readonly decimal ParseDecimal() method ParsedValueOfBoolAt (line 639) | public readonly ParsedValue ParsedValueOfBoolAt(int start) method ParsedValueOfByteAt (line 650) | public readonly ParsedValue ParsedValueOfByteAt(int start) method ParsedValueOfSByteAt (line 673) | public readonly ParsedValue ParsedValueOfSByteAt(int start) method ParsedValueOfShortAt (line 720) | public readonly ParsedValue ParsedValueOfShortAt(int start) method ParsedValueOfUShortAt (line 767) | public readonly ParsedValue ParsedValueOfUShortAt(int start) method ParsedValueOfIntAt (line 790) | public readonly ParsedValue ParsedValueOfIntAt(int start) method ParsedValueOfUIntAt (line 837) | public readonly ParsedValue ParsedValueOfUIntAt(int start) method ParsedValueOfLongAt (line 860) | public readonly ParsedValue ParsedValueOfLongAt(int start) method ParsedValueOfULongAt (line 907) | public readonly ParsedValue ParsedValueOfULongAt(int start) method ParsedValueOfFloatAt (line 931) | public readonly ParsedValue ParsedValueOfFloatAt(int start) method ParsedValueOfDoubleAt (line 976) | public readonly ParsedValue ParsedValueOfDoubleAt(int start) method ParsedValueOfDecimalAt (line 1021) | public readonly ParsedValue ParsedValueOfDecimalAt(int start) method Equals (line 1056) | public readonly bool Equals(Text other) => this == other; method Text (line 1154) | static Text() class TextExtensions (line 1216) | public static class TextExtensions method ToText (line 1220) | public static Text ToText(this String str) => new Text(str); method ReplaceIdentifiers (line 1222) | public static string ReplaceIdentifiers(this string str, Dictionary ToListOfString(this List textList) method ToStringArray (line 1242) | public static string[] ToStringArray(this List textList) method JoinToString (line 1245) | public static string JoinToString(this List textList, string del... method ToStringArray (line 1252) | public static string[] ToStringArray(this Text[] textArray) method ToListOfString (line 1255) | public static List ToListOfString(this Text[] textArray) method NestedBracketSplitCount (line 1258) | [Obsolete("Does not always return the same count as NestedBracketSplit... method NestedBracketSplitCount2 (line 1278) | public static int NestedBracketSplitCount2(this Text text, int splitLe... method NestedBracketSplit (line 1314) | public static TArray NestedBracketSplit( method NestedBracketSplit (line 1350) | public static TStruct NestedBracketSplit( method NestedBracketSplit (line 1386) | public static T[] NestedBracketSplit( method Split (line 1421) | public static IEnumerable Split(this Text text, char c) FILE: src/Aardvark.Base/Text/TextParser.cs class State (line 16) | public class State : IEnumerable> method State (line 25) | public State(Cases cases) method State (line 29) | public State(Case[] cases) method State (line 33) | public State(Cases cases, Action textAct) method State (line 37) | public State(Case[] cases, Action text... method GetEnumerator (line 111) | public IEnumerator> GetEnumerator() => Items.GetEnum... method GetEnumerator (line 117) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... type Case (line 131) | public readonly struct Case method Case (line 145) | public Case(string pattern, Func> matc... method Case (line 153) | public Case(Func> matchedFun, method Case (line 158) | public Case(Regex regex, Func> matched... method Case (line 163) | public Case(Rx rx, Func> matchedFun, class Cases (line 180) | public class Cases : IEnumerable> method Cases (line 187) | public Cases() => CaseList = new List>(); method Cases (line 189) | public Cases(Rx[] rxs, Func> matchedFun) method Add (line 196) | public void Add(Case singleCase) => CaseList.Add(singleCa... method Add (line 198) | public void Add(Case[] caseArray) method Add (line 203) | public void Add(Cases cases) method Add (line 208) | public void Add(string pattern, Func> ... method Add (line 214) | public void Add(Regex regex, Func> mat... method Add (line 220) | public void Add(Rx rx, Func> matchedFun, method Add (line 226) | public void Add(Func> matchedFun, method ToState (line 232) | public State ToState(Action textAct = ... method GetEnumerator (line 237) | public IEnumerator> GetEnumerator() => CaseList.GetE... method GetEnumerator (line 243) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class ParserState (line 256) | public class ParserState : IEnumerable> method ParserState (line 264) | public ParserState(ParserCases cases) method ParserState (line 268) | public ParserState(ParserCase[] cases) method ParserState (line 272) | public ParserState(ParserCases cases, Action[] cases, Action> GetEnumerator() => Items.GetEnum... method GetEnumerator (line 356) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... type ParserCase (line 369) | public readonly struct ParserCase method ParserCase (line 382) | public ParserCase(string pattern, Func> matchedFun, method ParserCase (line 395) | public ParserCase(Regex regex, Func> m... class ParserCases (line 417) | public class ParserCases : IEnumerable> method ParserCases (line 423) | public ParserCases() => CaseList = new List>(); method ParserCases (line 425) | public ParserCases(Rx[] rxs, Func singleCase) => CaseList.Add(singleCa... method Add (line 434) | public void Add(ParserCase[] caseArray) method Add (line 439) | public void Add(ParserCases cases) method Add (line 444) | public void Add(string pattern, Func> mat... method Add (line 462) | public void Add(Func> matchedFun, method ToState (line 468) | public ParserState ToState(Action text... method GetEnumerator (line 475) | public IEnumerator> GetEnumerator() => CaseList.GetE... method GetEnumerator (line 481) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... class TextParser (line 499) | public class TextParser method Parse (line 518) | public static TPar Parse( method Parse (line 537) | public static TPar Parse( method CurrentCase (line 587) | public Case CurrentCase(State state) ... method CurrentPattern (line 594) | public string CurrentPattern(State state) => state... method SkipToEnd (line 600) | public void SkipToEnd() => Pos = Text.End; method Skip (line 607) | public void Skip() => Pos = LastEnd; method Skip (line 612) | public void Skip(int count) => Pos += count; method SkipAndCountLines (line 614) | public void SkipAndCountLines() => SetPosAndCountLines(LastEnd); method SkipAndCountLines (line 616) | public void SkipAndCountLines(int count) => SetPosAndCountLines(Pos + ... method TrySkip (line 618) | public bool TrySkip(int count) method Skip (line 626) | public void Skip(char skipCh) method Skip (line 631) | public void Skip(string skipStr) method Skip (line 636) | public void Skip(Rx skipRx) method TrySkip (line 642) | public bool TrySkip(char skipCh) method TrySkip (line 652) | public bool TrySkip(string skipStr) method TrySkip (line 663) | public bool TrySkip(Rx skipRx) method SkipWhiteSpace (line 676) | public int SkipWhiteSpace() method SkipWhiteSpaceAtLeast (line 699) | public void SkipWhiteSpaceAtLeast(int minimalCount) method SkipWhiteSpaceAndCheckProgress (line 706) | public void SkipWhiteSpaceAndCheckProgress() method SkipToStartOf (line 713) | public void SkipToStartOf(char searchChar) method SkipToStartOf (line 719) | public void SkipToStartOf(string searchString) method SkipToStartOf (line 725) | public void SkipToStartOf(Rx searchRx) method SkipToEndOf (line 731) | public void SkipToEndOf(char searchChar) method SkipToEndOf (line 737) | public void SkipToEndOf(string searchString) method SkipToEndOf (line 743) | public void SkipToEndOf(Rx searchRx) method SkipToEndOfOrEnd (line 749) | public void SkipToEndOfOrEnd(char searchChar) method SkipToEndOfOrEnd (line 754) | public void SkipToEndOfOrEnd(string searchString) method SkipToEndOfOrEnd (line 759) | public void SkipToEndOfOrEnd(Rx searchRx) method TrySkipToStartOf (line 764) | public bool TrySkipToStartOf(char searchChar) method TrySkipToStartOf (line 773) | public bool TrySkipToStartOf(string searchString) method TrySkipToStartOf (line 782) | public bool TrySkipToStartOf(Rx searchRx) method TrySkipToEndOf (line 792) | public bool TrySkipToEndOf(char searchChar) method TrySkipToEndOf (line 801) | public bool TrySkipToEndOf(string searchString) method TrySkipToEndOf (line 811) | public bool TrySkipToEndOf(Rx searchRx) method GetChar (line 828) | public char GetChar() method TryGet (line 835) | public bool TryGet(char ch) method TryGet (line 843) | public bool TryGet(string str) method Get (line 860) | public Text Get() method GetFrom (line 872) | public Text GetFrom(int start) method Get (line 883) | public Text Get(Rx rx) method Get (line 894) | public Text Get(Rx rx, Func notMatchedFun) method GetTo (line 906) | public Text GetTo(int offset) => GetToPos(offset <= 0 method GetToPos (line 910) | public Text GetToPos(int pos) method GetToEnd (line 917) | public Text GetToEnd() => GetToPos(Text.End); method GetList (line 919) | public List GetList(Rx item, Rx sep) method GetToStartOf (line 948) | public Text GetToStartOf(char searchChar) => GetToStartOf( method GetToStartOf (line 952) | public Text GetToStartOf(char searchChar, Func notFoundAct... method GetToStartOf (line 962) | public Text GetToStartOf(string searchString) => GetToStartOf( method GetToStartOf (line 966) | public Text GetToStartOf(string searchString, Func notFoun... method GetToStartOf (line 976) | public Text GetToStartOf(Rx searchRx) => GetToStartOf( method GetToStartOf (line 980) | public Text GetToStartOf(Rx searchRx, Func notFoundAction) method GetToEndOf (line 991) | public Text GetToEndOf(char searchChar) => GetToEndOf( method GetToEndOf (line 995) | public Text GetToEndOf(char searchChar, Func notFoundFun) method GetToEndOf (line 1006) | public Text GetToEndOf(string searchString) => GetToEndOf( method GetToEndOf (line 1010) | public Text GetToEndOf(string searchString, Func notFoundFun) method GetToEndOf (line 1021) | public Text GetToEndOf(Rx searchRx) => GetToEndOf( method GetToEndOf (line 1025) | public Text GetToEndOf(Rx searchRx, Func notFoundFun) method GetToStartOfOrEnd (line 1036) | public Text GetToStartOfOrEnd(char searchChar) => GetToStartOf(searchC... method GetToStartOfOrEnd (line 1038) | public Text GetToStartOfOrEnd(string searchString) => GetToStartOf(sea... method GetToStartOfOrEnd (line 1040) | public Text GetToStartOfOrEnd(Rx searchRx) => GetToStartOf(searchRx, p... method GetToEndOfOrEnd (line 1042) | public Text GetToEndOfOrEnd(char searchChar) => GetToEndOf(searchChar,... method GetToEndOfOrEnd (line 1044) | public Text GetToEndOfOrEnd(string searchString) => GetToEndOf(searchS... method GetToEndOfOrEnd (line 1046) | public Text GetToEndOfOrEnd(Rx searchRx) => GetToEndOf(searchRx, p => ... method GetToWhiteSpace (line 1048) | public Text GetToWhiteSpace() method TryGetByte (line 1058) | public bool TryGetByte(ref ParsedValue parsedValue) method TryGetSByte (line 1066) | public bool TryGetSByte(ref ParsedValue parsedValue) method TryGetShort (line 1074) | public bool TryGetShort(ref ParsedValue parsedValue) method TryGetUShort (line 1082) | public bool TryGetUShort(ref ParsedValue parsedValue) method TryGetInt (line 1090) | public bool TryGetInt(ref ParsedValue parsedValue) method TryGetUInt (line 1098) | public bool TryGetUInt(ref ParsedValue parsedValue) method TryGetLong (line 1106) | public bool TryGetLong(ref ParsedValue parsedValue) method TryGetULong (line 1114) | public bool TryGetULong(ref ParsedValue parsedValue) method TryGetFloat (line 1122) | public bool TryGetFloat(ref ParsedValue parsedValue) method TryGetDouble (line 1130) | public bool TryGetDouble(ref ParsedValue parsedValue) method TryGetDecimal (line 1138) | public bool TryGetDecimal(ref ParsedValue parsedValue) method PeekGet (line 1152) | public Text PeekGet() => new Text(Pos, LastEnd, Text.String); method PeekFrom (line 1165) | public Text PeekFrom(int offset) => PeekFromPos(offset < 0 method PeekTo (line 1173) | public Text PeekTo(int offset) => PeekToPos(offset <= 0 method PeekFromPos (line 1177) | public Text PeekFromPos(int pos) => new Text(pos, Pos, Text.String); method PeekToPos (line 1179) | public Text PeekToPos(int pos) => new Text(Pos, pos, Text.String); method SetPosAndCountLines (line 1185) | public void SetPosAndCountLines(int pos) method ThrowEndOfText (line 1202) | public void ThrowEndOfText() method ThrowOutOfRange (line 1205) | public void ThrowOutOfRange(string typeName) method ThrowCouldNotFind (line 1208) | public Text ThrowCouldNotFind(string str) method ThrowCouldNotSkip (line 1211) | public Text ThrowCouldNotSkip(string str) method Parse (line 1220) | public void Parse(Text text, ParserState rootState, TNod... method Parse (line 1237) | public void Parse(ParserState state, TNode node) class TextParser (line 1217) | public class TextParser : TextParser method Parse (line 518) | public static TPar Parse( method Parse (line 537) | public static TPar Parse( method CurrentCase (line 587) | public Case CurrentCase(State state) ... method CurrentPattern (line 594) | public string CurrentPattern(State state) => state... method SkipToEnd (line 600) | public void SkipToEnd() => Pos = Text.End; method Skip (line 607) | public void Skip() => Pos = LastEnd; method Skip (line 612) | public void Skip(int count) => Pos += count; method SkipAndCountLines (line 614) | public void SkipAndCountLines() => SetPosAndCountLines(LastEnd); method SkipAndCountLines (line 616) | public void SkipAndCountLines(int count) => SetPosAndCountLines(Pos + ... method TrySkip (line 618) | public bool TrySkip(int count) method Skip (line 626) | public void Skip(char skipCh) method Skip (line 631) | public void Skip(string skipStr) method Skip (line 636) | public void Skip(Rx skipRx) method TrySkip (line 642) | public bool TrySkip(char skipCh) method TrySkip (line 652) | public bool TrySkip(string skipStr) method TrySkip (line 663) | public bool TrySkip(Rx skipRx) method SkipWhiteSpace (line 676) | public int SkipWhiteSpace() method SkipWhiteSpaceAtLeast (line 699) | public void SkipWhiteSpaceAtLeast(int minimalCount) method SkipWhiteSpaceAndCheckProgress (line 706) | public void SkipWhiteSpaceAndCheckProgress() method SkipToStartOf (line 713) | public void SkipToStartOf(char searchChar) method SkipToStartOf (line 719) | public void SkipToStartOf(string searchString) method SkipToStartOf (line 725) | public void SkipToStartOf(Rx searchRx) method SkipToEndOf (line 731) | public void SkipToEndOf(char searchChar) method SkipToEndOf (line 737) | public void SkipToEndOf(string searchString) method SkipToEndOf (line 743) | public void SkipToEndOf(Rx searchRx) method SkipToEndOfOrEnd (line 749) | public void SkipToEndOfOrEnd(char searchChar) method SkipToEndOfOrEnd (line 754) | public void SkipToEndOfOrEnd(string searchString) method SkipToEndOfOrEnd (line 759) | public void SkipToEndOfOrEnd(Rx searchRx) method TrySkipToStartOf (line 764) | public bool TrySkipToStartOf(char searchChar) method TrySkipToStartOf (line 773) | public bool TrySkipToStartOf(string searchString) method TrySkipToStartOf (line 782) | public bool TrySkipToStartOf(Rx searchRx) method TrySkipToEndOf (line 792) | public bool TrySkipToEndOf(char searchChar) method TrySkipToEndOf (line 801) | public bool TrySkipToEndOf(string searchString) method TrySkipToEndOf (line 811) | public bool TrySkipToEndOf(Rx searchRx) method GetChar (line 828) | public char GetChar() method TryGet (line 835) | public bool TryGet(char ch) method TryGet (line 843) | public bool TryGet(string str) method Get (line 860) | public Text Get() method GetFrom (line 872) | public Text GetFrom(int start) method Get (line 883) | public Text Get(Rx rx) method Get (line 894) | public Text Get(Rx rx, Func notMatchedFun) method GetTo (line 906) | public Text GetTo(int offset) => GetToPos(offset <= 0 method GetToPos (line 910) | public Text GetToPos(int pos) method GetToEnd (line 917) | public Text GetToEnd() => GetToPos(Text.End); method GetList (line 919) | public List GetList(Rx item, Rx sep) method GetToStartOf (line 948) | public Text GetToStartOf(char searchChar) => GetToStartOf( method GetToStartOf (line 952) | public Text GetToStartOf(char searchChar, Func notFoundAct... method GetToStartOf (line 962) | public Text GetToStartOf(string searchString) => GetToStartOf( method GetToStartOf (line 966) | public Text GetToStartOf(string searchString, Func notFoun... method GetToStartOf (line 976) | public Text GetToStartOf(Rx searchRx) => GetToStartOf( method GetToStartOf (line 980) | public Text GetToStartOf(Rx searchRx, Func notFoundAction) method GetToEndOf (line 991) | public Text GetToEndOf(char searchChar) => GetToEndOf( method GetToEndOf (line 995) | public Text GetToEndOf(char searchChar, Func notFoundFun) method GetToEndOf (line 1006) | public Text GetToEndOf(string searchString) => GetToEndOf( method GetToEndOf (line 1010) | public Text GetToEndOf(string searchString, Func notFoundFun) method GetToEndOf (line 1021) | public Text GetToEndOf(Rx searchRx) => GetToEndOf( method GetToEndOf (line 1025) | public Text GetToEndOf(Rx searchRx, Func notFoundFun) method GetToStartOfOrEnd (line 1036) | public Text GetToStartOfOrEnd(char searchChar) => GetToStartOf(searchC... method GetToStartOfOrEnd (line 1038) | public Text GetToStartOfOrEnd(string searchString) => GetToStartOf(sea... method GetToStartOfOrEnd (line 1040) | public Text GetToStartOfOrEnd(Rx searchRx) => GetToStartOf(searchRx, p... method GetToEndOfOrEnd (line 1042) | public Text GetToEndOfOrEnd(char searchChar) => GetToEndOf(searchChar,... method GetToEndOfOrEnd (line 1044) | public Text GetToEndOfOrEnd(string searchString) => GetToEndOf(searchS... method GetToEndOfOrEnd (line 1046) | public Text GetToEndOfOrEnd(Rx searchRx) => GetToEndOf(searchRx, p => ... method GetToWhiteSpace (line 1048) | public Text GetToWhiteSpace() method TryGetByte (line 1058) | public bool TryGetByte(ref ParsedValue parsedValue) method TryGetSByte (line 1066) | public bool TryGetSByte(ref ParsedValue parsedValue) method TryGetShort (line 1074) | public bool TryGetShort(ref ParsedValue parsedValue) method TryGetUShort (line 1082) | public bool TryGetUShort(ref ParsedValue parsedValue) method TryGetInt (line 1090) | public bool TryGetInt(ref ParsedValue parsedValue) method TryGetUInt (line 1098) | public bool TryGetUInt(ref ParsedValue parsedValue) method TryGetLong (line 1106) | public bool TryGetLong(ref ParsedValue parsedValue) method TryGetULong (line 1114) | public bool TryGetULong(ref ParsedValue parsedValue) method TryGetFloat (line 1122) | public bool TryGetFloat(ref ParsedValue parsedValue) method TryGetDouble (line 1130) | public bool TryGetDouble(ref ParsedValue parsedValue) method TryGetDecimal (line 1138) | public bool TryGetDecimal(ref ParsedValue parsedValue) method PeekGet (line 1152) | public Text PeekGet() => new Text(Pos, LastEnd, Text.String); method PeekFrom (line 1165) | public Text PeekFrom(int offset) => PeekFromPos(offset < 0 method PeekTo (line 1173) | public Text PeekTo(int offset) => PeekToPos(offset <= 0 method PeekFromPos (line 1177) | public Text PeekFromPos(int pos) => new Text(pos, Pos, Text.String); method PeekToPos (line 1179) | public Text PeekToPos(int pos) => new Text(Pos, pos, Text.String); method SetPosAndCountLines (line 1185) | public void SetPosAndCountLines(int pos) method ThrowEndOfText (line 1202) | public void ThrowEndOfText() method ThrowOutOfRange (line 1205) | public void ThrowOutOfRange(string typeName) method ThrowCouldNotFind (line 1208) | public Text ThrowCouldNotFind(string str) method ThrowCouldNotSkip (line 1211) | public Text ThrowCouldNotSkip(string str) method Parse (line 1220) | public void Parse(Text text, ParserState rootState, TNod... method Parse (line 1237) | public void Parse(ParserState state, TNode node) class ParserException (line 1259) | public class ParserException : ApplicationException method ParserException (line 1266) | public ParserException(TPar parser, string message) method ParserException (line 1272) | public ParserException(TPar parser, int pos, string message) method ParserException (line 1279) | public ParserException(TPar parser, string message, Exception inner) method ParserException (line 1292) | public ParserException(TextParser parser, string message) method ParserException (line 1296) | public ParserException(TextParser parser, int pos, string message) method ParserException (line 1300) | public ParserException(TextParser parser, string message, Exception in... class ParserException (line 1288) | public class ParserException : ParserException method ParserException (line 1266) | public ParserException(TPar parser, string message) method ParserException (line 1272) | public ParserException(TPar parser, int pos, string message) method ParserException (line 1279) | public ParserException(TPar parser, string message, Exception inner) method ParserException (line 1292) | public ParserException(TextParser parser, string message) method ParserException (line 1296) | public ParserException(TextParser parser, int pos, string message) method ParserException (line 1300) | public ParserException(TextParser parser, string message, Exception in... class VerbatimStringTextParserExtension (line 1311) | public static class VerbatimStringTextParserExtension method GetVerbatimString (line 1313) | public static string GetVerbatimString(this TextParser parser, bool al... type Esc (line 1336) | internal readonly struct Esc method Esc (line 1340) | public Esc(string pattern, Func escFun) { Pattern = patt... class EscDictExtension (line 1343) | internal static class EscDictExtension method Add (line 1345) | public static void Add(this Dictionary escMap, char escStar... class CSharpStringTextParserExtension (line 1351) | public static class CSharpStringTextParserExtension method GetCSharpString (line 1353) | public static string GetCSharpString(this TextParser parser, bool alre... method HexOfOrd (line 1376) | private static int HexOfOrd(int ord) method HexOfEscString (line 1378) | private static char HexOfEscString(string str) FILE: src/Aardvark.Base/Tup/Tuples_auto.cs type Tup2 (line 15) | public struct Tup2 method Tup2 (line 21) | public Tup2(T e) { E0 = e; E1 = e; } method Tup2 (line 22) | public Tup2(T e0, T e1) { E0 = e0; E1 = e1; } type Tup3 (line 31) | public struct Tup3 method Tup3 (line 37) | public Tup3(T e) { E0 = e; E1 = e; E2 = e; } method Tup3 (line 38) | public Tup3(T e0, T e1, T e2) { E0 = e0; E1 = e1; E2 = e2; } type Tup4 (line 47) | public struct Tup4 method Tup4 (line 53) | public Tup4(T e) { E0 = e; E1 = e; E2 = e; E3 = e; } method Tup4 (line 54) | public Tup4(T e0, T e1, T e2, T e3) { E0 = e0; E1 = e1; E2 = e2; E3 = ... type Tup5 (line 63) | public struct Tup5 method Tup5 (line 69) | public Tup5(T e) { E0 = e; E1 = e; E2 = e; E3 = e; E4 = e; } method Tup5 (line 70) | public Tup5(T e0, T e1, T e2, T e3, T e4) { E0 = e0; E1 = e1; E2 = e2;... type Tup6 (line 79) | public struct Tup6 method Tup6 (line 85) | public Tup6(T e) { E0 = e; E1 = e; E2 = e; E3 = e; E4 = e; E5 = e; } method Tup6 (line 86) | public Tup6(T e0, T e1, T e2, T e3, T e4, T e5) { E0 = e0; E1 = e1; E2... type Tup7 (line 95) | public struct Tup7 method Tup7 (line 101) | public Tup7(T e) { E0 = e; E1 = e; E2 = e; E3 = e; E4 = e; E5 = e; E6 ... method Tup7 (line 102) | public Tup7(T e0, T e1, T e2, T e3, T e4, T e5, T e6) { E0 = e0; E1 = ... type Tup8 (line 111) | public struct Tup8 method Tup8 (line 117) | public Tup8(T e) { E0 = e; E1 = e; E2 = e; E3 = e; E4 = e; E5 = e; E6 ... method Tup8 (line 118) | public Tup8(T e0, T e1, T e2, T e3, T e4, T e5, T e6, T e7) { E0 = e0;... type Tup9 (line 127) | public struct Tup9 method Tup9 (line 133) | public Tup9(T e) { E0 = e; E1 = e; E2 = e; E3 = e; E4 = e; E5 = e; E6 ... method Tup9 (line 134) | public Tup9(T e0, T e1, T e2, T e3, T e4, T e5, T e6, T e7, T e8) { E0... type Tup10 (line 143) | public struct Tup10 method Tup10 (line 149) | public Tup10(T e) { E00 = e; E01 = e; E02 = e; E03 = e; E04 = e; E05 =... method Tup10 (line 150) | public Tup10(T e00, T e01, T e02, T e03, T e04, T e05, T e06, T e07, T... type Tup11 (line 159) | public struct Tup11 method Tup11 (line 165) | public Tup11(T e) { E00 = e; E01 = e; E02 = e; E03 = e; E04 = e; E05 =... method Tup11 (line 166) | public Tup11(T e00, T e01, T e02, T e03, T e04, T e05, T e06, T e07, T... type Tup12 (line 175) | public struct Tup12 method Tup12 (line 181) | public Tup12(T e) { E00 = e; E01 = e; E02 = e; E03 = e; E04 = e; E05 =... method Tup12 (line 182) | public Tup12(T e00, T e01, T e02, T e03, T e04, T e05, T e06, T e07, T... type Tup13 (line 191) | public struct Tup13 method Tup13 (line 197) | public Tup13(T e) { E00 = e; E01 = e; E02 = e; E03 = e; E04 = e; E05 =... method Tup13 (line 198) | public Tup13(T e00, T e01, T e02, T e03, T e04, T e05, T e06, T e07, T... type Tup14 (line 207) | public struct Tup14 method Tup14 (line 213) | public Tup14(T e) { E00 = e; E01 = e; E02 = e; E03 = e; E04 = e; E05 =... method Tup14 (line 214) | public Tup14(T e00, T e01, T e02, T e03, T e04, T e05, T e06, T e07, T... type Tup15 (line 223) | public struct Tup15 method Tup15 (line 229) | public Tup15(T e) { E00 = e; E01 = e; E02 = e; E03 = e; E04 = e; E05 =... method Tup15 (line 230) | public Tup15(T e00, T e01, T e02, T e03, T e04, T e05, T e06, T e07, T... type Tup16 (line 239) | public struct Tup16 method Tup16 (line 245) | public Tup16(T e) { E00 = e; E01 = e; E02 = e; E03 = e; E04 = e; E05 =... method Tup16 (line 246) | public Tup16(T e00, T e01, T e02, T e03, T e04, T e05, T e06, T e07, T... type Tup (line 261) | public struct Tup method Tup (line 273) | public Tup(T0 e0, T1 e1) method ToString (line 276) | public override readonly string ToString() method Tup (line 307) | public Tup(T0 e0, T1 e1, T2 e2) method ToString (line 310) | public override readonly string ToString() method Tup (line 346) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3) method ToString (line 349) | public override readonly string ToString() method Tup (line 390) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4) method ToString (line 393) | public override readonly string ToString() method Tup (line 439) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5) method ToString (line 442) | public override readonly string ToString() method Tup (line 493) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6) method ToString (line 496) | public override readonly string ToString() method Tup (line 552) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7) method ToString (line 555) | public override readonly string ToString() method Tup (line 616) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 e8) method ToString (line 619) | public override readonly string ToString() method Tup (line 685) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 ... method ToString (line 688) | public override readonly string ToString() method Create (line 704) | public static Tup Create(T0 e0, T1 e1) method Create (line 709) | public static Tup Create(T0 e0, T1 e1, T2 e2) method Create (line 714) | public static Tup Create(T0 e0, T1 e1,... method Create (line 719) | public static Tup Create(T0 e0... method Create (line 724) | public static Tup Create Create Create Create Create method Tup (line 273) | public Tup(T0 e0, T1 e1) method ToString (line 276) | public override readonly string ToString() method Tup (line 307) | public Tup(T0 e0, T1 e1, T2 e2) method ToString (line 310) | public override readonly string ToString() method Tup (line 346) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3) method ToString (line 349) | public override readonly string ToString() method Tup (line 390) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4) method ToString (line 393) | public override readonly string ToString() method Tup (line 439) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5) method ToString (line 442) | public override readonly string ToString() method Tup (line 493) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6) method ToString (line 496) | public override readonly string ToString() method Tup (line 552) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7) method ToString (line 555) | public override readonly string ToString() method Tup (line 616) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 e8) method ToString (line 619) | public override readonly string ToString() method Tup (line 685) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 ... method ToString (line 688) | public override readonly string ToString() method Create (line 704) | public static Tup Create(T0 e0, T1 e1) method Create (line 709) | public static Tup Create(T0 e0, T1 e1, T2 e2) method Create (line 714) | public static Tup Create(T0 e0, T1 e1,... method Create (line 719) | public static Tup Create(T0 e0... method Create (line 724) | public static Tup Create Create Create Create Create method Tup (line 273) | public Tup(T0 e0, T1 e1) method ToString (line 276) | public override readonly string ToString() method Tup (line 307) | public Tup(T0 e0, T1 e1, T2 e2) method ToString (line 310) | public override readonly string ToString() method Tup (line 346) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3) method ToString (line 349) | public override readonly string ToString() method Tup (line 390) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4) method ToString (line 393) | public override readonly string ToString() method Tup (line 439) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5) method ToString (line 442) | public override readonly string ToString() method Tup (line 493) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6) method ToString (line 496) | public override readonly string ToString() method Tup (line 552) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7) method ToString (line 555) | public override readonly string ToString() method Tup (line 616) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 e8) method ToString (line 619) | public override readonly string ToString() method Tup (line 685) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 ... method ToString (line 688) | public override readonly string ToString() method Create (line 704) | public static Tup Create(T0 e0, T1 e1) method Create (line 709) | public static Tup Create(T0 e0, T1 e1, T2 e2) method Create (line 714) | public static Tup Create(T0 e0, T1 e1,... method Create (line 719) | public static Tup Create(T0 e0... method Create (line 724) | public static Tup Create Create Create Create Create method Tup (line 273) | public Tup(T0 e0, T1 e1) method ToString (line 276) | public override readonly string ToString() method Tup (line 307) | public Tup(T0 e0, T1 e1, T2 e2) method ToString (line 310) | public override readonly string ToString() method Tup (line 346) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3) method ToString (line 349) | public override readonly string ToString() method Tup (line 390) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4) method ToString (line 393) | public override readonly string ToString() method Tup (line 439) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5) method ToString (line 442) | public override readonly string ToString() method Tup (line 493) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6) method ToString (line 496) | public override readonly string ToString() method Tup (line 552) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7) method ToString (line 555) | public override readonly string ToString() method Tup (line 616) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 e8) method ToString (line 619) | public override readonly string ToString() method Tup (line 685) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 ... method ToString (line 688) | public override readonly string ToString() method Create (line 704) | public static Tup Create(T0 e0, T1 e1) method Create (line 709) | public static Tup Create(T0 e0, T1 e1, T2 e2) method Create (line 714) | public static Tup Create(T0 e0, T1 e1,... method Create (line 719) | public static Tup Create(T0 e0... method Create (line 724) | public static Tup Create Create Create Create Create method Tup (line 273) | public Tup(T0 e0, T1 e1) method ToString (line 276) | public override readonly string ToString() method Tup (line 307) | public Tup(T0 e0, T1 e1, T2 e2) method ToString (line 310) | public override readonly string ToString() method Tup (line 346) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3) method ToString (line 349) | public override readonly string ToString() method Tup (line 390) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4) method ToString (line 393) | public override readonly string ToString() method Tup (line 439) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5) method ToString (line 442) | public override readonly string ToString() method Tup (line 493) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6) method ToString (line 496) | public override readonly string ToString() method Tup (line 552) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7) method ToString (line 555) | public override readonly string ToString() method Tup (line 616) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 e8) method ToString (line 619) | public override readonly string ToString() method Tup (line 685) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 ... method ToString (line 688) | public override readonly string ToString() method Create (line 704) | public static Tup Create(T0 e0, T1 e1) method Create (line 709) | public static Tup Create(T0 e0, T1 e1, T2 e2) method Create (line 714) | public static Tup Create(T0 e0, T1 e1,... method Create (line 719) | public static Tup Create(T0 e0... method Create (line 724) | public static Tup Create Create Create Create Create method Tup (line 273) | public Tup(T0 e0, T1 e1) method ToString (line 276) | public override readonly string ToString() method Tup (line 307) | public Tup(T0 e0, T1 e1, T2 e2) method ToString (line 310) | public override readonly string ToString() method Tup (line 346) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3) method ToString (line 349) | public override readonly string ToString() method Tup (line 390) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4) method ToString (line 393) | public override readonly string ToString() method Tup (line 439) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5) method ToString (line 442) | public override readonly string ToString() method Tup (line 493) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6) method ToString (line 496) | public override readonly string ToString() method Tup (line 552) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7) method ToString (line 555) | public override readonly string ToString() method Tup (line 616) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 e8) method ToString (line 619) | public override readonly string ToString() method Tup (line 685) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 ... method ToString (line 688) | public override readonly string ToString() method Create (line 704) | public static Tup Create(T0 e0, T1 e1) method Create (line 709) | public static Tup Create(T0 e0, T1 e1, T2 e2) method Create (line 714) | public static Tup Create(T0 e0, T1 e1,... method Create (line 719) | public static Tup Create(T0 e0... method Create (line 724) | public static Tup Create Create Create Create Create method Tup (line 273) | public Tup(T0 e0, T1 e1) method ToString (line 276) | public override readonly string ToString() method Tup (line 307) | public Tup(T0 e0, T1 e1, T2 e2) method ToString (line 310) | public override readonly string ToString() method Tup (line 346) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3) method ToString (line 349) | public override readonly string ToString() method Tup (line 390) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4) method ToString (line 393) | public override readonly string ToString() method Tup (line 439) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5) method ToString (line 442) | public override readonly string ToString() method Tup (line 493) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6) method ToString (line 496) | public override readonly string ToString() method Tup (line 552) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7) method ToString (line 555) | public override readonly string ToString() method Tup (line 616) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 e8) method ToString (line 619) | public override readonly string ToString() method Tup (line 685) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 ... method ToString (line 688) | public override readonly string ToString() method Create (line 704) | public static Tup Create(T0 e0, T1 e1) method Create (line 709) | public static Tup Create(T0 e0, T1 e1, T2 e2) method Create (line 714) | public static Tup Create(T0 e0, T1 e1,... method Create (line 719) | public static Tup Create(T0 e0... method Create (line 724) | public static Tup Create Create Create Create Create method Tup (line 273) | public Tup(T0 e0, T1 e1) method ToString (line 276) | public override readonly string ToString() method Tup (line 307) | public Tup(T0 e0, T1 e1, T2 e2) method ToString (line 310) | public override readonly string ToString() method Tup (line 346) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3) method ToString (line 349) | public override readonly string ToString() method Tup (line 390) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4) method ToString (line 393) | public override readonly string ToString() method Tup (line 439) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5) method ToString (line 442) | public override readonly string ToString() method Tup (line 493) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6) method ToString (line 496) | public override readonly string ToString() method Tup (line 552) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7) method ToString (line 555) | public override readonly string ToString() method Tup (line 616) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 e8) method ToString (line 619) | public override readonly string ToString() method Tup (line 685) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 ... method ToString (line 688) | public override readonly string ToString() method Create (line 704) | public static Tup Create(T0 e0, T1 e1) method Create (line 709) | public static Tup Create(T0 e0, T1 e1, T2 e2) method Create (line 714) | public static Tup Create(T0 e0, T1 e1,... method Create (line 719) | public static Tup Create(T0 e0... method Create (line 724) | public static Tup Create Create Create Create Create method Tup (line 273) | public Tup(T0 e0, T1 e1) method ToString (line 276) | public override readonly string ToString() method Tup (line 307) | public Tup(T0 e0, T1 e1, T2 e2) method ToString (line 310) | public override readonly string ToString() method Tup (line 346) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3) method ToString (line 349) | public override readonly string ToString() method Tup (line 390) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4) method ToString (line 393) | public override readonly string ToString() method Tup (line 439) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5) method ToString (line 442) | public override readonly string ToString() method Tup (line 493) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6) method ToString (line 496) | public override readonly string ToString() method Tup (line 552) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7) method ToString (line 555) | public override readonly string ToString() method Tup (line 616) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 e8) method ToString (line 619) | public override readonly string ToString() method Tup (line 685) | public Tup(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 ... method ToString (line 688) | public override readonly string ToString() method Create (line 704) | public static Tup Create(T0 e0, T1 e1) method Create (line 709) | public static Tup Create(T0 e0, T1 e1, T2 e2) method Create (line 714) | public static Tup Create(T0 e0, T1 e1,... method Create (line 719) | public static Tup Create(T0 e0... method Create (line 724) | public static Tup Create Create Create Create Create Create(T0 e0, T1 e1) method Create (line 709) | public static Tup Create(T0 e0, T1 e1, T2 e2) method Create (line 714) | public static Tup Create(T0 e0, T1 e1,... method Create (line 719) | public static Tup Create(T0 e0... method Create (line 724) | public static Tup Create Create Create Create Create method Tup__tc__ (line 27) | public Tup__tc__(T e) {/*# tc.ForEach(i => { var e = ename(i); */ E__e... method Tup__tc__ (line 28) | public Tup__tc__(/*# tc.ForEach(i => { var e = ename(i); */T e__e__/*#... type Tup (line 45) | public struct Tup { */T__i__/*# }, comma); */> method Tup (line 54) | public Tup(/*# tc.ForEach(i => { */T__i__ e__i__/*# }, comma); */) method ToString (line 57) | public override readonly string ToString() method Create (line 76) | public static Tup<__tpar__> Create<__tpar__>(/*# tc.ForEach(i => { */T... class Tup (line 72) | public static class Tup method Tup (line 54) | public Tup(/*# tc.ForEach(i => { */T__i__ e__i__/*# }, comma); */) method ToString (line 57) | public override readonly string ToString() method Create (line 76) | public static Tup<__tpar__> Create<__tpar__>(/*# tc.ForEach(i => { */T... FILE: src/CodeGenerator/CompilerServices.cs class CompilerServices (line 17) | public static class CompilerServices method CompileAssembly (line 26) | public static Assembly CompileAssembly( FILE: src/CodeGenerator/Program.cs class Program (line 10) | class Program type TaskPattern (line 12) | private struct TaskPattern type Task (line 39) | private struct Task method IsOlderThan (line 48) | private static bool IsOlderThan(string fileName1, string fileName2) method ShowUsage (line 53) | private static void ShowUsage() method Main (line 59) | [STAThread] method Run (line 65) | internal static int Run(string[] args) method ParseConfigFile (line 209) | internal static IReadOnlyList<(string TemplateFileName, string OutputF... FILE: src/CodeGenerator/TemplateProcessor.cs class TemplateProcessor (line 12) | public class TemplateProcessor : TextParser method TemplateProcessor (line 27) | public TemplateProcessor() method Perform (line 79) | public void Perform() method CreateGenerator (line 85) | public void CreateGenerator() { CreateGenerator(null); } method CreateGenerator (line 87) | public void CreateGenerator(string injectAfterPrologue) method CompileAndRunGenerator (line 104) | public void CompileAndRunGenerator() method ReportUsings (line 135) | private void ReportUsings() method FilterNonSystemUsingsIntoList (line 141) | private static List FilterNonSystemUsingsIntoList(string usings) class Nd (line 160) | private class Nd { } FILE: src/Demo/ExamplesCSharp/Program.cs class Program (line 26) | class Program method Main (line 28) | static void Main(string[] args) FILE: src/Demo/IncrementalDemo.CSharp/Program.cs class Program (line 13) | class Program method SimpleCallbackTest (line 15) | static void SimpleCallbackTest() method SetContainmentTest (line 49) | static void SetContainmentTest() method AdvancedASetTest (line 110) | static void AdvancedASetTest() method Main (line 173) | static void Main(string[] args) FILE: src/Demo/PixImageDemo/Program.cs class Program (line 7) | public static class Program method Main (line 9) | public static void Main(string[] args) method PolygonDemo (line 25) | public static void PolygonDemo(string dir) method CreateHowManyColorsIllusion (line 78) | public static PixImage CreateHowManyColorsIllusion(int size, boo... method HowManyColorsIllusion (line 113) | public static void HowManyColorsIllusion(string dir) method SetScaledCubicFast (line 131) | public static void SetScaledCubicFast(this Matrix targetMa... method ResampleDemo (line 168) | public static void ResampleDemo(string dir) method VariousDemos (line 237) | public static void VariousDemos(string dir) method Difference (line 443) | public static void Difference(string dir) method CopyTest (line 459) | public static void CopyTest(string dir) method LinearRampDemo (line 472) | public static void LinearRampDemo(string dir) FILE: src/Demo/RandomSampleDemo/Program.cs class Program (line 10) | class Program method Main (line 12) | static void Main(string[] args) method DrawGauss (line 136) | static void DrawGauss(PixImage img, double gaussStretch) method DrawSampleDistributionCounts (line 155) | static PixImage DrawSampleDistributionCounts(int[] counts, int s... method SaveStiched (line 174) | static void SaveStiched(IEnumerable> images, string fil... method SaveStichedSquare (line 186) | static void SaveStichedSquare(PixImage[] images, string filename) method Normal (line 191) | static double Normal(IRandomUniform rnd, double mean, double stdDev) method GenerateTriangles (line 201) | static Triangle2d[] GenerateTriangles(int cnt, IRandomUniform rnd) method DrawDiskSamples (line 254) | static PixImage DrawDiskSamples(int cnt, int imgSize, IRandomSer... method GenerateDiskSamples (line 269) | static V2d[] GenerateDiskSamples(int cnt, IRandomSeries rnd) method GenerateRectSamples (line 274) | static V2d[] GenerateRectSamples(int cnt, IRandomSeries rnd) method GenerateLambertianSamples (line 279) | static V2d[] GenerateLambertianSamples(int cnt, IRandomSeries rnd) method DrawTriangles (line 284) | static void DrawTriangles(IEnumerable ta, PixImage img) method DrawSamples (line 295) | static void DrawSamples(IEnumerable samples, PixImage img) method GenerateTriangleSamples (line 303) | static V2d[] GenerateTriangleSamples(Triangle2d[] ta, int count, IRand... FILE: src/Tests/Aardvark.Base.Benchmarks/CodeGenTest.cs type MyVector4 (line 12) | struct MyVector4 method MyVector4 (line 19) | public MyVector4(float x, float y, float z, float w) method Length_Sse_V2_Helper (line 49) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class CodeGenTests (line 81) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] method CodeGenTests (line 88) | public CodeGenTests() method Vec4Length_Reference (line 95) | [Benchmark] method Vec4Length_Sse_V1 (line 105) | [Benchmark] method Vec4Length_Sse_V2 (line 115) | [Benchmark] method Vec4Length_Sse_V3 (line 125) | [Benchmark] FILE: src/Tests/Aardvark.Base.Benchmarks/ColorConversion.cs class LocalCol (line 6) | static class LocalCol method ByteToFloat (line 10) | [MethodImpl(MethodImplOptions.AggressiveInlining)] class ColorConversion (line 29) | [InProcess] method C3bToC3f (line 32) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method C3bToC3fInlined (line 40) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Init (line 51) | [GlobalSetup] method ToC3fFunc (line 58) | [Benchmark(Baseline = true, Description = "C3b to C3f (Lambda)")] method ToC3fInline (line 67) | [Benchmark(Description = "C3b to C3f (Inlined)")] class ColorVolumeConversion (line 90) | [InProcess] class Volume (line 94) | private static class Volume method ToFloatColor (line 96) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method ToFloatColorFunc (line 100) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Init (line 108) | [GlobalSetup] method ByteToFloatFunc (line 123) | [Benchmark(Baseline = true, Description = "Byte to Float (Lambda)")] method ByteToFloatInline (line 135) | [Benchmark(Description = "Byte to Float (Inlined)")] class ColorHSLConversion (line 161) | [InProcess] class LocalCol (line 165) | private static class LocalCol method ToHSLf (line 167) | public static HSLf ToHSLf(C3f c) method Init (line 209) | [GlobalSetup] method C3fToHSLFunc (line 216) | [Benchmark(Baseline = true, Description = "C3f to HSL (Method)")] method C3fToHSL (line 228) | [Benchmark(Description = "C3f to HSL (Lambda)")] FILE: src/Tests/Aardvark.Base.Benchmarks/ConstantsBenchmark.cs class ConstantsBenchmark (line 17) | [InProcess] method ConstantsBenchmark (line 22) | public ConstantsBenchmark() method ApproximateEqDefault (line 28) | [Benchmark] method ApproximateEqInline (line 39) | [Benchmark] FILE: src/Tests/Aardvark.Base.Benchmarks/Enumerators.cs class Enumerators (line 51) | [PlainExporter] method GlobalSetup (line 67) | [GlobalSetup] method ForEachArray (line 85) | [Benchmark] method ForEachList (line 94) | [Benchmark] method ForEachHashSet (line 103) | [Benchmark] method ForEachDictionaryValues (line 112) | [Benchmark] method ForEachDictionaryKeys (line 121) | [Benchmark] method ForEachDictionary (line 130) | [Benchmark] method ForEachIntSet (line 139) | [Benchmark] method ForEachDictValues (line 148) | [Benchmark] method ForEachDictFastValues (line 157) | [Benchmark] method ForEachDictKeys (line 167) | [Benchmark] method ForEachDict (line 176) | [Benchmark] method ForEachSymbolDictValues (line 185) | [Benchmark] method ForEachSymbolDictFastValues (line 194) | [Benchmark] method Test (line 204) | [Test] class IntSetCreator (line 241) | [PlainExporter] method GlobalSetup (line 250) | [GlobalSetup] method CreateHashSetFromArray (line 257) | [Benchmark] method CreateIntSetFromArray (line 263) | [Benchmark] method CreateHashSetFromArrayWithAdd (line 269) | [Benchmark] method CreateIntSetFromArrayWithAdd (line 278) | [Benchmark] method CreateHashSetFromList (line 287) | [Benchmark] method CreateIntSetFromList (line 293) | [Benchmark] method CreateHashSetFromListWithAdd (line 299) | [Benchmark] method CreateIntSetFromListWithAdd (line 308) | [Benchmark] class ArrayInit (line 325) | [PlainExporter] method GlobalSetup (line 334) | [GlobalSetup] method Loop (line 340) | [Benchmark] method SetByIndex (line 349) | [Benchmark] method ForEach (line 355) | [Benchmark] class ArraySum (line 369) | [PlainExporter] method GlobalSetup (line 378) | [GlobalSetup] method SumWithFor (line 384) | [Benchmark] method SumWithForEach (line 395) | [Benchmark] method SumWithForEachLambda (line 404) | [Benchmark] method SumWithExtension (line 412) | [Benchmark] FILE: src/Tests/Aardvark.Base.Benchmarks/Geometry/PolygonTransform.cs class PolygonTransform (line 30) | [PlainExporter, MemoryDiagnoser] method GlobalSetup (line 39) | [GlobalSetup] method TransformMatrix (line 45) | [Benchmark] method TransformMatrix_Map (line 51) | [Benchmark] method TransformShift_Map (line 58) | [Benchmark] method TransformShift (line 65) | [Benchmark] method InvTransformShift_Indirect (line 71) | [Benchmark] method InvTransformShift_Direct (line 78) | [Benchmark] FILE: src/Tests/Aardvark.Base.Benchmarks/Geometry/RayHitTest.cs class RayHitTest (line 17) | [PlainExporter, MemoryDiagnoser] method RayHitTest (line 22) | public RayHitTest() method GetRaySphereHit (line 29) | public V3d GetRaySphereHit(Ray3d ray, Sphere3d sphere) method GetRaySphereHit_Slim (line 37) | public V3d GetRaySphereHit_Slim(Ray3d ray, Sphere3d sphere) method RaySphereHit (line 44) | [Benchmark] method RaySphereHit_V2 (line 55) | [Benchmark] method RaySphereHit_Slim (line 72) | [Benchmark] method RaySphereHit_Slim_V2 (line 83) | [Benchmark] method RaySphereHit_Test (line 95) | [Test] FILE: src/Tests/Aardvark.Base.Benchmarks/Geometry/SolidAngle.cs class SolidAngle (line 17) | [InProcess] method Triangle_SolidAngle (line 24) | [Benchmark] method Triangle_SolidAngle_Method2 (line 40) | [Benchmark] method CalcSolidAngle (line 59) | public static double CalcSolidAngle(V3d va, V3d vb, V3d vc) FILE: src/Tests/Aardvark.Base.Benchmarks/HashCodeCombine.cs class HashCodeCombine (line 42) | [PlainExporter, MemoryDiagnoser] method GlobalSetup (line 54) | [GlobalSetup] method Combine2_Aardvark (line 64) | [Benchmark] method Combine3_Aardvark (line 86) | [Benchmark] method Combine3_System (line 98) | [Benchmark] method Combine4_Aardvark (line 110) | [Benchmark] method Combine4_System (line 123) | [Benchmark] method Combine8_Aardvark (line 136) | [Benchmark] method Combine8_System (line 153) | [Benchmark] method M44d_GetHashCode_Aardvark (line 170) | [Benchmark] method M44d_HashCode_SystemDefault (line 179) | [Benchmark] method M44d_HashCode_SystemCustom (line 188) | [Benchmark] method V4d_GetHashCode_Aardvark (line 197) | [Benchmark] method V4d_HashCode_SystemDefault (line 206) | [Benchmark] method V4d_HashCode_SystemCustom (line 215) | [Benchmark] type MyM44d (line 224) | public readonly struct MyM44d method CustomHashCode (line 231) | public int CustomHashCode() type MyV4d (line 239) | public readonly struct MyV4d method CustomHashCode (line 245) | public int CustomHashCode() FILE: src/Tests/Aardvark.Base.Benchmarks/Hashes.cs class HashBench (line 32) | [MemoryDiagnoser, DisassemblyDiagnoser] method UseAsStream (line 35) | internal static unsafe T UseAsStream(Array data, Func f) method BenchmarkNumericalStability (line 56) | public void BenchmarkNumericalStability() method AngleBetweenStable (line 86) | [Benchmark] method AngleBetweenFast (line 99) | [Benchmark] method AngleBetweenStableTest (line 112) | [Test] method AngleBetweenFastTest (line 124) | [Test] class AngleBetweenDouble (line 137) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] method AngleBetweenDouble (line 150) | public AngleBetweenDouble() method ComputeRelativeError (line 167) | private double[] ComputeRelativeError(Func f) method BenchmarkNumericalStability (line 182) | public void BenchmarkNumericalStability() method AngleBetweenStable (line 212) | [Benchmark] method AngleBetweenFast (line 225) | [Benchmark] method AngleBetweenStableTest (line 238) | [Test] method AngleBetweenFastTest (line 250) | [Test] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/AngleBetween_template.cs class AngleBetween__Rtype__ (line 17) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] method AngleBetween__Rtype__ (line 30) | public AngleBetween__Rtype__() method ComputeRelativeError (line 47) | private double[] ComputeRelativeError(Func<__v3rt__, __v3rt__, __rtype... method BenchmarkNumericalStability (line 62) | public void BenchmarkNumericalStability() method AngleBetweenStable (line 92) | [Benchmark] method AngleBetweenFast (line 105) | [Benchmark] method AngleBetweenStableTest (line 118) | [Test] method AngleBetweenFastTest (line 130) | [Test] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/DistanceRot3_auto.cs class DistanceRot3f (line 11) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] method RndAxis (line 24) | private static V3f RndAxis(RandomSystem rnd) method RndAngle (line 27) | private static float RndAngle(RandomSystem rnd) method RndRot (line 30) | private static Rot3f RndRot(RandomSystem rnd) method DistanceRot3f (line 33) | public DistanceRot3f() method ComputeRelativeError (line 53) | private double[] ComputeRelativeError(Func f) method BenchmarkNumericalStability (line 68) | public void BenchmarkNumericalStability() method DistanceStable (line 98) | [Benchmark] method DistanceFast (line 111) | [Benchmark] method ConsistentAndCorrect (line 124) | [Test] class DistanceRot3d (line 145) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] method RndAxis (line 158) | private static V3d RndAxis(RandomSystem rnd) method RndAngle (line 161) | private static double RndAngle(RandomSystem rnd) method RndRot (line 164) | private static Rot3d RndRot(RandomSystem rnd) method DistanceRot3d (line 167) | public DistanceRot3d() method ComputeRelativeError (line 187) | private double[] ComputeRelativeError(Func f) method BenchmarkNumericalStability (line 202) | public void BenchmarkNumericalStability() method DistanceStable (line 232) | [Benchmark] method DistanceFast (line 245) | [Benchmark] method ConsistentAndCorrect (line 258) | [Test] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/DistanceRot3_template.cs class DistanceRot3__fc__ (line 21) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] method RndAxis (line 34) | private static __v3rt__ RndAxis(RandomSystem rnd) method RndAngle (line 37) | private static __rtype__ RndAngle(RandomSystem rnd) method RndRot (line 40) | private static __rot3t__ RndRot(RandomSystem rnd) method DistanceRot3__fc__ (line 43) | public DistanceRot3__fc__() method ComputeRelativeError (line 63) | private double[] ComputeRelativeError(Func<__rot3t__, __rot3t__, __rty... method BenchmarkNumericalStability (line 78) | public void BenchmarkNumericalStability() method DistanceStable (line 108) | [Benchmark] method DistanceFast (line 121) | [Benchmark] method ConsistentAndCorrect (line 134) | [Test] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/DistanceToLine.cs class DistanceToLineTest (line 27) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] class Impl (line 31) | private static class Impl method DistanceToLineF_Opt (line 33) | public static float DistanceToLineF_Opt(V3f query, V3f p0, V3f p1) method DistanceToLineF (line 46) | public static float DistanceToLineF(V3f query, V3f p0, V3f p1) method GetMinimalDistanceToF (line 59) | public static float GetMinimalDistanceToF(V3f point, V3f p0, V3f p1) method DistanceToLine_Opt (line 85) | public static double DistanceToLine_Opt(V3d query, V3d p0, V3d p1) method DistanceToLine (line 98) | public static double DistanceToLine(V3d query, V3d p0, V3d p1) method GetMinimalDistanceTo (line 111) | public static double GetMinimalDistanceTo(V3d point, V3d p0, V3d p1) method DistanceToLineTest (line 146) | public DistanceToLineTest() method DistanceToLine_Opt (line 158) | [Benchmark] method DistanceToLine (line 171) | [Benchmark] method GetMinimalDistanceTo (line 184) | [Benchmark] method DistanceToLineF_Opt (line 197) | [Benchmark] method DistanceToLineF (line 210) | [Benchmark] method GetMinimalDistanceToF (line 223) | [Benchmark] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/FractTest.cs class FracTest (line 9) | [PlainExporter, MemoryDiagnoser] method Fract_Impl (line 14) | public double Fract_Impl(double x) method Fract_Impl2 (line 19) | public double Fract_Impl2(double x) method Fract_Impl3 (line 24) | public double Fract_Impl3(double x) method Fract (line 30) | [Benchmark] method Fract2 (line 40) | [Benchmark] method Fract3 (line 50) | [Benchmark] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/IntegerPower_auto.cs class IntegerPowerInt (line 18) | public class IntegerPowerInt method IntegerPowerInt (line 24) | public IntegerPowerInt() method Pow (line 36) | [Benchmark] method Pown (line 49) | [Benchmark] method IntegerPowerTest (line 62) | [Test] class IntegerPowerUInt (line 85) | public class IntegerPowerUInt method IntegerPowerUInt (line 91) | public IntegerPowerUInt() method Pow (line 103) | [Benchmark] method Pown (line 116) | [Benchmark] method IntegerPowerTest (line 129) | [Test] class IntegerPowerLong (line 152) | public class IntegerPowerLong method IntegerPowerLong (line 158) | public IntegerPowerLong() method Pow (line 170) | [Benchmark] method Pown (line 183) | [Benchmark] method IntegerPowerTest (line 196) | [Test] class IntegerPowerFloat (line 219) | public class IntegerPowerFloat method IntegerPowerFloat (line 225) | public IntegerPowerFloat() method Pow (line 237) | [Benchmark] method Pown (line 250) | [Benchmark] method IntegerPowerTest (line 263) | [Test] class IntegerPowerDouble (line 286) | public class IntegerPowerDouble method IntegerPowerDouble (line 292) | public IntegerPowerDouble() method Pow (line 304) | [Benchmark] method Pown (line 317) | [Benchmark] method IntegerPowerTest (line 330) | [Test] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/IntegerPower_template.cs class IntegerPower__Type__ (line 23) | public class IntegerPower__Type__ method IntegerPower__Type__ (line 29) | public IntegerPower__Type__() method Pow (line 41) | [Benchmark] method Pown (line 54) | [Benchmark] method IntegerPowerTest (line 67) | [Test] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/Log2Int.cs class Log2Int (line 35) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] method Log2Int (line 44) | public Log2Int() method Log2Int_Float_FloatExp (line 53) | [Benchmark] method Log2Int_Float_Log2 (line 63) | [Benchmark] method Log2Int_Double_DoubleExp (line 73) | [Benchmark] method Log2Int_Double_Log2 (line 83) | [Benchmark] method Log2Int_Bithack_Convert (line 93) | static int Log2Int_Bithack_Convert(int v) method Log2Int_Bithack_Cmp (line 102) | static int Log2Int_Bithack_Cmp(int v) method convert (line 111) | static unsafe int convert(bool input) method Log2Int_Bithack_Unsafe (line 116) | static unsafe int Log2Int_Bithack_Unsafe(int v) method Log2Int_Bithack_Unroll (line 125) | static unsafe int Log2Int_Bithack_Unroll(int v) method Log2Int_Int_Bithack_Cmp (line 136) | [Benchmark] method Log2Int_Int_Bithack_Convert (line 146) | [Benchmark] method Log2Int_Int_Bithack_Unsafe (line 156) | [Benchmark] method Log2Int_Int_Bithack_Unroll (line 166) | [Benchmark] method Log2Int_Int_Numerics (line 176) | [Benchmark] method Log2Int_Int_NumericsUint (line 186) | [Benchmark] method Log2Int_Int_FloatExp (line 196) | [Benchmark] method Log2Int_Int_DoubleExp (line 206) | [Benchmark] method Log2Int_Baseline (line 216) | [Benchmark] method Log2Int_AardvarkFloatExp_Floor (line 226) | [Test] method Log2Int_AardvarkFloatExp_Floor_Frac (line 237) | [Test] method Log2Int_AardvarkDoubleExp_Floor (line 249) | [Test] method Log2Int_AardvarkDoubleExp_Floor_Frac (line 260) | [Test] method Log2Int_NetCore (line 272) | [Test] method Log2Int_SoftwareConvert (line 283) | [Test] method Log2Int_SoftwareCompare (line 294) | [Test] method Log2CeilingInt_AardvarkFloatExp_Ceiling (line 305) | [Test] method Log2CeilingInt_AardvarkFloatExp_Ceiling_Frac (line 316) | [Test] method Log2CeilingInt_AardvarkDoubleExp_Ceiling (line 328) | [Test] method Log2CeilingInt_AardvarkDoubleExp_Ceiling_Frac (line 339) | [Test] class Log2 (line 373) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] method Log2 (line 381) | public Log2() method Log2_Int_MathDouble (line 389) | [Benchmark] method Log2_Float_MathFLog2 (line 399) | [Benchmark] method Log2_Float_MathFLog (line 409) | [Benchmark] method Log2_Float_Double (line 419) | [Benchmark] method Log10_Float_MathFLog10 (line 429) | [Benchmark] method Log10_Float_Log (line 441) | [Benchmark] method Log10_Float (line 451) | [Benchmark] method Log2_Double (line 461) | [Benchmark] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/PowerOfTwo_auto.cs class PowerOfTwoFloat (line 18) | public class PowerOfTwoFloat method PowerOfTwoFloat (line 23) | public PowerOfTwoFloat() method PowerOfTwoSigned (line 29) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Pow (line 35) | [Benchmark] method PowerOfTwoSigned (line 48) | [Benchmark] method PowerOfTwoTest (line 61) | [Test] class PowerOfTwoDouble (line 84) | public class PowerOfTwoDouble method PowerOfTwoDouble (line 89) | public PowerOfTwoDouble() method PowerOfTwoSigned (line 95) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Pow (line 101) | [Benchmark] method PowerOfTwoSigned (line 114) | [Benchmark] method PowerOfTwoTest (line 127) | [Test] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/PowerOfTwo_template.cs class PowerOfTwo__Type__ (line 24) | public class PowerOfTwo__Type__ method PowerOfTwo__Type__ (line 29) | public PowerOfTwo__Type__() method PowerOfTwoSigned (line 35) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Pow (line 41) | [Benchmark] method PowerOfTwoSigned (line 54) | [Benchmark] method PowerOfTwoTest (line 67) | [Test] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/Rot3GetEuler_auto.cs class Rot3fGetEuler (line 13) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] class Implementations (line 21) | private static class Implementations method Original (line 23) | public static V3f Original(Rot3f r) method CopySign (line 49) | public static V3f CopySign(Rot3f r) method Rot3fGetEuler (line 85) | public Rot3fGetEuler() method ComputeAbsoluteError (line 103) | private double[] ComputeAbsoluteError(Func f) method BenchmarkNumericalStability (line 118) | public void BenchmarkNumericalStability() method CorrectnessTest (line 142) | [Test] method Original (line 160) | [Benchmark] method CopySign (line 173) | [Benchmark] class Rot3dGetEuler (line 191) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] class Implementations (line 199) | private static class Implementations method Original (line 201) | public static V3d Original(Rot3d r) method CopySign (line 227) | public static V3d CopySign(Rot3d r) method Rot3dGetEuler (line 263) | public Rot3dGetEuler() method ComputeAbsoluteError (line 281) | private double[] ComputeAbsoluteError(Func f) method BenchmarkNumericalStability (line 296) | public void BenchmarkNumericalStability() method CorrectnessTest (line 320) | [Test] method Original (line 338) | [Benchmark] method CopySign (line 351) | [Benchmark] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/Rot3GetEuler_template.cs class __rot3t__GetEuler (line 27) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] class Implementations (line 35) | private static class Implementations method Original (line 37) | public static __v3t__ Original(__rot3t__ r) method CopySign (line 63) | public static __v3t__ CopySign(__rot3t__ r) method __rot3t__GetEuler (line 99) | public __rot3t__GetEuler() method ComputeAbsoluteError (line 118) | private double[] ComputeAbsoluteError(Func<__rot3t__, __v3t__> f) method BenchmarkNumericalStability (line 133) | public void BenchmarkNumericalStability() method CorrectnessTest (line 157) | [Test] method Original (line 175) | [Benchmark] method CopySign (line 188) | [Benchmark] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/Rot3dTransform.cs class Rot3dTransform (line 11) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] method Rot3dTransform (line 20) | public Rot3dTransform() method Rot3d_Transform (line 27) | [Benchmark] method TransformM33dPrecomputed (line 36) | static V3d TransformM33dPrecomputed(M33d mat, V3d v) method Rot3d_TransformM33dPrecomputed (line 41) | [Benchmark] method TransformM33dPrecomputed_Inline (line 50) | [MethodImpl(MethodImplOptions.AggressiveInlining)] // does not fully i... method Rot3d_TransformM33dPrecomputed_Inline (line 60) | [Benchmark] method TransformUsingM33d (line 69) | static V3d TransformUsingM33d(Rot3d rot, V3d v) method Rot3d_TransformUsingM33d (line 74) | [Benchmark] method TransformUsingQuaternion (line 83) | static V3d TransformUsingQuaternion(Rot3d q, V3d v) method Rot3d_TransformUsingQuaternion (line 89) | [Benchmark] method TransformUsingQuaternionOpt1 (line 98) | static V3d TransformUsingQuaternionOpt1(Rot3d rot, V3d v) method TransformUsingQuaternionOpt2 (line 123) | static V3d TransformUsingQuaternionOpt2(Rot3d rot, V3d v) method Rot3d_TransformUsingQuaternionOpt1 (line 139) | [Benchmark] method Rot3d_TransformUsingQuaternionOpt2 (line 148) | [Benchmark] method Rot3dTransformTest (line 157) | [Test] method InvTransformUsingM33d (line 179) | static V3d InvTransformUsingM33d(Rot3d rot, V3d v) method InvTransformUsingQuaternion (line 184) | static V3d InvTransformUsingQuaternion(Rot3d rot, V3d v) method InvTransformUsingQuaternionOpt (line 190) | static V3d InvTransformUsingQuaternionOpt(Rot3d rot, V3d v) method Rot3dInvTransformTest (line 217) | [Test] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/RotateInto_auto.cs class RotateIntoFloat (line 13) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] class Implementations (line 21) | private static class Implementations method Original (line 23) | public static Rot3f Original(V3f from, V3f into) method HalfWayVec (line 39) | public static Rot3f HalfWayVec(V3f from, V3f into) method HalfWayQuat (line 51) | public static Rot3f HalfWayQuat(V3f from, V3f into) method RndAxis (line 79) | private static V3f RndAxis(RandomSystem rnd) method RotateIntoFloat (line 82) | public RotateIntoFloat() method ComputeAbsoluteError (line 119) | private double[] ComputeAbsoluteError(Func f) method BenchmarkNumericalStability (line 137) | public void BenchmarkNumericalStability() method CorrectnessTest (line 161) | [Test] method Original (line 182) | [Benchmark] method HalfWayVec (line 195) | [Benchmark] method HalfWayQuat (line 208) | [Benchmark] class RotateIntoDouble (line 226) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] class Implementations (line 234) | private static class Implementations method Original (line 236) | public static Rot3d Original(V3d from, V3d into) method HalfWayVec (line 252) | public static Rot3d HalfWayVec(V3d from, V3d into) method HalfWayQuat (line 264) | public static Rot3d HalfWayQuat(V3d from, V3d into) method RndAxis (line 292) | private static V3d RndAxis(RandomSystem rnd) method RotateIntoDouble (line 295) | public RotateIntoDouble() method ComputeAbsoluteError (line 332) | private double[] ComputeAbsoluteError(Func f) method BenchmarkNumericalStability (line 350) | public void BenchmarkNumericalStability() method CorrectnessTest (line 374) | [Test] method Original (line 395) | [Benchmark] method HalfWayVec (line 408) | [Benchmark] method HalfWayQuat (line 421) | [Benchmark] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/RotateInto_template.cs class RotateInto__Rtype__ (line 24) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] class Implementations (line 32) | private static class Implementations method Original (line 34) | public static __rot3t__ Original(__v3t__ from, __v3t__ into) method HalfWayVec (line 51) | public static __rot3t__ HalfWayVec(__v3t__ from, __v3t__ into) method HalfWayQuat (line 63) | public static __rot3t__ HalfWayQuat(__v3t__ from, __v3t__ into) method RndAxis (line 91) | private static __v3t__ RndAxis(RandomSystem rnd) method RotateInto__Rtype__ (line 94) | public RotateInto__Rtype__() method ComputeAbsoluteError (line 132) | private double[] ComputeAbsoluteError(Func<__v3t__, __v3t__, __rot3t__... method BenchmarkNumericalStability (line 150) | public void BenchmarkNumericalStability() method CorrectnessTest (line 174) | [Test] method Original (line 195) | [Benchmark] method HalfWayVec (line 208) | [Benchmark] method HalfWayQuat (line 221) | [Benchmark] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/Tensors/MatrixMinor.cs class MatrixMinor (line 9) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] class Implementations (line 17) | private static class Implementations method Version1 (line 21) | public static M33d Version1(M44d m, int rowToDelete, int columnToDel... method Version2 (line 49) | public static M33d Version2(M44d m, int row, int column) method Version3 (line 72) | public static M33d Version3(M44d m, int row, int column) method MatrixMinor (line 97) | public MatrixMinor() method Benchmark (line 105) | private M33d Benchmark(Func method) method MinorVersion1 (line 117) | [Benchmark] method MinorVersion2 (line 121) | [Benchmark] method MinorVersion3 (line 125) | [Benchmark] method MatrixMinorTest (line 129) | [Test] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/Tensors/MatrixMultiply.cs class MatrixMultiply (line 9) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] method MatrixMultiply (line 17) | public MatrixMultiply() method M44d_Multiply (line 23) | [Benchmark] method M34d_Multiply_M44d (line 32) | [Benchmark] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/Tensors/MatrixOrthogonalize_auto.cs class MatrixOrthogonalizeM22f (line 13) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] type Implementation (line 21) | private struct Implementation class Implementations (line 27) | private static class Implementations method Mgs (line 31) | private static M22f Mgs(M22f m) method MgsNorm (line 38) | private static M22f MgsNorm(M22f m) method Mgsr (line 70) | private static M22f Mgsr(M22f m) method MgsrNorm (line 78) | private static M22f MgsrNorm(M22f m) method MatrixOrthogonalizeM22f (line 136) | public MatrixOrthogonalizeM22f() method ErrorMeasure (line 143) | private double ErrorMeasure(M22f matrix) method AreOrtho (line 153) | private bool AreOrtho(M22f m, float epsilon) method ComputeAbsoluteError (line 158) | private double[] ComputeAbsoluteError(Func f) method BenchmarkNumericalStability (line 171) | private void BenchmarkNumericalStability(string name, Dictionary f) method BenchmarkNumericalStability (line 454) | private void BenchmarkNumericalStability(string name, Dictionary f) method BenchmarkNumericalStability (line 764) | private void BenchmarkNumericalStability(string name, Dictionary f) method BenchmarkNumericalStability (line 1027) | private void BenchmarkNumericalStability(string name, Dictionary f) method BenchmarkNumericalStability (line 1310) | private void BenchmarkNumericalStability(string name, Dictionary f) method BenchmarkNumericalStability (line 1620) | private void BenchmarkNumericalStability(string name, Dictionary f) method BenchmarkNumericalStability (line 212) | private void BenchmarkNumericalStability(string name, Dictionary GenerateVector(RandomSystem rnd) method Init (line 74) | [GlobalSetup] method NormSquared (line 81) | [Benchmark(Baseline = true, Description = "NormSquared")] method NormSquaredPredfined (line 90) | [Benchmark(Description = "NormSquared (Predefined)")] method NormSquaredInline (line 99) | [Benchmark(Description = "NormSquared (Inline)")] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/Transform.cs class TransformV3d (line 25) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] method TrafoM44d_Transform (line 36) | [Benchmark] method Euclidean_Transform (line 45) | [Benchmark] method Similarity_Transform (line 54) | [Benchmark] method Affine_Transform (line 63) | [Benchmark] FILE: src/Tests/Aardvark.Base.Benchmarks/Math/VectorLength.cs class V4fLength (line 9) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] method V4fLength (line 16) | public V4fLength() method V4fLengthReference (line 22) | [Benchmark] method V4fLengthSse (line 35) | [Benchmark] class V3fLength (line 48) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] method V3fLength (line 55) | public V3fLength() method V3fLengthReference (line 61) | [Benchmark] method V3fLengthSse (line 74) | [Benchmark] class V2fLength (line 87) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] method V2fLength (line 94) | public V2fLength() method V2fLengthReference (line 100) | [Benchmark] method V2fLengthSse (line 113) | [Benchmark] class Tests (line 126) | public class Tests method V2fLength (line 128) | [Test] method V3fLength (line 135) | [Test] method V4fLength (line 142) | [Test] FILE: src/Tests/Aardvark.Base.Benchmarks/Program.cs class Program (line 7) | public class Program method Main (line 9) | public static void Main(string[] args) FILE: src/Tests/Aardvark.Base.Benchmarks/StaticConstants.cs type StructThing (line 10) | struct StructThing method StructThing (line 23) | public StructThing(double x, double y, double z) method DoMath (line 30) | public readonly StructThing DoMath(StructThing b) class StaticConstants (line 39) | [SimpleJob(RuntimeMoniker.NetCoreApp31)] method StaticConstants (line 45) | public StaticConstants() method ReadonlyConstant (line 52) | [Benchmark] method PropertyConstant (line 60) | [Benchmark] method PropertyConstantAggro (line 68) | [Benchmark] FILE: src/Tests/Aardvark.Base.Benchmarks/StreamWriterReader.cs class StreamWriterReader (line 38) | [InProcess] method GlobalSetup (line 49) | [GlobalSetup] method WriteArray (line 60) | [Benchmark] method ReadArray (line 67) | [Benchmark] FILE: src/Tests/Aardvark.Base.Benchmarks/TelemetryProbesBenchmark.cs class TelemetryProbesBenchmark (line 28) | [MemoryDiagnoser, PlainExporter] method StopWatchTime (line 39) | [Benchmark] method CPUTime (line 49) | [Benchmark] method WallClock (line 59) | [Benchmark] method CpuTimeUser (line 69) | [Benchmark] method CpuTimePrivileged (line 79) | [Benchmark] FILE: src/Tests/Aardvark.Base.Tests/AlgoDat/DictTests.cs class DictTests (line 10) | [TestFixture] class CollisionKey (line 13) | private sealed class CollisionKey : IEquatable method CollisionKey (line 17) | public CollisionKey(int id) method Equals (line 22) | public bool Equals(CollisionKey other) method Equals (line 27) | public override bool Equals(object obj) method GetHashCode (line 32) | public override int GetHashCode() method DictTests (line 38) | public DictTests() : base() { } method DictTests (line 39) | public DictTests(TestSuite.Options options) : base(options) { } method TestDict (line 46) | [Test] method Run (line 54) | public void Run() // performance tests method CreateStringTable (line 82) | public void CreateStringTable(int count, int subCount) method StringTest (line 109) | public void StringTest(int rounds, bool prealloc, bool subset) method SymbolTest (line 127) | public void SymbolTest(int rounds, bool prealloc, bool subset) method DictStringTest (line 145) | public void DictStringTest(int rounds, bool prealloc, bool subset) method DictSymbolTest (line 164) | public void DictSymbolTest(int rounds, bool prealloc, bool subset) method SymbolDictTest (line 183) | public void SymbolDictTest(int rounds, bool prealloc, bool subset) method SymbolDictInitializationTest (line 202) | public void SymbolDictInitializationTest() method ConcurrentSymbolDictTest (line 237) | public void ConcurrentSymbolDictTest(int rounds, int tasks) method ConcurrentSymbolDictTestQuiet (line 280) | private void ConcurrentSymbolDictTestQuiet(int rounds, int tasks) method SymbolDictTest (line 317) | public void SymbolDictTest(int rounds) method SymbolDictTestQuiet (line 382) | private void SymbolDictTestQuiet(int rounds) method TestDictGetCreate (line 448) | [Test] method Enumerate (line 476) | public static IEnumerable Enumerate(IEnumerable data) method ContainsKeyValueForCollisionChainEntry (line 483) | [Test] method ContainsKeyValueForStackedDuplicateKeyEntry (line 498) | [Test] method ContainsAndContainsValueSupportNullForOrdinaryStringEntries (line 512) | [Test] method ContainsAndContainsValueSupportNullForCollisionChainStringEntries (line 524) | [Test] method ContainsAndContainsValueSupportNullForStackedDuplicateStringEntries (line 538) | [Test] method SingleEntryDictSetterUpdatesExistingKeyWithoutThrowing (line 551) | [Test] method SingleEntryDictTryGetValueReportsPresentAndMissingKeys (line 561) | [Test] method SingleEntryDictRemoveOnlyRemovesMatchingKey (line 572) | [Test] method SingleEntryDictAddRestoresRemovedEntryAndRejectsInvalidAdds (line 590) | [Test] method SingleEntryDictSupportsNullKey (line 606) | [Test] method SingleValueDictSetterAndAddAcceptSharedValueWithoutThrowing (line 620) | [Test] method SingleValueDictValueOnlyConstructorCreatesUsableEmptyDict (line 639) | [Test] method SingleValueSymbolDictValueOnlyConstructorCreatesUsableEmptyDict (line 680) | [Test] method ContainsValue (line 729) | [Theory] method FastValuesEnumeratorMatchesValues (line 757) | [Theory] method FastValuesEnumeratorEmpty (line 778) | [Test] method SymbolDictFastValuesEnumeratorMatchesValues (line 790) | [Test] method IDictionaryKeys (line 804) | [Theory] method IDictionaryValues (line 836) | [Theory] method EnumerateFastValues (line 868) | private static int[] EnumerateFastValues(Dict dict) method EnumerateFastValues (line 879) | private static int[] EnumerateFastValues(SymbolDict dict) FILE: src/Tests/Aardvark.Base.Tests/AlgoDat/HigherOrderFunctionsTests.cs class HighFunTests (line 10) | [TestFixture] method HighFunTests (line 13) | public HighFunTests() : base() { } method HighFunTests (line 14) | public HighFunTests(TestSuite.Options options) : base(options) { } method TestHighFun (line 16) | [Test] method FixedPointTests (line 23) | public void FixedPointTests() method CurryingTests (line 45) | public void CurryingTests() FILE: src/Tests/Aardvark.Base.Tests/AlgoDat/SortingTests.cs class SortingTests (line 10) | [TestFixture] method SortingTests (line 13) | public SortingTests() : base() { } method SortingTests (line 14) | public SortingTests(TestSuite.Options options) : base(options) { } method TestSorting (line 16) | [Test] method Run (line 23) | public void Run() method MedianTests (line 31) | public void MedianTests(int maxCount) method SortTests (line 63) | public void SortTests(int maxCount) class Sorter (line 114) | public abstract class Sorter method Sorter (line 121) | public Sorter(Symbol name, Type type, Type permType, bool useCmp) class SimpleSorter (line 125) | public class SimpleSorter : Sorter method SimpleSorter (line 128) | public SimpleSorter(Symbol name, Action sort) class FunSorter (line 134) | public class FunSorter : Sorter method FunSorter (line 137) | public FunSorter(Symbol name, Action, long, lon... class PermSorter (line 143) | public class PermSorter : Sorter method PermSorter (line 146) | public PermSorter(Symbol name, Action sort) class PermFunSorter (line 152) | public class PermFunSorter : Sorter method PermFunSorter (line 155) | public PermFunSorter(Symbol name, Action,... class SortArray (line 161) | public abstract class SortArray method SortArray (line 167) | public SortArray(Type type, Type permType) { Type = type; PermType =... method CopyFrom (line 168) | public abstract void CopyFrom(long[] master, long count); method Sort (line 169) | public abstract void Sort(object sortFunction, long count, long repe... method Test (line 170) | public abstract void Test(Func testFunction, long count,... method SortArray (line 180) | public SortArray(long count, Func tOfLong, Func ... method CopyFrom (line 184) | public override void CopyFrom(long[] master, long count) method Sort (line 189) | public override void Sort(object sortFunction, long count, long repeat) method Test (line 196) | public override void Test(Func testFunction, long count,... class SortArray (line 174) | public class SortArray : SortArray method SortArray (line 167) | public SortArray(Type type, Type permType) { Type = type; PermType =... method CopyFrom (line 168) | public abstract void CopyFrom(long[] master, long count); method Sort (line 169) | public abstract void Sort(object sortFunction, long count, long repe... method Test (line 170) | public abstract void Test(Func testFunction, long count,... method SortArray (line 180) | public SortArray(long count, Func tOfLong, Func ... method CopyFrom (line 184) | public override void CopyFrom(long[] master, long count) method Sort (line 189) | public override void Sort(object sortFunction, long count, long repeat) method Test (line 196) | public override void Test(Func testFunction, long count,... class FunSortArray (line 215) | public class FunSortArray : SortArray method FunSortArray (line 217) | public FunSortArray(long count, Func tOfLong, Func : SortArray method PermSortArray (line 238) | public PermSortArray(long count, Func tpOfLong, Func testFunction, long count,... class PermFunSortArray (line 278) | public class PermFunSortArray : PermSortArray method PermFunSortArray (line 280) | public PermFunSortArray(long count, Func tpOfLong, Func ini... method DetailedSortTests (line 312) | public void DetailedSortTests(int arrayCount, int minimalCount, double... FILE: src/Tests/Aardvark.Base.Tests/CodeGenerator/CodeGeneratorTests.cs class CodeGeneratorTests (line 8) | [TestFixture] method WriteConfig (line 11) | private static string WriteConfig(params string[] lines) method ParseConfigFileAcceptsValidRowsBlankLinesAndComments (line 18) | [Test] method ParseConfigFileRejectsMalformedRowsWithClearMessage (line 46) | [Test] method RunReturnsNonZeroForMalformedConfig (line 68) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Extensions/Arrays.cs class Arrays (line 7) | static class Arrays method CopyArrayToNative (line 9) | [Test] method CopyNativeToArray (line 25) | [Test] method CopyNativeToNative (line 41) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Extensions/DateTime.cs class DateTimeTests (line 15) | [TestFixture] method ComputeJulianDayInt (line 18) | [MethodImpl(MethodImplOptions.NoInlining)] method ComputeJulianDay (line 30) | static int ComputeJulianDay(int y, int m, int d) method ComputeJulianDayNREL (line 47) | [MethodImpl(MethodImplOptions.NoInlining)] method ComputeJulianDayInt2 (line 78) | [MethodImpl(MethodImplOptions.NoInlining)] method ComputeJulianDayMeeus (line 98) | [MethodImpl(MethodImplOptions.NoInlining)] method ComputeGregorianDay (line 137) | static double ComputeGregorianDay(DateTime date) method JulianDay (line 157) | [Test] method TestDate (line 199) | static void TestDate(DateTime date) FILE: src/Tests/Aardvark.Base.Tests/Extensions/Enumerable.cs class Enumerables (line 10) | static class Enumerables class SingleUseEnumerable (line 12) | private sealed class SingleUseEnumerable : IEnumerable method SingleUseEnumerable (line 17) | public SingleUseEnumerable(IEnumerable values) method GetEnumerator (line 24) | public IEnumerator GetEnumerator() method GetEnumerator (line 34) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnu... method MaxIndex (line 37) | [Test] method MinIndex (line 51) | [Test] method SelectToListFromArray (line 65) | [Test] method SelectToListFromList (line 75) | [Test] method AllDistinctHandlesTrivialAndNormalCases (line 85) | [Test] method AllEqualHandlesTrivialAndNormalCases (line 97) | [Test] method AllDistinctUsesOneEnumerator (line 109) | [Test] method AllEqualUsesOneEnumerator (line 122) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Extensions/Hashes.cs class Hashes (line 13) | public static class Hashes method ArrayHashExtensions (line 15) | [Test] method Adler32UpdateByteArrayNullThrowsArgumentNullException (line 73) | [Test] method Adler32UpdateStreamNullThrowsArgumentNullException (line 82) | [Test] method Adler32UpdateInvalidArrayRangeThrowsArgumentOutOfRangeException (line 91) | [TestCase(-1, 1)] method Adler32UpdateValidRangePreservesChecksum (line 102) | [Test] method ArrayHashPerformance (line 112) | [Test] class CLRUtils (line 142) | public static class CLRUtils method SizeOf (line 144) | public static int SizeOf(T obj) class SizeOfCache (line 149) | private static class SizeOfCache method SizeOfCache (line 153) | static SizeOfCache() method SizeOf (line 168) | public static int SizeOf(Type type) method HashEquality (line 185) | [Test] type MyStruct1 (line 220) | public struct MyStruct1 type MyStruct2 (line 226) | public struct MyStruct2 type MyStruct3 (line 232) | public struct MyStruct3 type MyStruct4 (line 238) | public struct MyStruct4 method SizeOfTest (line 244) | public static void SizeOfTest() method TestSize (line 261) | static void TestSize() FILE: src/Tests/Aardvark.Base.Tests/Extensions/ListHeapTests.cs class ListHeapTests (line 8) | [TestFixture] method ListHeapTests (line 11) | public ListHeapTests() : base() { } method ListHeapTests (line 12) | public ListHeapTests(TestSuite.Options options) : base(options) { } method TestListHeap (line 14) | [Test] method Run (line 21) | public void Run() method ListHeapTest (line 27) | public void ListHeapTest(int maxCount, Func count_printFun) method ListHeapTest (line 35) | public void ListHeapTest(int count, bool print) method ListHeapRandomDequeueTest (line 76) | public void ListHeapRandomDequeueTest(int maxCount, Func co... method ListHeapRandomDequeueTest (line 84) | public void ListHeapRandomDequeueTest(int count, bool print) FILE: src/Tests/Aardvark.Base.Tests/Extensions/Lists.cs class Lists (line 7) | static class Lists method ListFunMap3TruncatesToThirdList (line 9) | [Test] method ListFunMap3IndexedTruncatesToThirdListAndPreservesIndex (line 21) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Extensions/StreamTests.cs class TestStream (line 10) | internal class TestStream(Stream inner) : Stream method TestStream (line 15) | public TestStream(byte[] data) : this(new MemoryStream(data)) method Flush (line 32) | public override void Flush() => inner.Flush(); method Seek (line 34) | public override long Seek(long offset, SeekOrigin origin) => inner.See... method SetLength (line 36) | public override void SetLength(long value) => inner.SetLength(value); method Read (line 38) | public override int Read(byte[] buffer, int offset, int count) method Write (line 48) | public override void Write(byte[] buffer, int offset, int count) method Dispose (line 53) | protected override void Dispose(bool disposing) class StreamTests (line 60) | static class StreamTests method ReadBytes (line 83) | private static void ReadBytes(bool netStandard20, Stream stream, byte[... method ReadBytes (line 102) | [Test] method ReadBytesRejectsNullStream (line 120) | [Test] method ReadBytesRejectsNullBufferWithDefaultCount (line 127) | [Test] method ReadBytesRejectsNegativeOffset (line 136) | [Test] method ReadBytesRejectsCountPastBufferEnd (line 145) | [Test] method ReadBytesThrowsEndOfStreamWhenSourceIsShort (line 154) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Extensions/Strings.cs class Strings (line 6) | static class Strings method PluralHandlesEmptyString (line 8) | [Test] method PluralHandlesOneCharacterWord (line 14) | [Test] method PluralWithCountOneReturnsOriginalShortWord (line 20) | [Test] method PluralPreservesExistingSuffixRule (line 26) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Extensions/TaskWithCancellationTests.cs class TaskWithCancellationTests (line 8) | static class TaskWithCancellationTests method WithCancellationReturnsCanceledTaskForAlreadyCanceledToken (line 10) | [Test] method WithCancellationReturnsCanceledTaskForAlreadyCanceledNullableToken (line 23) | [Test] method WithCancellationKeepsCompletedTaskForAlreadyCanceledToken (line 36) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Geometry/Circle2dTests.cs class Circle2dTests (line 8) | [TestFixture] method Circle2d_Constructor1 (line 11) | [Test] method Circle2d_Constructor2 (line 21) | [Test] method Circle2d_Constructor3 (line 31) | [Test] method Circle2d_Zero (line 41) | [Test] method Circle2d_Unit (line 49) | [Test] method Circle2d_Invalid (line 57) | [Test] method Circle2d_Invalid2 (line 65) | [Test] method Circle2d_Invalid3 (line 73) | [Test] method Circle2d_Invalid4 (line 81) | [Test] method Circle2d_Invalid5 (line 89) | [Test] method Circle2d_RadiusSquared (line 97) | [Test] method Circle2d_Circumference (line 104) | [Test] method Circle2d_Area (line 111) | [Test] method Circle2d_Contains (line 118) | [Test] method Circle2d_InscribedSquare (line 129) | [Test] method Circle2d_HashCode1 (line 139) | [Test] method Circle2d_HashCode2 (line 147) | [Test] method Circle2d_HashCode3 (line 155) | [Test] method Circle2d_Equals (line 163) | [Test] method Circle2d_Parse1 (line 172) | [Test] method Circle2d_Parse2 (line 180) | [Test] method Circle2d_Parse3 (line 187) | [Test] method Circle2d_Parse4 (line 194) | [Test] method Circle2d_Parse5 (line 201) | [Test] method Circle2d_Parse6 (line 208) | [Test] method Circle2d_BoundingBox1 (line 215) | [Test] method Circle2d_BoundingBox2 (line 222) | [Test] method Circle2d_BoundingCircle2d (line 230) | [Test] method Circle2d_BoundingCircle2d_Invalid (line 239) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Geometry/Hull2dTests.cs class Hull2dTests (line 6) | [TestFixture] method ComputeCorners_Square (line 9) | [Test] method ComputeCorners_Frustum (line 27) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Geometry/Hull3dTests.cs class Hull3dTests (line 6) | [TestFixture] method ComputeCorners_Cube (line 9) | [Test] method ComputeCorners_Frustum (line 29) | [Test] method VisualHullTest (line 56) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Geometry/IntersectionTestsTests.cs class IntersectionTestsTests (line 8) | [TestFixture] method Contains_Triangle2d_V2d (line 15) | [Test] method Contains_Triangle2d_Line2d (line 24) | [Test] method Contains_Triangle2d_Triangle2d (line 36) | [Test] method Contains_Triangle2d_Quad2d (line 46) | [Test] method Contains_Triangle2d_Circle2d (line 56) | [Test] method Contains_Triangle2f_Circle2f (line 67) | [Test] method Contains_Quad2d_Line2d (line 81) | [Test] method Contains_Quad2d_Triangle2d (line 90) | [Test] method Contains_Quad2d_Quad2d (line 99) | [Test] method Contains_Quad2d_Circle2d (line 108) | [Test] method Contains_Quad2f_Circle2f (line 119) | [Test] method Contains_Circle2d_Circle2d (line 131) | [Test] method Intersects_Circle2d_Circle2d (line 149) | [Test] method Intersects_Line2d_Line2d (line 161) | [Test] method Intersects_Line2d_Line2d_ParallelAndNotTouching (line 201) | [Test] method Intersects_Line2d_Line2d_Overlapping (line 211) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Geometry/LineDistance.cs class LineDistance (line 6) | [TestFixture] method DistanceToLineAndGetMinimalDistanceToConsistency (line 12) | [Test] method LineToPointDistance2d (line 24) | [Test] method LineToLineDistance2d (line 50) | [Test] method LineToPointDistance3d (line 85) | [Test] method LineToLineDistance3d (line 111) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Geometry/Plane3dTests.cs class Plane3dTests (line 8) | [TestFixture] method Plane3d_Constructor1 (line 11) | [Test] method Plane3d_Constructor2 (line 19) | [Test] method Plane3d_Constructor3 (line 28) | [Test] method Plane3d_Constructor4 (line 37) | [Test] method ProjectPointArrayAllowsFullArrayRange (line 47) | [Test] method ProjectPointArrayAlongDirectionAllowsFullArrayRange (line 65) | [Test] method ProjectPointArrayAllowsSliceEndingAtArrayLength (line 84) | [Test] method ToStringAndParse (line 102) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Geometry/PolygonClipping.cs class PolygonClipping (line 12) | [TestFixture] method PolygonClipping (line 15) | public PolygonClipping() : base() { } method PolygonClipping (line 16) | public PolygonClipping(TestSuite.Options options) : base(options) { } method TestConvexClipped (line 18) | [Test] FILE: src/Tests/Aardvark.Base.Tests/IO/UberStreamTests.cs class UberStreamTests (line 8) | static class UberStreamTests method SingleStreamReadAndWriteRespectSlice (line 10) | [Test] method MultipleStreamReadAndWriteCrossBoundaries (line 30) | [Test] method ConstructorsRejectInvalidArguments (line 66) | [Test] method ReadRejectsInvalidArgumentsBeforeReading (line 100) | [Test] method WriteRejectsInvalidArgumentsBeforeWriting (line 119) | [Test] method WriteRejectsReadOnlyStreams (line 138) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Images/PixImageTests.cs class PixImageTests (line 9) | [TestFixture] method MipMapCreate1x1 (line 16) | [Test] method MipMapCreate2x2 (line 24) | [Test] method MipMapCreate3x3 (line 32) | [Test] method MipMapCreate256 (line 40) | [Test] method MipMapCreate255 (line 48) | [Test] method MipMapCreate257 (line 56) | [Test] method MipMapCreate57x43 (line 64) | [Test] method MipMapCreate57x11 (line 78) | [Test] method GetArray (line 106) | private static T[] GetArray(PixImage pi, V2l coord) method GetColor (line 113) | private static Tc GetColor(PixImage pi, V2l coord) method FormatConversion (line 116) | private static void FormatConversion(Col.Format sour... method FormatConversionArrays (line 140) | private static void FormatConversionArrays(Col.Format sourceFo... method FormatConversionFromArray (line 143) | private static void FormatConversionFromArray(Col.Format ... method FormatConversionToArray (line 146) | private static void FormatConversionToArray(Col.Format so... method FormatConversion (line 149) | private static void FormatConversion(Col.Format sour... method FormatConversionGrayToGrayAlpha (line 154) | [Test] method FormatConversionGrayToAlpha (line 158) | [Test] method FormatConversionGrayToRGB (line 162) | [Test] method FormatConversionGrayToBGR (line 166) | [Test] method FormatConversionGrayToRGBA (line 170) | [Test] method FormatConversionGrayToBGRA (line 174) | [Test] method FormatConversionGrayToRG (line 178) | [Test] method FormatConversionGrayAlphaToGray (line 186) | [Test] method FormatConversionGrayAlphaToAlpha (line 190) | [Test] method FormatConversionGrayAlphaToRGB (line 194) | [Test] method FormatConversionGrayAlphaToBGR (line 198) | [Test] method FormatConversionGrayAlphaToRGBA (line 202) | [Test] method FormatConversionGrayAlphaToBGRA (line 206) | [Test] method FormatConversionGrayAlphaToRG (line 210) | [Test] method FormatConversionRGBAToRGBA (line 218) | [Test] method FormatConversionRGBAToRGBAWindow (line 222) | [Test] method FormatConversionRGBAToBGRA (line 226) | [Test] method FormatConversionRGBAToBGRAWindow (line 230) | [Test] method FormatConversionRGBAToRGB (line 234) | [Test] method FormatConversionRGBAToBGR (line 238) | [Test] method FormatConversionRGBAToGray (line 242) | [Test] method FormatConversionRGBAToGrayAlpha (line 246) | [Test] method FormatConversionRGBAToRG (line 250) | [Test] method TypeConversionByteToUShort (line 256) | [Test] method TypeConversionByteToUInt (line 260) | [Test] method TypeConversionByteToHalf (line 264) | [Test] method TypeConversionByteToFloat (line 270) | [Test] method TypeConversionByteToDouble (line 274) | [Test] method TypeConversionUShortToByte (line 282) | [Test] method TypeConversionUShortToUInt (line 286) | [Test] method TypeConversionUShortToHalf (line 290) | [Test] method TypeConversionUShortToFloat (line 296) | [Test] method TypeConversionUShortToDouble (line 300) | [Test] method TypeConversionUIntToByte (line 308) | [Test] method TypeConversionUIntToUShort (line 312) | [Test] method TypeConversionUIntToHalf (line 316) | [Test] method TypeConversionUIntToFloat (line 322) | [Test] method TypeConversionUIntToDouble (line 326) | [Test] method TypeConversionHalfToByte (line 334) | [Test] method TypeConversionHalfToUShort (line 340) | [Test] method TypeConversionHalfToUInt (line 346) | [Test] method TypeConversionHalfToFloat (line 352) | [Test] method TypeConversionHalfToDouble (line 358) | [Test] method TypeConversionFloatToByte (line 368) | [Test] method TypeConversionFloatToUShort (line 372) | [Test] method TypeConversionFloatToUInt (line 376) | [Test] method TypeConversionFloatToHalf (line 380) | [Test] method TypeConversionFloatToDouble (line 387) | [Test] method TypeConversionDoubleToByte (line 395) | [Test] method TypeConversionDoubleToUShort (line 399) | [Test] method TypeConversionDoubleToUInt (line 403) | [Test] method TypeConversionDoubleToHalf (line 407) | [Test] method TypeConversionDoubleToFloat (line 413) | [Test] method FormatConversionBGRAToRGBA (line 423) | [Test] method FormatConversionBGRAToRGB (line 427) | [Test] method FormatConversionBGRAToBGR (line 431) | [Test] method FormatConversionBGRAToGray (line 435) | [Test] method FormatConversionBGRAToGrayAlpha (line 439) | [Test] method FormatConversionBGRAToRG (line 443) | [Test] method FormatConversionRGBToRGBWithAdditionalChannel (line 451) | [Test] method FormatConversionRGBToBGRA (line 468) | [Test] method FormatConversionRGBToRGBA (line 472) | [Test] method FormatConversionRGBToBGR (line 476) | [Test] method FormatConversionRGBToGray (line 480) | [Test] method FormatConversionRGBToGrayAlpha (line 484) | [Test] method FormatConversionRGBToRG (line 488) | [Test] method FormatConversionBGRToBGRA (line 496) | [Test] method FormatConversionBGRToRGBA (line 500) | [Test] method FormatConversionBGRToRGB (line 504) | [Test] method FormatConversionBGRToGray (line 508) | [Test] method FormatConversionBGRToGrayAlpha (line 512) | [Test] method FormatConversionBGRToRG (line 516) | [Test] method FormatConversionRGToBGRA (line 524) | [Test] method FormatConversionRGToRGBA (line 528) | [Test] method FormatConversionRGToRGB (line 532) | [Test] method FormatConversionRGToBGR (line 536) | [Test] type Foo (line 546) | struct Foo method CreateWithCustomFormat (line 552) | [Test] method CreateArrayWithCustomFormat (line 565) | [Test] method Stitch (line 588) | [Test] method StitchSquare (line 668) | [Test] method PixCubeProperties (line 768) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Images/PixSaveParamsTests.cs class PixSaveParamsTests (line 7) | [TestFixture] method InvalidJpegQualityReportsNumericValue (line 10) | [TestCase(-1)] method InvalidWebpQualityReportsNumericValue (line 18) | [TestCase(-1)] method InvalidPngCompressionLevelReportsNumericValue (line 26) | [TestCase(-1)] method JpegQualityBoundariesAreValid (line 34) | [TestCase(0)] method WebpQualityBoundariesAreValid (line 44) | [TestCase(0)] method PngCompressionLevelBoundariesAreValid (line 55) | [TestCase(0)] FILE: src/Tests/Aardvark.Base.Tests/Images/PixVolumeTests.cs class PixVolumeTests (line 8) | [TestFixture] method GetArray (line 15) | private static T[] GetArray(PixVolume pi, V3l coord) method GetColor (line 22) | private static Tc GetColor(PixVolume pi, V3l coord) method FormatConversion (line 25) | private static void FormatConversion(Col.Format sour... method FormatConversionArrays (line 48) | private static void FormatConversionArrays(Col.Format sourceFo... method FormatConversionFromArray (line 51) | private static void FormatConversionFromArray(Col.Format ... method FormatConversionToArray (line 54) | private static void FormatConversionToArray(Col.Format so... method FormatConversion (line 57) | private static void FormatConversion(Col.Format sour... method FormatConversionGrayToGrayAlpha (line 62) | [Test] method FormatConversionGrayToAlpha (line 66) | [Test] method FormatConversionGrayToRGB (line 70) | [Test] method FormatConversionGrayToBGR (line 74) | [Test] method FormatConversionGrayToRGBA (line 78) | [Test] method FormatConversionGrayToBGRA (line 82) | [Test] method FormatConversionGrayToRG (line 86) | [Test] method FormatConversionGrayAlphaToGray (line 94) | [Test] method FormatConversionGrayAlphaToAlpha (line 98) | [Test] method FormatConversionGrayAlphaToRGB (line 102) | [Test] method FormatConversionGrayAlphaToBGR (line 106) | [Test] method FormatConversionGrayAlphaToRGBA (line 110) | [Test] method FormatConversionGrayAlphaToBGRA (line 114) | [Test] method FormatConversionGrayAlphaToRG (line 118) | [Test] method FormatConversionRGBAToRGBA (line 126) | [Test] method FormatConversionRGBAToRGBAWindow (line 130) | [Test] method FormatConversionRGBAToBGRA (line 134) | [Test] method FormatConversionRGBAToBGRAWindow (line 138) | [Test] method FormatConversionRGBAToRGB (line 142) | [Test] method FormatConversionRGBAToBGR (line 146) | [Test] method FormatConversionRGBAToGray (line 150) | [Test] method FormatConversionRGBAToGrayAlpha (line 154) | [Test] method FormatConversionRGBAToRG (line 158) | [Test] method FormatConversionBGRAToRGBA (line 166) | [Test] method FormatConversionBGRAToRGB (line 170) | [Test] method FormatConversionBGRAToBGR (line 174) | [Test] method FormatConversionBGRAToGray (line 178) | [Test] method FormatConversionBGRAToGrayAlpha (line 182) | [Test] method FormatConversionBGRAToRG (line 186) | [Test] method TypeConversionByteToUShort (line 192) | [Test] method TypeConversionByteToUInt (line 196) | [Test] method TypeConversionByteToHalf (line 200) | [Test] method TypeConversionByteToFloat (line 206) | [Test] method TypeConversionByteToDouble (line 210) | [Test] method TypeConversionUShortToByte (line 218) | [Test] method TypeConversionUShortToUInt (line 222) | [Test] method TypeConversionUShortToHalf (line 226) | [Test] method TypeConversionUShortToFloat (line 232) | [Test] method TypeConversionUShortToDouble (line 236) | [Test] method TypeConversionUIntToByte (line 244) | [Test] method TypeConversionUIntToUShort (line 248) | [Test] method TypeConversionUIntToHalf (line 252) | [Test] method TypeConversionUIntToFloat (line 258) | [Test] method TypeConversionUIntToDouble (line 262) | [Test] method TypeConversionHalfToByte (line 270) | [Test] method TypeConversionHalfToUShort (line 276) | [Test] method TypeConversionHalfToUInt (line 282) | [Test] method TypeConversionHalfToFloat (line 288) | [Test] method TypeConversionHalfToDouble (line 294) | [Test] method TypeConversionFloatToByte (line 304) | [Test] method TypeConversionFloatToUShort (line 308) | [Test] method TypeConversionFloatToUInt (line 312) | [Test] method TypeConversionFloatToHalf (line 316) | [Test] method TypeConversionFloatToDouble (line 323) | [Test] method TypeConversionDoubleToByte (line 331) | [Test] method TypeConversionDoubleToUShort (line 335) | [Test] method TypeConversionDoubleToUInt (line 339) | [Test] method TypeConversionDoubleToHalf (line 343) | [Test] method TypeConversionDoubleToFloat (line 349) | [Test] method FormatConversionRGBToRGBWithAdditionalChannel (line 359) | [Test] method FormatConversionRGBToBGRA (line 376) | [Test] method FormatConversionRGBToRGBA (line 380) | [Test] method FormatConversionRGBToBGR (line 384) | [Test] method FormatConversionRGBToGray (line 388) | [Test] method FormatConversionRGBToGrayAlpha (line 392) | [Test] method FormatConversionRGBToRG (line 396) | [Test] method FormatConversionBGRToBGRA (line 404) | [Test] method FormatConversionBGRToRGBA (line 408) | [Test] method FormatConversionBGRToRGB (line 412) | [Test] method FormatConversionBGRToGray (line 416) | [Test] method FormatConversionBGRToGrayAlpha (line 420) | [Test] method FormatConversionBGRToRG (line 424) | [Test] method FormatConversionRGToBGRA (line 432) | [Test] method FormatConversionRGToRGBA (line 436) | [Test] method FormatConversionRGToRGB (line 440) | [Test] method FormatConversionRGToBGR (line 444) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Json/SystemTextJsonTests.cs class JsonConverterExtensions (line 10) | public static class JsonConverterExtensions method W (line 14) | public static void W(this Utf8JsonWriter writer, in C3b value, JsonSer... method R (line 22) | public static void R(this ref Utf8JsonReader reader, out C3b value, Js... method W (line 36) | public static void W(this Utf8JsonWriter writer, in C3d value, JsonSer... method R (line 44) | public static void R(this ref Utf8JsonReader reader, out C3d value, Js... method W (line 58) | public static void W(this Utf8JsonWriter writer, in C3f value, JsonSer... method R (line 66) | public static void R(this ref Utf8JsonReader reader, out C3f value, Js... method W (line 80) | public static void W(this Utf8JsonWriter writer, in C3ui value, JsonSe... method R (line 88) | public static void R(this ref Utf8JsonReader reader, out C3ui value, J... method W (line 102) | public static void W(this Utf8JsonWriter writer, in C3us value, JsonSe... method R (line 110) | public static void R(this ref Utf8JsonReader reader, out C3us value, J... method W (line 125) | public static void W(this Utf8JsonWriter writer, in C4b value, JsonSer... method R (line 134) | public static void R(this ref Utf8JsonReader reader, out C4b value, Js... method W (line 149) | public static void W(this Utf8JsonWriter writer, in C4d value, JsonSer... method R (line 158) | public static void R(this ref Utf8JsonReader reader, out C4d value, Js... method W (line 173) | public static void W(this Utf8JsonWriter writer, in C4f value, JsonSer... method R (line 182) | public static void R(this ref Utf8JsonReader reader, out C4f value, Js... method W (line 197) | public static void W(this Utf8JsonWriter writer, in C4ui value, JsonSe... method R (line 206) | public static void R(this ref Utf8JsonReader reader, out C4ui value, J... method W (line 221) | public static void W(this Utf8JsonWriter writer, in C4us value, JsonSe... method R (line 230) | public static void R(this ref Utf8JsonReader reader, out C4us value, J... method W (line 246) | public static void W(this Utf8JsonWriter writer, in CieLabf value, Jso... method R (line 254) | public static void R(this ref Utf8JsonReader reader, out CieLabf value... method W (line 268) | public static void W(this Utf8JsonWriter writer, in CieLuvf value, Jso... method R (line 276) | public static void R(this ref Utf8JsonReader reader, out CieLuvf value... method W (line 290) | public static void W(this Utf8JsonWriter writer, in CieXYZf value, Jso... method R (line 298) | public static void R(this ref Utf8JsonReader reader, out CieXYZf value... method W (line 312) | public static void W(this Utf8JsonWriter writer, in CieYxyf value, Jso... method R (line 320) | public static void R(this ref Utf8JsonReader reader, out CieYxyf value... method W (line 334) | public static void W(this Utf8JsonWriter writer, in CMYKf value, JsonS... method R (line 343) | public static void R(this ref Utf8JsonReader reader, out CMYKf value, ... method W (line 358) | public static void W(this Utf8JsonWriter writer, in HSLf value, JsonSe... method R (line 366) | public static void R(this ref Utf8JsonReader reader, out HSLf value, J... method W (line 380) | public static void W(this Utf8JsonWriter writer, in HSVf value, JsonSe... method R (line 388) | public static void R(this ref Utf8JsonReader reader, out HSVf value, J... method W (line 402) | public static void W(this Utf8JsonWriter writer, in Yuvf value, JsonSe... method R (line 410) | public static void R(this ref Utf8JsonReader reader, out Yuvf value, J... method W (line 429) | public static void W(this Utf8JsonWriter writer, in Euclidean2d value,... method R (line 436) | public static void R(this ref Utf8JsonReader reader, ref Euclidean2d r... method W (line 460) | public static void W(this Utf8JsonWriter writer, in Euclidean2f value,... method R (line 467) | public static void R(this ref Utf8JsonReader reader, ref Euclidean2f r... method W (line 491) | public static void W(this Utf8JsonWriter writer, in Euclidean3d value,... method R (line 498) | public static void R(this ref Utf8JsonReader reader, ref Euclidean3d r... method W (line 522) | public static void W(this Utf8JsonWriter writer, in Euclidean3f value,... method R (line 529) | public static void R(this ref Utf8JsonReader reader, ref Euclidean3f r... method W (line 558) | public static void W(this Utf8JsonWriter writer, in Line2d value, Json... method R (line 565) | public static void R(this ref Utf8JsonReader reader, ref Line2d result... method W (line 589) | public static void W(this Utf8JsonWriter writer, in Line2f value, Json... method R (line 596) | public static void R(this ref Utf8JsonReader reader, ref Line2f result... method W (line 620) | public static void W(this Utf8JsonWriter writer, in Line3d value, Json... method R (line 627) | public static void R(this ref Utf8JsonReader reader, ref Line3d result... method W (line 651) | public static void W(this Utf8JsonWriter writer, in Line3f value, Json... method R (line 658) | public static void R(this ref Utf8JsonReader reader, ref Line3f result... method W (line 687) | public static void W(this Utf8JsonWriter writer, in M22d value, JsonSe... method R (line 694) | public static void R(this ref Utf8JsonReader reader, out M22d value, J... method W (line 712) | public static void W(this Utf8JsonWriter writer, in M22f value, JsonSe... method R (line 719) | public static void R(this ref Utf8JsonReader reader, out M22f value, J... method W (line 737) | public static void W(this Utf8JsonWriter writer, in M33d value, JsonSe... method R (line 744) | public static void R(this ref Utf8JsonReader reader, out M33d value, J... method W (line 762) | public static void W(this Utf8JsonWriter writer, in M33f value, JsonSe... method R (line 769) | public static void R(this ref Utf8JsonReader reader, out M33f value, J... method W (line 787) | public static void W(this Utf8JsonWriter writer, in M44d value, JsonSe... method R (line 794) | public static void R(this ref Utf8JsonReader reader, out M44d value, J... method W (line 812) | public static void W(this Utf8JsonWriter writer, in M44f value, JsonSe... method R (line 819) | public static void R(this ref Utf8JsonReader reader, out M44f value, J... method W (line 842) | public static void W(this Utf8JsonWriter writer, in Plane2d value, Jso... method R (line 850) | public static void R(this ref Utf8JsonReader reader, ref Plane2d resul... method W (line 874) | public static void W(this Utf8JsonWriter writer, in Plane2f value, Jso... method R (line 882) | public static void R(this ref Utf8JsonReader reader, ref Plane2f resul... method W (line 906) | public static void W(this Utf8JsonWriter writer, in Plane3d value, Jso... method R (line 914) | public static void R(this ref Utf8JsonReader reader, ref Plane3d resul... method W (line 938) | public static void W(this Utf8JsonWriter writer, in Plane3f value, Jso... method R (line 946) | public static void R(this ref Utf8JsonReader reader, ref Plane3f resul... method W (line 971) | public static void W(this Utf8JsonWriter writer, IEnumerable ... method R (line 977) | public static void R(this ref Utf8JsonReader reader, ref Plane2d[] res... method W (line 996) | public static void W(this Utf8JsonWriter writer, IEnumerable ... method R (line 1002) | public static void R(this ref Utf8JsonReader reader, ref Plane2f[] res... method W (line 1021) | public static void W(this Utf8JsonWriter writer, IEnumerable ... method R (line 1027) | public static void R(this ref Utf8JsonReader reader, ref Plane3d[] res... method W (line 1046) | public static void W(this Utf8JsonWriter writer, IEnumerable ... method R (line 1052) | public static void R(this ref Utf8JsonReader reader, ref Plane3f[] res... method W (line 1076) | public static void W(this Utf8JsonWriter writer, in Ray2d value, JsonS... method R (line 1083) | public static void R(this ref Utf8JsonReader reader, ref Ray2d result,... method W (line 1107) | public static void W(this Utf8JsonWriter writer, in Ray2f value, JsonS... method R (line 1114) | public static void R(this ref Utf8JsonReader reader, ref Ray2f result,... method W (line 1138) | public static void W(this Utf8JsonWriter writer, in Ray3d value, JsonS... method R (line 1145) | public static void R(this ref Utf8JsonReader reader, ref Ray3d result,... method W (line 1169) | public static void W(this Utf8JsonWriter writer, in Ray3f value, JsonS... method R (line 1176) | public static void R(this ref Utf8JsonReader reader, ref Ray3f result,... method W (line 1205) | public static void W(this Utf8JsonWriter writer, in Rot2d value, JsonS... method R (line 1211) | public static void R(this ref Utf8JsonReader reader, out Rot2d value, ... method W (line 1223) | public static void W(this Utf8JsonWriter writer, in Rot2f value, JsonS... method R (line 1229) | public static void R(this ref Utf8JsonReader reader, out Rot2f value, ... method W (line 1242) | public static void W(this Utf8JsonWriter writer, in Rot3d value, JsonS... method R (line 1251) | public static void R(this ref Utf8JsonReader reader, out Rot3d value, ... method W (line 1266) | public static void W(this Utf8JsonWriter writer, in Rot3f value, JsonS... method R (line 1275) | public static void R(this ref Utf8JsonReader reader, out Rot3f value, ... method W (line 1291) | public static void W(this Utf8JsonWriter writer, in QuaternionD value,... method R (line 1300) | public static void R(this ref Utf8JsonReader reader, out QuaternionD v... method W (line 1315) | public static void W(this Utf8JsonWriter writer, in QuaternionF value,... method R (line 1324) | public static void R(this ref Utf8JsonReader reader, out QuaternionF v... method W (line 1344) | public static void W(this Utf8JsonWriter writer, in Similarity2d value... method R (line 1351) | public static void R(this ref Utf8JsonReader reader, ref Similarity2d ... method W (line 1375) | public static void W(this Utf8JsonWriter writer, in Similarity2f value... method R (line 1382) | public static void R(this ref Utf8JsonReader reader, ref Similarity2f ... method W (line 1406) | public static void W(this Utf8JsonWriter writer, in Similarity3d value... method R (line 1413) | public static void R(this ref Utf8JsonReader reader, ref Similarity3d ... method W (line 1437) | public static void W(this Utf8JsonWriter writer, in Similarity3f value... method R (line 1444) | public static void R(this ref Utf8JsonReader reader, ref Similarity3f ... method W (line 1473) | public static void W(this Utf8JsonWriter writer, in V2d value, JsonSer... method R (line 1480) | public static void R(this ref Utf8JsonReader reader, out V2d value, Js... method W (line 1493) | public static void W(this Utf8JsonWriter writer, in V2f value, JsonSer... method R (line 1500) | public static void R(this ref Utf8JsonReader reader, out V2f value, Js... method W (line 1513) | public static void W(this Utf8JsonWriter writer, in V3d value, JsonSer... method R (line 1521) | public static void R(this ref Utf8JsonReader reader, out V3d value, Js... method W (line 1535) | public static void W(this Utf8JsonWriter writer, in V3f value, JsonSer... method R (line 1543) | public static void R(this ref Utf8JsonReader reader, out V3f value, Js... method W (line 1558) | public static void W(this Utf8JsonWriter writer, IEnumerable valu... method R (line 1564) | public static void R(this ref Utf8JsonReader reader, ref V2d[] result,... method W (line 1581) | public static void W(this Utf8JsonWriter writer, IEnumerable valu... method R (line 1587) | public static void R(this ref Utf8JsonReader reader, ref V2f[] result,... method W (line 1604) | public static void W(this Utf8JsonWriter writer, IEnumerable valu... method R (line 1610) | public static void R(this ref Utf8JsonReader reader, ref V3d[] result,... method W (line 1627) | public static void W(this Utf8JsonWriter writer, IEnumerable valu... method R (line 1633) | public static void R(this ref Utf8JsonReader reader, ref V3f[] result,... class SystemTextJsonTests (line 1654) | [TestFixture] method SystemTextJsonTests (line 1663) | static SystemTextJsonTests() method SerializeTest (line 1683) | private static void SerializeTest(T a, string s) where T : IEquatab... method DeserializeTest (line 1688) | private static void DeserializeTest(string json, T a) where T : IEq... method RoundtripTest (line 1693) | private static void RoundtripTest(T a) where T : IEquatable method Affine2d_Roundtrip (line 1704) | [Test] public void Affine2d_Roundtrip() => RoundtripTest(new Affine2d(... method Affine2f_Roundtrip (line 1705) | [Test] public void Affine2f_Roundtrip() => RoundtripTest(new Affine2f(... method Affine3d_Roundtrip (line 1706) | [Test] public void Affine3d_Roundtrip() => RoundtripTest(new Affine3d(... method Affine3f_Roundtrip (line 1707) | [Test] public void Affine3f_Roundtrip() => RoundtripTest(new Affine3f(... method Box2i_Roundtrip (line 1713) | [Test] public void Box2i_Roundtrip() => RoundtripTest(new B... method Box2i_Roundtrip_Infinite (line 1714) | [Test] public void Box2i_Roundtrip_Infinite() => RoundtripTest(Box2i... method Box2i_Roundtrip_Invalid (line 1715) | [Test] public void Box2i_Roundtrip_Invalid() => RoundtripTest(Box2i... method Box2l_Roundtrip (line 1717) | [Test] public void Box2l_Roundtrip() => RoundtripTest(new B... method Box2l_Roundtrip_Infinite (line 1718) | [Test] public void Box2l_Roundtrip_Infinite() => RoundtripTest(Box2l... method Box2l_Roundtrip_Invalid (line 1719) | [Test] public void Box2l_Roundtrip_Invalid() => RoundtripTest(Box2l... method Box2f_Roundtrip (line 1721) | [Test] public void Box2f_Roundtrip() => RoundtripTest(new B... method Box2f_Roundtrip_Infinite (line 1722) | [Test] public void Box2f_Roundtrip_Infinite() => RoundtripTest(Box2f... method Box2f_Roundtrip_Invalid (line 1723) | [Test] public void Box2f_Roundtrip_Invalid() => RoundtripTest(Box2f... method Box2d_Roundtrip (line 1725) | [Test] public void Box2d_Roundtrip() => RoundtripTest(new B... method Box2d_Roundtrip_Infinite (line 1726) | [Test] public void Box2d_Roundtrip_Infinite() => RoundtripTest(Box2d... method Box2d_Roundtrip_Invalid (line 1727) | [Test] public void Box2d_Roundtrip_Invalid() => RoundtripTest(Box2d... method Box3i_Roundtrip (line 1729) | [Test] public void Box3i_Roundtrip() => RoundtripTest(new B... method Box3i_Roundtrip_Infinite (line 1730) | [Test] public void Box3i_Roundtrip_Infinite() => RoundtripTest(Box3i... method Box3i_Roundtrip_Invalid (line 1731) | [Test] public void Box3i_Roundtrip_Invalid() => RoundtripTest(Box3i... method Box3l_Roundtrip (line 1733) | [Test] public void Box3l_Roundtrip() => RoundtripTest(new B... method Box3l_Roundtrip_Infinite (line 1734) | [Test] public void Box3l_Roundtrip_Infinite() => RoundtripTest(Box3l... method Box3l_Roundtrip_Invalid (line 1735) | [Test] public void Box3l_Roundtrip_Invalid() => RoundtripTest(Box3l... method Box3f_Roundtrip (line 1737) | [Test] public void Box3f_Roundtrip() => RoundtripTest(new B... method Box3f_Roundtrip_Infinite (line 1738) | [Test] public void Box3f_Roundtrip_Infinite() => RoundtripTest(Box3f... method Box3f_Roundtrip_Invalid (line 1739) | [Test] public void Box3f_Roundtrip_Invalid() => RoundtripTest(Box3f... method Box3d_Roundtrip (line 1741) | [Test] public void Box3d_Roundtrip() => RoundtripTest(new B... method Box3d_Roundtrip_Infinite (line 1742) | [Test] public void Box3d_Roundtrip_Infinite() => RoundtripTest(Box3d... method Box3d_Roundtrip_Invalid (line 1743) | [Test] public void Box3d_Roundtrip_Invalid() => RoundtripTest(Box3d... method C3b_Roundtrip (line 1749) | [Test] public void C3b_Roundtrip() => RoundtripTest(new C3b(1,2,3)); method C3d_Roundtrip (line 1750) | [Test] public void C3d_Roundtrip() => RoundtripTest(new C3b(1.2, 2.3, ... method C3f_Roundtrip (line 1751) | [Test] public void C3f_Roundtrip() => RoundtripTest(new C3f(1.2, 2.3, ... method C3ui_Roundtrip (line 1752) | [Test] public void C3ui_Roundtrip() => RoundtripTest(new C3ui(1, 2, 3)); method C3us_Roundtrip (line 1753) | [Test] public void C3us_Roundtrip() => RoundtripTest(new C3us(1, 2, 3)); method C4b_Roundtrip (line 1755) | [Test] public void C4b_Roundtrip() => RoundtripTest(new C4b(1, 2, 3, 4)); method C4d_Roundtrip (line 1756) | [Test] public void C4d_Roundtrip() => RoundtripTest(new C4b(1.2, 2.3, ... method C4f_Roundtrip (line 1757) | [Test] public void C4f_Roundtrip() => RoundtripTest(new C4f(1.2, 2.3, ... method C4ui_Roundtrip (line 1758) | [Test] public void C4ui_Roundtrip() => RoundtripTest(new C4ui(1, 2, 3,... method C4us_Roundtrip (line 1759) | [Test] public void C4us_Roundtrip() => RoundtripTest(new C4us(1, 2, 3,... method CieLabf_Roundtrip (line 1761) | [Test] public void CieLabf_Roundtrip() => RoundtripTest(new CieLabf(0.... method CIeLuvf_Roundtrip (line 1762) | [Test] public void CIeLuvf_Roundtrip() => RoundtripTest(new CieLuvf(0.... method CieXYZf_Roundtrip (line 1763) | [Test] public void CieXYZf_Roundtrip() => RoundtripTest(new CieXYZf(0.... method CieYxyf_Roundtrip (line 1764) | [Test] public void CieYxyf_Roundtrip() => RoundtripTest(new CieYxyf(0.... method CMYKf_Roundtrip (line 1765) | [Test] public void CMYKf_Roundtrip() => RoundtripTest(new CMYKf(0.1, 0... method HSLf_Roundtrip (line 1766) | [Test] public void HSLf_Roundtrip() => RoundtripTest(new HSLf(0.1, 0.2... method HSVf_Roundtrip (line 1767) | [Test] public void HSVf_Roundtrip() => RoundtripTest(new HSVf(0.1, 0.2... method Yuvf_Roundtrip (line 1768) | [Test] public void Yuvf_Roundtrip() => RoundtripTest(new Yuvf(0.1, 0.2... method Capsule3d_Roundtrip (line 1774) | [Test] public void Capsule3d_Roundtrip() => RoundtripTest(new Capsule3... method Capsule3f_Roundtrip (line 1775) | [Test] public void Capsule3f_Roundtrip() => RoundtripTest(new Capsule3... method Cell2d_Serialize (line 1781) | [Test] method Cell2d_Deserialize (line 1788) | [Test] method Cell2d_Roundtrip (line 1806) | [Test] method Cell_Serialize (line 1814) | [Test] method Cell_Deserialize (line 1821) | [Test] method Cell_Roundtrip (line 1839) | [Test] method Circle2d_Roundtrip (line 1851) | [Test] public void Circle2d_Roundtrip() => RoundtripTest(new Circle2d(... method Circle2f_Roundtrip (line 1852) | [Test] public void Circle2f_Roundtrip() => RoundtripTest(new Circle2f(... method Circle3d_Roundtrip (line 1853) | [Test] public void Circle3d_Roundtrip() => RoundtripTest(new Circle3d(... method Circle3f_Roundtrip (line 1854) | [Test] public void Circle3f_Roundtrip() => RoundtripTest(new Circle3f(... method Cone3d_Roundtrip (line 1860) | [Test] public void Cone3d_Roundtrip() => RoundtripTest(new Cone3d(new ... method Cone3f_Roundtrip (line 1861) | [Test] public void Cone3f_Roundtrip() => RoundtripTest(new Cone3f(new ... method Cylinder3d_Roundtrip (line 1867) | [Test] public void Cylinder3d_Roundtrip() => RoundtripTest(new Cylinde... method Cylinder3f_Roundtrip (line 1868) | [Test] public void Cylinder3f_Roundtrip() => RoundtripTest(new Cylinde... method Euclidean2d_Roundtrip (line 1881) | [Test] public void Euclidean2d_Roundtrip() => RoundtripTest(new Euclid... method Euclidean2f_Roundtrip (line 1882) | [Test] public void Euclidean2f_Roundtrip() => RoundtripTest(new Euclid... method Euclidean3d_Roundtrip (line 1883) | [Test] public void Euclidean3d_Roundtrip() => RoundtripTest(new Euclid... method Euclidean3f_Roundtrip (line 1884) | [Test] public void Euclidean3f_Roundtrip() => RoundtripTest(new Euclid... method Hull2d_Roundtrip (line 1896) | [Test] public void Hull2d_Roundtrip() => RoundtripTest(new Hull2d(Box2... method Hull2f_Roundtrip (line 1897) | [Test] public void Hull2f_Roundtrip() => RoundtripTest(new Hull2f(Box2... method Hull3d_Roundtrip (line 1899) | [Test] public void Hull3d_Roundtrip() => RoundtripTest(new Hull3d(Box3... method Hull3f_Roundtrip (line 1900) | [Test] public void Hull3f_Roundtrip() => RoundtripTest(new Hull3f(Box3... method Line2d_Roundtrip (line 1906) | [Test] public void Line2d_Roundtrip() => RoundtripTest(new Line2d(new ... method Line2f_Roundtrip (line 1907) | [Test] public void Line2f_Roundtrip() => RoundtripTest(new Line2f(new ... method Line3d_Roundtrip (line 1908) | [Test] public void Line3d_Roundtrip() => RoundtripTest(new Line3d(new ... method Line3f_Roundtrip (line 1909) | [Test] public void Line3f_Roundtrip() => RoundtripTest(new Line3f(new ... method M22d_Roundtrip (line 1915) | [Test] public void M22d_Roundtrip() => RoundtripTest(new M22d(1.2, -2.... method M22f_Roundtrip (line 1916) | [Test] public void M22f_Roundtrip() => RoundtripTest(new M22f(1.2f, -2... method M22i_Roundtrip (line 1917) | [Test] public void M22i_Roundtrip() => RoundtripTest(new M22i(1, -2, 3... method M22l_Roundtrip (line 1918) | [Test] public void M22l_Roundtrip() => RoundtripTest(new M22l(1, -2, 3... method M23d_Roundtrip (line 1920) | [Test] public void M23d_Roundtrip() => RoundtripTest(new M23d(1.2, -2.... method M23f_Roundtrip (line 1921) | [Test] public void M23f_Roundtrip() => RoundtripTest(new M23f(1.2f, -2... method M23i_Roundtrip (line 1922) | [Test] public void M23i_Roundtrip() => RoundtripTest(new M23i(1, -2, 3... method M23l_Roundtrip (line 1923) | [Test] public void M23l_Roundtrip() => RoundtripTest(new M23l(1, -2, 3... method M33d_Roundtrip (line 1925) | [Test] public void M33d_Roundtrip() => RoundtripTest(new M33d(1.2, -2.... method M33f_Roundtrip (line 1926) | [Test] public void M33f_Roundtrip() => RoundtripTest(new M33f(1.2f, -2... method M33i_Roundtrip (line 1927) | [Test] public void M33i_Roundtrip() => RoundtripTest(new M33i(1, -2, 3... method M33l_Roundtrip (line 1928) | [Test] public void M33l_Roundtrip() => RoundtripTest(new M33l(1, -2, 3... method M34d_Roundtrip (line 1930) | [Test] public void M34d_Roundtrip() => RoundtripTest(new M34d(1.2, -2.... method M34f_Roundtrip (line 1931) | [Test] public void M34f_Roundtrip() => RoundtripTest(new M34f(1.2f, -2... method M34i_Roundtrip (line 1932) | [Test] public void M34i_Roundtrip() => RoundtripTest(new M34i(1, -2, 3... method M34l_Roundtrip (line 1933) | [Test] public void M34l_Roundtrip() => RoundtripTest(new M34l(1, -2, 3... method M44d_Roundtrip (line 1935) | [Test] public void M44d_Roundtrip() => RoundtripTest(new M44d(1.2, -2.... method M44f_Roundtrip (line 1936) | [Test] public void M44f_Roundtrip() => RoundtripTest(new M44f(1.2f, -2... method M44i_Roundtrip (line 1937) | [Test] public void M44i_Roundtrip() => RoundtripTest(new M44i(1, -2, 3... method M44l_Roundtrip (line 1938) | [Test] public void M44l_Roundtrip() => RoundtripTest(new M44l(1, -2, 3... method Plane2d_Roundtrip (line 1953) | [Test] public void Plane2d_Roundtrip() => RoundtripTest(new Plane2d(ne... method Plane2f_Roundtrip (line 1954) | [Test] public void Plane2f_Roundtrip() => RoundtripTest(new Plane2f(ne... method Plane3d_Roundtrip (line 1955) | [Test] public void Plane3d_Roundtrip() => RoundtripTest(new Plane3d(ne... method Plane3f_Roundtrip (line 1956) | [Test] public void Plane3f_Roundtrip() => RoundtripTest(new Plane3f(ne... method Polygon2d_Roundtrip (line 1962) | [Test] public void Polygon2d_Roundtrip() => RoundtripTest(new Polygon2... method Polygon2f_Roundtrip (line 1963) | [Test] public void Polygon2f_Roundtrip() => RoundtripTest(new Polygon2... method Polygon3d_Roundtrip (line 1964) | [Test] public void Polygon3d_Roundtrip() => RoundtripTest(new Polygon3... method Polygon3f_Roundtrip (line 1965) | [Test] public void Polygon3f_Roundtrip() => RoundtripTest(new Polygon3... method Quad2d_Roundtrip (line 1971) | [Test] public void Quad2d_Roundtrip() => RoundtripTest(new Quad2d(new ... method Quad2f_Roundtrip (line 1972) | [Test] public void Quad2f_Roundtrip() => RoundtripTest(new Quad2f(new ... method Quad3d_Roundtrip (line 1973) | [Test] public void Quad3d_Roundtrip() => RoundtripTest(new Quad3d(new ... method Quad3f_Roundtrip (line 1974) | [Test] public void Quad3f_Roundtrip() => RoundtripTest(new Quad3f(new ... method QuaternionD_Roundtrip (line 1980) | [Test] public void QuaternionD_Roundtrip() => RoundtripTest(new Quater... method QuaternionF_Roundtrip (line 1981) | [Test] public void QuaternionF_Roundtrip() => RoundtripTest(new Quater... method Range1b_Roundtrip (line 1987) | [Test] public void Range1b_Roundtrip() => RoundtripTest(new Range1b(7,... method Range1d_Roundtrip (line 1988) | [Test] public void Range1d_Roundtrip() => RoundtripTest(new Range1d(-7... method Range1f_Roundtrip (line 1989) | [Test] public void Range1f_Roundtrip() => RoundtripTest(new Range1f(-7... method Range1i_Roundtrip (line 1990) | [Test] public void Range1i_Roundtrip() => RoundtripTest(new Range1i(-7... method Range1l_Roundtrip (line 1991) | [Test] public void Range1l_Roundtrip() => RoundtripTest(new Range1l(-7... method Range1s_Roundtrip (line 1992) | [Test] public void Range1s_Roundtrip() => RoundtripTest(new Range1s(-7... method Range1sb_Roundtrip (line 1993) | [Test] public void Range1sb_Roundtrip() => RoundtripTest(new Range1sb(... method Range1ui_Roundtrip (line 1994) | [Test] public void Range1ui_Roundtrip() => RoundtripTest(new Range1ui(... method Range1ul_Roundtrip (line 1995) | [Test] public void Range1ul_Roundtrip() => RoundtripTest(new Range1ul(... method Range1us_Roundtrip (line 1996) | [Test] public void Range1us_Roundtrip() => RoundtripTest(new Range1us(... method Ray2d_Roundtrip (line 2002) | [Test] public void Ray2d_Roundtrip() => RoundtripTest(new Ray2d(new V2... method Ray2f_Roundtrip (line 2003) | [Test] public void Ray2f_Roundtrip() => RoundtripTest(new Ray2f(new V2... method Ray3d_Roundtrip (line 2004) | [Test] public void Ray3d_Roundtrip() => RoundtripTest(new Ray3d(new V3... method Ray3f_Roundtrip (line 2005) | [Test] public void Ray3f_Roundtrip() => RoundtripTest(new Ray3f(new V3... method Rot2d_Roundtrip (line 2011) | [Test] public void Rot2d_Roundtrip() => RoundtripTest(Rot2d.FromDegree... method Rot2f_Roundtrip (line 2012) | [Test] public void Rot2f_Roundtrip() => RoundtripTest(Rot2f.FromDegree... method Rot3d_Roundtrip (line 2013) | [Test] public void Rot3d_Roundtrip() => RoundtripTest(Rot3d.FromAngleA... method Rot3f_Roundtrip (line 2014) | [Test] public void Rot3f_Roundtrip() => RoundtripTest(Rot3f.FromAngleA... method Scale2d_Roundtrip (line 2020) | [Test] public void Scale2d_Roundtrip() => RoundtripTest(new Scale2d(1.... method Scale2f_Roundtrip (line 2021) | [Test] public void Scale2f_Roundtrip() => RoundtripTest(new Scale2f(1.... method Scale3d_Roundtrip (line 2022) | [Test] public void Scale3d_Roundtrip() => RoundtripTest(new Scale3d(1.... method Scale3f_Roundtrip (line 2023) | [Test] public void Scale3f_Roundtrip() => RoundtripTest(new Scale3f(1.... method Shift2d_Roundtrip (line 2029) | [Test] public void Shift2d_Roundtrip() => RoundtripTest(new Shift2d(1.... method Shift2f_Roundtrip (line 2030) | [Test] public void Shift2f_Roundtrip() => RoundtripTest(new Shift2f(1.... method Shift3d_Roundtrip (line 2031) | [Test] public void Shift3d_Roundtrip() => RoundtripTest(new Shift3d(1.... method Shift3f_Roundtrip (line 2032) | [Test] public void Shift3f_Roundtrip() => RoundtripTest(new Shift3f(1.... method Similarity2d_Roundtrip (line 2038) | [Test] public void Similarity2d_Roundtrip() => RoundtripTest(new Simil... method Similarity2f_Roundtrip (line 2039) | [Test] public void Similarity2f_Roundtrip() => RoundtripTest(new Simil... method Similarity3d_Roundtrip (line 2040) | [Test] public void Similarity3d_Roundtrip() => RoundtripTest(new Simil... method Similarity3f_Roundtrip (line 2041) | [Test] public void Similarity3f_Roundtrip() => RoundtripTest(new Simil... method Sphere3d_Roundtrip (line 2053) | [Test] public void Sphere3d_Roundtrip() => RoundtripTest(new Sphere3d(... method Sphere3f_Roundtrip (line 2054) | [Test] public void Sphere3f_Roundtrip() => RoundtripTest(new Sphere3f(... method Torus3d_Roundtrip (line 2060) | [Test] public void Torus3d_Roundtrip() => RoundtripTest(new Torus3d(ne... method Torus3f_Roundtrip (line 2061) | [Test] public void Torus3f_Roundtrip() => RoundtripTest(new Torus3f(ne... method Trafo2d_Roundtrip (line 2067) | [Test] public void Trafo2d_Roundtrip() => RoundtripTest(new Trafo2d(Ro... method Trafo2f_Roundtrip (line 2068) | [Test] public void Trafo2f_Roundtrip() => RoundtripTest(new Trafo2f(Ro... method Trafo3d_Roundtrip (line 2069) | [Test] public void Trafo3d_Roundtrip() => RoundtripTest(new Trafo3d(Ro... method Trafo3f_Roundtrip (line 2070) | [Test] public void Trafo3f_Roundtrip() => RoundtripTest(new Trafo3f(Ro... method Triangle2d_Roundtrip (line 2076) | [Test] public void Triangle2d_Roundtrip() => RoundtripTest(new Triangl... method Triangle2f_Roundtrip (line 2077) | [Test] public void Triangle2f_Roundtrip() => RoundtripTest(new Triangl... method Triangle3d_Roundtrip (line 2078) | [Test] public void Triangle3d_Roundtrip() => RoundtripTest(new Triangl... method Triangle3f_Roundtrip (line 2079) | [Test] public void Triangle3f_Roundtrip() => RoundtripTest(new Triangl... method V2f_Roundtrip (line 2085) | [Test] public void V2f_Roundtrip() => RoundtripTest(n... method V2f_Roundtrip_MinValue (line 2086) | [Test] public void V2f_Roundtrip_MinValue() => RoundtripTest(V... method V2f_Roundtrip_MaxValue (line 2087) | [Test] public void V2f_Roundtrip_MaxValue() => RoundtripTest(V... method V2f_Roundtrip_NegativeInfinity (line 2088) | [Test] public void V2f_Roundtrip_NegativeInfinity() => RoundtripTest(V... method V2f_Roundtrip_PositiveInfinity (line 2089) | [Test] public void V2f_Roundtrip_PositiveInfinity() => RoundtripTest(V... method V2f_Roundtrip_NaN (line 2090) | [Test] public void V2f_Roundtrip_NaN() => RoundtripTest(V... method V2d_Roundtrip (line 2092) | [Test] public void V2d_Roundtrip() => RoundtripTest(n... method V2d_Roundtrip_MinValue (line 2093) | [Test] public void V2d_Roundtrip_MinValue() => RoundtripTest(V... method V2d_Roundtrip_MaxValue (line 2094) | [Test] public void V2d_Roundtrip_MaxValue() => RoundtripTest(V... method V2d_Roundtrip_NegativeInfinity (line 2095) | [Test] public void V2d_Roundtrip_NegativeInfinity() => RoundtripTest(V... method V2d_Roundtrip_PositiveInfinity (line 2096) | [Test] public void V2d_Roundtrip_PositiveInfinity() => RoundtripTest(V... method V2d_Roundtrip_NaN (line 2097) | [Test] public void V2d_Roundtrip_NaN() => RoundtripTest(V... method V2i_Roundtrip (line 2099) | [Test] public void V2i_Roundtrip() => RoundtripTest(n... method V2i_Roundtrip_MinValue (line 2100) | [Test] public void V2i_Roundtrip_MinValue() => RoundtripTest(V... method V2i_Roundtrip_MaxValue (line 2101) | [Test] public void V2i_Roundtrip_MaxValue() => RoundtripTest(V... method V2l_Roundtrip (line 2103) | [Test] public void V2l_Roundtrip() => RoundtripTest(n... method V2l_Roundtrip_MinValue (line 2104) | [Test] public void V2l_Roundtrip_MinValue() => RoundtripTest(V... method V2l_Roundtrip_MaxValue (line 2105) | [Test] public void V2l_Roundtrip_MaxValue() => RoundtripTest(V... method V3f_Roundtrip (line 2109) | [Test] public void V3f_Roundtrip() => RoundtripTest(n... method V3f_Roundtrip_MinValue (line 2110) | [Test] public void V3f_Roundtrip_MinValue() => RoundtripTest(V... method V3f_Roundtrip_MaxValue (line 2111) | [Test] public void V3f_Roundtrip_MaxValue() => RoundtripTest(V... method V3f_Roundtrip_NegativeInfinity (line 2112) | [Test] public void V3f_Roundtrip_NegativeInfinity() => RoundtripTest(V... method V3f_Roundtrip_PositiveInfinity (line 2113) | [Test] public void V3f_Roundtrip_PositiveInfinity() => RoundtripTest(V... method V3f_Roundtrip_NaN (line 2114) | [Test] public void V3f_Roundtrip_NaN() => RoundtripTest(V... method V3d_Roundtrip (line 2116) | [Test] public void V3d_Roundtrip() => RoundtripTest(n... method V3d_Roundtrip_MinValue (line 2117) | [Test] public void V3d_Roundtrip_MinValue() => RoundtripTest(V... method V3d_Roundtrip_MaxValue (line 2118) | [Test] public void V3d_Roundtrip_MaxValue() => RoundtripTest(V... method V3d_Roundtrip_NegativeInfinity (line 2119) | [Test] public void V3d_Roundtrip_NegativeInfinity() => RoundtripTest(V... method V3d_Roundtrip_PositiveInfinity (line 2120) | [Test] public void V3d_Roundtrip_PositiveInfinity() => RoundtripTest(V... method V3d_Roundtrip_NaN (line 2121) | [Test] public void V3d_Roundtrip_NaN() => RoundtripTest(V... method V3i_Roundtrip (line 2123) | [Test] public void V3i_Roundtrip() => RoundtripTest(n... method V3i_Roundtrip_MinValue (line 2124) | [Test] public void V3i_Roundtrip_MinValue() => RoundtripTest(V... method V3i_Roundtrip_MaxValue (line 2125) | [Test] public void V3i_Roundtrip_MaxValue() => RoundtripTest(V... method V3l_Roundtrip (line 2127) | [Test] public void V3l_Roundtrip() => RoundtripTest(n... method V3l_Roundtrip_MinValue (line 2128) | [Test] public void V3l_Roundtrip_MinValue() => RoundtripTest(V... method V3l_Roundtrip_MaxValue (line 2129) | [Test] public void V3l_Roundtrip_MaxValue() => RoundtripTest(V... method V4f_Roundtrip (line 2133) | [Test] public void V4f_Roundtrip() => RoundtripTest(n... method V4f_Roundtrip_MinValue (line 2134) | [Test] public void V4f_Roundtrip_MinValue() => RoundtripTest(V... method V4f_Roundtrip_MaxValue (line 2135) | [Test] public void V4f_Roundtrip_MaxValue() => RoundtripTest(V... method V4f_Roundtrip_NegativeInfinity (line 2136) | [Test] public void V4f_Roundtrip_NegativeInfinity() => RoundtripTest(V... method V4f_Roundtrip_PositiveInfinity (line 2137) | [Test] public void V4f_Roundtrip_PositiveInfinity() => RoundtripTest(V... method V4f_Roundtrip_NaN (line 2138) | [Test] public void V4f_Roundtrip_NaN() => RoundtripTest(V... method V4d_Roundtrip (line 2140) | [Test] public void V4d_Roundtrip() => RoundtripTest(n... method V4d_Roundtrip_MinValue (line 2141) | [Test] public void V4d_Roundtrip_MinValue() => RoundtripTest(V... method V4d_Roundtrip_MaxValue (line 2142) | [Test] public void V4d_Roundtrip_MaxValue() => RoundtripTest(V... method V4d_Roundtrip_NegativeInfinity (line 2143) | [Test] public void V4d_Roundtrip_NegativeInfinity() => RoundtripTest(V... method V4d_Roundtrip_PositiveInfinity (line 2144) | [Test] public void V4d_Roundtrip_PositiveInfinity() => RoundtripTest(V... method V4d_Roundtrip_NaN (line 2145) | [Test] public void V4d_Roundtrip_NaN() => RoundtripTest(V... method V4i_Roundtrip (line 2147) | [Test] public void V4i_Roundtrip() => RoundtripTest(n... method V4i_Roundtrip_MinValue (line 2148) | [Test] public void V4i_Roundtrip_MinValue() => RoundtripTest(V... method V4i_Roundtrip_MaxValue (line 2149) | [Test] public void V4i_Roundtrip_MaxValue() => RoundtripTest(V... method V4l_Roundtrip (line 2151) | [Test] public void V4l_Roundtrip() => RoundtripTest(n... method V4l_Roundtrip_MinValue (line 2152) | [Test] public void V4l_Roundtrip_MinValue() => RoundtripTest(V... method V4l_Roundtrip_MaxValue (line 2153) | [Test] public void V4l_Roundtrip_MaxValue() => RoundtripTest(V... FILE: src/Tests/Aardvark.Base.Tests/Math/AliasTable.cs class AliasTable (line 11) | [TestFixture] method PrintHistogram (line 14) | static void PrintHistogram(double[] pdf, int[] hist) method EvaluateHistogram (line 44) | static void EvaluateHistogram(double[] pdf, int[] hist) method SampleTest (line 66) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Math/ColorTests.cs class ColorTests (line 7) | [TestFixture] method ColorTests (line 10) | public ColorTests() : base() { } method ColorTests (line 11) | public ColorTests(TestSuite.Options options) : base(options) { } method TestColor (line 13) | [Test] method ConversionTests (line 19) | public void ConversionTests() method IndexerC4b (line 75) | [Test] method IndexerC4us (line 91) | [Test] method IndexerC4ui (line 107) | [Test] method IndexerC4f (line 123) | [Test] method IndexerC4d (line 139) | [Test] method Parse (line 155) | [Test] method ParseTooManyComponents (line 173) | [Test] method ParseHex (line 195) | [Test] method ParseHexSingleDigit (line 212) | [Test] method ParseWithBadCulture (line 229) | [Test] method C4fArithmetic (line 241) | [Test] method C4bArithmetic (line 265) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Math/ComplexTests.cs class ComplexTests (line 11) | [TestFixture] method IsZero (line 18) | private static bool IsZero(this Num.Complex x) method AreEqual (line 21) | private static void AreEqual(Num.Complex a, ComplexD b) method AreEqualAngle (line 32) | private static void AreEqualAngle(Num.Complex a, ComplexD b) method AreEqual (line 40) | private static void AreEqual(dynamic a, dynamic b) method GetRandomComplex (line 48) | private static void GetRandomComplex(RandomSystem rnd, out Num.Complex... method GenericTest (line 90) | private static void GenericTest(Action f) method GenericTest (line 100) | private static void GenericTest(Action f) method UnaryTest (line 103) | private static void UnaryTest(Func fa, Func<... method UnaryAngleTest (line 110) | private static void UnaryAngleTest(Func fa, ... method UnaryRealTest (line 117) | private static void UnaryRealTest(Func fa, Func fa, Fu... method ToStringAndParse (line 160) | [Test] method Conjugated (line 175) | [Test] method NormSquared (line 182) | [Test] method Norm (line 189) | [Test] method Argument (line 196) | [Test] method Addition (line 207) | [Test] method AdditionReal (line 214) | [Test] method Subtraction (line 221) | [Test] method SubtractionReal (line 228) | [Test] method Multiplication (line 235) | [Test] method MultiplicationReal (line 242) | [Test] method Divison (line 250) | [Test] method DivisionReal (line 258) | [Test] method Power (line 270) | [Test] method PowerReal (line 289) | [Test] method Acos (line 309) | [Test] method Acosh (line 318) | [Test] method Cosh (line 327) | [Test] method Cos (line 334) | [Test] method Asin (line 341) | [Test] method Asinh (line 350) | [Test] method Sinh (line 359) | [Test] method Sin (line 366) | [Test] method Atan (line 373) | [Test] method Atanh (line 403) | [Test] method Tanh (line 429) | [Test] method Tan (line 437) | [Test] method Sqrt (line 445) | [Test] method Exp (line 453) | [Test] method Ln (line 460) | [Test] method Log (line 467) | [Test] method Log10 (line 487) | [Test] method Log2 (line 495) | [Test] method Cbrt (line 503) | [Test] method Csqrt (line 514) | [Test] method Root (line 531) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Math/Distributions.cs class Distributions (line 11) | public static class Distributions method CDFSampling (line 13) | [Test] method SamplePDFLinear (line 54) | static int SamplePDFLinear(double[] pdf, double sum, double rnd) method GaussTest (line 69) | [Test] method Gauss2dTest (line 89) | [Test] method Gauss2dEllipticalTest (line 112) | [Test] method ErfTest (line 135) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Math/FunTests.cs class FunTests (line 7) | [TestFixture] method FunTests (line 10) | public FunTests() : base() { } method FunTests (line 11) | public FunTests(TestSuite.Options options) : base(options) { } method AngleDistanceTest (line 13) | [Test] method AngleDifferenceTest (line 29) | [Test] method MinMaxVarArg (line 48) | [Test] method MinMaxVecVarArg (line 67) | [Test] method NextAfter (line 86) | private static double NextAfter(double input, int dir) method NextAfter (line 89) | private static float NextAfter(float input, int dir) method SincFloatImpl (line 92) | private static float SincFloatImpl(float x) method SincDoubleImpl (line 97) | private static double SincDoubleImpl(double x) method FormatBits (line 102) | private static string FormatBits(float x) method FormatBits (line 107) | private static string FormatBits(double x) method FindFirstFloatSincNotOne (line 112) | private static float FindFirstFloatSincNotOne(float startInclusive, in... method FindFirstDoubleSincNotOne (line 134) | private static double FindFirstDoubleSincNotOne(double startInclusive,... method SincTest (line 156) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Math/HalfTests.cs class HalfTest (line 16) | [TestFixture] method HalfTestInitialize (line 19) | [OneTimeSetUp] method TestAllPossibleHalfValues (line 25) | [Test] method TryParseTest1 (line 40) | [Test] method TryParseTest (line 58) | [Test] method ToStringTest4 (line 75) | [Test] method ToStringTest3 (line 88) | [Test] method ToStringTest2 (line 102) | [Test] method ToStringTest1 (line 115) | [Test] method ToHalfTest1 (line 127) | [Test] method ToHalfTest (line 140) | [Test] method ToUInt64Test (line 152) | [Test] method ToUInt32Test (line 165) | [Test] method ToUInt16Test (line 178) | [Test] method ToTypeTest (line 191) | [Test] method ToStringTest (line 205) | [Test] method ToSingleTest (line 218) | [Test] method ToSByteTest (line 231) | [Test] method ToInt64Test (line 244) | [Test] method ToInt32Test (line 257) | [Test] method ToInt16Test (line 270) | [Test] method ToCharTest (line 283) | [Test] method ToDoubleTest (line 300) | [Test] method ToDecimalTest (line 313) | [Test] method ToDateTimeTest (line 326) | [Test] method ToByteTest (line 343) | [Test] method ToBooleanTest (line 356) | [Test] method GetTypeCodeTest1 (line 369) | [Test] method SubtractTest (line 381) | [Test] method SignTest (line 394) | [Test] method ParseTest3 (line 407) | [Test] method ParseTest2 (line 420) | [Test] method ParseTest1 (line 432) | [Test] method ParseTest (line 446) | [Test] method op_UnaryPlusTest (line 459) | [Test] method op_UnaryNegationTest (line 471) | [Test] method op_SubtractionTest (line 483) | [Test] method op_MultiplyTest (line 496) | [Test] method op_LessThanOrEqualTest (line 509) | [Test] method op_LessThanTest (line 531) | [Test] method op_InequalityTest (line 553) | [Test] method op_IncrementTest (line 575) | [Test] method op_ImplicitTest10 (line 587) | [Test] method op_ImplicitTest9 (line 599) | [Test] method op_ImplicitTest8 (line 611) | [Test] method op_ImplicitTest7 (line 623) | [Test] method op_ImplicitTest6 (line 635) | [Test] method op_ImplicitTest5 (line 647) | [Test] method op_ImplicitTest4 (line 659) | [Test] method op_ImplicitTest3 (line 671) | [Test] method op_ImplicitTest2 (line 683) | [Test] method op_ImplicitTest1 (line 695) | [Test] method op_ImplicitTest (line 707) | [Test] method op_GreaterThanOrEqualTest (line 720) | [Test] method op_GreaterThanTest (line 742) | [Test] method op_ExplicitTest12 (line 764) | [Test] method op_ExplicitTest11 (line 776) | [Test] method op_ExplicitTest10 (line 788) | [Test] method op_ExplicitTest9 (line 800) | [Test] method op_ExplicitTest8 (line 812) | [Test] method op_ExplicitTest7 (line 824) | [Test] method op_ExplicitTest6 (line 836) | [Test] method op_ExplicitTest5 (line 848) | [Test] method op_ExplicitTest4 (line 860) | [Test] method op_ExplicitTest3 (line 872) | [Test] method op_ExplicitTest2 (line 884) | [Test] method op_ExplicitTest1 (line 896) | [Test] method op_ExplicitTest (line 908) | [Test] method op_EqualityTest (line 920) | [Test] method op_DivisionTest (line 942) | [Test] method op_DecrementTest (line 955) | [Test] method op_AdditionTest (line 967) | [Test] method NegateTest (line 980) | [Test] method MultiplyTest (line 992) | [Test] method MinTest (line 1005) | [Test] method MaxTest (line 1018) | [Test] method IsPositiveInfinityTest (line 1031) | [Test] method IsNegativeInfinityTest (line 1051) | [Test] method IsNaNTest (line 1071) | [Test] method IsInfinityTest (line 1091) | [Test] method GetTypeCodeTest (line 1117) | [Test] method GetHashCodeTest (line 1129) | [Test] method GetBytesTest (line 1141) | [Test] method GetBitsTest (line 1154) | [Test] method EqualsTest1 (line 1166) | [Test] method EqualsTest (line 1188) | [Test] method ZeroTest (line 1207) | [Test] method OneTest (line 1215) | [Test] method DivideTest (line 1226) | [Test] method DivideByZeroTest (line 1239) | [Test] method CompareToTest1 (line 1252) | [Test] method CompareToTest (line 1265) | [Test] method AddTest (line 1278) | [Test] method AbsTest (line 1291) | [Test] method HalfConstructorTest6 (line 1303) | [Test] method HalfConstructorTest5 (line 1314) | [Test] method HalfConstructorTest4 (line 1325) | [Test] method HalfConstructorTest3 (line 1336) | [Test] method HalfConstructorTest2 (line 1347) | [Test] method HalfConstructorTest1 (line 1358) | [Test] method HalfConstructorTest (line 1369) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Math/PolynomialTests.cs class PolynomialTests (line 10) | [TestFixture] method PolynomialTests (line 13) | public PolynomialTests() : base() { } method PolynomialTests (line 14) | public PolynomialTests(Options options) : base(options) { } method TestPolynomial (line 18) | [Test] method RealRoots_LinearAscendingCoefficients (line 25) | [Test] method RealRoots_ConstantPolynomialHasNoRoots (line 34) | [Test] method Run (line 42) | public void Run() method RootsTest3 (line 48) | public void RootsTest3(double step) method RootsTest4 (line 128) | public void RootsTest4(double step) method CountDoubles (line 223) | static int CountDoubles(double[] a, double eps) FILE: src/Tests/Aardvark.Base.Tests/Math/QuaternionTests.cs class QuaternionTests (line 10) | [TestFixture] method GetRandomQuat (line 15) | private static QuaternionD GetRandomQuat(RandomSystem rnd) method Comparison (line 20) | [Test] method HamiltonTest (line 36) | [Test] method IdentityTest (line 50) | [Test] method NormalizeTest (line 66) | [Test] method InverseTest (line 87) | [Test] method ConjugateTest (line 111) | [Test] method NormTest (line 135) | [Test] method MatrixRepresentation (line 158) | [Test] method ToStringAndParse (line 187) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Plane/PlaneTest.cs class PlaneTest (line 7) | [TestFixture] method PlaneTest (line 10) | public PlaneTest() { } method PlaneTest (line 11) | public PlaneTest(Options options) : base(options) { } method TransformedTrafo (line 13) | [Test] method TransformedMatrix (line 42) | [Test] method TransformedEuclidean (line 70) | [Test] method ProjectUnprojectTest (line 96) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Program.cs class Program (line 9) | public static class Program method Main (line 11) | [STAThread] FILE: src/Tests/Aardvark.Base.Tests/Random/RandomIEnumerableExtensionsTests.cs class RandomIEnumerableExtensionsTests (line 8) | [TestFixture] class ConstantRandom (line 11) | private sealed class ConstantRandom : IRandomUniform method ConstantRandom (line 15) | public ConstantRandom(double value) method ReSeed (line 24) | public void ReSeed(int seed) { } method UniformInt (line 26) | public int UniformInt() => throw new NotSupportedException(); method UniformUInt (line 28) | public uint UniformUInt() => throw new NotSupportedException(); method UniformLong (line 30) | public long UniformLong() => throw new NotSupportedException(); method UniformULong (line 32) | public ulong UniformULong() => throw new NotSupportedException(); method UniformFloat (line 34) | public float UniformFloat() => (float)m_value; method UniformFloatClosed (line 36) | public float UniformFloatClosed() => (float)m_value; method UniformFloatOpen (line 38) | public float UniformFloatOpen() => (float)m_value; method UniformDouble (line 40) | public double UniformDouble() => m_value; method UniformDoubleClosed (line 42) | public double UniformDoubleClosed() => m_value; method UniformDoubleOpen (line 44) | public double UniformDoubleOpen() => m_value; method TakeRandomlyRejectsNaNProbabilityWhenEnumerated (line 49) | [Test] method TakeRandomlyWithSelectorRejectsNaNProbabilityWhenEnumerated (line 58) | [Test] method TakeRandomlyRejectsOutOfRangeProbabilities (line 67) | [TestCase(-0.01)] method TakeRandomlyWithSelectorRejectsOutOfRangeProbabilities (line 77) | [TestCase(-0.01)] method TakeRandomlyAcceptsBoundaryProbabilities (line 87) | [Test] method TakeRandomlyWithSelectorAcceptsBoundaryProbabilities (line 96) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Random/RandomSystemTests.cs class RandomSystemTests (line 7) | [TestFixture] class ByteSequenceRandom (line 10) | private sealed class ByteSequenceRandom : Random method ByteSequenceRandom (line 15) | public ByteSequenceRandom(params byte[][] values) method NextBytes (line 20) | public override void NextBytes(byte[] buffer) method Create (line 29) | private static RandomSystem Create(params byte[][] values) method Bytes (line 37) | private static byte[] Bytes(uint value) => BitConverter.GetBytes(value); method UniformIntCanReturnIntMaxValue (line 39) | [Test] method UniformFloatClosedMapsZeroAndMaxToClosedBoundaries (line 47) | [Test] method UniformDoubleClosedMapsZeroAndMaxToClosedBoundaries (line 54) | [Test] method UniformDoubleOpenSkipsZero (line 61) | [Test] method UniformDoubleOpenKeepsMaxBelowOne (line 71) | [Test] FILE: src/Tests/Aardvark.Base.Tests/RangesBoxes/BoxTests.cs class BoxTests (line 21) | [TestFixture] method BoxFromEmptyArrayShouldBeInvalid (line 26) | [Test] method BoxFromEmptyListShouldBeInvalid (line 34) | [Test] method RangeFromEmptyArrayShouldBeInvalid (line 42) | [Test] method RangeFromEmptyListShouldBeInvalid (line 50) | [Test] method BoxFromNullArrayShouldBeInvalid (line 58) | [Test] method BoxFromNullListShouldBeInvalid (line 66) | [Test] method RangeFromNullArrayShouldBeInvalid (line 74) | [Test] method RangeFromNullListShouldBeInvalid (line 82) | [Test] method ValidBoxContainsItself (line 94) | [Test] method ValidBoxContainsValidBox (line 101) | [Test] method InvalidBoxDoesNotContainItself (line 109) | [Test] method ValidBoxDoesNotContainInvalidBox (line 117) | [Test] method InvalidBoxDoesNotContainValidBox (line 126) | [Test] method ValidBoxIntersectsItself (line 136) | [Test] method InvalidBoxDoesNotIntersectItself (line 143) | [Test] method ValidBoxDoesNotIntersectInvalidBox (line 150) | [Test] method InvalidBoxDoesNotIntersectValidBox (line 158) | [Test] method TouchingBoxesDoNotIntersect (line 166) | [Test] method BoxDoesIntersectItself (line 174) | [Test] method ContainedBoxesDoIntersect (line 181) | [Test] method Transform1 (line 193) | static Box3d Transform1(Box3d box, M44d trafo) method Transform2 (line 210) | static Box3d Transform2(Box3d box, M44d trafo) method Transform3 (line 226) | static Box3d Transform3(Box3d box, M44d trafo) method Transform4 (line 250) | static Box3d Transform4(Box3d box, M44d trafo) method BoxTransformTest (line 378) | [Test] method TransformedEmpty (line 436) | [Test] method TransformedInfinite (line 449) | [Test] FILE: src/Tests/Aardvark.Base.Tests/RangesBoxes/Cell2dTests.cs class Cell2dTests (line 21) | [TestFixture] method UnitCell (line 26) | [Test] method CanCreateCell (line 34) | [Test] method CanCreateCell2 (line 41) | [Test] method CanCreateCell_CenteredAtOrigin (line 49) | [Test] method CanCreateCell_FromBox_Centered (line 57) | [Test] method CanCreateCell_FromBox_Centered_PowerOfTwo (line 64) | [Test] method CanCreateCell_FromBox (line 71) | [Test] method CanCreateCell_FromBoxWithMaxIncludingOrigin (line 78) | [Test] method CellBoundingBoxContainsBoxTheCellWasCreatedFrom (line 86) | [Test] method CanCreateCell_FromBox_PowerOfTwo (line 95) | [Test] method CanCreateCell_FromBox_Point (line 102) | [Test] method CanCreateCell_FromBox_Point_PowerOfTwo (line 110) | [Test] method CanCreateCell_FromBoxf (line 121) | [Test] method CanCreateCell_FromV2ds (line 128) | [Test] method CanCreateCell_FromV2fs (line 135) | [Test] method CanCreateCell_FromV2dEnumerable (line 142) | [Test] method CanCreateCell_FromV2fEnumerable (line 149) | [Test] method CanCreateCell_FromBox2 (line 156) | [Test] method CanCreateCell_FromBox3 (line 163) | [Test] method CanCreateCell_FromPoint (line 170) | [Test] method CanCreateCell_FromPointAtPowerOfTwoLocation (line 178) | [Test] method CanCreateCell_FromPoint_Origin (line 189) | [Test] method CanCreateCell_FromPoint_MaxNegative (line 197) | [Test] method CanCreateCell_FromPoint_MaxPositive (line 205) | [Test] method CanSerializeCellToBinary (line 217) | [Test] method CanDeserializeCellFromBinary (line 224) | [Test] method CanDeserializeCellFromString (line 235) | [Test] method CanRoundtripCell2dWithNewtonsoft (line 255) | [Test] method CanRoundtripCell2dWithNewtonsoftAndSystemTextJson (line 264) | [Test] method CellIsCenteredAtOrigin (line 277) | [Test] method CellIsNotCenteredAtOrigin (line 284) | [Test] method CellIsValidInvalid (line 295) | [Test] method CellIsEqualToItself (line 311) | [Test] method Cell_Equality (line 320) | [Test] method Cell_Inequality (line 331) | [Test] method Cell_GetHashCode (line 339) | [Test] method Cell_ToString (line 354) | [Test] method Cell_Box2d (line 365) | [Test] method Cell_Centered_Children (line 379) | [Test] method Cell_Children1 (line 389) | [Test] method Cell_Children2 (line 399) | [Test] method Cell_Centered_Parent (line 413) | [Test] method Cell_Parent1 (line 421) | [Test] method Cell_Parent2 (line 430) | [Test] method Cell_CommonRootCell_1 (line 443) | [Test] method Cell_CommonRootCell_2 (line 450) | [Test] method Cell_CommonRootCell_3 (line 457) | [Test] method Cell_CommonRootCell_4a (line 466) | [Test] method Cell_CommonRootCell_4b (line 475) | [Test] method Cell_CommonRootCell_5 (line 484) | [Test] method Cell_CommonRootCell_6 (line 493) | [Test] method Cell_CommonRootCell_7 (line 500) | [Test] method CenteredCellDoesNotTouchOrigin (line 511) | [Test] method CellTouchOrigin (line 519) | [Test] method Cell_Contains (line 536) | [Test] method Cell_InsideOutside_ContainsEqual (line 571) | [Test] method Cell_InsideOutside_Contains_Inside (line 580) | [Test] method Cell_InsideOutside_Contains_InsideTouching (line 588) | [Test] method Cell_InsideOutside_Contains_Outside (line 596) | [Test] method Cell_InsideOutside_Contains_OutsideTouching (line 604) | [Test] method Cell_InsideOutside_Contains_Centered1 (line 612) | [Test] method Cell_InsideOutside_Contains_Centered2 (line 622) | [Test] method Cell_InsideOutside_Contains_Centered3 (line 630) | [Test] method Cell_InsideOutside_Contains_Centered4 (line 638) | [Test] method Cell_InsideOutside_Contains_Centered5 (line 647) | [Test] method Cell_InsideOutside_Contains_Centered6 (line 655) | [Test] method Cell_InsideOutside_Contains_Centered7 (line 663) | [Test] method Cell_InsideOutside_Contains_Centered8 (line 671) | [Test] method Cell_InsideOutside_Intersects_Itself_1 (line 679) | [Test] method Cell_InsideOutside_Intersects_Itself_2 (line 686) | [Test] method Cell_InsideOutside_Intersects_Itself_3 (line 693) | [Test] method Cell_InsideOutside_Intersects_Itself_4 (line 700) | [Test] method Cell_InsideOutside_Intersects_Itself_5 (line 707) | [Test] method Cell_InsideOutside_Intersects_Contained_NotTouching (line 714) | [Test] method Cell_InsideOutside_Intersects_InsideTouching (line 722) | [Test] method Cell_InsideOutside_Intersects_OutsideTouchingMin (line 731) | [Test] method Cell_InsideOutside_Intersects_OutsideTouchingMax (line 739) | [Test] method Cell_InsideOutside_Contains_ExponentDeltaGreaterThan63 (line 747) | [Test] method Cell_InsideOutside_Contains_ExponentLessThanMinus64 (line 757) | [Test] method Cell_InsideOutside_Intersects_ExponentLessThanMinus64_1 (line 765) | [Test] method Cell_InsideOutside_Intersects_ExponentLessThanMinus64_2 (line 773) | [Test] method Cell_GetQuadrant (line 785) | [Test] method Cell_GetQuadrantOfCell_TooBig (line 796) | [Test] method Cell_GetQuadrantOfCell_Centered (line 805) | [Test] method Cell_GetQuadrantOfCell_1 (line 828) | [Test] method Cell_GetQuadrantOfCell_1_Outside (line 838) | [Test] method Cell_GetQuadrantOfCell_2 (line 850) | [Test] method Cell_GetQuadrantOfCell_2_Outside (line 860) | [Test] method Cell_GetQuadrantOfCell_3 (line 870) | [Test] method Cell_RightShift_0 (line 884) | [Test] method Cell_RightShift_1 (line 892) | [Test] method Cell_RightShift_2 (line 900) | [Test] method Cell_RightShift_m1 (line 908) | [Test] method Cell_RightShift_c0 (line 916) | [Test] method Cell_RightShift_c1 (line 924) | [Test] method Cell_RightShift_cm1 (line 932) | [Test] method Cell_LeftShift_0 (line 944) | [Test] method Cell_LeftShift_1 (line 952) | [Test] method Cell_LeftShift_2 (line 960) | [Test] method Cell_LeftShift_m1 (line 968) | [Test] method Cell_LeftShift_c0 (line 976) | [Test] method Cell_LeftShift_c1 (line 984) | [Test] method Cell_LeftShift_cm1 (line 992) | [Test] FILE: src/Tests/Aardvark.Base.Tests/RangesBoxes/CellTests.cs class CellTests (line 21) | [TestFixture] method UnitCell (line 26) | [Test] method CanCreateCell (line 34) | [Test] method CanCreateCell2 (line 41) | [Test] method CanCreateCell_CenteredAtOrigin (line 49) | [Test] method CanCreateCell_FromBox_Centered (line 57) | [Test] method CanCreateCell_FromBox_Centered_Unit (line 64) | [Test] method CanCreateCell_FromBox (line 71) | [Test] method CanCreateCell_FromBoxWithMaxIncludingOrigin (line 78) | [Test] method CellBoundingBoxContainsBoxTheCellWasCreatedFrom (line 86) | [Test] method CanCreateCell_FromBox_PowerOfTwo (line 95) | [Test] method CanCreateCell_FromBox_Point (line 105) | [Test] method CanCreateCell_FromBox_Point_PowerOfTwo (line 113) | [Test] method CanCreateCell_FromBoxf (line 124) | [Test] method CanCreateCell_FromV3ds (line 131) | [Test] method CanCreateCell_FromV3fs (line 138) | [Test] method CanCreateCell_FromV3dEnumerable (line 145) | [Test] method CanCreateCell_FromV3fEnumerable (line 152) | [Test] method CanCreateCell_FromBox2 (line 159) | [Test] method CanCreateCell_FromBox3 (line 166) | [Test] method CanCreateCell_FromPoint (line 173) | [Test] method CanCreateCell_FromPointAtPowerOfTwoLocation (line 181) | [Test] method CanCreateCell_FromPoint_Origin (line 192) | [Test] method CanCreateCell_FromPoint_MaxNegative (line 200) | [Test] method CanCreateCell_FromPoint_MaxPositive (line 208) | [Test] method CanSerializeCellToBinary (line 220) | [Test] method CanDeserializeCellFromBinary (line 227) | [Test] method CanDeserializeCellFromString (line 238) | [Test] method CanRoundtripCellWithNewtonsoft (line 258) | [Test] method CanRoundtripCellWithNewtonsoftAndSystemTextJson (line 267) | [Test] method CellIsCenteredAtOrigin (line 280) | [Test] method CellIsNotCenteredAtOrigin (line 287) | [Test] method CellIsValidInvalid (line 298) | [Test] method CellIsEqualToItself (line 314) | [Test] method Cell_Equality (line 323) | [Test] method Cell_Inequality (line 334) | [Test] method Cell_GetHashCode (line 343) | [Test] method Cell_ToString (line 358) | [Test] method Cell_Box3d (line 369) | [Test] method Cell_Centered_Children (line 383) | [Test] method Cell_Children1 (line 397) | [Test] method Cell_Children2 (line 411) | [Test] method Cell_Centered_Parent (line 429) | [Test] method Cell_Parent1 (line 437) | [Test] method Cell_Parent2 (line 450) | [Test] method Cell_CommonRootCell_1 (line 463) | [Test] method Cell_CommonRootCell_2 (line 470) | [Test] method Cell_CommonRootCell_3 (line 477) | [Test] method Cell_CommonRootCell_4a (line 486) | [Test] method Cell_CommonRootCell_4b (line 495) | [Test] method Cell_CommonRootCell_5 (line 504) | [Test] method Cell_CommonRootCell_6 (line 513) | [Test] method Cell_CommonRootCell_7 (line 520) | [Test] method CenteredCellDoesNotTouchOrigin (line 531) | [Test] method CellTouchOrigin (line 539) | [Test] method Cell_Contains (line 565) | [Test] method Cell_InsideOutside_ContainsEqual (line 613) | [Test] method Cell_InsideOutside_Contains_Inside (line 622) | [Test] method Cell_InsideOutside_Contains_InsideTouching (line 630) | [Test] method Cell_InsideOutside_Contains_Outside (line 638) | [Test] method Cell_InsideOutside_Contains_OutsideTouching (line 646) | [Test] method Cell_InsideOutside_Contains_Centered1 (line 654) | [Test] method Cell_InsideOutside_Contains_Centered2 (line 668) | [Test] method Cell_InsideOutside_Contains_Centered3 (line 676) | [Test] method Cell_InsideOutside_Contains_Centered4 (line 684) | [Test] method Cell_InsideOutside_Contains_Centered5 (line 693) | [Test] method Cell_InsideOutside_Contains_Centered6 (line 701) | [Test] method Cell_InsideOutside_Contains_Centered7 (line 709) | [Test] method Cell_InsideOutside_Contains_Centered8 (line 717) | [Test] method Cell_InsideOutside_Intersects_Itself_1 (line 725) | [Test] method Cell_InsideOutside_Intersects_Itself_2 (line 732) | [Test] method Cell_InsideOutside_Intersects_Itself_3 (line 739) | [Test] method Cell_InsideOutside_Intersects_Itself_4 (line 746) | [Test] method Cell_InsideOutside_Intersects_Itself_5 (line 753) | [Test] method Cell_InsideOutside_Intersects_Contained_NotTouching (line 760) | [Test] method Cell_InsideOutside_Intersects_InsideTouching (line 768) | [Test] method Cell_InsideOutside_Intersects_OutsideTouchingMin (line 781) | [Test] method Cell_InsideOutside_Intersects_OutsideTouchingMax (line 789) | [Test] method Cell_InsideOutside_Contains_ExponentDeltaGreaterThan63 (line 797) | [Test] method Cell_InsideOutside_Contains_ExponentLessThanMinus64 (line 807) | [Test] method Cell_InsideOutside_Intersects_ExponentLessThanMinus64_1 (line 815) | [Test] method Cell_InsideOutside_Intersects_ExponentLessThanMinus64_2 (line 823) | [Test] method Cell_GetOctant (line 835) | [Test] method Cell_GetOctantOfCell_TooBig (line 850) | [Test] method Cell_GetOctantOfCell_Centered (line 859) | [Test] method Cell_GetOctantOfCell_1 (line 887) | [Test] method Cell_GetOctantOfCell_1_Outside (line 898) | [Test] method Cell_GetOctantOfCell_2 (line 912) | [Test] method Cell_GetOctantOfCell_2_Outside (line 923) | [Test] method Cell_RightShift_0 (line 940) | [Test] method Cell_RightShift_1 (line 948) | [Test] method Cell_RightShift_2 (line 956) | [Test] method Cell_RightShift_m1 (line 964) | [Test] method Cell_RightShift_c0 (line 972) | [Test] method Cell_RightShift_c1 (line 980) | [Test] method Cell_RightShift_cm1 (line 988) | [Test] method Cell_LeftShift_0 (line 1000) | [Test] method Cell_LeftShift_1 (line 1008) | [Test] method Cell_LeftShift_2 (line 1016) | [Test] method Cell_LeftShift_m1 (line 1024) | [Test] method Cell_LeftShift_c0 (line 1032) | [Test] method Cell_LeftShift_c1 (line 1040) | [Test] method Cell_LeftShift_cm1 (line 1048) | [Test] FILE: src/Tests/Aardvark.Base.Tests/Reporting/ReportingTests.cs class ReportingTests (line 12) | [TestFixture] method ReportingTests (line 15) | public ReportingTests() : base() { } method DoubleEnd (line 17) | [Test] method MultiThread (line 55) | [Test] FILE: src/Tests/Aardvark.Base.Tests/System/EventSourceSlimTests.cs class EventSourceSlimTests (line 8) | [TestFixture] method LatestReturnsInitialValueAndUpdatesAfterEmit (line 11) | [Test] method NextCompletesWithNextEmittedValueAndRefreshes (line 23) | [Test] method NonGenericNextCompletesWithoutThrowing (line 47) | [Test] method NonGenericValuesEmitUnitNotifications (line 67) | [Test] class RecordingObserver (line 86) | private sealed class RecordingObserver : IObserver method OnCompleted (line 92) | public void OnCompleted() method OnError (line 97) | public void OnError(Exception error) method OnNext (line 102) | public void OnNext(T value) FILE: src/Tests/Aardvark.Base.Tests/Telemetry/TelemetryTests.cs class TelemetryTests (line 13) | [TestFixture] method TelemetryTests (line 16) | public TelemetryTests() : base() { } method TelemetryTests (line 17) | public TelemetryTests(Options options) : base(options) { } method NUnitRun (line 19) | public void NUnitRun() method SnapshotProbeLong_CanBeCreated (line 33) | [Test] method SnapshotProbeLong_Works (line 46) | [Test] method SnapshotProbeDouble_CanBeCreated (line 69) | [Test] method SnapshotProbeDouble_Works (line 82) | [Test] method SnapshotProbeTimeSpan_CanBeCreated (line 102) | [Test] method SnapshotProbeTimeSpan_Works (line 115) | [Test] method StopwatchTime_Works (line 139) | [Test] method WallclockTime_Works (line 151) | [Test] method WallclockTime_DoubleDisposeDoesNotThrowAndProbeRemainsUsable (line 168) | [Test] method CpuTime_Works (line 189) | [Test] method RunCpuAndSyscallHeavyWorkload (line 209) | private static void RunCpuAndSyscallHeavyWorkload() method RuntimeSupportsPrivilegedProcessorTime (line 215) | private static bool RuntimeSupportsPrivilegedProcessorTime() method MeasureOnDedicatedThread (line 226) | private static void MeasureOnDedicatedThread(Action action) method GetCachedProcessThreadStore (line 247) | private static ThreadLocal GetCachedProcessThreadStore(... method PoisonCurrentThreadProcessThreadCache (line 254) | private static void PoisonCurrentThreadProcessThreadCache(object probe) method AssertCpuProbeDisposeRecoversAfterCachePoison (line 259) | private static void AssertCpuProbeDisposeRecoversAfterCachePoison f) method GenericTest (line 101) | public static void GenericTest(Action f) method GenericComparisonTest (line 108) | public static void GenericComparisonTest(Func frnd... method GenericConversionTest (line 124) | public static void GenericConversionTest(Func(Func( method GenericFullMatrixMultiplicationTest (line 222) | public static void GenericFullMatrixMultiplicationTest( method Generic3x3MultiplicationTest (line 268) | public static void Generic3x3MultiplicationTest(Func(Func(Func(Func(Func(Func Analyze(string root) method CheckRequiredFiles (line 28) | private void CheckRequiredFiles(string root, List failures) method CheckMarkdownFiles (line 44) | private void CheckMarkdownFiles(string root, List failures) method CheckForbiddenPatterns (line 62) | private void CheckForbiddenPatterns(string root, List failures) method CheckRequiredPatterns (line 75) | private void CheckRequiredPatterns(string root, List failures) method CheckSourceAnchors (line 92) | private void CheckSourceAnchors(string root, List failures) method EnumerateMarkdownFiles (line 109) | private static IEnumerable EnumerateMarkdownFiles(string root) method ValidateMarkdownLinks (line 134) | private void ValidateMarkdownLinks( method NormalizeMarkdownDestination (line 177) | private static string NormalizeMarkdownDestination(string rawLink) method FullPath (line 217) | internal static string FullPath(string root, string rel) method Relative (line 220) | internal static string Relative(string root, string full) FILE: tools/DocsChecker/DocsRules.cs type PatternRule (line 1) | internal readonly record struct PatternRule(string File, string Pattern,... type SourceAnchorRule (line 3) | internal readonly record struct SourceAnchorRule(string File, string Sni... class DocsRules (line 5) | internal sealed class DocsRules method CreateDefault (line 14) | public static DocsRules CreateDefault() FILE: tools/DocsChecker/Program.cs class Program (line 1) | internal static class Program method Main (line 3) | private static int Main(string[] args)